nooschain / db/schema / StateSmtRootTable
Interface: StateSmtRootTable
Defined in: db/schema.ts:651
Sparse Merkle tree root recorded for each executed block height.
Properties
block_height
block_height:
BigIntColumn
Defined in: db/schema.ts:652
created_at
created_at:
Timestamp
Defined in: db/schema.ts:655
previous_root_hash
previous_root_hash:
string|null
Defined in: db/schema.ts:654
root_hash
root_hash:
string
Defined in: db/schema.ts:653