Bitfinity Testnet Data Schema
Bitfinity Testnet datasets provide comprehensive on-chain data including blocks, transactions, and logs (events). All data is indexed and queryable through Portal or v2 archives.Available Data Types
Entity Type
Entity Type
Data fields for entity type.
| Field Name | Data Type | Description |
|---|---|---|
| Data Type | Description |
Blocks
Blocks
Block headers contain metadata about each block in the chain.
| Field Name | Data Type | Description |
|---|---|---|
| integer | Block number |
Tx
Tx
Data fields for tx.
| Field Name | Data Type | Description |
|---|---|---|
| integer | Index of the transaction in the block |
Logs
Logs
Event logs emitted by smart contracts during transaction execution.
| Field Name | Data Type | Description |
|---|---|---|
| integer | Index of the log in the block |

