public static interface Model.StellarAccountIdOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
The public key of accounts always starts with a G, so we
ensure that the value starts with a G to prevent the secret
key from being used.
|
com.google.protobuf.ByteString |
getValueBytes()
The public key of accounts always starts with a G, so we
ensure that the value starts with a G to prevent the secret
key from being used.
|
java.lang.String getValue()
The public key of accounts always starts with a G, so we ensure that the value starts with a G to prevent the secret key from being used.
string value = 1;com.google.protobuf.ByteString getValueBytes()
The public key of accounts always starts with a G, so we ensure that the value starts with a G to prevent the secret key from being used.
string value = 1;