Skip to content

nooschain v0.1.0


nooschain / db/schema / ContractReleaseTable

Interface: ContractReleaseTable

Defined in: db/schema.ts:447

Consensus audit record for an operator-governed smart contract release.

Properties

approval_metadata

approval_metadata: Jsonb

Defined in: db/schema.ts:463


audit_metadata

audit_metadata: Jsonb

Defined in: db/schema.ts:462


code_hash

code_hash: string

Defined in: db/schema.ts:454


created_at

created_at: Timestamp

Defined in: db/schema.ts:472


created_at_height

created_at_height: BigIntColumn

Defined in: db/schema.ts:470


created_by_actor_id

created_by_actor_id: NullableTextColumn

Defined in: db/schema.ts:466


created_by_actor_type

created_by_actor_type: string

Defined in: db/schema.ts:465


descriptor_hash

descriptor_hash: string

Defined in: db/schema.ts:456


id

id: string

Defined in: db/schema.ts:448


manifest_hash

manifest_hash: string

Defined in: db/schema.ts:455


metadata

metadata: Jsonb

Defined in: db/schema.ts:464


migration_id

migration_id: NullableTextColumn

Defined in: db/schema.ts:459


package_name

package_name: string

Defined in: db/schema.ts:452


package_registry_id

package_registry_id: string

Defined in: db/schema.ts:451


package_version

package_version: string

Defined in: db/schema.ts:453


release_type

release_type: string

Defined in: db/schema.ts:449


rollback_reason

rollback_reason: NullableTextColumn

Defined in: db/schema.ts:461


rollback_target_release_id

rollback_target_release_id: NullableTextColumn

Defined in: db/schema.ts:460


source_contract_id

source_contract_id: NullableTextColumn

Defined in: db/schema.ts:457


status

status: string

Defined in: db/schema.ts:450


target_contract_id

target_contract_id: string

Defined in: db/schema.ts:458


transaction_hash

transaction_hash: string

Defined in: db/schema.ts:469


updated_at

updated_at: Timestamp

Defined in: db/schema.ts:473


updated_at_height

updated_at_height: BigIntColumn

Defined in: db/schema.ts:471


updated_by_actor_id

updated_by_actor_id: NullableTextColumn

Defined in: db/schema.ts:468


updated_by_actor_type

updated_by_actor_type: string

Defined in: db/schema.ts:467

Audience-first NOOSChain documentation.