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