Skip to content

nooschain v0.1.0


nooschain / db/schema / SnapshotTable

Interface: SnapshotTable

Defined in: db/schema.ts:904

Local snapshot metadata and optional embedded snapshot document.

Properties

block_hash

block_hash: string

Defined in: db/schema.ts:908


chain_id

chain_id: string

Defined in: db/schema.ts:906


created_at

created_at: Timestamp

Defined in: db/schema.ts:920


document

document: NullableJsonb<JsonValue>

Defined in: db/schema.ts:922


file_path

file_path: NullableTextColumn

Defined in: db/schema.ts:917


format_version

format_version: number

Defined in: db/schema.ts:918


height

height: BigIntColumn

Defined in: db/schema.ts:907


id

id: string

Defined in: db/schema.ts:905


metadata

metadata: Jsonb<JsonValue>

Defined in: db/schema.ts:921


protocol_version

protocol_version: number

Defined in: db/schema.ts:915


snapshot_hash

snapshot_hash: string

Defined in: db/schema.ts:916


state_root

state_root: string

Defined in: db/schema.ts:909


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:910


status

status: string

Defined in: db/schema.ts:919

Audience-first NOOSChain documentation.