Values.GetTransactionInputSourceGets the details of a transaction. This action will return transaction details for all transactions that are confirmed on the blockchain, even if they have not reached finality.
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. transactionId is only supported on the Bitcoin networks.
*)network : QueryNetwork.t;The blockchain network where the transaction occurred.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of QueryTransactionHash.t ]) list ]