public static interface WalletKitOuterClass.ListAddressesRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAccountName()
An optional filter to only return addresses matching this account.
|
com.google.protobuf.ByteString |
getAccountNameBytes()
An optional filter to only return addresses matching this account.
|
boolean |
getShowCustomAccounts()
An optional flag to return LND's custom accounts (Purpose=1017)
public key along with other addresses.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
java.lang.String getAccountName()
An optional filter to only return addresses matching this account.
string account_name = 1;
com.google.protobuf.ByteString getAccountNameBytes()
An optional filter to only return addresses matching this account.
string account_name = 1;
boolean getShowCustomAccounts()
An optional flag to return LND's custom accounts (Purpose=1017) public key along with other addresses.
bool show_custom_accounts = 2;