Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.32 KB

GetTransactionInfoResponse.md

File metadata and controls

22 lines (18 loc) · 1.32 KB

GetTransactionInfoResponse

Properties

Name Type Description Notes
hex str Transaction in raw hex [optional]
txid str TXID of transaction [optional]
version float Transaction version [optional]
locktime float Transaction locktime [optional]
vin list[GetTransactionInfoResponseVin] Array of transaction inputs [optional]
vout list[GetTransactionInfoResponseVout] Array of transaction outputs [optional]
blocktime float Block time of this transaction [optional]
blockheight float Block height of this transaction [optional]
totalsent float Total NEBL sent in this transaction in satoshis [optional]
fee float Total NEBL used as fee for this transcation in satoshis [optional]
blockhash str Hash of the block this transaction is in [optional]
time float Transaction time [optional]
confirmations float Number of transaction confirmations [optional]

[Back to Model list] [Back to API list] [Back to README]