Table Columns
Unique Key:transaction_block_digest
, balance_change_index
Column Name | Data Type | Description |
---|---|---|
owner | VARIANT | The owner of the balance. |
coin_type | VARCHAR | The type of coin affected by the balance change. |
amount | BIGINT | The amount of the balance change. |
balance_change_index | BIGINT | The index of the balance change. |
transaction_block_digest | VARCHAR | The digest of the transaction block. |
transaction_block_status | VARCHAR | The status of the transaction block. |
checkpoint_timestamp | TIMESTAMP_NTZ(9) | The timestamp of the checkpoint. |
checkpoint_sequence | BIGINT | The sequence number of the checkpoint. |
checkpoint_digest | VARCHAR | The digest of the checkpoint associated with the change. |
_created_at | TIMESTAMP_NTZ(9) | Timestamp of the entry creation |
_updated_at | TIMESTAMP_NTZ(9) | Timestamp of the entry update |