Skip to content

nooschain v0.1.0


nooschain / db/schema / ChainCheckpointTable

Interface: ChainCheckpointTable

Defined in: db/schema.ts:926

Snapshot checkpoint anchors used by import/replay verification.

Properties

block_hash

block_hash: string

Defined in: db/schema.ts:930


chain_id

chain_id: string

Defined in: db/schema.ts:928


created_at

created_at: Timestamp

Defined in: db/schema.ts:939


height

height: BigIntColumn

Defined in: db/schema.ts:929


id

id: string

Defined in: db/schema.ts:927


snapshot_hash

snapshot_hash: string

Defined in: db/schema.ts:937


source

source: string

Defined in: db/schema.ts:938


state_root

state_root: string

Defined in: db/schema.ts:931


state_root_engine_version

state_root_engine_version: ColumnType<"iden3-v1" | "nervos-smt-v2", "iden3-v1" | "nervos-smt-v2" | undefined, "iden3-v1" | "nervos-smt-v2">

Defined in: db/schema.ts:932

Audience-first NOOSChain documentation.