Skip to content

nooschain v0.1.0


nooschain / db/schema / ContractRuntimeRolloutAttestationTable

Interface: ContractRuntimeRolloutAttestationTable

Defined in: db/schema.ts:425

Validator/operator attestation for a pinned runtime rollout policy.

Properties

abi_version

abi_version: string

Defined in: db/schema.ts:434


attested_at_height

attested_at_height: BigIntColumn

Defined in: db/schema.ts:441


attested_by_actor_id

attested_by_actor_id: NullableTextColumn

Defined in: db/schema.ts:439


attested_by_actor_type

attested_by_actor_type: string

Defined in: db/schema.ts:438


created_at

created_at: Timestamp

Defined in: db/schema.ts:442


executor_version

executor_version: string

Defined in: db/schema.ts:432


id

id: string

Defined in: db/schema.ts:426


metadata

metadata: Jsonb

Defined in: db/schema.ts:437


node_id

node_id: string

Defined in: db/schema.ts:427


policy_hash

policy_hash: string

Defined in: db/schema.ts:430


preflight_hash

preflight_hash: string

Defined in: db/schema.ts:436


preflight_ok

preflight_ok: ColumnType<boolean, boolean | undefined, boolean>

Defined in: db/schema.ts:435


requirements_hash

requirements_hash: string

Defined in: db/schema.ts:429


rollout_policy_id

rollout_policy_id: string

Defined in: db/schema.ts:428


sidecar_protocol_version

sidecar_protocol_version: number

Defined in: db/schema.ts:431


transaction_hash

transaction_hash: string

Defined in: db/schema.ts:440


updated_at

updated_at: Timestamp

Defined in: db/schema.ts:443


wasmtime_version

wasmtime_version: string

Defined in: db/schema.ts:433

Audience-first NOOSChain documentation.