KeepKeyType.InputScriptType |
KeepKeyType.TxInputTypeOrBuilder.getScriptType()
optional .InputScriptType script_type = 6 [default = SPENDADDRESS];
|
KeepKeyType.InputScriptType |
KeepKeyType.TxInputType.getScriptType()
optional .InputScriptType script_type = 6 [default = SPENDADDRESS];
|
KeepKeyType.InputScriptType |
KeepKeyType.TxInputType.Builder.getScriptType()
optional .InputScriptType script_type = 6 [default = SPENDADDRESS];
|
static KeepKeyType.InputScriptType |
KeepKeyType.InputScriptType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static KeepKeyType.InputScriptType |
KeepKeyType.InputScriptType.valueOf(int value) |
static KeepKeyType.InputScriptType |
KeepKeyType.InputScriptType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeepKeyType.InputScriptType[] |
KeepKeyType.InputScriptType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|