public static interface TrezorMessage.DebugLinkStateOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.ByteString |
getLayout()
optional bytes layout = 1; |
String |
getMatrix()
optional string matrix = 3; |
com.google.protobuf.ByteString |
getMatrixBytes()
optional string matrix = 3; |
String |
getMnemonic()
optional string mnemonic = 4; |
com.google.protobuf.ByteString |
getMnemonicBytes()
optional string mnemonic = 4; |
TrezorType.HDNodeType |
getNode()
optional .HDNodeType node = 5; |
TrezorType.HDNodeTypeOrBuilder |
getNodeOrBuilder()
optional .HDNodeType node = 5; |
boolean |
getPassphraseProtection()
optional bool passphrase_protection = 6; |
String |
getPin()
optional string pin = 2; |
com.google.protobuf.ByteString |
getPinBytes()
optional string pin = 2; |
String |
getRecoveryFakeWord()
optional string recovery_fake_word = 9; |
com.google.protobuf.ByteString |
getRecoveryFakeWordBytes()
optional string recovery_fake_word = 9; |
int |
getRecoveryWordPos()
optional uint32 recovery_word_pos = 10; |
com.google.protobuf.ByteString |
getResetEntropy()
optional bytes reset_entropy = 8; |
String |
getResetWord()
optional string reset_word = 7; |
com.google.protobuf.ByteString |
getResetWordBytes()
optional string reset_word = 7; |
boolean |
hasLayout()
optional bytes layout = 1; |
boolean |
hasMatrix()
optional string matrix = 3; |
boolean |
hasMnemonic()
optional string mnemonic = 4; |
boolean |
hasNode()
optional .HDNodeType node = 5; |
boolean |
hasPassphraseProtection()
optional bool passphrase_protection = 6; |
boolean |
hasPin()
optional string pin = 2; |
boolean |
hasRecoveryFakeWord()
optional string recovery_fake_word = 9; |
boolean |
hasRecoveryWordPos()
optional uint32 recovery_word_pos = 10; |
boolean |
hasResetEntropy()
optional bytes reset_entropy = 8; |
boolean |
hasResetWord()
optional string reset_word = 7; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasLayout()
optional bytes layout = 1;
raw buffer of display
com.google.protobuf.ByteString getLayout()
optional bytes layout = 1;
raw buffer of display
boolean hasPin()
optional string pin = 2;
current PIN, blank if PIN is not set/enabled
String getPin()
optional string pin = 2;
current PIN, blank if PIN is not set/enabled
com.google.protobuf.ByteString getPinBytes()
optional string pin = 2;
current PIN, blank if PIN is not set/enabled
boolean hasMatrix()
optional string matrix = 3;
current PIN matrix
String getMatrix()
optional string matrix = 3;
current PIN matrix
com.google.protobuf.ByteString getMatrixBytes()
optional string matrix = 3;
current PIN matrix
boolean hasMnemonic()
optional string mnemonic = 4;
current BIP-39 mnemonic
String getMnemonic()
optional string mnemonic = 4;
current BIP-39 mnemonic
com.google.protobuf.ByteString getMnemonicBytes()
optional string mnemonic = 4;
current BIP-39 mnemonic
boolean hasNode()
optional .HDNodeType node = 5;
current BIP-32 node
TrezorType.HDNodeType getNode()
optional .HDNodeType node = 5;
current BIP-32 node
TrezorType.HDNodeTypeOrBuilder getNodeOrBuilder()
optional .HDNodeType node = 5;
current BIP-32 node
boolean hasPassphraseProtection()
optional bool passphrase_protection = 6;
is node/mnemonic encrypted using passphrase?
boolean getPassphraseProtection()
optional bool passphrase_protection = 6;
is node/mnemonic encrypted using passphrase?
boolean hasResetWord()
optional string reset_word = 7;
word on device display during ResetDevice workflow
String getResetWord()
optional string reset_word = 7;
word on device display during ResetDevice workflow
com.google.protobuf.ByteString getResetWordBytes()
optional string reset_word = 7;
word on device display during ResetDevice workflow
boolean hasResetEntropy()
optional bytes reset_entropy = 8;
current entropy during ResetDevice workflow
com.google.protobuf.ByteString getResetEntropy()
optional bytes reset_entropy = 8;
current entropy during ResetDevice workflow
boolean hasRecoveryFakeWord()
optional string recovery_fake_word = 9;
(fake) word on display during RecoveryDevice workflow
String getRecoveryFakeWord()
optional string recovery_fake_word = 9;
(fake) word on display during RecoveryDevice workflow
com.google.protobuf.ByteString getRecoveryFakeWordBytes()
optional string recovery_fake_word = 9;
(fake) word on display during RecoveryDevice workflow
boolean hasRecoveryWordPos()
optional uint32 recovery_word_pos = 10;
index of mnemonic word the device is expecting during RecoveryDevice workflow
int getRecoveryWordPos()
optional uint32 recovery_word_pos = 10;
index of mnemonic word the device is expecting during RecoveryDevice workflow
Copyright © 2013–2016 Bitcoin Solutions Ltd. All rights reserved.