public static interface WalletKitOuterClass.VerifyMessageWithAddrRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAddr()
The address which will be used to look up the public key and verify the
the signature.
|
com.google.protobuf.ByteString |
getAddrBytes()
The address which will be used to look up the public key and verify the
the signature.
|
com.google.protobuf.ByteString |
getMsg()
The message to be signed.
|
java.lang.String |
getSignature()
The compact ECDSA signature to be verified over the given message
ecoded in base64.
|
com.google.protobuf.ByteString |
getSignatureBytes()
The compact ECDSA signature to be verified over the given message
ecoded in base64.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofcom.google.protobuf.ByteString getMsg()
The message to be signed. When using REST, this field must be encoded as base64.
bytes msg = 1;java.lang.String getSignature()
The compact ECDSA signature to be verified over the given message ecoded in base64.
string signature = 2;com.google.protobuf.ByteString getSignatureBytes()
The compact ECDSA signature to be verified over the given message ecoded in base64.
string signature = 2;java.lang.String getAddr()
The address which will be used to look up the public key and verify the the signature.
string addr = 3;com.google.protobuf.ByteString getAddrBytes()
The address which will be used to look up the public key and verify the the signature.
string addr = 3;