-
Notifications
You must be signed in to change notification settings - Fork 4
Raw Transaction Data Structure
Peng edited this page Mar 20, 2017
·
11 revisions
transactions.csv: txhash (tx_id), amount, blockhash (block_id), time outputs.csv: txhash (tx_id), n, value, addr inputs.csv: txhash (tx_id), m, prev_txhash, prev_n
This data structure resembles the Ethereum Transaction data structure.
- txhash
- txindex
- txtime
- from
- boolsplited: 0 or 1. 1 indicates that we artificially split the transaction under the assumption.
- m
- to
- boolspent: 0 or 1. 1 indicates that we this block received, this transaction is spent.
- n
- value
- blockhash
- blockindex
- blocktime