nooschain / db/schema / ContractStateMigrationBatchTable
Interface: ContractStateMigrationBatchTable
Defined in: db/schema.ts:245
Per-batch receipt for resumable contract state migrations.
Properties
batch_index
batch_index:
number
Defined in: db/schema.ts:248
block_height
block_height:
BigIntColumn
Defined in: db/schema.ts:255
created_at
created_at:
Timestamp
Defined in: db/schema.ts:256
from_cursor_key
from_cursor_key:
NullableTextColumn
Defined in: db/schema.ts:249
id
id:
string
Defined in: db/schema.ts:246
job_id
job_id:
string
Defined in: db/schema.ts:247
migrated_key_count
migrated_key_count:
number
Defined in: db/schema.ts:251
migrated_keys_hash
migrated_keys_hash:
string
Defined in: db/schema.ts:252
migrated_value_bytes
migrated_value_bytes:
BigIntColumn
Defined in: db/schema.ts:253
to_cursor_key
to_cursor_key:
NullableTextColumn
Defined in: db/schema.ts:250
transaction_hash
transaction_hash:
string
Defined in: db/schema.ts:254