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