Skip to content

nooschain v0.1.0


nooschain / db/schema / ContractEventTable

Interface: ContractEventTable

Defined in: db/schema.ts:285

Events emitted by smart contract execution.

Properties

block_height

block_height: BigIntColumn

Defined in: db/schema.ts:287


contract_id

contract_id: string

Defined in: db/schema.ts:289


created_at

created_at: Timestamp

Defined in: db/schema.ts:294


data

data: Jsonb<JsonValue>

Defined in: db/schema.ts:293


event_index

event_index: number

Defined in: db/schema.ts:291


id

id: ColumnType<string, never, never>

Defined in: db/schema.ts:286


method

method: string

Defined in: db/schema.ts:290


topic

topic: string

Defined in: db/schema.ts:292


transaction_hash

transaction_hash: string

Defined in: db/schema.ts:288

Audience-first NOOSChain documentation.