Skip to content

nooschain v0.1.0


nooschain / snapshots/snapshot-state / SnapshotStateTables

Type Alias: SnapshotStateTables

SnapshotStateTables = EncodedSnapshotTables | { bucket_access_rules: SnapshotRow[]; bucket_index_schemas?: SnapshotRow[]; bucket_keys: SnapshotRow[]; buckets: SnapshotRow[]; chain_access_rules?: SnapshotRow[]; contract_call_results?: SnapshotRow[]; contract_code?: SnapshotRow[]; contract_events?: SnapshotRow[]; contract_package_registry?: SnapshotRow[]; contract_provenance_policies?: SnapshotRow[]; contract_release_events?: SnapshotRow[]; contract_releases?: SnapshotRow[]; contract_runtime_activations?: SnapshotRow[]; contract_runtime_rollout_attestations?: SnapshotRow[]; contract_runtime_rollout_policies?: SnapshotRow[]; contract_state?: SnapshotRow[]; contract_state_migration_batches?: SnapshotRow[]; contract_state_migration_jobs?: SnapshotRow[]; contract_state_migration_proposals?: SnapshotRow[]; contract_state_migrations?: SnapshotRow[]; contracts?: SnapshotRow[]; encrypted_records: SnapshotRow[]; nodes: SnapshotRow[]; organizations: SnapshotRow[]; state_root_engine_activations?: SnapshotRow[]; transactions?: SnapshotRow[]; users: SnapshotRow[]; validators: SnapshotRow[]; }

Defined in: snapshots/snapshot-state.ts:40

Snapshot table rows accepted by state-root reconstruction helpers.

Audience-first NOOSChain documentation.