TransactionRpcInfo

From Talleo Wiki
Revision as of 17:59, 22 March 2020 by Mika (talk | contribs) (Created page with "== Fields == {| class="wikitable" ! Name !! Description !! Format |- | state || State of the transaction || uint8 |- | transactionHash || Transaction hash || string |- | block...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Fields

Name Description Format
state State of the transaction uint8
transactionHash Transaction hash string
blockIndex Index of the block containing the transaction uint32
timestamp Time stamp of the transaction uint64
isBase Is the transaction a coinbase transaction bool
unlockTime Unlock time of the transaction uint64
amount Amount of the transaction int64
fee Network fee uint64
transfers List of transfers array
extra Extra information for transaction string
paymentId Payment ID for the transaction string