public class TxRequest extends Object implements HardwareWalletMessage
Value object to provide the following to downstream API consumers:
This object is typically built from a hardware wallet specific adapter
Constructor and Description |
---|
TxRequest(TxRequestType txRequestType,
TxRequestDetailsType txRequestDetailsType,
TxRequestSerializedType txRequestSerializedType) |
Modifier and Type | Method and Description |
---|---|
TxRequestDetailsType |
getTxRequestDetailsType() |
TxRequestSerializedType |
getTxRequestSerializedType() |
TxRequestType |
getTxRequestType() |
String |
toString() |
public TxRequest(TxRequestType txRequestType, TxRequestDetailsType txRequestDetailsType, TxRequestSerializedType txRequestSerializedType)
public TxRequestType getTxRequestType()
public TxRequestDetailsType getTxRequestDetailsType()
public TxRequestSerializedType getTxRequestSerializedType()
Copyright © 2013–2018 Bitcoin Solutions Ltd. All rights reserved.