Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Z 

A

abandonChannel(LightningApi.AbandonChannelRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningBlockingStub
lncli: `abandonchannel` AbandonChannel removes all channel state from the database except for a close summary.
abandonChannel(LightningApi.AbandonChannelRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningFutureStub
lncli: `abandonchannel` AbandonChannel removes all channel state from the database except for a close summary.
abandonChannel(LightningApi.AbandonChannelRequest, StreamObserver<LightningApi.AbandonChannelResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningImplBase
lncli: `abandonchannel` AbandonChannel removes all channel state from the database except for a close summary.
abandonChannel(LightningApi.AbandonChannelRequest, StreamObserver<LightningApi.AbandonChannelResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningStub
lncli: `abandonchannel` AbandonChannel removes all channel state from the database except for a close summary.
abandonChannel(ChannelPoint, Boolean, Boolean, StreamObserver<AbandonChannelResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
Method to generate a abandonChannel request.
abandonChannel(AbandonChannelRequest, StreamObserver<AbandonChannelResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
Method to send a abandonChannel request.
abandonChannel(ChannelPoint, Boolean, Boolean) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
Method to generate a abandonChannel request.
abandonChannel(AbandonChannelRequest) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
Method to send a abandonChannel request.
AbandonChannelRequest - Class in org.lightningj.lnd.wrapper.message
Wrapper class for AbandonChannelRequest.
AbandonChannelRequest() - Constructor for class org.lightningj.lnd.wrapper.message.AbandonChannelRequest
Empty Constructor
AbandonChannelRequest(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.AbandonChannelRequest
Json Parsing Constructor
AbandonChannelRequest(LightningApi.AbandonChannelRequest) - Constructor for class org.lightningj.lnd.wrapper.message.AbandonChannelRequest
Constructor using underlying Lightning API Object
AbandonChannelResponse - Class in org.lightningj.lnd.wrapper.message
Wrapper class for AbandonChannelResponse.
AbandonChannelResponse() - Constructor for class org.lightningj.lnd.wrapper.message.AbandonChannelResponse
Empty Constructor
AbandonChannelResponse(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.AbandonChannelResponse
Json Parsing Constructor
AbandonChannelResponse(LightningApi.AbandonChannelResponse) - Constructor for class org.lightningj.lnd.wrapper.message.AbandonChannelResponse
Constructor using underlying Lightning API Object
ABANDONED_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest
 
ABANDONED_VALUE - Static variable in enum org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.ClosureType
ABANDONED = 5;
ABANDONED_VALUE - Static variable in enum org.lightningj.lnd.proto.LightningApi.ResolutionOutcome
ResolverOutcomeAbandoned indicates that an output that we did not claim on chain, for example an anchor that we did not sweep and a third party claimed on chain, or a htlc that we could not decode so left unclaimed.
ACCEPT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ChannelAcceptResponse
 
ACCEPT_HEIGHT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.InvoiceHTLC
 
ACCEPT_TIME_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.InvoiceHTLC
 
ACCEPTED_VALUE - Static variable in enum org.lightningj.lnd.proto.LightningApi.Invoice.InvoiceState
ACCEPTED = 3;
ACCEPTED_VALUE - Static variable in enum org.lightningj.lnd.proto.LightningApi.InvoiceHTLCState
ACCEPTED = 0;
Account - Class in org.lightningj.lnd.wrapper.walletkit.message
Wrapper class for Account.
Account() - Constructor for class org.lightningj.lnd.wrapper.walletkit.message.Account
Empty Constructor
Account(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.walletkit.message.Account
Json Parsing Constructor
Account(WalletKitOuterClass.Account) - Constructor for class org.lightningj.lnd.wrapper.walletkit.message.Account
Constructor using underlying Lightning API Object
ACCOUNT_BALANCE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse
 
ACCOUNT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.GetTransactionsRequest
 
ACCOUNT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ListUnspentRequest
 
ACCOUNT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest
 
ACCOUNT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AddrRequest
 
ACCOUNT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FinalizePsbtRequest
 
ACCOUNT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtRequest
 
ACCOUNT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportAccountResponse
 
ACCOUNT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListUnspentRequest
 
ACCOUNT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.WatchOnlyAccount
 
ACCOUNT_NAME_FIELD_NUMBER - Static variable in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListAddressesRequest
 
ACCOUNT_WITH_ADDRESSES_FIELD_NUMBER - Static variable in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListAddressesResponse
 
accountBalanceEntries - Variable in class org.lightningj.lnd.wrapper.message.WalletBalanceResponse
 
AccountBalanceEntries() - Constructor for class org.lightningj.lnd.wrapper.message.WalletBalanceResponse.AccountBalanceEntries
 
AccountBalanceEntry() - Constructor for class org.lightningj.lnd.wrapper.message.WalletBalanceResponse.AccountBalanceEntry
Empty Constructor
AccountBalanceEntry(String, WalletAccountBalance) - Constructor for class org.lightningj.lnd.wrapper.message.WalletBalanceResponse.AccountBalanceEntry
Json Parsing Constructor
ACCOUNTS_FIELD_NUMBER - Static variable in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListAccountsResponse
 
ACCOUNTS_FIELD_NUMBER - Static variable in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.WatchOnly
 
AccountWithAddresses - Class in org.lightningj.lnd.wrapper.walletkit.message
Wrapper class for AccountWithAddresses.
AccountWithAddresses() - Constructor for class org.lightningj.lnd.wrapper.walletkit.message.AccountWithAddresses
Empty Constructor
AccountWithAddresses(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.walletkit.message.AccountWithAddresses
Json Parsing Constructor
AccountWithAddresses(WalletKitOuterClass.AccountWithAddresses) - Constructor for class org.lightningj.lnd.wrapper.walletkit.message.AccountWithAddresses
Constructor using underlying Lightning API Object
ACTION_FIELD_NUMBER - Static variable in class org.lightningj.lnd.peers.proto.PeersOuterClass.UpdateAddressAction
 
ACTION_FIELD_NUMBER - Static variable in class org.lightningj.lnd.peers.proto.PeersOuterClass.UpdateFeatureAction
 
ACTION_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.MacaroonPermission
 
ACTION_FIELD_NUMBER - Static variable in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardHtlcInterceptResponse
 
ACTION_FIELD_NUMBER - Static variable in class org.lightningj.lnd.router.proto.RouterOuterClass.UpdateChanStatusRequest
 
ACTIONS_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Op
 
ACTIVE_CHANNEL_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate
 
ACTIVE_CHANNEL_VALUE - Static variable in enum org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate.UpdateType
ACTIVE_CHANNEL = 2;
ACTIVE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.StatusResponse
 
ACTIVE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.neutrino.proto.Neutrino.StatusResponse
 
ACTIVE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Channel
 
ACTIVE_ONLY_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest
 
ACTIVE_SESSION_CANDIDATE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.wtclient.proto.Wtclient.Tower
 
ACTIVE_SESSION_CANDIDATE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.wtclient.proto.Wtclient.TowerSessionInfo
 
ACTIVE_SYNC_VALUE - Static variable in enum org.lightningj.lnd.proto.LightningApi.Peer.SyncType
Denotes that we are actively receiving new graph updates from the peer.
ADD_INDEX_FIELD_NUMBER - Static variable in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceResp
 
ADD_INDEX_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse
 
ADD_INDEX_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Invoice
 
ADD_INDEX_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription
 
ADD_VALUE - Static variable in enum org.lightningj.lnd.peers.proto.PeersOuterClass.UpdateAction
ADD indicates this is an "insertion" kind of action.
addAccounts(WalletKitOuterClass.Account) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListAccountsResponse.Builder
repeated .walletrpc.Account accounts = 1;
addAccounts(int, WalletKitOuterClass.Account) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListAccountsResponse.Builder
repeated .walletrpc.Account accounts = 1;
addAccounts(WalletKitOuterClass.Account.Builder) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListAccountsResponse.Builder
repeated .walletrpc.Account accounts = 1;
addAccounts(int, WalletKitOuterClass.Account.Builder) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListAccountsResponse.Builder
repeated .walletrpc.Account accounts = 1;
addAccounts(Walletunlocker.WatchOnlyAccount) - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.WatchOnly.Builder
The list of accounts to import.
addAccounts(int, Walletunlocker.WatchOnlyAccount) - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.WatchOnly.Builder
The list of accounts to import.
addAccounts(Walletunlocker.WatchOnlyAccount.Builder) - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.WatchOnly.Builder
The list of accounts to import.
addAccounts(int, Walletunlocker.WatchOnlyAccount.Builder) - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.WatchOnly.Builder
The list of accounts to import.
addAccountsBuilder() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListAccountsResponse.Builder
repeated .walletrpc.Account accounts = 1;
addAccountsBuilder(int) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListAccountsResponse.Builder
repeated .walletrpc.Account accounts = 1;
addAccountsBuilder() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.WatchOnly.Builder
The list of accounts to import.
addAccountsBuilder(int) - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.WatchOnly.Builder
The list of accounts to import.
addAccountWithAddresses(WalletKitOuterClass.AccountWithAddresses) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListAddressesResponse.Builder
A list of all the accounts and their addresses.
addAccountWithAddresses(int, WalletKitOuterClass.AccountWithAddresses) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListAddressesResponse.Builder
A list of all the accounts and their addresses.
addAccountWithAddresses(WalletKitOuterClass.AccountWithAddresses.Builder) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListAddressesResponse.Builder
A list of all the accounts and their addresses.
addAccountWithAddresses(int, WalletKitOuterClass.AccountWithAddresses.Builder) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListAddressesResponse.Builder
A list of all the accounts and their addresses.
addAccountWithAddressesBuilder() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListAddressesResponse.Builder
A list of all the accounts and their addresses.
addAccountWithAddressesBuilder(int) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListAddressesResponse.Builder
A list of all the accounts and their addresses.
addActions(String) - Method in class org.lightningj.lnd.proto.LightningApi.Op.Builder
repeated string actions = 2;
addActionsBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.Op.Builder
repeated string actions = 2;
addAddresses(LightningApi.NodeAddress) - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
repeated .lnrpc.NodeAddress addresses = 4;
addAddresses(int, LightningApi.NodeAddress) - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
repeated .lnrpc.NodeAddress addresses = 4;
addAddresses(LightningApi.NodeAddress.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
repeated .lnrpc.NodeAddress addresses = 4;
addAddresses(int, LightningApi.NodeAddress.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
repeated .lnrpc.NodeAddress addresses = 4;
addAddresses(String) - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
Deprecated.
lnrpc.NodeUpdate.addresses is deprecated. See lightning.api.proto;l=3261
addAddresses(WalletKitOuterClass.AddressProperty) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AccountWithAddresses.Builder
List of address, its type internal/external & balance.
addAddresses(int, WalletKitOuterClass.AddressProperty) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AccountWithAddresses.Builder
List of address, its type internal/external & balance.
addAddresses(WalletKitOuterClass.AddressProperty.Builder) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AccountWithAddresses.Builder
List of address, its type internal/external & balance.
addAddresses(int, WalletKitOuterClass.AddressProperty.Builder) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AccountWithAddresses.Builder
List of address, its type internal/external & balance.
addAddresses(String) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.Tower.Builder
The list of addresses the watchtower is reachable over.
addAddressesBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
repeated .lnrpc.NodeAddress addresses = 4;
addAddressesBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
repeated .lnrpc.NodeAddress addresses = 4;
addAddressesBuilder() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AccountWithAddresses.Builder
List of address, its type internal/external & balance.
addAddressesBuilder(int) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AccountWithAddresses.Builder
List of address, its type internal/external & balance.
addAddressesBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
Deprecated.
lnrpc.NodeUpdate.addresses is deprecated. See lightning.api.proto;l=3261
addAddressesBytes(ByteString) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.Tower.Builder
The list of addresses the watchtower is reachable over.
addAddressUpdates(PeersOuterClass.UpdateAddressAction) - Method in class org.lightningj.lnd.peers.proto.PeersOuterClass.NodeAnnouncementUpdateRequest.Builder
Set of changes for the node's known addresses.
addAddressUpdates(int, PeersOuterClass.UpdateAddressAction) - Method in class org.lightningj.lnd.peers.proto.PeersOuterClass.NodeAnnouncementUpdateRequest.Builder
Set of changes for the node's known addresses.
addAddressUpdates(PeersOuterClass.UpdateAddressAction.Builder) - Method in class org.lightningj.lnd.peers.proto.PeersOuterClass.NodeAnnouncementUpdateRequest.Builder
Set of changes for the node's known addresses.
addAddressUpdates(int, PeersOuterClass.UpdateAddressAction.Builder) - Method in class org.lightningj.lnd.peers.proto.PeersOuterClass.NodeAnnouncementUpdateRequest.Builder
Set of changes for the node's known addresses.
addAddressUpdatesBuilder() - Method in class org.lightningj.lnd.peers.proto.PeersOuterClass.NodeAnnouncementUpdateRequest.Builder
Set of changes for the node's known addresses.
addAddressUpdatesBuilder(int) - Method in class org.lightningj.lnd.peers.proto.PeersOuterClass.NodeAnnouncementUpdateRequest.Builder
Set of changes for the node's known addresses.
addAliases(long) - Method in class org.lightningj.lnd.proto.LightningApi.AliasMap.Builder
The set of all aliases stored for the base SCID.
addAliasMaps(LightningApi.AliasMap) - Method in class org.lightningj.lnd.proto.LightningApi.ListAliasesResponse.Builder
repeated .lnrpc.AliasMap alias_maps = 1;
addAliasMaps(int, LightningApi.AliasMap) - Method in class org.lightningj.lnd.proto.LightningApi.ListAliasesResponse.Builder
repeated .lnrpc.AliasMap alias_maps = 1;
addAliasMaps(LightningApi.AliasMap.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ListAliasesResponse.Builder
repeated .lnrpc.AliasMap alias_maps = 1;
addAliasMaps(int, LightningApi.AliasMap.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ListAliasesResponse.Builder
repeated .lnrpc.AliasMap alias_maps = 1;
addAliasMapsBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ListAliasesResponse.Builder
repeated .lnrpc.AliasMap alias_maps = 1;
addAliasMapsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListAliasesResponse.Builder
repeated .lnrpc.AliasMap alias_maps = 1;
addAliasScids(long) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
This lists out the set of alias short channel ids that exist for a channel.
addAliasScids(long) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
This lists out the set of alias short channel ids that existed for the closed channel.
addAllAccounts(Iterable<? extends WalletKitOuterClass.Account>) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListAccountsResponse.Builder
repeated .walletrpc.Account accounts = 1;
addAllAccounts(Iterable<? extends Walletunlocker.WatchOnlyAccount>) - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.WatchOnly.Builder
The list of accounts to import.
addAllAccountWithAddresses(Iterable<? extends WalletKitOuterClass.AccountWithAddresses>) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListAddressesResponse.Builder
A list of all the accounts and their addresses.
addAllActions(Iterable<String>) - Method in class org.lightningj.lnd.proto.LightningApi.Op.Builder
repeated string actions = 2;
addAllAddresses(Iterable<? extends LightningApi.NodeAddress>) - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
repeated .lnrpc.NodeAddress addresses = 4;
addAllAddresses(Iterable<String>) - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
Deprecated.
lnrpc.NodeUpdate.addresses is deprecated. See lightning.api.proto;l=3261
addAllAddresses(Iterable<? extends WalletKitOuterClass.AddressProperty>) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AccountWithAddresses.Builder
List of address, its type internal/external & balance.
addAllAddresses(Iterable<String>) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.Tower.Builder
The list of addresses the watchtower is reachable over.
addAllAddressUpdates(Iterable<? extends PeersOuterClass.UpdateAddressAction>) - Method in class org.lightningj.lnd.peers.proto.PeersOuterClass.NodeAnnouncementUpdateRequest.Builder
Set of changes for the node's known addresses.
addAllAliases(Iterable<? extends Long>) - Method in class org.lightningj.lnd.proto.LightningApi.AliasMap.Builder
The set of all aliases stored for the base SCID.
addAllAliasMaps(Iterable<? extends LightningApi.AliasMap>) - Method in class org.lightningj.lnd.proto.LightningApi.ListAliasesResponse.Builder
repeated .lnrpc.AliasMap alias_maps = 1;
addAllAliasScids(Iterable<? extends Long>) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
This lists out the set of alias short channel ids that exist for a channel.
addAllAliasScids(Iterable<? extends Long>) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
This lists out the set of alias short channel ids that existed for the closed channel.
addAllAllLeaves(Iterable<? extends WalletKitOuterClass.TapLeaf>) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.TapscriptFullTree.Builder
The complete, ordered list of all tap leaves of the tree.
addAllAllSignerPubkeys(Iterable<? extends ByteString>) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.MuSig2CombineKeysRequest.Builder
A list of all public keys (serialized in 32-byte x-only format for v0.4.0 and 33-byte compressed format for v1.0.0rc2!) participating in the signing session.
addAllAllSignerPubkeys(Iterable<? extends ByteString>) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.MuSig2SessionRequest.Builder
A list of all public keys (serialized in 32-byte x-only format for v0.4.0 and 33-byte compressed format for v1.0.0rc2!) participating in the signing session.
addAllBuildTags(Iterable<String>) - Method in class org.lightningj.lnd.verrpc.proto.Verrpc.Version.Builder
The list of build tags that were supplied during compilation.
addAllChains(Iterable<? extends LightningApi.Chain>) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
A list of active chains the node is connected to
addAllChanBackups(Iterable<? extends LightningApi.ChannelBackup>) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackups.Builder
A set of single-chan static channel backups.
addAllChannelFees(Iterable<? extends LightningApi.ChannelFeeReport>) - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
An array of channel fee reports which describes the current fee schedule for each channel.
addAllChannels(Iterable<? extends LightningApi.BatchOpenChannel>) - Method in class org.lightningj.lnd.proto.LightningApi.BatchOpenChannelRequest.Builder
The list of channels to open.
addAllChannels(Iterable<? extends LightningApi.ChannelCloseSummary>) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse.Builder
repeated .lnrpc.ChannelCloseSummary channels = 1;
addAllChannels(Iterable<? extends LightningApi.Channel>) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse.Builder
The list of active channels
addAllChannels(Iterable<? extends LightningApi.ChannelEdge>) - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
A list of all public channels for the node.
addAllChannelUpdates(Iterable<? extends LightningApi.ChannelEdgeUpdate>) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
repeated .lnrpc.ChannelEdgeUpdate channel_updates = 2;
addAllChanPoints(Iterable<? extends LightningApi.ChannelPoint>) - Method in class org.lightningj.lnd.proto.LightningApi.MultiChanBackup.Builder
Is the set of all channels that are included in this multi-channel backup.
addAllCipherSeedMnemonic(Iterable<String>) - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.GenSeedResponse.Builder
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed cipher seed obtained by the user.
addAllCipherSeedMnemonic(Iterable<String>) - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.InitWalletRequest.Builder
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed cipher seed obtained by the user.
addAllClosedChans(Iterable<? extends LightningApi.ClosedChannelUpdate>) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
repeated .lnrpc.ClosedChannelUpdate closed_chans = 3;
addAllDestAddresses(Iterable<String>) - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
Deprecated.
lnrpc.Transaction.dest_addresses is deprecated. See lightning.api.proto;l=721
addAllDestFeatures(Iterable<? extends LightningApi.FeatureBit>) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
Features assumed to be supported by the final node.
addAllDestFeatures(Iterable<? extends LightningApi.FeatureBit>) - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
Features assumed to be supported by the final node.
addAllDestFeatures(Iterable<? extends LightningApi.FeatureBit>) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
Features assumed to be supported by the final node.
addAllDestFeaturesValue(Iterable<Integer>) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
Features assumed to be supported by the final node.
addAllDestFeaturesValue(Iterable<Integer>) - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
Features assumed to be supported by the final node.
addAllDestFeaturesValue(Iterable<Integer>) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
Features assumed to be supported by the final node.
addAllDryRunExternalAddrs(Iterable<String>) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportAccountResponse.Builder
The first N addresses that belong to the external branch of the account.
addAllDryRunInternalAddrs(Iterable<String>) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportAccountResponse.Builder
The first N addresses that belong to the internal branch of the account.
addAllEdges(Iterable<? extends LightningApi.ChannelEdge>) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
The list of `ChannelEdge`s in this channel graph
addAllErrors(Iterable<? extends LightningApi.TimestampedError>) - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
The latest errors received from our peer with timestamps, limited to the 10 most recent errors.
addAllFailedUpdates(Iterable<? extends LightningApi.FailedUpdate>) - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateResponse.Builder
List of failed policy updates.
addAllFeatureUpdates(Iterable<? extends PeersOuterClass.UpdateFeatureAction>) - Method in class org.lightningj.lnd.peers.proto.PeersOuterClass.NodeAnnouncementUpdateRequest.Builder
Set of changes for the features that the node supports.
addAllForwardingEvents(Iterable<? extends LightningApi.ForwardingEvent>) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
A list of forwarding events from the time slice of the time series specified in the request.
addAllHopHints(Iterable<? extends LightningApi.HopHint>) - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint.Builder
A list of hop hints that when chained together can assist in reaching a specific destination.
addAllHopPubkeys(Iterable<? extends ByteString>) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.BuildRouteRequest.Builder
A list of hops that defines the route.
addAllHops(Iterable<? extends LightningApi.Hop>) - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
Contains details concerning the specific forwarding details at each hop.
addAllHtlcs(Iterable<? extends LightningApi.InvoiceHTLC>) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
List of HTLCs paying to this invoice [EXPERIMENTAL].
addAllHtlcs(Iterable<? extends LightningApi.HTLCAttempt>) - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
The HTLCs made in attempt to settle the payment.
addAllHtlcs(Iterable<? extends LightningApi.HTLCAttempt>) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PaymentStatus.Builder
The HTLCs made in attempt to settle the payment [EXPERIMENTAL].
addAllIgnoredEdges(Iterable<? extends LightningApi.EdgeLocator>) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
Deprecated.
addAllIgnoredNodes(Iterable<? extends ByteString>) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
A list of nodes to ignore during path finding.
addAllIgnoredPairs(Iterable<? extends LightningApi.NodePair>) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
A list of directed node pairs that will be ignored during path finding.
addAllInputs(Iterable<? extends LightningApi.OutPoint>) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.TxTemplate.Builder
An optional list of inputs to use.
addAllInputScripts(Iterable<? extends SignerOuterClass.InputScript>) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScriptResp.Builder
The set of fully valid input scripts requested.
addAllInvoices(Iterable<? extends LightningApi.Invoice>) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
A list of invoices from the time slice of the time series specified in the request.
addAllLeaves(WalletKitOuterClass.TapLeaf) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.TapscriptFullTree.Builder
The complete, ordered list of all tap leaves of the tree.
addAllLeaves(int, WalletKitOuterClass.TapLeaf) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.TapscriptFullTree.Builder
The complete, ordered list of all tap leaves of the tree.
addAllLeaves(WalletKitOuterClass.TapLeaf.Builder) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.TapscriptFullTree.Builder
The complete, ordered list of all tap leaves of the tree.
addAllLeaves(int, WalletKitOuterClass.TapLeaf.Builder) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.TapscriptFullTree.Builder
The complete, ordered list of all tap leaves of the tree.
addAllLeavesBuilder() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.TapscriptFullTree.Builder
The complete, ordered list of all tap leaves of the tree.
addAllLeavesBuilder(int) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.TapscriptFullTree.Builder
The complete, ordered list of all tap leaves of the tree.
addAllListeners(Iterable<String>) - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoResponse.Builder
The listening addresses of the watchtower.
addAllLockedUtxos(Iterable<? extends WalletKitOuterClass.UtxoLease>) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtResponse.Builder
The list of lock leases that were acquired for the inputs in the funded PSBT packet.
addAllLockedUtxos(Iterable<? extends WalletKitOuterClass.UtxoLease>) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListLeasesResponse.Builder
The list of currently leased utxos.
addAllNodeAddresses(Iterable<? extends LightningApi.NodeAddress>) - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
repeated .lnrpc.NodeAddress node_addresses = 7;
addAllNodes(Iterable<? extends LightningApi.LightningNode>) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
The list of `LightningNode`s in this channel graph
addAllNodeUpdates(Iterable<? extends LightningApi.NodeUpdate>) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
repeated .lnrpc.NodeUpdate node_updates = 1;
addAllOps(Iterable<? extends LightningApi.Op>) - Method in class org.lightningj.lnd.peers.proto.PeersOuterClass.NodeAnnouncementUpdateResponse.Builder
repeated .lnrpc.Op ops = 1;
addAllOps(Iterable<? extends LightningApi.Op>) - Method in class org.lightningj.lnd.proto.LightningApi.MacaroonId.Builder
repeated .lnrpc.Op ops = 3;
addAllOtherPartialSignatures(Iterable<? extends ByteString>) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.MuSig2CombineSigRequest.Builder
The list of all other participants' partial signatures to add to the current session.
addAllOtherSignerPublicNonces(Iterable<? extends ByteString>) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.MuSig2RegisterNoncesRequest.Builder
A list of all public nonces of other signing participants that should be registered.
addAllOtherSignerPublicNonces(Iterable<? extends ByteString>) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.MuSig2SessionRequest.Builder
An optional list of all public nonces of other signing participants that might already be known.
addAllOutgoingChanIds(Iterable<? extends Long>) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
The channel ids of the channels are allowed for the first hop.
addAllOutputDetails(Iterable<? extends LightningApi.OutputDetail>) - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
Outputs that received funds for this transaction
addAllOutputs(Iterable<? extends SignerOuterClass.TxOut>) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsRequest.Builder
A slice of the outputs that should be created in the transaction produced.
addAllPairs(Iterable<? extends RouterOuterClass.PairHistory>) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryMissionControlResponse.Builder
Node pair-level mission control state.
addAllPairs(Iterable<? extends RouterOuterClass.PairHistory>) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.XImportMissionControlRequest.Builder
Node pair-level mission control state to be imported.
addAllPayments(Iterable<? extends LightningApi.Payment>) - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse.Builder
The list of payments
addAllPeers(Iterable<String>) - Method in class org.lightningj.lnd.neutrino.proto.Neutrino.StatusResponse.Builder
Connected peers.
addAllPeers(Iterable<? extends LightningApi.Peer>) - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse.Builder
The list of currently connected peers
addAllPendingChannels(Iterable<? extends LightningApi.PendingUpdate>) - Method in class org.lightningj.lnd.proto.LightningApi.BatchOpenChannelResponse.Builder
repeated .lnrpc.PendingUpdate pending_channels = 1;
addAllPendingClosingChannels(Iterable<? extends LightningApi.PendingChannelsResponse.ClosedChannel>) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
Deprecated.
addAllPendingForceClosingChannels(Iterable<? extends LightningApi.PendingChannelsResponse.ForceClosedChannel>) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
Channels pending force closing
addAllPendingHtlcs(Iterable<? extends LightningApi.HTLC>) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
The list of active, uncleared HTLCs currently pending within the channel.
addAllPendingHtlcs(Iterable<? extends LightningApi.PendingHTLC>) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
repeated .lnrpc.PendingHTLC pending_htlcs = 8;
addAllPendingOpenChannels(Iterable<? extends LightningApi.PendingChannelsResponse.PendingOpenChannel>) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
Channels pending opening
addAllPendingSweeps(Iterable<? extends WalletKitOuterClass.PendingSweep>) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepsResponse.Builder
The set of outputs currently being swept by lnd's central batching engine.
addAllPermissions(Iterable<? extends LightningApi.MacaroonPermission>) - Method in class org.lightningj.lnd.proto.LightningApi.BakeMacaroonRequest.Builder
The list of permissions the new macaroon should grant.
addAllPermissions(Iterable<? extends LightningApi.MacaroonPermission>) - Method in class org.lightningj.lnd.proto.LightningApi.CheckMacPermRequest.Builder
repeated .lnrpc.MacaroonPermission permissions = 2;
addAllPermissions(Iterable<? extends LightningApi.MacaroonPermission>) - Method in class org.lightningj.lnd.proto.LightningApi.MacaroonPermissionList.Builder
A list of macaroon permissions.
addAllPreviousOutpoints(Iterable<? extends LightningApi.PreviousOutPoint>) - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
PreviousOutpoints/Inputs of this transaction.
addAllPrevOutputs(Iterable<? extends SignerOuterClass.TxOut>) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignReq.Builder
The full list of UTXO information for each of the inputs being spent.
addAllPubkeys(Iterable<String>) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresRequest.Builder
repeated string pubkeys = 1;
addAllRawSigs(Iterable<? extends ByteString>) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignResp.Builder
A set of signatures realized in a fixed 64-byte format ordered in ascending input order.
addAllResolutions(Iterable<? extends LightningApi.Resolution>) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
repeated .lnrpc.Resolution resolutions = 13;
addAllResults(Iterable<? extends AutopilotOuterClass.QueryScoresResponse.HeuristicResult>) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.Builder
repeated .autopilotrpc.QueryScoresResponse.HeuristicResult results = 1;
addAllRootKeyIds(Iterable<? extends Long>) - Method in class org.lightningj.lnd.proto.LightningApi.ListMacaroonIDsResponse.Builder
The list of root key IDs that are in use.
addAllRouteHints(Iterable<? extends LightningApi.RouteHint>) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest.Builder
Route hints that can each be individually used to assist in reaching the invoice's destination.
addAllRouteHints(Iterable<? extends LightningApi.RouteHint>) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
Route hints that can each be individually used to assist in reaching the invoice's destination.
addAllRouteHints(Iterable<? extends LightningApi.RouteHint>) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
repeated .lnrpc.RouteHint route_hints = 10;
addAllRouteHints(Iterable<? extends LightningApi.RouteHint>) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
Optional route hints to reach the destination through private channels.
addAllRouteHints(Iterable<? extends LightningApi.RouteHint>) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
Optional route hints to reach the destination through private channels.
addAllRoutes(Iterable<? extends LightningApi.Route>) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse.Builder
The route that results from the path finding operation.
addAllSessionInfo(Iterable<? extends Wtclient.TowerSessionInfo>) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.Tower.Builder
A list sessions held with the tower.
addAllSessions(Iterable<? extends Wtclient.TowerSession>) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.Tower.Builder
Deprecated.
addAllSessions(Iterable<? extends Wtclient.TowerSession>) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.TowerSessionInfo.Builder
The list of sessions that have been negotiated with the watchtower.
addAllSignDescs(Iterable<? extends SignerOuterClass.SignDescriptor>) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignReq.Builder
A set of sign descriptors, for each input to be signed.
addAllSignedInputs(Iterable<? extends Integer>) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SignPsbtResponse.Builder
The indices of signed inputs.
addAllSignerPubkeys(ByteString) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.MuSig2CombineKeysRequest.Builder
A list of all public keys (serialized in 32-byte x-only format for v0.4.0 and 33-byte compressed format for v1.0.0rc2!) participating in the signing session.
addAllSignerPubkeys(ByteString) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.MuSig2SessionRequest.Builder
A list of all public keys (serialized in 32-byte x-only format for v0.4.0 and 33-byte compressed format for v1.0.0rc2!) participating in the signing session.
addAllTowers(Iterable<? extends Wtclient.Tower>) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.ListTowersResponse.Builder
The list of watchtowers available for new backups.
addAllTransactionIds(Iterable<String>) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListSweepsResponse.TransactionIDs.Builder
Reversed, hex-encoded string representing the transaction ids of the sweeps that our node has broadcast.
addAllTransactions(Iterable<? extends LightningApi.Transaction>) - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails.Builder
The list of transactions relevant to the wallet.
addAllTweaks(Iterable<? extends SignerOuterClass.TweakDesc>) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.MuSig2CombineKeysRequest.Builder
A series of optional generic tweaks to be applied to the the aggregated public key.
addAllTweaks(Iterable<? extends SignerOuterClass.TweakDesc>) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.MuSig2SessionRequest.Builder
A series of optional generic tweaks to be applied to the the aggregated public key.
addAllTx(Iterable<String>) - Method in class org.lightningj.lnd.neutrino.proto.Neutrino.GetBlockResponse.Builder
List of transaction ids.
addAllTypes(Iterable<? extends LightningApi.NodeMetricType>) - Method in class org.lightningj.lnd.proto.LightningApi.NodeMetricsRequest.Builder
The requested node metrics.
addAllTypesValue(Iterable<Integer>) - Method in class org.lightningj.lnd.proto.LightningApi.NodeMetricsRequest.Builder
The requested node metrics.
addAllUris(Iterable<String>) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
The URIs of the current node.
addAllUris(Iterable<String>) - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoResponse.Builder
The URIs of the watchtower.
addAllUtxos(Iterable<? extends LightningApi.Utxo>) - Method in class org.lightningj.lnd.proto.LightningApi.ListUnspentResponse.Builder
A list of utxos
addAllUtxos(Iterable<? extends LightningApi.Utxo>) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListUnspentResponse.Builder
A list of utxos satisfying the specified number of confirmations.
addAllWaitingCloseChannels(Iterable<? extends LightningApi.PendingChannelsResponse.WaitingCloseChannel>) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
Channels waiting for closing tx to confirm
addAllWitness(Iterable<? extends ByteString>) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScript.Builder
The serializes witness stack for the specified input.
addBuildTags(String) - Method in class org.lightningj.lnd.verrpc.proto.Verrpc.Version.Builder
The list of build tags that were supplied during compilation.
addBuildTagsBytes(ByteString) - Method in class org.lightningj.lnd.verrpc.proto.Verrpc.Version.Builder
The list of build tags that were supplied during compilation.
addChains(LightningApi.Chain) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
A list of active chains the node is connected to
addChains(int, LightningApi.Chain) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
A list of active chains the node is connected to
addChains(LightningApi.Chain.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
A list of active chains the node is connected to
addChains(int, LightningApi.Chain.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
A list of active chains the node is connected to
addChainsBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
A list of active chains the node is connected to
addChainsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
A list of active chains the node is connected to
addChanBackups(LightningApi.ChannelBackup) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackups.Builder
A set of single-chan static channel backups.
addChanBackups(int, LightningApi.ChannelBackup) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackups.Builder
A set of single-chan static channel backups.
addChanBackups(LightningApi.ChannelBackup.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackups.Builder
A set of single-chan static channel backups.
addChanBackups(int, LightningApi.ChannelBackup.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackups.Builder
A set of single-chan static channel backups.
addChanBackupsBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackups.Builder
A set of single-chan static channel backups.
addChanBackupsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackups.Builder
A set of single-chan static channel backups.
addChannelFees(LightningApi.ChannelFeeReport) - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
An array of channel fee reports which describes the current fee schedule for each channel.
addChannelFees(int, LightningApi.ChannelFeeReport) - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
An array of channel fee reports which describes the current fee schedule for each channel.
addChannelFees(LightningApi.ChannelFeeReport.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
An array of channel fee reports which describes the current fee schedule for each channel.
addChannelFees(int, LightningApi.ChannelFeeReport.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
An array of channel fee reports which describes the current fee schedule for each channel.
addChannelFeesBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
An array of channel fee reports which describes the current fee schedule for each channel.
addChannelFeesBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
An array of channel fee reports which describes the current fee schedule for each channel.
addChannels(LightningApi.BatchOpenChannel) - Method in class org.lightningj.lnd.proto.LightningApi.BatchOpenChannelRequest.Builder
The list of channels to open.
addChannels(int, LightningApi.BatchOpenChannel) - Method in class org.lightningj.lnd.proto.LightningApi.BatchOpenChannelRequest.Builder
The list of channels to open.
addChannels(LightningApi.BatchOpenChannel.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.BatchOpenChannelRequest.Builder
The list of channels to open.
addChannels(int, LightningApi.BatchOpenChannel.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.BatchOpenChannelRequest.Builder
The list of channels to open.
addChannels(LightningApi.ChannelCloseSummary) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse.Builder
repeated .lnrpc.ChannelCloseSummary channels = 1;
addChannels(int, LightningApi.ChannelCloseSummary) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse.Builder
repeated .lnrpc.ChannelCloseSummary channels = 1;
addChannels(LightningApi.ChannelCloseSummary.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse.Builder
repeated .lnrpc.ChannelCloseSummary channels = 1;
addChannels(int, LightningApi.ChannelCloseSummary.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse.Builder
repeated .lnrpc.ChannelCloseSummary channels = 1;
addChannels(LightningApi.Channel) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse.Builder
The list of active channels
addChannels(int, LightningApi.Channel) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse.Builder
The list of active channels
addChannels(LightningApi.Channel.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse.Builder
The list of active channels
addChannels(int, LightningApi.Channel.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse.Builder
The list of active channels
addChannels(LightningApi.ChannelEdge) - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
A list of all public channels for the node.
addChannels(int, LightningApi.ChannelEdge) - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
A list of all public channels for the node.
addChannels(LightningApi.ChannelEdge.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
A list of all public channels for the node.
addChannels(int, LightningApi.ChannelEdge.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
A list of all public channels for the node.
addChannelsBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.BatchOpenChannelRequest.Builder
The list of channels to open.
addChannelsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.BatchOpenChannelRequest.Builder
The list of channels to open.
addChannelsBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse.Builder
repeated .lnrpc.ChannelCloseSummary channels = 1;
addChannelsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse.Builder
repeated .lnrpc.ChannelCloseSummary channels = 1;
addChannelsBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse.Builder
The list of active channels
addChannelsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse.Builder
The list of active channels
addChannelsBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
A list of all public channels for the node.
addChannelsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
A list of all public channels for the node.
addChannelUpdates(LightningApi.ChannelEdgeUpdate) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
repeated .lnrpc.ChannelEdgeUpdate channel_updates = 2;
addChannelUpdates(int, LightningApi.ChannelEdgeUpdate) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
repeated .lnrpc.ChannelEdgeUpdate channel_updates = 2;
addChannelUpdates(LightningApi.ChannelEdgeUpdate.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
repeated .lnrpc.ChannelEdgeUpdate channel_updates = 2;
addChannelUpdates(int, LightningApi.ChannelEdgeUpdate.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
repeated .lnrpc.ChannelEdgeUpdate channel_updates = 2;
addChannelUpdatesBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
repeated .lnrpc.ChannelEdgeUpdate channel_updates = 2;
addChannelUpdatesBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
repeated .lnrpc.ChannelEdgeUpdate channel_updates = 2;
addChanPoints(LightningApi.ChannelPoint) - Method in class org.lightningj.lnd.proto.LightningApi.MultiChanBackup.Builder
Is the set of all channels that are included in this multi-channel backup.
addChanPoints(int, LightningApi.ChannelPoint) - Method in class org.lightningj.lnd.proto.LightningApi.MultiChanBackup.Builder
Is the set of all channels that are included in this multi-channel backup.
addChanPoints(LightningApi.ChannelPoint.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.MultiChanBackup.Builder
Is the set of all channels that are included in this multi-channel backup.
addChanPoints(int, LightningApi.ChannelPoint.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.MultiChanBackup.Builder
Is the set of all channels that are included in this multi-channel backup.
addChanPointsBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.MultiChanBackup.Builder
Is the set of all channels that are included in this multi-channel backup.
addChanPointsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.MultiChanBackup.Builder
Is the set of all channels that are included in this multi-channel backup.
addCipherSeedMnemonic(String) - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.GenSeedResponse.Builder
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed cipher seed obtained by the user.
addCipherSeedMnemonic(String) - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.InitWalletRequest.Builder
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed cipher seed obtained by the user.
addCipherSeedMnemonicBytes(ByteString) - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.GenSeedResponse.Builder
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed cipher seed obtained by the user.
addCipherSeedMnemonicBytes(ByteString) - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.InitWalletRequest.Builder
cipher_seed_mnemonic is a 24-word mnemonic that encodes a prior aezeed cipher seed obtained by the user.
addClosedChans(LightningApi.ClosedChannelUpdate) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
repeated .lnrpc.ClosedChannelUpdate closed_chans = 3;
addClosedChans(int, LightningApi.ClosedChannelUpdate) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
repeated .lnrpc.ClosedChannelUpdate closed_chans = 3;
addClosedChans(LightningApi.ClosedChannelUpdate.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
repeated .lnrpc.ClosedChannelUpdate closed_chans = 3;
addClosedChans(int, LightningApi.ClosedChannelUpdate.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
repeated .lnrpc.ClosedChannelUpdate closed_chans = 3;
addClosedChansBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
repeated .lnrpc.ClosedChannelUpdate closed_chans = 3;
addClosedChansBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
repeated .lnrpc.ClosedChannelUpdate closed_chans = 3;
addDestAddresses(String) - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
Deprecated.
lnrpc.Transaction.dest_addresses is deprecated. See lightning.api.proto;l=721
addDestAddressesBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
Deprecated.
lnrpc.Transaction.dest_addresses is deprecated. See lightning.api.proto;l=721
addDestFeatures(LightningApi.FeatureBit) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
Features assumed to be supported by the final node.
addDestFeatures(LightningApi.FeatureBit) - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
Features assumed to be supported by the final node.
addDestFeatures(LightningApi.FeatureBit) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
Features assumed to be supported by the final node.
addDestFeaturesValue(int) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
Features assumed to be supported by the final node.
addDestFeaturesValue(int) - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
Features assumed to be supported by the final node.
addDestFeaturesValue(int) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
Features assumed to be supported by the final node.
addDryRunExternalAddrs(String) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportAccountResponse.Builder
The first N addresses that belong to the external branch of the account.
addDryRunExternalAddrsBytes(ByteString) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportAccountResponse.Builder
The first N addresses that belong to the external branch of the account.
addDryRunInternalAddrs(String) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportAccountResponse.Builder
The first N addresses that belong to the internal branch of the account.
addDryRunInternalAddrsBytes(ByteString) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportAccountResponse.Builder
The first N addresses that belong to the internal branch of the account.
addEdges(LightningApi.ChannelEdge) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
The list of `ChannelEdge`s in this channel graph
addEdges(int, LightningApi.ChannelEdge) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
The list of `ChannelEdge`s in this channel graph
addEdges(LightningApi.ChannelEdge.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
The list of `ChannelEdge`s in this channel graph
addEdges(int, LightningApi.ChannelEdge.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
The list of `ChannelEdge`s in this channel graph
addEdgesBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
The list of `ChannelEdge`s in this channel graph
addEdgesBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
The list of `ChannelEdge`s in this channel graph
addErrors(LightningApi.TimestampedError) - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
The latest errors received from our peer with timestamps, limited to the 10 most recent errors.
addErrors(int, LightningApi.TimestampedError) - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
The latest errors received from our peer with timestamps, limited to the 10 most recent errors.
addErrors(LightningApi.TimestampedError.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
The latest errors received from our peer with timestamps, limited to the 10 most recent errors.
addErrors(int, LightningApi.TimestampedError.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
The latest errors received from our peer with timestamps, limited to the 10 most recent errors.
addErrorsBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
The latest errors received from our peer with timestamps, limited to the 10 most recent errors.
addErrorsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
The latest errors received from our peer with timestamps, limited to the 10 most recent errors.
addFailedUpdates(LightningApi.FailedUpdate) - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateResponse.Builder
List of failed policy updates.
addFailedUpdates(int, LightningApi.FailedUpdate) - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateResponse.Builder
List of failed policy updates.
addFailedUpdates(LightningApi.FailedUpdate.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateResponse.Builder
List of failed policy updates.
addFailedUpdates(int, LightningApi.FailedUpdate.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateResponse.Builder
List of failed policy updates.
addFailedUpdatesBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateResponse.Builder
List of failed policy updates.
addFailedUpdatesBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateResponse.Builder
List of failed policy updates.
addFeatureUpdates(PeersOuterClass.UpdateFeatureAction) - Method in class org.lightningj.lnd.peers.proto.PeersOuterClass.NodeAnnouncementUpdateRequest.Builder
Set of changes for the features that the node supports.
addFeatureUpdates(int, PeersOuterClass.UpdateFeatureAction) - Method in class org.lightningj.lnd.peers.proto.PeersOuterClass.NodeAnnouncementUpdateRequest.Builder
Set of changes for the features that the node supports.
addFeatureUpdates(PeersOuterClass.UpdateFeatureAction.Builder) - Method in class org.lightningj.lnd.peers.proto.PeersOuterClass.NodeAnnouncementUpdateRequest.Builder
Set of changes for the features that the node supports.
addFeatureUpdates(int, PeersOuterClass.UpdateFeatureAction.Builder) - Method in class org.lightningj.lnd.peers.proto.PeersOuterClass.NodeAnnouncementUpdateRequest.Builder
Set of changes for the features that the node supports.
addFeatureUpdatesBuilder() - Method in class org.lightningj.lnd.peers.proto.PeersOuterClass.NodeAnnouncementUpdateRequest.Builder
Set of changes for the features that the node supports.
addFeatureUpdatesBuilder(int) - Method in class org.lightningj.lnd.peers.proto.PeersOuterClass.NodeAnnouncementUpdateRequest.Builder
Set of changes for the features that the node supports.
addForwardingEvents(LightningApi.ForwardingEvent) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
A list of forwarding events from the time slice of the time series specified in the request.
addForwardingEvents(int, LightningApi.ForwardingEvent) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
A list of forwarding events from the time slice of the time series specified in the request.
addForwardingEvents(LightningApi.ForwardingEvent.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
A list of forwarding events from the time slice of the time series specified in the request.
addForwardingEvents(int, LightningApi.ForwardingEvent.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
A list of forwarding events from the time slice of the time series specified in the request.
addForwardingEventsBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
A list of forwarding events from the time slice of the time series specified in the request.
addForwardingEventsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
A list of forwarding events from the time slice of the time series specified in the request.
addHoldInvoice(InvoicesOuterClass.AddHoldInvoiceRequest) - Method in class org.lightningj.lnd.invoices.proto.InvoicesGrpc.InvoicesBlockingStub
AddHoldInvoice creates a hold invoice.
addHoldInvoice(InvoicesOuterClass.AddHoldInvoiceRequest) - Method in class org.lightningj.lnd.invoices.proto.InvoicesGrpc.InvoicesFutureStub
AddHoldInvoice creates a hold invoice.
addHoldInvoice(InvoicesOuterClass.AddHoldInvoiceRequest, StreamObserver<InvoicesOuterClass.AddHoldInvoiceResp>) - Method in class org.lightningj.lnd.invoices.proto.InvoicesGrpc.InvoicesImplBase
AddHoldInvoice creates a hold invoice.
addHoldInvoice(InvoicesOuterClass.AddHoldInvoiceRequest, StreamObserver<InvoicesOuterClass.AddHoldInvoiceResp>) - Method in class org.lightningj.lnd.invoices.proto.InvoicesGrpc.InvoicesStub
AddHoldInvoice creates a hold invoice.
addHoldInvoice(String, byte[], Long, Long, byte[], Long, String, Long, List<RouteHint>, Boolean, StreamObserver<AddHoldInvoiceResp>) - Method in class org.lightningj.lnd.wrapper.invoices.AsynchronousInvoicesAPI
Method to generate a addHoldInvoice request.
addHoldInvoice(AddHoldInvoiceRequest, StreamObserver<AddHoldInvoiceResp>) - Method in class org.lightningj.lnd.wrapper.invoices.AsynchronousInvoicesAPI
Method to send a addHoldInvoice request.
addHoldInvoice(String, byte[], Long, Long, byte[], Long, String, Long, List<RouteHint>, Boolean) - Method in class org.lightningj.lnd.wrapper.invoices.SynchronousInvoicesAPI
Method to generate a addHoldInvoice request.
addHoldInvoice(AddHoldInvoiceRequest) - Method in class org.lightningj.lnd.wrapper.invoices.SynchronousInvoicesAPI
Method to send a addHoldInvoice request.
AddHoldInvoiceRequest - Class in org.lightningj.lnd.wrapper.invoices.message
Wrapper class for AddHoldInvoiceRequest.
AddHoldInvoiceRequest() - Constructor for class org.lightningj.lnd.wrapper.invoices.message.AddHoldInvoiceRequest
Empty Constructor
AddHoldInvoiceRequest(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.invoices.message.AddHoldInvoiceRequest
Json Parsing Constructor
AddHoldInvoiceRequest(InvoicesOuterClass.AddHoldInvoiceRequest) - Constructor for class org.lightningj.lnd.wrapper.invoices.message.AddHoldInvoiceRequest
Constructor using underlying Lightning API Object
AddHoldInvoiceResp - Class in org.lightningj.lnd.wrapper.invoices.message
Wrapper class for AddHoldInvoiceResp.
AddHoldInvoiceResp() - Constructor for class org.lightningj.lnd.wrapper.invoices.message.AddHoldInvoiceResp
Empty Constructor
AddHoldInvoiceResp(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.invoices.message.AddHoldInvoiceResp
Json Parsing Constructor
AddHoldInvoiceResp(InvoicesOuterClass.AddHoldInvoiceResp) - Constructor for class org.lightningj.lnd.wrapper.invoices.message.AddHoldInvoiceResp
Constructor using underlying Lightning API Object
addHopHints(LightningApi.HopHint) - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint.Builder
A list of hop hints that when chained together can assist in reaching a specific destination.
addHopHints(int, LightningApi.HopHint) - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint.Builder
A list of hop hints that when chained together can assist in reaching a specific destination.
addHopHints(LightningApi.HopHint.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint.Builder
A list of hop hints that when chained together can assist in reaching a specific destination.
addHopHints(int, LightningApi.HopHint.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint.Builder
A list of hop hints that when chained together can assist in reaching a specific destination.
addHopHintsBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint.Builder
A list of hop hints that when chained together can assist in reaching a specific destination.
addHopHintsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint.Builder
A list of hop hints that when chained together can assist in reaching a specific destination.
addHopPubkeys(ByteString) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.BuildRouteRequest.Builder
A list of hops that defines the route.
addHops(LightningApi.Hop) - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
Contains details concerning the specific forwarding details at each hop.
addHops(int, LightningApi.Hop) - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
Contains details concerning the specific forwarding details at each hop.
addHops(LightningApi.Hop.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
Contains details concerning the specific forwarding details at each hop.
addHops(int, LightningApi.Hop.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
Contains details concerning the specific forwarding details at each hop.
addHopsBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
Contains details concerning the specific forwarding details at each hop.
addHopsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
Contains details concerning the specific forwarding details at each hop.
addHtlcs(LightningApi.InvoiceHTLC) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
List of HTLCs paying to this invoice [EXPERIMENTAL].
addHtlcs(int, LightningApi.InvoiceHTLC) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
List of HTLCs paying to this invoice [EXPERIMENTAL].
addHtlcs(LightningApi.InvoiceHTLC.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
List of HTLCs paying to this invoice [EXPERIMENTAL].
addHtlcs(int, LightningApi.InvoiceHTLC.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
List of HTLCs paying to this invoice [EXPERIMENTAL].
addHtlcs(LightningApi.HTLCAttempt) - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
The HTLCs made in attempt to settle the payment.
addHtlcs(int, LightningApi.HTLCAttempt) - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
The HTLCs made in attempt to settle the payment.
addHtlcs(LightningApi.HTLCAttempt.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
The HTLCs made in attempt to settle the payment.
addHtlcs(int, LightningApi.HTLCAttempt.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
The HTLCs made in attempt to settle the payment.
addHtlcs(LightningApi.HTLCAttempt) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PaymentStatus.Builder
The HTLCs made in attempt to settle the payment [EXPERIMENTAL].
addHtlcs(int, LightningApi.HTLCAttempt) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PaymentStatus.Builder
The HTLCs made in attempt to settle the payment [EXPERIMENTAL].
addHtlcs(LightningApi.HTLCAttempt.Builder) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PaymentStatus.Builder
The HTLCs made in attempt to settle the payment [EXPERIMENTAL].
addHtlcs(int, LightningApi.HTLCAttempt.Builder) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PaymentStatus.Builder
The HTLCs made in attempt to settle the payment [EXPERIMENTAL].
addHtlcsBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
List of HTLCs paying to this invoice [EXPERIMENTAL].
addHtlcsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
List of HTLCs paying to this invoice [EXPERIMENTAL].
addHtlcsBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
The HTLCs made in attempt to settle the payment.
addHtlcsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
The HTLCs made in attempt to settle the payment.
addHtlcsBuilder() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PaymentStatus.Builder
The HTLCs made in attempt to settle the payment [EXPERIMENTAL].
addHtlcsBuilder(int) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PaymentStatus.Builder
The HTLCs made in attempt to settle the payment [EXPERIMENTAL].
addIgnoredEdges(LightningApi.EdgeLocator) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
Deprecated.
addIgnoredEdges(int, LightningApi.EdgeLocator) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
Deprecated.
addIgnoredEdges(LightningApi.EdgeLocator.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
Deprecated.
addIgnoredEdges(int, LightningApi.EdgeLocator.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
Deprecated.
addIgnoredEdgesBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
Deprecated.
addIgnoredEdgesBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
Deprecated.
addIgnoredNodes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
A list of nodes to ignore during path finding.
addIgnoredPairs(LightningApi.NodePair) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
A list of directed node pairs that will be ignored during path finding.
addIgnoredPairs(int, LightningApi.NodePair) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
A list of directed node pairs that will be ignored during path finding.
addIgnoredPairs(LightningApi.NodePair.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
A list of directed node pairs that will be ignored during path finding.
addIgnoredPairs(int, LightningApi.NodePair.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
A list of directed node pairs that will be ignored during path finding.
addIgnoredPairsBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
A list of directed node pairs that will be ignored during path finding.
addIgnoredPairsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
A list of directed node pairs that will be ignored during path finding.
addInputs(LightningApi.OutPoint) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.TxTemplate.Builder
An optional list of inputs to use.
addInputs(int, LightningApi.OutPoint) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.TxTemplate.Builder
An optional list of inputs to use.
addInputs(LightningApi.OutPoint.Builder) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.TxTemplate.Builder
An optional list of inputs to use.
addInputs(int, LightningApi.OutPoint.Builder) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.TxTemplate.Builder
An optional list of inputs to use.
addInputsBuilder() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.TxTemplate.Builder
An optional list of inputs to use.
addInputsBuilder(int) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.TxTemplate.Builder
An optional list of inputs to use.
addInputScripts(SignerOuterClass.InputScript) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScriptResp.Builder
The set of fully valid input scripts requested.
addInputScripts(int, SignerOuterClass.InputScript) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScriptResp.Builder
The set of fully valid input scripts requested.
addInputScripts(SignerOuterClass.InputScript.Builder) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScriptResp.Builder
The set of fully valid input scripts requested.
addInputScripts(int, SignerOuterClass.InputScript.Builder) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScriptResp.Builder
The set of fully valid input scripts requested.
addInputScriptsBuilder() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScriptResp.Builder
The set of fully valid input scripts requested.
addInputScriptsBuilder(int) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScriptResp.Builder
The set of fully valid input scripts requested.
addInvoice(LightningApi.Invoice) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningBlockingStub
lncli: `addinvoice` AddInvoice attempts to add a new invoice to the invoice database.
addInvoice(LightningApi.Invoice) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningFutureStub
lncli: `addinvoice` AddInvoice attempts to add a new invoice to the invoice database.
addInvoice(LightningApi.Invoice, StreamObserver<LightningApi.AddInvoiceResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningImplBase
lncli: `addinvoice` AddInvoice attempts to add a new invoice to the invoice database.
addInvoice(LightningApi.Invoice, StreamObserver<LightningApi.AddInvoiceResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningStub
lncli: `addinvoice` AddInvoice attempts to add a new invoice to the invoice database.
addInvoice(String, byte[], byte[], Long, Long, Boolean, Long, Long, String, byte[], Long, String, Long, List<RouteHint>, Boolean, Long, Long, Long, Long, Long, Invoice.InvoiceState, List<InvoiceHTLC>, Map<Integer, Feature>, Boolean, byte[], Boolean, Map<String, AMPInvoiceState>, StreamObserver<AddInvoiceResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
Method to generate a addInvoice request.
addInvoice(Invoice, StreamObserver<AddInvoiceResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
Method to send a addInvoice request.
addInvoice(String, byte[], byte[], Long, Long, Boolean, Long, Long, String, byte[], Long, String, Long, List<RouteHint>, Boolean, Long, Long, Long, Long, Long, Invoice.InvoiceState, List<InvoiceHTLC>, Map<Integer, Feature>, Boolean, byte[], Boolean, Map<String, AMPInvoiceState>) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
Method to generate a addInvoice request.
addInvoice(Invoice) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
Method to send a addInvoice request.
AddInvoiceResponse - Class in org.lightningj.lnd.wrapper.message
Wrapper class for AddInvoiceResponse.
AddInvoiceResponse() - Constructor for class org.lightningj.lnd.wrapper.message.AddInvoiceResponse
Empty Constructor
AddInvoiceResponse(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.AddInvoiceResponse
Json Parsing Constructor
AddInvoiceResponse(LightningApi.AddInvoiceResponse) - Constructor for class org.lightningj.lnd.wrapper.message.AddInvoiceResponse
Constructor using underlying Lightning API Object
addInvoices(LightningApi.Invoice) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
A list of invoices from the time slice of the time series specified in the request.
addInvoices(int, LightningApi.Invoice) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
A list of invoices from the time slice of the time series specified in the request.
addInvoices(LightningApi.Invoice.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
A list of invoices from the time slice of the time series specified in the request.
addInvoices(int, LightningApi.Invoice.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
A list of invoices from the time slice of the time series specified in the request.
addInvoicesBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
A list of invoices from the time slice of the time series specified in the request.
addInvoicesBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
A list of invoices from the time slice of the time series specified in the request.
ADDITIONAL_PUBLIC_CHANNELS_FIELD_NUMBER - Static variable in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.RequiredReserveRequest
 
addListeners(String) - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoResponse.Builder
The listening addresses of the watchtower.
addListenersBytes(ByteString) - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoResponse.Builder
The listening addresses of the watchtower.
addLockedUtxos(WalletKitOuterClass.UtxoLease) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtResponse.Builder
The list of lock leases that were acquired for the inputs in the funded PSBT packet.
addLockedUtxos(int, WalletKitOuterClass.UtxoLease) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtResponse.Builder
The list of lock leases that were acquired for the inputs in the funded PSBT packet.
addLockedUtxos(WalletKitOuterClass.UtxoLease.Builder) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtResponse.Builder
The list of lock leases that were acquired for the inputs in the funded PSBT packet.
addLockedUtxos(int, WalletKitOuterClass.UtxoLease.Builder) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtResponse.Builder
The list of lock leases that were acquired for the inputs in the funded PSBT packet.
addLockedUtxos(WalletKitOuterClass.UtxoLease) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListLeasesResponse.Builder
The list of currently leased utxos.
addLockedUtxos(int, WalletKitOuterClass.UtxoLease) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListLeasesResponse.Builder
The list of currently leased utxos.
addLockedUtxos(WalletKitOuterClass.UtxoLease.Builder) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListLeasesResponse.Builder
The list of currently leased utxos.
addLockedUtxos(int, WalletKitOuterClass.UtxoLease.Builder) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListLeasesResponse.Builder
The list of currently leased utxos.
addLockedUtxosBuilder() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtResponse.Builder
The list of lock leases that were acquired for the inputs in the funded PSBT packet.
addLockedUtxosBuilder(int) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtResponse.Builder
The list of lock leases that were acquired for the inputs in the funded PSBT packet.
addLockedUtxosBuilder() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListLeasesResponse.Builder
The list of currently leased utxos.
addLockedUtxosBuilder(int) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListLeasesResponse.Builder
The list of currently leased utxos.
addNodeAddresses(LightningApi.NodeAddress) - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
repeated .lnrpc.NodeAddress node_addresses = 7;
addNodeAddresses(int, LightningApi.NodeAddress) - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
repeated .lnrpc.NodeAddress node_addresses = 7;
addNodeAddresses(LightningApi.NodeAddress.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
repeated .lnrpc.NodeAddress node_addresses = 7;
addNodeAddresses(int, LightningApi.NodeAddress.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
repeated .lnrpc.NodeAddress node_addresses = 7;
addNodeAddressesBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
repeated .lnrpc.NodeAddress node_addresses = 7;
addNodeAddressesBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
repeated .lnrpc.NodeAddress node_addresses = 7;
addNodes(LightningApi.LightningNode) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
The list of `LightningNode`s in this channel graph
addNodes(int, LightningApi.LightningNode) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
The list of `LightningNode`s in this channel graph
addNodes(LightningApi.LightningNode.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
The list of `LightningNode`s in this channel graph
addNodes(int, LightningApi.LightningNode.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
The list of `LightningNode`s in this channel graph
addNodesBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
The list of `LightningNode`s in this channel graph
addNodesBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
The list of `LightningNode`s in this channel graph
addNodeUpdates(LightningApi.NodeUpdate) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
repeated .lnrpc.NodeUpdate node_updates = 1;
addNodeUpdates(int, LightningApi.NodeUpdate) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
repeated .lnrpc.NodeUpdate node_updates = 1;
addNodeUpdates(LightningApi.NodeUpdate.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
repeated .lnrpc.NodeUpdate node_updates = 1;
addNodeUpdates(int, LightningApi.NodeUpdate.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
repeated .lnrpc.NodeUpdate node_updates = 1;
addNodeUpdatesBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
repeated .lnrpc.NodeUpdate node_updates = 1;
addNodeUpdatesBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
repeated .lnrpc.NodeUpdate node_updates = 1;
addOps(LightningApi.Op) - Method in class org.lightningj.lnd.peers.proto.PeersOuterClass.NodeAnnouncementUpdateResponse.Builder
repeated .lnrpc.Op ops = 1;
addOps(int, LightningApi.Op) - Method in class org.lightningj.lnd.peers.proto.PeersOuterClass.NodeAnnouncementUpdateResponse.Builder
repeated .lnrpc.Op ops = 1;
addOps(LightningApi.Op.Builder) - Method in class org.lightningj.lnd.peers.proto.PeersOuterClass.NodeAnnouncementUpdateResponse.Builder
repeated .lnrpc.Op ops = 1;
addOps(int, LightningApi.Op.Builder) - Method in class org.lightningj.lnd.peers.proto.PeersOuterClass.NodeAnnouncementUpdateResponse.Builder
repeated .lnrpc.Op ops = 1;
addOps(LightningApi.Op) - Method in class org.lightningj.lnd.proto.LightningApi.MacaroonId.Builder
repeated .lnrpc.Op ops = 3;
addOps(int, LightningApi.Op) - Method in class org.lightningj.lnd.proto.LightningApi.MacaroonId.Builder
repeated .lnrpc.Op ops = 3;
addOps(LightningApi.Op.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.MacaroonId.Builder
repeated .lnrpc.Op ops = 3;
addOps(int, LightningApi.Op.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.MacaroonId.Builder
repeated .lnrpc.Op ops = 3;
addOpsBuilder() - Method in class org.lightningj.lnd.peers.proto.PeersOuterClass.NodeAnnouncementUpdateResponse.Builder
repeated .lnrpc.Op ops = 1;
addOpsBuilder(int) - Method in class org.lightningj.lnd.peers.proto.PeersOuterClass.NodeAnnouncementUpdateResponse.Builder
repeated .lnrpc.Op ops = 1;
addOpsBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.MacaroonId.Builder
repeated .lnrpc.Op ops = 3;
addOpsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.MacaroonId.Builder
repeated .lnrpc.Op ops = 3;
addOtherPartialSignatures(ByteString) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.MuSig2CombineSigRequest.Builder
The list of all other participants' partial signatures to add to the current session.
addOtherSignerPublicNonces(ByteString) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.MuSig2RegisterNoncesRequest.Builder
A list of all public nonces of other signing participants that should be registered.
addOtherSignerPublicNonces(ByteString) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.MuSig2SessionRequest.Builder
An optional list of all public nonces of other signing participants that might already be known.
addOutgoingChanIds(long) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
The channel ids of the channels are allowed for the first hop.
addOutputDetails(LightningApi.OutputDetail) - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
Outputs that received funds for this transaction
addOutputDetails(int, LightningApi.OutputDetail) - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
Outputs that received funds for this transaction
addOutputDetails(LightningApi.OutputDetail.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
Outputs that received funds for this transaction
addOutputDetails(int, LightningApi.OutputDetail.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
Outputs that received funds for this transaction
addOutputDetailsBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
Outputs that received funds for this transaction
addOutputDetailsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
Outputs that received funds for this transaction
addOutputs(SignerOuterClass.TxOut) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsRequest.Builder
A slice of the outputs that should be created in the transaction produced.
addOutputs(int, SignerOuterClass.TxOut) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsRequest.Builder
A slice of the outputs that should be created in the transaction produced.
addOutputs(SignerOuterClass.TxOut.Builder) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsRequest.Builder
A slice of the outputs that should be created in the transaction produced.
addOutputs(int, SignerOuterClass.TxOut.Builder) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsRequest.Builder
A slice of the outputs that should be created in the transaction produced.
addOutputsBuilder() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsRequest.Builder
A slice of the outputs that should be created in the transaction produced.
addOutputsBuilder(int) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsRequest.Builder
A slice of the outputs that should be created in the transaction produced.
addPairs(RouterOuterClass.PairHistory) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryMissionControlResponse.Builder
Node pair-level mission control state.
addPairs(int, RouterOuterClass.PairHistory) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryMissionControlResponse.Builder
Node pair-level mission control state.
addPairs(RouterOuterClass.PairHistory.Builder) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryMissionControlResponse.Builder
Node pair-level mission control state.
addPairs(int, RouterOuterClass.PairHistory.Builder) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryMissionControlResponse.Builder
Node pair-level mission control state.
addPairs(RouterOuterClass.PairHistory) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.XImportMissionControlRequest.Builder
Node pair-level mission control state to be imported.
addPairs(int, RouterOuterClass.PairHistory) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.XImportMissionControlRequest.Builder
Node pair-level mission control state to be imported.
addPairs(RouterOuterClass.PairHistory.Builder) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.XImportMissionControlRequest.Builder
Node pair-level mission control state to be imported.
addPairs(int, RouterOuterClass.PairHistory.Builder) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.XImportMissionControlRequest.Builder
Node pair-level mission control state to be imported.
addPairsBuilder() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryMissionControlResponse.Builder
Node pair-level mission control state.
addPairsBuilder(int) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryMissionControlResponse.Builder
Node pair-level mission control state.
addPairsBuilder() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.XImportMissionControlRequest.Builder
Node pair-level mission control state to be imported.
addPairsBuilder(int) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.XImportMissionControlRequest.Builder
Node pair-level mission control state to be imported.
addPayments(LightningApi.Payment) - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse.Builder
The list of payments
addPayments(int, LightningApi.Payment) - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse.Builder
The list of payments
addPayments(LightningApi.Payment.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse.Builder
The list of payments
addPayments(int, LightningApi.Payment.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse.Builder
The list of payments
addPaymentsBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse.Builder
The list of payments
addPaymentsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse.Builder
The list of payments
addPeer(Neutrino.AddPeerRequest) - Method in class org.lightningj.lnd.neutrino.proto.NeutrinoKitGrpc.NeutrinoKitBlockingStub
AddPeer adds a new peer that has already been connected to the server.
addPeer(Neutrino.AddPeerRequest) - Method in class org.lightningj.lnd.neutrino.proto.NeutrinoKitGrpc.NeutrinoKitFutureStub
AddPeer adds a new peer that has already been connected to the server.
addPeer(Neutrino.AddPeerRequest, StreamObserver<Neutrino.AddPeerResponse>) - Method in class org.lightningj.lnd.neutrino.proto.NeutrinoKitGrpc.NeutrinoKitImplBase
AddPeer adds a new peer that has already been connected to the server.
addPeer(Neutrino.AddPeerRequest, StreamObserver<Neutrino.AddPeerResponse>) - Method in class org.lightningj.lnd.neutrino.proto.NeutrinoKitGrpc.NeutrinoKitStub
AddPeer adds a new peer that has already been connected to the server.
addPeer(String, StreamObserver<AddPeerResponse>) - Method in class org.lightningj.lnd.wrapper.neutrino.AsynchronousNeutrinoAPI
Method to generate a addPeer request.
addPeer(AddPeerRequest, StreamObserver<AddPeerResponse>) - Method in class org.lightningj.lnd.wrapper.neutrino.AsynchronousNeutrinoAPI
Method to send a addPeer request.
addPeer(String) - Method in class org.lightningj.lnd.wrapper.neutrino.SynchronousNeutrinoAPI
Method to generate a addPeer request.
addPeer(AddPeerRequest) - Method in class org.lightningj.lnd.wrapper.neutrino.SynchronousNeutrinoAPI
Method to send a addPeer request.
AddPeerRequest - Class in org.lightningj.lnd.wrapper.neutrino.message
Wrapper class for AddPeerRequest.
AddPeerRequest() - Constructor for class org.lightningj.lnd.wrapper.neutrino.message.AddPeerRequest
Empty Constructor
AddPeerRequest(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.neutrino.message.AddPeerRequest
Json Parsing Constructor
AddPeerRequest(Neutrino.AddPeerRequest) - Constructor for class org.lightningj.lnd.wrapper.neutrino.message.AddPeerRequest
Constructor using underlying Lightning API Object
AddPeerResponse - Class in org.lightningj.lnd.wrapper.neutrino.message
Wrapper class for AddPeerResponse.
AddPeerResponse() - Constructor for class org.lightningj.lnd.wrapper.neutrino.message.AddPeerResponse
Empty Constructor
AddPeerResponse(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.neutrino.message.AddPeerResponse
Json Parsing Constructor
AddPeerResponse(Neutrino.AddPeerResponse) - Constructor for class org.lightningj.lnd.wrapper.neutrino.message.AddPeerResponse
Constructor using underlying Lightning API Object
addPeers(String) - Method in class org.lightningj.lnd.neutrino.proto.Neutrino.StatusResponse.Builder
Connected peers.
addPeers(LightningApi.Peer) - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse.Builder
The list of currently connected peers
addPeers(int, LightningApi.Peer) - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse.Builder
The list of currently connected peers
addPeers(LightningApi.Peer.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse.Builder
The list of currently connected peers
addPeers(int, LightningApi.Peer.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse.Builder
The list of currently connected peers
addPeersBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse.Builder
The list of currently connected peers
addPeersBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse.Builder
The list of currently connected peers
addPeersBytes(ByteString) - Method in class org.lightningj.lnd.neutrino.proto.Neutrino.StatusResponse.Builder
Connected peers.
addPendingChannels(LightningApi.PendingUpdate) - Method in class org.lightningj.lnd.proto.LightningApi.BatchOpenChannelResponse.Builder
repeated .lnrpc.PendingUpdate pending_channels = 1;
addPendingChannels(int, LightningApi.PendingUpdate) - Method in class org.lightningj.lnd.proto.LightningApi.BatchOpenChannelResponse.Builder
repeated .lnrpc.PendingUpdate pending_channels = 1;
addPendingChannels(LightningApi.PendingUpdate.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.BatchOpenChannelResponse.Builder
repeated .lnrpc.PendingUpdate pending_channels = 1;
addPendingChannels(int, LightningApi.PendingUpdate.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.BatchOpenChannelResponse.Builder
repeated .lnrpc.PendingUpdate pending_channels = 1;
addPendingChannelsBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.BatchOpenChannelResponse.Builder
repeated .lnrpc.PendingUpdate pending_channels = 1;
addPendingChannelsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.BatchOpenChannelResponse.Builder
repeated .lnrpc.PendingUpdate pending_channels = 1;
addPendingClosingChannels(LightningApi.PendingChannelsResponse.ClosedChannel) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
Deprecated.
addPendingClosingChannels(int, LightningApi.PendingChannelsResponse.ClosedChannel) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
Deprecated.
addPendingClosingChannels(LightningApi.PendingChannelsResponse.ClosedChannel.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
Deprecated.
addPendingClosingChannels(int, LightningApi.PendingChannelsResponse.ClosedChannel.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
Deprecated.
addPendingClosingChannelsBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
Deprecated.
addPendingClosingChannelsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
Deprecated.
addPendingForceClosingChannels(LightningApi.PendingChannelsResponse.ForceClosedChannel) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
Channels pending force closing
addPendingForceClosingChannels(int, LightningApi.PendingChannelsResponse.ForceClosedChannel) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
Channels pending force closing
addPendingForceClosingChannels(LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
Channels pending force closing
addPendingForceClosingChannels(int, LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
Channels pending force closing
addPendingForceClosingChannelsBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
Channels pending force closing
addPendingForceClosingChannelsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
Channels pending force closing
addPendingHtlcs(LightningApi.HTLC) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
The list of active, uncleared HTLCs currently pending within the channel.
addPendingHtlcs(int, LightningApi.HTLC) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
The list of active, uncleared HTLCs currently pending within the channel.
addPendingHtlcs(LightningApi.HTLC.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
The list of active, uncleared HTLCs currently pending within the channel.
addPendingHtlcs(int, LightningApi.HTLC.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
The list of active, uncleared HTLCs currently pending within the channel.
addPendingHtlcs(LightningApi.PendingHTLC) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
repeated .lnrpc.PendingHTLC pending_htlcs = 8;
addPendingHtlcs(int, LightningApi.PendingHTLC) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
repeated .lnrpc.PendingHTLC pending_htlcs = 8;
addPendingHtlcs(LightningApi.PendingHTLC.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
repeated .lnrpc.PendingHTLC pending_htlcs = 8;
addPendingHtlcs(int, LightningApi.PendingHTLC.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
repeated .lnrpc.PendingHTLC pending_htlcs = 8;
addPendingHtlcsBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
The list of active, uncleared HTLCs currently pending within the channel.
addPendingHtlcsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
The list of active, uncleared HTLCs currently pending within the channel.
addPendingHtlcsBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
repeated .lnrpc.PendingHTLC pending_htlcs = 8;
addPendingHtlcsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
repeated .lnrpc.PendingHTLC pending_htlcs = 8;
addPendingOpenChannels(LightningApi.PendingChannelsResponse.PendingOpenChannel) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
Channels pending opening
addPendingOpenChannels(int, LightningApi.PendingChannelsResponse.PendingOpenChannel) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
Channels pending opening
addPendingOpenChannels(LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
Channels pending opening
addPendingOpenChannels(int, LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
Channels pending opening
addPendingOpenChannelsBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
Channels pending opening
addPendingOpenChannelsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
Channels pending opening
addPendingSweeps(WalletKitOuterClass.PendingSweep) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepsResponse.Builder
The set of outputs currently being swept by lnd's central batching engine.
addPendingSweeps(int, WalletKitOuterClass.PendingSweep) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepsResponse.Builder
The set of outputs currently being swept by lnd's central batching engine.
addPendingSweeps(WalletKitOuterClass.PendingSweep.Builder) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepsResponse.Builder
The set of outputs currently being swept by lnd's central batching engine.
addPendingSweeps(int, WalletKitOuterClass.PendingSweep.Builder) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepsResponse.Builder
The set of outputs currently being swept by lnd's central batching engine.
addPendingSweepsBuilder() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepsResponse.Builder
The set of outputs currently being swept by lnd's central batching engine.
addPendingSweepsBuilder(int) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepsResponse.Builder
The set of outputs currently being swept by lnd's central batching engine.
addPermissions(LightningApi.MacaroonPermission) - Method in class org.lightningj.lnd.proto.LightningApi.BakeMacaroonRequest.Builder
The list of permissions the new macaroon should grant.
addPermissions(int, LightningApi.MacaroonPermission) - Method in class org.lightningj.lnd.proto.LightningApi.BakeMacaroonRequest.Builder
The list of permissions the new macaroon should grant.
addPermissions(LightningApi.MacaroonPermission.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.BakeMacaroonRequest.Builder
The list of permissions the new macaroon should grant.
addPermissions(int, LightningApi.MacaroonPermission.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.BakeMacaroonRequest.Builder
The list of permissions the new macaroon should grant.
addPermissions(LightningApi.MacaroonPermission) - Method in class org.lightningj.lnd.proto.LightningApi.CheckMacPermRequest.Builder
repeated .lnrpc.MacaroonPermission permissions = 2;
addPermissions(int, LightningApi.MacaroonPermission) - Method in class org.lightningj.lnd.proto.LightningApi.CheckMacPermRequest.Builder
repeated .lnrpc.MacaroonPermission permissions = 2;
addPermissions(LightningApi.MacaroonPermission.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.CheckMacPermRequest.Builder
repeated .lnrpc.MacaroonPermission permissions = 2;
addPermissions(int, LightningApi.MacaroonPermission.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.CheckMacPermRequest.Builder
repeated .lnrpc.MacaroonPermission permissions = 2;
addPermissions(LightningApi.MacaroonPermission) - Method in class org.lightningj.lnd.proto.LightningApi.MacaroonPermissionList.Builder
A list of macaroon permissions.
addPermissions(int, LightningApi.MacaroonPermission) - Method in class org.lightningj.lnd.proto.LightningApi.MacaroonPermissionList.Builder
A list of macaroon permissions.
addPermissions(LightningApi.MacaroonPermission.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.MacaroonPermissionList.Builder
A list of macaroon permissions.
addPermissions(int, LightningApi.MacaroonPermission.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.MacaroonPermissionList.Builder
A list of macaroon permissions.
addPermissionsBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.BakeMacaroonRequest.Builder
The list of permissions the new macaroon should grant.
addPermissionsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.BakeMacaroonRequest.Builder
The list of permissions the new macaroon should grant.
addPermissionsBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.CheckMacPermRequest.Builder
repeated .lnrpc.MacaroonPermission permissions = 2;
addPermissionsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.CheckMacPermRequest.Builder
repeated .lnrpc.MacaroonPermission permissions = 2;
addPermissionsBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.MacaroonPermissionList.Builder
A list of macaroon permissions.
addPermissionsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.MacaroonPermissionList.Builder
A list of macaroon permissions.
addPreviousOutpoints(LightningApi.PreviousOutPoint) - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
PreviousOutpoints/Inputs of this transaction.
addPreviousOutpoints(int, LightningApi.PreviousOutPoint) - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
PreviousOutpoints/Inputs of this transaction.
addPreviousOutpoints(LightningApi.PreviousOutPoint.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
PreviousOutpoints/Inputs of this transaction.
addPreviousOutpoints(int, LightningApi.PreviousOutPoint.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
PreviousOutpoints/Inputs of this transaction.
addPreviousOutpointsBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
PreviousOutpoints/Inputs of this transaction.
addPreviousOutpointsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
PreviousOutpoints/Inputs of this transaction.
addPrevOutputs(SignerOuterClass.TxOut) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignReq.Builder
The full list of UTXO information for each of the inputs being spent.
addPrevOutputs(int, SignerOuterClass.TxOut) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignReq.Builder
The full list of UTXO information for each of the inputs being spent.
addPrevOutputs(SignerOuterClass.TxOut.Builder) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignReq.Builder
The full list of UTXO information for each of the inputs being spent.
addPrevOutputs(int, SignerOuterClass.TxOut.Builder) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignReq.Builder
The full list of UTXO information for each of the inputs being spent.
addPrevOutputsBuilder() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignReq.Builder
The full list of UTXO information for each of the inputs being spent.
addPrevOutputsBuilder(int) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignReq.Builder
The full list of UTXO information for each of the inputs being spent.
addPubkeys(String) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresRequest.Builder
repeated string pubkeys = 1;
addPubkeysBytes(ByteString) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresRequest.Builder
repeated string pubkeys = 1;
ADDR_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest
 
ADDR_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.NodeAddress
 
ADDR_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest
 
ADDR_FIELD_NUMBER - Static variable in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AddrResponse
 
ADDR_FIELD_NUMBER - Static variable in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SignMessageWithAddrRequest
 
ADDR_FIELD_NUMBER - Static variable in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.VerifyMessageWithAddrRequest
 
addRawSigs(ByteString) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignResp.Builder
A set of signatures realized in a fixed 64-byte format ordered in ascending input order.
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.ModifyStatusRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.ModifyStatusResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.HeuristicResult.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.StatusRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.StatusResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.chainkit.proto.Chainkit.GetBestBlockRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.chainkit.proto.Chainkit.GetBestBlockResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.chainkit.proto.Chainkit.GetBlockHashRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.chainkit.proto.Chainkit.GetBlockHashResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.chainkit.proto.Chainkit.GetBlockRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.chainkit.proto.Chainkit.GetBlockResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.BlockEpoch.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfDetails.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfEvent.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.Outpoint.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.Reorg.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendDetails.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendEvent.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.dev.proto.DevOuterClass.ImportGraphResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceResp.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.CancelInvoiceMsg.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.CancelInvoiceResp.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.LookupInvoiceMsg.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SettleInvoiceMsg.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SettleInvoiceResp.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SubscribeSingleInvoiceRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.neutrino.proto.Neutrino.AddPeerRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.neutrino.proto.Neutrino.AddPeerResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.neutrino.proto.Neutrino.DisconnectPeerRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.neutrino.proto.Neutrino.DisconnectPeerResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.neutrino.proto.Neutrino.GetBlockHashRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.neutrino.proto.Neutrino.GetBlockHashResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.neutrino.proto.Neutrino.GetBlockHeaderRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.neutrino.proto.Neutrino.GetBlockHeaderResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.neutrino.proto.Neutrino.GetBlockRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.neutrino.proto.Neutrino.GetBlockResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.neutrino.proto.Neutrino.GetCFilterRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.neutrino.proto.Neutrino.GetCFilterResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.neutrino.proto.Neutrino.IsBannedRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.neutrino.proto.Neutrino.IsBannedResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.neutrino.proto.Neutrino.StatusRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.neutrino.proto.Neutrino.StatusResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.peers.proto.PeersOuterClass.NodeAnnouncementUpdateRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.peers.proto.PeersOuterClass.NodeAnnouncementUpdateResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.peers.proto.PeersOuterClass.UpdateAddressAction.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.peers.proto.PeersOuterClass.UpdateFeatureAction.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.AbandonChannelRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.AbandonChannelResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.AliasMap.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.Amount.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.AMP.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.AMPInvoiceState.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.AMPRecord.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.BakeMacaroonRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.BakeMacaroonResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.BatchOpenChannel.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.BatchOpenChannelRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.BatchOpenChannelResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.Chain.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChanBackupExportRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChanBackupSnapshot.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelAcceptRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelAcceptResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackup.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackups.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackupSubscription.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelConstraints.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventSubscription.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraphRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelUpdate.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ChanPointShim.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.CheckMacPermRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.CheckMacPermResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.CustomMessage.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.DeleteMacaroonIDRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.DeleteMacaroonIDResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.DeletePaymentRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.DeletePaymentResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.EdgeLocator.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ExportChannelBackupRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.FailedUpdate.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.Failure.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.Feature.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.FeeLimit.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.FloatMetric.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.FundingPsbtFinalize.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.FundingPsbtVerify.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.FundingShim.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.FundingShimCancel.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.FundingStateStepResp.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.FundingTransitionMsg.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.GetRecoveryInfoRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.GetRecoveryInfoResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.GetTransactionsRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologySubscription.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.HopHint.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.HTLC.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.HTLCAttempt.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.InterceptFeedback.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceHTLC.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.KeyDescriptor.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.KeyLocator.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListAliasesRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListAliasesResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListMacaroonIDsRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListMacaroonIDsResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListPermissionsRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListPermissionsResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListUnspentRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ListUnspentResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.LookupHtlcResolutionRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.LookupHtlcResolutionResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.MacaroonId.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.MacaroonPermission.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.MacaroonPermissionList.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.MiddlewareRegistration.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.MPPRecord.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.MultiChanBackup.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfoRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.NodeMetricsRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.NodeMetricsResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.NodePair.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.Op.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.OutPoint.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.OutputDetail.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PaymentHash.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PayReqString.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PeerEvent.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PeerEventSubscription.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Commitments.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PreviousOutPoint.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.PsbtShim.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.ReadyForPsbtFunding.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.Resolution.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.RestoreBackupResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.RestoreChanBackupRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.RPCMessage.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.RPCMiddlewareRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.RPCMiddlewareResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.SendCustomMessageRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.SendCustomMessageResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.SetID.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.StopRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.StopResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.StreamAuth.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.SubscribeCustomMessagesRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.TimestampedError.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.Utxo.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.VerifyChanBackupResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.WalletAccountBalance.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.AprioriParameters.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.BimodalParameters.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.BuildRouteRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.BuildRouteResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.CircuitKey.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.FinalHtlcEvent.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardEvent.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardFailEvent.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardHtlcInterceptRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardHtlcInterceptResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.GetMissionControlConfigRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.GetMissionControlConfigResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.HtlcEvent.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.HtlcInfo.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.LinkFailEvent.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.MissionControlConfig.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PairData.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PairHistory.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PaymentStatus.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryMissionControlRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryMissionControlResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryProbabilityRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryProbabilityResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ResetMissionControlRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ResetMissionControlResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.RouteFeeRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.RouteFeeResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SetMissionControlConfigRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SetMissionControlConfigResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SettleEvent.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SubscribedEvent.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SubscribeHtlcEventsRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.TrackPaymentRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.TrackPaymentsRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.UpdateChanStatusRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.UpdateChanStatusResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.XImportMissionControlRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.XImportMissionControlResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScript.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScriptResp.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.KeyDescriptor.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.KeyLocator.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.MuSig2CleanupRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.MuSig2CleanupResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.MuSig2CombineKeysRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.MuSig2CombineKeysResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.MuSig2CombineSigRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.MuSig2CombineSigResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.MuSig2RegisterNoncesRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.MuSig2RegisterNoncesResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.MuSig2SessionRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.MuSig2SessionResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.MuSig2SignRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.MuSig2SignResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SharedKeyRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SharedKeyResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptor.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignMessageReq.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignMessageResp.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignReq.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignResp.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.TaprootTweakDesc.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.TweakDesc.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.TxOut.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.VerifyMessageReq.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.VerifyMessageResp.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.stateservice.proto.Stateservice.GetStateRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.stateservice.proto.Stateservice.GetStateResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.stateservice.proto.Stateservice.SubscribeStateRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.stateservice.proto.Stateservice.SubscribeStateResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.verrpc.proto.Verrpc.Version.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.verrpc.proto.Verrpc.VersionRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.Account.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AccountWithAddresses.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AddressProperty.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AddrRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AddrResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.EstimateFeeRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.EstimateFeeResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FinalizePsbtRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FinalizePsbtResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportAccountRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportAccountResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportPublicKeyRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportPublicKeyResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportTapscriptRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportTapscriptResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.KeyReq.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.LabelTransactionRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.LabelTransactionResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.LeaseOutputRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.LeaseOutputResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListAccountsRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListAccountsResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListAddressesRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListAddressesResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListLeasesRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListLeasesResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListSweepsRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListSweepsResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListSweepsResponse.TransactionIDs.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListUnspentRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListUnspentResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweep.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepsRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepsResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PublishResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ReleaseOutputRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ReleaseOutputResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.RequiredReserveRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.RequiredReserveResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SignMessageWithAddrRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SignMessageWithAddrResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SignPsbtRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SignPsbtResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.TapLeaf.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.TapscriptFullTree.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.TapscriptPartialReveal.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.Transaction.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.TxTemplate.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.UtxoLease.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.VerifyMessageWithAddrRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.VerifyMessageWithAddrResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.ChangePasswordRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.ChangePasswordResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.GenSeedRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.GenSeedResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.InitWalletRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.InitWalletResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.UnlockWalletRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.UnlockWalletResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.WatchOnly.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.WatchOnlyAccount.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.AddTowerRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.AddTowerResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.GetTowerInfoRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.ListTowersRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.ListTowersResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.PolicyRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.PolicyResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.RemoveTowerRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.RemoveTowerResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.StatsRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.StatsResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.Tower.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.TowerSession.Builder
 
addRepeatedField(Descriptors.FieldDescriptor, Object) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.TowerSessionInfo.Builder
 
addResolutions(LightningApi.Resolution) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
repeated .lnrpc.Resolution resolutions = 13;
addResolutions(int, LightningApi.Resolution) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
repeated .lnrpc.Resolution resolutions = 13;
addResolutions(LightningApi.Resolution.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
repeated .lnrpc.Resolution resolutions = 13;
addResolutions(int, LightningApi.Resolution.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
repeated .lnrpc.Resolution resolutions = 13;
addResolutionsBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
repeated .lnrpc.Resolution resolutions = 13;
addResolutionsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
repeated .lnrpc.Resolution resolutions = 13;
ADDRESS_FIELD_NUMBER - Static variable in class org.lightningj.lnd.peers.proto.PeersOuterClass.UpdateAddressAction
 
ADDRESS_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse
 
ADDRESS_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.OutputDetail
 
ADDRESS_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Peer
 
ADDRESS_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Utxo
 
ADDRESS_FIELD_NUMBER - Static variable in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AddressProperty
 
ADDRESS_FIELD_NUMBER - Static variable in class org.lightningj.lnd.wtclient.proto.Wtclient.AddTowerRequest
 
ADDRESS_FIELD_NUMBER - Static variable in class org.lightningj.lnd.wtclient.proto.Wtclient.RemoveTowerRequest
 
ADDRESS_MISMATCH_VALUE - Static variable in enum org.lightningj.lnd.router.proto.RouterOuterClass.FailureDetail
ADDRESS_MISMATCH = 15;
ADDRESS_TYPE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Utxo
 
ADDRESS_TYPE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.Account
 
ADDRESS_TYPE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AccountWithAddresses
 
ADDRESS_TYPE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportAccountRequest
 
ADDRESS_TYPE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportPublicKeyRequest
 
ADDRESS_TYPE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListAccountsRequest
 
ADDRESS_UPDATES_FIELD_NUMBER - Static variable in class org.lightningj.lnd.peers.proto.PeersOuterClass.NodeAnnouncementUpdateRequest
 
ADDRESSES_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.LightningNode
 
ADDRESSES_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
 
ADDRESSES_FIELD_NUMBER - Static variable in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AccountWithAddresses
 
ADDRESSES_FIELD_NUMBER - Static variable in class org.lightningj.lnd.wtclient.proto.Wtclient.Tower
 
AddressProperty - Class in org.lightningj.lnd.wrapper.walletkit.message
Wrapper class for AddressProperty.
AddressProperty() - Constructor for class org.lightningj.lnd.wrapper.walletkit.message.AddressProperty
Empty Constructor
AddressProperty(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.walletkit.message.AddressProperty
Json Parsing Constructor
AddressProperty(WalletKitOuterClass.AddressProperty) - Constructor for class org.lightningj.lnd.wrapper.walletkit.message.AddressProperty
Constructor using underlying Lightning API Object
AddressType - Enum in org.lightningj.lnd.wrapper.message
Wrapper enum AddressType.
AddressType - Enum in org.lightningj.lnd.wrapper.walletkit.message
Wrapper enum AddressType.
addResults(AutopilotOuterClass.QueryScoresResponse.HeuristicResult) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.Builder
repeated .autopilotrpc.QueryScoresResponse.HeuristicResult results = 1;
addResults(int, AutopilotOuterClass.QueryScoresResponse.HeuristicResult) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.Builder
repeated .autopilotrpc.QueryScoresResponse.HeuristicResult results = 1;
addResults(AutopilotOuterClass.QueryScoresResponse.HeuristicResult.Builder) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.Builder
repeated .autopilotrpc.QueryScoresResponse.HeuristicResult results = 1;
addResults(int, AutopilotOuterClass.QueryScoresResponse.HeuristicResult.Builder) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.Builder
repeated .autopilotrpc.QueryScoresResponse.HeuristicResult results = 1;
addResultsBuilder() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.Builder
repeated .autopilotrpc.QueryScoresResponse.HeuristicResult results = 1;
addResultsBuilder(int) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.Builder
repeated .autopilotrpc.QueryScoresResponse.HeuristicResult results = 1;
addRootKeyIds(long) - Method in class org.lightningj.lnd.proto.LightningApi.ListMacaroonIDsResponse.Builder
The list of root key IDs that are in use.
addRouteHints(LightningApi.RouteHint) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest.Builder
Route hints that can each be individually used to assist in reaching the invoice's destination.
addRouteHints(int, LightningApi.RouteHint) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest.Builder
Route hints that can each be individually used to assist in reaching the invoice's destination.
addRouteHints(LightningApi.RouteHint.Builder) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest.Builder
Route hints that can each be individually used to assist in reaching the invoice's destination.
addRouteHints(int, LightningApi.RouteHint.Builder) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest.Builder
Route hints that can each be individually used to assist in reaching the invoice's destination.
addRouteHints(LightningApi.RouteHint) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
Route hints that can each be individually used to assist in reaching the invoice's destination.
addRouteHints(int, LightningApi.RouteHint) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
Route hints that can each be individually used to assist in reaching the invoice's destination.
addRouteHints(LightningApi.RouteHint.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
Route hints that can each be individually used to assist in reaching the invoice's destination.
addRouteHints(int, LightningApi.RouteHint.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
Route hints that can each be individually used to assist in reaching the invoice's destination.
addRouteHints(LightningApi.RouteHint) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
repeated .lnrpc.RouteHint route_hints = 10;
addRouteHints(int, LightningApi.RouteHint) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
repeated .lnrpc.RouteHint route_hints = 10;
addRouteHints(LightningApi.RouteHint.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
repeated .lnrpc.RouteHint route_hints = 10;
addRouteHints(int, LightningApi.RouteHint.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
repeated .lnrpc.RouteHint route_hints = 10;
addRouteHints(LightningApi.RouteHint) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
Optional route hints to reach the destination through private channels.
addRouteHints(int, LightningApi.RouteHint) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
Optional route hints to reach the destination through private channels.
addRouteHints(LightningApi.RouteHint.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
Optional route hints to reach the destination through private channels.
addRouteHints(int, LightningApi.RouteHint.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
Optional route hints to reach the destination through private channels.
addRouteHints(LightningApi.RouteHint) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
Optional route hints to reach the destination through private channels.
addRouteHints(int, LightningApi.RouteHint) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
Optional route hints to reach the destination through private channels.
addRouteHints(LightningApi.RouteHint.Builder) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
Optional route hints to reach the destination through private channels.
addRouteHints(int, LightningApi.RouteHint.Builder) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
Optional route hints to reach the destination through private channels.
addRouteHintsBuilder() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest.Builder
Route hints that can each be individually used to assist in reaching the invoice's destination.
addRouteHintsBuilder(int) - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest.Builder
Route hints that can each be individually used to assist in reaching the invoice's destination.
addRouteHintsBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
Route hints that can each be individually used to assist in reaching the invoice's destination.
addRouteHintsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
Route hints that can each be individually used to assist in reaching the invoice's destination.
addRouteHintsBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
repeated .lnrpc.RouteHint route_hints = 10;
addRouteHintsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
repeated .lnrpc.RouteHint route_hints = 10;
addRouteHintsBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
Optional route hints to reach the destination through private channels.
addRouteHintsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
Optional route hints to reach the destination through private channels.
addRouteHintsBuilder() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
Optional route hints to reach the destination through private channels.
addRouteHintsBuilder(int) - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
Optional route hints to reach the destination through private channels.
addRoutes(LightningApi.Route) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse.Builder
The route that results from the path finding operation.
addRoutes(int, LightningApi.Route) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse.Builder
The route that results from the path finding operation.
addRoutes(LightningApi.Route.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse.Builder
The route that results from the path finding operation.
addRoutes(int, LightningApi.Route.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse.Builder
The route that results from the path finding operation.
addRoutesBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse.Builder
The route that results from the path finding operation.
addRoutesBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse.Builder
The route that results from the path finding operation.
AddrRequest - Class in org.lightningj.lnd.wrapper.walletkit.message
Wrapper class for AddrRequest.
AddrRequest() - Constructor for class org.lightningj.lnd.wrapper.walletkit.message.AddrRequest
Empty Constructor
AddrRequest(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.walletkit.message.AddrRequest
Json Parsing Constructor
AddrRequest(WalletKitOuterClass.AddrRequest) - Constructor for class org.lightningj.lnd.wrapper.walletkit.message.AddrRequest
Constructor using underlying Lightning API Object
AddrResponse - Class in org.lightningj.lnd.wrapper.walletkit.message
Wrapper class for AddrResponse.
AddrResponse() - Constructor for class org.lightningj.lnd.wrapper.walletkit.message.AddrResponse
Empty Constructor
AddrResponse(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.walletkit.message.AddrResponse
Json Parsing Constructor
AddrResponse(WalletKitOuterClass.AddrResponse) - Constructor for class org.lightningj.lnd.wrapper.walletkit.message.AddrResponse
Constructor using underlying Lightning API Object
ADDRTOAMOUNT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.EstimateFeeRequest
 
ADDRTOAMOUNT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.SendManyRequest
 
addrToAmountEntries - Variable in class org.lightningj.lnd.wrapper.message.EstimateFeeRequest
 
AddrToAmountEntries() - Constructor for class org.lightningj.lnd.wrapper.message.EstimateFeeRequest.AddrToAmountEntries
 
addrToAmountEntries - Variable in class org.lightningj.lnd.wrapper.message.SendManyRequest
 
AddrToAmountEntries() - Constructor for class org.lightningj.lnd.wrapper.message.SendManyRequest.AddrToAmountEntries
 
AddrToAmountEntry() - Constructor for class org.lightningj.lnd.wrapper.message.EstimateFeeRequest.AddrToAmountEntry
Empty Constructor
AddrToAmountEntry(String, long) - Constructor for class org.lightningj.lnd.wrapper.message.EstimateFeeRequest.AddrToAmountEntry
Json Parsing Constructor
AddrToAmountEntry() - Constructor for class org.lightningj.lnd.wrapper.message.SendManyRequest.AddrToAmountEntry
Empty Constructor
AddrToAmountEntry(String, long) - Constructor for class org.lightningj.lnd.wrapper.message.SendManyRequest.AddrToAmountEntry
Json Parsing Constructor
addSessionInfo(Wtclient.TowerSessionInfo) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.Tower.Builder
A list sessions held with the tower.
addSessionInfo(int, Wtclient.TowerSessionInfo) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.Tower.Builder
A list sessions held with the tower.
addSessionInfo(Wtclient.TowerSessionInfo.Builder) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.Tower.Builder
A list sessions held with the tower.
addSessionInfo(int, Wtclient.TowerSessionInfo.Builder) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.Tower.Builder
A list sessions held with the tower.
addSessionInfoBuilder() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.Tower.Builder
A list sessions held with the tower.
addSessionInfoBuilder(int) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.Tower.Builder
A list sessions held with the tower.
addSessions(Wtclient.TowerSession) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.Tower.Builder
Deprecated.
addSessions(int, Wtclient.TowerSession) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.Tower.Builder
Deprecated.
addSessions(Wtclient.TowerSession.Builder) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.Tower.Builder
Deprecated.
addSessions(int, Wtclient.TowerSession.Builder) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.Tower.Builder
Deprecated.
addSessions(Wtclient.TowerSession) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.TowerSessionInfo.Builder
The list of sessions that have been negotiated with the watchtower.
addSessions(int, Wtclient.TowerSession) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.TowerSessionInfo.Builder
The list of sessions that have been negotiated with the watchtower.
addSessions(Wtclient.TowerSession.Builder) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.TowerSessionInfo.Builder
The list of sessions that have been negotiated with the watchtower.
addSessions(int, Wtclient.TowerSession.Builder) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.TowerSessionInfo.Builder
The list of sessions that have been negotiated with the watchtower.
addSessionsBuilder() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.Tower.Builder
Deprecated.
addSessionsBuilder(int) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.Tower.Builder
Deprecated.
addSessionsBuilder() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.TowerSessionInfo.Builder
The list of sessions that have been negotiated with the watchtower.
addSessionsBuilder(int) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.TowerSessionInfo.Builder
The list of sessions that have been negotiated with the watchtower.
addSignDescs(SignerOuterClass.SignDescriptor) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignReq.Builder
A set of sign descriptors, for each input to be signed.
addSignDescs(int, SignerOuterClass.SignDescriptor) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignReq.Builder
A set of sign descriptors, for each input to be signed.
addSignDescs(SignerOuterClass.SignDescriptor.Builder) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignReq.Builder
A set of sign descriptors, for each input to be signed.
addSignDescs(int, SignerOuterClass.SignDescriptor.Builder) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignReq.Builder
A set of sign descriptors, for each input to be signed.
addSignDescsBuilder() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignReq.Builder
A set of sign descriptors, for each input to be signed.
addSignDescsBuilder(int) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignReq.Builder
A set of sign descriptors, for each input to be signed.
addSignedInputs(int) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SignPsbtResponse.Builder
The indices of signed inputs.
addTower(byte[], String, StreamObserver<AddTowerResponse>) - Method in class org.lightningj.lnd.wrapper.wtclient.AsynchronousWatchtowerClientAPI
Method to generate a addTower request.
addTower(AddTowerRequest, StreamObserver<AddTowerResponse>) - Method in class org.lightningj.lnd.wrapper.wtclient.AsynchronousWatchtowerClientAPI
Method to send a addTower request.
addTower(byte[], String) - Method in class org.lightningj.lnd.wrapper.wtclient.SynchronousWatchtowerClientAPI
Method to generate a addTower request.
addTower(AddTowerRequest) - Method in class org.lightningj.lnd.wrapper.wtclient.SynchronousWatchtowerClientAPI
Method to send a addTower request.
addTower(Wtclient.AddTowerRequest) - Method in class org.lightningj.lnd.wtclient.proto.WatchtowerClientGrpc.WatchtowerClientBlockingStub
AddTower adds a new watchtower reachable at the given address and considers it for new sessions.
addTower(Wtclient.AddTowerRequest) - Method in class org.lightningj.lnd.wtclient.proto.WatchtowerClientGrpc.WatchtowerClientFutureStub
AddTower adds a new watchtower reachable at the given address and considers it for new sessions.
addTower(Wtclient.AddTowerRequest, StreamObserver<Wtclient.AddTowerResponse>) - Method in class org.lightningj.lnd.wtclient.proto.WatchtowerClientGrpc.WatchtowerClientImplBase
AddTower adds a new watchtower reachable at the given address and considers it for new sessions.
addTower(Wtclient.AddTowerRequest, StreamObserver<Wtclient.AddTowerResponse>) - Method in class org.lightningj.lnd.wtclient.proto.WatchtowerClientGrpc.WatchtowerClientStub
AddTower adds a new watchtower reachable at the given address and considers it for new sessions.
AddTowerRequest - Class in org.lightningj.lnd.wrapper.wtclient.message
Wrapper class for AddTowerRequest.
AddTowerRequest() - Constructor for class org.lightningj.lnd.wrapper.wtclient.message.AddTowerRequest
Empty Constructor
AddTowerRequest(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.wtclient.message.AddTowerRequest
Json Parsing Constructor
AddTowerRequest(Wtclient.AddTowerRequest) - Constructor for class org.lightningj.lnd.wrapper.wtclient.message.AddTowerRequest
Constructor using underlying Lightning API Object
AddTowerResponse - Class in org.lightningj.lnd.wrapper.wtclient.message
Wrapper class for AddTowerResponse.
AddTowerResponse() - Constructor for class org.lightningj.lnd.wrapper.wtclient.message.AddTowerResponse
Empty Constructor
AddTowerResponse(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.wtclient.message.AddTowerResponse
Json Parsing Constructor
AddTowerResponse(Wtclient.AddTowerResponse) - Constructor for class org.lightningj.lnd.wrapper.wtclient.message.AddTowerResponse
Constructor using underlying Lightning API Object
addTowers(Wtclient.Tower) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.ListTowersResponse.Builder
The list of watchtowers available for new backups.
addTowers(int, Wtclient.Tower) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.ListTowersResponse.Builder
The list of watchtowers available for new backups.
addTowers(Wtclient.Tower.Builder) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.ListTowersResponse.Builder
The list of watchtowers available for new backups.
addTowers(int, Wtclient.Tower.Builder) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.ListTowersResponse.Builder
The list of watchtowers available for new backups.
addTowersBuilder() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.ListTowersResponse.Builder
The list of watchtowers available for new backups.
addTowersBuilder(int) - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.ListTowersResponse.Builder
The list of watchtowers available for new backups.
addTransactionIds(String) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListSweepsResponse.TransactionIDs.Builder
Reversed, hex-encoded string representing the transaction ids of the sweeps that our node has broadcast.
addTransactionIdsBytes(ByteString) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListSweepsResponse.TransactionIDs.Builder
Reversed, hex-encoded string representing the transaction ids of the sweeps that our node has broadcast.
addTransactions(LightningApi.Transaction) - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails.Builder
The list of transactions relevant to the wallet.
addTransactions(int, LightningApi.Transaction) - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails.Builder
The list of transactions relevant to the wallet.
addTransactions(LightningApi.Transaction.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails.Builder
The list of transactions relevant to the wallet.
addTransactions(int, LightningApi.Transaction.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails.Builder
The list of transactions relevant to the wallet.
addTransactionsBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails.Builder
The list of transactions relevant to the wallet.
addTransactionsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails.Builder
The list of transactions relevant to the wallet.
addTweaks(SignerOuterClass.TweakDesc) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.MuSig2CombineKeysRequest.Builder
A series of optional generic tweaks to be applied to the the aggregated public key.
addTweaks(int, SignerOuterClass.TweakDesc) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.MuSig2CombineKeysRequest.Builder
A series of optional generic tweaks to be applied to the the aggregated public key.
addTweaks(SignerOuterClass.TweakDesc.Builder) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.MuSig2CombineKeysRequest.Builder
A series of optional generic tweaks to be applied to the the aggregated public key.
addTweaks(int, SignerOuterClass.TweakDesc.Builder) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.MuSig2CombineKeysRequest.Builder
A series of optional generic tweaks to be applied to the the aggregated public key.
addTweaks(SignerOuterClass.TweakDesc) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.MuSig2SessionRequest.Builder
A series of optional generic tweaks to be applied to the the aggregated public key.
addTweaks(int, SignerOuterClass.TweakDesc) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.MuSig2SessionRequest.Builder
A series of optional generic tweaks to be applied to the the aggregated public key.
addTweaks(SignerOuterClass.TweakDesc.Builder) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.MuSig2SessionRequest.Builder
A series of optional generic tweaks to be applied to the the aggregated public key.
addTweaks(int, SignerOuterClass.TweakDesc.Builder) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.MuSig2SessionRequest.Builder
A series of optional generic tweaks to be applied to the the aggregated public key.
addTweaksBuilder() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.MuSig2CombineKeysRequest.Builder
A series of optional generic tweaks to be applied to the the aggregated public key.
addTweaksBuilder(int) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.MuSig2CombineKeysRequest.Builder
A series of optional generic tweaks to be applied to the the aggregated public key.
addTweaksBuilder() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.MuSig2SessionRequest.Builder
A series of optional generic tweaks to be applied to the the aggregated public key.
addTweaksBuilder(int) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.MuSig2SessionRequest.Builder
A series of optional generic tweaks to be applied to the the aggregated public key.
addTx(String) - Method in class org.lightningj.lnd.neutrino.proto.Neutrino.GetBlockResponse.Builder
List of transaction ids.
addTxBytes(ByteString) - Method in class org.lightningj.lnd.neutrino.proto.Neutrino.GetBlockResponse.Builder
List of transaction ids.
addTypes(LightningApi.NodeMetricType) - Method in class org.lightningj.lnd.proto.LightningApi.NodeMetricsRequest.Builder
The requested node metrics.
addTypesValue(int) - Method in class org.lightningj.lnd.proto.LightningApi.NodeMetricsRequest.Builder
The requested node metrics.
addUris(String) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
The URIs of the current node.
addUris(String) - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoResponse.Builder
The URIs of the watchtower.
addUrisBytes(ByteString) - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
The URIs of the current node.
addUrisBytes(ByteString) - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoResponse.Builder
The URIs of the watchtower.
addUtxos(LightningApi.Utxo) - Method in class org.lightningj.lnd.proto.LightningApi.ListUnspentResponse.Builder
A list of utxos
addUtxos(int, LightningApi.Utxo) - Method in class org.lightningj.lnd.proto.LightningApi.ListUnspentResponse.Builder
A list of utxos
addUtxos(LightningApi.Utxo.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ListUnspentResponse.Builder
A list of utxos
addUtxos(int, LightningApi.Utxo.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.ListUnspentResponse.Builder
A list of utxos
addUtxos(LightningApi.Utxo) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListUnspentResponse.Builder
A list of utxos satisfying the specified number of confirmations.
addUtxos(int, LightningApi.Utxo) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListUnspentResponse.Builder
A list of utxos satisfying the specified number of confirmations.
addUtxos(LightningApi.Utxo.Builder) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListUnspentResponse.Builder
A list of utxos satisfying the specified number of confirmations.
addUtxos(int, LightningApi.Utxo.Builder) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListUnspentResponse.Builder
A list of utxos satisfying the specified number of confirmations.
addUtxosBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.ListUnspentResponse.Builder
A list of utxos
addUtxosBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.ListUnspentResponse.Builder
A list of utxos
addUtxosBuilder() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListUnspentResponse.Builder
A list of utxos satisfying the specified number of confirmations.
addUtxosBuilder(int) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListUnspentResponse.Builder
A list of utxos satisfying the specified number of confirmations.
addWaitingCloseChannels(LightningApi.PendingChannelsResponse.WaitingCloseChannel) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
Channels waiting for closing tx to confirm
addWaitingCloseChannels(int, LightningApi.PendingChannelsResponse.WaitingCloseChannel) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
Channels waiting for closing tx to confirm
addWaitingCloseChannels(LightningApi.PendingChannelsResponse.WaitingCloseChannel.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
Channels waiting for closing tx to confirm
addWaitingCloseChannels(int, LightningApi.PendingChannelsResponse.WaitingCloseChannel.Builder) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
Channels waiting for closing tx to confirm
addWaitingCloseChannelsBuilder() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
Channels waiting for closing tx to confirm
addWaitingCloseChannelsBuilder(int) - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
Channels waiting for closing tx to confirm
addWitness(ByteString) - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScript.Builder
The serializes witness stack for the specified input.
ADMIN_MACAROON_FIELD_NUMBER - Static variable in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.ChangePasswordResponse
 
ADMIN_MACAROON_FIELD_NUMBER - Static variable in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.InitWalletResponse
 
ADVERTISING_NODE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate
 
AEZEED_PASSPHRASE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.GenSeedRequest
 
AEZEED_PASSPHRASE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.InitWalletRequest
 
ALIAS_FIELD_NUMBER - Static variable in class org.lightningj.lnd.peers.proto.PeersOuterClass.NodeAnnouncementUpdateRequest
 
ALIAS_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
 
ALIAS_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.LightningNode
 
ALIAS_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.NodeUpdate
 
ALIAS_MAPS_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ListAliasesResponse
 
ALIAS_SCIDS_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Channel
 
ALIAS_SCIDS_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary
 
ALIASES_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.AliasMap
 
AliasMap - Class in org.lightningj.lnd.wrapper.message
Wrapper class for AliasMap.
AliasMap() - Constructor for class org.lightningj.lnd.wrapper.message.AliasMap
Empty Constructor
AliasMap(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.AliasMap
Json Parsing Constructor
AliasMap(LightningApi.AliasMap) - Constructor for class org.lightningj.lnd.wrapper.message.AliasMap
Constructor using underlying Lightning API Object
ALL_LEAVES_FIELD_NUMBER - Static variable in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.TapscriptFullTree
 
ALL_SIGNER_PUBKEYS_FIELD_NUMBER - Static variable in class org.lightningj.lnd.signer.proto.SignerOuterClass.MuSig2CombineKeysRequest
 
ALL_SIGNER_PUBKEYS_FIELD_NUMBER - Static variable in class org.lightningj.lnd.signer.proto.SignerOuterClass.MuSig2SessionRequest
 
ALLOW_EXTERNAL_PERMISSIONS_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.BakeMacaroonRequest
 
ALLOW_SELF_PAYMENT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.SendRequest
 
ALLOW_SELF_PAYMENT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest
 
Amount - Class in org.lightningj.lnd.wrapper.message
Wrapper class for Amount.
Amount() - Constructor for class org.lightningj.lnd.wrapper.message.Amount
Empty Constructor
Amount(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.Amount
Json Parsing Constructor
Amount(LightningApi.Amount) - Constructor for class org.lightningj.lnd.wrapper.message.Amount
Constructor using underlying Lightning API Object
AMOUNT_BELOW_MINIMUM_VALUE - Static variable in enum org.lightningj.lnd.proto.LightningApi.Failure.FailureCode
AMOUNT_BELOW_MINIMUM = 11;
AMOUNT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.HTLC
 
AMOUNT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.OutputDetail
 
AMOUNT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.PendingHTLC
 
AMOUNT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest
 
AMOUNT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Transaction
 
AMOUNT_SAT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Resolution
 
AMOUNT_SAT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Utxo
 
AMOUNT_SAT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweep
 
AMP - Class in org.lightningj.lnd.wrapper.message
Wrapper class for AMP.
AMP() - Constructor for class org.lightningj.lnd.wrapper.message.AMP
Empty Constructor
AMP(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.AMP
Json Parsing Constructor
AMP(LightningApi.AMP) - Constructor for class org.lightningj.lnd.wrapper.message.AMP
Constructor using underlying Lightning API Object
AMP_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.InvoiceHTLC
 
AMP_FIELD_NUMBER - Static variable in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest
 
AMP_INVOICE_STATE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Invoice
 
AMP_OPT_VALUE - Static variable in enum org.lightningj.lnd.proto.LightningApi.FeatureBit
AMP_OPT = 31;
AMP_RECORD_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Hop
 
AMP_REQ_VALUE - Static variable in enum org.lightningj.lnd.proto.LightningApi.FeatureBit
AMP_REQ = 30;
AMPInvoiceState - Class in org.lightningj.lnd.wrapper.message
Wrapper class for AMPInvoiceState.
AMPInvoiceState() - Constructor for class org.lightningj.lnd.wrapper.message.AMPInvoiceState
Empty Constructor
AMPInvoiceState(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.AMPInvoiceState
Json Parsing Constructor
AMPInvoiceState(LightningApi.AMPInvoiceState) - Constructor for class org.lightningj.lnd.wrapper.message.AMPInvoiceState
Constructor using underlying Lightning API Object
ampInvoiceStateEntries - Variable in class org.lightningj.lnd.wrapper.message.Invoice
 
AmpInvoiceStateEntries() - Constructor for class org.lightningj.lnd.wrapper.message.Invoice.AmpInvoiceStateEntries
 
AmpInvoiceStateEntry() - Constructor for class org.lightningj.lnd.wrapper.message.Invoice.AmpInvoiceStateEntry
Empty Constructor
AmpInvoiceStateEntry(String, AMPInvoiceState) - Constructor for class org.lightningj.lnd.wrapper.message.Invoice.AmpInvoiceStateEntry
Json Parsing Constructor
AMPRecord - Class in org.lightningj.lnd.wrapper.message
Wrapper class for AMPRecord.
AMPRecord() - Constructor for class org.lightningj.lnd.wrapper.message.AMPRecord
Empty Constructor
AMPRecord(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.AMPRecord
Json Parsing Constructor
AMPRecord(LightningApi.AMPRecord) - Constructor for class org.lightningj.lnd.wrapper.message.AMPRecord
Constructor using underlying Lightning API Object
AMT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ChanPointShim
 
AMT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
 
AMT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.SendRequest
 
AMT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest
 
AMT_IN_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent
 
AMT_IN_MSAT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent
 
AMT_MSAT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.InvoiceHTLC
 
AMT_MSAT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest
 
AMT_MSAT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.SendRequest
 
AMT_MSAT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.router.proto.RouterOuterClass.BuildRouteRequest
 
AMT_MSAT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryProbabilityRequest
 
AMT_MSAT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest
 
AMT_OUT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent
 
AMT_OUT_MSAT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent
 
AMT_PAID_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Invoice
 
AMT_PAID_MSAT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.AMPInvoiceState
 
AMT_PAID_MSAT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Invoice
 
AMT_PAID_SAT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Invoice
 
AMT_SAT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.router.proto.RouterOuterClass.RouteFeeRequest
 
AMT_TO_FORWARD_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Hop
 
AMT_TO_FORWARD_MSAT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Hop
 
ANCHOR_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
 
ANCHOR_VALUE - Static variable in enum org.lightningj.lnd.proto.LightningApi.ResolutionType
We resolved an anchor output.
ANCHOR_VALUE - Static variable in enum org.lightningj.lnd.wtclient.proto.Wtclient.PolicyType
Selects the policy from the anchor tower client.
ANCHORS_OPT_VALUE - Static variable in enum org.lightningj.lnd.proto.LightningApi.FeatureBit
ANCHORS_OPT = 21;
ANCHORS_REQ_VALUE - Static variable in enum org.lightningj.lnd.proto.LightningApi.FeatureBit
ANCHORS_REQ = 20;
ANCHORS_VALUE - Static variable in enum org.lightningj.lnd.proto.LightningApi.CommitmentType
A channel that uses a commitment format that has anchor outputs on the commitments, allowing fee bumping after a force close transaction has been broadcast.
ANCHORS_ZERO_FEE_HTLC_OPT_VALUE - Static variable in enum org.lightningj.lnd.proto.LightningApi.FeatureBit
ANCHORS_ZERO_FEE_HTLC_OPT = 23;
ANCHORS_ZERO_FEE_HTLC_REQ_VALUE - Static variable in enum org.lightningj.lnd.proto.LightningApi.FeatureBit
ANCHORS_ZERO_FEE_HTLC_REQ = 22;
API - Class in org.lightningj.lnd.wrapper
Base class for Wrapping API implementations.
API(String, int, File, File) - Constructor for class org.lightningj.lnd.wrapper.API
Minimal constructor for setting up a connection with LND Application.
API(String, int, SslContext, MacaroonContext) - Constructor for class org.lightningj.lnd.wrapper.API
Constructor for setting up a connection with LND Application with more flexible SSL context parameters and macaroon Context.
API(ManagedChannel) - Constructor for class org.lightningj.lnd.wrapper.API
Constructor used for setting up a connection using a GRPC managed channel that can be customized.
APP_MAJOR_FIELD_NUMBER - Static variable in class org.lightningj.lnd.verrpc.proto.Verrpc.Version
 
APP_MINOR_FIELD_NUMBER - Static variable in class org.lightningj.lnd.verrpc.proto.Verrpc.Version
 
APP_PATCH_FIELD_NUMBER - Static variable in class org.lightningj.lnd.verrpc.proto.Verrpc.Version
 
APP_PRE_RELEASE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.verrpc.proto.Verrpc.Version
 
APRIORI_FIELD_NUMBER - Static variable in class org.lightningj.lnd.router.proto.RouterOuterClass.MissionControlConfig
 
APRIORI_VALUE - Static variable in enum org.lightningj.lnd.router.proto.RouterOuterClass.MissionControlConfig.ProbabilityModel
APRIORI = 0;
AprioriParameters - Class in org.lightningj.lnd.wrapper.router.message
Wrapper class for AprioriParameters.
AprioriParameters() - Constructor for class org.lightningj.lnd.wrapper.router.message.AprioriParameters
Empty Constructor
AprioriParameters(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.router.message.AprioriParameters
Json Parsing Constructor
AprioriParameters(RouterOuterClass.AprioriParameters) - Constructor for class org.lightningj.lnd.wrapper.router.message.AprioriParameters
Constructor using underlying Lightning API Object
AsynchronousAPI - Class in org.lightningj.lnd.wrapper
Base call for all Asynchronous API implementations.
AsynchronousAPI(String, int, File, File) - Constructor for class org.lightningj.lnd.wrapper.AsynchronousAPI
Minimal constructor for setting up a connection with LND Application.
AsynchronousAPI(String, int, SslContext, MacaroonContext) - Constructor for class org.lightningj.lnd.wrapper.AsynchronousAPI
Constructor for setting up a connection with LND Application with more flexible SSL context parameters.
AsynchronousAPI(ManagedChannel) - Constructor for class org.lightningj.lnd.wrapper.AsynchronousAPI
Constructor used for setting up a connection using a GRPC managed channel that can be customized.
AsynchronousAutopilotAPI - Class in org.lightningj.lnd.wrapper.autopilot
API Class for generating asynchronous API calls to LDN server using wrapped objects.
AsynchronousAutopilotAPI(String, int, File, File) - Constructor for class org.lightningj.lnd.wrapper.autopilot.AsynchronousAutopilotAPI
Minimal constructor for setting up a connection with LND Application.
AsynchronousAutopilotAPI(String, int, SslContext, MacaroonContext) - Constructor for class org.lightningj.lnd.wrapper.autopilot.AsynchronousAutopilotAPI
Constructor for setting up a connection with LND Application with more flexible SSL context parameters.
AsynchronousAutopilotAPI(ManagedChannel) - Constructor for class org.lightningj.lnd.wrapper.autopilot.AsynchronousAutopilotAPI
Constructor used for setting up a connection using a GRPC managed channel that can be customized.
AsynchronousChainKitAPI - Class in org.lightningj.lnd.wrapper.chainkit
API Class for generating asynchronous API calls to LDN server using wrapped objects.
AsynchronousChainKitAPI(String, int, File, File) - Constructor for class org.lightningj.lnd.wrapper.chainkit.AsynchronousChainKitAPI
Minimal constructor for setting up a connection with LND Application.
AsynchronousChainKitAPI(String, int, SslContext, MacaroonContext) - Constructor for class org.lightningj.lnd.wrapper.chainkit.AsynchronousChainKitAPI
Constructor for setting up a connection with LND Application with more flexible SSL context parameters.
AsynchronousChainKitAPI(ManagedChannel) - Constructor for class org.lightningj.lnd.wrapper.chainkit.AsynchronousChainKitAPI
Constructor used for setting up a connection using a GRPC managed channel that can be customized.
AsynchronousChainNotifierAPI - Class in org.lightningj.lnd.wrapper.chainnotifier
API Class for generating asynchronous API calls to LDN server using wrapped objects.
AsynchronousChainNotifierAPI(String, int, File, File) - Constructor for class org.lightningj.lnd.wrapper.chainnotifier.AsynchronousChainNotifierAPI
Minimal constructor for setting up a connection with LND Application.
AsynchronousChainNotifierAPI(String, int, SslContext, MacaroonContext) - Constructor for class org.lightningj.lnd.wrapper.chainnotifier.AsynchronousChainNotifierAPI
Constructor for setting up a connection with LND Application with more flexible SSL context parameters.
AsynchronousChainNotifierAPI(ManagedChannel) - Constructor for class org.lightningj.lnd.wrapper.chainnotifier.AsynchronousChainNotifierAPI
Constructor used for setting up a connection using a GRPC managed channel that can be customized.
AsynchronousDevAPI - Class in org.lightningj.lnd.wrapper.dev
API Class for generating asynchronous API calls to LDN server using wrapped objects.
AsynchronousDevAPI(String, int, File, File) - Constructor for class org.lightningj.lnd.wrapper.dev.AsynchronousDevAPI
Minimal constructor for setting up a connection with LND Application.
AsynchronousDevAPI(String, int, SslContext, MacaroonContext) - Constructor for class org.lightningj.lnd.wrapper.dev.AsynchronousDevAPI
Constructor for setting up a connection with LND Application with more flexible SSL context parameters.
AsynchronousDevAPI(ManagedChannel) - Constructor for class org.lightningj.lnd.wrapper.dev.AsynchronousDevAPI
Constructor used for setting up a connection using a GRPC managed channel that can be customized.
AsynchronousInvoicesAPI - Class in org.lightningj.lnd.wrapper.invoices
API Class for generating asynchronous API calls to LDN server using wrapped objects.
AsynchronousInvoicesAPI(String, int, File, File) - Constructor for class org.lightningj.lnd.wrapper.invoices.AsynchronousInvoicesAPI
Minimal constructor for setting up a connection with LND Application.
AsynchronousInvoicesAPI(String, int, SslContext, MacaroonContext) - Constructor for class org.lightningj.lnd.wrapper.invoices.AsynchronousInvoicesAPI
Constructor for setting up a connection with LND Application with more flexible SSL context parameters.
AsynchronousInvoicesAPI(ManagedChannel) - Constructor for class org.lightningj.lnd.wrapper.invoices.AsynchronousInvoicesAPI
Constructor used for setting up a connection using a GRPC managed channel that can be customized.
AsynchronousLndAPI - Class in org.lightningj.lnd.wrapper
API Class for generating asynchronous API calls to LDN server using wrapped objects.
AsynchronousLndAPI(String, int, File, File) - Constructor for class org.lightningj.lnd.wrapper.AsynchronousLndAPI
Minimal constructor for setting up a connection with LND Application.
AsynchronousLndAPI(String, int, SslContext, MacaroonContext) - Constructor for class org.lightningj.lnd.wrapper.AsynchronousLndAPI
Constructor for setting up a connection with LND Application with more flexible SSL context parameters.
AsynchronousLndAPI(ManagedChannel) - Constructor for class org.lightningj.lnd.wrapper.AsynchronousLndAPI
Constructor used for setting up a connection using a GRPC managed channel that can be customized.
AsynchronousNeutrinoAPI - Class in org.lightningj.lnd.wrapper.neutrino
API Class for generating asynchronous API calls to LDN server using wrapped objects.
AsynchronousNeutrinoAPI(String, int, File, File) - Constructor for class org.lightningj.lnd.wrapper.neutrino.AsynchronousNeutrinoAPI
Minimal constructor for setting up a connection with LND Application.
AsynchronousNeutrinoAPI(String, int, SslContext, MacaroonContext) - Constructor for class org.lightningj.lnd.wrapper.neutrino.AsynchronousNeutrinoAPI
Constructor for setting up a connection with LND Application with more flexible SSL context parameters.
AsynchronousNeutrinoAPI(ManagedChannel) - Constructor for class org.lightningj.lnd.wrapper.neutrino.AsynchronousNeutrinoAPI
Constructor used for setting up a connection using a GRPC managed channel that can be customized.
AsynchronousPeersAPI - Class in org.lightningj.lnd.wrapper.peers
API Class for generating asynchronous API calls to LDN server using wrapped objects.
AsynchronousPeersAPI(String, int, File, File) - Constructor for class org.lightningj.lnd.wrapper.peers.AsynchronousPeersAPI
Minimal constructor for setting up a connection with LND Application.
AsynchronousPeersAPI(String, int, SslContext, MacaroonContext) - Constructor for class org.lightningj.lnd.wrapper.peers.AsynchronousPeersAPI
Constructor for setting up a connection with LND Application with more flexible SSL context parameters.
AsynchronousPeersAPI(ManagedChannel) - Constructor for class org.lightningj.lnd.wrapper.peers.AsynchronousPeersAPI
Constructor used for setting up a connection using a GRPC managed channel that can be customized.
AsynchronousRouterAPI - Class in org.lightningj.lnd.wrapper.router
API Class for generating asynchronous API calls to LDN server using wrapped objects.
AsynchronousRouterAPI(String, int, File, File) - Constructor for class org.lightningj.lnd.wrapper.router.AsynchronousRouterAPI
Minimal constructor for setting up a connection with LND Application.
AsynchronousRouterAPI(String, int, SslContext, MacaroonContext) - Constructor for class org.lightningj.lnd.wrapper.router.AsynchronousRouterAPI
Constructor for setting up a connection with LND Application with more flexible SSL context parameters.
AsynchronousRouterAPI(ManagedChannel) - Constructor for class org.lightningj.lnd.wrapper.router.AsynchronousRouterAPI
Constructor used for setting up a connection using a GRPC managed channel that can be customized.
AsynchronousSignerAPI - Class in org.lightningj.lnd.wrapper.signer
API Class for generating asynchronous API calls to LDN server using wrapped objects.
AsynchronousSignerAPI(String, int, File, File) - Constructor for class org.lightningj.lnd.wrapper.signer.AsynchronousSignerAPI
Minimal constructor for setting up a connection with LND Application.
AsynchronousSignerAPI(String, int, SslContext, MacaroonContext) - Constructor for class org.lightningj.lnd.wrapper.signer.AsynchronousSignerAPI
Constructor for setting up a connection with LND Application with more flexible SSL context parameters.
AsynchronousSignerAPI(ManagedChannel) - Constructor for class org.lightningj.lnd.wrapper.signer.AsynchronousSignerAPI
Constructor used for setting up a connection using a GRPC managed channel that can be customized.
AsynchronousStateServiceAPI - Class in org.lightningj.lnd.wrapper.stateservice
API Class for generating asynchronous API calls to LDN server using wrapped objects.
AsynchronousStateServiceAPI(String, int, File, File) - Constructor for class org.lightningj.lnd.wrapper.stateservice.AsynchronousStateServiceAPI
Minimal constructor for setting up a connection with LND Application.
AsynchronousStateServiceAPI(String, int, SslContext, MacaroonContext) - Constructor for class org.lightningj.lnd.wrapper.stateservice.AsynchronousStateServiceAPI
Constructor for setting up a connection with LND Application with more flexible SSL context parameters.
AsynchronousStateServiceAPI(ManagedChannel) - Constructor for class org.lightningj.lnd.wrapper.stateservice.AsynchronousStateServiceAPI
Constructor used for setting up a connection using a GRPC managed channel that can be customized.
AsynchronousVersionerAPI - Class in org.lightningj.lnd.wrapper.verrpc
API Class for generating asynchronous API calls to LDN server using wrapped objects.
AsynchronousVersionerAPI(String, int, File, File) - Constructor for class org.lightningj.lnd.wrapper.verrpc.AsynchronousVersionerAPI
Minimal constructor for setting up a connection with LND Application.
AsynchronousVersionerAPI(String, int, SslContext, MacaroonContext) - Constructor for class org.lightningj.lnd.wrapper.verrpc.AsynchronousVersionerAPI
Constructor for setting up a connection with LND Application with more flexible SSL context parameters.
AsynchronousVersionerAPI(ManagedChannel) - Constructor for class org.lightningj.lnd.wrapper.verrpc.AsynchronousVersionerAPI
Constructor used for setting up a connection using a GRPC managed channel that can be customized.
AsynchronousWalletKitAPI - Class in org.lightningj.lnd.wrapper.walletkit
API Class for generating asynchronous API calls to LDN server using wrapped objects.
AsynchronousWalletKitAPI(String, int, File, File) - Constructor for class org.lightningj.lnd.wrapper.walletkit.AsynchronousWalletKitAPI
Minimal constructor for setting up a connection with LND Application.
AsynchronousWalletKitAPI(String, int, SslContext, MacaroonContext) - Constructor for class org.lightningj.lnd.wrapper.walletkit.AsynchronousWalletKitAPI
Constructor for setting up a connection with LND Application with more flexible SSL context parameters.
AsynchronousWalletKitAPI(ManagedChannel) - Constructor for class org.lightningj.lnd.wrapper.walletkit.AsynchronousWalletKitAPI
Constructor used for setting up a connection using a GRPC managed channel that can be customized.
AsynchronousWalletUnlockerAPI - Class in org.lightningj.lnd.wrapper.walletunlocker
API Class for generating asynchronous API calls to LDN server using wrapped objects.
AsynchronousWalletUnlockerAPI(String, int, File, File) - Constructor for class org.lightningj.lnd.wrapper.walletunlocker.AsynchronousWalletUnlockerAPI
Minimal constructor for setting up a connection with LND Application.
AsynchronousWalletUnlockerAPI(String, int, SslContext, MacaroonContext) - Constructor for class org.lightningj.lnd.wrapper.walletunlocker.AsynchronousWalletUnlockerAPI
Constructor for setting up a connection with LND Application with more flexible SSL context parameters.
AsynchronousWalletUnlockerAPI(ManagedChannel) - Constructor for class org.lightningj.lnd.wrapper.walletunlocker.AsynchronousWalletUnlockerAPI
Constructor used for setting up a connection using a GRPC managed channel that can be customized.
AsynchronousWatchtowerAPI - Class in org.lightningj.lnd.wrapper.watchtower
API Class for generating asynchronous API calls to LDN server using wrapped objects.
AsynchronousWatchtowerAPI(String, int, File, File) - Constructor for class org.lightningj.lnd.wrapper.watchtower.AsynchronousWatchtowerAPI
Minimal constructor for setting up a connection with LND Application.
AsynchronousWatchtowerAPI(String, int, SslContext, MacaroonContext) - Constructor for class org.lightningj.lnd.wrapper.watchtower.AsynchronousWatchtowerAPI
Constructor for setting up a connection with LND Application with more flexible SSL context parameters.
AsynchronousWatchtowerAPI(ManagedChannel) - Constructor for class org.lightningj.lnd.wrapper.watchtower.AsynchronousWatchtowerAPI
Constructor used for setting up a connection using a GRPC managed channel that can be customized.
AsynchronousWatchtowerClientAPI - Class in org.lightningj.lnd.wrapper.wtclient
API Class for generating asynchronous API calls to LDN server using wrapped objects.
AsynchronousWatchtowerClientAPI(String, int, File, File) - Constructor for class org.lightningj.lnd.wrapper.wtclient.AsynchronousWatchtowerClientAPI
Minimal constructor for setting up a connection with LND Application.
AsynchronousWatchtowerClientAPI(String, int, SslContext, MacaroonContext) - Constructor for class org.lightningj.lnd.wrapper.wtclient.AsynchronousWatchtowerClientAPI
Constructor for setting up a connection with LND Application with more flexible SSL context parameters.
AsynchronousWatchtowerClientAPI(ManagedChannel) - Constructor for class org.lightningj.lnd.wrapper.wtclient.AsynchronousWatchtowerClientAPI
Constructor used for setting up a connection using a GRPC managed channel that can be customized.
ATTEMPT_ID_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.HTLCAttempt
 
ATTEMPT_TIME_NS_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.HTLCAttempt
 
AUTO_FAIL_HEIGHT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardHtlcInterceptRequest
 
AUTO_VALUE - Static variable in enum org.lightningj.lnd.router.proto.RouterOuterClass.ChanStatusAction
AUTO = 2;
AutopilotGrpc - Class in org.lightningj.lnd.autopilot.proto
Autopilot is a service that can be used to get information about the current state of the daemon's autopilot agent, and also supply it with information that can be used when deciding where to open channels.
AutopilotGrpc.AutopilotBlockingStub - Class in org.lightningj.lnd.autopilot.proto
Autopilot is a service that can be used to get information about the current state of the daemon's autopilot agent, and also supply it with information that can be used when deciding where to open channels.
AutopilotGrpc.AutopilotFutureStub - Class in org.lightningj.lnd.autopilot.proto
Autopilot is a service that can be used to get information about the current state of the daemon's autopilot agent, and also supply it with information that can be used when deciding where to open channels.
AutopilotGrpc.AutopilotImplBase - Class in org.lightningj.lnd.autopilot.proto
Autopilot is a service that can be used to get information about the current state of the daemon's autopilot agent, and also supply it with information that can be used when deciding where to open channels.
AutopilotGrpc.AutopilotStub - Class in org.lightningj.lnd.autopilot.proto
Autopilot is a service that can be used to get information about the current state of the daemon's autopilot agent, and also supply it with information that can be used when deciding where to open channels.
AutopilotImplBase() - Constructor for class org.lightningj.lnd.autopilot.proto.AutopilotGrpc.AutopilotImplBase
 
AutopilotOuterClass - Class in org.lightningj.lnd.autopilot.proto
 
AutopilotOuterClass.ModifyStatusRequest - Class in org.lightningj.lnd.autopilot.proto
Protobuf type autopilotrpc.ModifyStatusRequest
AutopilotOuterClass.ModifyStatusRequest.Builder - Class in org.lightningj.lnd.autopilot.proto
Protobuf type autopilotrpc.ModifyStatusRequest
AutopilotOuterClass.ModifyStatusRequestOrBuilder - Interface in org.lightningj.lnd.autopilot.proto
 
AutopilotOuterClass.ModifyStatusResponse - Class in org.lightningj.lnd.autopilot.proto
Protobuf type autopilotrpc.ModifyStatusResponse
AutopilotOuterClass.ModifyStatusResponse.Builder - Class in org.lightningj.lnd.autopilot.proto
Protobuf type autopilotrpc.ModifyStatusResponse
AutopilotOuterClass.ModifyStatusResponseOrBuilder - Interface in org.lightningj.lnd.autopilot.proto
 
AutopilotOuterClass.QueryScoresRequest - Class in org.lightningj.lnd.autopilot.proto
Protobuf type autopilotrpc.QueryScoresRequest
AutopilotOuterClass.QueryScoresRequest.Builder - Class in org.lightningj.lnd.autopilot.proto
Protobuf type autopilotrpc.QueryScoresRequest
AutopilotOuterClass.QueryScoresRequestOrBuilder - Interface in org.lightningj.lnd.autopilot.proto
 
AutopilotOuterClass.QueryScoresResponse - Class in org.lightningj.lnd.autopilot.proto
Protobuf type autopilotrpc.QueryScoresResponse
AutopilotOuterClass.QueryScoresResponse.Builder - Class in org.lightningj.lnd.autopilot.proto
Protobuf type autopilotrpc.QueryScoresResponse
AutopilotOuterClass.QueryScoresResponse.HeuristicResult - Class in org.lightningj.lnd.autopilot.proto
Protobuf type autopilotrpc.QueryScoresResponse.HeuristicResult
AutopilotOuterClass.QueryScoresResponse.HeuristicResult.Builder - Class in org.lightningj.lnd.autopilot.proto
Protobuf type autopilotrpc.QueryScoresResponse.HeuristicResult
AutopilotOuterClass.QueryScoresResponse.HeuristicResultOrBuilder - Interface in org.lightningj.lnd.autopilot.proto
 
AutopilotOuterClass.QueryScoresResponseOrBuilder - Interface in org.lightningj.lnd.autopilot.proto
 
AutopilotOuterClass.SetScoresRequest - Class in org.lightningj.lnd.autopilot.proto
Protobuf type autopilotrpc.SetScoresRequest
AutopilotOuterClass.SetScoresRequest.Builder - Class in org.lightningj.lnd.autopilot.proto
Protobuf type autopilotrpc.SetScoresRequest
AutopilotOuterClass.SetScoresRequestOrBuilder - Interface in org.lightningj.lnd.autopilot.proto
 
AutopilotOuterClass.SetScoresResponse - Class in org.lightningj.lnd.autopilot.proto
Protobuf type autopilotrpc.SetScoresResponse
AutopilotOuterClass.SetScoresResponse.Builder - Class in org.lightningj.lnd.autopilot.proto
Protobuf type autopilotrpc.SetScoresResponse
AutopilotOuterClass.SetScoresResponseOrBuilder - Interface in org.lightningj.lnd.autopilot.proto
 
AutopilotOuterClass.StatusRequest - Class in org.lightningj.lnd.autopilot.proto
Protobuf type autopilotrpc.StatusRequest
AutopilotOuterClass.StatusRequest.Builder - Class in org.lightningj.lnd.autopilot.proto
Protobuf type autopilotrpc.StatusRequest
AutopilotOuterClass.StatusRequestOrBuilder - Interface in org.lightningj.lnd.autopilot.proto
 
AutopilotOuterClass.StatusResponse - Class in org.lightningj.lnd.autopilot.proto
Protobuf type autopilotrpc.StatusResponse
AutopilotOuterClass.StatusResponse.Builder - Class in org.lightningj.lnd.autopilot.proto
Protobuf type autopilotrpc.StatusResponse
AutopilotOuterClass.StatusResponseOrBuilder - Interface in org.lightningj.lnd.autopilot.proto
 
AVG_CHANNEL_SIZE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.NetworkInfo
 
AVG_OUT_DEGREE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.NetworkInfo
 

B

bakeMacaroon(LightningApi.BakeMacaroonRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningBlockingStub
lncli: `bakemacaroon` BakeMacaroon allows the creation of a new macaroon with custom read and write permissions.
bakeMacaroon(LightningApi.BakeMacaroonRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningFutureStub
lncli: `bakemacaroon` BakeMacaroon allows the creation of a new macaroon with custom read and write permissions.
bakeMacaroon(LightningApi.BakeMacaroonRequest, StreamObserver<LightningApi.BakeMacaroonResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningImplBase
lncli: `bakemacaroon` BakeMacaroon allows the creation of a new macaroon with custom read and write permissions.
bakeMacaroon(LightningApi.BakeMacaroonRequest, StreamObserver<LightningApi.BakeMacaroonResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningStub
lncli: `bakemacaroon` BakeMacaroon allows the creation of a new macaroon with custom read and write permissions.
bakeMacaroon(List<MacaroonPermission>, Long, Boolean, StreamObserver<BakeMacaroonResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
Method to generate a bakeMacaroon request.
bakeMacaroon(BakeMacaroonRequest, StreamObserver<BakeMacaroonResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
Method to send a bakeMacaroon request.
bakeMacaroon(List<MacaroonPermission>, Long, Boolean) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
Method to generate a bakeMacaroon request.
bakeMacaroon(BakeMacaroonRequest) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
Method to send a bakeMacaroon request.
BakeMacaroonRequest - Class in org.lightningj.lnd.wrapper.message
Wrapper class for BakeMacaroonRequest.
BakeMacaroonRequest() - Constructor for class org.lightningj.lnd.wrapper.message.BakeMacaroonRequest
Empty Constructor
BakeMacaroonRequest(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.BakeMacaroonRequest
Json Parsing Constructor
BakeMacaroonRequest(LightningApi.BakeMacaroonRequest) - Constructor for class org.lightningj.lnd.wrapper.message.BakeMacaroonRequest
Constructor using underlying Lightning API Object
BakeMacaroonResponse - Class in org.lightningj.lnd.wrapper.message
Wrapper class for BakeMacaroonResponse.
BakeMacaroonResponse() - Constructor for class org.lightningj.lnd.wrapper.message.BakeMacaroonResponse
Empty Constructor
BakeMacaroonResponse(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.BakeMacaroonResponse
Json Parsing Constructor
BakeMacaroonResponse(LightningApi.BakeMacaroonResponse) - Constructor for class org.lightningj.lnd.wrapper.message.BakeMacaroonResponse
Constructor using underlying Lightning API Object
BALANCE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse
 
BALANCE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AddressProperty
 
BANNED_FIELD_NUMBER - Static variable in class org.lightningj.lnd.neutrino.proto.Neutrino.IsBannedResponse
 
BASE_FEE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ChannelUpdate
 
BASE_FEE_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest
 
BASE_FEE_MSAT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport
 
BASE_FEE_MSAT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest
 
BASE_PSBT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.PsbtShim
 
BASE_SCID_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.AliasMap
 
batchOpenChannel(LightningApi.BatchOpenChannelRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningBlockingStub
lncli: `batchopenchannel` BatchOpenChannel attempts to open multiple single-funded channels in a single transaction in an atomic way.
batchOpenChannel(LightningApi.BatchOpenChannelRequest) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningFutureStub
lncli: `batchopenchannel` BatchOpenChannel attempts to open multiple single-funded channels in a single transaction in an atomic way.
batchOpenChannel(LightningApi.BatchOpenChannelRequest, StreamObserver<LightningApi.BatchOpenChannelResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningImplBase
lncli: `batchopenchannel` BatchOpenChannel attempts to open multiple single-funded channels in a single transaction in an atomic way.
batchOpenChannel(LightningApi.BatchOpenChannelRequest, StreamObserver<LightningApi.BatchOpenChannelResponse>) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningStub
lncli: `batchopenchannel` BatchOpenChannel attempts to open multiple single-funded channels in a single transaction in an atomic way.
batchOpenChannel(List<BatchOpenChannel>, Integer, Long, Integer, Boolean, String, StreamObserver<BatchOpenChannelResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
Method to generate a batchOpenChannel request.
batchOpenChannel(BatchOpenChannelRequest, StreamObserver<BatchOpenChannelResponse>) - Method in class org.lightningj.lnd.wrapper.AsynchronousLndAPI
Method to send a batchOpenChannel request.
BatchOpenChannel - Class in org.lightningj.lnd.wrapper.message
Wrapper class for BatchOpenChannel.
BatchOpenChannel() - Constructor for class org.lightningj.lnd.wrapper.message.BatchOpenChannel
Empty Constructor
BatchOpenChannel(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.BatchOpenChannel
Json Parsing Constructor
BatchOpenChannel(LightningApi.BatchOpenChannel) - Constructor for class org.lightningj.lnd.wrapper.message.BatchOpenChannel
Constructor using underlying Lightning API Object
batchOpenChannel(List<BatchOpenChannel>, Integer, Long, Integer, Boolean, String) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
Method to generate a batchOpenChannel request.
batchOpenChannel(BatchOpenChannelRequest) - Method in class org.lightningj.lnd.wrapper.SynchronousLndAPI
Method to send a batchOpenChannel request.
BatchOpenChannelRequest - Class in org.lightningj.lnd.wrapper.message
Wrapper class for BatchOpenChannelRequest.
BatchOpenChannelRequest() - Constructor for class org.lightningj.lnd.wrapper.message.BatchOpenChannelRequest
Empty Constructor
BatchOpenChannelRequest(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.BatchOpenChannelRequest
Json Parsing Constructor
BatchOpenChannelRequest(LightningApi.BatchOpenChannelRequest) - Constructor for class org.lightningj.lnd.wrapper.message.BatchOpenChannelRequest
Constructor using underlying Lightning API Object
BatchOpenChannelResponse - Class in org.lightningj.lnd.wrapper.message
Wrapper class for BatchOpenChannelResponse.
BatchOpenChannelResponse() - Constructor for class org.lightningj.lnd.wrapper.message.BatchOpenChannelResponse
Empty Constructor
BatchOpenChannelResponse(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.message.BatchOpenChannelResponse
Json Parsing Constructor
BatchOpenChannelResponse(LightningApi.BatchOpenChannelResponse) - Constructor for class org.lightningj.lnd.wrapper.message.BatchOpenChannelResponse
Constructor using underlying Lightning API Object
BEST_HEADER_TIMESTAMP_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
 
BETWEENNESS_CENTRALITY_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.NodeMetricsResponse
 
BETWEENNESS_CENTRALITY_VALUE - Static variable in enum org.lightningj.lnd.proto.LightningApi.NodeMetricType
BETWEENNESS_CENTRALITY = 1;
betweennessCentralityEntries - Variable in class org.lightningj.lnd.wrapper.message.NodeMetricsResponse
 
BetweennessCentralityEntries() - Constructor for class org.lightningj.lnd.wrapper.message.NodeMetricsResponse.BetweennessCentralityEntries
 
BetweennessCentralityEntry() - Constructor for class org.lightningj.lnd.wrapper.message.NodeMetricsResponse.BetweennessCentralityEntry
Empty Constructor
BetweennessCentralityEntry(String, FloatMetric) - Constructor for class org.lightningj.lnd.wrapper.message.NodeMetricsResponse.BetweennessCentralityEntry
Json Parsing Constructor
BIMODAL_FIELD_NUMBER - Static variable in class org.lightningj.lnd.router.proto.RouterOuterClass.MissionControlConfig
 
BIMODAL_VALUE - Static variable in enum org.lightningj.lnd.router.proto.RouterOuterClass.MissionControlConfig.ProbabilityModel
BIMODAL = 1;
BimodalParameters - Class in org.lightningj.lnd.wrapper.router.message
Wrapper class for BimodalParameters.
BimodalParameters() - Constructor for class org.lightningj.lnd.wrapper.router.message.BimodalParameters
Empty Constructor
BimodalParameters(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.router.message.BimodalParameters
Json Parsing Constructor
BimodalParameters(RouterOuterClass.BimodalParameters) - Constructor for class org.lightningj.lnd.wrapper.router.message.BimodalParameters
Constructor using underlying Lightning API Object
bindService() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotGrpc.AutopilotImplBase
 
bindService() - Method in class org.lightningj.lnd.chainkit.proto.ChainKitGrpc.ChainKitImplBase
 
bindService() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierGrpc.ChainNotifierImplBase
 
bindService() - Method in class org.lightningj.lnd.dev.proto.DevGrpc.DevImplBase
 
bindService() - Method in class org.lightningj.lnd.invoices.proto.InvoicesGrpc.InvoicesImplBase
 
bindService() - Method in class org.lightningj.lnd.neutrino.proto.NeutrinoKitGrpc.NeutrinoKitImplBase
 
bindService() - Method in class org.lightningj.lnd.peers.proto.PeersGrpc.PeersImplBase
 
bindService() - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningImplBase
 
bindService() - Method in class org.lightningj.lnd.router.proto.RouterGrpc.RouterImplBase
 
bindService() - Method in class org.lightningj.lnd.signer.proto.SignerGrpc.SignerImplBase
 
bindService() - Method in class org.lightningj.lnd.stateservice.proto.StateGrpc.StateImplBase
 
bindService() - Method in class org.lightningj.lnd.verrpc.proto.VersionerGrpc.VersionerImplBase
 
bindService() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitGrpc.WalletKitImplBase
 
bindService() - Method in class org.lightningj.lnd.walletunlocker.proto.WalletUnlockerGrpc.WalletUnlockerImplBase
 
bindService() - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerGrpc.WatchtowerImplBase
 
bindService() - Method in class org.lightningj.lnd.wtclient.proto.WatchtowerClientGrpc.WatchtowerClientImplBase
 
BITS_FIELD_NUMBER - Static variable in class org.lightningj.lnd.neutrino.proto.Neutrino.GetBlockHeaderResponse
 
BITS_FIELD_NUMBER - Static variable in class org.lightningj.lnd.neutrino.proto.Neutrino.GetBlockResponse
 
BLOCK_HASH_FIELD_NUMBER - Static variable in class org.lightningj.lnd.chainkit.proto.Chainkit.GetBestBlockResponse
 
BLOCK_HASH_FIELD_NUMBER - Static variable in class org.lightningj.lnd.chainkit.proto.Chainkit.GetBlockHashResponse
 
BLOCK_HASH_FIELD_NUMBER - Static variable in class org.lightningj.lnd.chainkit.proto.Chainkit.GetBlockRequest
 
BLOCK_HASH_FIELD_NUMBER - Static variable in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfDetails
 
BLOCK_HASH_FIELD_NUMBER - Static variable in class org.lightningj.lnd.neutrino.proto.Neutrino.StatusResponse
 
BLOCK_HASH_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
 
BLOCK_HASH_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Transaction
 
BLOCK_HEIGHT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.chainkit.proto.Chainkit.GetBestBlockResponse
 
BLOCK_HEIGHT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.chainkit.proto.Chainkit.GetBlockHashRequest
 
BLOCK_HEIGHT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfDetails
 
BLOCK_HEIGHT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.neutrino.proto.Neutrino.StatusResponse
 
BLOCK_HEIGHT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate
 
BLOCK_HEIGHT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse
 
BLOCK_HEIGHT_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.Transaction
 
BLOCK_SHA_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate
 
BlockEpoch - Class in org.lightningj.lnd.wrapper.chainnotifier.message
Wrapper class for BlockEpoch.
BlockEpoch() - Constructor for class org.lightningj.lnd.wrapper.chainnotifier.message.BlockEpoch
Empty Constructor
BlockEpoch(JsonReader) - Constructor for class org.lightningj.lnd.wrapper.chainnotifier.message.BlockEpoch
Json Parsing Constructor
BlockEpoch(ChainNotifierOuterClass.BlockEpoch) - Constructor for class org.lightningj.lnd.wrapper.chainnotifier.message.BlockEpoch
Constructor using underlying Lightning API Object
BLOCKS_TIL_MATURITY_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel
 
BLOCKS_TIL_MATURITY_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.PendingHTLC
 
BREACH_CLOSE_VALUE - Static variable in enum org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.ClosureType
BREACH_CLOSE = 3;
BREACH_FIELD_NUMBER - Static variable in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest
 
BROADCAST_ATTEMPTS_FIELD_NUMBER - Static variable in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweep
 
build(Channel, CallOptions) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotGrpc.AutopilotBlockingStub
 
build(Channel, CallOptions) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotGrpc.AutopilotFutureStub
 
build(Channel, CallOptions) - Method in class org.lightningj.lnd.autopilot.proto.AutopilotGrpc.AutopilotStub
 
build() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.ModifyStatusRequest.Builder
 
build() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.ModifyStatusResponse.Builder
 
build() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresRequest.Builder
 
build() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.Builder
 
build() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.HeuristicResult.Builder
 
build() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresRequest.Builder
 
build() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresResponse.Builder
 
build() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.StatusRequest.Builder
 
build() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.StatusResponse.Builder
 
build() - Method in class org.lightningj.lnd.chainkit.proto.Chainkit.GetBestBlockRequest.Builder
 
build() - Method in class org.lightningj.lnd.chainkit.proto.Chainkit.GetBestBlockResponse.Builder
 
build() - Method in class org.lightningj.lnd.chainkit.proto.Chainkit.GetBlockHashRequest.Builder
 
build() - Method in class org.lightningj.lnd.chainkit.proto.Chainkit.GetBlockHashResponse.Builder
 
build() - Method in class org.lightningj.lnd.chainkit.proto.Chainkit.GetBlockRequest.Builder
 
build() - Method in class org.lightningj.lnd.chainkit.proto.Chainkit.GetBlockResponse.Builder
 
build(Channel, CallOptions) - Method in class org.lightningj.lnd.chainkit.proto.ChainKitGrpc.ChainKitBlockingStub
 
build(Channel, CallOptions) - Method in class org.lightningj.lnd.chainkit.proto.ChainKitGrpc.ChainKitFutureStub
 
build(Channel, CallOptions) - Method in class org.lightningj.lnd.chainkit.proto.ChainKitGrpc.ChainKitStub
 
build(Channel, CallOptions) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierGrpc.ChainNotifierBlockingStub
 
build(Channel, CallOptions) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierGrpc.ChainNotifierFutureStub
 
build(Channel, CallOptions) - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierGrpc.ChainNotifierStub
 
build() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.BlockEpoch.Builder
 
build() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfDetails.Builder
 
build() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfEvent.Builder
 
build() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfRequest.Builder
 
build() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.Outpoint.Builder
 
build() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.Reorg.Builder
 
build() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendDetails.Builder
 
build() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendEvent.Builder
 
build() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendRequest.Builder
 
build(Channel, CallOptions) - Method in class org.lightningj.lnd.dev.proto.DevGrpc.DevBlockingStub
 
build(Channel, CallOptions) - Method in class org.lightningj.lnd.dev.proto.DevGrpc.DevFutureStub
 
build(Channel, CallOptions) - Method in class org.lightningj.lnd.dev.proto.DevGrpc.DevStub
 
build() - Method in class org.lightningj.lnd.dev.proto.DevOuterClass.ImportGraphResponse.Builder
 
build(Channel, CallOptions) - Method in class org.lightningj.lnd.invoices.proto.InvoicesGrpc.InvoicesBlockingStub
 
build(Channel, CallOptions) - Method in class org.lightningj.lnd.invoices.proto.InvoicesGrpc.InvoicesFutureStub
 
build(Channel, CallOptions) - Method in class org.lightningj.lnd.invoices.proto.InvoicesGrpc.InvoicesStub
 
build() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest.Builder
 
build() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceResp.Builder
 
build() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.CancelInvoiceMsg.Builder
 
build() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.CancelInvoiceResp.Builder
 
build() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.LookupInvoiceMsg.Builder
 
build() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SettleInvoiceMsg.Builder
 
build() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SettleInvoiceResp.Builder
 
build() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SubscribeSingleInvoiceRequest.Builder
 
build() - Method in class org.lightningj.lnd.neutrino.proto.Neutrino.AddPeerRequest.Builder
 
build() - Method in class org.lightningj.lnd.neutrino.proto.Neutrino.AddPeerResponse.Builder
 
build() - Method in class org.lightningj.lnd.neutrino.proto.Neutrino.DisconnectPeerRequest.Builder
 
build() - Method in class org.lightningj.lnd.neutrino.proto.Neutrino.DisconnectPeerResponse.Builder
 
build() - Method in class org.lightningj.lnd.neutrino.proto.Neutrino.GetBlockHashRequest.Builder
 
build() - Method in class org.lightningj.lnd.neutrino.proto.Neutrino.GetBlockHashResponse.Builder
 
build() - Method in class org.lightningj.lnd.neutrino.proto.Neutrino.GetBlockHeaderRequest.Builder
 
build() - Method in class org.lightningj.lnd.neutrino.proto.Neutrino.GetBlockHeaderResponse.Builder
 
build() - Method in class org.lightningj.lnd.neutrino.proto.Neutrino.GetBlockRequest.Builder
 
build() - Method in class org.lightningj.lnd.neutrino.proto.Neutrino.GetBlockResponse.Builder
 
build() - Method in class org.lightningj.lnd.neutrino.proto.Neutrino.GetCFilterRequest.Builder
 
build() - Method in class org.lightningj.lnd.neutrino.proto.Neutrino.GetCFilterResponse.Builder
 
build() - Method in class org.lightningj.lnd.neutrino.proto.Neutrino.IsBannedRequest.Builder
 
build() - Method in class org.lightningj.lnd.neutrino.proto.Neutrino.IsBannedResponse.Builder
 
build() - Method in class org.lightningj.lnd.neutrino.proto.Neutrino.StatusRequest.Builder
 
build() - Method in class org.lightningj.lnd.neutrino.proto.Neutrino.StatusResponse.Builder
 
build(Channel, CallOptions) - Method in class org.lightningj.lnd.neutrino.proto.NeutrinoKitGrpc.NeutrinoKitBlockingStub
 
build(Channel, CallOptions) - Method in class org.lightningj.lnd.neutrino.proto.NeutrinoKitGrpc.NeutrinoKitFutureStub
 
build(Channel, CallOptions) - Method in class org.lightningj.lnd.neutrino.proto.NeutrinoKitGrpc.NeutrinoKitStub
 
build(Channel, CallOptions) - Method in class org.lightningj.lnd.peers.proto.PeersGrpc.PeersBlockingStub
 
build(Channel, CallOptions) - Method in class org.lightningj.lnd.peers.proto.PeersGrpc.PeersFutureStub
 
build(Channel, CallOptions) - Method in class org.lightningj.lnd.peers.proto.PeersGrpc.PeersStub
 
build() - Method in class org.lightningj.lnd.peers.proto.PeersOuterClass.NodeAnnouncementUpdateRequest.Builder
 
build() - Method in class org.lightningj.lnd.peers.proto.PeersOuterClass.NodeAnnouncementUpdateResponse.Builder
 
build() - Method in class org.lightningj.lnd.peers.proto.PeersOuterClass.UpdateAddressAction.Builder
 
build() - Method in class org.lightningj.lnd.peers.proto.PeersOuterClass.UpdateFeatureAction.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.AbandonChannelRequest.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.AbandonChannelResponse.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.AliasMap.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.Amount.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.AMP.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.AMPInvoiceState.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.AMPRecord.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.BakeMacaroonRequest.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.BakeMacaroonResponse.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.BatchOpenChannel.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.BatchOpenChannelRequest.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.BatchOpenChannelResponse.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.Chain.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.ChanBackupExportRequest.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.ChanBackupSnapshot.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelAcceptRequest.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelAcceptResponse.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackup.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackups.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackupSubscription.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceRequest.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelConstraints.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventSubscription.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraphRequest.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelUpdate.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.ChanPointShim.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.CheckMacPermRequest.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.CheckMacPermResponse.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerResponse.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.CustomMessage.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsRequest.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsResponse.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.DeleteMacaroonIDRequest.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.DeleteMacaroonIDResponse.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.DeletePaymentRequest.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.DeletePaymentResponse.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerResponse.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.EdgeLocator.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeRequest.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeResponse.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.ExportChannelBackupRequest.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.FailedUpdate.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.Failure.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.Feature.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.FeeLimit.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportRequest.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.FloatMetric.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.FundingPsbtFinalize.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.FundingPsbtVerify.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.FundingShim.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.FundingShimCancel.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.FundingStateStepResp.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.FundingTransitionMsg.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoRequest.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.GetRecoveryInfoRequest.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.GetRecoveryInfoResponse.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.GetTransactionsRequest.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologySubscription.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.HopHint.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.HTLC.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.HTLCAttempt.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.InterceptFeedback.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceHTLC.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.KeyDescriptor.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.KeyLocator.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.ListAliasesRequest.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.ListAliasesResponse.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.ListMacaroonIDsRequest.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.ListMacaroonIDsResponse.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersRequest.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.ListPermissionsRequest.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.ListPermissionsResponse.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.ListUnspentRequest.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.ListUnspentResponse.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.LookupHtlcResolutionRequest.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.LookupHtlcResolutionResponse.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.MacaroonId.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.MacaroonPermission.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.MacaroonPermissionList.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.MiddlewareRegistration.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.MPPRecord.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.MultiChanBackup.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfoRequest.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.NodeMetricsRequest.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.NodeMetricsResponse.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.NodePair.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.Op.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.OutPoint.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.OutputDetail.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.PaymentHash.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.PayReqString.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.PeerEvent.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.PeerEventSubscription.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsRequest.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ClosedChannel.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.Commitments.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.ForceClosedChannel.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingChannel.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.PendingOpenChannel.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsResponse.WaitingCloseChannel.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.PendingHTLC.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.PendingUpdate.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateRequest.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.PolicyUpdateResponse.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.PreviousOutPoint.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.PsbtShim.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesRequest.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.QueryRoutesResponse.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.ReadyForPsbtFunding.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.Resolution.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.RestoreBackupResponse.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.RestoreChanBackupRequest.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.Route.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.RouteHint.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.RoutingPolicy.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.RPCMessage.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.RPCMiddlewareRequest.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.RPCMiddlewareResponse.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsRequest.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.SendCoinsResponse.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.SendCustomMessageRequest.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.SendCustomMessageResponse.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyRequest.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.SendManyResponse.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.SendRequest.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.SendResponse.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.SendToRouteRequest.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.SetID.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageRequest.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.SignMessageResponse.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.StopRequest.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.StopResponse.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.StreamAuth.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.SubscribeCustomMessagesRequest.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.TimestampedError.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.Transaction.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.TransactionDetails.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.Utxo.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyChanBackupResponse.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageRequest.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.VerifyMessageResponse.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.WalletAccountBalance.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceRequest.Builder
 
build() - Method in class org.lightningj.lnd.proto.LightningApi.WalletBalanceResponse.Builder
 
build(Channel, CallOptions) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningBlockingStub
 
build(Channel, CallOptions) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningFutureStub
 
build(Channel, CallOptions) - Method in class org.lightningj.lnd.proto.LightningGrpc.LightningStub
 
build(Channel, CallOptions) - Method in class org.lightningj.lnd.router.proto.RouterGrpc.RouterBlockingStub
 
build(Channel, CallOptions) - Method in class org.lightningj.lnd.router.proto.RouterGrpc.RouterFutureStub
 
build(Channel, CallOptions) - Method in class org.lightningj.lnd.router.proto.RouterGrpc.RouterStub
 
build() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.AprioriParameters.Builder
 
build() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.BimodalParameters.Builder
 
build() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.BuildRouteRequest.Builder
 
build() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.BuildRouteResponse.Builder
 
build() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.CircuitKey.Builder
 
build() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.FinalHtlcEvent.Builder
 
build() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardEvent.Builder
 
build() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardFailEvent.Builder
 
build() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardHtlcInterceptRequest.Builder
 
build() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ForwardHtlcInterceptResponse.Builder
 
build() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.GetMissionControlConfigRequest.Builder
 
build() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.GetMissionControlConfigResponse.Builder
 
build() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.HtlcEvent.Builder
 
build() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.HtlcInfo.Builder
 
build() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.LinkFailEvent.Builder
 
build() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.MissionControlConfig.Builder
 
build() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PairData.Builder
 
build() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PairHistory.Builder
 
build() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.PaymentStatus.Builder
 
build() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryMissionControlRequest.Builder
 
build() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryMissionControlResponse.Builder
 
build() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryProbabilityRequest.Builder
 
build() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.QueryProbabilityResponse.Builder
 
build() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ResetMissionControlRequest.Builder
 
build() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.ResetMissionControlResponse.Builder
 
build() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.RouteFeeRequest.Builder
 
build() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.RouteFeeResponse.Builder
 
build() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendPaymentRequest.Builder
 
build() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteRequest.Builder
 
build() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SendToRouteResponse.Builder
 
build() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SetMissionControlConfigRequest.Builder
 
build() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SetMissionControlConfigResponse.Builder
 
build() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SettleEvent.Builder
 
build() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SubscribedEvent.Builder
 
build() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.SubscribeHtlcEventsRequest.Builder
 
build() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.TrackPaymentRequest.Builder
 
build() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.TrackPaymentsRequest.Builder
 
build() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.UpdateChanStatusRequest.Builder
 
build() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.UpdateChanStatusResponse.Builder
 
build() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.XImportMissionControlRequest.Builder
 
build() - Method in class org.lightningj.lnd.router.proto.RouterOuterClass.XImportMissionControlResponse.Builder
 
build(Channel, CallOptions) - Method in class org.lightningj.lnd.signer.proto.SignerGrpc.SignerBlockingStub
 
build(Channel, CallOptions) - Method in class org.lightningj.lnd.signer.proto.SignerGrpc.SignerFutureStub
 
build(Channel, CallOptions) - Method in class org.lightningj.lnd.signer.proto.SignerGrpc.SignerStub
 
build() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScript.Builder
 
build() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.InputScriptResp.Builder
 
build() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.KeyDescriptor.Builder
 
build() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.KeyLocator.Builder
 
build() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.MuSig2CleanupRequest.Builder
 
build() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.MuSig2CleanupResponse.Builder
 
build() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.MuSig2CombineKeysRequest.Builder
 
build() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.MuSig2CombineKeysResponse.Builder
 
build() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.MuSig2CombineSigRequest.Builder
 
build() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.MuSig2CombineSigResponse.Builder
 
build() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.MuSig2RegisterNoncesRequest.Builder
 
build() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.MuSig2RegisterNoncesResponse.Builder
 
build() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.MuSig2SessionRequest.Builder
 
build() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.MuSig2SessionResponse.Builder
 
build() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.MuSig2SignRequest.Builder
 
build() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.MuSig2SignResponse.Builder
 
build() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SharedKeyRequest.Builder
 
build() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SharedKeyResponse.Builder
 
build() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignDescriptor.Builder
 
build() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignMessageReq.Builder
 
build() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignMessageResp.Builder
 
build() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignReq.Builder
 
build() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.SignResp.Builder
 
build() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.TaprootTweakDesc.Builder
 
build() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.TweakDesc.Builder
 
build() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.TxOut.Builder
 
build() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.VerifyMessageReq.Builder
 
build() - Method in class org.lightningj.lnd.signer.proto.SignerOuterClass.VerifyMessageResp.Builder
 
build(Channel, CallOptions) - Method in class org.lightningj.lnd.stateservice.proto.StateGrpc.StateBlockingStub
 
build(Channel, CallOptions) - Method in class org.lightningj.lnd.stateservice.proto.StateGrpc.StateFutureStub
 
build(Channel, CallOptions) - Method in class org.lightningj.lnd.stateservice.proto.StateGrpc.StateStub
 
build() - Method in class org.lightningj.lnd.stateservice.proto.Stateservice.GetStateRequest.Builder
 
build() - Method in class org.lightningj.lnd.stateservice.proto.Stateservice.GetStateResponse.Builder
 
build() - Method in class org.lightningj.lnd.stateservice.proto.Stateservice.SubscribeStateRequest.Builder
 
build() - Method in class org.lightningj.lnd.stateservice.proto.Stateservice.SubscribeStateResponse.Builder
 
build() - Method in class org.lightningj.lnd.verrpc.proto.Verrpc.Version.Builder
 
build() - Method in class org.lightningj.lnd.verrpc.proto.Verrpc.VersionRequest.Builder
 
build(Channel, CallOptions) - Method in class org.lightningj.lnd.verrpc.proto.VersionerGrpc.VersionerBlockingStub
 
build(Channel, CallOptions) - Method in class org.lightningj.lnd.verrpc.proto.VersionerGrpc.VersionerFutureStub
 
build(Channel, CallOptions) - Method in class org.lightningj.lnd.verrpc.proto.VersionerGrpc.VersionerStub
 
build(Channel, CallOptions) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitGrpc.WalletKitBlockingStub
 
build(Channel, CallOptions) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitGrpc.WalletKitFutureStub
 
build(Channel, CallOptions) - Method in class org.lightningj.lnd.walletkit.proto.WalletKitGrpc.WalletKitStub
 
build() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.Account.Builder
 
build() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AccountWithAddresses.Builder
 
build() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AddressProperty.Builder
 
build() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AddrRequest.Builder
 
build() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.AddrResponse.Builder
 
build() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeRequest.Builder
 
build() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.BumpFeeResponse.Builder
 
build() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.EstimateFeeRequest.Builder
 
build() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.EstimateFeeResponse.Builder
 
build() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FinalizePsbtRequest.Builder
 
build() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FinalizePsbtResponse.Builder
 
build() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtRequest.Builder
 
build() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.FundPsbtResponse.Builder
 
build() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportAccountRequest.Builder
 
build() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportAccountResponse.Builder
 
build() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportPublicKeyRequest.Builder
 
build() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportPublicKeyResponse.Builder
 
build() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportTapscriptRequest.Builder
 
build() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ImportTapscriptResponse.Builder
 
build() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.KeyReq.Builder
 
build() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.LabelTransactionRequest.Builder
 
build() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.LabelTransactionResponse.Builder
 
build() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.LeaseOutputRequest.Builder
 
build() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.LeaseOutputResponse.Builder
 
build() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListAccountsRequest.Builder
 
build() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListAccountsResponse.Builder
 
build() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListAddressesRequest.Builder
 
build() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListAddressesResponse.Builder
 
build() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListLeasesRequest.Builder
 
build() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListLeasesResponse.Builder
 
build() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListSweepsRequest.Builder
 
build() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListSweepsResponse.Builder
 
build() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListSweepsResponse.TransactionIDs.Builder
 
build() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListUnspentRequest.Builder
 
build() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ListUnspentResponse.Builder
 
build() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweep.Builder
 
build() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepsRequest.Builder
 
build() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PendingSweepsResponse.Builder
 
build() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.PublishResponse.Builder
 
build() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ReleaseOutputRequest.Builder
 
build() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.ReleaseOutputResponse.Builder
 
build() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.RequiredReserveRequest.Builder
 
build() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.RequiredReserveResponse.Builder
 
build() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsRequest.Builder
 
build() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SendOutputsResponse.Builder
 
build() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SignMessageWithAddrRequest.Builder
 
build() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SignMessageWithAddrResponse.Builder
 
build() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SignPsbtRequest.Builder
 
build() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.SignPsbtResponse.Builder
 
build() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.TapLeaf.Builder
 
build() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.TapscriptFullTree.Builder
 
build() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.TapscriptPartialReveal.Builder
 
build() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.Transaction.Builder
 
build() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.TxTemplate.Builder
 
build() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.UtxoLease.Builder
 
build() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.VerifyMessageWithAddrRequest.Builder
 
build() - Method in class org.lightningj.lnd.walletkit.proto.WalletKitOuterClass.VerifyMessageWithAddrResponse.Builder
 
build() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.ChangePasswordRequest.Builder
 
build() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.ChangePasswordResponse.Builder
 
build() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.GenSeedRequest.Builder
 
build() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.GenSeedResponse.Builder
 
build() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.InitWalletRequest.Builder
 
build() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.InitWalletResponse.Builder
 
build() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.UnlockWalletRequest.Builder
 
build() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.UnlockWalletResponse.Builder
 
build() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.WatchOnly.Builder
 
build() - Method in class org.lightningj.lnd.walletunlocker.proto.Walletunlocker.WatchOnlyAccount.Builder
 
build(Channel, CallOptions) - Method in class org.lightningj.lnd.walletunlocker.proto.WalletUnlockerGrpc.WalletUnlockerBlockingStub
 
build(Channel, CallOptions) - Method in class org.lightningj.lnd.walletunlocker.proto.WalletUnlockerGrpc.WalletUnlockerFutureStub
 
build(Channel, CallOptions) - Method in class org.lightningj.lnd.walletunlocker.proto.WalletUnlockerGrpc.WalletUnlockerStub
 
build(Channel, CallOptions) - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerGrpc.WatchtowerBlockingStub
 
build(Channel, CallOptions) - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerGrpc.WatchtowerFutureStub
 
build(Channel, CallOptions) - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerGrpc.WatchtowerStub
 
build() - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoRequest.Builder
 
build() - Method in class org.lightningj.lnd.watchtower.proto.WatchtowerOuterClass.GetInfoResponse.Builder
 
build(Channel, CallOptions) - Method in class org.lightningj.lnd.wtclient.proto.WatchtowerClientGrpc.WatchtowerClientBlockingStub
 
build(Channel, CallOptions) - Method in class org.lightningj.lnd.wtclient.proto.WatchtowerClientGrpc.WatchtowerClientFutureStub
 
build(Channel, CallOptions) - Method in class org.lightningj.lnd.wtclient.proto.WatchtowerClientGrpc.WatchtowerClientStub
 
build() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.AddTowerRequest.Builder
 
build() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.AddTowerResponse.Builder
 
build() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.GetTowerInfoRequest.Builder
 
build() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.ListTowersRequest.Builder
 
build() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.ListTowersResponse.Builder
 
build() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.PolicyRequest.Builder
 
build() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.PolicyResponse.Builder
 
build() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.RemoveTowerRequest.Builder
 
build() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.RemoveTowerResponse.Builder
 
build() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.StatsRequest.Builder
 
build() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.StatsResponse.Builder
 
build() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.Tower.Builder
 
build() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.TowerSession.Builder
 
build() - Method in class org.lightningj.lnd.wtclient.proto.Wtclient.TowerSessionInfo.Builder
 
BUILD_TAGS_FIELD_NUMBER - Static variable in class org.lightningj.lnd.verrpc.proto.Verrpc.Version
 
builder - Variable in class org.lightningj.lnd.wrapper.Message
 
buildPartial() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.ModifyStatusRequest.Builder
 
buildPartial() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.ModifyStatusResponse.Builder
 
buildPartial() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresRequest.Builder
 
buildPartial() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.Builder
 
buildPartial() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.QueryScoresResponse.HeuristicResult.Builder
 
buildPartial() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresRequest.Builder
 
buildPartial() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.SetScoresResponse.Builder
 
buildPartial() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.StatusRequest.Builder
 
buildPartial() - Method in class org.lightningj.lnd.autopilot.proto.AutopilotOuterClass.StatusResponse.Builder
 
buildPartial() - Method in class org.lightningj.lnd.chainkit.proto.Chainkit.GetBestBlockRequest.Builder
 
buildPartial() - Method in class org.lightningj.lnd.chainkit.proto.Chainkit.GetBestBlockResponse.Builder
 
buildPartial() - Method in class org.lightningj.lnd.chainkit.proto.Chainkit.GetBlockHashRequest.Builder
 
buildPartial() - Method in class org.lightningj.lnd.chainkit.proto.Chainkit.GetBlockHashResponse.Builder
 
buildPartial() - Method in class org.lightningj.lnd.chainkit.proto.Chainkit.GetBlockRequest.Builder
 
buildPartial() - Method in class org.lightningj.lnd.chainkit.proto.Chainkit.GetBlockResponse.Builder
 
buildPartial() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.BlockEpoch.Builder
 
buildPartial() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfDetails.Builder
 
buildPartial() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfEvent.Builder
 
buildPartial() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.ConfRequest.Builder
 
buildPartial() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.Outpoint.Builder
 
buildPartial() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.Reorg.Builder
 
buildPartial() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendDetails.Builder
 
buildPartial() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendEvent.Builder
 
buildPartial() - Method in class org.lightningj.lnd.chainnotifier.proto.ChainNotifierOuterClass.SpendRequest.Builder
 
buildPartial() - Method in class org.lightningj.lnd.dev.proto.DevOuterClass.ImportGraphResponse.Builder
 
buildPartial() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceRequest.Builder
 
buildPartial() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.AddHoldInvoiceResp.Builder
 
buildPartial() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.CancelInvoiceMsg.Builder
 
buildPartial() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.CancelInvoiceResp.Builder
 
buildPartial() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.LookupInvoiceMsg.Builder
 
buildPartial() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SettleInvoiceMsg.Builder
 
buildPartial() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SettleInvoiceResp.Builder
 
buildPartial() - Method in class org.lightningj.lnd.invoices.proto.InvoicesOuterClass.SubscribeSingleInvoiceRequest.Builder
 
buildPartial() - Method in class org.lightningj.lnd.neutrino.proto.Neutrino.AddPeerRequest.Builder
 
buildPartial() - Method in class org.lightningj.lnd.neutrino.proto.Neutrino.AddPeerResponse.Builder
 
buildPartial() - Method in class org.lightningj.lnd.neutrino.proto.Neutrino.DisconnectPeerRequest.Builder
 
buildPartial() - Method in class org.lightningj.lnd.neutrino.proto.Neutrino.DisconnectPeerResponse.Builder
 
buildPartial() - Method in class org.lightningj.lnd.neutrino.proto.Neutrino.GetBlockHashRequest.Builder
 
buildPartial() - Method in class org.lightningj.lnd.neutrino.proto.Neutrino.GetBlockHashResponse.Builder
 
buildPartial() - Method in class org.lightningj.lnd.neutrino.proto.Neutrino.GetBlockHeaderRequest.Builder
 
buildPartial() - Method in class org.lightningj.lnd.neutrino.proto.Neutrino.GetBlockHeaderResponse.Builder
 
buildPartial() - Method in class org.lightningj.lnd.neutrino.proto.Neutrino.GetBlockRequest.Builder
 
buildPartial() - Method in class org.lightningj.lnd.neutrino.proto.Neutrino.GetBlockResponse.Builder
 
buildPartial() - Method in class org.lightningj.lnd.neutrino.proto.Neutrino.GetCFilterRequest.Builder
 
buildPartial() - Method in class org.lightningj.lnd.neutrino.proto.Neutrino.GetCFilterResponse.Builder
 
buildPartial() - Method in class org.lightningj.lnd.neutrino.proto.Neutrino.IsBannedRequest.Builder
 
buildPartial() - Method in class org.lightningj.lnd.neutrino.proto.Neutrino.IsBannedResponse.Builder
 
buildPartial() - Method in class org.lightningj.lnd.neutrino.proto.Neutrino.StatusRequest.Builder
 
buildPartial() - Method in class org.lightningj.lnd.neutrino.proto.Neutrino.StatusResponse.Builder
 
buildPartial() - Method in class org.lightningj.lnd.peers.proto.PeersOuterClass.NodeAnnouncementUpdateRequest.Builder
 
buildPartial() - Method in class org.lightningj.lnd.peers.proto.PeersOuterClass.NodeAnnouncementUpdateResponse.Builder
 
buildPartial() - Method in class org.lightningj.lnd.peers.proto.PeersOuterClass.UpdateAddressAction.Builder
 
buildPartial() - Method in class org.lightningj.lnd.peers.proto.PeersOuterClass.UpdateFeatureAction.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.AbandonChannelRequest.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.AbandonChannelResponse.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.AddInvoiceResponse.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.AliasMap.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.Amount.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.AMP.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.AMPInvoiceState.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.AMPRecord.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.BakeMacaroonRequest.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.BakeMacaroonResponse.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.BatchOpenChannel.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.BatchOpenChannelRequest.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.BatchOpenChannelResponse.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.Chain.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.ChanBackupExportRequest.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.ChanBackupSnapshot.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.ChanInfoRequest.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.Channel.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelAcceptRequest.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelAcceptResponse.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackup.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackups.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBackupSubscription.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceRequest.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelBalanceResponse.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseSummary.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelCloseUpdate.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelConstraints.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdge.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEdgeUpdate.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventSubscription.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelEventUpdate.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelFeeReport.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraph.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelGraphRequest.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelOpenUpdate.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelPoint.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.ChannelUpdate.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.ChanPointShim.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.CheckMacPermRequest.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.CheckMacPermResponse.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.CloseChannelRequest.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsRequest.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelsResponse.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.ClosedChannelUpdate.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.CloseStatusUpdate.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.ConfirmationUpdate.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerRequest.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.ConnectPeerResponse.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.CustomMessage.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelRequest.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.DebugLevelResponse.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsRequest.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.DeleteAllPaymentsResponse.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.DeleteMacaroonIDRequest.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.DeleteMacaroonIDResponse.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.DeletePaymentRequest.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.DeletePaymentResponse.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerRequest.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.DisconnectPeerResponse.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.EdgeLocator.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeRequest.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.EstimateFeeResponse.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.ExportChannelBackupRequest.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.FailedUpdate.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.Failure.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.Feature.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.FeeLimit.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportRequest.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.FeeReportResponse.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.FloatMetric.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingEvent.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryRequest.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.ForwardingHistoryResponse.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.FundingPsbtFinalize.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.FundingPsbtVerify.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.FundingShim.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.FundingShimCancel.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.FundingStateStepResp.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.FundingTransitionMsg.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoRequest.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.GetInfoResponse.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.GetRecoveryInfoRequest.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.GetRecoveryInfoResponse.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.GetTransactionsRequest.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologySubscription.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.GraphTopologyUpdate.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.Hop.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.HopHint.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.HTLC.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.HTLCAttempt.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.InterceptFeedback.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.Invoice.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceHTLC.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.InvoiceSubscription.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.KeyDescriptor.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.KeyLocator.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.LightningAddress.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.LightningNode.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.ListAliasesRequest.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.ListAliasesResponse.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsRequest.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.ListChannelsResponse.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceRequest.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.ListInvoiceResponse.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.ListMacaroonIDsRequest.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.ListMacaroonIDsResponse.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsRequest.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.ListPaymentsResponse.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersRequest.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.ListPeersResponse.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.ListPermissionsRequest.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.ListPermissionsResponse.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.ListUnspentRequest.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.ListUnspentResponse.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.LookupHtlcResolutionRequest.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.LookupHtlcResolutionResponse.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.MacaroonId.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.MacaroonPermission.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.MacaroonPermissionList.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.MiddlewareRegistration.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.MPPRecord.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.MultiChanBackup.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfo.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.NetworkInfoRequest.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressRequest.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.NewAddressResponse.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.NodeAddress.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfo.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.NodeInfoRequest.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.NodeMetricsRequest.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.NodeMetricsResponse.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.NodePair.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.NodeUpdate.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.Op.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.OpenChannelRequest.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.OpenStatusUpdate.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.OutPoint.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.OutputDetail.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.Payment.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.PaymentHash.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.PayReq.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.PayReqString.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.Peer.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.PeerEvent.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.PeerEventSubscription.Builder
 
buildPartial() - Method in class org.lightningj.lnd.proto.LightningApi.PendingChannelsRequest.Builder