nooschain / chain/domain-handlers/state-values / createContractStateMigrationBatchStateValue
Function: createContractStateMigrationBatchStateValue()
createContractStateMigrationBatchStateValue(
batch):object
Defined in: chain/domain-handlers/state-values.ts:581
Parameters
batch
batch_index
number
block_height
string
from_cursor_key
string | null
id
string
job_id
string
migrated_key_count
number
migrated_keys_hash
string
migrated_value_bytes
number
to_cursor_key
string | null
transaction_hash
string
Returns
object
batch_index
batch_index:
number=batch.batch_index
block_height
block_height:
string=batch.block_height
from_cursor_key
from_cursor_key:
string|null=batch.from_cursor_key
id
id:
string=batch.id
job_id
job_id:
string=batch.job_id
migrated_key_count
migrated_key_count:
number=batch.migrated_key_count
migrated_keys_hash
migrated_keys_hash:
string=batch.migrated_keys_hash
migrated_value_bytes
migrated_value_bytes:
number=batch.migrated_value_bytes
to_cursor_key
to_cursor_key:
string|null=batch.to_cursor_key
transaction_hash
transaction_hash:
string=batch.transaction_hash