Skip to content

nooschain v0.1.0


nooschain / db/schema / BlockTable

Interface: BlockTable

Defined in: db/schema.ts:602

Canonical local block header and execution summary.

Properties

created_at

created_at: Timestamp

Defined in: db/schema.ts:617


hash

hash: string

Defined in: db/schema.ts:604


height

height: BigIntColumn

Defined in: db/schema.ts:603


merkle_root

merkle_root: string

Defined in: db/schema.ts:606


previous_hash

previous_hash: string | null

Defined in: db/schema.ts:605


proposer_node_id

proposer_node_id: string | null

Defined in: db/schema.ts:613


protocol_version

protocol_version: number

Defined in: db/schema.ts:615


source

source: ColumnType<string, string | undefined, string>

Defined in: db/schema.ts:616


state_root

state_root: string | null

Defined in: db/schema.ts:607


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


transaction_count

transaction_count: number

Defined in: db/schema.ts:614

Audience-first NOOSChain documentation.