public static interface KeepKeyMessage.SignMessageOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getAddressN(int index)
repeated uint32 address_n = 1; |
int |
getAddressNCount()
repeated uint32 address_n = 1; |
List<Integer> |
getAddressNList()
repeated uint32 address_n = 1; |
String |
getCoinName()
optional string coin_name = 3 [default = "Bitcoin"]; |
com.google.protobuf.ByteString |
getCoinNameBytes()
optional string coin_name = 3 [default = "Bitcoin"]; |
com.google.protobuf.ByteString |
getMessage()
required bytes message = 2; |
boolean |
hasCoinName()
optional string coin_name = 3 [default = "Bitcoin"]; |
boolean |
hasMessage()
required bytes message = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<Integer> getAddressNList()
repeated uint32 address_n = 1;
BIP-32 path to derive the key from master node
int getAddressNCount()
repeated uint32 address_n = 1;
BIP-32 path to derive the key from master node
int getAddressN(int index)
repeated uint32 address_n = 1;
BIP-32 path to derive the key from master node
boolean hasMessage()
required bytes message = 2;
message to be signed
com.google.protobuf.ByteString getMessage()
required bytes message = 2;
message to be signed
boolean hasCoinName()
optional string coin_name = 3 [default = "Bitcoin"];
coin to use for signing
String getCoinName()
optional string coin_name = 3 [default = "Bitcoin"];
coin to use for signing
com.google.protobuf.ByteString getCoinNameBytes()
optional string coin_name = 3 [default = "Bitcoin"];
coin to use for signing
Copyright © 2013–2016 Bitcoin Solutions Ltd. All rights reserved.