TrezorType.OutputScriptType |
TrezorType.TxOutputTypeOrBuilder.getScriptType()
required .OutputScriptType script_type = 4;
|
TrezorType.OutputScriptType |
TrezorType.TxOutputType.getScriptType()
required .OutputScriptType script_type = 4;
|
TrezorType.OutputScriptType |
TrezorType.TxOutputType.Builder.getScriptType()
required .OutputScriptType script_type = 4;
|
static TrezorType.OutputScriptType |
TrezorType.OutputScriptType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static TrezorType.OutputScriptType |
TrezorType.OutputScriptType.valueOf(int value) |
static TrezorType.OutputScriptType |
TrezorType.OutputScriptType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TrezorType.OutputScriptType[] |
TrezorType.OutputScriptType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|