Package | Description |
---|---|
com.satoshilabs.trezor.protobuf | |
org.multibit.hd.hardware.trezor.utils |
Modifier and Type | Method and Description |
---|---|
static TrezorType.ButtonRequestType |
TrezorType.ButtonRequestType.forNumber(int value) |
TrezorType.ButtonRequestType |
TrezorMessage.ButtonRequestOrBuilder.getCode()
optional .ButtonRequestType code = 1; |
TrezorType.ButtonRequestType |
TrezorMessage.ButtonRequest.getCode()
optional .ButtonRequestType code = 1; |
TrezorType.ButtonRequestType |
TrezorMessage.ButtonRequest.Builder.getCode()
optional .ButtonRequestType code = 1; |
static TrezorType.ButtonRequestType |
TrezorType.ButtonRequestType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static TrezorType.ButtonRequestType |
TrezorType.ButtonRequestType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static TrezorType.ButtonRequestType |
TrezorType.ButtonRequestType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TrezorType.ButtonRequestType[] |
TrezorType.ButtonRequestType.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.ButtonRequestType> |
TrezorType.ButtonRequestType.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
TrezorMessage.ButtonRequest.Builder |
TrezorMessage.ButtonRequest.Builder.setCode(TrezorType.ButtonRequestType value)
optional .ButtonRequestType code = 1; |
Modifier and Type | Method and Description |
---|---|
static ButtonRequestType |
TrezorMessageAdapter.adaptButtonRequestType(TrezorType.ButtonRequestType source) |
Copyright © 2013–2019 Bitcoin Solutions Ltd. All rights reserved.