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