Transactions
Chain
Dataset name
oasis_consensus.transactionsVersion
0.4.0Description
Every transaction on the Oasis consensus chain — sender, fee, method, and whether it succeeded.
Example data
This dataset has no example data.
Schema
| Column | Type |
|---|---|
| id | string |
| block_number | long |
| block_hash | string |
| block_timestamp | long |
| tx_index | long |
| tx_hash | string |
| raw_tx_hex | string |
| signer_public_key | string |
| signer_address | string |
| signer_signature | string |
| method | string |
| nonce | long |
| fee_gas | long |
| fee_amount | string |
| body_json | string |
| gas_used | long |
| success | boolean |
| error_module | string |
| error_code | long |
| error_message | string |
| event_count | long |
| addresses | string |