public static interface TrezorMessage.RecoveryDeviceOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
getEnforceWordlist()
optional bool enforce_wordlist = 6; |
String |
getLabel()
optional string label = 5; |
com.google.protobuf.ByteString |
getLabelBytes()
optional string label = 5; |
String |
getLanguage()
optional string language = 4 [default = "english"]; |
com.google.protobuf.ByteString |
getLanguageBytes()
optional string language = 4 [default = "english"]; |
boolean |
getPassphraseProtection()
optional bool passphrase_protection = 2; |
boolean |
getPinProtection()
optional bool pin_protection = 3; |
int |
getWordCount()
optional uint32 word_count = 1; |
boolean |
hasEnforceWordlist()
optional bool enforce_wordlist = 6; |
boolean |
hasLabel()
optional string label = 5; |
boolean |
hasLanguage()
optional string language = 4 [default = "english"]; |
boolean |
hasPassphraseProtection()
optional bool passphrase_protection = 2; |
boolean |
hasPinProtection()
optional bool pin_protection = 3; |
boolean |
hasWordCount()
optional uint32 word_count = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasWordCount()
optional uint32 word_count = 1;
number of words in BIP-39 mnemonic
int getWordCount()
optional uint32 word_count = 1;
number of words in BIP-39 mnemonic
boolean hasPassphraseProtection()
optional bool passphrase_protection = 2;
enable master node encryption using passphrase
boolean getPassphraseProtection()
optional bool passphrase_protection = 2;
enable master node encryption using passphrase
boolean hasPinProtection()
optional bool pin_protection = 3;
enable PIN protection
boolean getPinProtection()
optional bool pin_protection = 3;
enable PIN protection
boolean hasLanguage()
optional string language = 4 [default = "english"];
device language
String getLanguage()
optional string language = 4 [default = "english"];
device language
com.google.protobuf.ByteString getLanguageBytes()
optional string language = 4 [default = "english"];
device language
boolean hasLabel()
optional string label = 5;
device label
String getLabel()
optional string label = 5;
device label
com.google.protobuf.ByteString getLabelBytes()
optional string label = 5;
device label
boolean hasEnforceWordlist()
optional bool enforce_wordlist = 6;
enforce BIP-39 wordlist during the process
boolean getEnforceWordlist()
optional bool enforce_wordlist = 6;
enforce BIP-39 wordlist during the process
Copyright © 2013–2016 Bitcoin Solutions Ltd. All rights reserved.