public final class KeepKeyType extends Object
Modifier and Type | Class and Description |
---|---|
static class |
KeepKeyType.ButtonRequestType
Type of button request
@used_in ButtonRequest
|
static class |
KeepKeyType.CoinType
Structure representing Coin
@used_in Features
|
static interface |
KeepKeyType.CoinTypeOrBuilder |
static class |
KeepKeyType.FailureType
Type of failures returned by Failure message
@used_in Failure
|
static class |
KeepKeyType.HDNodePathType
Protobuf type
HDNodePathType |
static interface |
KeepKeyType.HDNodePathTypeOrBuilder |
static class |
KeepKeyType.HDNodeType
Structure representing BIP32 (hierarchical deterministic) node
Used for imports of private key into the device and exporting public key out of device
@used_in PublicKey
@used_in LoadDevice
@used_in DebugLinkState
@used_in Storage
|
static interface |
KeepKeyType.HDNodeTypeOrBuilder |
static class |
KeepKeyType.IdentityType
Structure representing identity data
@used_in IdentityType
|
static interface |
KeepKeyType.IdentityTypeOrBuilder |
static class |
KeepKeyType.InputScriptType
Type of script which will be used for transaction output
@used_in TxInputType
|
static class |
KeepKeyType.MultisigRedeemScriptType
Type of redeem script used in input
@used_in TxInputType
|
static interface |
KeepKeyType.MultisigRedeemScriptTypeOrBuilder |
static class |
KeepKeyType.OutputScriptType
Type of script which will be used for transaction output
@used_in TxOutputType
|
static class |
KeepKeyType.PinMatrixRequestType
Type of PIN request
@used_in PinMatrixRequest
|
static class |
KeepKeyType.RequestType
Type of information required by transaction signing process
@used_in TxRequest
|
static class |
KeepKeyType.TransactionType
Structure representing transaction
@used_in SimpleSignTx
|
static interface |
KeepKeyType.TransactionTypeOrBuilder |
static class |
KeepKeyType.TxInputType
Structure representing transaction input
@used_in SimpleSignTx
@used_in TransactionType
|
static interface |
KeepKeyType.TxInputTypeOrBuilder |
static class |
KeepKeyType.TxOutputBinType
Structure representing compiled transaction output
@used_in TransactionType
|
static interface |
KeepKeyType.TxOutputBinTypeOrBuilder |
static class |
KeepKeyType.TxOutputType
Structure representing transaction output
@used_in SimpleSignTx
@used_in TransactionType
|
static interface |
KeepKeyType.TxOutputTypeOrBuilder |
static class |
KeepKeyType.TxRequestDetailsType
Structure representing request details
@used_in TxRequest
|
static interface |
KeepKeyType.TxRequestDetailsTypeOrBuilder |
static class |
KeepKeyType.TxRequestSerializedType
Structure representing serialized data
@used_in TxRequest
|
static interface |
KeepKeyType.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
message can be transmitted via debug wire from PC to KeepKey
|
static com.google.protobuf.GeneratedMessage.GeneratedExtension<DescriptorProtos.EnumValueOptions,Boolean> |
wireDebugOut
message can be transmitted via debug wire from KeepKey to PC
|
static com.google.protobuf.GeneratedMessage.GeneratedExtension<DescriptorProtos.EnumValueOptions,Boolean> |
wireIn
message can be transmitted via wire from PC to KeepKey
|
static com.google.protobuf.GeneratedMessage.GeneratedExtension<DescriptorProtos.EnumValueOptions,Boolean> |
wireOut
message can be transmitted via wire from KeepKey to PC
|
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Descriptors.FileDescriptor |
getDescriptor() |
static void |
registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) |
static void |
registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) |
public static final int WIRE_IN_FIELD_NUMBER
public static final com.google.protobuf.GeneratedMessage.GeneratedExtension<DescriptorProtos.EnumValueOptions,Boolean> wireIn
message can be transmitted via wire from PC to KeepKey
extend .google.protobuf.EnumValueOptions { ... }
public static final int WIRE_OUT_FIELD_NUMBER
public static final com.google.protobuf.GeneratedMessage.GeneratedExtension<DescriptorProtos.EnumValueOptions,Boolean> wireOut
message can be transmitted via wire from KeepKey to PC
extend .google.protobuf.EnumValueOptions { ... }
public static final int WIRE_DEBUG_IN_FIELD_NUMBER
public static final com.google.protobuf.GeneratedMessage.GeneratedExtension<DescriptorProtos.EnumValueOptions,Boolean> wireDebugIn
message can be transmitted via debug wire from PC to KeepKey
extend .google.protobuf.EnumValueOptions { ... }
public static final int WIRE_DEBUG_OUT_FIELD_NUMBER
public static final com.google.protobuf.GeneratedMessage.GeneratedExtension<DescriptorProtos.EnumValueOptions,Boolean> wireDebugOut
message can be transmitted via debug wire from KeepKey to PC
extend .google.protobuf.EnumValueOptions { ... }
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry)
public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor()
Copyright © 2013–2019 Bitcoin Solutions Ltd. All rights reserved.