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