TrezorType.RequestType |
TrezorMessage.TxRequestOrBuilder.getRequestType()
optional .RequestType request_type = 1;
|
TrezorType.RequestType |
TrezorMessage.TxRequest.getRequestType()
optional .RequestType request_type = 1;
|
TrezorType.RequestType |
TrezorMessage.TxRequest.Builder.getRequestType()
optional .RequestType request_type = 1;
|
static TrezorType.RequestType |
TrezorType.RequestType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static TrezorType.RequestType |
TrezorType.RequestType.valueOf(int value) |
static TrezorType.RequestType |
TrezorType.RequestType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TrezorType.RequestType[] |
TrezorType.RequestType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|