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