Versions in this module Expand all Collapse all v1 v1.1.3 Nov 14, 2021 Changes in this version + const Default_LoadDevice_Language + const Default_RecoveryDevice_Language + const Default_ResetDevice_Language + const Default_ResetDevice_Strength + var ApplySettings_PassphraseSourceType_name = map[int32]string + var ApplySettings_PassphraseSourceType_value = map[string]int32 + var ButtonRequest_ButtonRequestType_name = map[int32]string + var ButtonRequest_ButtonRequestType_value = map[string]int32 + var E_WireBootloader = &proto.ExtensionDesc + var E_WireDebugIn = &proto.ExtensionDesc + var E_WireDebugOut = &proto.ExtensionDesc + var E_WireIn = &proto.ExtensionDesc + var E_WireNoFsm = &proto.ExtensionDesc + var E_WireOut = &proto.ExtensionDesc + var E_WireTiny = &proto.ExtensionDesc + var Failure_FailureType_name = map[int32]string + var Failure_FailureType_value = map[string]int32 + var MessageType_name = map[int32]string + var MessageType_value = map[string]int32 + var PinMatrixRequest_PinMatrixRequestType_name = map[int32]string + var PinMatrixRequest_PinMatrixRequestType_value = map[string]int32 + var RecoveryDevice_RecoveryDeviceType_name = map[int32]string + var RecoveryDevice_RecoveryDeviceType_value = map[string]int32 + var WordRequest_WordRequestType_name = map[int32]string + var WordRequest_WordRequestType_value = map[string]int32 + func Name(kind uint16) string + func Type(msg proto.Message) uint16 + type ApplyFlags struct + Flags *uint32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ApplyFlags) Descriptor() ([]byte, []int) + func (*ApplyFlags) ProtoMessage() + func (m *ApplyFlags) GetFlags() uint32 + func (m *ApplyFlags) Reset() + func (m *ApplyFlags) String() string + func (m *ApplyFlags) XXX_DiscardUnknown() + func (m *ApplyFlags) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ApplyFlags) XXX_Merge(src proto.Message) + func (m *ApplyFlags) XXX_Size() int + func (m *ApplyFlags) XXX_Unmarshal(b []byte) error + type ApplySettings struct + AutoLockDelayMs *uint32 + DisplayRotation *uint32 + Homescreen []byte + Label *string + Language *string + PassphraseSource *ApplySettings_PassphraseSourceType + UsePassphrase *bool + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ApplySettings) Descriptor() ([]byte, []int) + func (*ApplySettings) ProtoMessage() + func (m *ApplySettings) GetAutoLockDelayMs() uint32 + func (m *ApplySettings) GetDisplayRotation() uint32 + func (m *ApplySettings) GetHomescreen() []byte + func (m *ApplySettings) GetLabel() string + func (m *ApplySettings) GetLanguage() string + func (m *ApplySettings) GetPassphraseSource() ApplySettings_PassphraseSourceType + func (m *ApplySettings) GetUsePassphrase() bool + func (m *ApplySettings) Reset() + func (m *ApplySettings) String() string + func (m *ApplySettings) XXX_DiscardUnknown() + func (m *ApplySettings) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ApplySettings) XXX_Merge(src proto.Message) + func (m *ApplySettings) XXX_Size() int + func (m *ApplySettings) XXX_Unmarshal(b []byte) error + type ApplySettings_PassphraseSourceType int32 + const ApplySettings_ASK + const ApplySettings_DEVICE + const ApplySettings_HOST + func (ApplySettings_PassphraseSourceType) EnumDescriptor() ([]byte, []int) + func (x *ApplySettings_PassphraseSourceType) UnmarshalJSON(data []byte) error + func (x ApplySettings_PassphraseSourceType) Enum() *ApplySettings_PassphraseSourceType + func (x ApplySettings_PassphraseSourceType) String() string + type BackupDevice struct + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*BackupDevice) Descriptor() ([]byte, []int) + func (*BackupDevice) ProtoMessage() + func (m *BackupDevice) Reset() + func (m *BackupDevice) String() string + func (m *BackupDevice) XXX_DiscardUnknown() + func (m *BackupDevice) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *BackupDevice) XXX_Merge(src proto.Message) + func (m *BackupDevice) XXX_Size() int + func (m *BackupDevice) XXX_Unmarshal(b []byte) error + type ButtonAck struct + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ButtonAck) Descriptor() ([]byte, []int) + func (*ButtonAck) ProtoMessage() + func (m *ButtonAck) Reset() + func (m *ButtonAck) String() string + func (m *ButtonAck) XXX_DiscardUnknown() + func (m *ButtonAck) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ButtonAck) XXX_Merge(src proto.Message) + func (m *ButtonAck) XXX_Size() int + func (m *ButtonAck) XXX_Unmarshal(b []byte) error + type ButtonRequest struct + Code *ButtonRequest_ButtonRequestType + Data *string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ButtonRequest) Descriptor() ([]byte, []int) + func (*ButtonRequest) ProtoMessage() + func (m *ButtonRequest) GetCode() ButtonRequest_ButtonRequestType + func (m *ButtonRequest) GetData() string + func (m *ButtonRequest) Reset() + func (m *ButtonRequest) String() string + func (m *ButtonRequest) XXX_DiscardUnknown() + func (m *ButtonRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ButtonRequest) XXX_Merge(src proto.Message) + func (m *ButtonRequest) XXX_Size() int + func (m *ButtonRequest) XXX_Unmarshal(b []byte) error + type ButtonRequest_ButtonRequestType int32 + const ButtonRequest_ButtonRequest_Address + const ButtonRequest_ButtonRequest_ConfirmOutput + const ButtonRequest_ButtonRequest_ConfirmWord + const ButtonRequest_ButtonRequest_FeeOverThreshold + const ButtonRequest_ButtonRequest_FirmwareCheck + const ButtonRequest_ButtonRequest_MnemonicInput + const ButtonRequest_ButtonRequest_MnemonicWordCount + const ButtonRequest_ButtonRequest_Other + const ButtonRequest_ButtonRequest_PassphraseType + const ButtonRequest_ButtonRequest_ProtectCall + const ButtonRequest_ButtonRequest_PublicKey + const ButtonRequest_ButtonRequest_ResetDevice + const ButtonRequest_ButtonRequest_SignTx + const ButtonRequest_ButtonRequest_UnknownDerivationPath + const ButtonRequest_ButtonRequest_WipeDevice + func (ButtonRequest_ButtonRequestType) EnumDescriptor() ([]byte, []int) + func (x *ButtonRequest_ButtonRequestType) UnmarshalJSON(data []byte) error + func (x ButtonRequest_ButtonRequestType) Enum() *ButtonRequest_ButtonRequestType + func (x ButtonRequest_ButtonRequestType) String() string + type Cancel struct + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Cancel) Descriptor() ([]byte, []int) + func (*Cancel) ProtoMessage() + func (m *Cancel) Reset() + func (m *Cancel) String() string + func (m *Cancel) XXX_DiscardUnknown() + func (m *Cancel) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Cancel) XXX_Merge(src proto.Message) + func (m *Cancel) XXX_Size() int + func (m *Cancel) XXX_Unmarshal(b []byte) error + type ChangePin struct + Remove *bool + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ChangePin) Descriptor() ([]byte, []int) + func (*ChangePin) ProtoMessage() + func (m *ChangePin) GetRemove() bool + func (m *ChangePin) Reset() + func (m *ChangePin) String() string + func (m *ChangePin) XXX_DiscardUnknown() + func (m *ChangePin) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ChangePin) XXX_Merge(src proto.Message) + func (m *ChangePin) XXX_Size() int + func (m *ChangePin) XXX_Unmarshal(b []byte) error + type ClearSession struct + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ClearSession) Descriptor() ([]byte, []int) + func (*ClearSession) ProtoMessage() + func (m *ClearSession) Reset() + func (m *ClearSession) String() string + func (m *ClearSession) XXX_DiscardUnknown() + func (m *ClearSession) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ClearSession) XXX_Merge(src proto.Message) + func (m *ClearSession) XXX_Size() int + func (m *ClearSession) XXX_Unmarshal(b []byte) error + type Entropy struct + Entropy []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Entropy) Descriptor() ([]byte, []int) + func (*Entropy) ProtoMessage() + func (m *Entropy) GetEntropy() []byte + func (m *Entropy) Reset() + func (m *Entropy) String() string + func (m *Entropy) XXX_DiscardUnknown() + func (m *Entropy) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Entropy) XXX_Merge(src proto.Message) + func (m *Entropy) XXX_Size() int + func (m *Entropy) XXX_Unmarshal(b []byte) error + type EntropyAck struct + Entropy []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*EntropyAck) Descriptor() ([]byte, []int) + func (*EntropyAck) ProtoMessage() + func (m *EntropyAck) GetEntropy() []byte + func (m *EntropyAck) Reset() + func (m *EntropyAck) String() string + func (m *EntropyAck) XXX_DiscardUnknown() + func (m *EntropyAck) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *EntropyAck) XXX_Merge(src proto.Message) + func (m *EntropyAck) XXX_Size() int + func (m *EntropyAck) XXX_Unmarshal(b []byte) error + type EntropyRequest struct + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*EntropyRequest) Descriptor() ([]byte, []int) + func (*EntropyRequest) ProtoMessage() + func (m *EntropyRequest) Reset() + func (m *EntropyRequest) String() string + func (m *EntropyRequest) XXX_DiscardUnknown() + func (m *EntropyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *EntropyRequest) XXX_Merge(src proto.Message) + func (m *EntropyRequest) XXX_Size() int + func (m *EntropyRequest) XXX_Unmarshal(b []byte) error + type EthereumAddress struct + AddressBin []byte + AddressHex *string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*EthereumAddress) Descriptor() ([]byte, []int) + func (*EthereumAddress) ProtoMessage() + func (m *EthereumAddress) GetAddressBin() []byte + func (m *EthereumAddress) GetAddressHex() string + func (m *EthereumAddress) Reset() + func (m *EthereumAddress) String() string + func (m *EthereumAddress) XXX_DiscardUnknown() + func (m *EthereumAddress) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *EthereumAddress) XXX_Merge(src proto.Message) + func (m *EthereumAddress) XXX_Size() int + func (m *EthereumAddress) XXX_Unmarshal(b []byte) error + type EthereumGetAddress struct + AddressN []uint32 + ShowDisplay *bool + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*EthereumGetAddress) Descriptor() ([]byte, []int) + func (*EthereumGetAddress) ProtoMessage() + func (m *EthereumGetAddress) GetAddressN() []uint32 + func (m *EthereumGetAddress) GetShowDisplay() bool + func (m *EthereumGetAddress) Reset() + func (m *EthereumGetAddress) String() string + func (m *EthereumGetAddress) XXX_DiscardUnknown() + func (m *EthereumGetAddress) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *EthereumGetAddress) XXX_Merge(src proto.Message) + func (m *EthereumGetAddress) XXX_Size() int + func (m *EthereumGetAddress) XXX_Unmarshal(b []byte) error + type EthereumGetPublicKey struct + AddressN []uint32 + ShowDisplay *bool + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*EthereumGetPublicKey) Descriptor() ([]byte, []int) + func (*EthereumGetPublicKey) ProtoMessage() + func (m *EthereumGetPublicKey) GetAddressN() []uint32 + func (m *EthereumGetPublicKey) GetShowDisplay() bool + func (m *EthereumGetPublicKey) Reset() + func (m *EthereumGetPublicKey) String() string + func (m *EthereumGetPublicKey) XXX_DiscardUnknown() + func (m *EthereumGetPublicKey) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *EthereumGetPublicKey) XXX_Merge(src proto.Message) + func (m *EthereumGetPublicKey) XXX_Size() int + func (m *EthereumGetPublicKey) XXX_Unmarshal(b []byte) error + type EthereumMessageSignature struct + AddressBin []byte + AddressHex *string + Signature []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*EthereumMessageSignature) Descriptor() ([]byte, []int) + func (*EthereumMessageSignature) ProtoMessage() + func (m *EthereumMessageSignature) GetAddressBin() []byte + func (m *EthereumMessageSignature) GetAddressHex() string + func (m *EthereumMessageSignature) GetSignature() []byte + func (m *EthereumMessageSignature) Reset() + func (m *EthereumMessageSignature) String() string + func (m *EthereumMessageSignature) XXX_DiscardUnknown() + func (m *EthereumMessageSignature) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *EthereumMessageSignature) XXX_Merge(src proto.Message) + func (m *EthereumMessageSignature) XXX_Size() int + func (m *EthereumMessageSignature) XXX_Unmarshal(b []byte) error + type EthereumPublicKey struct + Node *HDNodeType + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + Xpub *string + func (*EthereumPublicKey) Descriptor() ([]byte, []int) + func (*EthereumPublicKey) ProtoMessage() + func (m *EthereumPublicKey) GetNode() *HDNodeType + func (m *EthereumPublicKey) GetXpub() string + func (m *EthereumPublicKey) Reset() + func (m *EthereumPublicKey) String() string + func (m *EthereumPublicKey) XXX_DiscardUnknown() + func (m *EthereumPublicKey) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *EthereumPublicKey) XXX_Merge(src proto.Message) + func (m *EthereumPublicKey) XXX_Size() int + func (m *EthereumPublicKey) XXX_Unmarshal(b []byte) error + type EthereumSignMessage struct + AddressN []uint32 + Message []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*EthereumSignMessage) Descriptor() ([]byte, []int) + func (*EthereumSignMessage) ProtoMessage() + func (m *EthereumSignMessage) GetAddressN() []uint32 + func (m *EthereumSignMessage) GetMessage() []byte + func (m *EthereumSignMessage) Reset() + func (m *EthereumSignMessage) String() string + func (m *EthereumSignMessage) XXX_DiscardUnknown() + func (m *EthereumSignMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *EthereumSignMessage) XXX_Merge(src proto.Message) + func (m *EthereumSignMessage) XXX_Size() int + func (m *EthereumSignMessage) XXX_Unmarshal(b []byte) error + type EthereumSignTx struct + AddressN []uint32 + ChainId *uint32 + DataInitialChunk []byte + DataLength *uint32 + GasLimit []byte + GasPrice []byte + Nonce []byte + ToBin []byte + ToHex *string + TxType *uint32 + Value []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*EthereumSignTx) Descriptor() ([]byte, []int) + func (*EthereumSignTx) ProtoMessage() + func (m *EthereumSignTx) GetAddressN() []uint32 + func (m *EthereumSignTx) GetChainId() uint32 + func (m *EthereumSignTx) GetDataInitialChunk() []byte + func (m *EthereumSignTx) GetDataLength() uint32 + func (m *EthereumSignTx) GetGasLimit() []byte + func (m *EthereumSignTx) GetGasPrice() []byte + func (m *EthereumSignTx) GetNonce() []byte + func (m *EthereumSignTx) GetToBin() []byte + func (m *EthereumSignTx) GetToHex() string + func (m *EthereumSignTx) GetTxType() uint32 + func (m *EthereumSignTx) GetValue() []byte + func (m *EthereumSignTx) Reset() + func (m *EthereumSignTx) String() string + func (m *EthereumSignTx) XXX_DiscardUnknown() + func (m *EthereumSignTx) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *EthereumSignTx) XXX_Merge(src proto.Message) + func (m *EthereumSignTx) XXX_Size() int + func (m *EthereumSignTx) XXX_Unmarshal(b []byte) error + type EthereumTxAck struct + DataChunk []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*EthereumTxAck) Descriptor() ([]byte, []int) + func (*EthereumTxAck) ProtoMessage() + func (m *EthereumTxAck) GetDataChunk() []byte + func (m *EthereumTxAck) Reset() + func (m *EthereumTxAck) String() string + func (m *EthereumTxAck) XXX_DiscardUnknown() + func (m *EthereumTxAck) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *EthereumTxAck) XXX_Merge(src proto.Message) + func (m *EthereumTxAck) XXX_Size() int + func (m *EthereumTxAck) XXX_Unmarshal(b []byte) error + type EthereumTxRequest struct + DataLength *uint32 + SignatureR []byte + SignatureS []byte + SignatureV *uint32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*EthereumTxRequest) Descriptor() ([]byte, []int) + func (*EthereumTxRequest) ProtoMessage() + func (m *EthereumTxRequest) GetDataLength() uint32 + func (m *EthereumTxRequest) GetSignatureR() []byte + func (m *EthereumTxRequest) GetSignatureS() []byte + func (m *EthereumTxRequest) GetSignatureV() uint32 + func (m *EthereumTxRequest) Reset() + func (m *EthereumTxRequest) String() string + func (m *EthereumTxRequest) XXX_DiscardUnknown() + func (m *EthereumTxRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *EthereumTxRequest) XXX_Merge(src proto.Message) + func (m *EthereumTxRequest) XXX_Size() int + func (m *EthereumTxRequest) XXX_Unmarshal(b []byte) error + type EthereumVerifyMessage struct + AddressBin []byte + AddressHex *string + Message []byte + Signature []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*EthereumVerifyMessage) Descriptor() ([]byte, []int) + func (*EthereumVerifyMessage) ProtoMessage() + func (m *EthereumVerifyMessage) GetAddressBin() []byte + func (m *EthereumVerifyMessage) GetAddressHex() string + func (m *EthereumVerifyMessage) GetMessage() []byte + func (m *EthereumVerifyMessage) GetSignature() []byte + func (m *EthereumVerifyMessage) Reset() + func (m *EthereumVerifyMessage) String() string + func (m *EthereumVerifyMessage) XXX_DiscardUnknown() + func (m *EthereumVerifyMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *EthereumVerifyMessage) XXX_Merge(src proto.Message) + func (m *EthereumVerifyMessage) XXX_Size() int + func (m *EthereumVerifyMessage) XXX_Unmarshal(b []byte) error + type Failure struct + Code *Failure_FailureType + Message *string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Failure) Descriptor() ([]byte, []int) + func (*Failure) ProtoMessage() + func (m *Failure) GetCode() Failure_FailureType + func (m *Failure) GetMessage() string + func (m *Failure) Reset() + func (m *Failure) String() string + func (m *Failure) XXX_DiscardUnknown() + func (m *Failure) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Failure) XXX_Merge(src proto.Message) + func (m *Failure) XXX_Size() int + func (m *Failure) XXX_Unmarshal(b []byte) error + type Failure_FailureType int32 + const Failure_Failure_ActionCancelled + const Failure_Failure_ButtonExpected + const Failure_Failure_DataError + const Failure_Failure_FirmwareError + const Failure_Failure_InvalidSignature + const Failure_Failure_NotEnoughFunds + const Failure_Failure_NotInitialized + const Failure_Failure_PinCancelled + const Failure_Failure_PinExpected + const Failure_Failure_PinInvalid + const Failure_Failure_PinMismatch + const Failure_Failure_ProcessError + const Failure_Failure_UnexpectedMessage + func (Failure_FailureType) EnumDescriptor() ([]byte, []int) + func (x *Failure_FailureType) UnmarshalJSON(data []byte) error + func (x Failure_FailureType) Enum() *Failure_FailureType + func (x Failure_FailureType) String() string + type Features struct + BootloaderHash []byte + BootloaderMode *bool + DeviceId *string + FirmwarePresent *bool + Flags *uint32 + FwMajor *uint32 + FwMinor *uint32 + FwPatch *uint32 + FwVendor *string + FwVendorKeys []byte + Imported *bool + Initialized *bool + Label *string + Language *string + MajorVersion *uint32 + MinorVersion *uint32 + Model *string + NeedsBackup *bool + NoBackup *bool + PassphraseCached *bool + PassphraseProtection *bool + PatchVersion *uint32 + PinCached *bool + PinProtection *bool + Revision []byte + UnfinishedBackup *bool + Vendor *string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Features) Descriptor() ([]byte, []int) + func (*Features) ProtoMessage() + func (m *Features) GetBootloaderHash() []byte + func (m *Features) GetBootloaderMode() bool + func (m *Features) GetDeviceId() string + func (m *Features) GetFirmwarePresent() bool + func (m *Features) GetFlags() uint32 + func (m *Features) GetFwMajor() uint32 + func (m *Features) GetFwMinor() uint32 + func (m *Features) GetFwPatch() uint32 + func (m *Features) GetFwVendor() string + func (m *Features) GetFwVendorKeys() []byte + func (m *Features) GetImported() bool + func (m *Features) GetInitialized() bool + func (m *Features) GetLabel() string + func (m *Features) GetLanguage() string + func (m *Features) GetMajorVersion() uint32 + func (m *Features) GetMinorVersion() uint32 + func (m *Features) GetModel() string + func (m *Features) GetNeedsBackup() bool + func (m *Features) GetNoBackup() bool + func (m *Features) GetPassphraseCached() bool + func (m *Features) GetPassphraseProtection() bool + func (m *Features) GetPatchVersion() uint32 + func (m *Features) GetPinCached() bool + func (m *Features) GetPinProtection() bool + func (m *Features) GetRevision() []byte + func (m *Features) GetUnfinishedBackup() bool + func (m *Features) GetVendor() string + func (m *Features) Reset() + func (m *Features) String() string + func (m *Features) XXX_DiscardUnknown() + func (m *Features) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Features) XXX_Merge(src proto.Message) + func (m *Features) XXX_Size() int + func (m *Features) XXX_Unmarshal(b []byte) error + type GetEntropy struct + Size *uint32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetEntropy) Descriptor() ([]byte, []int) + func (*GetEntropy) ProtoMessage() + func (m *GetEntropy) GetSize() uint32 + func (m *GetEntropy) Reset() + func (m *GetEntropy) String() string + func (m *GetEntropy) XXX_DiscardUnknown() + func (m *GetEntropy) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetEntropy) XXX_Merge(src proto.Message) + func (m *GetEntropy) XXX_Size() int + func (m *GetEntropy) XXX_Unmarshal(b []byte) error + type GetFeatures struct + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*GetFeatures) Descriptor() ([]byte, []int) + func (*GetFeatures) ProtoMessage() + func (m *GetFeatures) Reset() + func (m *GetFeatures) String() string + func (m *GetFeatures) XXX_DiscardUnknown() + func (m *GetFeatures) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *GetFeatures) XXX_Merge(src proto.Message) + func (m *GetFeatures) XXX_Size() int + func (m *GetFeatures) XXX_Unmarshal(b []byte) error + type HDNodeType struct + ChainCode []byte + ChildNum *uint32 + Depth *uint32 + Fingerprint *uint32 + PrivateKey []byte + PublicKey []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*HDNodeType) Descriptor() ([]byte, []int) + func (*HDNodeType) ProtoMessage() + func (m *HDNodeType) GetChainCode() []byte + func (m *HDNodeType) GetChildNum() uint32 + func (m *HDNodeType) GetDepth() uint32 + func (m *HDNodeType) GetFingerprint() uint32 + func (m *HDNodeType) GetPrivateKey() []byte + func (m *HDNodeType) GetPublicKey() []byte + func (m *HDNodeType) Reset() + func (m *HDNodeType) String() string + func (m *HDNodeType) XXX_DiscardUnknown() + func (m *HDNodeType) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *HDNodeType) XXX_Merge(src proto.Message) + func (m *HDNodeType) XXX_Size() int + func (m *HDNodeType) XXX_Unmarshal(b []byte) error + type Initialize struct + SkipPassphrase *bool + State []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Initialize) Descriptor() ([]byte, []int) + func (*Initialize) ProtoMessage() + func (m *Initialize) GetSkipPassphrase() bool + func (m *Initialize) GetState() []byte + func (m *Initialize) Reset() + func (m *Initialize) String() string + func (m *Initialize) XXX_DiscardUnknown() + func (m *Initialize) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Initialize) XXX_Merge(src proto.Message) + func (m *Initialize) XXX_Size() int + func (m *Initialize) XXX_Unmarshal(b []byte) error + type LoadDevice struct + Label *string + Language *string + Mnemonic *string + Node *HDNodeType + PassphraseProtection *bool + Pin *string + SkipChecksum *bool + U2FCounter *uint32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*LoadDevice) Descriptor() ([]byte, []int) + func (*LoadDevice) ProtoMessage() + func (m *LoadDevice) GetLabel() string + func (m *LoadDevice) GetLanguage() string + func (m *LoadDevice) GetMnemonic() string + func (m *LoadDevice) GetNode() *HDNodeType + func (m *LoadDevice) GetPassphraseProtection() bool + func (m *LoadDevice) GetPin() string + func (m *LoadDevice) GetSkipChecksum() bool + func (m *LoadDevice) GetU2FCounter() uint32 + func (m *LoadDevice) Reset() + func (m *LoadDevice) String() string + func (m *LoadDevice) XXX_DiscardUnknown() + func (m *LoadDevice) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *LoadDevice) XXX_Merge(src proto.Message) + func (m *LoadDevice) XXX_Size() int + func (m *LoadDevice) XXX_Unmarshal(b []byte) error + type MessageType int32 + const MessageType_MessageType_Address + const MessageType_MessageType_ApplyFlags + const MessageType_MessageType_ApplySettings + const MessageType_MessageType_BackupDevice + const MessageType_MessageType_BinanceAddress + const MessageType_MessageType_BinanceCancelMsg + const MessageType_MessageType_BinanceGetAddress + const MessageType_MessageType_BinanceGetPublicKey + const MessageType_MessageType_BinanceOrderMsg + const MessageType_MessageType_BinancePublicKey + const MessageType_MessageType_BinanceSignTx + const MessageType_MessageType_BinanceSignedTx + const MessageType_MessageType_BinanceTransferMsg + const MessageType_MessageType_BinanceTxRequest + const MessageType_MessageType_ButtonAck + const MessageType_MessageType_ButtonRequest + const MessageType_MessageType_Cancel + const MessageType_MessageType_CardanoAddress + const MessageType_MessageType_CardanoGetAddress + const MessageType_MessageType_CardanoGetPublicKey + const MessageType_MessageType_CardanoPublicKey + const MessageType_MessageType_CardanoSignTx + const MessageType_MessageType_CardanoSignedTx + const MessageType_MessageType_CardanoTxAck + const MessageType_MessageType_CardanoTxRequest + const MessageType_MessageType_ChangePin + const MessageType_MessageType_CipherKeyValue + const MessageType_MessageType_CipheredKeyValue + const MessageType_MessageType_ClearSession + const MessageType_MessageType_CosiCommit + const MessageType_MessageType_CosiCommitment + const MessageType_MessageType_CosiSign + const MessageType_MessageType_CosiSignature + const MessageType_MessageType_DebugLinkDecision + const MessageType_MessageType_DebugLinkFlashErase + const MessageType_MessageType_DebugLinkGetState + const MessageType_MessageType_DebugLinkLog + const MessageType_MessageType_DebugLinkMemory + const MessageType_MessageType_DebugLinkMemoryRead + const MessageType_MessageType_DebugLinkMemoryWrite + const MessageType_MessageType_DebugLinkState + const MessageType_MessageType_DebugLinkStop + const MessageType_MessageType_DebugMoneroDiagAck + const MessageType_MessageType_DebugMoneroDiagRequest + const MessageType_MessageType_ECDHSessionKey + const MessageType_MessageType_Entropy + const MessageType_MessageType_EntropyAck + const MessageType_MessageType_EntropyRequest + const MessageType_MessageType_EosGetPublicKey + const MessageType_MessageType_EosPublicKey + const MessageType_MessageType_EosSignTx + const MessageType_MessageType_EosSignedTx + const MessageType_MessageType_EosTxActionAck + const MessageType_MessageType_EosTxActionRequest + const MessageType_MessageType_EthereumAddress + const MessageType_MessageType_EthereumGetAddress + const MessageType_MessageType_EthereumGetPublicKey + const MessageType_MessageType_EthereumMessageSignature + const MessageType_MessageType_EthereumPublicKey + const MessageType_MessageType_EthereumSignMessage + const MessageType_MessageType_EthereumSignTx + const MessageType_MessageType_EthereumTxAck + const MessageType_MessageType_EthereumTxRequest + const MessageType_MessageType_EthereumVerifyMessage + const MessageType_MessageType_Failure + const MessageType_MessageType_Features + const MessageType_MessageType_FirmwareErase + const MessageType_MessageType_FirmwareRequest + const MessageType_MessageType_FirmwareUpload + const MessageType_MessageType_GetAddress + const MessageType_MessageType_GetECDHSessionKey + const MessageType_MessageType_GetEntropy + const MessageType_MessageType_GetFeatures + const MessageType_MessageType_GetPublicKey + const MessageType_MessageType_Initialize + const MessageType_MessageType_LiskAddress + const MessageType_MessageType_LiskGetAddress + const MessageType_MessageType_LiskGetPublicKey + const MessageType_MessageType_LiskMessageSignature + const MessageType_MessageType_LiskPublicKey + const MessageType_MessageType_LiskSignMessage + const MessageType_MessageType_LiskSignTx + const MessageType_MessageType_LiskSignedTx + const MessageType_MessageType_LiskVerifyMessage + const MessageType_MessageType_LoadDevice + const MessageType_MessageType_MessageSignature + const MessageType_MessageType_MoneroAddress + const MessageType_MessageType_MoneroGetAddress + const MessageType_MessageType_MoneroGetTxKeyAck + const MessageType_MessageType_MoneroGetTxKeyRequest + const MessageType_MessageType_MoneroGetWatchKey + const MessageType_MessageType_MoneroKeyImageExportInitAck + const MessageType_MessageType_MoneroKeyImageExportInitRequest + const MessageType_MessageType_MoneroKeyImageSyncFinalAck + const MessageType_MessageType_MoneroKeyImageSyncFinalRequest + const MessageType_MessageType_MoneroKeyImageSyncStepAck + const MessageType_MessageType_MoneroKeyImageSyncStepRequest + const MessageType_MessageType_MoneroLiveRefreshFinalAck + const MessageType_MessageType_MoneroLiveRefreshFinalRequest + const MessageType_MessageType_MoneroLiveRefreshStartAck + const MessageType_MessageType_MoneroLiveRefreshStartRequest + const MessageType_MessageType_MoneroLiveRefreshStepAck + const MessageType_MessageType_MoneroLiveRefreshStepRequest + const MessageType_MessageType_MoneroTransactionAllInputsSetAck + const MessageType_MessageType_MoneroTransactionAllInputsSetRequest + const MessageType_MessageType_MoneroTransactionAllOutSetAck + const MessageType_MessageType_MoneroTransactionAllOutSetRequest + const MessageType_MessageType_MoneroTransactionFinalAck + const MessageType_MessageType_MoneroTransactionFinalRequest + const MessageType_MessageType_MoneroTransactionInitAck + const MessageType_MessageType_MoneroTransactionInitRequest + const MessageType_MessageType_MoneroTransactionInputViniAck + const MessageType_MessageType_MoneroTransactionInputViniRequest + const MessageType_MessageType_MoneroTransactionInputsPermutationAck + const MessageType_MessageType_MoneroTransactionInputsPermutationRequest + const MessageType_MessageType_MoneroTransactionSetInputAck + const MessageType_MessageType_MoneroTransactionSetInputRequest + const MessageType_MessageType_MoneroTransactionSetOutputAck + const MessageType_MessageType_MoneroTransactionSetOutputRequest + const MessageType_MessageType_MoneroTransactionSignInputAck + const MessageType_MessageType_MoneroTransactionSignInputRequest + const MessageType_MessageType_MoneroWatchKey + const MessageType_MessageType_NEMAddress + const MessageType_MessageType_NEMDecryptMessage + const MessageType_MessageType_NEMDecryptedMessage + const MessageType_MessageType_NEMGetAddress + const MessageType_MessageType_NEMSignTx + const MessageType_MessageType_NEMSignedTx + const MessageType_MessageType_OntologyAddress + const MessageType_MessageType_OntologyGetAddress + const MessageType_MessageType_OntologyGetPublicKey + const MessageType_MessageType_OntologyPublicKey + const MessageType_MessageType_OntologySignOntIdAddAttributes + const MessageType_MessageType_OntologySignOntIdRegister + const MessageType_MessageType_OntologySignTransfer + const MessageType_MessageType_OntologySignWithdrawOng + const MessageType_MessageType_OntologySignedOntIdAddAttributes + const MessageType_MessageType_OntologySignedOntIdRegister + const MessageType_MessageType_OntologySignedTransfer + const MessageType_MessageType_OntologySignedWithdrawOng + const MessageType_MessageType_PassphraseAck + const MessageType_MessageType_PassphraseRequest + const MessageType_MessageType_PassphraseStateAck + const MessageType_MessageType_PassphraseStateRequest + const MessageType_MessageType_PinMatrixAck + const MessageType_MessageType_PinMatrixRequest + const MessageType_MessageType_Ping + const MessageType_MessageType_PublicKey + const MessageType_MessageType_RecoveryDevice + const MessageType_MessageType_ResetDevice + const MessageType_MessageType_RippleAddress + const MessageType_MessageType_RippleGetAddress + const MessageType_MessageType_RippleSignTx + const MessageType_MessageType_RippleSignedTx + const MessageType_MessageType_SelfTest + const MessageType_MessageType_SetU2FCounter + const MessageType_MessageType_SignIdentity + const MessageType_MessageType_SignMessage + const MessageType_MessageType_SignTx + const MessageType_MessageType_SignedIdentity + const MessageType_MessageType_StellarAccountMergeOp + const MessageType_MessageType_StellarAddress + const MessageType_MessageType_StellarAllowTrustOp + const MessageType_MessageType_StellarBumpSequenceOp + const MessageType_MessageType_StellarChangeTrustOp + const MessageType_MessageType_StellarCreateAccountOp + const MessageType_MessageType_StellarCreatePassiveOfferOp + const MessageType_MessageType_StellarGetAddress + const MessageType_MessageType_StellarManageDataOp + const MessageType_MessageType_StellarManageOfferOp + const MessageType_MessageType_StellarPathPaymentOp + const MessageType_MessageType_StellarPaymentOp + const MessageType_MessageType_StellarSetOptionsOp + const MessageType_MessageType_StellarSignTx + const MessageType_MessageType_StellarSignedTx + const MessageType_MessageType_StellarTxOpRequest + const MessageType_MessageType_Success + const MessageType_MessageType_TezosAddress + const MessageType_MessageType_TezosGetAddress + const MessageType_MessageType_TezosGetPublicKey + const MessageType_MessageType_TezosPublicKey + const MessageType_MessageType_TezosSignTx + const MessageType_MessageType_TezosSignedTx + const MessageType_MessageType_TronAddress + const MessageType_MessageType_TronGetAddress + const MessageType_MessageType_TronSignTx + const MessageType_MessageType_TronSignedTx + const MessageType_MessageType_TxAck + const MessageType_MessageType_TxRequest + const MessageType_MessageType_VerifyMessage + const MessageType_MessageType_WipeDevice + const MessageType_MessageType_WordAck + const MessageType_MessageType_WordRequest + func (MessageType) EnumDescriptor() ([]byte, []int) + func (x *MessageType) UnmarshalJSON(data []byte) error + func (x MessageType) Enum() *MessageType + func (x MessageType) String() string + type PassphraseAck struct + Passphrase *string + State []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*PassphraseAck) Descriptor() ([]byte, []int) + func (*PassphraseAck) ProtoMessage() + func (m *PassphraseAck) GetPassphrase() string + func (m *PassphraseAck) GetState() []byte + func (m *PassphraseAck) Reset() + func (m *PassphraseAck) String() string + func (m *PassphraseAck) XXX_DiscardUnknown() + func (m *PassphraseAck) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *PassphraseAck) XXX_Merge(src proto.Message) + func (m *PassphraseAck) XXX_Size() int + func (m *PassphraseAck) XXX_Unmarshal(b []byte) error + type PassphraseRequest struct + OnDevice *bool + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*PassphraseRequest) Descriptor() ([]byte, []int) + func (*PassphraseRequest) ProtoMessage() + func (m *PassphraseRequest) GetOnDevice() bool + func (m *PassphraseRequest) Reset() + func (m *PassphraseRequest) String() string + func (m *PassphraseRequest) XXX_DiscardUnknown() + func (m *PassphraseRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *PassphraseRequest) XXX_Merge(src proto.Message) + func (m *PassphraseRequest) XXX_Size() int + func (m *PassphraseRequest) XXX_Unmarshal(b []byte) error + type PassphraseStateAck struct + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*PassphraseStateAck) Descriptor() ([]byte, []int) + func (*PassphraseStateAck) ProtoMessage() + func (m *PassphraseStateAck) Reset() + func (m *PassphraseStateAck) String() string + func (m *PassphraseStateAck) XXX_DiscardUnknown() + func (m *PassphraseStateAck) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *PassphraseStateAck) XXX_Merge(src proto.Message) + func (m *PassphraseStateAck) XXX_Size() int + func (m *PassphraseStateAck) XXX_Unmarshal(b []byte) error + type PassphraseStateRequest struct + State []byte + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*PassphraseStateRequest) Descriptor() ([]byte, []int) + func (*PassphraseStateRequest) ProtoMessage() + func (m *PassphraseStateRequest) GetState() []byte + func (m *PassphraseStateRequest) Reset() + func (m *PassphraseStateRequest) String() string + func (m *PassphraseStateRequest) XXX_DiscardUnknown() + func (m *PassphraseStateRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *PassphraseStateRequest) XXX_Merge(src proto.Message) + func (m *PassphraseStateRequest) XXX_Size() int + func (m *PassphraseStateRequest) XXX_Unmarshal(b []byte) error + type PinMatrixAck struct + Pin *string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*PinMatrixAck) Descriptor() ([]byte, []int) + func (*PinMatrixAck) ProtoMessage() + func (m *PinMatrixAck) GetPin() string + func (m *PinMatrixAck) Reset() + func (m *PinMatrixAck) String() string + func (m *PinMatrixAck) XXX_DiscardUnknown() + func (m *PinMatrixAck) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *PinMatrixAck) XXX_Merge(src proto.Message) + func (m *PinMatrixAck) XXX_Size() int + func (m *PinMatrixAck) XXX_Unmarshal(b []byte) error + type PinMatrixRequest struct + Type *PinMatrixRequest_PinMatrixRequestType + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*PinMatrixRequest) Descriptor() ([]byte, []int) + func (*PinMatrixRequest) ProtoMessage() + func (m *PinMatrixRequest) GetType() PinMatrixRequest_PinMatrixRequestType + func (m *PinMatrixRequest) Reset() + func (m *PinMatrixRequest) String() string + func (m *PinMatrixRequest) XXX_DiscardUnknown() + func (m *PinMatrixRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *PinMatrixRequest) XXX_Merge(src proto.Message) + func (m *PinMatrixRequest) XXX_Size() int + func (m *PinMatrixRequest) XXX_Unmarshal(b []byte) error + type PinMatrixRequest_PinMatrixRequestType int32 + const PinMatrixRequest_PinMatrixRequestType_Current + const PinMatrixRequest_PinMatrixRequestType_NewFirst + const PinMatrixRequest_PinMatrixRequestType_NewSecond + func (PinMatrixRequest_PinMatrixRequestType) EnumDescriptor() ([]byte, []int) + func (x *PinMatrixRequest_PinMatrixRequestType) UnmarshalJSON(data []byte) error + func (x PinMatrixRequest_PinMatrixRequestType) Enum() *PinMatrixRequest_PinMatrixRequestType + func (x PinMatrixRequest_PinMatrixRequestType) String() string + type Ping struct + ButtonProtection *bool + Message *string + PassphraseProtection *bool + PinProtection *bool + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Ping) Descriptor() ([]byte, []int) + func (*Ping) ProtoMessage() + func (m *Ping) GetButtonProtection() bool + func (m *Ping) GetMessage() string + func (m *Ping) GetPassphraseProtection() bool + func (m *Ping) GetPinProtection() bool + func (m *Ping) Reset() + func (m *Ping) String() string + func (m *Ping) XXX_DiscardUnknown() + func (m *Ping) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Ping) XXX_Merge(src proto.Message) + func (m *Ping) XXX_Size() int + func (m *Ping) XXX_Unmarshal(b []byte) error + type RecoveryDevice struct + DryRun *bool + EnforceWordlist *bool + Label *string + Language *string + PassphraseProtection *bool + PinProtection *bool + Type *RecoveryDevice_RecoveryDeviceType + U2FCounter *uint32 + WordCount *uint32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*RecoveryDevice) Descriptor() ([]byte, []int) + func (*RecoveryDevice) ProtoMessage() + func (m *RecoveryDevice) GetDryRun() bool + func (m *RecoveryDevice) GetEnforceWordlist() bool + func (m *RecoveryDevice) GetLabel() string + func (m *RecoveryDevice) GetLanguage() string + func (m *RecoveryDevice) GetPassphraseProtection() bool + func (m *RecoveryDevice) GetPinProtection() bool + func (m *RecoveryDevice) GetType() RecoveryDevice_RecoveryDeviceType + func (m *RecoveryDevice) GetU2FCounter() uint32 + func (m *RecoveryDevice) GetWordCount() uint32 + func (m *RecoveryDevice) Reset() + func (m *RecoveryDevice) String() string + func (m *RecoveryDevice) XXX_DiscardUnknown() + func (m *RecoveryDevice) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *RecoveryDevice) XXX_Merge(src proto.Message) + func (m *RecoveryDevice) XXX_Size() int + func (m *RecoveryDevice) XXX_Unmarshal(b []byte) error + type RecoveryDevice_RecoveryDeviceType int32 + const RecoveryDevice_RecoveryDeviceType_Matrix + const RecoveryDevice_RecoveryDeviceType_ScrambledWords + func (RecoveryDevice_RecoveryDeviceType) EnumDescriptor() ([]byte, []int) + func (x *RecoveryDevice_RecoveryDeviceType) UnmarshalJSON(data []byte) error + func (x RecoveryDevice_RecoveryDeviceType) Enum() *RecoveryDevice_RecoveryDeviceType + func (x RecoveryDevice_RecoveryDeviceType) String() string + type ResetDevice struct + DisplayRandom *bool + Label *string + Language *string + NoBackup *bool + PassphraseProtection *bool + PinProtection *bool + SkipBackup *bool + Strength *uint32 + U2FCounter *uint32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*ResetDevice) Descriptor() ([]byte, []int) + func (*ResetDevice) ProtoMessage() + func (m *ResetDevice) GetDisplayRandom() bool + func (m *ResetDevice) GetLabel() string + func (m *ResetDevice) GetLanguage() string + func (m *ResetDevice) GetNoBackup() bool + func (m *ResetDevice) GetPassphraseProtection() bool + func (m *ResetDevice) GetPinProtection() bool + func (m *ResetDevice) GetSkipBackup() bool + func (m *ResetDevice) GetStrength() uint32 + func (m *ResetDevice) GetU2FCounter() uint32 + func (m *ResetDevice) Reset() + func (m *ResetDevice) String() string + func (m *ResetDevice) XXX_DiscardUnknown() + func (m *ResetDevice) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *ResetDevice) XXX_Merge(src proto.Message) + func (m *ResetDevice) XXX_Size() int + func (m *ResetDevice) XXX_Unmarshal(b []byte) error + type SetU2FCounter struct + U2FCounter *uint32 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*SetU2FCounter) Descriptor() ([]byte, []int) + func (*SetU2FCounter) ProtoMessage() + func (m *SetU2FCounter) GetU2FCounter() uint32 + func (m *SetU2FCounter) Reset() + func (m *SetU2FCounter) String() string + func (m *SetU2FCounter) XXX_DiscardUnknown() + func (m *SetU2FCounter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *SetU2FCounter) XXX_Merge(src proto.Message) + func (m *SetU2FCounter) XXX_Size() int + func (m *SetU2FCounter) XXX_Unmarshal(b []byte) error + type Success struct + Message *string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Success) Descriptor() ([]byte, []int) + func (*Success) ProtoMessage() + func (m *Success) GetMessage() string + func (m *Success) Reset() + func (m *Success) String() string + func (m *Success) XXX_DiscardUnknown() + func (m *Success) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Success) XXX_Merge(src proto.Message) + func (m *Success) XXX_Size() int + func (m *Success) XXX_Unmarshal(b []byte) error + type WipeDevice struct + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*WipeDevice) Descriptor() ([]byte, []int) + func (*WipeDevice) ProtoMessage() + func (m *WipeDevice) Reset() + func (m *WipeDevice) String() string + func (m *WipeDevice) XXX_DiscardUnknown() + func (m *WipeDevice) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *WipeDevice) XXX_Merge(src proto.Message) + func (m *WipeDevice) XXX_Size() int + func (m *WipeDevice) XXX_Unmarshal(b []byte) error + type WordAck struct + Word *string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*WordAck) Descriptor() ([]byte, []int) + func (*WordAck) ProtoMessage() + func (m *WordAck) GetWord() string + func (m *WordAck) Reset() + func (m *WordAck) String() string + func (m *WordAck) XXX_DiscardUnknown() + func (m *WordAck) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *WordAck) XXX_Merge(src proto.Message) + func (m *WordAck) XXX_Size() int + func (m *WordAck) XXX_Unmarshal(b []byte) error + type WordRequest struct + Type *WordRequest_WordRequestType + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*WordRequest) Descriptor() ([]byte, []int) + func (*WordRequest) ProtoMessage() + func (m *WordRequest) GetType() WordRequest_WordRequestType + func (m *WordRequest) Reset() + func (m *WordRequest) String() string + func (m *WordRequest) XXX_DiscardUnknown() + func (m *WordRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *WordRequest) XXX_Merge(src proto.Message) + func (m *WordRequest) XXX_Size() int + func (m *WordRequest) XXX_Unmarshal(b []byte) error + type WordRequest_WordRequestType int32 + const WordRequest_WordRequestType_Matrix6 + const WordRequest_WordRequestType_Matrix9 + const WordRequest_WordRequestType_Plain + func (WordRequest_WordRequestType) EnumDescriptor() ([]byte, []int) + func (x *WordRequest_WordRequestType) UnmarshalJSON(data []byte) error + func (x WordRequest_WordRequestType) Enum() *WordRequest_WordRequestType + func (x WordRequest_WordRequestType) String() string