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