public final class TrezorType extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TrezorType.ButtonRequestType
Protobuf enum
ButtonRequestType |
static class |
TrezorType.CoinType
Protobuf type
CoinType |
static interface |
TrezorType.CoinTypeOrBuilder |
static class |
TrezorType.FailureType
Protobuf enum
FailureType |
static class |
TrezorType.HDNodePathType
Protobuf type
HDNodePathType |
static interface |
TrezorType.HDNodePathTypeOrBuilder |
static class |
TrezorType.HDNodeType
Protobuf type
HDNodeType |
static interface |
TrezorType.HDNodeTypeOrBuilder |
static class |
TrezorType.IdentityType
Protobuf type
IdentityType |
static interface |
TrezorType.IdentityTypeOrBuilder |
static class |
TrezorType.InputScriptType
Protobuf enum
InputScriptType |
static class |
TrezorType.MultisigRedeemScriptType
Protobuf type
MultisigRedeemScriptType |
static interface |
TrezorType.MultisigRedeemScriptTypeOrBuilder |
static class |
TrezorType.OutputScriptType
Protobuf enum
OutputScriptType |
static class |
TrezorType.PinMatrixRequestType
Protobuf enum
PinMatrixRequestType |
static class |
TrezorType.RequestType
Protobuf enum
RequestType |
static class |
TrezorType.TransactionType
Protobuf type
TransactionType |
static interface |
TrezorType.TransactionTypeOrBuilder |
static class |
TrezorType.TxInputType
Protobuf type
TxInputType |
static interface |
TrezorType.TxInputTypeOrBuilder |
static class |
TrezorType.TxOutputBinType
Protobuf type
TxOutputBinType |
static interface |
TrezorType.TxOutputBinTypeOrBuilder |
static class |
TrezorType.TxOutputType
Protobuf type
TxOutputType |
static interface |
TrezorType.TxOutputTypeOrBuilder |
static class |
TrezorType.TxRequestDetailsType
Protobuf type
TxRequestDetailsType |
static interface |
TrezorType.TxRequestDetailsTypeOrBuilder |
static class |
TrezorType.TxRequestSerializedType
Protobuf type
TxRequestSerializedType |
static interface |
TrezorType.TxRequestSerializedTypeOrBuilder |
Modifier and Type | Field and Description |
---|---|
static int |
WIRE_DEBUG_IN_FIELD_NUMBER |
static int |
WIRE_DEBUG_OUT_FIELD_NUMBER |
static int |
WIRE_IN_FIELD_NUMBER |
static int |
WIRE_OUT_FIELD_NUMBER |
static com.google.protobuf.GeneratedMessage.GeneratedExtension<DescriptorProtos.EnumValueOptions,Boolean> |
wireDebugIn
extend .google.protobuf.EnumValueOptions { ... |
static com.google.protobuf.GeneratedMessage.GeneratedExtension<DescriptorProtos.EnumValueOptions,Boolean> |
wireDebugOut
extend .google.protobuf.EnumValueOptions { ... |
static com.google.protobuf.GeneratedMessage.GeneratedExtension<DescriptorProtos.EnumValueOptions,Boolean> |
wireIn
extend .google.protobuf.EnumValueOptions { ... |
static com.google.protobuf.GeneratedMessage.GeneratedExtension<DescriptorProtos.EnumValueOptions,Boolean> |
wireOut
extend .google.protobuf.EnumValueOptions { ... |
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Descriptors.FileDescriptor |
getDescriptor() |
static void |
registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) |
public static final int WIRE_IN_FIELD_NUMBER
public static final com.google.protobuf.GeneratedMessage.GeneratedExtension<DescriptorProtos.EnumValueOptions,Boolean> wireIn
extend .google.protobuf.EnumValueOptions { ... }
message can be transmitted via wire from PC to TREZOR
public static final int WIRE_OUT_FIELD_NUMBER
public static final com.google.protobuf.GeneratedMessage.GeneratedExtension<DescriptorProtos.EnumValueOptions,Boolean> wireOut
extend .google.protobuf.EnumValueOptions { ... }
message can be transmitted via wire from TREZOR to PC
public static final int WIRE_DEBUG_IN_FIELD_NUMBER
public static final com.google.protobuf.GeneratedMessage.GeneratedExtension<DescriptorProtos.EnumValueOptions,Boolean> wireDebugIn
extend .google.protobuf.EnumValueOptions { ... }
message can be transmitted via debug wire from PC to TREZOR
public static final int WIRE_DEBUG_OUT_FIELD_NUMBER
public static final com.google.protobuf.GeneratedMessage.GeneratedExtension<DescriptorProtos.EnumValueOptions,Boolean> wireDebugOut
extend .google.protobuf.EnumValueOptions { ... }
message can be transmitted via debug wire from TREZOR to PC
Copyright © 2013–2016 Bitcoin Solutions Ltd. All rights reserved.