public static interface WalletKitOuterClass.AddrRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAccount()
The name of the account to retrieve the next address of.
|
com.google.protobuf.ByteString |
getAccountBytes()
The name of the account to retrieve the next address of.
|
boolean |
getChange()
Whether a change address should be derived.
|
WalletKitOuterClass.AddressType |
getType()
The type of address to derive.
|
int |
getTypeValue()
The type of address to derive.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getAccount()
The name of the account to retrieve the next address of. If empty, the default wallet account is used.
string account = 1;com.google.protobuf.ByteString getAccountBytes()
The name of the account to retrieve the next address of. If empty, the default wallet account is used.
string account = 1;int getTypeValue()
The type of address to derive.
.walletrpc.AddressType type = 2;WalletKitOuterClass.AddressType getType()
The type of address to derive.
.walletrpc.AddressType type = 2;boolean getChange()
Whether a change address should be derived.
bool change = 3;