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