Returns a list of migration operations (synthetic type).
Type of the operation, migration
- result of the context (database) migration during a protocol update (synthetic type)
Unique ID of the operation, stored in the TzKT indexer database
The height of the block from the genesis block, in which the operation was included
Datetime of the block, in which the operation was included (ISO 8601, e.g. 2020-02-20T02:40:57Z
)
Hash of the block, in which the operation was included
Kind of the migration
bootstrap
- balance updates, included in the first block after genesis
activate_delegate
- registering a new baker (delegator) during protocol migration
airdrop
- airdrop of 1 micro tez during Babylon protocol upgrade
proposal_invoice
- invoice for creation a proposal for protocol upgrade
code_change
- changing contract scripts during Babylon protocol upgrade
origination
- implicit (hardcoded in the protocol) origination of liquidity baking contracts
subsidy
- liquidity baking subsidy
remove_bigmap_key
- removing the key from the bigmap
Information about the account whose balance has updated as a result of the operation
The amount for which the operation updated the balance (micro tez)
Contract storage after the migration converted to human-readable JSON. Note: you can configure storage format by setting micheline
query parameter.
List of bigmap updates caused by the migration.
Number of token transfers produced by the operation, or null
if there are no transfers
Injected historical quote at the time of operation
Returns migration operation with specified id.
Operation id
Type of the operation, migration
- result of the context (database) migration during a protocol update (synthetic type)
Unique ID of the operation, stored in the TzKT indexer database
The height of the block from the genesis block, in which the operation was included
Datetime of the block, in which the operation was included (ISO 8601, e.g. 2020-02-20T02:40:57Z
)
Hash of the block, in which the operation was included
Kind of the migration
bootstrap
- balance updates, included in the first block after genesis
activate_delegate
- registering a new baker (delegator) during protocol migration
airdrop
- airdrop of 1 micro tez during Babylon protocol upgrade
proposal_invoice
- invoice for creation a proposal for protocol upgrade
code_change
- changing contract scripts during Babylon protocol upgrade
origination
- implicit (hardcoded in the protocol) origination of liquidity baking contracts
subsidy
- liquidity baking subsidy
remove_bigmap_key
- removing the key from the bigmap
Information about the account whose balance has updated as a result of the operation
The amount for which the operation updated the balance (micro tez)
Contract storage after the migration converted to human-readable JSON. Note: you can configure storage format by setting micheline
query parameter.
List of bigmap updates caused by the migration.
Number of token transfers produced by the operation, or null
if there are no transfers
Injected historical quote at the time of operation