nooschain / chain/domain-handlers/state-values / createContractStateMigrationJobStateValue
Function: createContractStateMigrationJobStateValue()
createContractStateMigrationJobStateValue(
job):object
Defined in: chain/domain-handlers/state-values.ts:533
Parameters
job
batch_size
number
created_at_height
string
created_by_actor_id
string | null
created_by_actor_type
string
cursor_key
string | null
id
string
key_set_hash
string
kind
string
metadata
unknown
migrated_key_count
number
migration_id
string | null
mode
string
overwrite
string
proposal_id
string | null
source_contract_id
string
state_keys
unknown
status
string
target_contract_id
string
total_key_count
number
transaction_hash
string
transforms
unknown
updated_at_height
string
Returns
object
batch_size
batch_size:
number=job.batch_size
created_at_height
created_at_height:
string=job.created_at_height
created_by_actor_id
created_by_actor_id:
string|null=job.created_by_actor_id
created_by_actor_type
created_by_actor_type:
string=job.created_by_actor_type
cursor_key
cursor_key:
string|null=job.cursor_key
id
id:
string=job.id
key_set_hash
key_set_hash:
string=job.key_set_hash
kind
kind:
string=job.kind
metadata
metadata:
unknown=job.metadata
migrated_key_count
migrated_key_count:
number=job.migrated_key_count
migration_id
migration_id:
string|null=job.migration_id
mode
mode:
string=job.mode
overwrite
overwrite:
string=job.overwrite
proposal_id
proposal_id:
string|null=job.proposal_id
source_contract_id
source_contract_id:
string=job.source_contract_id
state_keys
state_keys:
unknown=job.state_keys
status
status:
string=job.status
target_contract_id
target_contract_id:
string=job.target_contract_id
total_key_count
total_key_count:
number=job.total_key_count
transaction_hash
transaction_hash:
string=job.transaction_hash
transforms
transforms:
unknown=job.transforms
updated_at_height
updated_at_height:
string=job.updated_at_height