public static interface LightningApi.VerifyMessageResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPubkey()
The pubkey recovered from the signature
|
com.google.protobuf.ByteString |
getPubkeyBytes()
The pubkey recovered from the signature
|
boolean |
getValid()
Whether the signature was valid over the given message
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean getValid()
Whether the signature was valid over the given message
bool valid = 1;java.lang.String getPubkey()
The pubkey recovered from the signature
string pubkey = 2;com.google.protobuf.ByteString getPubkeyBytes()
The pubkey recovered from the signature
string pubkey = 2;