public static interface TrezorMessage.SignedIdentityOrBuilder
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 |
getPublicKey()
optional bytes public_key = 2; |
com.google.protobuf.ByteString |
getSignature()
optional bytes signature = 3; |
boolean |
hasAddress()
optional string address = 1; |
boolean |
hasPublicKey()
optional bytes public_key = 2; |
boolean |
hasSignature()
optional bytes signature = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasAddress()
optional string address = 1;
identity address
String getAddress()
optional string address = 1;
identity address
com.google.protobuf.ByteString getAddressBytes()
optional string address = 1;
identity address
boolean hasPublicKey()
optional bytes public_key = 2;
identity public key
com.google.protobuf.ByteString getPublicKey()
optional bytes public_key = 2;
identity public key
boolean hasSignature()
optional bytes signature = 3;
signature of the identity data
com.google.protobuf.ByteString getSignature()
optional bytes signature = 3;
signature of the identity data
Copyright © 2013–2016 Bitcoin Solutions Ltd. All rights reserved.