Native Balances
Chain
Dataset name
solana_devnet.native_balancesVersion
1.0.0Description
Native SOL balance changes per account per transaction
Example data
This dataset has no example data.
Schema
| Column | Type |
|---|---|
| id | string |
| block_slot | long |
| block_hash | string |
| block_timestamp | timestamp |
| tx_index | long |
| signature | string |
| account | string |
| amount_before | decimal |
| amount_after | decimal |
| is_deleted | boolean |
| insert_time | timestamp |