public static interface KeepKeyMessage.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, hasOneofboolean 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–2017 Bitcoin Solutions Ltd. All rights reserved.