Package | Description |
---|---|
com.satoshilabs.trezor.protobuf |
Modifier and Type | Method and Description |
---|---|
static TrezorType.InputScriptType |
TrezorType.InputScriptType.forNumber(int value) |
TrezorType.InputScriptType |
TrezorType.TxInputTypeOrBuilder.getScriptType()
defines template of input script
|
TrezorType.InputScriptType |
TrezorType.TxInputType.getScriptType()
defines template of input script
|
TrezorType.InputScriptType |
TrezorType.TxInputType.Builder.getScriptType()
defines template of input script
|
TrezorType.InputScriptType |
TrezorMessage.GetAddressOrBuilder.getScriptType()
Used to distinguish segwit addresses
|
TrezorType.InputScriptType |
TrezorMessage.GetAddress.getScriptType()
Used to distinguish segwit addresses
|
TrezorType.InputScriptType |
TrezorMessage.GetAddress.Builder.getScriptType()
Used to distinguish segwit addresses
|
static TrezorType.InputScriptType |
TrezorType.InputScriptType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static TrezorType.InputScriptType |
TrezorType.InputScriptType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static TrezorType.InputScriptType |
TrezorType.InputScriptType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TrezorType.InputScriptType[] |
TrezorType.InputScriptType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Internal.EnumLiteMap<TrezorType.InputScriptType> |
TrezorType.InputScriptType.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
TrezorType.TxInputType.Builder |
TrezorType.TxInputType.Builder.setScriptType(TrezorType.InputScriptType value)
defines template of input script
|
TrezorMessage.GetAddress.Builder |
TrezorMessage.GetAddress.Builder.setScriptType(TrezorType.InputScriptType value)
Used to distinguish segwit addresses
|
Copyright © 2013–2017 Bitcoin Solutions Ltd. All rights reserved.