Values.TransactionOutputItemSourceThe container of the transaction output.
type nonrec t = {transactionHash : QueryTransactionHash.t option;The hash of a transaction. It is generated when a transaction is created.
*)transactionId : QueryTransactionId.t option;The identifier of a Bitcoin transaction. It is generated when a transaction is created.
*)network : QueryNetwork.t option;The blockchain network where the transaction occurred.
*)transactionTimestamp : Timestamp.t option;The time when the transaction occurred.
*)confirmationStatus : ConfirmationStatus.t option;Specifies whether to list transactions that have not reached Finality.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of QueryTransactionHash.t
| `Timestamp of Timestamp.t ])
list ]