public static interface WalletKitOuterClass.SignMessageWithAddrResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getSignature()
The compact ECDSA signature for the given message encoded in base64.
|
com.google.protobuf.ByteString |
getSignatureBytes()
The compact ECDSA signature for the given message encoded in base64.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getSignature()
The compact ECDSA signature for the given message encoded in base64.
string signature = 1;com.google.protobuf.ByteString getSignatureBytes()
The compact ECDSA signature for the given message encoded in base64.
string signature = 1;