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