Package net.osslabz.lnd.dto
Class LnrpcBatchOpenChannelResponse
java.lang.Object
net.osslabz.lnd.dto.LnrpcBatchOpenChannelResponse
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-06-07T12:03:34.958542131Z[Etc/UTC]")
public class LnrpcBatchOpenChannelResponse
extends Object
LnrpcBatchOpenChannelResponse
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddPendingChannelsItem(LnrpcPendingUpdate pendingChannelsItem) booleanGet pendingChannelsinthashCode()pendingChannels(List<LnrpcPendingUpdate> pendingChannels) voidsetPendingChannels(List<LnrpcPendingUpdate> pendingChannels) toString()
-
Field Details
-
SERIALIZED_NAME_PENDING_CHANNELS
- See Also:
-
-
Constructor Details
-
LnrpcBatchOpenChannelResponse
public LnrpcBatchOpenChannelResponse()
-
-
Method Details