public static interface LightningApi.VerifyMessageRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.ByteString |
getMsg()
The message over which the signature is to be verified.
|
java.lang.String |
getSignature()
The signature to be verified over the given message
|
com.google.protobuf.ByteString |
getSignatureBytes()
The signature to be verified over the given message
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
com.google.protobuf.ByteString getMsg()
The message over which the signature is to be verified. When using REST, this field must be encoded as base64.
bytes msg = 1;
java.lang.String getSignature()
The signature to be verified over the given message
string signature = 2;
com.google.protobuf.ByteString getSignatureBytes()
The signature to be verified over the given message
string signature = 2;