public static interface LightningApi.NewAddressRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAccount()
The name of the account to generate a new address for.
|
com.google.protobuf.ByteString |
getAccountBytes()
The name of the account to generate a new address for.
|
LightningApi.AddressType |
getType()
The type of address to generate.
|
int |
getTypeValue()
The type of address to generate.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getTypeValue()
The type of address to generate.
.lnrpc.AddressType type = 1;LightningApi.AddressType getType()
The type of address to generate.
.lnrpc.AddressType type = 1;java.lang.String getAccount()
The name of the account to generate a new address for. If empty, the default wallet account is used.
string account = 2;com.google.protobuf.ByteString getAccountBytes()
The name of the account to generate a new address for. If empty, the default wallet account is used.
string account = 2;