TrezorType.InputScriptType |
TrezorType.TxInputTypeOrBuilder.getScriptType()
optional .InputScriptType script_type = 6 [default = SPENDADDRESS];
|
TrezorType.InputScriptType |
TrezorType.TxInputType.getScriptType()
optional .InputScriptType script_type = 6 [default = SPENDADDRESS];
|
TrezorType.InputScriptType |
TrezorType.TxInputType.Builder.getScriptType()
optional .InputScriptType script_type = 6 [default = SPENDADDRESS];
|
TrezorType.InputScriptType |
TrezorMessage.GetAddressOrBuilder.getScriptType()
optional .InputScriptType script_type = 5 [default = SPENDADDRESS];
|
TrezorType.InputScriptType |
TrezorMessage.GetAddress.getScriptType()
optional .InputScriptType script_type = 5 [default = SPENDADDRESS];
|
TrezorType.InputScriptType |
TrezorMessage.GetAddress.Builder.getScriptType()
optional .InputScriptType script_type = 5 [default = SPENDADDRESS];
|
static TrezorType.InputScriptType |
TrezorType.InputScriptType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static TrezorType.InputScriptType |
TrezorType.InputScriptType.valueOf(int value) |
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.
|