public static interface KeepKeyMessage.MessageSignatureOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getAddress()
address used to sign the message
|
com.google.protobuf.ByteString |
getAddressBytes()
address used to sign the message
|
com.google.protobuf.ByteString |
getSignature()
signature of the message
|
boolean |
hasAddress()
address used to sign the message
|
boolean |
hasSignature()
signature of the message
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasAddress()
address used to sign the message
optional string address = 1;
String getAddress()
address used to sign the message
optional string address = 1;
com.google.protobuf.ByteString getAddressBytes()
address used to sign the message
optional string address = 1;
boolean hasSignature()
signature of the message
optional bytes signature = 2;
com.google.protobuf.ByteString getSignature()
signature of the message
optional bytes signature = 2;
Copyright © 2013–2017 Bitcoin Solutions Ltd. All rights reserved.