nooschain / db/schema / BlockStateChangeTable
Interface: BlockStateChangeTable
Defined in: db/schema.ts:638
Per-block state change audit rows produced during deterministic execution.
Properties
block_height
block_height:
BigIntColumn
Defined in: db/schema.ts:639
created_at
created_at:
Timestamp
Defined in: db/schema.ts:647
entity_id
entity_id:
string
Defined in: db/schema.ts:644
namespace
namespace:
string
Defined in: db/schema.ts:643
new_value_hash
new_value_hash:
string|null
Defined in: db/schema.ts:646
old_value_hash
old_value_hash:
string|null
Defined in: db/schema.ts:645
position
position:
number
Defined in: db/schema.ts:640
state_key
state_key:
string
Defined in: db/schema.ts:642
transaction_hash
transaction_hash:
string
Defined in: db/schema.ts:641