public static interface KeepKeyType.TxRequestDetailsTypeOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getRequestIndex()
device expects TxAck message from the computer
|
com.google.protobuf.ByteString |
getTxHash()
tx_hash of requested transaction
|
boolean |
hasRequestIndex()
device expects TxAck message from the computer
|
boolean |
hasTxHash()
tx_hash of requested transaction
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasRequestIndex()
device expects TxAck message from the computer
optional uint32 request_index = 1;
int getRequestIndex()
device expects TxAck message from the computer
optional uint32 request_index = 1;
boolean hasTxHash()
tx_hash of requested transaction
optional bytes tx_hash = 2;
com.google.protobuf.ByteString getTxHash()
tx_hash of requested transaction
optional bytes tx_hash = 2;
Copyright © 2013–2017 Bitcoin Solutions Ltd. All rights reserved.