Skip to content

nooschain v0.1.0


nooschain / db/schema / ContractCodeTable

Interface: ContractCodeTable

Defined in: db/schema.ts:155

WASM bytecode registered for smart contract instances.

Properties

code_hash

code_hash: string

Defined in: db/schema.ts:156


created_at

created_at: Timestamp

Defined in: db/schema.ts:162


created_at_height

created_at_height: BigIntColumn

Defined in: db/schema.ts:158


created_by_organization_id

created_by_organization_id: NullableTextColumn

Defined in: db/schema.ts:160


created_by_user_id

created_by_user_id: NullableTextColumn

Defined in: db/schema.ts:159


metadata

metadata: Jsonb

Defined in: db/schema.ts:161


wasm_bytecode

wasm_bytecode: ColumnType<Buffer<ArrayBufferLike>, Uint8Array<ArrayBufferLike> | Buffer<ArrayBufferLike>, Uint8Array<ArrayBufferLike> | Buffer<ArrayBufferLike>>

Defined in: db/schema.ts:157

Audience-first NOOSChain documentation.