public static interface WalletKitOuterClass.ListAddressesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
WalletKitOuterClass.AccountWithAddresses |
getAccountWithAddresses(int index)
A list of all the accounts and their addresses.
|
int |
getAccountWithAddressesCount()
A list of all the accounts and their addresses.
|
java.util.List<WalletKitOuterClass.AccountWithAddresses> |
getAccountWithAddressesList()
A list of all the accounts and their addresses.
|
WalletKitOuterClass.AccountWithAddressesOrBuilder |
getAccountWithAddressesOrBuilder(int index)
A list of all the accounts and their addresses.
|
java.util.List<? extends WalletKitOuterClass.AccountWithAddressesOrBuilder> |
getAccountWithAddressesOrBuilderList()
A list of all the accounts and their addresses.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.util.List<WalletKitOuterClass.AccountWithAddresses> getAccountWithAddressesList()
A list of all the accounts and their addresses.
repeated .walletrpc.AccountWithAddresses account_with_addresses = 1;WalletKitOuterClass.AccountWithAddresses getAccountWithAddresses(int index)
A list of all the accounts and their addresses.
repeated .walletrpc.AccountWithAddresses account_with_addresses = 1;int getAccountWithAddressesCount()
A list of all the accounts and their addresses.
repeated .walletrpc.AccountWithAddresses account_with_addresses = 1;java.util.List<? extends WalletKitOuterClass.AccountWithAddressesOrBuilder> getAccountWithAddressesOrBuilderList()
A list of all the accounts and their addresses.
repeated .walletrpc.AccountWithAddresses account_with_addresses = 1;WalletKitOuterClass.AccountWithAddressesOrBuilder getAccountWithAddressesOrBuilder(int index)
A list of all the accounts and their addresses.
repeated .walletrpc.AccountWithAddresses account_with_addresses = 1;