public static interface TrezorMessage.TxRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
TrezorType.TxRequestDetailsType |
getDetails()
request for tx details
|
TrezorType.TxRequestDetailsTypeOrBuilder |
getDetailsOrBuilder()
request for tx details
|
TrezorType.RequestType |
getRequestType()
what should be filled in TxAck message?
|
TrezorType.TxRequestSerializedType |
getSerialized()
serialized data and request for next
|
TrezorType.TxRequestSerializedTypeOrBuilder |
getSerializedOrBuilder()
serialized data and request for next
|
boolean |
hasDetails()
request for tx details
|
boolean |
hasRequestType()
what should be filled in TxAck message?
|
boolean |
hasSerialized()
serialized data and request for next
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasRequestType()
what should be filled in TxAck message?
optional .RequestType request_type = 1;TrezorType.RequestType getRequestType()
what should be filled in TxAck message?
optional .RequestType request_type = 1;boolean hasDetails()
request for tx details
optional .TxRequestDetailsType details = 2;TrezorType.TxRequestDetailsType getDetails()
request for tx details
optional .TxRequestDetailsType details = 2;TrezorType.TxRequestDetailsTypeOrBuilder getDetailsOrBuilder()
request for tx details
optional .TxRequestDetailsType details = 2;boolean hasSerialized()
serialized data and request for next
optional .TxRequestSerializedType serialized = 3;TrezorType.TxRequestSerializedType getSerialized()
serialized data and request for next
optional .TxRequestSerializedType serialized = 3;TrezorType.TxRequestSerializedTypeOrBuilder getSerializedOrBuilder()
serialized data and request for next
optional .TxRequestSerializedType serialized = 3;Copyright © 2013–2017 Bitcoin Solutions Ltd. All rights reserved.