public static interface KeepKeyMessage.LoadDeviceOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getLabel()
device label
|
com.google.protobuf.ByteString |
getLabelBytes()
device label
|
String |
getLanguage()
device language
|
com.google.protobuf.ByteString |
getLanguageBytes()
device language
|
String |
getMnemonic()
seed encoded as BIP-39 mnemonic (12, 18 or 24 words)
|
com.google.protobuf.ByteString |
getMnemonicBytes()
seed encoded as BIP-39 mnemonic (12, 18 or 24 words)
|
KeepKeyType.HDNodeType |
getNode()
BIP-32 node
|
KeepKeyType.HDNodeTypeOrBuilder |
getNodeOrBuilder()
BIP-32 node
|
boolean |
getPassphraseProtection()
enable master node encryption using passphrase
|
String |
getPin()
set PIN protection
|
com.google.protobuf.ByteString |
getPinBytes()
set PIN protection
|
boolean |
getSkipChecksum()
do not test mnemonic for valid BIP-39 checksum
|
boolean |
hasLabel()
device label
|
boolean |
hasLanguage()
device language
|
boolean |
hasMnemonic()
seed encoded as BIP-39 mnemonic (12, 18 or 24 words)
|
boolean |
hasNode()
BIP-32 node
|
boolean |
hasPassphraseProtection()
enable master node encryption using passphrase
|
boolean |
hasPin()
set PIN protection
|
boolean |
hasSkipChecksum()
do not test mnemonic for valid BIP-39 checksum
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasMnemonic()
seed encoded as BIP-39 mnemonic (12, 18 or 24 words)
optional string mnemonic = 1;
String getMnemonic()
seed encoded as BIP-39 mnemonic (12, 18 or 24 words)
optional string mnemonic = 1;
com.google.protobuf.ByteString getMnemonicBytes()
seed encoded as BIP-39 mnemonic (12, 18 or 24 words)
optional string mnemonic = 1;
boolean hasNode()
BIP-32 node
optional .HDNodeType node = 2;
KeepKeyType.HDNodeType getNode()
BIP-32 node
optional .HDNodeType node = 2;
KeepKeyType.HDNodeTypeOrBuilder getNodeOrBuilder()
BIP-32 node
optional .HDNodeType node = 2;
boolean hasPin()
set PIN protection
optional string pin = 3;
String getPin()
set PIN protection
optional string pin = 3;
com.google.protobuf.ByteString getPinBytes()
set PIN protection
optional string pin = 3;
boolean hasPassphraseProtection()
enable master node encryption using passphrase
optional bool passphrase_protection = 4;
boolean getPassphraseProtection()
enable master node encryption using passphrase
optional bool passphrase_protection = 4;
boolean hasLanguage()
device language
optional string language = 5 [default = "english"];
String getLanguage()
device language
optional string language = 5 [default = "english"];
com.google.protobuf.ByteString getLanguageBytes()
device language
optional string language = 5 [default = "english"];
boolean hasLabel()
device label
optional string label = 6;
String getLabel()
device label
optional string label = 6;
com.google.protobuf.ByteString getLabelBytes()
device label
optional string label = 6;
boolean hasSkipChecksum()
do not test mnemonic for valid BIP-39 checksum
optional bool skip_checksum = 7;
boolean getSkipChecksum()
do not test mnemonic for valid BIP-39 checksum
optional bool skip_checksum = 7;
Copyright © 2013–2017 Bitcoin Solutions Ltd. All rights reserved.