From cf32865e45ddf6888aeb1445a0c6dcbbc2a83edf Mon Sep 17 00:00:00 2001 From: Nic Volanschi Date: Wed, 22 Oct 2025 10:21:33 +0200 Subject: [PATCH 1/6] doc: link from release page to general update instructions --- docs/releases/version-23.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/releases/version-23.rst b/docs/releases/version-23.rst index 6555debfbe26..77d764b1405a 100644 --- a/docs/releases/version-23.rst +++ b/docs/releases/version-23.rst @@ -88,6 +88,9 @@ For instance: Update Instructions ------------------- +This section contains update instructions specialized for the current release, handling only a few installation types that are most common or that require special handling for this version. +For full instructions on updating your Octez suite for any types of installation, refer to :doc:`../introduction/howtoget`. + Ubuntu and Debian packages ~~~~~~~~~~~~~~~~~~~~~~~~~~ -- GitLab From baf1ae0c7b2e030fd19a69ba4c8de7ff98950467 Mon Sep 17 00:00:00 2001 From: Nic Volanschi Date: Fri, 24 Oct 2025 17:52:23 +0200 Subject: [PATCH 2/6] doc: briefly mention what withrdrawals are in T changelog --- docs/protocols/024_t024.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/protocols/024_t024.rst b/docs/protocols/024_t024.rst index 6ec697080ae7..813ce48fcdb7 100644 --- a/docs/protocols/024_t024.rst +++ b/docs/protocols/024_t024.rst @@ -204,8 +204,8 @@ protocol. For example, the challenge window is still two weeks. Note that the ``smart_rollup_max_active_outbox_levels`` has not been updated, because the current storage implementation of the executed outbox message in the Layer 1 does not allow for a safe update. As a -consequence, the maximal allowed period of withdrawal has been reduced -from ~14 days to ~10 days. +consequence, the maximal allowed period for withdrawal of assets from +smart rollups to Layer 1 has been reduced from ~14 days to ~10 days. Feature flags -- GitLab From 5c4c4de8d30bf32cc5601b6bccc47c9cb8ed2b0b Mon Sep 17 00:00:00 2001 From: Nic Volanschi Date: Mon, 27 Oct 2025 14:34:06 +0100 Subject: [PATCH 3/6] doc: mention the withdrawal period coming after cementation --- docs/alpha/smart_rollups.rst | 1 + docs/seoul/smart_rollups.rst | 1 + docs/t024/smart_rollups.rst | 1 + 3 files changed, 3 insertions(+) diff --git a/docs/alpha/smart_rollups.rst b/docs/alpha/smart_rollups.rst index d1537eeb5120..29c9f79ba9d4 100644 --- a/docs/alpha/smart_rollups.rst +++ b/docs/alpha/smart_rollups.rst @@ -264,6 +264,7 @@ cemented with a dedicated operation injected in Layer 1, and the outbox messages can be executed by the Layer 1 by an explicit Layer 1 operation (see :doc:`../shell/smart_rollup_node`), typically to transfer assets from the rollup to the Layer 1. +Note that such withdrawals are possible during a limited time after cementation, given by the protocol constant ``smart_rollup_max_active_outbox_levels``, which currently corresponds to about 10 days. The outbox messages can follow three different formats. Firstly, the Layer 1 operations contained in the outbox messages can be left diff --git a/docs/seoul/smart_rollups.rst b/docs/seoul/smart_rollups.rst index d10c2f7db197..20ddbc6f637e 100644 --- a/docs/seoul/smart_rollups.rst +++ b/docs/seoul/smart_rollups.rst @@ -266,6 +266,7 @@ cemented with a dedicated operation injected in Layer 1, and the outbox messages can be executed by the Layer 1 by an explicit Layer 1 operation (see :doc:`../shell/smart_rollup_node`), typically to transfer assets from the rollup to the Layer 1. +Note that such withdrawals are possible during a limited time after cementation, given by the protocol constant ``smart_rollup_max_active_outbox_levels``, which currently corresponds to about two weeks. The outbox messages can follow three different formats. Firstly, the Layer 1 operations contained in the outbox messages can be left diff --git a/docs/t024/smart_rollups.rst b/docs/t024/smart_rollups.rst index 85a24c225ca3..26ff7fbe7dfb 100644 --- a/docs/t024/smart_rollups.rst +++ b/docs/t024/smart_rollups.rst @@ -264,6 +264,7 @@ cemented with a dedicated operation injected in Layer 1, and the outbox messages can be executed by the Layer 1 by an explicit Layer 1 operation (see :doc:`../shell/smart_rollup_node`), typically to transfer assets from the rollup to the Layer 1. +Note that such withdrawals are possible during a limited time after cementation, given by the protocol constant ``smart_rollup_max_active_outbox_levels``, which currently corresponds to about 10 days. The outbox messages can follow three different formats. Firstly, the Layer 1 operations contained in the outbox messages can be left -- GitLab From 3735f28df77ac8940790996cf7e5e0d270211eda Mon Sep 17 00:00:00 2001 From: Nic Volanschi Date: Mon, 3 Nov 2025 15:26:45 +0100 Subject: [PATCH 4/6] doc: extend doc of rpc /helpers/stake_info --- src/proto_alpha/lib_plugin/RPC.ml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/proto_alpha/lib_plugin/RPC.ml b/src/proto_alpha/lib_plugin/RPC.ml index be19edb69a34..155f7e0384db 100644 --- a/src/proto_alpha/lib_plugin/RPC.ml +++ b/src/proto_alpha/lib_plugin/RPC.ml @@ -4285,7 +4285,9 @@ module S = struct let stake_info = RPC_service.get_service - ~description:"Returns the stake info." + ~description: + "Returns the baking power distribution for all the active delegates at \ + the current cycle" ~query:RPC_query.empty ~output: Data_encoding.(tup2 int64 (list (tup2 Consensus_key.encoding int64))) -- GitLab From eff8fc4d8e5004d21c7f1ace864b5c363414ba21 Mon Sep 17 00:00:00 2001 From: Nic Volanschi Date: Mon, 3 Nov 2025 15:28:17 +0100 Subject: [PATCH 5/6] doc: backport doc of /helpers/stake_info to T --- docs/t024/rpc.rst | 34500 ++++++++++----------- src/proto_024_PsD5wVTJ/lib_plugin/RPC.ml | 4 +- 2 files changed, 17251 insertions(+), 17253 deletions(-) diff --git a/docs/t024/rpc.rst b/docs/t024/rpc.rst index b119b3ab66ef..d7780f009e68 100644 --- a/docs/t024/rpc.rst +++ b/docs/t024/rpc.rst @@ -1,6 +1,6 @@ .. raw:: html - - + + - + .. raw:: html - - + + - + .. _rpc_index_t024 : @@ -89,457 +89,457 @@ Index ***** * ../ (`GET `_) - + * ..//context - + * ..//context/adaptive_issuance_launch_cycle (`GET `_) - + * ..//context/big_maps - + * ..//context/big_maps/ (`GET `_) - + * ..//context/big_maps// (`GET `_) - + * ..//context/big_maps///normalized (`POST `_) - + * ..//context/cache - + * ..//context/cache/contracts - + * ..//context/cache/contracts/all (`GET `_) - + * ..//context/cache/contracts/rank (`POST `_) - + * ..//context/cache/contracts/size (`GET `_) - + * ..//context/cache/contracts/size_limit (`GET `_) - + * ..//context/constants (`GET `_) - + * ..//context/constants/errors (`GET `_) - + * ..//context/constants/parametric (`GET `_) - + * ..//context/contracts (`GET `_) - + * ..//context/contracts/ (`GET `_) - + * ..//context/contracts//all_ticket_balances (`GET `_) - + * ..//context/contracts//balance (`GET `_) - + * ..//context/contracts//balance_and_frozen_bonds (`GET `_) - + * ..//context/contracts//big_map_get (`POST `_) - + * ..//context/contracts//counter (`GET `_) - + * ..//context/contracts//delegate (`GET `_) - + * ..//context/contracts//entrypoints (`GET `_) - + * ..//context/contracts//entrypoints/ (`GET `_) - + * ..//context/contracts//estimated_own_pending_slashed_amount (`GET `_) - + * ..//context/contracts//frozen_bonds (`GET `_) - + * ..//context/contracts//full_balance (`GET `_) - + * ..//context/contracts//manager_key (`GET `_) - + * ..//context/contracts//script (`GET `_) - + * ..//context/contracts//script/normalized (`POST `_) - + * ..//context/contracts//single_sapling_get_diff (`GET `_) - + * ..//context/contracts//spendable (`GET `_) - + * ..//context/contracts//spendable_and_frozen_bonds (`GET `_) - + * ..//context/contracts//staked_balance (`GET `_) - + * ..//context/contracts//staking_numerator (`GET `_) - + * ..//context/contracts//storage (`GET `_) - + * ..//context/contracts//storage/normalized (`POST `_) - + * ..//context/contracts//storage/paid_space (`GET `_) - + * ..//context/contracts//storage/used_space (`GET `_) - + * ..//context/contracts//ticket_balance (`POST `_) - + * ..//context/contracts//unstake_requests (`GET `_) - + * ..//context/contracts//unstaked_finalizable_balance (`GET `_) - + * ..//context/contracts//unstaked_frozen_balance (`GET `_) - + * ..//context/dal - + * ..//context/dal/commitments_history (`GET `_) - + * ..//context/dal/published_slot_headers (`GET `_) - + * ..//context/dal/shards (`GET `_) - + * ..//context/dal/skip_list_cells_of_level (`GET `_) - + * ..//context/delegates (`GET `_) - + * ..//context/delegates/ (`GET `_) - + * ..//context/delegates//active_staking_parameters (`GET `_) - + * ..//context/delegates//baking_power (`GET `_) - + * ..//context/delegates//companion_key (`GET `_) - + * ..//context/delegates//consensus_key (`GET `_) - + * ..//context/delegates//current_baking_power (`GET `_) - + * ..//context/delegates//current_frozen_deposits (`GET `_) - + * ..//context/delegates//current_voting_power (`GET `_) - + * ..//context/delegates//dal_participation (`GET `_) - + * ..//context/delegates//deactivated (`GET `_) - + * ..//context/delegates//delegated_balance (`GET `_) - + * ..//context/delegates//delegated_contracts (`GET `_) - + * ..//context/delegates//delegators (`GET `_) - + * ..//context/delegates//denunciations (`GET `_) - + * ..//context/delegates//estimated_shared_pending_slashed_amount (`GET `_) - + * ..//context/delegates//external_delegated (`GET `_) - + * ..//context/delegates//external_staked (`GET `_) - + * ..//context/delegates//frozen_deposits (`GET `_) - + * ..//context/delegates//frozen_deposits_limit (`GET `_) - + * ..//context/delegates//full_balance (`GET `_) - + * ..//context/delegates//grace_period (`GET `_) - + * ..//context/delegates//is_forbidden (`GET `_) - + * ..//context/delegates//min_delegated_in_current_cycle (`GET `_) - + * ..//context/delegates//own_delegated (`GET `_) - + * ..//context/delegates//own_full_balance (`GET `_) - + * ..//context/delegates//own_staked (`GET `_) - + * ..//context/delegates//participation (`GET `_) - + * ..//context/delegates//pending_staking_parameters (`GET `_) - + * ..//context/delegates//stakers (`GET `_) - + * ..//context/delegates//staking_balance (`GET `_) - + * ..//context/delegates//staking_denominator (`GET `_) - + * ..//context/delegates//total_delegated (`GET `_) - + * ..//context/delegates//total_delegated_stake (`GET `_) - + * ..//context/delegates//total_staked (`GET `_) - + * ..//context/delegates//total_unstaked_per_cycle (`GET `_) - + * ..//context/delegates//unstaked_frozen_deposits (`GET `_) - + * ..//context/delegates//voting_info (`GET `_) - + * ..//context/delegates//voting_power (`GET `_) - + * ..//context/denunciations (`GET `_) - + * ..//context/destination - + * ..//context/destination/ - + * ..//context/destination//index (`GET `_) - + * ..//context/issuance - + * ..//context/issuance/current_yearly_rate (`GET `_) - + * ..//context/issuance/current_yearly_rate_details (`GET `_) - + * ..//context/issuance/current_yearly_rate_exact (`GET `_) - + * ..//context/issuance/expected_issuance (`GET `_) - + * ..//context/issuance/issuance_per_minute (`GET `_) - + * ..//context/liquidity_baking - + * ..//context/liquidity_baking/cpmm_address (`GET `_) - + * ..//context/merkle_tree (`GET `_) - + * ..//context/merkle_tree_v2 (`GET `_) - + * ..//context/nonces - + * ..//context/nonces/ (`GET `_) - + * ..//context/protocol - + * ..//context/protocol/first_level (`GET `_) - + * ..//context/raw - + * ..//context/raw/bytes (`GET `_) - + * ..//context/raw/json () - + * ..//context/sapling - + * ..//context/sapling/ - + * ..//context/sapling//get_diff (`GET `_) - + * ..//context/seed (`POST `_) - + * ..//context/seed_computation (`GET `_) - + * ..//context/smart_rollups - + * ..//context/smart_rollups/all (`GET `_) - + * ..//context/smart_rollups/all/inbox (`GET `_) - + * ..//context/smart_rollups/smart_rollup - + * ..//context/smart_rollups/smart_rollup/ - + * ..//context/smart_rollups/smart_rollup//commitment - + * ..//context/smart_rollups/smart_rollup//commitment/ (`GET `_) - + * ..//context/smart_rollups/smart_rollup//commitment//can_be_cemented (`GET `_) - + * ..//context/smart_rollups/smart_rollup//commitment//stakers_indexes (`GET `_) - + * ..//context/smart_rollups/smart_rollup//consumed_outputs - + * ..//context/smart_rollups/smart_rollup//consumed_outputs/ (`GET `_) - + * ..//context/smart_rollups/smart_rollup//genesis_info (`GET `_) - + * ..//context/smart_rollups/smart_rollup//inbox_level - + * ..//context/smart_rollups/smart_rollup//inbox_level/ - + * ..//context/smart_rollups/smart_rollup//inbox_level//commitments (`GET `_) - + * ..//context/smart_rollups/smart_rollup//kind (`GET `_) - + * ..//context/smart_rollups/smart_rollup//last_cemented_commitment_hash_with_level (`GET `_) - + * ..//context/smart_rollups/smart_rollup//last_whitelist_update (`GET `_) - + * ..//context/smart_rollups/smart_rollup//staker - + * ..//context/smart_rollups/smart_rollup//staker/ - + * ..//context/smart_rollups/smart_rollup//staker//conflicts (`GET `_) - + * ..//context/smart_rollups/smart_rollup//staker//games (`GET `_) - + * ..//context/smart_rollups/smart_rollup//staker//index (`GET `_) - + * ..//context/smart_rollups/smart_rollup//staker//staked_on_commitment (`GET `_) - + * ..//context/smart_rollups/smart_rollup//staker1 - + * ..//context/smart_rollups/smart_rollup//staker1/ - + * ..//context/smart_rollups/smart_rollup//staker1//staker2 - + * ..//context/smart_rollups/smart_rollup//staker1//staker2/ - + * ..//context/smart_rollups/smart_rollup//staker1//staker2//timeout (`GET `_) - + * ..//context/smart_rollups/smart_rollup//staker1//staker2//timeout_reached (`GET `_) - + * ..//context/smart_rollups/smart_rollup//stakers (`GET `_) - + * ..//context/smart_rollups/smart_rollup//ticket_balance (`POST `_) - + * ..//context/smart_rollups/smart_rollup//whitelist (`GET `_) - + * ..//context/total_currently_staked (`GET `_) - + * ..//context/total_frozen_stake (`GET `_) - + * ..//context/total_supply (`GET `_) - + * ..//hash (`GET `_) - + * ..//header (`GET `_) - + * ..//header/protocol_data (`GET `_) - + * ..//header/protocol_data/raw (`GET `_) - + * ..//header/raw (`GET `_) - + * ..//header/shell (`GET `_) - + * ..//helpers - + * ..//helpers/attestation_rights (`GET `_) - + * ..//helpers/baking_rights (`GET `_) - + * ..//helpers/complete - + * ..//helpers/complete/ (`GET `_) - + * ..//helpers/consecutive_round_zero (`GET `_) - + * ..//helpers/current_level (`GET `_) - + * ..//helpers/forge - + * ..//helpers/forge/bls_consensus_operations (`POST `_) - + * ..//helpers/forge/operations (`POST `_) - + * ..//helpers/forge/protocol_data (`POST `_) - + * ..//helpers/forge/signed_operations (`POST `_) - + * ..//helpers/forge_block_header (`POST `_) - + * ..//helpers/levels_in_current_cycle (`GET `_) - + * ..//helpers/parse - + * ..//helpers/parse/block (`POST `_) - + * ..//helpers/parse/operations (`POST `_) - + * ..//helpers/preapply - + * ..//helpers/preapply/block (`POST `_) - + * ..//helpers/preapply/operations (`POST `_) - + * ..//helpers/round (`GET `_) - + * ..//helpers/scripts - + * ..//helpers/scripts/entrypoint (`POST `_) - + * ..//helpers/scripts/entrypoints (`POST `_) - + * ..//helpers/scripts/normalize_data (`POST `_) - + * ..//helpers/scripts/normalize_script (`POST `_) - + * ..//helpers/scripts/normalize_stack (`POST `_) - + * ..//helpers/scripts/normalize_type (`POST `_) - + * ..//helpers/scripts/pack_data (`POST `_) - + * ..//helpers/scripts/run_code (`POST `_) - + * ..//helpers/scripts/run_instruction (`POST `_) - + * ..//helpers/scripts/run_operation (`POST `_) - + * ..//helpers/scripts/run_script_view (`POST `_) - + * ..//helpers/scripts/run_view (`POST `_) - + * ..//helpers/scripts/script_size (`POST `_) - + * ..//helpers/scripts/simulate_operation (`POST `_) - + * ..//helpers/scripts/trace_code (`POST `_) - + * ..//helpers/scripts/typecheck_code (`POST `_) - + * ..//helpers/scripts/typecheck_data (`POST `_) - + * ..//helpers/stake_info (`GET `_) - + * ..//helpers/total_baking_power (`GET `_) - - * ..//helpers/tz4_staker_number_ratio (`GET `_) - + + * ..//helpers/tz4_baker_number_ratio (`GET `_) + * ..//helpers/validators (`GET `_) - + * ..//live_blocks (`GET `_) - + * ..//metadata (`GET `_) - + * ..//metadata_hash (`GET `_) - + * ..//operation_hashes (`GET `_) - + * ..//operation_hashes/ (`GET `_) - + * ..//operation_hashes// (`GET `_) - + * ..//operation_metadata_hashes (`GET `_) - + * ..//operation_metadata_hashes/ (`GET `_) - + * ..//operation_metadata_hashes// (`GET `_) - + * ..//operations (`GET `_) - + * ..//operations/ (`GET `_) - + * ..//operations// (`GET `_) - + * ..//operations_metadata_hash (`GET `_) - + * ..//protocols (`GET `_) - + * ..//resulting_context_hash (`GET `_) - + * ..//votes - + * ..//votes/ballot_list (`GET `_) - + * ..//votes/ballots (`GET `_) - + * ..//votes/current_period (`GET `_) - + * ..//votes/current_proposal (`GET `_) - + * ..//votes/current_quorum (`GET `_) - + * ..//votes/listings (`GET `_) - + * ..//votes/proposal_count - + * ..//votes/proposal_count/ (`GET `_) - + * ..//votes/proposals (`GET `_) - + * ..//votes/successor_period (`GET `_) - + * ..//votes/total_voting_power (`GET `_) Full description @@ -550,7 +550,7 @@ Full description **GET ../?[version=]&[force_metadata]&[metadata=]** .. raw:: html - +
@@ -3684,11 +3684,11 @@ Full description +--------------------------------+----------------------+-------------------------------------+ | operations | Variable | sequence of $X_79 | +--------------------------------+----------------------+-------------------------------------+ - - + + fitness.elem ************ - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -3696,44 +3696,44 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + 024-PsD5wVTJ.per_block_votes (1 byte, 8-bit tag) ************************************************ - + per_block_vote_on (tag 0) ========================= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + per_block_vote_off (tag 1) ========================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + per_block_vote_pass (tag 2) =========================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + raw_block_header **************** - + +---------------------------------------+----------+-------------------------------------+ | Name | Size | Contents | +=======================================+==========+=====================================+ @@ -3769,24 +3769,24 @@ Full description +---------------------------------------+----------+-------------------------------------+ | signature | Variable | bytes | +---------------------------------------+----------+-------------------------------------+ - - + + test_chain_status (Determined from data, 8-bit tag) *************************************************** - + Not_running (tag 0) =================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Forking (tag 1) =============== - + +------------+----------+----------------------------------+ | Name | Size | Contents | +============+==========+==================================+ @@ -3796,11 +3796,11 @@ Full description +------------+----------+----------------------------------+ | expiration | 8 bytes | signed 64-bit big-endian integer | +------------+----------+----------------------------------+ - - + + Running (tag 2) =============== - + +------------+----------+----------------------------------+ | Name | Size | Contents | +============+==========+==================================+ @@ -3814,11 +3814,11 @@ Full description +------------+----------+----------------------------------+ | expiration | 8 bytes | signed 64-bit big-endian integer | +------------+----------+----------------------------------+ - - + + X_2 *** - + +------------------------------+---------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==============================+=========+=========================================================================+ @@ -3828,11 +3828,11 @@ Full description +------------------------------+---------+-------------------------------------------------------------------------+ | max_op | 4 bytes | signed 31-bit big-endian integer in the range -1073741824 to 1073741823 | +------------------------------+---------+-------------------------------------------------------------------------+ - - + + X_1 *** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -3840,14 +3840,14 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + public_key_hash (21 bytes, 8-bit tag) ************************************* - + Ed25519 (tag 0) =============== - + +-------------------------+----------+------------------------+ | Name | Size | Contents | +=========================+==========+========================+ @@ -3855,11 +3855,11 @@ Full description +-------------------------+----------+------------------------+ | Ed25519.Public_key_hash | 20 bytes | bytes | +-------------------------+----------+------------------------+ - - + + Secp256k1 (tag 1) ================= - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -3867,11 +3867,11 @@ Full description +---------------------------+----------+------------------------+ | Secp256k1.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + P256 (tag 2) ============ - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -3879,11 +3879,11 @@ Full description +----------------------+----------+------------------------+ | P256.Public_key_hash | 20 bytes | bytes | +----------------------+----------+------------------------+ - - + + Bls (tag 3) =========== - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -3891,11 +3891,11 @@ Full description +---------------------------+----------+------------------------+ | Bls12_381.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + X_3 *** - + +---------------------+---------+-------------------------------------+ | Name | Size | Contents | +=====================+=========+=====================================+ @@ -3909,64 +3909,64 @@ Full description +---------------------+---------+-------------------------------------+ | expected_commitment | 1 byte | boolean (0 for false, 255 for true) | +---------------------+---------+-------------------------------------+ - - + + X_6 (1 byte, 8-bit tag) *********************** - + Proposal (tag 0) ================ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + exploration (tag 1) =================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Cooldown (tag 2) ================ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Promotion (tag 3) ================= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Adoption (tag 4) ================ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + X_5 *** - + +----------------+---------+----------------------------------+ | Name | Size | Contents | +================+=========+==================================+ @@ -3976,11 +3976,11 @@ Full description +----------------+---------+----------------------------------+ | start_position | 4 bytes | signed 32-bit big-endian integer | +----------------+---------+----------------------------------+ - - + + X_4 *** - + +---------------+---------+----------------------------------+ | Name | Size | Contents | +===============+=========+==================================+ @@ -3990,24 +3990,24 @@ Full description +---------------+---------+----------------------------------+ | remaining | 4 bytes | signed 32-bit big-endian integer | +---------------+---------+----------------------------------+ - - + + X_7 (Determined from data, 8-bit tag) ************************************* - + None (tag 0) ============ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Some (tag 1) ============ - + +-------------+----------+------------------------+ | Name | Size | Contents | +=============+==========+========================+ @@ -4015,14 +4015,14 @@ Full description +-------------+----------+------------------------+ | cycle_nonce | 32 bytes | bytes | +-------------+----------+------------------------+ - - + + 024-PsD5wVTJ.contract_id (22 bytes, 8-bit tag) ********************************************** - + Implicit (tag 0) ================ - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -4030,11 +4030,11 @@ Full description +---------------------------+----------+------------------------+ | Signature.Public_key_hash | 21 bytes | $public_key_hash | +---------------------------+----------+------------------------+ - - + + Originated (tag 1) ================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -4044,14 +4044,14 @@ Full description +---------------+----------+------------------------+ | padding | 1 byte | padding | +---------------+----------+------------------------+ - - + + 024-PsD5wVTJ.staker (Determined from data, 8-bit tag) ***************************************************** - + Single (tag 0) ============== - + +----------+----------+---------------------------+ | Name | Size | Contents | +==========+==========+===========================+ @@ -4061,11 +4061,11 @@ Full description +----------+----------+---------------------------+ | delegate | 21 bytes | $public_key_hash | +----------+----------+---------------------------+ - - + + Shared (tag 1) ============== - + +----------+----------+------------------------+ | Name | Size | Contents | +==========+==========+========================+ @@ -4073,14 +4073,14 @@ Full description +----------+----------+------------------------+ | delegate | 21 bytes | $public_key_hash | +----------+----------+------------------------+ - - + + 024-PsD5wVTJ.bond_id (21 bytes, 8-bit tag) ****************************************** - + Smart_rollup_bond_id (tag 1) ============================ - + +--------------+----------+------------------------+ | Name | Size | Contents | +==============+==========+========================+ @@ -4088,14 +4088,14 @@ Full description +--------------+----------+------------------------+ | smart_rollup | 20 bytes | bytes | +--------------+----------+------------------------+ - - + + 024-PsD5wVTJ.frozen_staker (Determined from data, 8-bit tag) ************************************************************ - + Single (tag 0) ============== - + +----------+----------+---------------------------+ | Name | Size | Contents | +==========+==========+===========================+ @@ -4105,11 +4105,11 @@ Full description +----------+----------+---------------------------+ | delegate | 21 bytes | $public_key_hash | +----------+----------+---------------------------+ - - + + Shared (tag 1) ============== - + +----------+----------+------------------------+ | Name | Size | Contents | +==========+==========+========================+ @@ -4117,11 +4117,11 @@ Full description +----------+----------+------------------------+ | delegate | 21 bytes | $public_key_hash | +----------+----------+------------------------+ - - + + Baker (tag 2) ============= - + +-----------------+----------+------------------------+ | Name | Size | Contents | +=================+==========+========================+ @@ -4129,11 +4129,11 @@ Full description +-----------------+----------+------------------------+ | baker_own_stake | 21 bytes | $public_key_hash | +-----------------+----------+------------------------+ - - + + Baker_edge (tag 3) ================== - + +------------+----------+------------------------+ | Name | Size | Contents | +============+==========+========================+ @@ -4141,14 +4141,14 @@ Full description +------------+----------+------------------------+ | baker_edge | 21 bytes | $public_key_hash | +------------+----------+------------------------+ - - + + X_9 (Determined from data, 8-bit tag) ************************************* - + Contract (tag 0) ================ - + +----------+----------+----------------------------------+ | Name | Size | Contents | +==========+==========+==================================+ @@ -4158,11 +4158,11 @@ Full description +----------+----------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +----------+----------+----------------------------------+ - - + + Block_fees (tag 2) ================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -4170,11 +4170,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Deposits (tag 4) ================ - + +--------+----------------------+----------------------------------+ | Name | Size | Contents | +========+======================+==================================+ @@ -4184,11 +4184,11 @@ Full description +--------+----------------------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+----------------------+----------------------------------+ - - + + Nonce_revelation_rewards (tag 5) ================================ - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -4196,11 +4196,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Attesting_rewards (tag 7) ========================= - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -4208,11 +4208,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Baking_rewards (tag 8) ====================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -4220,11 +4220,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Baking_bonuses (tag 9) ====================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -4232,11 +4232,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Storage_fees (tag 11) ===================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -4244,11 +4244,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Double_signing_punishments (tag 12) =================================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -4256,11 +4256,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Lost_attesting_rewards (tag 13) =============================== - + +---------------+----------+-------------------------------------+ | Name | Size | Contents | +===============+==========+=====================================+ @@ -4274,11 +4274,11 @@ Full description +---------------+----------+-------------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +---------------+----------+-------------------------------------+ - - + + Liquidity_baking_subsidies (tag 14) =================================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -4286,11 +4286,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Burned (tag 15) =============== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -4298,11 +4298,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Commitments (tag 16) ==================== - + +-----------+----------+----------------------------------+ | Name | Size | Contents | +===========+==========+==================================+ @@ -4312,11 +4312,11 @@ Full description +-----------+----------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +-----------+----------+----------------------------------+ - - + + Bootstrap (tag 17) ================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -4324,11 +4324,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Invoice (tag 18) ================ - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -4336,11 +4336,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Initial_commitments (tag 19) ============================ - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -4348,11 +4348,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Minted (tag 20) =============== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -4360,11 +4360,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Frozen_bonds (tag 21) ===================== - + +----------+----------+----------------------------------+ | Name | Size | Contents | +==========+==========+==================================+ @@ -4376,11 +4376,11 @@ Full description +----------+----------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +----------+----------+----------------------------------+ - - + + Smart_rollup_refutation_punishments (tag 24) ============================================ - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -4388,11 +4388,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Smart_rollup_refutation_rewards (tag 25) ======================================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -4400,11 +4400,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Unstaked_deposits (tag 26) ========================== - + +--------+----------------------+----------------------------------+ | Name | Size | Contents | +========+======================+==================================+ @@ -4416,11 +4416,11 @@ Full description +--------+----------------------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+----------------------+----------------------------------+ - - + + Staking_delegator_numerator (tag 27) ==================================== - + +-----------+----------+----------------------------------+ | Name | Size | Contents | +===========+==========+==================================+ @@ -4430,11 +4430,11 @@ Full description +-----------+----------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +-----------+----------+----------------------------------+ - - + + Staking_delegate_denominator (tag 28) ===================================== - + +----------+----------+----------------------------------+ | Name | Size | Contents | +==========+==========+==================================+ @@ -4444,11 +4444,11 @@ Full description +----------+----------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +----------+----------+----------------------------------+ - - + + DAL_attesting_rewards (tag 29) ============================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -4456,11 +4456,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Lost_DAL_attesting_rewards (tag 30) =================================== - + +----------+----------+----------------------------------+ | Name | Size | Contents | +==========+==========+==================================+ @@ -4470,54 +4470,54 @@ Full description +----------+----------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +----------+----------+----------------------------------+ - - + + X_10 (Determined from data, 8-bit tag) ************************************** - + Block_application (tag 0) ========================= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Protocol_migration (tag 1) ========================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Subsidy (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Simulation (tag 3) ================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Delayed_operation (tag 4) ========================= - + +------------------------+----------+------------------------+ | Name | Size | Contents | +========================+==========+========================+ @@ -4525,11 +4525,11 @@ Full description +------------------------+----------+------------------------+ | delayed_operation_hash | 32 bytes | bytes | +------------------------+----------+------------------------+ - - + + X_8 *** - + +-----------------+----------------------+----------+ | Name | Size | Contents | +=================+======================+==========+ @@ -4537,38 +4537,38 @@ Full description +-----------------+----------------------+----------+ | Unnamed field 1 | Determined from data | $X_10 | +-----------------+----------------------+----------+ - - + + N.t *** - + A variable-length sequence of bytes encoding a Zarith natural number. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). Size bits ignored, the data is the binary representation of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | N.t | Determined from data | bytes | +------+----------------------+----------+ - - + + Z.t *** - + A variable-length sequence of bytes encoding a Zarith integer. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). The second most significant bit of the first byte is reserved for the sign (0 for positive, 1 for negative). Size and sign bits ignored, the data is the binary representation of the absolute value of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | Z.t | Determined from data | bytes | +------+----------------------+----------+ - - + + 024-PsD5wVTJ.contract_id.originated (22 bytes, 8-bit tag) ********************************************************* - + Originated (tag 1) ================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -4578,11 +4578,11 @@ Full description +---------------+----------+------------------------+ | padding | 1 byte | padding | +---------------+----------+------------------------+ - - + + sapling.transaction.ciphertext ****************************** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -4600,11 +4600,11 @@ Full description +-----------------------+----------+------------------------------------+ | nonce_out | 24 bytes | bytes | +-----------------------+----------+------------------------------------+ - - + + X_24 **** - + +-----------------+----------------------+---------------------------------+ | Name | Size | Contents | +=================+======================+=================================+ @@ -4612,11 +4612,11 @@ Full description +-----------------+----------------------+---------------------------------+ | Unnamed field 1 | Determined from data | $sapling.transaction.ciphertext | +-----------------+----------------------+---------------------------------+ - - + + X_23 **** - + +-----------------------------+----------+------------------------------------+ | Name | Size | Contents | +=============================+==========+====================================+ @@ -4628,14 +4628,14 @@ Full description +-----------------------------+----------+------------------------------------+ | nullifiers | Variable | sequence of bytes | +-----------------------------+----------+------------------------------------+ - - + + X_29 (Determined from data, 8-bit tag) ************************************** - + update (tag 0) ============== - + +---------+----------------------+------------------------+ | Name | Size | Contents | +=========+======================+========================+ @@ -4643,21 +4643,21 @@ Full description +---------+----------------------+------------------------+ | updates | Determined from data | $X_23 | +---------+----------------------+------------------------+ - - + + remove (tag 1) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + copy (tag 2) ============ - + +---------+----------------------+------------------------+ | Name | Size | Contents | +=========+======================+========================+ @@ -4667,11 +4667,11 @@ Full description +---------+----------------------+------------------------+ | updates | Determined from data | $X_23 | +---------+----------------------+------------------------+ - - + + alloc (tag 3) ============= - + +-----------+----------------------+------------------------------------+ | Name | Size | Contents | +===========+======================+====================================+ @@ -4681,11 +4681,11 @@ Full description +-----------+----------------------+------------------------------------+ | memo_size | 2 bytes | unsigned 16-bit big-endian integer | +-----------+----------------------+------------------------------------+ - - + + 024-PsD5wVTJ.michelson.v1.primitives (Enumeration: unsigned 8-bit integer): *************************************************************************** - + +-------------+--------------------------------+ | Case number | Encoded string | +=============+================================+ @@ -5011,14 +5011,14 @@ Full description +-------------+--------------------------------+ | 160 | GET_ADDRESS_INDEX | +-------------+--------------------------------+ - - + + micheline.024-PsD5wVTJ.michelson_v1.expression (Determined from data, 8-bit tag) ******************************************************************************** - + Int (tag 0) =========== - + +------+----------------------+------------------------+ | Name | Size | Contents | +======+======================+========================+ @@ -5026,11 +5026,11 @@ Full description +------+----------------------+------------------------+ | int | Determined from data | $Z.t | +------+----------------------+------------------------+ - - + + String (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -5040,11 +5040,11 @@ Full description +-----------------------+----------+------------------------------------+ | string | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + Sequence (tag 2) ================ - + +-----------------------+----------+-------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+=============================================================+ @@ -5054,11 +5054,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------+ | Unnamed field 0 | Variable | sequence of $micheline.024-PsD5wVTJ.michelson_v1.expression | +-----------------------+----------+-------------------------------------------------------------+ - - + + Prim__no_args__no_annots (tag 3) ================================ - + +------+--------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+========+===========================================================================================+ @@ -5066,11 +5066,11 @@ Full description +------+--------+-------------------------------------------------------------------------------------------+ | prim | 1 byte | unsigned 8-bit integer encoding an enumeration (see 024-PsD5wVTJ.michelson.v1.primitives) | +------+--------+-------------------------------------------------------------------------------------------+ - - + + Prim__no_args__some_annots (tag 4) ================================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -5082,11 +5082,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__no_annots (tag 5) ============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -5096,11 +5096,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__some_annots (tag 6) ================================ - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -5114,11 +5114,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__no_annots (tag 7) =============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -5130,11 +5130,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg2 | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__some_annots (tag 8) ================================= - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -5150,11 +5150,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__generic (tag 9) ===================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -5170,11 +5170,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Bytes (tag 10) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -5184,11 +5184,11 @@ Full description +-----------------------+----------+------------------------------------+ | bytes | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + X_30 **** - + +-----------------------------+----------------------+-------------------------------------------------+ | Name | Size | Contents | +=============================+======================+=================================================+ @@ -5200,14 +5200,14 @@ Full description +-----------------------------+----------------------+-------------------------------------------------+ | value | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +-----------------------------+----------------------+-------------------------------------------------+ - - + + X_41 (Determined from data, 8-bit tag) ************************************** - + update (tag 0) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -5217,21 +5217,21 @@ Full description +-----------------------+----------+------------------------------------+ | updates | Variable | sequence of $X_30 | +-----------------------+----------+------------------------------------+ - - + + remove (tag 1) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + copy (tag 2) ============ - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -5243,11 +5243,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | updates | Variable | sequence of $X_30 | +-----------------------+----------------------+------------------------------------+ - - + + alloc (tag 3) ============= - + +-----------------------+----------------------+-------------------------------------------------+ | Name | Size | Contents | +=======================+======================+=================================================+ @@ -5261,14 +5261,14 @@ Full description +-----------------------+----------------------+-------------------------------------------------+ | value_type | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +-----------------------+----------------------+-------------------------------------------------+ - - + + X_42 (Determined from data, 8-bit tag) ************************************** - + big_map (tag 0) =============== - + +------+----------------------+------------------------+ | Name | Size | Contents | +======+======================+========================+ @@ -5278,11 +5278,11 @@ Full description +------+----------------------+------------------------+ | diff | Determined from data | $X_41 | +------+----------------------+------------------------+ - - + + sapling_state (tag 1) ===================== - + +------+----------------------+------------------------+ | Name | Size | Contents | +======+======================+========================+ @@ -5292,11 +5292,11 @@ Full description +------+----------------------+------------------------+ | diff | Determined from data | $X_29 | +------+----------------------+------------------------+ - - + + 024-PsD5wVTJ.lazy_storage_diff ****************************** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -5304,11 +5304,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_42 | +-----------------------+----------+------------------------------------+ - - + + X_44 **** - + +--------------+----------------------+-------------------------------------------------+ | Name | Size | Contents | +==============+======================+=================================================+ @@ -5318,14 +5318,14 @@ Full description +--------------+----------------------+-------------------------------------------------+ | content | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +--------------+----------------------+-------------------------------------------------+ - - + + 024-PsD5wVTJ.transaction_destination (22 bytes, 8-bit tag) ********************************************************** - + Implicit (tag 0) ================ - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -5333,11 +5333,11 @@ Full description +---------------------------+----------+------------------------+ | Signature.Public_key_hash | 21 bytes | $public_key_hash | +---------------------------+----------+------------------------+ - - + + Originated (tag 1) ================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -5347,11 +5347,11 @@ Full description +---------------+----------+------------------------+ | padding | 1 byte | padding | +---------------+----------+------------------------+ - - + + Smart_rollup (tag 3) ==================== - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -5361,11 +5361,11 @@ Full description +----------------------+----------+------------------------+ | padding | 1 byte | padding | +----------------------+----------+------------------------+ - - + + Zk_rollup (tag 4) ================= - + +----------------+----------+------------------------+ | Name | Size | Contents | +================+==========+========================+ @@ -5375,11 +5375,11 @@ Full description +----------------+----------+------------------------+ | padding | 1 byte | padding | +----------------+----------+------------------------+ - - + + X_47 **** - + +---------+----------------------+---------------------------------------+ | Name | Size | Contents | +=========+======================+=======================================+ @@ -5387,11 +5387,11 @@ Full description +---------+----------------------+---------------------------------------+ | amount | Determined from data | $Z.t | +---------+----------------------+---------------------------------------+ - - + + X_43 **** - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -5401,11 +5401,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | updates | Variable | sequence of $X_47 | +-----------------------+----------------------+------------------------------------+ - - + + X_77 **** - + +---------+----------------------+---------------------------------------+ | Name | Size | Contents | +=========+======================+=======================================+ @@ -5413,14 +5413,14 @@ Full description +---------+----------------------+---------------------------------------+ | index | Determined from data | $Z.t | +---------+----------------------+---------------------------------------+ - - + + X_78 (Determined from data, 8-bit tag) ************************************** - + To_contract (tag 0) =================== - + +--------------------------------------------------------------------------+----------------------+--------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+==================================================+ @@ -5458,11 +5458,11 @@ Full description +--------------------------------------------------------------------------+----------------------+--------------------------------------------------+ | address_registry_diff | Variable | sequence of $X_77 | +--------------------------------------------------------------------------+----------------------+--------------------------------------------------+ - - + + To_smart_rollup (tag 2) ======================= - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -5474,14 +5474,14 @@ Full description +-----------------------+----------------------+------------------------------------+ | ticket_updates | Variable | sequence of $X_43 | +-----------------------+----------------------+------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.successful_manager_operation_result (Determined from data, 8-bit tag) ************************************************************************************************** - + reveal (tag 0) ============== - + +-------------------+----------------------+------------------------+ | Name | Size | Contents | +===================+======================+========================+ @@ -5489,11 +5489,11 @@ Full description +-------------------+----------------------+------------------------+ | consumed_milligas | Determined from data | $N.t | +-------------------+----------------------+------------------------+ - - + + transaction (tag 1) =================== - + +-----------------+----------------------+------------------------+ | Name | Size | Contents | +=================+======================+========================+ @@ -5501,11 +5501,11 @@ Full description +-----------------+----------------------+------------------------+ | Unnamed field 0 | Determined from data | $X_78 | +-----------------+----------------------+------------------------+ - - + + origination (tag 2) =================== - + +--------------------------------------------------------------------------+----------------------+--------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+==================================================+ @@ -5529,11 +5529,11 @@ Full description +--------------------------------------------------------------------------+----------------------+--------------------------------------------------+ | lazy_storage_diff | Determined from data | $024-PsD5wVTJ.lazy_storage_diff | +--------------------------------------------------------------------------+----------------------+--------------------------------------------------+ - - + + delegation (tag 3) ================== - + +--------------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+====================================+ @@ -5545,11 +5545,11 @@ Full description +--------------------------------------------------------------------------+----------------------+------------------------------------+ | balance_updates | Variable | sequence of $X_8 | +--------------------------------------------------------------------------+----------------------+------------------------------------+ - - + + set_deposits_limit (tag 5) ========================== - + +-------------------+----------------------+------------------------+ | Name | Size | Contents | +===================+======================+========================+ @@ -5557,11 +5557,11 @@ Full description +-------------------+----------------------+------------------------+ | consumed_milligas | Determined from data | $N.t | +-------------------+----------------------+------------------------+ - - + + update_consensus_key (tag 6) ============================ - + +-------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +===================+======================+=====================================+ @@ -5571,11 +5571,11 @@ Full description +-------------------+----------------------+-------------------------------------+ | consumed_milligas | Determined from data | $N.t | +-------------------+----------------------+-------------------------------------+ - - + + increase_paid_storage (tag 9) ============================= - + +--------------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+====================================+ @@ -5587,11 +5587,11 @@ Full description +--------------------------------------------------------------------------+----------------------+------------------------------------+ | consumed_milligas | Determined from data | $N.t | +--------------------------------------------------------------------------+----------------------+------------------------------------+ - - + + smart_rollup_originate (tag 200) ================================ - + +--------------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+====================================+ @@ -5609,11 +5609,11 @@ Full description +--------------------------------------------------------------------------+----------------------+------------------------------------+ | size | Determined from data | $Z.t | +--------------------------------------------------------------------------+----------------------+------------------------------------+ - - + + X_0 *** - + +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+===============================================================================+ @@ -5663,11 +5663,11 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------------+ | dal_attestation | Determined from data | $Z.t | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------------+ - - + + X_82 **** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -5675,11 +5675,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + X_83 **** - + +-----------------------+----------+-------------------------------------+ | Name | Size | Contents | +=======================+==========+=====================================+ @@ -5691,11 +5691,11 @@ Full description +-----------------------+----------+-------------------------------------+ | exit_validity | 1 byte | boolean (0 for false, 255 for true) | +-----------------------+----------+-------------------------------------+ - - + + X_81 **** - + +-----------------+----------------------+----------+ | Name | Size | Contents | +=================+======================+==========+ @@ -5703,11 +5703,11 @@ Full description +-----------------+----------------------+----------+ | Unnamed field 1 | Determined from data | $X_83 | +-----------------+----------------------+----------+ - - + + X_86 **** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -5717,11 +5717,11 @@ Full description +-----------------------+----------+------------------------------------+ | fee | 32 bytes | bytes | +-----------------------+----------+------------------------------------+ - - + + X_84 **** - + +-----------------+----------------------+----------+ | Name | Size | Contents | +=================+======================+==========+ @@ -5729,11 +5729,11 @@ Full description +-----------------+----------------------+----------+ | Unnamed field 1 | Determined from data | $X_86 | +-----------------+----------------------+----------+ - - + + X_87 **** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -5741,11 +5741,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of bytes | +-----------------------+----------+------------------------------------+ - - + + X_80 **** - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -5763,11 +5763,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | proof | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + X_90 **** - + +--------+----------------------+----------+ | Name | Size | Contents | +========+======================+==========+ @@ -5775,11 +5775,11 @@ Full description +--------+----------------------+----------+ | amount | Determined from data | $Z.t | +--------+----------------------+----------+ - - + + X_89 **** - + +-----------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+=========================================================================+ @@ -5795,24 +5795,24 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------+ | payload | Variable | sequence of bytes | +-----------------------+----------------------+-------------------------------------------------------------------------+ - - + + X_93 (Determined from data, 8-bit tag) ************************************** - + None (tag 0) ============ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Some (tag 1) ============ - + +----------+----------------------+-------------------------------------------------+ | Name | Size | Contents | +==========+======================+=================================================+ @@ -5824,11 +5824,11 @@ Full description +----------+----------------------+-------------------------------------------------+ | ticketer | 22 bytes | $024-PsD5wVTJ.contract_id | +----------+----------------------+-------------------------------------------------+ - - + + X_88 **** - + +-----------------+----------------------+----------+ | Name | Size | Contents | +=================+======================+==========+ @@ -5836,44 +5836,44 @@ Full description +-----------------+----------------------+----------+ | Unnamed field 1 | Determined from data | $X_93 | +-----------------+----------------------+----------+ - - + + X_96 (1 byte, 8-bit tag) ************************ - + Public (tag 0) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Private (tag 1) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Fee (tag 2) =========== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + X_94 **** - + +-----------------+----------------------+----------+ | Name | Size | Contents | +=================+======================+==========+ @@ -5881,11 +5881,11 @@ Full description +-----------------+----------------------+----------+ | Unnamed field 1 | 1 byte | $X_96 | +-----------------+----------------------+----------+ - - + + X_97 **** - + +------------------+----------+------------------------+ | Name | Size | Contents | +==================+==========+========================+ @@ -5895,11 +5895,11 @@ Full description +------------------+----------+------------------------+ | commitment_proof | 96 bytes | bytes | +------------------+----------+------------------------+ - - + + X_98 **** - + +-------+----------+------------------+ | Name | Size | Contents | +=======+==========+==================+ @@ -5907,11 +5907,11 @@ Full description +-------+----------+------------------+ | bob | 21 bytes | $public_key_hash | +-------+----------+------------------+ - - + + X_99 **** - + +-----------------+---------+----------------------------------+ | Name | Size | Contents | +=================+=========+==================================+ @@ -5921,14 +5921,14 @@ Full description +-----------------+---------+----------------------------------+ | page_index | 2 bytes | signed 16-bit big-endian integer | +-----------------+---------+----------------------------------+ - - + + X_100 (Determined from data, 8-bit tag) *************************************** - + raw data proof (tag 0) ====================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -5938,21 +5938,21 @@ Full description +-----------------------+----------+------------------------------------+ | raw_data | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + metadata proof (tag 1) ====================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + dal page proof (tag 2) ====================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -5964,24 +5964,24 @@ Full description +-----------------------+----------+------------------------------------+ | dal_proof | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + dal parameters proof (tag 3) ============================ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + X_101 (Determined from data, 8-bit tag) *************************************** - + inbox proof (tag 0) =================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -5995,11 +5995,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | serialized_proof | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + reveal proof (tag 1) ==================== - + +--------------+----------------------+------------------------+ | Name | Size | Contents | +==============+======================+========================+ @@ -6007,21 +6007,21 @@ Full description +--------------+----------------------+------------------------+ | reveal_proof | Determined from data | $X_100 | +--------------+----------------------+------------------------+ - - + + first input (tag 2) =================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + X_102 ***** - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -6031,14 +6031,14 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | tick | Determined from data | $N.t | +-----------------------------+----------------------+-------------------------------------+ - - + + X_103 (Determined from data, 8-bit tag) *************************************** - + Dissection (tag 0) ================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -6048,11 +6048,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_102 | +-----------------------+----------+------------------------------------+ - - + + Proof (tag 1) ============= - + +-----------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +===================================+======================+=====================================+ @@ -6066,14 +6066,14 @@ Full description +-----------------------------------+----------------------+-------------------------------------+ | input_proof | Determined from data | $X_101 | +-----------------------------------+----------------------+-------------------------------------+ - - + + X_104 (Determined from data, 8-bit tag) *************************************** - + Start (tag 0) ============= - + +--------------------------+----------+------------------------+ | Name | Size | Contents | +==========================+==========+========================+ @@ -6083,11 +6083,11 @@ Full description +--------------------------+----------+------------------------+ | opponent_commitment_hash | 32 bytes | bytes | +--------------------------+----------+------------------------+ - - + + Move (tag 1) ============ - + +--------+----------------------+------------------------+ | Name | Size | Contents | +========+======================+========================+ @@ -6097,11 +6097,11 @@ Full description +--------+----------------------+------------------------+ | step | Determined from data | $X_103 | +--------+----------------------+------------------------+ - - + + X_105 ***** - + +------------------+----------+----------------------------------+ | Name | Size | Contents | +==================+==========+==================================+ @@ -6113,11 +6113,11 @@ Full description +------------------+----------+----------------------------------+ | number_of_ticks | 8 bytes | signed 64-bit big-endian integer | +------------------+----------+----------------------------------+ - - + + X_107 (Enumeration: unsigned 8-bit integer): ******************************************** - + +-------------+----------------+ | Case number | Encoded string | +=============+================+ @@ -6127,11 +6127,11 @@ Full description +-------------+----------------+ | 2 | riscv | +-------------+----------------+ - - + + X_108 ***** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -6139,14 +6139,14 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $public_key_hash | +-----------------------+----------+------------------------------------+ - - + + public_key (Determined from data, 8-bit tag) ******************************************** - + Ed25519 (tag 0) =============== - + +--------------------+----------+------------------------+ | Name | Size | Contents | +====================+==========+========================+ @@ -6154,11 +6154,11 @@ Full description +--------------------+----------+------------------------+ | Ed25519.Public_key | 32 bytes | bytes | +--------------------+----------+------------------------+ - - + + Secp256k1 (tag 1) ================= - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -6166,11 +6166,11 @@ Full description +----------------------+----------+------------------------+ | Secp256k1.Public_key | 33 bytes | bytes | +----------------------+----------+------------------------+ - - + + P256 (tag 2) ============ - + +-----------------+----------+------------------------+ | Name | Size | Contents | +=================+==========+========================+ @@ -6178,11 +6178,11 @@ Full description +-----------------+----------+------------------------+ | P256.Public_key | 33 bytes | bytes | +-----------------+----------+------------------------+ - - + + Bls (tag 3) =========== - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -6190,11 +6190,11 @@ Full description +----------------------+----------+------------------------+ | Bls12_381.Public_key | 48 bytes | bytes | +----------------------+----------+------------------------+ - - + + X_109 ***** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -6202,11 +6202,11 @@ Full description +-----------------------+----------+------------------------------------+ | Bls12_381_signature | 96 bytes | bytes | +-----------------------+----------+------------------------------------+ - - + + 024-PsD5wVTJ.scripted.contracts ******************************* - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -6218,114 +6218,114 @@ Full description +-----------------------+----------+------------------------------------+ | storage | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + 024-PsD5wVTJ.entrypoint (Determined from data, 8-bit tag) ********************************************************* - + default (tag 0) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + root (tag 1) ============ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + do (tag 2) ========== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + set_delegate (tag 3) ==================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + remove_delegate (tag 4) ======================= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + deposit (tag 5) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + stake (tag 6) ============= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + unstake (tag 7) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + finalize_unstake (tag 8) ======================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + set_delegate_parameters (tag 9) =============================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + named (tag 255) =============== - + +-----------------------+----------+------------------------+ | Name | Size | Contents | +=======================+==========+========================+ @@ -6335,11 +6335,11 @@ Full description +-----------------------+----------+------------------------+ | Unnamed field 0 | Variable | bytes | +-----------------------+----------+------------------------+ - - + + X_111 ***** - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -6349,11 +6349,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | value | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + X_113 ***** - + +--------------------+----------+----------------------------------+ | Name | Size | Contents | +====================+==========+==================================+ @@ -6363,11 +6363,11 @@ Full description +--------------------+----------+----------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+----------------------------------+ - - + + X_114 ***** - + +---------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=======================================+======================+=====================================+ @@ -6377,14 +6377,14 @@ Full description +---------------------------------------+----------------------+-------------------------------------+ | dal_attestation | Determined from data | $Z.t | +---------------------------------------+----------------------+-------------------------------------+ - - + + 024-PsD5wVTJ.inlined.consensus_operation.contents (Determined from data, 8-bit tag) *********************************************************************************** - + Preattestation (tag 20) ======================= - + +--------------------+----------+------------------------------------+ | Name | Size | Contents | +====================+==========+====================================+ @@ -6398,11 +6398,11 @@ Full description +--------------------+----------+------------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+------------------------------------+ - - + + Attestation (tag 21) ==================== - + +--------------------+----------+------------------------------------+ | Name | Size | Contents | +====================+==========+====================================+ @@ -6416,11 +6416,11 @@ Full description +--------------------+----------+------------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+------------------------------------+ - - + + Attestation_with_dal (tag 23) ============================= - + +--------------------+----------------------+------------------------------------+ | Name | Size | Contents | +====================+======================+====================================+ @@ -6436,11 +6436,11 @@ Full description +--------------------+----------------------+------------------------------------+ | dal_attestation | Determined from data | $Z.t | +--------------------+----------------------+------------------------------------+ - - + + Preattestations_aggregate (tag 30) ================================== - + +-----------------------+----------+------------------------------------------------+ | Name | Size | Contents | +=======================+==========+================================================+ @@ -6452,11 +6452,11 @@ Full description +-----------------------+----------+------------------------------------------------+ | committee | Variable | sequence of unsigned 16-bit big-endian integer | +-----------------------+----------+------------------------------------------------+ - - + + Attestations_aggregate (tag 31) =============================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -6468,11 +6468,11 @@ Full description +-----------------------+----------+------------------------------------+ | committee | Variable | sequence of $X_114 | +-----------------------+----------+------------------------------------+ - - + + 024-PsD5wVTJ.inlined.consensus_operation **************************************** - + +------------+----------------------+----------------------------------------------------+ | Name | Size | Contents | +============+======================+====================================================+ @@ -6482,11 +6482,11 @@ Full description +------------+----------------------+----------------------------------------------------+ | signature | Variable | bytes | +------------+----------------------+----------------------------------------------------+ - - + + X_120 ***** - + +-----------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +=================+======================+=========================================================================+ @@ -6494,11 +6494,11 @@ Full description +-----------------+----------------------+-------------------------------------------------------------------------+ | Unnamed field 1 | Determined from data | $X_87 | +-----------------+----------------------+-------------------------------------------------------------------------+ - - + + X_119 ***** - + +-------+----------------------+----------+ | Name | Size | Contents | +=======+======================+==========+ @@ -6506,11 +6506,11 @@ Full description +-------+----------------------+----------+ | proof | 48 bytes | bytes | +-------+----------------------+----------+ - - + + X_122 ***** - + +-----------------+-----------+----------+ | Name | Size | Contents | +=================+===========+==========+ @@ -6518,14 +6518,14 @@ Full description +-----------------+-----------+----------+ | Unnamed field 1 | 100 bytes | bytes | +-----------------+-----------+----------+ - - + + 024-PsD5wVTJ.operation.alpha.contents (Determined from data, 8-bit tag) *********************************************************************** - + Seed_nonce_revelation (tag 1) ============================= - + +-------+----------+----------------------------------+ | Name | Size | Contents | +=======+==========+==================================+ @@ -6535,11 +6535,11 @@ Full description +-------+----------+----------------------------------+ | nonce | 32 bytes | bytes | +-------+----------+----------------------------------+ - - + + Double_consensus_operation_evidence (tag 2) =========================================== - + +-----------------------+----------+-------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================+ @@ -6555,11 +6555,11 @@ Full description +-----------------------+----------+-------------------------------------------+ | op2 | Variable | $024-PsD5wVTJ.inlined.consensus_operation | +-----------------------+----------+-------------------------------------------+ - - + + Double_baking_evidence (tag 3) ============================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -6573,11 +6573,11 @@ Full description +-----------------------+----------+------------------------------------+ | bh2 | Variable | $raw_block_header | +-----------------------+----------+------------------------------------+ - - + + Activate_account (tag 4) ======================== - + +--------+----------+------------------------+ | Name | Size | Contents | +========+==========+========================+ @@ -6587,11 +6587,11 @@ Full description +--------+----------+------------------------+ | secret | 20 bytes | bytes | +--------+----------+------------------------+ - - + + Proposals (tag 5) ================= - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -6605,11 +6605,11 @@ Full description +-----------------------+----------+------------------------------------+ | proposals | Variable | sequence of at most 20 bytes | +-----------------------+----------+------------------------------------+ - - + + Ballot (tag 6) ============== - + +----------+----------+----------------------------------+ | Name | Size | Contents | +==========+==========+==================================+ @@ -6623,11 +6623,11 @@ Full description +----------+----------+----------------------------------+ | ballot | 1 byte | signed 8-bit integer | +----------+----------+----------------------------------+ - - + + Vdf_revelation (tag 8) ====================== - + +----------+-----------+------------------------+ | Name | Size | Contents | +==========+===========+========================+ @@ -6635,11 +6635,11 @@ Full description +----------+-----------+------------------------+ | solution | 200 bytes | $X_122 | +----------+-----------+------------------------+ - - + + Drain_delegate (tag 9) ====================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -6651,11 +6651,11 @@ Full description +---------------+----------+------------------------+ | destination | 21 bytes | $public_key_hash | +---------------+----------+------------------------+ - - + + Failing_noop (tag 17) ===================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -6665,11 +6665,11 @@ Full description +-----------------------+----------+------------------------------------+ | arbitrary | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + Preattestation (tag 20) ======================= - + +--------------------+----------+------------------------------------+ | Name | Size | Contents | +====================+==========+====================================+ @@ -6683,11 +6683,11 @@ Full description +--------------------+----------+------------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+------------------------------------+ - - + + Attestation (tag 21) ==================== - + +--------------------+----------+------------------------------------+ | Name | Size | Contents | +====================+==========+====================================+ @@ -6701,11 +6701,11 @@ Full description +--------------------+----------+------------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+------------------------------------+ - - + + Attestation_with_dal (tag 23) ============================= - + +--------------------+----------------------+------------------------------------+ | Name | Size | Contents | +====================+======================+====================================+ @@ -6721,11 +6721,11 @@ Full description +--------------------+----------------------+------------------------------------+ | dal_attestation | Determined from data | $Z.t | +--------------------+----------------------+------------------------------------+ - - + + Dal_entrapment_evidence (tag 24) ================================ - + +-----------------------+----------------------+-------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================+ @@ -6741,11 +6741,11 @@ Full description +-----------------------+----------------------+-------------------------------------------+ | shard_with_proof | Determined from data | $X_119 | +-----------------------+----------------------+-------------------------------------------+ - - + + Preattestations_aggregate (tag 30) ================================== - + +-----------------------+----------+------------------------------------------------+ | Name | Size | Contents | +=======================+==========+================================================+ @@ -6757,11 +6757,11 @@ Full description +-----------------------+----------+------------------------------------------------+ | committee | Variable | sequence of unsigned 16-bit big-endian integer | +-----------------------+----------+------------------------------------------------+ - - + + Attestations_aggregate (tag 31) =============================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -6773,11 +6773,11 @@ Full description +-----------------------+----------+------------------------------------+ | committee | Variable | sequence of $X_114 | +-----------------------+----------+------------------------------------+ - - + + Reveal (tag 107) ================ - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -6799,11 +6799,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | proof | Determined from data | $X_109 | +-----------------------------+----------------------+-------------------------------------+ - - + + Transaction (tag 108) ===================== - + +----------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==================================+======================+=====================================+ @@ -6827,11 +6827,11 @@ Full description +----------------------------------+----------------------+-------------------------------------+ | parameters | Determined from data | $X_111 | +----------------------------------+----------------------+-------------------------------------+ - - + + Origination (tag 109) ===================== - + +--------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +================================+======================+=====================================+ @@ -6855,11 +6855,11 @@ Full description +--------------------------------+----------------------+-------------------------------------+ | script | Determined from data | $024-PsD5wVTJ.scripted.contracts | +--------------------------------+----------------------+-------------------------------------+ - - + + Delegation (tag 110) ==================== - + +--------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +================================+======================+=====================================+ @@ -6879,11 +6879,11 @@ Full description +--------------------------------+----------------------+-------------------------------------+ | delegate | 21 bytes | $public_key_hash | +--------------------------------+----------------------+-------------------------------------+ - - + + Register_global_constant (tag 111) ================================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -6903,11 +6903,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | value | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + Set_deposits_limit (tag 112) ============================ - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -6927,11 +6927,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | limit | Determined from data | $N.t | +-----------------------------+----------------------+-------------------------------------+ - - + + Increase_paid_storage (tag 113) =============================== - + +---------------+----------------------+--------------------------------------+ | Name | Size | Contents | +===============+======================+======================================+ @@ -6951,11 +6951,11 @@ Full description +---------------+----------------------+--------------------------------------+ | destination | 22 bytes | $024-PsD5wVTJ.contract_id.originated | +---------------+----------------------+--------------------------------------+ - - + + Update_consensus_key (tag 114) ============================== - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -6977,11 +6977,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | proof | Determined from data | $X_109 | +-----------------------------+----------------------+-------------------------------------+ - - + + Update_companion_key (tag 115) ============================== - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -7003,11 +7003,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | proof | Determined from data | $X_109 | +-----------------------------+----------------------+-------------------------------------+ - - + + Transfer_ticket (tag 158) ========================= - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -7041,11 +7041,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | entrypoint | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_originate (tag 200) ================================ - + +---------------------------------+----------------------+------------------------------------------------------------+ | Name | Size | Contents | +=================================+======================+============================================================+ @@ -7075,11 +7075,11 @@ Full description +---------------------------------+----------------------+------------------------------------------------------------+ | whitelist | Determined from data | $X_108 | +---------------------------------+----------------------+------------------------------------------------------------+ - - + + Smart_rollup_add_messages (tag 201) =================================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -7099,11 +7099,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | message | Variable | sequence of $X_82 | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_cement (tag 202) ============================= - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -7121,11 +7121,11 @@ Full description +---------------+----------------------+------------------------+ | rollup | 20 bytes | bytes | +---------------+----------------------+------------------------+ - - + + Smart_rollup_publish (tag 203) ============================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -7145,11 +7145,11 @@ Full description +---------------+----------------------+------------------------+ | commitment | 76 bytes | $X_105 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_refute (tag 204) ============================= - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -7171,11 +7171,11 @@ Full description +---------------+----------------------+------------------------+ | refutation | Determined from data | $X_104 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_timeout (tag 205) ============================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -7195,11 +7195,11 @@ Full description +---------------+----------------------+------------------------+ | stakers | 42 bytes | $X_98 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_execute_outbox_message (tag 206) ============================================= - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -7223,11 +7223,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | output_proof | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_recover_bond (tag 207) =================================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -7247,11 +7247,11 @@ Full description +---------------+----------------------+------------------------+ | staker | 21 bytes | $public_key_hash | +---------------+----------------------+------------------------+ - - + + Dal_publish_commitment (tag 230) ================================ - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -7269,11 +7269,11 @@ Full description +---------------+----------------------+------------------------+ | slot_header | 145 bytes | $X_97 | +---------------+----------------------+------------------------+ - - + + Zk_rollup_origination (tag 250) =============================== - + +-----------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+=========================================================================+ @@ -7303,11 +7303,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------+ | nb_ops | 4 bytes | signed 31-bit big-endian integer in the range -1073741824 to 1073741823 | +-----------------------+----------------------+-------------------------------------------------------------------------+ - - + + Zk_rollup_publish (tag 251) =========================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -7329,11 +7329,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | op | Variable | sequence of $X_88 | +-----------------------+----------------------+------------------------------------+ - - + + Zk_rollup_update (tag 252) ========================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -7353,11 +7353,11 @@ Full description +---------------+----------------------+------------------------+ | update | Determined from data | $X_80 | +---------------+----------------------+------------------------+ - - + + X_141 ***** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -7365,14 +7365,14 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_82 | +-----------------------+----------+------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.operation_result.zk_rollup_update (Determined from data, 8-bit tag) ************************************************************************************************ - + Applied (tag 0) =============== - + +--------------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+====================================+ @@ -7386,11 +7386,11 @@ Full description +--------------------------------------------------------------------------+----------------------+------------------------------------+ | paid_storage_size_diff | Determined from data | $Z.t | +--------------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -7400,21 +7400,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_82 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=====================================+ @@ -7432,14 +7432,14 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | paid_storage_size_diff | Determined from data | $Z.t | +--------------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.internal_operation_result.event (Determined from data, 8-bit tag) ********************************************************************************************** - + Applied (tag 0) =============== - + +-------------------+----------------------+------------------------+ | Name | Size | Contents | +===================+======================+========================+ @@ -7447,11 +7447,11 @@ Full description +-------------------+----------------------+------------------------+ | consumed_milligas | Determined from data | $N.t | +-------------------+----------------------+------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -7461,21 +7461,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_82 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==============================+======================+=====================================+ @@ -7487,14 +7487,14 @@ Full description +------------------------------+----------------------+-------------------------------------+ | consumed_milligas | Determined from data | $N.t | +------------------------------+----------------------+-------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.internal_operation_result.delegation (Determined from data, 8-bit tag) *************************************************************************************************** - + Applied (tag 0) =============== - + +--------------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+====================================+ @@ -7506,11 +7506,11 @@ Full description +--------------------------------------------------------------------------+----------------------+------------------------------------+ | balance_updates | Variable | sequence of $X_8 | +--------------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -7520,21 +7520,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_82 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=====================================+ @@ -7550,14 +7550,14 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | balance_updates | Variable | sequence of $X_8 | +--------------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.internal_operation_result.origination (Determined from data, 8-bit tag) **************************************************************************************************** - + Applied (tag 0) =============== - + +--------------------------------------------------------------------------+----------------------+--------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+==================================================+ @@ -7581,11 +7581,11 @@ Full description +--------------------------------------------------------------------------+----------------------+--------------------------------------------------+ | lazy_storage_diff | Determined from data | $024-PsD5wVTJ.lazy_storage_diff | +--------------------------------------------------------------------------+----------------------+--------------------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -7595,21 +7595,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_82 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +--------------------------------------------------------------------------+----------------------+--------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+==================================================+ @@ -7637,14 +7637,14 @@ Full description +--------------------------------------------------------------------------+----------------------+--------------------------------------------------+ | lazy_storage_diff | Determined from data | $024-PsD5wVTJ.lazy_storage_diff | +--------------------------------------------------------------------------+----------------------+--------------------------------------------------+ - - + + X_242 (Determined from data, 8-bit tag) *************************************** - + To_contract (tag 0) =================== - + +--------------------------------------------------------------------------+----------------------+--------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+==================================================+ @@ -7682,11 +7682,11 @@ Full description +--------------------------------------------------------------------------+----------------------+--------------------------------------------------+ | address_registry_diff | Variable | sequence of $X_77 | +--------------------------------------------------------------------------+----------------------+--------------------------------------------------+ - - + + To_smart_rollup (tag 2) ======================= - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -7698,14 +7698,14 @@ Full description +-----------------------+----------------------+------------------------------------+ | ticket_receipt | Variable | sequence of $X_43 | +-----------------------+----------------------+------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.internal_operation_result.transaction (Determined from data, 8-bit tag) **************************************************************************************************** - + Applied (tag 0) =============== - + +-----------------+----------------------+------------------------+ | Name | Size | Contents | +=================+======================+========================+ @@ -7713,11 +7713,11 @@ Full description +-----------------+----------------------+------------------------+ | Unnamed field 0 | Determined from data | $X_242 | +-----------------+----------------------+------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -7727,21 +7727,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_82 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==============================+======================+=====================================+ @@ -7753,14 +7753,14 @@ Full description +------------------------------+----------------------+-------------------------------------+ | Unnamed field 0 | Determined from data | $X_242 | +------------------------------+----------------------+-------------------------------------+ - - + + 024-PsD5wVTJ.apply_internal_results.alpha.operation_result (Determined from data, 8-bit tag) ******************************************************************************************** - + transaction (tag 1) =================== - + +----------------------------------+----------------------+---------------------------------------------------------------------+ | Name | Size | Contents | +==================================+======================+=====================================================================+ @@ -7780,11 +7780,11 @@ Full description +----------------------------------+----------------------+---------------------------------------------------------------------+ | result | Determined from data | $024-PsD5wVTJ.operation.alpha.internal_operation_result.transaction | +----------------------------------+----------------------+---------------------------------------------------------------------+ - - + + origination (tag 2) =================== - + +--------------------------------+----------------------+---------------------------------------------------------------------+ | Name | Size | Contents | +================================+======================+=====================================================================+ @@ -7804,11 +7804,11 @@ Full description +--------------------------------+----------------------+---------------------------------------------------------------------+ | result | Determined from data | $024-PsD5wVTJ.operation.alpha.internal_operation_result.origination | +--------------------------------+----------------------+---------------------------------------------------------------------+ - - + + delegation (tag 3) ================== - + +--------------------------------+----------------------+--------------------------------------------------------------------+ | Name | Size | Contents | +================================+======================+====================================================================+ @@ -7824,11 +7824,11 @@ Full description +--------------------------------+----------------------+--------------------------------------------------------------------+ | result | Determined from data | $024-PsD5wVTJ.operation.alpha.internal_operation_result.delegation | +--------------------------------+----------------------+--------------------------------------------------------------------+ - - + + event (tag 4) ============= - + +-------------------------------+----------------------+---------------------------------------------------------------+ | Name | Size | Contents | +===============================+======================+===============================================================+ @@ -7850,11 +7850,11 @@ Full description +-------------------------------+----------------------+---------------------------------------------------------------+ | result | Determined from data | $024-PsD5wVTJ.operation.alpha.internal_operation_result.event | +-------------------------------+----------------------+---------------------------------------------------------------+ - - + + X_137 ***** - + +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=========================================================================+ @@ -7868,14 +7868,14 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.operation_result.zk_rollup_publish (Determined from data, 8-bit tag) ************************************************************************************************* - + Applied (tag 0) =============== - + +--------------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+====================================+ @@ -7889,11 +7889,11 @@ Full description +--------------------------------------------------------------------------+----------------------+------------------------------------+ | size | Determined from data | $Z.t | +--------------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -7903,21 +7903,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_82 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=====================================+ @@ -7935,11 +7935,11 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | size | Determined from data | $Z.t | +--------------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + X_285 ***** - + +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=========================================================================+ @@ -7953,14 +7953,14 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.operation_result.zk_rollup_origination (Determined from data, 8-bit tag) ***************************************************************************************************** - + Applied (tag 0) =============== - + +--------------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+====================================+ @@ -7976,11 +7976,11 @@ Full description +--------------------------------------------------------------------------+----------------------+------------------------------------+ | size | Determined from data | $Z.t | +--------------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -7990,21 +7990,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_82 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=====================================+ @@ -8024,11 +8024,11 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | size | Determined from data | $Z.t | +--------------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + X_430 ***** - + +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=========================================================================+ @@ -8042,14 +8042,14 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + X_578 (54 bytes, 8-bit tag) *************************** - + v0 (tag 0) ========== - + +------------+----------+----------------------------------+ | Name | Size | Contents | +============+==========+==================================+ @@ -8061,14 +8061,14 @@ Full description +------------+----------+----------------------------------+ | commitment | 48 bytes | bytes | +------------+----------+----------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.operation_result.dal_publish_commitment (Determined from data, 8-bit tag) ****************************************************************************************************** - + Applied (tag 0) =============== - + +-------------------+----------------------+------------------------+ | Name | Size | Contents | +===================+======================+========================+ @@ -8078,11 +8078,11 @@ Full description +-------------------+----------------------+------------------------+ | consumed_milligas | Determined from data | $N.t | +-------------------+----------------------+------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -8092,21 +8092,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_82 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==============================+======================+=====================================+ @@ -8120,11 +8120,11 @@ Full description +------------------------------+----------------------+-------------------------------------+ | consumed_milligas | Determined from data | $N.t | +------------------------------+----------------------+-------------------------------------+ - - + + X_573 ***** - + +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=========================================================================+ @@ -8138,14 +8138,14 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.operation_result.smart_rollup_recover_bond (Determined from data, 8-bit tag) ********************************************************************************************************* - + Applied (tag 0) =============== - + +--------------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+====================================+ @@ -8157,11 +8157,11 @@ Full description +--------------------------------------------------------------------------+----------------------+------------------------------------+ | consumed_milligas | Determined from data | $N.t | +--------------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -8171,21 +8171,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_82 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=====================================+ @@ -8201,11 +8201,11 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | consumed_milligas | Determined from data | $N.t | +--------------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + X_711 ***** - + +--------------------------------------------------------------------------+----------------------+--------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+==========================================================================+ @@ -8219,24 +8219,24 @@ Full description +--------------------------------------------------------------------------+----------------------+--------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+--------------------------------------------------------------------------+ - - + + X_867 (Determined from data, 8-bit tag) *************************************** - + Public (tag 0) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Private (tag 1) =============== - + +-----------+----------------------+------------------------+ | Name | Size | Contents | +===========+======================+========================+ @@ -8244,14 +8244,14 @@ Full description +-----------+----------------------+------------------------+ | whitelist | Determined from data | $X_108 | +-----------+----------------------+------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.operation_result.smart_rollup_execute_outbox_message (Determined from data, 8-bit tag) ******************************************************************************************************************* - + Applied (tag 0) =============== - + +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=====================================+ @@ -8273,11 +8273,11 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | paid_storage_size_diff | Determined from data | $Z.t | +--------------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -8287,21 +8287,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_82 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=====================================+ @@ -8327,11 +8327,11 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | paid_storage_size_diff | Determined from data | $Z.t | +--------------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + X_853 ***** - + +--------------------------------------------------------------------------+----------------------+------------------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+====================================================================================+ @@ -8345,37 +8345,37 @@ Full description +--------------------------------------------------------------------------+----------------------+------------------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+------------------------------------------------------------------------------------+ - - + + X_1015 (1 byte, 8-bit tag) ************************** - + Conflict_resolved (tag 0) ========================= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Timeout (tag 1) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + X_1016 (Determined from data, 8-bit tag) **************************************** - + Loser (tag 0) ============= - + +--------+----------+------------------------+ | Name | Size | Contents | +========+==========+========================+ @@ -8385,34 +8385,34 @@ Full description +--------+----------+------------------------+ | player | 21 bytes | $public_key_hash | +--------+----------+------------------------+ - - + + Draw (tag 1) ============ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + X_1017 (Determined from data, 8-bit tag) **************************************** - + Ongoing (tag 0) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Ended (tag 1) ============= - + +--------+----------------------+------------------------+ | Name | Size | Contents | +========+======================+========================+ @@ -8420,14 +8420,14 @@ Full description +--------+----------------------+------------------------+ | result | Determined from data | $X_1016 | +--------+----------------------+------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.operation_result.smart_rollup_timeout (Determined from data, 8-bit tag) **************************************************************************************************** - + Applied (tag 0) =============== - + +--------------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+====================================+ @@ -8441,11 +8441,11 @@ Full description +--------------------------------------------------------------------------+----------------------+------------------------------------+ | balance_updates | Variable | sequence of $X_8 | +--------------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -8455,21 +8455,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_82 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=====================================+ @@ -8487,11 +8487,11 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | balance_updates | Variable | sequence of $X_8 | +--------------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + X_1010 ****** - + +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=========================================================================+ @@ -8505,14 +8505,14 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.operation_result.smart_rollup_publish (Determined from data, 8-bit tag) **************************************************************************************************** - + Applied (tag 0) =============== - + +--------------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+====================================+ @@ -8528,11 +8528,11 @@ Full description +--------------------------------------------------------------------------+----------------------+------------------------------------+ | balance_updates | Variable | sequence of $X_8 | +--------------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -8542,21 +8542,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_82 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=====================================+ @@ -8576,11 +8576,11 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | balance_updates | Variable | sequence of $X_8 | +--------------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + X_1313 ****** - + +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=========================================================================+ @@ -8594,14 +8594,14 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.operation_result.smart_rollup_cement (Determined from data, 8-bit tag) *************************************************************************************************** - + Applied (tag 0) =============== - + +-------------------+----------------------+----------------------------------+ | Name | Size | Contents | +===================+======================+==================================+ @@ -8613,11 +8613,11 @@ Full description +-------------------+----------------------+----------------------------------+ | commitment_hash | 32 bytes | bytes | +-------------------+----------------------+----------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -8627,21 +8627,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_82 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==============================+======================+=====================================+ @@ -8657,11 +8657,11 @@ Full description +------------------------------+----------------------+-------------------------------------+ | commitment_hash | 32 bytes | bytes | +------------------------------+----------------------+-------------------------------------+ - - + + X_1455 ****** - + +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=========================================================================+ @@ -8675,11 +8675,11 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + X_1592 ****** - + +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=========================================================================+ @@ -8693,14 +8693,14 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.operation_result.smart_rollup_originate (Determined from data, 8-bit tag) ****************************************************************************************************** - + Applied (tag 0) =============== - + +--------------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+====================================+ @@ -8718,11 +8718,11 @@ Full description +--------------------------------------------------------------------------+----------------------+------------------------------------+ | size | Determined from data | $Z.t | +--------------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -8732,21 +8732,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_82 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=====================================+ @@ -8768,11 +8768,11 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | size | Determined from data | $Z.t | +--------------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + X_1730 ****** - + +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=========================================================================+ @@ -8786,14 +8786,14 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.operation_result.transfer_ticket (Determined from data, 8-bit tag) *********************************************************************************************** - + Applied (tag 0) =============== - + +--------------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+====================================+ @@ -8811,11 +8811,11 @@ Full description +--------------------------------------------------------------------------+----------------------+------------------------------------+ | paid_storage_size_diff | Determined from data | $Z.t | +--------------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -8825,21 +8825,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_82 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=====================================+ @@ -8861,11 +8861,11 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | paid_storage_size_diff | Determined from data | $Z.t | +--------------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + X_1872 ****** - + +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=========================================================================+ @@ -8879,14 +8879,14 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.operation_result.update_consensus_key (Determined from data, 8-bit tag) **************************************************************************************************** - + Applied (tag 0) =============== - + +-------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +===================+======================+=====================================+ @@ -8896,11 +8896,11 @@ Full description +-------------------+----------------------+-------------------------------------+ | consumed_milligas | Determined from data | $N.t | +-------------------+----------------------+-------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -8910,21 +8910,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_82 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==============================+======================+=====================================+ @@ -8938,11 +8938,11 @@ Full description +------------------------------+----------------------+-------------------------------------+ | consumed_milligas | Determined from data | $N.t | +------------------------------+----------------------+-------------------------------------+ - - + + X_2025 ****** - + +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=========================================================================+ @@ -8956,14 +8956,14 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.operation_result.register_global_constant (Determined from data, 8-bit tag) ******************************************************************************************************** - + Applied (tag 0) =============== - + +--------------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+====================================+ @@ -8979,11 +8979,11 @@ Full description +--------------------------------------------------------------------------+----------------------+------------------------------------+ | global_address | 32 bytes | bytes | +--------------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -8993,21 +8993,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_82 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=====================================+ @@ -9027,11 +9027,11 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | global_address | 32 bytes | bytes | +--------------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + X_2576 ****** - + +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=========================================================================+ @@ -9045,11 +9045,11 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + X_2718 ****** - + +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=========================================================================+ @@ -9063,11 +9063,11 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + X_2860 ****** - + +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=========================================================================+ @@ -9081,14 +9081,14 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.operation_result.transaction (Determined from data, 8-bit tag) ******************************************************************************************* - + Applied (tag 0) =============== - + +-----------------+----------------------+------------------------+ | Name | Size | Contents | +=================+======================+========================+ @@ -9096,11 +9096,11 @@ Full description +-----------------+----------------------+------------------------+ | Unnamed field 0 | Determined from data | $X_78 | +-----------------+----------------------+------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -9110,21 +9110,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_82 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==============================+======================+=====================================+ @@ -9136,11 +9136,11 @@ Full description +------------------------------+----------------------+-------------------------------------+ | Unnamed field 0 | Determined from data | $X_78 | +------------------------------+----------------------+-------------------------------------+ - - + + X_3043 ****** - + +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=========================================================================+ @@ -9154,11 +9154,11 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + X_3395 ****** - + +-------+---------+-------------------------------------------------------------------------+ | Name | Size | Contents | +=======+=========+=========================================================================+ @@ -9166,11 +9166,11 @@ Full description +-------+---------+-------------------------------------------------------------------------+ | stake | 8 bytes | signed 64-bit big-endian integer | +-------+---------+-------------------------------------------------------------------------+ - - + + X_3394 ****** - + +-----------------+----------+------------------+ | Name | Size | Contents | +=================+==========+==================+ @@ -9180,11 +9180,11 @@ Full description +-----------------+----------+------------------+ | consensus_power | 12 bytes | $X_3395 | +-----------------+----------+------------------+ - - + + X_3390 ****** - + +--------------------------------------------------------------------------+----------+------------------------------------+ | Name | Size | Contents | +==========================================================================+==========+====================================+ @@ -9198,11 +9198,11 @@ Full description +--------------------------------------------------------------------------+----------+------------------------------------+ | total_consensus_power | 12 bytes | $X_3395 | +--------------------------------------------------------------------------+----------+------------------------------------+ - - + + 024-PsD5wVTJ.operation_metadata.alpha.balance_updates ***************************************************** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -9210,11 +9210,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_8 | +-----------------------+----------+------------------------------------+ - - + + X_3414 ****** - + +--------------------------------------------------------------------------+----------+------------------------------------+ | Name | Size | Contents | +==========================================================================+==========+====================================+ @@ -9228,11 +9228,11 @@ Full description +--------------------------------------------------------------------------+----------+------------------------------------+ | consensus_key | 21 bytes | $public_key_hash | +--------------------------------------------------------------------------+----------+------------------------------------+ - - + + X_3429 ****** - + +--------------------------------------------------------------------------+----------+-------------------------------------+ | Name | Size | Contents | +==========================================================================+==========+=====================================+ @@ -9242,11 +9242,11 @@ Full description +--------------------------------------------------------------------------+----------+-------------------------------------+ | allocated_destination_contract | 1 byte | boolean (0 for false, 255 for true) | +--------------------------------------------------------------------------+----------+-------------------------------------+ - - + + X_3442 (Enumeration: unsigned 8-bit integer): ********************************************* - + +-------------+----------------+ | Case number | Encoded string | +=============+================+ @@ -9256,11 +9256,11 @@ Full description +-------------+----------------+ | 2 | block | +-------------+----------------+ - - + + X_3441 ****** - + +-------+---------+-------------------------------------------------------------+ | Name | Size | Contents | +=======+=========+=============================================================+ @@ -9270,11 +9270,11 @@ Full description +-------+---------+-------------------------------------------------------------+ | kind | 1 byte | unsigned 8-bit integer encoding an enumeration (see X_3442) | +-------+---------+-------------------------------------------------------------+ - - + + X_3440 ****** - + +-------------------+----------+------------------+ | Name | Size | Contents | +===================+==========+==================+ @@ -9284,14 +9284,14 @@ Full description +-------------------+----------+------------------+ | misbehaviour | 9 bytes | $X_3441 | +-------------------+----------+------------------+ - - + + 024-PsD5wVTJ.operation.alpha.operation_contents_and_result (Determined from data, 8-bit tag) ******************************************************************************************** - + Seed_nonce_revelation (tag 1) ============================= - + +----------+----------------------+--------------------------------------------------------+ | Name | Size | Contents | +==========+======================+========================================================+ @@ -9303,11 +9303,11 @@ Full description +----------+----------------------+--------------------------------------------------------+ | metadata | Determined from data | $024-PsD5wVTJ.operation_metadata.alpha.balance_updates | +----------+----------------------+--------------------------------------------------------+ - - + + Double_consensus_operation_evidence (tag 2) =========================================== - + +-----------------------+----------+-------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================+ @@ -9325,11 +9325,11 @@ Full description +-----------------------+----------+-------------------------------------------+ | metadata | 51 bytes | $X_3440 | +-----------------------+----------+-------------------------------------------+ - - + + Double_baking_evidence (tag 3) ============================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -9345,11 +9345,11 @@ Full description +-----------------------+----------+------------------------------------+ | metadata | 51 bytes | $X_3440 | +-----------------------+----------+------------------------------------+ - - + + Activate_account (tag 4) ======================== - + +----------+----------------------+--------------------------------------------------------+ | Name | Size | Contents | +==========+======================+========================================================+ @@ -9361,11 +9361,11 @@ Full description +----------+----------------------+--------------------------------------------------------+ | metadata | Determined from data | $024-PsD5wVTJ.operation_metadata.alpha.balance_updates | +----------+----------------------+--------------------------------------------------------+ - - + + Proposals (tag 5) ================= - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -9379,11 +9379,11 @@ Full description +-----------------------+----------+------------------------------------+ | proposals | Variable | sequence of at most 20 bytes | +-----------------------+----------+------------------------------------+ - - + + Ballot (tag 6) ============== - + +----------+----------+----------------------------------+ | Name | Size | Contents | +==========+==========+==================================+ @@ -9397,11 +9397,11 @@ Full description +----------+----------+----------------------------------+ | ballot | 1 byte | signed 8-bit integer | +----------+----------+----------------------------------+ - - + + Vdf_revelation (tag 8) ====================== - + +----------+----------------------+--------------------------------------------------------+ | Name | Size | Contents | +==========+======================+========================================================+ @@ -9411,11 +9411,11 @@ Full description +----------+----------------------+--------------------------------------------------------+ | metadata | Determined from data | $024-PsD5wVTJ.operation_metadata.alpha.balance_updates | +----------+----------------------+--------------------------------------------------------+ - - + + Drain_delegate (tag 9) ====================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -9429,11 +9429,11 @@ Full description +---------------+----------------------+------------------------+ | metadata | Determined from data | $X_3429 | +---------------+----------------------+------------------------+ - - + + Preattestation (tag 20) ======================= - + +--------------------+----------------------+------------------------------------+ | Name | Size | Contents | +====================+======================+====================================+ @@ -9449,11 +9449,11 @@ Full description +--------------------+----------------------+------------------------------------+ | metadata | Determined from data | $X_3414 | +--------------------+----------------------+------------------------------------+ - - + + Attestation (tag 21) ==================== - + +--------------------+----------------------+------------------------------------+ | Name | Size | Contents | +====================+======================+====================================+ @@ -9469,11 +9469,11 @@ Full description +--------------------+----------------------+------------------------------------+ | metadata | Determined from data | $X_3414 | +--------------------+----------------------+------------------------------------+ - - + + Attestation_with_dal (tag 23) ============================= - + +--------------------+----------------------+------------------------------------+ | Name | Size | Contents | +====================+======================+====================================+ @@ -9491,11 +9491,11 @@ Full description +--------------------+----------------------+------------------------------------+ | metadata | Determined from data | $X_3414 | +--------------------+----------------------+------------------------------------+ - - + + Dal_entrapment_evidence (tag 24) ================================ - + +-----------------------+----------------------+--------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+========================================================+ @@ -9513,11 +9513,11 @@ Full description +-----------------------+----------------------+--------------------------------------------------------+ | metadata | Determined from data | $024-PsD5wVTJ.operation_metadata.alpha.balance_updates | +-----------------------+----------------------+--------------------------------------------------------+ - - + + Preattestations_aggregate (tag 30) ================================== - + +-----------------------+----------------------+------------------------------------------------+ | Name | Size | Contents | +=======================+======================+================================================+ @@ -9531,11 +9531,11 @@ Full description +-----------------------+----------------------+------------------------------------------------+ | metadata | Determined from data | $X_3390 | +-----------------------+----------------------+------------------------------------------------+ - - + + Attestations_aggregate (tag 31) =============================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -9549,11 +9549,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | metadata | Determined from data | $X_3390 | +-----------------------+----------------------+------------------------------------+ - - + + Reveal (tag 107) ================ - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -9577,11 +9577,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | metadata | Determined from data | $X_1592 | +-----------------------------+----------------------+-------------------------------------+ - - + + Transaction (tag 108) ===================== - + +----------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==================================+======================+=====================================+ @@ -9607,11 +9607,11 @@ Full description +----------------------------------+----------------------+-------------------------------------+ | metadata | Determined from data | $X_3043 | +----------------------------------+----------------------+-------------------------------------+ - - + + Origination (tag 109) ===================== - + +--------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +================================+======================+=====================================+ @@ -9637,11 +9637,11 @@ Full description +--------------------------------+----------------------+-------------------------------------+ | metadata | Determined from data | $X_2860 | +--------------------------------+----------------------+-------------------------------------+ - - + + Delegation (tag 110) ==================== - + +--------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +================================+======================+=====================================+ @@ -9663,11 +9663,11 @@ Full description +--------------------------------+----------------------+-------------------------------------+ | metadata | Determined from data | $X_2718 | +--------------------------------+----------------------+-------------------------------------+ - - + + Register_global_constant (tag 111) ================================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -9689,11 +9689,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | metadata | Determined from data | $X_2576 | +-----------------------+----------------------+------------------------------------+ - - + + Set_deposits_limit (tag 112) ============================ - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -9715,11 +9715,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | metadata | Determined from data | $X_1592 | +-----------------------------+----------------------+-------------------------------------+ - - + + Increase_paid_storage (tag 113) =============================== - + +---------------+----------------------+--------------------------------------+ | Name | Size | Contents | +===============+======================+======================================+ @@ -9741,11 +9741,11 @@ Full description +---------------+----------------------+--------------------------------------+ | metadata | Determined from data | $X_711 | +---------------+----------------------+--------------------------------------+ - - + + Update_consensus_key (tag 114) ============================== - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -9769,11 +9769,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | metadata | Determined from data | $X_2025 | +-----------------------------+----------------------+-------------------------------------+ - - + + Update_companion_key (tag 115) ============================== - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -9797,11 +9797,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | metadata | Determined from data | $X_2025 | +-----------------------------+----------------------+-------------------------------------+ - - + + Transfer_ticket (tag 158) ========================= - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -9837,11 +9837,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | metadata | Determined from data | $X_1872 | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_originate (tag 200) ================================ - + +---------------------------------+----------------------+------------------------------------------------------------+ | Name | Size | Contents | +=================================+======================+============================================================+ @@ -9873,11 +9873,11 @@ Full description +---------------------------------+----------------------+------------------------------------------------------------+ | metadata | Determined from data | $X_1730 | +---------------------------------+----------------------+------------------------------------------------------------+ - - + + Smart_rollup_add_messages (tag 201) =================================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -9899,11 +9899,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | metadata | Determined from data | $X_1592 | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_cement (tag 202) ============================= - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -9923,11 +9923,11 @@ Full description +---------------+----------------------+------------------------+ | metadata | Determined from data | $X_1455 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_publish (tag 203) ============================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -9949,11 +9949,11 @@ Full description +---------------+----------------------+------------------------+ | metadata | Determined from data | $X_1313 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_refute (tag 204) ============================= - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -9977,11 +9977,11 @@ Full description +---------------+----------------------+------------------------+ | metadata | Determined from data | $X_1010 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_timeout (tag 205) ============================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -10003,11 +10003,11 @@ Full description +---------------+----------------------+------------------------+ | metadata | Determined from data | $X_1010 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_execute_outbox_message (tag 206) ============================================= - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -10033,11 +10033,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | metadata | Determined from data | $X_853 | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_recover_bond (tag 207) =================================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -10059,11 +10059,11 @@ Full description +---------------+----------------------+------------------------+ | metadata | Determined from data | $X_711 | +---------------+----------------------+------------------------+ - - + + Dal_publish_commitment (tag 230) ================================ - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -10083,11 +10083,11 @@ Full description +---------------+----------------------+------------------------+ | metadata | Determined from data | $X_573 | +---------------+----------------------+------------------------+ - - + + Zk_rollup_origination (tag 250) =============================== - + +-----------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+=========================================================================+ @@ -10119,11 +10119,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------+ | metadata | Determined from data | $X_430 | +-----------------------+----------------------+-------------------------------------------------------------------------+ - - + + Zk_rollup_publish (tag 251) =========================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -10147,11 +10147,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | metadata | Determined from data | $X_285 | +-----------------------+----------------------+------------------------------------+ - - + + Zk_rollup_update (tag 252) ========================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -10173,14 +10173,14 @@ Full description +---------------+----------------------+------------------------+ | metadata | Determined from data | $X_137 | +---------------+----------------------+------------------------+ - - + + X_3455 (Variable, 8-bit tag) **************************** - + Operation_with_metadata (tag 0) =============================== - + +-----------------------+----------+-------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+=========================================================================+ @@ -10192,11 +10192,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------+ | signature | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------+ - - + + Operation_without_metadata (tag 1) ================================== - + +-----------------------+----------+----------------------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================================+ @@ -10208,14 +10208,14 @@ Full description +-----------------------+----------+----------------------------------------------------+ | signature | Variable | bytes | +-----------------------+----------+----------------------------------------------------+ - - + + bls_signature_prefix (33 bytes, 8-bit tag) ****************************************** - + Bls_prefix (tag 3) ================== - + +-----------------+----------+------------------------+ | Name | Size | Contents | +=================+==========+========================+ @@ -10223,14 +10223,14 @@ Full description +-----------------+----------+------------------------+ | Unnamed field 0 | 32 bytes | bytes | +-----------------+----------+------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.contents_or_signature_prefix (Determined from data, 8-bit tag) ******************************************************************************************* - + Seed_nonce_revelation (tag 1) ============================= - + +-------+----------+----------------------------------+ | Name | Size | Contents | +=======+==========+==================================+ @@ -10240,11 +10240,11 @@ Full description +-------+----------+----------------------------------+ | nonce | 32 bytes | bytes | +-------+----------+----------------------------------+ - - + + Double_consensus_operation_evidence (tag 2) =========================================== - + +-----------------------+----------+-------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================+ @@ -10260,11 +10260,11 @@ Full description +-----------------------+----------+-------------------------------------------+ | op2 | Variable | $024-PsD5wVTJ.inlined.consensus_operation | +-----------------------+----------+-------------------------------------------+ - - + + Double_baking_evidence (tag 3) ============================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -10278,11 +10278,11 @@ Full description +-----------------------+----------+------------------------------------+ | bh2 | Variable | $raw_block_header | +-----------------------+----------+------------------------------------+ - - + + Activate_account (tag 4) ======================== - + +--------+----------+------------------------+ | Name | Size | Contents | +========+==========+========================+ @@ -10292,11 +10292,11 @@ Full description +--------+----------+------------------------+ | secret | 20 bytes | bytes | +--------+----------+------------------------+ - - + + Proposals (tag 5) ================= - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -10310,11 +10310,11 @@ Full description +-----------------------+----------+------------------------------------+ | proposals | Variable | sequence of at most 20 bytes | +-----------------------+----------+------------------------------------+ - - + + Ballot (tag 6) ============== - + +----------+----------+----------------------------------+ | Name | Size | Contents | +==========+==========+==================================+ @@ -10328,11 +10328,11 @@ Full description +----------+----------+----------------------------------+ | ballot | 1 byte | signed 8-bit integer | +----------+----------+----------------------------------+ - - + + Vdf_revelation (tag 8) ====================== - + +----------+-----------+------------------------+ | Name | Size | Contents | +==========+===========+========================+ @@ -10340,11 +10340,11 @@ Full description +----------+-----------+------------------------+ | solution | 200 bytes | $X_122 | +----------+-----------+------------------------+ - - + + Drain_delegate (tag 9) ====================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -10356,11 +10356,11 @@ Full description +---------------+----------+------------------------+ | destination | 21 bytes | $public_key_hash | +---------------+----------+------------------------+ - - + + Failing_noop (tag 17) ===================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -10370,11 +10370,11 @@ Full description +-----------------------+----------+------------------------------------+ | arbitrary | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + Preattestation (tag 20) ======================= - + +--------------------+----------+------------------------------------+ | Name | Size | Contents | +====================+==========+====================================+ @@ -10388,11 +10388,11 @@ Full description +--------------------+----------+------------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+------------------------------------+ - - + + Attestation (tag 21) ==================== - + +--------------------+----------+------------------------------------+ | Name | Size | Contents | +====================+==========+====================================+ @@ -10406,11 +10406,11 @@ Full description +--------------------+----------+------------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+------------------------------------+ - - + + Attestation_with_dal (tag 23) ============================= - + +--------------------+----------------------+------------------------------------+ | Name | Size | Contents | +====================+======================+====================================+ @@ -10426,11 +10426,11 @@ Full description +--------------------+----------------------+------------------------------------+ | dal_attestation | Determined from data | $Z.t | +--------------------+----------------------+------------------------------------+ - - + + Dal_entrapment_evidence (tag 24) ================================ - + +-----------------------+----------------------+-------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================+ @@ -10446,11 +10446,11 @@ Full description +-----------------------+----------------------+-------------------------------------------+ | shard_with_proof | Determined from data | $X_119 | +-----------------------+----------------------+-------------------------------------------+ - - + + Preattestations_aggregate (tag 30) ================================== - + +-----------------------+----------+------------------------------------------------+ | Name | Size | Contents | +=======================+==========+================================================+ @@ -10462,11 +10462,11 @@ Full description +-----------------------+----------+------------------------------------------------+ | committee | Variable | sequence of unsigned 16-bit big-endian integer | +-----------------------+----------+------------------------------------------------+ - - + + Attestations_aggregate (tag 31) =============================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -10478,11 +10478,11 @@ Full description +-----------------------+----------+------------------------------------+ | committee | Variable | sequence of $X_114 | +-----------------------+----------+------------------------------------+ - - + + Reveal (tag 107) ================ - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -10504,11 +10504,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | proof | Determined from data | $X_109 | +-----------------------------+----------------------+-------------------------------------+ - - + + Transaction (tag 108) ===================== - + +----------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==================================+======================+=====================================+ @@ -10532,11 +10532,11 @@ Full description +----------------------------------+----------------------+-------------------------------------+ | parameters | Determined from data | $X_111 | +----------------------------------+----------------------+-------------------------------------+ - - + + Origination (tag 109) ===================== - + +--------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +================================+======================+=====================================+ @@ -10560,11 +10560,11 @@ Full description +--------------------------------+----------------------+-------------------------------------+ | script | Determined from data | $024-PsD5wVTJ.scripted.contracts | +--------------------------------+----------------------+-------------------------------------+ - - + + Delegation (tag 110) ==================== - + +--------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +================================+======================+=====================================+ @@ -10584,11 +10584,11 @@ Full description +--------------------------------+----------------------+-------------------------------------+ | delegate | 21 bytes | $public_key_hash | +--------------------------------+----------------------+-------------------------------------+ - - + + Register_global_constant (tag 111) ================================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -10608,11 +10608,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | value | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + Set_deposits_limit (tag 112) ============================ - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -10632,11 +10632,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | limit | Determined from data | $N.t | +-----------------------------+----------------------+-------------------------------------+ - - + + Increase_paid_storage (tag 113) =============================== - + +---------------+----------------------+--------------------------------------+ | Name | Size | Contents | +===============+======================+======================================+ @@ -10656,11 +10656,11 @@ Full description +---------------+----------------------+--------------------------------------+ | destination | 22 bytes | $024-PsD5wVTJ.contract_id.originated | +---------------+----------------------+--------------------------------------+ - - + + Update_consensus_key (tag 114) ============================== - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -10682,11 +10682,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | proof | Determined from data | $X_109 | +-----------------------------+----------------------+-------------------------------------+ - - + + Update_companion_key (tag 115) ============================== - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -10708,11 +10708,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | proof | Determined from data | $X_109 | +-----------------------------+----------------------+-------------------------------------+ - - + + Transfer_ticket (tag 158) ========================= - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -10746,11 +10746,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | entrypoint | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_originate (tag 200) ================================ - + +---------------------------------+----------------------+------------------------------------------------------------+ | Name | Size | Contents | +=================================+======================+============================================================+ @@ -10780,11 +10780,11 @@ Full description +---------------------------------+----------------------+------------------------------------------------------------+ | whitelist | Determined from data | $X_108 | +---------------------------------+----------------------+------------------------------------------------------------+ - - + + Smart_rollup_add_messages (tag 201) =================================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -10804,11 +10804,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | message | Variable | sequence of $X_82 | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_cement (tag 202) ============================= - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -10826,11 +10826,11 @@ Full description +---------------+----------------------+------------------------+ | rollup | 20 bytes | bytes | +---------------+----------------------+------------------------+ - - + + Smart_rollup_publish (tag 203) ============================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -10850,11 +10850,11 @@ Full description +---------------+----------------------+------------------------+ | commitment | 76 bytes | $X_105 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_refute (tag 204) ============================= - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -10876,11 +10876,11 @@ Full description +---------------+----------------------+------------------------+ | refutation | Determined from data | $X_104 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_timeout (tag 205) ============================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -10900,11 +10900,11 @@ Full description +---------------+----------------------+------------------------+ | stakers | 42 bytes | $X_98 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_execute_outbox_message (tag 206) ============================================= - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -10928,11 +10928,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | output_proof | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_recover_bond (tag 207) =================================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -10952,11 +10952,11 @@ Full description +---------------+----------------------+------------------------+ | staker | 21 bytes | $public_key_hash | +---------------+----------------------+------------------------+ - - + + Dal_publish_commitment (tag 230) ================================ - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -10974,11 +10974,11 @@ Full description +---------------+----------------------+------------------------+ | slot_header | 145 bytes | $X_97 | +---------------+----------------------+------------------------+ - - + + Zk_rollup_origination (tag 250) =============================== - + +-----------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+=========================================================================+ @@ -11008,11 +11008,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------+ | nb_ops | 4 bytes | signed 31-bit big-endian integer in the range -1073741824 to 1073741823 | +-----------------------+----------------------+-------------------------------------------------------------------------+ - - + + Zk_rollup_publish (tag 251) =========================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -11034,11 +11034,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | op | Variable | sequence of $X_88 | +-----------------------+----------------------+------------------------------------+ - - + + Zk_rollup_update (tag 252) ========================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -11058,11 +11058,11 @@ Full description +---------------+----------------------+------------------------+ | update | Determined from data | $X_80 | +---------------+----------------------+------------------------+ - - + + Signature_prefix (tag 255) ========================== - + +------------------+----------+------------------------+ | Name | Size | Contents | +==================+==========+========================+ @@ -11070,14 +11070,14 @@ Full description +------------------+----------+------------------------+ | signature_prefix | 33 bytes | $bls_signature_prefix | +------------------+----------+------------------------+ - - + + X_3554 (Variable, 8-bit tag) **************************** - + Operation with too large metadata (tag 0) ========================================= - + +-------------------------------+----------+------------------------------------------------------------------------+ | Name | Size | Contents | +===============================+==========+========================================================================+ @@ -11087,11 +11087,11 @@ Full description +-------------------------------+----------+------------------------------------------------------------------------+ | signature_suffix | 64 bytes | bytes | +-------------------------------+----------+------------------------------------------------------------------------+ - - + + Operation without metadata (tag 1) ================================== - + +-------------------------------+----------+------------------------------------------------------------------------+ | Name | Size | Contents | +===============================+==========+========================================================================+ @@ -11101,11 +11101,11 @@ Full description +-------------------------------+----------+------------------------------------------------------------------------+ | signature_suffix | 64 bytes | bytes | +-------------------------------+----------+------------------------------------------------------------------------+ - - + + Operation with metadata (tag 2) =============================== - + +-----------------+----------+------------------------+ | Name | Size | Contents | +=================+==========+========================+ @@ -11113,11 +11113,11 @@ Full description +-----------------+----------+------------------------+ | Unnamed field 0 | Variable | $X_3455 | +-----------------+----------+------------------------+ - - + + operation ********* - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -11133,11 +11133,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | $X_3554 | +-----------------------+----------+------------------------------------+ - - + + X_79 **** - + +--------------------------+----------+------------------------------------+ | Name | Size | Contents | +==========================+==========+====================================+ @@ -11147,17 +11147,17 @@ Full description +--------------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $operation | +--------------------------+----------+------------------------------------+ - +
- + .. _GET_..--block_id--context--adaptive_issuance_launch_cycle : **GET ..//context/adaptive_issuance_launch_cycle** .. raw:: html - +
@@ -11176,24 +11176,24 @@ Full description +=================+======================+==========+ | Unnamed field 0 | Determined from data | $X_0 | +-----------------+----------------------+----------+ - - + + X_0 (Determined from data, 8-bit tag) ************************************* - + None (tag 0) ============ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Some (tag 1) ============ - + +-----------------+---------+----------------------------------+ | Name | Size | Contents | +=================+=========+==================================+ @@ -11201,10 +11201,10 @@ Full description +-----------------+---------+----------------------------------+ | Unnamed field 0 | 4 bytes | signed 32-bit big-endian integer | +-----------------+---------+----------------------------------+ - +
- + .. _GET_..--block_id--context--big_maps--big_map_id : @@ -11212,7 +11212,7 @@ Full description **GET ..//context/big_maps/?[offset=]&[length=]** .. raw:: html - +
@@ -11419,11 +11419,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------+ | Unnamed field 0 | Variable | sequence of $micheline.024-PsD5wVTJ.michelson_v1.expression | +-----------------------+----------+-------------------------------------------------------------+ - - + + 024-PsD5wVTJ.michelson.v1.primitives (Enumeration: unsigned 8-bit integer): *************************************************************************** - + +-------------+--------------------------------+ | Case number | Encoded string | +=============+================================+ @@ -11749,26 +11749,26 @@ Full description +-------------+--------------------------------+ | 160 | GET_ADDRESS_INDEX | +-------------+--------------------------------+ - - + + Z.t *** - + A variable-length sequence of bytes encoding a Zarith integer. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). The second most significant bit of the first byte is reserved for the sign (0 for positive, 1 for negative). Size and sign bits ignored, the data is the binary representation of the absolute value of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | Z.t | Determined from data | bytes | +------+----------------------+----------+ - - + + micheline.024-PsD5wVTJ.michelson_v1.expression (Determined from data, 8-bit tag) ******************************************************************************** - + Int (tag 0) =========== - + +------+----------------------+------------------------+ | Name | Size | Contents | +======+======================+========================+ @@ -11776,11 +11776,11 @@ Full description +------+----------------------+------------------------+ | int | Determined from data | $Z.t | +------+----------------------+------------------------+ - - + + String (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -11790,11 +11790,11 @@ Full description +-----------------------+----------+------------------------------------+ | string | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + Sequence (tag 2) ================ - + +-----------------------+----------+-------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+=============================================================+ @@ -11804,11 +11804,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------+ | Unnamed field 0 | Variable | sequence of $micheline.024-PsD5wVTJ.michelson_v1.expression | +-----------------------+----------+-------------------------------------------------------------+ - - + + Prim__no_args__no_annots (tag 3) ================================ - + +------+--------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+========+===========================================================================================+ @@ -11816,11 +11816,11 @@ Full description +------+--------+-------------------------------------------------------------------------------------------+ | prim | 1 byte | unsigned 8-bit integer encoding an enumeration (see 024-PsD5wVTJ.michelson.v1.primitives) | +------+--------+-------------------------------------------------------------------------------------------+ - - + + Prim__no_args__some_annots (tag 4) ================================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -11832,11 +11832,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__no_annots (tag 5) ============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -11846,11 +11846,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__some_annots (tag 6) ================================ - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -11864,11 +11864,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__no_annots (tag 7) =============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -11880,11 +11880,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg2 | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__some_annots (tag 8) ================================= - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -11900,11 +11900,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__generic (tag 9) ===================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -11920,11 +11920,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Bytes (tag 10) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -11934,17 +11934,17 @@ Full description +-----------------------+----------+------------------------------------+ | bytes | Variable | bytes | +-----------------------+----------+------------------------------------+ - +
- + .. _GET_..--block_id--context--big_maps--big_map_id--script_expr : **GET ..//context/big_maps//** .. raw:: html - +
@@ -12149,11 +12149,11 @@ Full description +=================+======================+=================================================+ | Unnamed field 0 | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +-----------------+----------------------+-------------------------------------------------+ - - + + 024-PsD5wVTJ.michelson.v1.primitives (Enumeration: unsigned 8-bit integer): *************************************************************************** - + +-------------+--------------------------------+ | Case number | Encoded string | +=============+================================+ @@ -12479,26 +12479,26 @@ Full description +-------------+--------------------------------+ | 160 | GET_ADDRESS_INDEX | +-------------+--------------------------------+ - - + + Z.t *** - + A variable-length sequence of bytes encoding a Zarith integer. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). The second most significant bit of the first byte is reserved for the sign (0 for positive, 1 for negative). Size and sign bits ignored, the data is the binary representation of the absolute value of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | Z.t | Determined from data | bytes | +------+----------------------+----------+ - - + + micheline.024-PsD5wVTJ.michelson_v1.expression (Determined from data, 8-bit tag) ******************************************************************************** - + Int (tag 0) =========== - + +------+----------------------+------------------------+ | Name | Size | Contents | +======+======================+========================+ @@ -12506,11 +12506,11 @@ Full description +------+----------------------+------------------------+ | int | Determined from data | $Z.t | +------+----------------------+------------------------+ - - + + String (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -12520,11 +12520,11 @@ Full description +-----------------------+----------+------------------------------------+ | string | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + Sequence (tag 2) ================ - + +-----------------------+----------+-------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+=============================================================+ @@ -12534,11 +12534,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------+ | Unnamed field 0 | Variable | sequence of $micheline.024-PsD5wVTJ.michelson_v1.expression | +-----------------------+----------+-------------------------------------------------------------+ - - + + Prim__no_args__no_annots (tag 3) ================================ - + +------+--------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+========+===========================================================================================+ @@ -12546,11 +12546,11 @@ Full description +------+--------+-------------------------------------------------------------------------------------------+ | prim | 1 byte | unsigned 8-bit integer encoding an enumeration (see 024-PsD5wVTJ.michelson.v1.primitives) | +------+--------+-------------------------------------------------------------------------------------------+ - - + + Prim__no_args__some_annots (tag 4) ================================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -12562,11 +12562,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__no_annots (tag 5) ============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -12576,11 +12576,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__some_annots (tag 6) ================================ - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -12594,11 +12594,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__no_annots (tag 7) =============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -12610,11 +12610,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg2 | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__some_annots (tag 8) ================================= - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -12630,11 +12630,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__generic (tag 9) ===================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -12650,11 +12650,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Bytes (tag 10) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -12664,17 +12664,17 @@ Full description +-----------------------+----------+------------------------------------+ | bytes | Variable | bytes | +-----------------------+----------+------------------------------------+ - +
- + .. _POST_..--block_id--context--big_maps--big_map_id--script_expr--normalized : **POST ..//context/big_maps///normalized** .. raw:: html - +
@@ -12695,40 +12695,40 @@ Full description +================+========+==========+ | unparsing_mode | 1 byte | $X_0 | +----------------+--------+----------+ - - + + X_0 (1 byte, 8-bit tag) *********************** - + Readable (tag 0) ================ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Optimized (tag 1) ================= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Optimized_legacy (tag 2) ======================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - +
@@ -12928,11 +12928,11 @@ Full description +=================+======================+=================================================+ | Unnamed field 0 | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +-----------------+----------------------+-------------------------------------------------+ - - + + 024-PsD5wVTJ.michelson.v1.primitives (Enumeration: unsigned 8-bit integer): *************************************************************************** - + +-------------+--------------------------------+ | Case number | Encoded string | +=============+================================+ @@ -13258,26 +13258,26 @@ Full description +-------------+--------------------------------+ | 160 | GET_ADDRESS_INDEX | +-------------+--------------------------------+ - - + + Z.t *** - + A variable-length sequence of bytes encoding a Zarith integer. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). The second most significant bit of the first byte is reserved for the sign (0 for positive, 1 for negative). Size and sign bits ignored, the data is the binary representation of the absolute value of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | Z.t | Determined from data | bytes | +------+----------------------+----------+ - - + + micheline.024-PsD5wVTJ.michelson_v1.expression (Determined from data, 8-bit tag) ******************************************************************************** - + Int (tag 0) =========== - + +------+----------------------+------------------------+ | Name | Size | Contents | +======+======================+========================+ @@ -13285,11 +13285,11 @@ Full description +------+----------------------+------------------------+ | int | Determined from data | $Z.t | +------+----------------------+------------------------+ - - + + String (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -13299,11 +13299,11 @@ Full description +-----------------------+----------+------------------------------------+ | string | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + Sequence (tag 2) ================ - + +-----------------------+----------+-------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+=============================================================+ @@ -13313,11 +13313,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------+ | Unnamed field 0 | Variable | sequence of $micheline.024-PsD5wVTJ.michelson_v1.expression | +-----------------------+----------+-------------------------------------------------------------+ - - + + Prim__no_args__no_annots (tag 3) ================================ - + +------+--------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+========+===========================================================================================+ @@ -13325,11 +13325,11 @@ Full description +------+--------+-------------------------------------------------------------------------------------------+ | prim | 1 byte | unsigned 8-bit integer encoding an enumeration (see 024-PsD5wVTJ.michelson.v1.primitives) | +------+--------+-------------------------------------------------------------------------------------------+ - - + + Prim__no_args__some_annots (tag 4) ================================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -13341,11 +13341,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__no_annots (tag 5) ============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -13355,11 +13355,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__some_annots (tag 6) ================================ - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -13373,11 +13373,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__no_annots (tag 7) =============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -13389,11 +13389,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg2 | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__some_annots (tag 8) ================================= - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -13409,11 +13409,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__generic (tag 9) ===================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -13429,11 +13429,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Bytes (tag 10) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -13443,10 +13443,10 @@ Full description +-----------------------+----------+------------------------------------+ | bytes | Variable | bytes | +-----------------------+----------+------------------------------------+ - +
- + .. _GET_..--block_id--context--cache--contracts--all : @@ -13454,7 +13454,7 @@ Full description **GET ..//context/cache/contracts/all** .. raw:: html - +
@@ -13483,11 +13483,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_0 | +-----------------------+----------+------------------------------------+ - - + + X_0 *** - + +-----------------+----------+-------------------------------------------------------------------------+ | Name | Size | Contents | +=================+==========+=========================================================================+ @@ -13495,10 +13495,10 @@ Full description +-----------------+----------+-------------------------------------------------------------------------+ | Unnamed field 1 | 4 bytes | signed 31-bit big-endian integer in the range -1073741824 to 1073741823 | +-----------------+----------+-------------------------------------------------------------------------+ - +
- + .. _POST_..--block_id--context--cache--contracts--rank : @@ -13506,7 +13506,7 @@ Full description **POST ..//context/cache/contracts/rank** .. raw:: html - +
@@ -13535,14 +13535,14 @@ Full description +=================+==========+==========+ | Unnamed field 0 | 22 bytes | $X_0 | +-----------------+----------+----------+ - - + + X_0 (22 bytes, 8-bit tag) ************************* - + Originated (tag 1) ================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -13552,7 +13552,7 @@ Full description +---------------+----------+------------------------+ | padding | 1 byte | padding | +---------------+----------+------------------------+ - +
@@ -13566,24 +13566,24 @@ Full description +=================+======================+==========+ | Unnamed field 0 | Determined from data | $X_0 | +-----------------+----------------------+----------+ - - + + X_0 (Determined from data, 8-bit tag) ************************************* - + None (tag 0) ============ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Some (tag 1) ============ - + +-----------------+---------+-------------------------------------------------------------------------+ | Name | Size | Contents | +=================+=========+=========================================================================+ @@ -13591,10 +13591,10 @@ Full description +-----------------+---------+-------------------------------------------------------------------------+ | Unnamed field 0 | 4 bytes | signed 31-bit big-endian integer in the range -1073741824 to 1073741823 | +-----------------+---------+-------------------------------------------------------------------------+ - +
- + .. _GET_..--block_id--context--cache--contracts--size : @@ -13602,7 +13602,7 @@ Full description **GET ..//context/cache/contracts/size** .. raw:: html - +
@@ -13621,11 +13621,11 @@ Full description +=================+=========+=========================================================================+ | Unnamed field 0 | 4 bytes | signed 31-bit big-endian integer in the range -1073741824 to 1073741823 | +-----------------+---------+-------------------------------------------------------------------------+ - - + +
- + .. _GET_..--block_id--context--cache--contracts--size_limit : @@ -13633,7 +13633,7 @@ Full description **GET ..//context/cache/contracts/size_limit** .. raw:: html - +
@@ -13652,11 +13652,11 @@ Full description +=================+=========+=========================================================================+ | Unnamed field 0 | 4 bytes | signed 31-bit big-endian integer in the range -1073741824 to 1073741823 | +-----------------+---------+-------------------------------------------------------------------------+ - - + +
- + .. _GET_..--block_id--context--constants : @@ -13664,7 +13664,7 @@ Full description **GET ..//context/constants** .. raw:: html - +
@@ -14015,35 +14015,35 @@ Full description +---------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | unstake_finalization_delay | 1 byte | unsigned 8-bit integer | +---------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + N.t *** - + A variable-length sequence of bytes encoding a Zarith natural number. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). Size bits ignored, the data is the binary representation of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | N.t | Determined from data | bytes | +------+----------------------+----------+ - - + + Z.t *** - + A variable-length sequence of bytes encoding a Zarith integer. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). The second most significant bit of the first byte is reserved for the sign (0 for positive, 1 for negative). Size and sign bits ignored, the data is the binary representation of the absolute value of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | Z.t | Determined from data | bytes | +------+----------------------+----------+ - - + + X_0 *** - + +------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +====================================+======================+=========================================================================+ @@ -14061,11 +14061,11 @@ Full description +------------------------------------+----------------------+-------------------------------------------------------------------------+ | dal_rewards_weight | 4 bytes | signed 31-bit big-endian integer in the range -1073741824 to 1073741823 | +------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + X_1 *** - + +-------------+---------+------------------------------------+ | Name | Size | Contents | +=============+=========+====================================+ @@ -14073,14 +14073,14 @@ Full description +-------------+---------+------------------------------------+ | denominator | 2 bytes | unsigned 16-bit big-endian integer | +-------------+---------+------------------------------------+ - - + + public_key_hash (21 bytes, 8-bit tag) ************************************* - + Ed25519 (tag 0) =============== - + +-------------------------+----------+------------------------+ | Name | Size | Contents | +=========================+==========+========================+ @@ -14088,11 +14088,11 @@ Full description +-------------------------+----------+------------------------+ | Ed25519.Public_key_hash | 20 bytes | bytes | +-------------------------+----------+------------------------+ - - + + Secp256k1 (tag 1) ================= - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -14100,11 +14100,11 @@ Full description +---------------------------+----------+------------------------+ | Secp256k1.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + P256 (tag 2) ============ - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -14112,11 +14112,11 @@ Full description +----------------------+----------+------------------------+ | P256.Public_key_hash | 20 bytes | bytes | +----------------------+----------+------------------------+ - - + + Bls (tag 3) =========== - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -14124,11 +14124,11 @@ Full description +---------------------------+----------+------------------------+ | Bls12_381.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + X_4 *** - + +-------------+----------------------+----------+ | Name | Size | Contents | +=============+======================+==========+ @@ -14136,11 +14136,11 @@ Full description +-------------+----------------------+----------+ | denominator | Determined from data | $Z.t | +-------------+----------------------+----------+ - - + + X_3 *** - + +-----------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +=============================+======================+=========================================================================+ @@ -14168,11 +14168,11 @@ Full description +-----------------------------+----------------------+-------------------------------------------------------------------------+ | number_of_shards | 2 bytes | unsigned 16-bit big-endian integer | +-----------------------------+----------------------+-------------------------------------------------------------------------+ - - + + X_7 *** - + +---------------------------------+---------+-------------------------------------------------------------------------+ | Name | Size | Contents | +=================================+=========+=========================================================================+ @@ -14186,11 +14186,11 @@ Full description +---------------------------------+---------+-------------------------------------------------------------------------+ | dal_attested_slots_validity_lag | 4 bytes | signed 31-bit big-endian integer in the range -1073741824 to 1073741823 | +---------------------------------+---------+-------------------------------------------------------------------------+ - - + + X_8 *** - + +----------------------------+----------------------+----------------------------------+ | Name | Size | Contents | +============================+======================+==================================+ @@ -14214,17 +14214,17 @@ Full description +----------------------------+----------------------+----------------------------------+ | radius_dz | Determined from data | $X_4 | +----------------------------+----------------------+----------------------------------+ - +
- + .. _GET_..--block_id--context--constants--errors : **GET ..//context/constants/errors** .. raw:: html - +
@@ -14245,11 +14245,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + +
- + .. _GET_..--block_id--context--constants--parametric : @@ -14257,7 +14257,7 @@ Full description **GET ..//context/constants/parametric** .. raw:: html - +
@@ -14554,35 +14554,35 @@ Full description +---------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | all_bakers_attest_activation_threshold | 4 bytes | $X_1 | +---------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + Z.t *** - + A variable-length sequence of bytes encoding a Zarith integer. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). The second most significant bit of the first byte is reserved for the sign (0 for positive, 1 for negative). Size and sign bits ignored, the data is the binary representation of the absolute value of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | Z.t | Determined from data | bytes | +------+----------------------+----------+ - - + + N.t *** - + A variable-length sequence of bytes encoding a Zarith natural number. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). Size bits ignored, the data is the binary representation of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | N.t | Determined from data | bytes | +------+----------------------+----------+ - - + + X_0 *** - + +------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +====================================+======================+=========================================================================+ @@ -14600,11 +14600,11 @@ Full description +------------------------------------+----------------------+-------------------------------------------------------------------------+ | dal_rewards_weight | 4 bytes | signed 31-bit big-endian integer in the range -1073741824 to 1073741823 | +------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + X_1 *** - + +-------------+---------+------------------------------------+ | Name | Size | Contents | +=============+=========+====================================+ @@ -14612,14 +14612,14 @@ Full description +-------------+---------+------------------------------------+ | denominator | 2 bytes | unsigned 16-bit big-endian integer | +-------------+---------+------------------------------------+ - - + + public_key_hash (21 bytes, 8-bit tag) ************************************* - + Ed25519 (tag 0) =============== - + +-------------------------+----------+------------------------+ | Name | Size | Contents | +=========================+==========+========================+ @@ -14627,11 +14627,11 @@ Full description +-------------------------+----------+------------------------+ | Ed25519.Public_key_hash | 20 bytes | bytes | +-------------------------+----------+------------------------+ - - + + Secp256k1 (tag 1) ================= - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -14639,11 +14639,11 @@ Full description +---------------------------+----------+------------------------+ | Secp256k1.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + P256 (tag 2) ============ - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -14651,11 +14651,11 @@ Full description +----------------------+----------+------------------------+ | P256.Public_key_hash | 20 bytes | bytes | +----------------------+----------+------------------------+ - - + + Bls (tag 3) =========== - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -14663,11 +14663,11 @@ Full description +---------------------------+----------+------------------------+ | Bls12_381.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + X_4 *** - + +-------------+----------------------+----------+ | Name | Size | Contents | +=============+======================+==========+ @@ -14675,11 +14675,11 @@ Full description +-------------+----------------------+----------+ | denominator | Determined from data | $Z.t | +-------------+----------------------+----------+ - - + + X_3 *** - + +-----------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +=============================+======================+=========================================================================+ @@ -14707,11 +14707,11 @@ Full description +-----------------------------+----------------------+-------------------------------------------------------------------------+ | number_of_shards | 2 bytes | unsigned 16-bit big-endian integer | +-----------------------------+----------------------+-------------------------------------------------------------------------+ - - + + X_7 *** - + +---------------------------------+---------+-------------------------------------------------------------------------+ | Name | Size | Contents | +=================================+=========+=========================================================================+ @@ -14725,11 +14725,11 @@ Full description +---------------------------------+---------+-------------------------------------------------------------------------+ | dal_attested_slots_validity_lag | 4 bytes | signed 31-bit big-endian integer in the range -1073741824 to 1073741823 | +---------------------------------+---------+-------------------------------------------------------------------------+ - - + + X_8 *** - + +----------------------------+----------------------+----------------------------------+ | Name | Size | Contents | +============================+======================+==================================+ @@ -14753,10 +14753,10 @@ Full description +----------------------------+----------------------+----------------------------------+ | radius_dz | Determined from data | $X_4 | +----------------------------+----------------------+----------------------------------+ - +
- + .. _GET_..--block_id--context--contracts : @@ -14764,7 +14764,7 @@ Full description **GET ..//context/contracts** .. raw:: html - +
@@ -14795,14 +14795,14 @@ Full description +-----------------------+----------+---------------------------------------+ | Unnamed field 0 | Variable | sequence of $024-PsD5wVTJ.contract_id | +-----------------------+----------+---------------------------------------+ - - + + public_key_hash (21 bytes, 8-bit tag) ************************************* - + Ed25519 (tag 0) =============== - + +-------------------------+----------+------------------------+ | Name | Size | Contents | +=========================+==========+========================+ @@ -14810,11 +14810,11 @@ Full description +-------------------------+----------+------------------------+ | Ed25519.Public_key_hash | 20 bytes | bytes | +-------------------------+----------+------------------------+ - - + + Secp256k1 (tag 1) ================= - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -14822,11 +14822,11 @@ Full description +---------------------------+----------+------------------------+ | Secp256k1.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + P256 (tag 2) ============ - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -14834,11 +14834,11 @@ Full description +----------------------+----------+------------------------+ | P256.Public_key_hash | 20 bytes | bytes | +----------------------+----------+------------------------+ - - + + Bls (tag 3) =========== - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -14846,14 +14846,14 @@ Full description +---------------------------+----------+------------------------+ | Bls12_381.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + 024-PsD5wVTJ.contract_id (22 bytes, 8-bit tag) ********************************************** - + Implicit (tag 0) ================ - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -14861,11 +14861,11 @@ Full description +---------------------------+----------+------------------------+ | Signature.Public_key_hash | 21 bytes | $public_key_hash | +---------------------------+----------+------------------------+ - - + + Originated (tag 1) ================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -14875,17 +14875,17 @@ Full description +---------------+----------+------------------------+ | padding | 1 byte | padding | +---------------+----------+------------------------+ - +
- + .. _GET_..--block_id--context--contracts--contract_id : **GET ..//context/contracts/?[normalize_types]** .. raw:: html - +
@@ -14943,26 +14943,26 @@ Full description +--------------------------------+----------------------+-------------------------------------+ | revealed | 1 byte | boolean (0 for false, 255 for true) | +--------------------------------+----------------------+-------------------------------------+ - - + + N.t *** - + A variable-length sequence of bytes encoding a Zarith natural number. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). Size bits ignored, the data is the binary representation of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | N.t | Determined from data | bytes | +------+----------------------+----------+ - - + + public_key_hash (21 bytes, 8-bit tag) ************************************* - + Ed25519 (tag 0) =============== - + +-------------------------+----------+------------------------+ | Name | Size | Contents | +=========================+==========+========================+ @@ -14970,11 +14970,11 @@ Full description +-------------------------+----------+------------------------+ | Ed25519.Public_key_hash | 20 bytes | bytes | +-------------------------+----------+------------------------+ - - + + Secp256k1 (tag 1) ================= - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -14982,11 +14982,11 @@ Full description +---------------------------+----------+------------------------+ | Secp256k1.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + P256 (tag 2) ============ - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -14994,11 +14994,11 @@ Full description +----------------------+----------+------------------------+ | P256.Public_key_hash | 20 bytes | bytes | +----------------------+----------+------------------------+ - - + + Bls (tag 3) =========== - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -15006,11 +15006,11 @@ Full description +---------------------------+----------+------------------------+ | Bls12_381.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + 024-PsD5wVTJ.scripted.contracts ******************************* - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -15022,17 +15022,17 @@ Full description +-----------------------+----------+------------------------------------+ | storage | Variable | bytes | +-----------------------+----------+------------------------------------+ - +
- + .. _GET_..--block_id--context--contracts--contract_id--all_ticket_balances : **GET ..//context/contracts//all_ticket_balances** .. raw:: html - +
@@ -15251,14 +15251,14 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_0 | +-----------------------+----------+------------------------------------+ - - + + public_key_hash (21 bytes, 8-bit tag) ************************************* - + Ed25519 (tag 0) =============== - + +-------------------------+----------+------------------------+ | Name | Size | Contents | +=========================+==========+========================+ @@ -15266,11 +15266,11 @@ Full description +-------------------------+----------+------------------------+ | Ed25519.Public_key_hash | 20 bytes | bytes | +-------------------------+----------+------------------------+ - - + + Secp256k1 (tag 1) ================= - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -15278,11 +15278,11 @@ Full description +---------------------------+----------+------------------------+ | Secp256k1.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + P256 (tag 2) ============ - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -15290,11 +15290,11 @@ Full description +----------------------+----------+------------------------+ | P256.Public_key_hash | 20 bytes | bytes | +----------------------+----------+------------------------+ - - + + Bls (tag 3) =========== - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -15302,14 +15302,14 @@ Full description +---------------------------+----------+------------------------+ | Bls12_381.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + 024-PsD5wVTJ.contract_id (22 bytes, 8-bit tag) ********************************************** - + Implicit (tag 0) ================ - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -15317,11 +15317,11 @@ Full description +---------------------------+----------+------------------------+ | Signature.Public_key_hash | 21 bytes | $public_key_hash | +---------------------------+----------+------------------------+ - - + + Originated (tag 1) ================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -15331,11 +15331,11 @@ Full description +---------------+----------+------------------------+ | padding | 1 byte | padding | +---------------+----------+------------------------+ - - + + 024-PsD5wVTJ.michelson.v1.primitives (Enumeration: unsigned 8-bit integer): *************************************************************************** - + +-------------+--------------------------------+ | Case number | Encoded string | +=============+================================+ @@ -15661,26 +15661,26 @@ Full description +-------------+--------------------------------+ | 160 | GET_ADDRESS_INDEX | +-------------+--------------------------------+ - - + + Z.t *** - + A variable-length sequence of bytes encoding a Zarith integer. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). The second most significant bit of the first byte is reserved for the sign (0 for positive, 1 for negative). Size and sign bits ignored, the data is the binary representation of the absolute value of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | Z.t | Determined from data | bytes | +------+----------------------+----------+ - - + + micheline.024-PsD5wVTJ.michelson_v1.expression (Determined from data, 8-bit tag) ******************************************************************************** - + Int (tag 0) =========== - + +------+----------------------+------------------------+ | Name | Size | Contents | +======+======================+========================+ @@ -15688,11 +15688,11 @@ Full description +------+----------------------+------------------------+ | int | Determined from data | $Z.t | +------+----------------------+------------------------+ - - + + String (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -15702,11 +15702,11 @@ Full description +-----------------------+----------+------------------------------------+ | string | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + Sequence (tag 2) ================ - + +-----------------------+----------+-------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+=============================================================+ @@ -15716,11 +15716,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------+ | Unnamed field 0 | Variable | sequence of $micheline.024-PsD5wVTJ.michelson_v1.expression | +-----------------------+----------+-------------------------------------------------------------+ - - + + Prim__no_args__no_annots (tag 3) ================================ - + +------+--------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+========+===========================================================================================+ @@ -15728,11 +15728,11 @@ Full description +------+--------+-------------------------------------------------------------------------------------------+ | prim | 1 byte | unsigned 8-bit integer encoding an enumeration (see 024-PsD5wVTJ.michelson.v1.primitives) | +------+--------+-------------------------------------------------------------------------------------------+ - - + + Prim__no_args__some_annots (tag 4) ================================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -15744,11 +15744,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__no_annots (tag 5) ============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -15758,11 +15758,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__some_annots (tag 6) ================================ - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -15776,11 +15776,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__no_annots (tag 7) =============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -15792,11 +15792,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg2 | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__some_annots (tag 8) ================================= - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -15812,11 +15812,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__generic (tag 9) ===================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -15832,11 +15832,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Bytes (tag 10) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -15846,23 +15846,23 @@ Full description +-----------------------+----------+------------------------------------+ | bytes | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + N.t *** - + A variable-length sequence of bytes encoding a Zarith natural number. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). Size bits ignored, the data is the binary representation of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | N.t | Determined from data | bytes | +------+----------------------+----------+ - - + + X_0 *** - + +--------------+----------------------+-------------------------------------------------+ | Name | Size | Contents | +==============+======================+=================================================+ @@ -15874,10 +15874,10 @@ Full description +--------------+----------------------+-------------------------------------------------+ | amount | Determined from data | $N.t | +--------------+----------------------+-------------------------------------------------+ - +
- + .. _GET_..--block_id--context--contracts--contract_id--balance : @@ -15885,7 +15885,7 @@ Full description **GET ..//context/contracts//balance** .. raw:: html - +
@@ -15908,22 +15908,22 @@ Full description +=================+======================+==========+ | Unnamed field 0 | Determined from data | $N.t | +-----------------+----------------------+----------+ - - + + N.t *** - + A variable-length sequence of bytes encoding a Zarith natural number. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). Size bits ignored, the data is the binary representation of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | N.t | Determined from data | bytes | +------+----------------------+----------+ - +
- + .. _GET_..--block_id--context--contracts--contract_id--balance_and_frozen_bonds : @@ -15931,7 +15931,7 @@ Full description **GET ..//context/contracts//balance_and_frozen_bonds** .. raw:: html - +
@@ -15954,22 +15954,22 @@ Full description +=================+======================+==========+ | Unnamed field 0 | Determined from data | $N.t | +-----------------+----------------------+----------+ - - + + N.t *** - + A variable-length sequence of bytes encoding a Zarith natural number. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). Size bits ignored, the data is the binary representation of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | N.t | Determined from data | bytes | +------+----------------------+----------+ - +
- + .. _POST_..--block_id--context--contracts--contract_id--big_map_get : @@ -15977,7 +15977,7 @@ Full description **POST ..//context/contracts//big_map_get** .. raw:: html - +
@@ -16187,11 +16187,11 @@ Full description +------+----------------------+-------------------------------------------------+ | type | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------+ - - + + 024-PsD5wVTJ.michelson.v1.primitives (Enumeration: unsigned 8-bit integer): *************************************************************************** - + +-------------+--------------------------------+ | Case number | Encoded string | +=============+================================+ @@ -16517,26 +16517,26 @@ Full description +-------------+--------------------------------+ | 160 | GET_ADDRESS_INDEX | +-------------+--------------------------------+ - - + + Z.t *** - + A variable-length sequence of bytes encoding a Zarith integer. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). The second most significant bit of the first byte is reserved for the sign (0 for positive, 1 for negative). Size and sign bits ignored, the data is the binary representation of the absolute value of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | Z.t | Determined from data | bytes | +------+----------------------+----------+ - - + + micheline.024-PsD5wVTJ.michelson_v1.expression (Determined from data, 8-bit tag) ******************************************************************************** - + Int (tag 0) =========== - + +------+----------------------+------------------------+ | Name | Size | Contents | +======+======================+========================+ @@ -16544,11 +16544,11 @@ Full description +------+----------------------+------------------------+ | int | Determined from data | $Z.t | +------+----------------------+------------------------+ - - + + String (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -16558,11 +16558,11 @@ Full description +-----------------------+----------+------------------------------------+ | string | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + Sequence (tag 2) ================ - + +-----------------------+----------+-------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+=============================================================+ @@ -16572,11 +16572,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------+ | Unnamed field 0 | Variable | sequence of $micheline.024-PsD5wVTJ.michelson_v1.expression | +-----------------------+----------+-------------------------------------------------------------+ - - + + Prim__no_args__no_annots (tag 3) ================================ - + +------+--------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+========+===========================================================================================+ @@ -16584,11 +16584,11 @@ Full description +------+--------+-------------------------------------------------------------------------------------------+ | prim | 1 byte | unsigned 8-bit integer encoding an enumeration (see 024-PsD5wVTJ.michelson.v1.primitives) | +------+--------+-------------------------------------------------------------------------------------------+ - - + + Prim__no_args__some_annots (tag 4) ================================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -16600,11 +16600,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__no_annots (tag 5) ============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -16614,11 +16614,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__some_annots (tag 6) ================================ - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -16632,11 +16632,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__no_annots (tag 7) =============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -16648,11 +16648,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg2 | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__some_annots (tag 8) ================================= - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -16668,11 +16668,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__generic (tag 9) ===================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -16688,11 +16688,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Bytes (tag 10) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -16702,7 +16702,7 @@ Full description +-----------------------+----------+------------------------------------+ | bytes | Variable | bytes | +-----------------------+----------+------------------------------------+ - +
@@ -16905,11 +16905,11 @@ Full description +=================+======================+==========+ | Unnamed field 0 | Determined from data | $X_1 | +-----------------+----------------------+----------+ - - + + 024-PsD5wVTJ.michelson.v1.primitives (Enumeration: unsigned 8-bit integer): *************************************************************************** - + +-------------+--------------------------------+ | Case number | Encoded string | +=============+================================+ @@ -17235,26 +17235,26 @@ Full description +-------------+--------------------------------+ | 160 | GET_ADDRESS_INDEX | +-------------+--------------------------------+ - - + + Z.t *** - + A variable-length sequence of bytes encoding a Zarith integer. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). The second most significant bit of the first byte is reserved for the sign (0 for positive, 1 for negative). Size and sign bits ignored, the data is the binary representation of the absolute value of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | Z.t | Determined from data | bytes | +------+----------------------+----------+ - - + + micheline.024-PsD5wVTJ.michelson_v1.expression (Determined from data, 8-bit tag) ******************************************************************************** - + Int (tag 0) =========== - + +------+----------------------+------------------------+ | Name | Size | Contents | +======+======================+========================+ @@ -17262,11 +17262,11 @@ Full description +------+----------------------+------------------------+ | int | Determined from data | $Z.t | +------+----------------------+------------------------+ - - + + String (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -17276,11 +17276,11 @@ Full description +-----------------------+----------+------------------------------------+ | string | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + Sequence (tag 2) ================ - + +-----------------------+----------+-------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+=============================================================+ @@ -17290,11 +17290,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------+ | Unnamed field 0 | Variable | sequence of $micheline.024-PsD5wVTJ.michelson_v1.expression | +-----------------------+----------+-------------------------------------------------------------+ - - + + Prim__no_args__no_annots (tag 3) ================================ - + +------+--------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+========+===========================================================================================+ @@ -17302,11 +17302,11 @@ Full description +------+--------+-------------------------------------------------------------------------------------------+ | prim | 1 byte | unsigned 8-bit integer encoding an enumeration (see 024-PsD5wVTJ.michelson.v1.primitives) | +------+--------+-------------------------------------------------------------------------------------------+ - - + + Prim__no_args__some_annots (tag 4) ================================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -17318,11 +17318,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__no_annots (tag 5) ============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -17332,11 +17332,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__some_annots (tag 6) ================================ - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -17350,11 +17350,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__no_annots (tag 7) =============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -17366,11 +17366,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg2 | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__some_annots (tag 8) ================================= - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -17386,11 +17386,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__generic (tag 9) ===================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -17406,11 +17406,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Bytes (tag 10) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -17420,24 +17420,24 @@ Full description +-----------------------+----------+------------------------------------+ | bytes | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + X_1 (Determined from data, 8-bit tag) ************************************* - + None (tag 0) ============ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Some (tag 1) ============ - + +-----------------+----------------------+-------------------------------------------------+ | Name | Size | Contents | +=================+======================+=================================================+ @@ -17445,10 +17445,10 @@ Full description +-----------------+----------------------+-------------------------------------------------+ | Unnamed field 0 | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +-----------------+----------------------+-------------------------------------------------+ - +
- + .. _GET_..--block_id--context--contracts--contract_id--counter : @@ -17456,7 +17456,7 @@ Full description **GET ..//context/contracts//counter** .. raw:: html - +
@@ -17477,22 +17477,22 @@ Full description +=================+======================+==========+ | Unnamed field 0 | Determined from data | $N.t | +-----------------+----------------------+----------+ - - + + N.t *** - + A variable-length sequence of bytes encoding a Zarith natural number. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). Size bits ignored, the data is the binary representation of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | N.t | Determined from data | bytes | +------+----------------------+----------+ - +
- + .. _GET_..--block_id--context--contracts--contract_id--delegate : @@ -17500,7 +17500,7 @@ Full description **GET ..//context/contracts//delegate** .. raw:: html - +
@@ -17525,14 +17525,14 @@ Full description +===========================+==========+==================+ | Signature.Public_key_hash | 21 bytes | $public_key_hash | +---------------------------+----------+------------------+ - - + + public_key_hash (21 bytes, 8-bit tag) ************************************* - + Ed25519 (tag 0) =============== - + +-------------------------+----------+------------------------+ | Name | Size | Contents | +=========================+==========+========================+ @@ -17540,11 +17540,11 @@ Full description +-------------------------+----------+------------------------+ | Ed25519.Public_key_hash | 20 bytes | bytes | +-------------------------+----------+------------------------+ - - + + Secp256k1 (tag 1) ================= - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -17552,11 +17552,11 @@ Full description +---------------------------+----------+------------------------+ | Secp256k1.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + P256 (tag 2) ============ - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -17564,11 +17564,11 @@ Full description +----------------------+----------+------------------------+ | P256.Public_key_hash | 20 bytes | bytes | +----------------------+----------+------------------------+ - - + + Bls (tag 3) =========== - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -17576,10 +17576,10 @@ Full description +---------------------------+----------+------------------------+ | Bls12_381.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - +
- + .. _GET_..--block_id--context--contracts--contract_id--entrypoints : @@ -17587,7 +17587,7 @@ Full description **GET ..//context/contracts//entrypoints?[normalize_types]** .. raw:: html - +
@@ -17800,11 +17800,11 @@ Full description +-----------------------+----------+------------------------------------+ | entrypoints | Variable | sequence of $X_1 | +-----------------------+----------+------------------------------------+ - - + + 024-PsD5wVTJ.michelson.v1.primitives (Enumeration: unsigned 8-bit integer): *************************************************************************** - + +-------------+--------------------------------+ | Case number | Encoded string | +=============+================================+ @@ -18130,11 +18130,11 @@ Full description +-------------+--------------------------------+ | 160 | GET_ADDRESS_INDEX | +-------------+--------------------------------+ - - + + X_0 *** - + +-----------------------+----------+-------------------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+=======================================================================================================+ @@ -18142,11 +18142,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------------------+ | Unnamed field 0 | Variable | sequence of unsigned 8-bit integer encoding an enumeration (see 024-PsD5wVTJ.michelson.v1.primitives) | +-----------------------+----------+-------------------------------------------------------------------------------------------------------+ - - + + X_2 *** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -18154,26 +18154,26 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + Z.t *** - + A variable-length sequence of bytes encoding a Zarith integer. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). The second most significant bit of the first byte is reserved for the sign (0 for positive, 1 for negative). Size and sign bits ignored, the data is the binary representation of the absolute value of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | Z.t | Determined from data | bytes | +------+----------------------+----------+ - - + + micheline.024-PsD5wVTJ.michelson_v1.expression (Determined from data, 8-bit tag) ******************************************************************************** - + Int (tag 0) =========== - + +------+----------------------+------------------------+ | Name | Size | Contents | +======+======================+========================+ @@ -18181,11 +18181,11 @@ Full description +------+----------------------+------------------------+ | int | Determined from data | $Z.t | +------+----------------------+------------------------+ - - + + String (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -18195,11 +18195,11 @@ Full description +-----------------------+----------+------------------------------------+ | string | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + Sequence (tag 2) ================ - + +-----------------------+----------+-------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+=============================================================+ @@ -18209,11 +18209,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------+ | Unnamed field 0 | Variable | sequence of $micheline.024-PsD5wVTJ.michelson_v1.expression | +-----------------------+----------+-------------------------------------------------------------+ - - + + Prim__no_args__no_annots (tag 3) ================================ - + +------+--------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+========+===========================================================================================+ @@ -18221,11 +18221,11 @@ Full description +------+--------+-------------------------------------------------------------------------------------------+ | prim | 1 byte | unsigned 8-bit integer encoding an enumeration (see 024-PsD5wVTJ.michelson.v1.primitives) | +------+--------+-------------------------------------------------------------------------------------------+ - - + + Prim__no_args__some_annots (tag 4) ================================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -18237,11 +18237,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__no_annots (tag 5) ============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -18251,11 +18251,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__some_annots (tag 6) ================================ - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -18269,11 +18269,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__no_annots (tag 7) =============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -18285,11 +18285,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg2 | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__some_annots (tag 8) ================================= - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -18305,11 +18305,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__generic (tag 9) ===================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -18325,11 +18325,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Bytes (tag 10) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -18339,11 +18339,11 @@ Full description +-----------------------+----------+------------------------------------+ | bytes | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + X_1 *** - + +-----------------+----------------------+-------------------------------------------------+ | Name | Size | Contents | +=================+======================+=================================================+ @@ -18351,17 +18351,17 @@ Full description +-----------------+----------------------+-------------------------------------------------+ | Unnamed field 1 | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +-----------------+----------------------+-------------------------------------------------+ - +
- + .. _GET_..--block_id--context--contracts--contract_id--entrypoints--entrypoint : **GET ..//context/contracts//entrypoints/?[normalize_types]** .. raw:: html - +
@@ -18566,11 +18566,11 @@ Full description +=================+======================+=================================================+ | Unnamed field 0 | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +-----------------+----------------------+-------------------------------------------------+ - - + + 024-PsD5wVTJ.michelson.v1.primitives (Enumeration: unsigned 8-bit integer): *************************************************************************** - + +-------------+--------------------------------+ | Case number | Encoded string | +=============+================================+ @@ -18896,26 +18896,26 @@ Full description +-------------+--------------------------------+ | 160 | GET_ADDRESS_INDEX | +-------------+--------------------------------+ - - + + Z.t *** - + A variable-length sequence of bytes encoding a Zarith integer. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). The second most significant bit of the first byte is reserved for the sign (0 for positive, 1 for negative). Size and sign bits ignored, the data is the binary representation of the absolute value of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | Z.t | Determined from data | bytes | +------+----------------------+----------+ - - + + micheline.024-PsD5wVTJ.michelson_v1.expression (Determined from data, 8-bit tag) ******************************************************************************** - + Int (tag 0) =========== - + +------+----------------------+------------------------+ | Name | Size | Contents | +======+======================+========================+ @@ -18923,11 +18923,11 @@ Full description +------+----------------------+------------------------+ | int | Determined from data | $Z.t | +------+----------------------+------------------------+ - - + + String (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -18937,11 +18937,11 @@ Full description +-----------------------+----------+------------------------------------+ | string | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + Sequence (tag 2) ================ - + +-----------------------+----------+-------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+=============================================================+ @@ -18951,11 +18951,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------+ | Unnamed field 0 | Variable | sequence of $micheline.024-PsD5wVTJ.michelson_v1.expression | +-----------------------+----------+-------------------------------------------------------------+ - - + + Prim__no_args__no_annots (tag 3) ================================ - + +------+--------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+========+===========================================================================================+ @@ -18963,11 +18963,11 @@ Full description +------+--------+-------------------------------------------------------------------------------------------+ | prim | 1 byte | unsigned 8-bit integer encoding an enumeration (see 024-PsD5wVTJ.michelson.v1.primitives) | +------+--------+-------------------------------------------------------------------------------------------+ - - + + Prim__no_args__some_annots (tag 4) ================================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -18979,11 +18979,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__no_annots (tag 5) ============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -18993,11 +18993,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__some_annots (tag 6) ================================ - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -19011,11 +19011,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__no_annots (tag 7) =============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -19027,11 +19027,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg2 | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__some_annots (tag 8) ================================= - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -19047,11 +19047,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__generic (tag 9) ===================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -19067,11 +19067,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Bytes (tag 10) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -19081,10 +19081,10 @@ Full description +-----------------------+----------+------------------------------------+ | bytes | Variable | bytes | +-----------------------+----------+------------------------------------+ - +
- + .. _GET_..--block_id--context--contracts--contract_id--estimated_own_pending_slashed_amount : @@ -19092,7 +19092,7 @@ Full description **GET ..//context/contracts//estimated_own_pending_slashed_amount** .. raw:: html - +
@@ -19115,22 +19115,22 @@ Full description +=================+======================+==========+ | Unnamed field 0 | Determined from data | $N.t | +-----------------+----------------------+----------+ - - + + N.t *** - + A variable-length sequence of bytes encoding a Zarith natural number. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). Size bits ignored, the data is the binary representation of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | N.t | Determined from data | bytes | +------+----------------------+----------+ - +
- + .. _GET_..--block_id--context--contracts--contract_id--frozen_bonds : @@ -19138,7 +19138,7 @@ Full description **GET ..//context/contracts//frozen_bonds** .. raw:: html - +
@@ -19161,22 +19161,22 @@ Full description +=================+======================+==========+ | Unnamed field 0 | Determined from data | $N.t | +-----------------+----------------------+----------+ - - + + N.t *** - + A variable-length sequence of bytes encoding a Zarith natural number. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). Size bits ignored, the data is the binary representation of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | N.t | Determined from data | bytes | +------+----------------------+----------+ - +
- + .. _GET_..--block_id--context--contracts--contract_id--full_balance : @@ -19184,7 +19184,7 @@ Full description **GET ..//context/contracts//full_balance** .. raw:: html - +
@@ -19207,22 +19207,22 @@ Full description +=================+======================+==========+ | Unnamed field 0 | Determined from data | $N.t | +-----------------+----------------------+----------+ - - + + N.t *** - + A variable-length sequence of bytes encoding a Zarith natural number. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). Size bits ignored, the data is the binary representation of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | N.t | Determined from data | bytes | +------+----------------------+----------+ - +
- + .. _GET_..--block_id--context--contracts--contract_id--manager_key : @@ -19230,7 +19230,7 @@ Full description **GET ..//context/contracts//manager_key** .. raw:: html - +
@@ -19257,14 +19257,14 @@ Full description +=================+======================+==========+ | Unnamed field 0 | Determined from data | $X_0 | +-----------------+----------------------+----------+ - - + + public_key (Determined from data, 8-bit tag) ******************************************** - + Ed25519 (tag 0) =============== - + +--------------------+----------+------------------------+ | Name | Size | Contents | +====================+==========+========================+ @@ -19272,11 +19272,11 @@ Full description +--------------------+----------+------------------------+ | Ed25519.Public_key | 32 bytes | bytes | +--------------------+----------+------------------------+ - - + + Secp256k1 (tag 1) ================= - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -19284,11 +19284,11 @@ Full description +----------------------+----------+------------------------+ | Secp256k1.Public_key | 33 bytes | bytes | +----------------------+----------+------------------------+ - - + + P256 (tag 2) ============ - + +-----------------+----------+------------------------+ | Name | Size | Contents | +=================+==========+========================+ @@ -19296,11 +19296,11 @@ Full description +-----------------+----------+------------------------+ | P256.Public_key | 33 bytes | bytes | +-----------------+----------+------------------------+ - - + + Bls (tag 3) =========== - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -19308,24 +19308,24 @@ Full description +----------------------+----------+------------------------+ | Bls12_381.Public_key | 48 bytes | bytes | +----------------------+----------+------------------------+ - - + + X_0 (Determined from data, 8-bit tag) ************************************* - + None (tag 0) ============ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Some (tag 1) ============ - + +----------------------+----------------------+------------------------+ | Name | Size | Contents | +======================+======================+========================+ @@ -19333,10 +19333,10 @@ Full description +----------------------+----------------------+------------------------+ | Signature.Public_key | Determined from data | $public_key | +----------------------+----------------------+------------------------+ - +
- + .. _GET_..--block_id--context--contracts--contract_id--script : @@ -19344,7 +19344,7 @@ Full description **GET ..//context/contracts//script** .. raw:: html - +
@@ -19370,18 +19370,18 @@ Full description +-----------------------+----------+------------------------------------+ | storage | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + +
- + .. _POST_..--block_id--context--contracts--contract_id--script--normalized : **POST ..//context/contracts//script/normalized** .. raw:: html - +
@@ -19405,40 +19405,40 @@ Full description +-----------------+--------+-------------------------------------+ | normalize_types | 1 byte | boolean (0 for false, 255 for true) | +-----------------+--------+-------------------------------------+ - - + + X_0 (1 byte, 8-bit tag) *********************** - + Readable (tag 0) ================ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Optimized (tag 1) ================= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Optimized_legacy (tag 2) ======================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - +
@@ -19454,24 +19454,24 @@ Full description +=================+======================+==========+ | Unnamed field 0 | Determined from data | $X_0 | +-----------------+----------------------+----------+ - - + + X_0 (Determined from data, 8-bit tag) ************************************* - + None (tag 0) ============ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Some (tag 1) ============ - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -19485,10 +19485,10 @@ Full description +-----------------------+----------+------------------------------------+ | storage | Variable | bytes | +-----------------------+----------+------------------------------------+ - +
- + .. _GET_..--block_id--context--contracts--contract_id--single_sapling_get_diff : @@ -19496,7 +19496,7 @@ Full description **GET ..//context/contracts//single_sapling_get_diff?[offset_commitment=]&[offset_nullifier=]** .. raw:: html - +
@@ -19538,11 +19538,11 @@ Full description +-----------------------------+----------+------------------------------------+ | nullifiers | Variable | sequence of bytes | +-----------------------------+----------+------------------------------------+ - - + + sapling.transaction.ciphertext ****************************** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -19560,11 +19560,11 @@ Full description +-----------------------+----------+------------------------------------+ | nonce_out | 24 bytes | bytes | +-----------------------+----------+------------------------------------+ - - + + X_0 *** - + +-----------------+----------------------+---------------------------------+ | Name | Size | Contents | +=================+======================+=================================+ @@ -19572,10 +19572,10 @@ Full description +-----------------+----------------------+---------------------------------+ | Unnamed field 1 | Determined from data | $sapling.transaction.ciphertext | +-----------------+----------------------+---------------------------------+ - +
- + .. _GET_..--block_id--context--contracts--contract_id--spendable : @@ -19583,7 +19583,7 @@ Full description **GET ..//context/contracts//spendable** .. raw:: html - +
@@ -19606,22 +19606,22 @@ Full description +=================+======================+==========+ | Unnamed field 0 | Determined from data | $N.t | +-----------------+----------------------+----------+ - - + + N.t *** - + A variable-length sequence of bytes encoding a Zarith natural number. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). Size bits ignored, the data is the binary representation of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | N.t | Determined from data | bytes | +------+----------------------+----------+ - +
- + .. _GET_..--block_id--context--contracts--contract_id--spendable_and_frozen_bonds : @@ -19629,7 +19629,7 @@ Full description **GET ..//context/contracts//spendable_and_frozen_bonds** .. raw:: html - +
@@ -19652,22 +19652,22 @@ Full description +=================+======================+==========+ | Unnamed field 0 | Determined from data | $N.t | +-----------------+----------------------+----------+ - - + + N.t *** - + A variable-length sequence of bytes encoding a Zarith natural number. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). Size bits ignored, the data is the binary representation of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | N.t | Determined from data | bytes | +------+----------------------+----------+ - +
- + .. _GET_..--block_id--context--contracts--contract_id--staked_balance : @@ -19675,7 +19675,7 @@ Full description **GET ..//context/contracts//staked_balance** .. raw:: html - +
@@ -19699,36 +19699,36 @@ Full description +=================+======================+==========+ | Unnamed field 0 | Determined from data | $X_0 | +-----------------+----------------------+----------+ - - + + N.t *** - + A variable-length sequence of bytes encoding a Zarith natural number. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). Size bits ignored, the data is the binary representation of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | N.t | Determined from data | bytes | +------+----------------------+----------+ - - + + X_0 (Determined from data, 8-bit tag) ************************************* - + None (tag 0) ============ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Some (tag 1) ============ - + +-----------------+----------------------+------------------------+ | Name | Size | Contents | +=================+======================+========================+ @@ -19736,10 +19736,10 @@ Full description +-----------------+----------------------+------------------------+ | Unnamed field 0 | Determined from data | $N.t | +-----------------+----------------------+------------------------+ - +
- + .. _GET_..--block_id--context--contracts--contract_id--staking_numerator : @@ -19747,7 +19747,7 @@ Full description **GET ..//context/contracts//staking_numerator** .. raw:: html - +
@@ -19770,22 +19770,22 @@ Full description +=================+======================+==========+ | Unnamed field 0 | Determined from data | $N.t | +-----------------+----------------------+----------+ - - + + N.t *** - + A variable-length sequence of bytes encoding a Zarith natural number. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). Size bits ignored, the data is the binary representation of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | N.t | Determined from data | bytes | +------+----------------------+----------+ - +
- + .. _GET_..--block_id--context--contracts--contract_id--storage : @@ -19793,7 +19793,7 @@ Full description **GET ..//context/contracts//storage** .. raw:: html - +
@@ -19998,11 +19998,11 @@ Full description +=================+======================+=================================================+ | Unnamed field 0 | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +-----------------+----------------------+-------------------------------------------------+ - - + + 024-PsD5wVTJ.michelson.v1.primitives (Enumeration: unsigned 8-bit integer): *************************************************************************** - + +-------------+--------------------------------+ | Case number | Encoded string | +=============+================================+ @@ -20328,26 +20328,26 @@ Full description +-------------+--------------------------------+ | 160 | GET_ADDRESS_INDEX | +-------------+--------------------------------+ - - + + Z.t *** - + A variable-length sequence of bytes encoding a Zarith integer. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). The second most significant bit of the first byte is reserved for the sign (0 for positive, 1 for negative). Size and sign bits ignored, the data is the binary representation of the absolute value of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | Z.t | Determined from data | bytes | +------+----------------------+----------+ - - + + micheline.024-PsD5wVTJ.michelson_v1.expression (Determined from data, 8-bit tag) ******************************************************************************** - + Int (tag 0) =========== - + +------+----------------------+------------------------+ | Name | Size | Contents | +======+======================+========================+ @@ -20355,11 +20355,11 @@ Full description +------+----------------------+------------------------+ | int | Determined from data | $Z.t | +------+----------------------+------------------------+ - - + + String (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -20369,11 +20369,11 @@ Full description +-----------------------+----------+------------------------------------+ | string | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + Sequence (tag 2) ================ - + +-----------------------+----------+-------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+=============================================================+ @@ -20383,11 +20383,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------+ | Unnamed field 0 | Variable | sequence of $micheline.024-PsD5wVTJ.michelson_v1.expression | +-----------------------+----------+-------------------------------------------------------------+ - - + + Prim__no_args__no_annots (tag 3) ================================ - + +------+--------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+========+===========================================================================================+ @@ -20395,11 +20395,11 @@ Full description +------+--------+-------------------------------------------------------------------------------------------+ | prim | 1 byte | unsigned 8-bit integer encoding an enumeration (see 024-PsD5wVTJ.michelson.v1.primitives) | +------+--------+-------------------------------------------------------------------------------------------+ - - + + Prim__no_args__some_annots (tag 4) ================================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -20411,11 +20411,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__no_annots (tag 5) ============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -20425,11 +20425,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__some_annots (tag 6) ================================ - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -20443,11 +20443,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__no_annots (tag 7) =============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -20459,11 +20459,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg2 | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__some_annots (tag 8) ================================= - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -20479,11 +20479,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__generic (tag 9) ===================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -20499,11 +20499,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Bytes (tag 10) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -20513,17 +20513,17 @@ Full description +-----------------------+----------+------------------------------------+ | bytes | Variable | bytes | +-----------------------+----------+------------------------------------+ - +
- + .. _POST_..--block_id--context--contracts--contract_id--storage--normalized : **POST ..//context/contracts//storage/normalized** .. raw:: html - +
@@ -20544,40 +20544,40 @@ Full description +================+========+==========+ | unparsing_mode | 1 byte | $X_0 | +----------------+--------+----------+ - - + + X_0 (1 byte, 8-bit tag) *********************** - + Readable (tag 0) ================ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Optimized (tag 1) ================= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Optimized_legacy (tag 2) ======================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - +
@@ -20780,11 +20780,11 @@ Full description +=================+======================+==========+ | Unnamed field 0 | Determined from data | $X_1 | +-----------------+----------------------+----------+ - - + + 024-PsD5wVTJ.michelson.v1.primitives (Enumeration: unsigned 8-bit integer): *************************************************************************** - + +-------------+--------------------------------+ | Case number | Encoded string | +=============+================================+ @@ -21110,26 +21110,26 @@ Full description +-------------+--------------------------------+ | 160 | GET_ADDRESS_INDEX | +-------------+--------------------------------+ - - + + Z.t *** - + A variable-length sequence of bytes encoding a Zarith integer. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). The second most significant bit of the first byte is reserved for the sign (0 for positive, 1 for negative). Size and sign bits ignored, the data is the binary representation of the absolute value of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | Z.t | Determined from data | bytes | +------+----------------------+----------+ - - + + micheline.024-PsD5wVTJ.michelson_v1.expression (Determined from data, 8-bit tag) ******************************************************************************** - + Int (tag 0) =========== - + +------+----------------------+------------------------+ | Name | Size | Contents | +======+======================+========================+ @@ -21137,11 +21137,11 @@ Full description +------+----------------------+------------------------+ | int | Determined from data | $Z.t | +------+----------------------+------------------------+ - - + + String (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -21151,11 +21151,11 @@ Full description +-----------------------+----------+------------------------------------+ | string | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + Sequence (tag 2) ================ - + +-----------------------+----------+-------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+=============================================================+ @@ -21165,11 +21165,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------+ | Unnamed field 0 | Variable | sequence of $micheline.024-PsD5wVTJ.michelson_v1.expression | +-----------------------+----------+-------------------------------------------------------------+ - - + + Prim__no_args__no_annots (tag 3) ================================ - + +------+--------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+========+===========================================================================================+ @@ -21177,11 +21177,11 @@ Full description +------+--------+-------------------------------------------------------------------------------------------+ | prim | 1 byte | unsigned 8-bit integer encoding an enumeration (see 024-PsD5wVTJ.michelson.v1.primitives) | +------+--------+-------------------------------------------------------------------------------------------+ - - + + Prim__no_args__some_annots (tag 4) ================================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -21193,11 +21193,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__no_annots (tag 5) ============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -21207,11 +21207,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__some_annots (tag 6) ================================ - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -21225,11 +21225,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__no_annots (tag 7) =============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -21241,11 +21241,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg2 | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__some_annots (tag 8) ================================= - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -21261,11 +21261,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__generic (tag 9) ===================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -21281,11 +21281,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Bytes (tag 10) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -21295,24 +21295,24 @@ Full description +-----------------------+----------+------------------------------------+ | bytes | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + X_1 (Determined from data, 8-bit tag) ************************************* - + None (tag 0) ============ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Some (tag 1) ============ - + +-----------------+----------------------+-------------------------------------------------+ | Name | Size | Contents | +=================+======================+=================================================+ @@ -21320,10 +21320,10 @@ Full description +-----------------+----------------------+-------------------------------------------------+ | Unnamed field 0 | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +-----------------+----------------------+-------------------------------------------------+ - +
- + .. _GET_..--block_id--context--contracts--contract_id--storage--paid_space : @@ -21331,7 +21331,7 @@ Full description **GET ..//context/contracts//storage/paid_space** .. raw:: html - +
@@ -21354,36 +21354,36 @@ Full description +=================+======================+==========+ | Unnamed field 0 | Determined from data | $X_0 | +-----------------+----------------------+----------+ - - + + Z.t *** - + A variable-length sequence of bytes encoding a Zarith integer. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). The second most significant bit of the first byte is reserved for the sign (0 for positive, 1 for negative). Size and sign bits ignored, the data is the binary representation of the absolute value of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | Z.t | Determined from data | bytes | +------+----------------------+----------+ - - + + X_0 (Determined from data, 8-bit tag) ************************************* - + None (tag 0) ============ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Some (tag 1) ============ - + +-----------------+----------------------+------------------------+ | Name | Size | Contents | +=================+======================+========================+ @@ -21391,10 +21391,10 @@ Full description +-----------------+----------------------+------------------------+ | Unnamed field 0 | Determined from data | $Z.t | +-----------------+----------------------+------------------------+ - +
- + .. _GET_..--block_id--context--contracts--contract_id--storage--used_space : @@ -21402,7 +21402,7 @@ Full description **GET ..//context/contracts//storage/used_space** .. raw:: html - +
@@ -21425,36 +21425,36 @@ Full description +=================+======================+==========+ | Unnamed field 0 | Determined from data | $X_0 | +-----------------+----------------------+----------+ - - + + Z.t *** - + A variable-length sequence of bytes encoding a Zarith integer. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). The second most significant bit of the first byte is reserved for the sign (0 for positive, 1 for negative). Size and sign bits ignored, the data is the binary representation of the absolute value of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | Z.t | Determined from data | bytes | +------+----------------------+----------+ - - + + X_0 (Determined from data, 8-bit tag) ************************************* - + None (tag 0) ============ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Some (tag 1) ============ - + +-----------------+----------------------+------------------------+ | Name | Size | Contents | +=================+======================+========================+ @@ -21462,10 +21462,10 @@ Full description +-----------------+----------------------+------------------------+ | Unnamed field 0 | Determined from data | $Z.t | +-----------------+----------------------+------------------------+ - +
- + .. _POST_..--block_id--context--contracts--contract_id--ticket_balance : @@ -21473,7 +21473,7 @@ Full description **POST ..//context/contracts//ticket_balance** .. raw:: html - +
@@ -21691,14 +21691,14 @@ Full description +--------------+----------------------+-------------------------------------------------+ | content | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +--------------+----------------------+-------------------------------------------------+ - - + + public_key_hash (21 bytes, 8-bit tag) ************************************* - + Ed25519 (tag 0) =============== - + +-------------------------+----------+------------------------+ | Name | Size | Contents | +=========================+==========+========================+ @@ -21706,11 +21706,11 @@ Full description +-------------------------+----------+------------------------+ | Ed25519.Public_key_hash | 20 bytes | bytes | +-------------------------+----------+------------------------+ - - + + Secp256k1 (tag 1) ================= - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -21718,11 +21718,11 @@ Full description +---------------------------+----------+------------------------+ | Secp256k1.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + P256 (tag 2) ============ - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -21730,11 +21730,11 @@ Full description +----------------------+----------+------------------------+ | P256.Public_key_hash | 20 bytes | bytes | +----------------------+----------+------------------------+ - - + + Bls (tag 3) =========== - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -21742,14 +21742,14 @@ Full description +---------------------------+----------+------------------------+ | Bls12_381.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + 024-PsD5wVTJ.contract_id (22 bytes, 8-bit tag) ********************************************** - + Implicit (tag 0) ================ - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -21757,11 +21757,11 @@ Full description +---------------------------+----------+------------------------+ | Signature.Public_key_hash | 21 bytes | $public_key_hash | +---------------------------+----------+------------------------+ - - + + Originated (tag 1) ================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -21771,11 +21771,11 @@ Full description +---------------+----------+------------------------+ | padding | 1 byte | padding | +---------------+----------+------------------------+ - - + + 024-PsD5wVTJ.michelson.v1.primitives (Enumeration: unsigned 8-bit integer): *************************************************************************** - + +-------------+--------------------------------+ | Case number | Encoded string | +=============+================================+ @@ -22101,26 +22101,26 @@ Full description +-------------+--------------------------------+ | 160 | GET_ADDRESS_INDEX | +-------------+--------------------------------+ - - + + Z.t *** - + A variable-length sequence of bytes encoding a Zarith integer. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). The second most significant bit of the first byte is reserved for the sign (0 for positive, 1 for negative). Size and sign bits ignored, the data is the binary representation of the absolute value of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | Z.t | Determined from data | bytes | +------+----------------------+----------+ - - + + micheline.024-PsD5wVTJ.michelson_v1.expression (Determined from data, 8-bit tag) ******************************************************************************** - + Int (tag 0) =========== - + +------+----------------------+------------------------+ | Name | Size | Contents | +======+======================+========================+ @@ -22128,11 +22128,11 @@ Full description +------+----------------------+------------------------+ | int | Determined from data | $Z.t | +------+----------------------+------------------------+ - - + + String (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -22142,11 +22142,11 @@ Full description +-----------------------+----------+------------------------------------+ | string | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + Sequence (tag 2) ================ - + +-----------------------+----------+-------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+=============================================================+ @@ -22156,11 +22156,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------+ | Unnamed field 0 | Variable | sequence of $micheline.024-PsD5wVTJ.michelson_v1.expression | +-----------------------+----------+-------------------------------------------------------------+ - - + + Prim__no_args__no_annots (tag 3) ================================ - + +------+--------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+========+===========================================================================================+ @@ -22168,11 +22168,11 @@ Full description +------+--------+-------------------------------------------------------------------------------------------+ | prim | 1 byte | unsigned 8-bit integer encoding an enumeration (see 024-PsD5wVTJ.michelson.v1.primitives) | +------+--------+-------------------------------------------------------------------------------------------+ - - + + Prim__no_args__some_annots (tag 4) ================================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -22184,11 +22184,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__no_annots (tag 5) ============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -22198,11 +22198,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__some_annots (tag 6) ================================ - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -22216,11 +22216,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__no_annots (tag 7) =============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -22232,11 +22232,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg2 | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__some_annots (tag 8) ================================= - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -22252,11 +22252,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__generic (tag 9) ===================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -22272,11 +22272,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Bytes (tag 10) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -22286,7 +22286,7 @@ Full description +-----------------------+----------+------------------------------------+ | bytes | Variable | bytes | +-----------------------+----------+------------------------------------+ - +
@@ -22302,22 +22302,22 @@ Full description +=================+======================+==========+ | Unnamed field 0 | Determined from data | $N.t | +-----------------+----------------------+----------+ - - + + N.t *** - + A variable-length sequence of bytes encoding a Zarith natural number. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). Size bits ignored, the data is the binary representation of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | N.t | Determined from data | bytes | +------+----------------------+----------+ - +
- + .. _GET_..--block_id--context--contracts--contract_id--unstake_requests : @@ -22325,7 +22325,7 @@ Full description **GET ..//context/contracts//unstake_requests** .. raw:: html - +
@@ -22369,14 +22369,14 @@ Full description +=================+======================+==========+ | Unnamed field 0 | Determined from data | $X_3 | +-----------------+----------------------+----------+ - - + + public_key_hash (21 bytes, 8-bit tag) ************************************* - + Ed25519 (tag 0) =============== - + +-------------------------+----------+------------------------+ | Name | Size | Contents | +=========================+==========+========================+ @@ -22384,11 +22384,11 @@ Full description +-------------------------+----------+------------------------+ | Ed25519.Public_key_hash | 20 bytes | bytes | +-------------------------+----------+------------------------+ - - + + Secp256k1 (tag 1) ================= - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -22396,11 +22396,11 @@ Full description +---------------------------+----------+------------------------+ | Secp256k1.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + P256 (tag 2) ============ - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -22408,11 +22408,11 @@ Full description +----------------------+----------+------------------------+ | P256.Public_key_hash | 20 bytes | bytes | +----------------------+----------+------------------------+ - - + + Bls (tag 3) =========== - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -22420,23 +22420,23 @@ Full description +---------------------------+----------+------------------------+ | Bls12_381.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + N.t *** - + A variable-length sequence of bytes encoding a Zarith natural number. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). Size bits ignored, the data is the binary representation of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | N.t | Determined from data | bytes | +------+----------------------+----------+ - - + + X_0 *** - + +----------+----------------------+----------------------------------+ | Name | Size | Contents | +==========+======================+==================================+ @@ -22446,11 +22446,11 @@ Full description +----------+----------------------+----------------------------------+ | amount | Determined from data | $N.t | +----------+----------------------+----------------------------------+ - - + + X_2 *** - + +--------+----------------------+----------------------------------+ | Name | Size | Contents | +========+======================+==================================+ @@ -22458,11 +22458,11 @@ Full description +--------+----------------------+----------------------------------+ | amount | Determined from data | $N.t | +--------+----------------------+----------------------------------+ - - + + X_1 *** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -22472,24 +22472,24 @@ Full description +-----------------------+----------+------------------------------------+ | requests | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + X_3 (Determined from data, 8-bit tag) ************************************* - + None (tag 0) ============ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Some (tag 1) ============ - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -22501,10 +22501,10 @@ Full description +-----------------------+----------------------+------------------------------------+ | unfinalizable | Determined from data | $X_1 | +-----------------------+----------------------+------------------------------------+ - +
- + .. _GET_..--block_id--context--contracts--contract_id--unstaked_finalizable_balance : @@ -22512,7 +22512,7 @@ Full description **GET ..//context/contracts//unstaked_finalizable_balance** .. raw:: html - +
@@ -22536,36 +22536,36 @@ Full description +=================+======================+==========+ | Unnamed field 0 | Determined from data | $X_0 | +-----------------+----------------------+----------+ - - + + N.t *** - + A variable-length sequence of bytes encoding a Zarith natural number. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). Size bits ignored, the data is the binary representation of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | N.t | Determined from data | bytes | +------+----------------------+----------+ - - + + X_0 (Determined from data, 8-bit tag) ************************************* - + None (tag 0) ============ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Some (tag 1) ============ - + +-----------------+----------------------+------------------------+ | Name | Size | Contents | +=================+======================+========================+ @@ -22573,10 +22573,10 @@ Full description +-----------------+----------------------+------------------------+ | Unnamed field 0 | Determined from data | $N.t | +-----------------+----------------------+------------------------+ - +
- + .. _GET_..--block_id--context--contracts--contract_id--unstaked_frozen_balance : @@ -22584,7 +22584,7 @@ Full description **GET ..//context/contracts//unstaked_frozen_balance** .. raw:: html - +
@@ -22608,36 +22608,36 @@ Full description +=================+======================+==========+ | Unnamed field 0 | Determined from data | $X_0 | +-----------------+----------------------+----------+ - - + + N.t *** - + A variable-length sequence of bytes encoding a Zarith natural number. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). Size bits ignored, the data is the binary representation of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | N.t | Determined from data | bytes | +------+----------------------+----------+ - - + + X_0 (Determined from data, 8-bit tag) ************************************* - + None (tag 0) ============ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Some (tag 1) ============ - + +-----------------+----------------------+------------------------+ | Name | Size | Contents | +=================+======================+========================+ @@ -22645,10 +22645,10 @@ Full description +-----------------+----------------------+------------------------+ | Unnamed field 0 | Determined from data | $N.t | +-----------------+----------------------+------------------------+ - +
- + .. _GET_..--block_id--context--dal--commitments_history : @@ -22656,7 +22656,7 @@ Full description **GET ..//context/dal/commitments_history** .. raw:: html - +
@@ -22721,26 +22721,26 @@ Full description +=================+======================+==========+ | Unnamed field 0 | Determined from data | $X_4 | +-----------------+----------------------+----------+ - - + + N.t *** - + A variable-length sequence of bytes encoding a Zarith natural number. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). Size bits ignored, the data is the binary representation of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | N.t | Determined from data | bytes | +------+----------------------+----------+ - - + + public_key_hash (21 bytes, 8-bit tag) ************************************* - + Ed25519 (tag 0) =============== - + +-------------------------+----------+------------------------+ | Name | Size | Contents | +=========================+==========+========================+ @@ -22748,11 +22748,11 @@ Full description +-------------------------+----------+------------------------+ | Ed25519.Public_key_hash | 20 bytes | bytes | +-------------------------+----------+------------------------+ - - + + Secp256k1 (tag 1) ================= - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -22760,11 +22760,11 @@ Full description +---------------------------+----------+------------------------+ | Secp256k1.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + P256 (tag 2) ============ - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -22772,11 +22772,11 @@ Full description +----------------------+----------+------------------------+ | P256.Public_key_hash | 20 bytes | bytes | +----------------------+----------+------------------------+ - - + + Bls (tag 3) =========== - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -22784,14 +22784,14 @@ Full description +---------------------------+----------+------------------------+ | Bls12_381.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + 024-PsD5wVTJ.contract_id (22 bytes, 8-bit tag) ********************************************** - + Implicit (tag 0) ================ - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -22799,11 +22799,11 @@ Full description +---------------------------+----------+------------------------+ | Signature.Public_key_hash | 21 bytes | $public_key_hash | +---------------------------+----------+------------------------+ - - + + Originated (tag 1) ================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -22813,14 +22813,14 @@ Full description +---------------+----------+------------------------+ | padding | 1 byte | padding | +---------------+----------+------------------------+ - - + + X_1 (54 bytes, 8-bit tag) ************************* - + v0 (tag 0) ========== - + +------------+----------+----------------------------------+ | Name | Size | Contents | +============+==========+==================================+ @@ -22832,14 +22832,14 @@ Full description +------------+----------+----------------------------------+ | commitment | 48 bytes | bytes | +------------+----------+----------------------------------+ - - + + X_2 (Determined from data, 8-bit tag) ************************************* - + unpublished (tag 2) =================== - + +-------+---------+----------------------------------+ | Name | Size | Contents | +=======+=========+==================================+ @@ -22849,11 +22849,11 @@ Full description +-------+---------+----------------------------------+ | index | 1 byte | unsigned 8-bit integer | +-------+---------+----------------------------------+ - - + + published (tag 3) ================= - + +-------------------+----------+-------------------------------------+ | Name | Size | Contents | +===================+==========+=====================================+ @@ -22869,11 +22869,11 @@ Full description +-------------------+----------+-------------------------------------+ | Unnamed field 0 | 54 bytes | $X_1 | +-------------------+----------+-------------------------------------+ - - + + X_0 *** - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -22885,14 +22885,14 @@ Full description +-----------------------+----------------------+------------------------------------+ | back_pointers | Variable | sequence of bytes | +-----------------------+----------------------+------------------------------------+ - - + + X_3 (Determined from data, 8-bit tag) ************************************* - + dal_skip_list_legacy (tag 0) ============================ - + +-----------+----------+------------------------+ | Name | Size | Contents | +===========+==========+========================+ @@ -22900,11 +22900,11 @@ Full description +-----------+----------+------------------------+ | skip_list | 57 bytes | bytes | +-----------+----------+------------------------+ - - + + dal_skip_list (tag 1) ===================== - + +-----------+----------------------+------------------------+ | Name | Size | Contents | +===========+======================+========================+ @@ -22912,24 +22912,24 @@ Full description +-----------+----------------------+------------------------+ | skip_list | Determined from data | $X_0 | +-----------+----------------------+------------------------+ - - + + X_4 (Determined from data, 8-bit tag) ************************************* - + None (tag 0) ============ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Some (tag 1) ============ - + +-----------------+----------------------+------------------------+ | Name | Size | Contents | +=================+======================+========================+ @@ -22937,10 +22937,10 @@ Full description +-----------------+----------------------+------------------------+ | Unnamed field 0 | Determined from data | $X_3 | +-----------------+----------------------+------------------------+ - +
- + .. _GET_..--block_id--context--dal--published_slot_headers : @@ -22948,7 +22948,7 @@ Full description **GET ..//context/dal/published_slot_headers?[level=]** .. raw:: html - +
@@ -22981,14 +22981,14 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_0 | +-----------------------+----------+------------------------------------+ - - + + X_0 (54 bytes, 8-bit tag) ************************* - + v0 (tag 0) ========== - + +------------+----------+----------------------------------+ | Name | Size | Contents | +============+==========+==================================+ @@ -23000,10 +23000,10 @@ Full description +------------+----------+----------------------------------+ | commitment | 48 bytes | bytes | +------------+----------+----------------------------------+ - +
- + .. _GET_..--block_id--context--dal--shards : @@ -23011,7 +23011,7 @@ Full description **GET ..//context/dal/shards?[level=]&(delegates=)\*** .. raw:: html - +
@@ -23042,14 +23042,14 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_0 | +-----------------------+----------+------------------------------------+ - - + + public_key_hash (21 bytes, 8-bit tag) ************************************* - + Ed25519 (tag 0) =============== - + +-------------------------+----------+------------------------+ | Name | Size | Contents | +=========================+==========+========================+ @@ -23057,11 +23057,11 @@ Full description +-------------------------+----------+------------------------+ | Ed25519.Public_key_hash | 20 bytes | bytes | +-------------------------+----------+------------------------+ - - + + Secp256k1 (tag 1) ================= - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -23069,11 +23069,11 @@ Full description +---------------------------+----------+------------------------+ | Secp256k1.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + P256 (tag 2) ============ - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -23081,11 +23081,11 @@ Full description +----------------------+----------+------------------------+ | P256.Public_key_hash | 20 bytes | bytes | +----------------------+----------+------------------------+ - - + + Bls (tag 3) =========== - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -23093,11 +23093,11 @@ Full description +---------------------------+----------+------------------------+ | Bls12_381.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + X_0 *** - + +-----------------------+----------+----------------------------------------------+ | Name | Size | Contents | +=======================+==========+==============================================+ @@ -23107,10 +23107,10 @@ Full description +-----------------------+----------+----------------------------------------------+ | indexes | Variable | sequence of signed 16-bit big-endian integer | +-----------------------+----------+----------------------------------------------+ - +
- + .. _GET_..--block_id--context--dal--skip_list_cells_of_level : @@ -23118,7 +23118,7 @@ Full description **GET ..//context/dal/skip_list_cells_of_level** .. raw:: html - +
@@ -23183,26 +23183,26 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_0 | +-----------------------+----------+------------------------------------+ - - + + N.t *** - + A variable-length sequence of bytes encoding a Zarith natural number. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). Size bits ignored, the data is the binary representation of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | N.t | Determined from data | bytes | +------+----------------------+----------+ - - + + public_key_hash (21 bytes, 8-bit tag) ************************************* - + Ed25519 (tag 0) =============== - + +-------------------------+----------+------------------------+ | Name | Size | Contents | +=========================+==========+========================+ @@ -23210,11 +23210,11 @@ Full description +-------------------------+----------+------------------------+ | Ed25519.Public_key_hash | 20 bytes | bytes | +-------------------------+----------+------------------------+ - - + + Secp256k1 (tag 1) ================= - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -23222,11 +23222,11 @@ Full description +---------------------------+----------+------------------------+ | Secp256k1.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + P256 (tag 2) ============ - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -23234,11 +23234,11 @@ Full description +----------------------+----------+------------------------+ | P256.Public_key_hash | 20 bytes | bytes | +----------------------+----------+------------------------+ - - + + Bls (tag 3) =========== - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -23246,14 +23246,14 @@ Full description +---------------------------+----------+------------------------+ | Bls12_381.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + 024-PsD5wVTJ.contract_id (22 bytes, 8-bit tag) ********************************************** - + Implicit (tag 0) ================ - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -23261,11 +23261,11 @@ Full description +---------------------------+----------+------------------------+ | Signature.Public_key_hash | 21 bytes | $public_key_hash | +---------------------------+----------+------------------------+ - - + + Originated (tag 1) ================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -23275,14 +23275,14 @@ Full description +---------------+----------+------------------------+ | padding | 1 byte | padding | +---------------+----------+------------------------+ - - + + X_2 (54 bytes, 8-bit tag) ************************* - + v0 (tag 0) ========== - + +------------+----------+----------------------------------+ | Name | Size | Contents | +============+==========+==================================+ @@ -23294,14 +23294,14 @@ Full description +------------+----------+----------------------------------+ | commitment | 48 bytes | bytes | +------------+----------+----------------------------------+ - - + + X_3 (Determined from data, 8-bit tag) ************************************* - + unpublished (tag 2) =================== - + +-------+---------+----------------------------------+ | Name | Size | Contents | +=======+=========+==================================+ @@ -23311,11 +23311,11 @@ Full description +-------+---------+----------------------------------+ | index | 1 byte | unsigned 8-bit integer | +-------+---------+----------------------------------+ - - + + published (tag 3) ================= - + +-------------------+----------+-------------------------------------+ | Name | Size | Contents | +===================+==========+=====================================+ @@ -23331,11 +23331,11 @@ Full description +-------------------+----------+-------------------------------------+ | Unnamed field 0 | 54 bytes | $X_2 | +-------------------+----------+-------------------------------------+ - - + + X_1 *** - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -23347,14 +23347,14 @@ Full description +-----------------------+----------------------+------------------------------------+ | back_pointers | Variable | sequence of bytes | +-----------------------+----------------------+------------------------------------+ - - + + X_4 (Determined from data, 8-bit tag) ************************************* - + dal_skip_list_legacy (tag 0) ============================ - + +-----------+----------+------------------------+ | Name | Size | Contents | +===========+==========+========================+ @@ -23362,11 +23362,11 @@ Full description +-----------+----------+------------------------+ | skip_list | 57 bytes | bytes | +-----------+----------+------------------------+ - - + + dal_skip_list (tag 1) ===================== - + +-----------+----------------------+------------------------+ | Name | Size | Contents | +===========+======================+========================+ @@ -23374,11 +23374,11 @@ Full description +-----------+----------------------+------------------------+ | skip_list | Determined from data | $X_1 | +-----------+----------------------+------------------------+ - - + + X_0 *** - + +-----------------+----------------------+----------+ | Name | Size | Contents | +=================+======================+==========+ @@ -23386,10 +23386,10 @@ Full description +-----------------+----------------------+----------+ | Unnamed field 1 | Determined from data | $X_4 | +-----------------+----------------------+----------+ - +
- + .. _GET_..--block_id--context--delegates : @@ -23397,7 +23397,7 @@ Full description **GET ..//context/delegates?[active]&[inactive]&[with_minimal_stake]&[without_minimal_stake]** .. raw:: html - +
@@ -23427,14 +23427,14 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $public_key_hash | +-----------------------+----------+------------------------------------+ - - + + public_key_hash (21 bytes, 8-bit tag) ************************************* - + Ed25519 (tag 0) =============== - + +-------------------------+----------+------------------------+ | Name | Size | Contents | +=========================+==========+========================+ @@ -23442,11 +23442,11 @@ Full description +-------------------------+----------+------------------------+ | Ed25519.Public_key_hash | 20 bytes | bytes | +-------------------------+----------+------------------------+ - - + + Secp256k1 (tag 1) ================= - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -23454,11 +23454,11 @@ Full description +---------------------------+----------+------------------------+ | Secp256k1.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + P256 (tag 2) ============ - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -23466,11 +23466,11 @@ Full description +----------------------+----------+------------------------+ | P256.Public_key_hash | 20 bytes | bytes | +----------------------+----------+------------------------+ - - + + Bls (tag 3) =========== - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -23478,17 +23478,17 @@ Full description +---------------------------+----------+------------------------+ | Bls12_381.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - +
- + .. _GET_..--block_id--context--delegates--pkh : **GET ..//context/delegates/** .. raw:: html - +
@@ -23718,23 +23718,23 @@ Full description +-----------------------------------------+----------------------+---------------------------------------+ | delegators | Variable | sequence of $024-PsD5wVTJ.contract_id | +-----------------------------------------+----------------------+---------------------------------------+ - - + + N.t *** - + A variable-length sequence of bytes encoding a Zarith natural number. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). Size bits ignored, the data is the binary representation of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | N.t | Determined from data | bytes | +------+----------------------+----------+ - - + + X_0 *** - + +--------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +================================+======================+=========================================================================+ @@ -23750,11 +23750,11 @@ Full description +--------------------------------+----------------------+-------------------------------------------------------------------------+ | expected_attesting_rewards | Determined from data | $N.t | +--------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + X_1 *** - + +-----------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +===================================+======================+=========================================================================+ @@ -23770,11 +23770,11 @@ Full description +-----------------------------------+----------------------+-------------------------------------------------------------------------+ | denounced | 1 byte | boolean (0 for false, 255 for true) | +-----------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + X_2 *** - + +----------------------------------------+---------+----------------------------------+ | Name | Size | Contents | +========================================+=========+==================================+ @@ -23782,11 +23782,11 @@ Full description +----------------------------------------+---------+----------------------------------+ | edge_of_baking_over_staking_billionth | 4 bytes | signed 32-bit big-endian integer | +----------------------------------------+---------+----------------------------------+ - - + + X_3 *** - + +------------+---------+----------------------------------+ | Name | Size | Contents | +============+=========+==================================+ @@ -23794,11 +23794,11 @@ Full description +------------+---------+----------------------------------+ | parameters | 8 bytes | $X_2 | +------------+---------+----------------------------------+ - - + + X_6 *** - + +---------------------+---------+-------------------------------------+ | Name | Size | Contents | +=====================+=========+=====================================+ @@ -23812,11 +23812,11 @@ Full description +---------------------+---------+-------------------------------------+ | expected_commitment | 1 byte | boolean (0 for false, 255 for true) | +---------------------+---------+-------------------------------------+ - - + + X_5 *** - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -23826,11 +23826,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | level | 17 bytes | $X_6 | +-----------------------------+----------------------+-------------------------------------+ - - + + X_7 *** - + +---------+----------------------+----------------------------------+ | Name | Size | Contents | +=========+======================+==================================+ @@ -23838,14 +23838,14 @@ Full description +---------+----------------------+----------------------------------+ | deposit | Determined from data | $N.t | +---------+----------------------+----------------------------------+ - - + + public_key_hash (21 bytes, 8-bit tag) ************************************* - + Ed25519 (tag 0) =============== - + +-------------------------+----------+------------------------+ | Name | Size | Contents | +=========================+==========+========================+ @@ -23853,11 +23853,11 @@ Full description +-------------------------+----------+------------------------+ | Ed25519.Public_key_hash | 20 bytes | bytes | +-------------------------+----------+------------------------+ - - + + Secp256k1 (tag 1) ================= - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -23865,11 +23865,11 @@ Full description +---------------------------+----------+------------------------+ | Secp256k1.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + P256 (tag 2) ============ - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -23877,11 +23877,11 @@ Full description +----------------------+----------+------------------------+ | P256.Public_key_hash | 20 bytes | bytes | +----------------------+----------+------------------------+ - - + + Bls (tag 3) =========== - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -23889,11 +23889,11 @@ Full description +---------------------------+----------+------------------------+ | Bls12_381.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + X_10 (Enumeration: unsigned 8-bit integer): ******************************************* - + +-------------+----------------+ | Case number | Encoded string | +=============+================+ @@ -23903,11 +23903,11 @@ Full description +-------------+----------------+ | 2 | block | +-------------+----------------+ - - + + X_9 *** - + +-------+---------+-----------------------------------------------------------+ | Name | Size | Contents | +=======+=========+===========================================================+ @@ -23917,11 +23917,11 @@ Full description +-------+---------+-----------------------------------------------------------+ | kind | 1 byte | unsigned 8-bit integer encoding an enumeration (see X_10) | +-------+---------+-----------------------------------------------------------+ - - + + X_8 *** - + +----------------+----------+------------------+ | Name | Size | Contents | +================+==========+==================+ @@ -23931,11 +23931,11 @@ Full description +----------------+----------+------------------+ | misbehaviour | 9 bytes | $X_9 | +----------------+----------+------------------+ - - + + X_11 **** - + +--------------------------------------+----------+-------------------------------------------------------------------------+ | Name | Size | Contents | +======================================+==========+=========================================================================+ @@ -23953,14 +23953,14 @@ Full description +--------------------------------------+----------+-------------------------------------------------------------------------+ | remaining_proposals | 4 bytes | signed 31-bit big-endian integer in the range -1073741824 to 1073741823 | +--------------------------------------+----------+-------------------------------------------------------------------------+ - - + + public_key (Determined from data, 8-bit tag) ******************************************** - + Ed25519 (tag 0) =============== - + +--------------------+----------+------------------------+ | Name | Size | Contents | +====================+==========+========================+ @@ -23968,11 +23968,11 @@ Full description +--------------------+----------+------------------------+ | Ed25519.Public_key | 32 bytes | bytes | +--------------------+----------+------------------------+ - - + + Secp256k1 (tag 1) ================= - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -23980,11 +23980,11 @@ Full description +----------------------+----------+------------------------+ | Secp256k1.Public_key | 33 bytes | bytes | +----------------------+----------+------------------------+ - - + + P256 (tag 2) ============ - + +-----------------+----------+------------------------+ | Name | Size | Contents | +=================+==========+========================+ @@ -23992,11 +23992,11 @@ Full description +-----------------+----------+------------------------+ | P256.Public_key | 33 bytes | bytes | +-----------------+----------+------------------------+ - - + + Bls (tag 3) =========== - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -24004,11 +24004,11 @@ Full description +----------------------+----------+------------------------+ | Bls12_381.Public_key | 48 bytes | bytes | +----------------------+----------+------------------------+ - - + + X_13 **** - + +------+----------------------+------------------+ | Name | Size | Contents | +======+======================+==================+ @@ -24016,11 +24016,11 @@ Full description +------+----------------------+------------------+ | pk | Determined from data | $public_key | +------+----------------------+------------------+ - - + + X_14 **** - + +-------+----------------------+----------------------------------+ | Name | Size | Contents | +=======+======================+==================================+ @@ -24030,11 +24030,11 @@ Full description +-------+----------------------+----------------------------------+ | pk | Determined from data | $public_key | +-------+----------------------+----------------------------------+ - - + + X_12 **** - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -24044,24 +24044,24 @@ Full description +-----------------------+----------------------+------------------------------------+ | pendings | Variable | sequence of $X_14 | +-----------------------+----------------------+------------------------------------+ - - + + X_16 (Determined from data, 8-bit tag) ************************************** - + None (tag 0) ============ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Some (tag 1) ============ - + +------+----------+------------------------+ | Name | Size | Contents | +======+==========+========================+ @@ -24071,11 +24071,11 @@ Full description +------+----------+------------------------+ | pk | 48 bytes | bytes | +------+----------+------------------------+ - - + + X_17 **** - + +-------+----------+----------------------------------+ | Name | Size | Contents | +=======+==========+==================================+ @@ -24085,11 +24085,11 @@ Full description +-------+----------+----------------------------------+ | pk | 48 bytes | bytes | +-------+----------+----------------------------------+ - - + + X_15 **** - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -24099,14 +24099,14 @@ Full description +-----------------------+----------------------+------------------------------------+ | pendings | Variable | sequence of $X_17 | +-----------------------+----------------------+------------------------------------+ - - + + 024-PsD5wVTJ.contract_id.implicit (22 bytes, 8-bit tag) ******************************************************* - + Implicit (tag 0) ================ - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -24114,11 +24114,11 @@ Full description +---------------------------+----------+------------------------+ | Signature.Public_key_hash | 21 bytes | $public_key_hash | +---------------------------+----------+------------------------+ - - + + X_18 **** - + +-----------------+----------------------+------------------------------------+ | Name | Size | Contents | +=================+======================+====================================+ @@ -24126,14 +24126,14 @@ Full description +-----------------+----------------------+------------------------------------+ | frozen_deposits | Determined from data | $N.t | +-----------------+----------------------+------------------------------------+ - - + + 024-PsD5wVTJ.contract_id (22 bytes, 8-bit tag) ********************************************** - + Implicit (tag 0) ================ - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -24141,11 +24141,11 @@ Full description +---------------------------+----------+------------------------+ | Signature.Public_key_hash | 21 bytes | $public_key_hash | +---------------------------+----------+------------------------+ - - + + Originated (tag 1) ================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -24155,17 +24155,17 @@ Full description +---------------+----------+------------------------+ | padding | 1 byte | padding | +---------------+----------+------------------------+ - +
- + .. _GET_..--block_id--context--delegates--pkh--active_staking_parameters : **GET ..//context/delegates//active_staking_parameters** .. raw:: html - +
@@ -24187,11 +24187,11 @@ Full description +----------------------------------------+---------+----------------------------------+ | edge_of_baking_over_staking_billionth | 4 bytes | signed 32-bit big-endian integer | +----------------------------------------+---------+----------------------------------+ - - + +
- + .. _GET_..--block_id--context--delegates--pkh--baking_power : @@ -24199,7 +24199,7 @@ Full description **GET ..//context/delegates//baking_power** .. raw:: html - +
@@ -24220,11 +24220,11 @@ Full description +=================+=========+==================================+ | Unnamed field 0 | 8 bytes | signed 64-bit big-endian integer | +-----------------+---------+----------------------------------+ - - + +
- + .. _GET_..--block_id--context--delegates--pkh--companion_key : @@ -24232,7 +24232,7 @@ Full description **GET ..//context/delegates//companion_key** .. raw:: html - +
@@ -24275,24 +24275,24 @@ Full description +-----------------------+----------------------+------------------------------------+ | pendings | Variable | sequence of $X_1 | +-----------------------+----------------------+------------------------------------+ - - + + X_0 (Determined from data, 8-bit tag) ************************************* - + None (tag 0) ============ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Some (tag 1) ============ - + +------+----------+------------------------+ | Name | Size | Contents | +======+==========+========================+ @@ -24302,11 +24302,11 @@ Full description +------+----------+------------------------+ | pk | 48 bytes | bytes | +------+----------+------------------------+ - - + + X_1 *** - + +-------+----------+----------------------------------+ | Name | Size | Contents | +=======+==========+==================================+ @@ -24316,10 +24316,10 @@ Full description +-------+----------+----------------------------------+ | pk | 48 bytes | bytes | +-------+----------+----------------------------------+ - +
- + .. _GET_..--block_id--context--delegates--pkh--consensus_key : @@ -24327,7 +24327,7 @@ Full description **GET ..//context/delegates//consensus_key** .. raw:: html - +
@@ -24368,14 +24368,14 @@ Full description +-----------------------+----------------------+------------------------------------+ | pendings | Variable | sequence of $X_1 | +-----------------------+----------------------+------------------------------------+ - - + + public_key_hash (21 bytes, 8-bit tag) ************************************* - + Ed25519 (tag 0) =============== - + +-------------------------+----------+------------------------+ | Name | Size | Contents | +=========================+==========+========================+ @@ -24383,11 +24383,11 @@ Full description +-------------------------+----------+------------------------+ | Ed25519.Public_key_hash | 20 bytes | bytes | +-------------------------+----------+------------------------+ - - + + Secp256k1 (tag 1) ================= - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -24395,11 +24395,11 @@ Full description +---------------------------+----------+------------------------+ | Secp256k1.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + P256 (tag 2) ============ - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -24407,11 +24407,11 @@ Full description +----------------------+----------+------------------------+ | P256.Public_key_hash | 20 bytes | bytes | +----------------------+----------+------------------------+ - - + + Bls (tag 3) =========== - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -24419,14 +24419,14 @@ Full description +---------------------------+----------+------------------------+ | Bls12_381.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + public_key (Determined from data, 8-bit tag) ******************************************** - + Ed25519 (tag 0) =============== - + +--------------------+----------+------------------------+ | Name | Size | Contents | +====================+==========+========================+ @@ -24434,11 +24434,11 @@ Full description +--------------------+----------+------------------------+ | Ed25519.Public_key | 32 bytes | bytes | +--------------------+----------+------------------------+ - - + + Secp256k1 (tag 1) ================= - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -24446,11 +24446,11 @@ Full description +----------------------+----------+------------------------+ | Secp256k1.Public_key | 33 bytes | bytes | +----------------------+----------+------------------------+ - - + + P256 (tag 2) ============ - + +-----------------+----------+------------------------+ | Name | Size | Contents | +=================+==========+========================+ @@ -24458,11 +24458,11 @@ Full description +-----------------+----------+------------------------+ | P256.Public_key | 33 bytes | bytes | +-----------------+----------+------------------------+ - - + + Bls (tag 3) =========== - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -24470,11 +24470,11 @@ Full description +----------------------+----------+------------------------+ | Bls12_381.Public_key | 48 bytes | bytes | +----------------------+----------+------------------------+ - - + + X_0 *** - + +------+----------------------+------------------+ | Name | Size | Contents | +======+======================+==================+ @@ -24482,11 +24482,11 @@ Full description +------+----------------------+------------------+ | pk | Determined from data | $public_key | +------+----------------------+------------------+ - - + + X_1 *** - + +-------+----------------------+----------------------------------+ | Name | Size | Contents | +=======+======================+==================================+ @@ -24496,10 +24496,10 @@ Full description +-------+----------------------+----------------------------------+ | pk | Determined from data | $public_key | +-------+----------------------+----------------------------------+ - +
- + .. _GET_..--block_id--context--delegates--pkh--current_baking_power : @@ -24507,7 +24507,7 @@ Full description **GET ..//context/delegates//current_baking_power** .. raw:: html - +
@@ -24528,11 +24528,11 @@ Full description +=================+=========+==================================+ | Unnamed field 0 | 8 bytes | signed 64-bit big-endian integer | +-----------------+---------+----------------------------------+ - - + +
- + .. _GET_..--block_id--context--delegates--pkh--current_frozen_deposits : @@ -24540,7 +24540,7 @@ Full description **GET ..//context/delegates//current_frozen_deposits** .. raw:: html - +
@@ -24563,22 +24563,22 @@ Full description +=================+======================+==========+ | Unnamed field 0 | Determined from data | $N.t | +-----------------+----------------------+----------+ - - + + N.t *** - + A variable-length sequence of bytes encoding a Zarith natural number. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). Size bits ignored, the data is the binary representation of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | N.t | Determined from data | bytes | +------+----------------------+----------+ - +
- + .. _GET_..--block_id--context--delegates--pkh--current_voting_power : @@ -24586,7 +24586,7 @@ Full description **GET ..//context/delegates//current_voting_power** .. raw:: html - +
@@ -24607,11 +24607,11 @@ Full description +=================+=========+==================================+ | Unnamed field 0 | 8 bytes | signed 64-bit big-endian integer | +-----------------+---------+----------------------------------+ - - + +
- + .. _GET_..--block_id--context--delegates--pkh--dal_participation : @@ -24619,7 +24619,7 @@ Full description **GET ..//context/delegates//dal_participation** .. raw:: html - +
@@ -24658,22 +24658,22 @@ Full description +-----------------------------------+----------------------+-------------------------------------------------------------------------+ | denounced | 1 byte | boolean (0 for false, 255 for true) | +-----------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + N.t *** - + A variable-length sequence of bytes encoding a Zarith natural number. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). Size bits ignored, the data is the binary representation of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | N.t | Determined from data | bytes | +------+----------------------+----------+ - +
- + .. _GET_..--block_id--context--delegates--pkh--deactivated : @@ -24681,7 +24681,7 @@ Full description **GET ..//context/delegates//deactivated** .. raw:: html - +
@@ -24700,11 +24700,11 @@ Full description +=================+========+=====================================+ | Unnamed field 0 | 1 byte | boolean (0 for false, 255 for true) | +-----------------+--------+-------------------------------------+ - - + +
- + .. _GET_..--block_id--context--delegates--pkh--delegated_balance : @@ -24712,7 +24712,7 @@ Full description **GET ..//context/delegates//delegated_balance** .. raw:: html - +
@@ -24735,22 +24735,22 @@ Full description +=================+======================+==========+ | Unnamed field 0 | Determined from data | $N.t | +-----------------+----------------------+----------+ - - + + N.t *** - + A variable-length sequence of bytes encoding a Zarith natural number. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). Size bits ignored, the data is the binary representation of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | N.t | Determined from data | bytes | +------+----------------------+----------+ - +
- + .. _GET_..--block_id--context--delegates--pkh--delegated_contracts : @@ -24758,7 +24758,7 @@ Full description **GET ..//context/delegates//delegated_contracts** .. raw:: html - +
@@ -24789,14 +24789,14 @@ Full description +-----------------------+----------+---------------------------------------+ | Unnamed field 0 | Variable | sequence of $024-PsD5wVTJ.contract_id | +-----------------------+----------+---------------------------------------+ - - + + public_key_hash (21 bytes, 8-bit tag) ************************************* - + Ed25519 (tag 0) =============== - + +-------------------------+----------+------------------------+ | Name | Size | Contents | +=========================+==========+========================+ @@ -24804,11 +24804,11 @@ Full description +-------------------------+----------+------------------------+ | Ed25519.Public_key_hash | 20 bytes | bytes | +-------------------------+----------+------------------------+ - - + + Secp256k1 (tag 1) ================= - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -24816,11 +24816,11 @@ Full description +---------------------------+----------+------------------------+ | Secp256k1.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + P256 (tag 2) ============ - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -24828,11 +24828,11 @@ Full description +----------------------+----------+------------------------+ | P256.Public_key_hash | 20 bytes | bytes | +----------------------+----------+------------------------+ - - + + Bls (tag 3) =========== - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -24840,14 +24840,14 @@ Full description +---------------------------+----------+------------------------+ | Bls12_381.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + 024-PsD5wVTJ.contract_id (22 bytes, 8-bit tag) ********************************************** - + Implicit (tag 0) ================ - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -24855,11 +24855,11 @@ Full description +---------------------------+----------+------------------------+ | Signature.Public_key_hash | 21 bytes | $public_key_hash | +---------------------------+----------+------------------------+ - - + + Originated (tag 1) ================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -24869,10 +24869,10 @@ Full description +---------------+----------+------------------------+ | padding | 1 byte | padding | +---------------+----------+------------------------+ - +
- + .. _GET_..--block_id--context--delegates--pkh--delegators : @@ -24880,7 +24880,7 @@ Full description **GET ..//context/delegates//delegators** .. raw:: html - +
@@ -24911,14 +24911,14 @@ Full description +-----------------------+----------+---------------------------------------+ | Unnamed field 0 | Variable | sequence of $024-PsD5wVTJ.contract_id | +-----------------------+----------+---------------------------------------+ - - + + public_key_hash (21 bytes, 8-bit tag) ************************************* - + Ed25519 (tag 0) =============== - + +-------------------------+----------+------------------------+ | Name | Size | Contents | +=========================+==========+========================+ @@ -24926,11 +24926,11 @@ Full description +-------------------------+----------+------------------------+ | Ed25519.Public_key_hash | 20 bytes | bytes | +-------------------------+----------+------------------------+ - - + + Secp256k1 (tag 1) ================= - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -24938,11 +24938,11 @@ Full description +---------------------------+----------+------------------------+ | Secp256k1.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + P256 (tag 2) ============ - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -24950,11 +24950,11 @@ Full description +----------------------+----------+------------------------+ | P256.Public_key_hash | 20 bytes | bytes | +----------------------+----------+------------------------+ - - + + Bls (tag 3) =========== - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -24962,14 +24962,14 @@ Full description +---------------------------+----------+------------------------+ | Bls12_381.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + 024-PsD5wVTJ.contract_id (22 bytes, 8-bit tag) ********************************************** - + Implicit (tag 0) ================ - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -24977,11 +24977,11 @@ Full description +---------------------------+----------+------------------------+ | Signature.Public_key_hash | 21 bytes | $public_key_hash | +---------------------------+----------+------------------------+ - - + + Originated (tag 1) ================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -24991,10 +24991,10 @@ Full description +---------------+----------+------------------------+ | padding | 1 byte | padding | +---------------+----------+------------------------+ - +
- + .. _GET_..--block_id--context--delegates--pkh--denunciations : @@ -25002,7 +25002,7 @@ Full description **GET ..//context/delegates//denunciations** .. raw:: html - +
@@ -25040,14 +25040,14 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_0 | +-----------------------+----------+------------------------------------+ - - + + public_key_hash (21 bytes, 8-bit tag) ************************************* - + Ed25519 (tag 0) =============== - + +-------------------------+----------+------------------------+ | Name | Size | Contents | +=========================+==========+========================+ @@ -25055,11 +25055,11 @@ Full description +-------------------------+----------+------------------------+ | Ed25519.Public_key_hash | 20 bytes | bytes | +-------------------------+----------+------------------------+ - - + + Secp256k1 (tag 1) ================= - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -25067,11 +25067,11 @@ Full description +---------------------------+----------+------------------------+ | Secp256k1.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + P256 (tag 2) ============ - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -25079,11 +25079,11 @@ Full description +----------------------+----------+------------------------+ | P256.Public_key_hash | 20 bytes | bytes | +----------------------+----------+------------------------+ - - + + Bls (tag 3) =========== - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -25091,11 +25091,11 @@ Full description +---------------------------+----------+------------------------+ | Bls12_381.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + X_2 (Enumeration: unsigned 8-bit integer): ****************************************** - + +-------------+----------------+ | Case number | Encoded string | +=============+================+ @@ -25105,11 +25105,11 @@ Full description +-------------+----------------+ | 2 | block | +-------------+----------------+ - - + + X_1 *** - + +-------+---------+----------------------------------------------------------+ | Name | Size | Contents | +=======+=========+==========================================================+ @@ -25119,11 +25119,11 @@ Full description +-------+---------+----------------------------------------------------------+ | kind | 1 byte | unsigned 8-bit integer encoding an enumeration (see X_2) | +-------+---------+----------------------------------------------------------+ - - + + X_0 *** - + +----------------+----------+------------------+ | Name | Size | Contents | +================+==========+==================+ @@ -25133,10 +25133,10 @@ Full description +----------------+----------+------------------+ | misbehaviour | 9 bytes | $X_1 | +----------------+----------+------------------+ - +
- + .. _GET_..--block_id--context--delegates--pkh--estimated_shared_pending_slashed_amount : @@ -25144,7 +25144,7 @@ Full description **GET ..//context/delegates//estimated_shared_pending_slashed_amount** .. raw:: html - +
@@ -25167,22 +25167,22 @@ Full description +=================+======================+==========+ | Unnamed field 0 | Determined from data | $N.t | +-----------------+----------------------+----------+ - - + + N.t *** - + A variable-length sequence of bytes encoding a Zarith natural number. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). Size bits ignored, the data is the binary representation of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | N.t | Determined from data | bytes | +------+----------------------+----------+ - +
- + .. _GET_..--block_id--context--delegates--pkh--external_delegated : @@ -25190,7 +25190,7 @@ Full description **GET ..//context/delegates//external_delegated** .. raw:: html - +
@@ -25213,22 +25213,22 @@ Full description +=================+======================+==========+ | Unnamed field 0 | Determined from data | $N.t | +-----------------+----------------------+----------+ - - + + N.t *** - + A variable-length sequence of bytes encoding a Zarith natural number. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). Size bits ignored, the data is the binary representation of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | N.t | Determined from data | bytes | +------+----------------------+----------+ - +
- + .. _GET_..--block_id--context--delegates--pkh--external_staked : @@ -25236,7 +25236,7 @@ Full description **GET ..//context/delegates//external_staked** .. raw:: html - +
@@ -25259,22 +25259,22 @@ Full description +=================+======================+==========+ | Unnamed field 0 | Determined from data | $N.t | +-----------------+----------------------+----------+ - - + + N.t *** - + A variable-length sequence of bytes encoding a Zarith natural number. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). Size bits ignored, the data is the binary representation of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | N.t | Determined from data | bytes | +------+----------------------+----------+ - +
- + .. _GET_..--block_id--context--delegates--pkh--frozen_deposits : @@ -25282,7 +25282,7 @@ Full description **GET ..//context/delegates//frozen_deposits** .. raw:: html - +
@@ -25305,22 +25305,22 @@ Full description +=================+======================+==========+ | Unnamed field 0 | Determined from data | $N.t | +-----------------+----------------------+----------+ - - + + N.t *** - + A variable-length sequence of bytes encoding a Zarith natural number. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). Size bits ignored, the data is the binary representation of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | N.t | Determined from data | bytes | +------+----------------------+----------+ - +
- + .. _GET_..--block_id--context--delegates--pkh--frozen_deposits_limit : @@ -25328,7 +25328,7 @@ Full description **GET ..//context/delegates//frozen_deposits_limit** .. raw:: html - +
@@ -25352,36 +25352,36 @@ Full description +=================+======================+==========+ | Unnamed field 0 | Determined from data | $X_0 | +-----------------+----------------------+----------+ - - + + N.t *** - + A variable-length sequence of bytes encoding a Zarith natural number. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). Size bits ignored, the data is the binary representation of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | N.t | Determined from data | bytes | +------+----------------------+----------+ - - + + X_0 (Determined from data, 8-bit tag) ************************************* - + None (tag 0) ============ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Some (tag 1) ============ - + +-----------------+----------------------+------------------------+ | Name | Size | Contents | +=================+======================+========================+ @@ -25389,10 +25389,10 @@ Full description +-----------------+----------------------+------------------------+ | Unnamed field 0 | Determined from data | $N.t | +-----------------+----------------------+------------------------+ - +
- + .. _GET_..--block_id--context--delegates--pkh--full_balance : @@ -25400,7 +25400,7 @@ Full description **GET ..//context/delegates//full_balance** .. raw:: html - +
@@ -25423,22 +25423,22 @@ Full description +=================+======================+==========+ | Unnamed field 0 | Determined from data | $N.t | +-----------------+----------------------+----------+ - - + + N.t *** - + A variable-length sequence of bytes encoding a Zarith natural number. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). Size bits ignored, the data is the binary representation of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | N.t | Determined from data | bytes | +------+----------------------+----------+ - +
- + .. _GET_..--block_id--context--delegates--pkh--grace_period : @@ -25446,7 +25446,7 @@ Full description **GET ..//context/delegates//grace_period** .. raw:: html - +
@@ -25465,11 +25465,11 @@ Full description +=================+=========+==================================+ | Unnamed field 0 | 4 bytes | signed 32-bit big-endian integer | +-----------------+---------+----------------------------------+ - - + +
- + .. _GET_..--block_id--context--delegates--pkh--is_forbidden : @@ -25477,7 +25477,7 @@ Full description **GET ..//context/delegates//is_forbidden** .. raw:: html - +
@@ -25496,11 +25496,11 @@ Full description +=================+========+=====================================+ | Unnamed field 0 | 1 byte | boolean (0 for false, 255 for true) | +-----------------+--------+-------------------------------------+ - - + +
- + .. _GET_..--block_id--context--delegates--pkh--min_delegated_in_current_cycle : @@ -25508,7 +25508,7 @@ Full description **GET ..//context/delegates//min_delegated_in_current_cycle** .. raw:: html - +
@@ -25561,23 +25561,23 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | level | 17 bytes | $X_0 | +-----------------------------+----------------------+-------------------------------------+ - - + + N.t *** - + A variable-length sequence of bytes encoding a Zarith natural number. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). Size bits ignored, the data is the binary representation of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | N.t | Determined from data | bytes | +------+----------------------+----------+ - - + + X_0 *** - + +---------------------+---------+-------------------------------------+ | Name | Size | Contents | +=====================+=========+=====================================+ @@ -25591,10 +25591,10 @@ Full description +---------------------+---------+-------------------------------------+ | expected_commitment | 1 byte | boolean (0 for false, 255 for true) | +---------------------+---------+-------------------------------------+ - +
- + .. _GET_..--block_id--context--delegates--pkh--own_delegated : @@ -25602,7 +25602,7 @@ Full description **GET ..//context/delegates//own_delegated** .. raw:: html - +
@@ -25625,22 +25625,22 @@ Full description +=================+======================+==========+ | Unnamed field 0 | Determined from data | $N.t | +-----------------+----------------------+----------+ - - + + N.t *** - + A variable-length sequence of bytes encoding a Zarith natural number. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). Size bits ignored, the data is the binary representation of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | N.t | Determined from data | bytes | +------+----------------------+----------+ - +
- + .. _GET_..--block_id--context--delegates--pkh--own_full_balance : @@ -25648,7 +25648,7 @@ Full description **GET ..//context/delegates//own_full_balance** .. raw:: html - +
@@ -25671,22 +25671,22 @@ Full description +=================+======================+==========+ | Unnamed field 0 | Determined from data | $N.t | +-----------------+----------------------+----------+ - - + + N.t *** - + A variable-length sequence of bytes encoding a Zarith natural number. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). Size bits ignored, the data is the binary representation of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | N.t | Determined from data | bytes | +------+----------------------+----------+ - +
- + .. _GET_..--block_id--context--delegates--pkh--own_staked : @@ -25694,7 +25694,7 @@ Full description **GET ..//context/delegates//own_staked** .. raw:: html - +
@@ -25717,22 +25717,22 @@ Full description +=================+======================+==========+ | Unnamed field 0 | Determined from data | $N.t | +-----------------+----------------------+----------+ - - + + N.t *** - + A variable-length sequence of bytes encoding a Zarith natural number. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). Size bits ignored, the data is the binary representation of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | N.t | Determined from data | bytes | +------+----------------------+----------+ - +
- + .. _GET_..--block_id--context--delegates--pkh--participation : @@ -25740,7 +25740,7 @@ Full description **GET ..//context/delegates//participation** .. raw:: html - +
@@ -25779,22 +25779,22 @@ Full description +--------------------------------+----------------------+-------------------------------------------------------------------------+ | expected_attesting_rewards | Determined from data | $N.t | +--------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + N.t *** - + A variable-length sequence of bytes encoding a Zarith natural number. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). Size bits ignored, the data is the binary representation of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | N.t | Determined from data | bytes | +------+----------------------+----------+ - +
- + .. _GET_..--block_id--context--delegates--pkh--pending_staking_parameters : @@ -25802,7 +25802,7 @@ Full description **GET ..//context/delegates//pending_staking_parameters** .. raw:: html - +
@@ -25828,11 +25828,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_0 | +-----------------------+----------+------------------------------------+ - - + + X_1 *** - + +----------------------------------------+---------+----------------------------------+ | Name | Size | Contents | +========================================+=========+==================================+ @@ -25840,11 +25840,11 @@ Full description +----------------------------------------+---------+----------------------------------+ | edge_of_baking_over_staking_billionth | 4 bytes | signed 32-bit big-endian integer | +----------------------------------------+---------+----------------------------------+ - - + + X_0 *** - + +------------+---------+----------------------------------+ | Name | Size | Contents | +============+=========+==================================+ @@ -25852,10 +25852,10 @@ Full description +------------+---------+----------------------------------+ | parameters | 8 bytes | $X_1 | +------------+---------+----------------------------------+ - +
- + .. _GET_..--block_id--context--delegates--pkh--stakers : @@ -25863,7 +25863,7 @@ Full description **GET ..//context/delegates//stakers** .. raw:: html - +
@@ -25900,14 +25900,14 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_0 | +-----------------------+----------+------------------------------------+ - - + + public_key_hash (21 bytes, 8-bit tag) ************************************* - + Ed25519 (tag 0) =============== - + +-------------------------+----------+------------------------+ | Name | Size | Contents | +=========================+==========+========================+ @@ -25915,11 +25915,11 @@ Full description +-------------------------+----------+------------------------+ | Ed25519.Public_key_hash | 20 bytes | bytes | +-------------------------+----------+------------------------+ - - + + Secp256k1 (tag 1) ================= - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -25927,11 +25927,11 @@ Full description +---------------------------+----------+------------------------+ | Secp256k1.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + P256 (tag 2) ============ - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -25939,11 +25939,11 @@ Full description +----------------------+----------+------------------------+ | P256.Public_key_hash | 20 bytes | bytes | +----------------------+----------+------------------------+ - - + + Bls (tag 3) =========== - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -25951,14 +25951,14 @@ Full description +---------------------------+----------+------------------------+ | Bls12_381.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + 024-PsD5wVTJ.contract_id.implicit (22 bytes, 8-bit tag) ******************************************************* - + Implicit (tag 0) ================ - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -25966,23 +25966,23 @@ Full description +---------------------------+----------+------------------------+ | Signature.Public_key_hash | 21 bytes | $public_key_hash | +---------------------------+----------+------------------------+ - - + + N.t *** - + A variable-length sequence of bytes encoding a Zarith natural number. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). Size bits ignored, the data is the binary representation of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | N.t | Determined from data | bytes | +------+----------------------+----------+ - - + + X_0 *** - + +-----------------+----------------------+------------------------------------+ | Name | Size | Contents | +=================+======================+====================================+ @@ -25990,10 +25990,10 @@ Full description +-----------------+----------------------+------------------------------------+ | frozen_deposits | Determined from data | $N.t | +-----------------+----------------------+------------------------------------+ - +
- + .. _GET_..--block_id--context--delegates--pkh--staking_balance : @@ -26001,7 +26001,7 @@ Full description **GET ..//context/delegates//staking_balance** .. raw:: html - +
@@ -26024,22 +26024,22 @@ Full description +=================+======================+==========+ | Unnamed field 0 | Determined from data | $N.t | +-----------------+----------------------+----------+ - - + + N.t *** - + A variable-length sequence of bytes encoding a Zarith natural number. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). Size bits ignored, the data is the binary representation of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | N.t | Determined from data | bytes | +------+----------------------+----------+ - +
- + .. _GET_..--block_id--context--delegates--pkh--staking_denominator : @@ -26047,7 +26047,7 @@ Full description **GET ..//context/delegates//staking_denominator** .. raw:: html - +
@@ -26070,22 +26070,22 @@ Full description +=================+======================+==========+ | Unnamed field 0 | Determined from data | $N.t | +-----------------+----------------------+----------+ - - + + N.t *** - + A variable-length sequence of bytes encoding a Zarith natural number. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). Size bits ignored, the data is the binary representation of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | N.t | Determined from data | bytes | +------+----------------------+----------+ - +
- + .. _GET_..--block_id--context--delegates--pkh--total_delegated : @@ -26093,7 +26093,7 @@ Full description **GET ..//context/delegates//total_delegated** .. raw:: html - +
@@ -26116,22 +26116,22 @@ Full description +=================+======================+==========+ | Unnamed field 0 | Determined from data | $N.t | +-----------------+----------------------+----------+ - - + + N.t *** - + A variable-length sequence of bytes encoding a Zarith natural number. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). Size bits ignored, the data is the binary representation of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | N.t | Determined from data | bytes | +------+----------------------+----------+ - +
- + .. _GET_..--block_id--context--delegates--pkh--total_delegated_stake : @@ -26139,7 +26139,7 @@ Full description **GET ..//context/delegates//total_delegated_stake** .. raw:: html - +
@@ -26162,22 +26162,22 @@ Full description +=================+======================+==========+ | Unnamed field 0 | Determined from data | $N.t | +-----------------+----------------------+----------+ - - + + N.t *** - + A variable-length sequence of bytes encoding a Zarith natural number. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). Size bits ignored, the data is the binary representation of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | N.t | Determined from data | bytes | +------+----------------------+----------+ - +
- + .. _GET_..--block_id--context--delegates--pkh--total_staked : @@ -26185,7 +26185,7 @@ Full description **GET ..//context/delegates//total_staked** .. raw:: html - +
@@ -26208,22 +26208,22 @@ Full description +=================+======================+==========+ | Unnamed field 0 | Determined from data | $N.t | +-----------------+----------------------+----------+ - - + + N.t *** - + A variable-length sequence of bytes encoding a Zarith natural number. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). Size bits ignored, the data is the binary representation of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | N.t | Determined from data | bytes | +------+----------------------+----------+ - +
- + .. _GET_..--block_id--context--delegates--pkh--total_unstaked_per_cycle : @@ -26231,7 +26231,7 @@ Full description **GET ..//context/delegates//total_unstaked_per_cycle** .. raw:: html - +
@@ -26258,23 +26258,23 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_0 | +-----------------------+----------+------------------------------------+ - - + + N.t *** - + A variable-length sequence of bytes encoding a Zarith natural number. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). Size bits ignored, the data is the binary representation of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | N.t | Determined from data | bytes | +------+----------------------+----------+ - - + + X_0 *** - + +---------+----------------------+----------------------------------+ | Name | Size | Contents | +=========+======================+==================================+ @@ -26282,10 +26282,10 @@ Full description +---------+----------------------+----------------------------------+ | deposit | Determined from data | $N.t | +---------+----------------------+----------------------------------+ - +
- + .. _GET_..--block_id--context--delegates--pkh--unstaked_frozen_deposits : @@ -26293,7 +26293,7 @@ Full description **GET ..//context/delegates//unstaked_frozen_deposits** .. raw:: html - +
@@ -26320,23 +26320,23 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_0 | +-----------------------+----------+------------------------------------+ - - + + N.t *** - + A variable-length sequence of bytes encoding a Zarith natural number. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). Size bits ignored, the data is the binary representation of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | N.t | Determined from data | bytes | +------+----------------------+----------+ - - + + X_0 *** - + +---------+----------------------+----------------------------------+ | Name | Size | Contents | +=========+======================+==================================+ @@ -26344,10 +26344,10 @@ Full description +---------+----------------------+----------------------------------+ | deposit | Determined from data | $N.t | +---------+----------------------+----------------------------------+ - +
- + .. _GET_..--block_id--context--delegates--pkh--voting_info : @@ -26355,7 +26355,7 @@ Full description **GET ..//context/delegates//voting_info** .. raw:: html - +
@@ -26401,11 +26401,11 @@ Full description +--------------------------------------+----------+-------------------------------------------------------------------------+ | remaining_proposals | 4 bytes | signed 31-bit big-endian integer in the range -1073741824 to 1073741823 | +--------------------------------------+----------+-------------------------------------------------------------------------+ - - + +
- + .. _GET_..--block_id--context--delegates--pkh--voting_power : @@ -26413,7 +26413,7 @@ Full description **GET ..//context/delegates//voting_power** .. raw:: html - +
@@ -26434,11 +26434,11 @@ Full description +=================+=========+==================================+ | Unnamed field 0 | 8 bytes | signed 64-bit big-endian integer | +-----------------+---------+----------------------------------+ - - + +
- + .. _GET_..--block_id--context--denunciations : @@ -26446,7 +26446,7 @@ Full description **GET ..//context/denunciations** .. raw:: html - +
@@ -26485,14 +26485,14 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_0 | +-----------------------+----------+------------------------------------+ - - + + public_key_hash (21 bytes, 8-bit tag) ************************************* - + Ed25519 (tag 0) =============== - + +-------------------------+----------+------------------------+ | Name | Size | Contents | +=========================+==========+========================+ @@ -26500,11 +26500,11 @@ Full description +-------------------------+----------+------------------------+ | Ed25519.Public_key_hash | 20 bytes | bytes | +-------------------------+----------+------------------------+ - - + + Secp256k1 (tag 1) ================= - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -26512,11 +26512,11 @@ Full description +---------------------------+----------+------------------------+ | Secp256k1.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + P256 (tag 2) ============ - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -26524,11 +26524,11 @@ Full description +----------------------+----------+------------------------+ | P256.Public_key_hash | 20 bytes | bytes | +----------------------+----------+------------------------+ - - + + Bls (tag 3) =========== - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -26536,11 +26536,11 @@ Full description +---------------------------+----------+------------------------+ | Bls12_381.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + X_2 (Enumeration: unsigned 8-bit integer): ****************************************** - + +-------------+----------------+ | Case number | Encoded string | +=============+================+ @@ -26550,11 +26550,11 @@ Full description +-------------+----------------+ | 2 | block | +-------------+----------------+ - - + + X_1 *** - + +-------+---------+----------------------------------------------------------+ | Name | Size | Contents | +=======+=========+==========================================================+ @@ -26564,11 +26564,11 @@ Full description +-------+---------+----------------------------------------------------------+ | kind | 1 byte | unsigned 8-bit integer encoding an enumeration (see X_2) | +-------+---------+----------------------------------------------------------+ - - + + X_0 *** - + +------------------+----------+------------------+ | Name | Size | Contents | +==================+==========+==================+ @@ -26580,10 +26580,10 @@ Full description +------------------+----------+------------------+ | misbehaviour | 9 bytes | $X_1 | +------------------+----------+------------------+ - +
- + .. _GET_..--block_id--context--destination--destination_id--index : @@ -26591,7 +26591,7 @@ Full description **GET ..//context/destination//index** .. raw:: html - +
@@ -26614,36 +26614,36 @@ Full description +=================+======================+==========+ | Unnamed field 0 | Determined from data | $X_0 | +-----------------+----------------------+----------+ - - + + N.t *** - + A variable-length sequence of bytes encoding a Zarith natural number. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). Size bits ignored, the data is the binary representation of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | N.t | Determined from data | bytes | +------+----------------------+----------+ - - + + X_0 (Determined from data, 8-bit tag) ************************************* - + None (tag 0) ============ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Some (tag 1) ============ - + +-----------------+----------------------+------------------------+ | Name | Size | Contents | +=================+======================+========================+ @@ -26651,10 +26651,10 @@ Full description +-----------------+----------------------+------------------------+ | Unnamed field 0 | Determined from data | $N.t | +-----------------+----------------------+------------------------+ - +
- + .. _GET_..--block_id--context--issuance--current_yearly_rate : @@ -26662,7 +26662,7 @@ Full description **GET ..//context/issuance/current_yearly_rate** .. raw:: html - +
@@ -26686,11 +26686,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + +
- + .. _GET_..--block_id--context--issuance--current_yearly_rate_details : @@ -26698,7 +26698,7 @@ Full description **GET ..//context/issuance/current_yearly_rate_details** .. raw:: html - +
@@ -26728,23 +26728,23 @@ Full description +---------+----------------------+----------+ | dynamic | Determined from data | $X_0 | +---------+----------------------+----------+ - - + + N.t *** - + A variable-length sequence of bytes encoding a Zarith natural number. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). Size bits ignored, the data is the binary representation of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | N.t | Determined from data | bytes | +------+----------------------+----------+ - - + + X_0 *** - + +-------------+----------------------+----------+ | Name | Size | Contents | +=============+======================+==========+ @@ -26752,10 +26752,10 @@ Full description +-------------+----------------------+----------+ | denominator | Determined from data | $N.t | +-------------+----------------------+----------+ - +
- + .. _GET_..--block_id--context--issuance--current_yearly_rate_exact : @@ -26763,7 +26763,7 @@ Full description **GET ..//context/issuance/current_yearly_rate_exact** .. raw:: html - +
@@ -26789,22 +26789,22 @@ Full description +-------------+----------------------+----------+ | denominator | Determined from data | $N.t | +-------------+----------------------+----------+ - - + + N.t *** - + A variable-length sequence of bytes encoding a Zarith natural number. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). Size bits ignored, the data is the binary representation of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | N.t | Determined from data | bytes | +------+----------------------+----------+ - +
- + .. _GET_..--block_id--context--issuance--expected_issuance : @@ -26812,7 +26812,7 @@ Full description **GET ..//context/issuance/expected_issuance** .. raw:: html - +
@@ -26844,23 +26844,23 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_0 | +-----------------------+----------+------------------------------------+ - - + + N.t *** - + A variable-length sequence of bytes encoding a Zarith natural number. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). Size bits ignored, the data is the binary representation of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | N.t | Determined from data | bytes | +------+----------------------+----------+ - - + + X_0 *** - + +--------------------------------+----------------------+----------------------------------+ | Name | Size | Contents | +================================+======================+==================================+ @@ -26878,10 +26878,10 @@ Full description +--------------------------------+----------------------+----------------------------------+ | dal_attesting_reward_per_shard | Determined from data | $N.t | +--------------------------------+----------------------+----------------------------------+ - +
- + .. _GET_..--block_id--context--issuance--issuance_per_minute : @@ -26889,7 +26889,7 @@ Full description **GET ..//context/issuance/issuance_per_minute** .. raw:: html - +
@@ -26912,22 +26912,22 @@ Full description +=================+======================+==========+ | Unnamed field 0 | Determined from data | $N.t | +-----------------+----------------------+----------+ - - + + N.t *** - + A variable-length sequence of bytes encoding a Zarith natural number. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). Size bits ignored, the data is the binary representation of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | N.t | Determined from data | bytes | +------+----------------------+----------+ - +
- + .. _GET_..--block_id--context--liquidity_baking--cpmm_address : @@ -26935,7 +26935,7 @@ Full description **GET ..//context/liquidity_baking/cpmm_address** .. raw:: html - +
@@ -26962,14 +26962,14 @@ Full description +=================+==========+==========+ | Unnamed field 0 | 22 bytes | $X_0 | +-----------------+----------+----------+ - - + + X_0 (22 bytes, 8-bit tag) ************************* - + Originated (tag 1) ================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -26979,10 +26979,10 @@ Full description +---------------+----------+------------------------+ | padding | 1 byte | padding | +---------------+----------+------------------------+ - +
- + .. _GET_..--block_id--context--merkle_tree : @@ -26990,7 +26990,7 @@ Full description **GET ..//context/merkle_tree(/)*?[holey=]** .. raw:: html - +
@@ -27029,11 +27029,11 @@ Full description +=================+======================+==========+ | Unnamed field 0 | Determined from data | $X_8 | +-----------------+----------------------+----------+ - - + + X_2 *** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -27041,11 +27041,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + X_3 *** - + +-----------------+----------------------+--------------+ | Name | Size | Contents | +=================+======================+==============+ @@ -27053,14 +27053,14 @@ Full description +-----------------+----------------------+--------------+ | Unnamed field 1 | Determined from data | $raw_context | +-----------------+----------------------+--------------+ - - + + raw_context (Determined from data, 8-bit tag) ********************************************* - + Key (tag 0) =========== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -27070,11 +27070,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + Dir (tag 1) =========== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -27084,24 +27084,24 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_3 | +-----------------------+----------+------------------------------------+ - - + + Cut (tag 2) =========== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + X_7 (Determined from data, 8-bit tag) ************************************* - + Hash (tag 0) ============ - + +-----------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=================+======================+=====================================+ @@ -27111,11 +27111,11 @@ Full description +-----------------+----------------------+-------------------------------------+ | Unnamed field 1 | Determined from data | $X_2 | +-----------------+----------------------+-------------------------------------+ - - + + Data (tag 1) ============ - + +-----------------+----------------------+------------------------+ | Name | Size | Contents | +=================+======================+========================+ @@ -27123,11 +27123,11 @@ Full description +-----------------+----------------------+------------------------+ | Unnamed field 0 | Determined from data | $raw_context | +-----------------+----------------------+------------------------+ - - + + Continue (tag 2) ================ - + +-----------------+----------------------+------------------------+ | Name | Size | Contents | +=================+======================+========================+ @@ -27135,11 +27135,11 @@ Full description +-----------------+----------------------+------------------------+ | Unnamed field 0 | Determined from data | $merkle_tree | +-----------------+----------------------+------------------------+ - - + + X_1 *** - + +-----------------+----------------------+----------+ | Name | Size | Contents | +=================+======================+==========+ @@ -27147,11 +27147,11 @@ Full description +-----------------+----------------------+----------+ | Unnamed field 1 | Determined from data | $X_7 | +-----------------+----------------------+----------+ - - + + merkle_tree *********** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -27159,24 +27159,24 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_1 | +-----------------------+----------+------------------------------------+ - - + + X_8 (Determined from data, 8-bit tag) ************************************* - + None (tag 0) ============ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Some (tag 1) ============ - + +-----------------+----------------------+------------------------+ | Name | Size | Contents | +=================+======================+========================+ @@ -27184,10 +27184,10 @@ Full description +-----------------+----------------------+------------------------+ | Unnamed field 0 | Determined from data | $merkle_tree | +-----------------+----------------------+------------------------+ - +
- + .. _GET_..--block_id--context--merkle_tree_v2 : @@ -27195,7 +27195,7 @@ Full description **GET ..//context/merkle_tree_v2(/)*?[holey=]** .. raw:: html - +
@@ -27303,11 +27303,11 @@ Full description +=================+======================+==========+ | Unnamed field 0 | Determined from data | $X_53821 | +-----------------+----------------------+----------+ - - + + X_0 *** - + +-----------------------+----------+------------------------+ | Name | Size | Contents | +=======================+==========+========================+ @@ -27315,11 +27315,11 @@ Full description +-----------------------+----------+------------------------+ | Unnamed field 0 | Variable | bytes | +-----------------------+----------+------------------------+ - - + + X_6 *** - + +-----------------------+----------+------------------------+ | Name | Size | Contents | +=======================+==========+========================+ @@ -27327,11 +27327,11 @@ Full description +-----------------------+----------+------------------------+ | Unnamed field 0 | Variable | bytes | +-----------------------+----------+------------------------+ - - + + X_5 *** - + +-----------------+----------------------+----------------+ | Name | Size | Contents | +=================+======================+================+ @@ -27339,11 +27339,11 @@ Full description +-----------------+----------------------+----------------+ | Unnamed field 1 | Determined from data | $tree_encoding | +-----------------+----------------------+----------------+ - - + + X_132 ***** - + +-----------------+----------------------+------------------------+ | Name | Size | Contents | +=================+======================+========================+ @@ -27351,11 +27351,11 @@ Full description +-----------------+----------------------+------------------------+ | Unnamed field 1 | Determined from data | $inode_tree | +-----------------+----------------------+------------------------+ - - + + X_131 ***** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -27363,14 +27363,14 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_132 | +-----------------------+----------+------------------------------------+ - - + + inode_tree (Determined from data, 8-bit tag) ******************************************** - + Inode_tree (tag 0) ================== - + +-----------------+--------+------------------------+ | Name | Size | Contents | +=================+========+========================+ @@ -27378,11 +27378,11 @@ Full description +-----------------+--------+------------------------+ | Unnamed field 0 | 1 byte | unsigned 8-bit integer | +-----------------+--------+------------------------+ - - + + Inode_tree (tag 1) ================== - + +-----------------+---------+------------------------------------+ | Name | Size | Contents | +=================+=========+====================================+ @@ -27390,11 +27390,11 @@ Full description +-----------------+---------+------------------------------------+ | Unnamed field 0 | 2 bytes | unsigned 16-bit big-endian integer | +-----------------+---------+------------------------------------+ - - + + Inode_tree (tag 2) ================== - + +-----------------+---------+----------------------------------+ | Name | Size | Contents | +=================+=========+==================================+ @@ -27402,11 +27402,11 @@ Full description +-----------------+---------+----------------------------------+ | Unnamed field 0 | 4 bytes | signed 32-bit big-endian integer | +-----------------+---------+----------------------------------+ - - + + Inode_tree (tag 3) ================== - + +-----------------+---------+----------------------------------+ | Name | Size | Contents | +=================+=========+==================================+ @@ -27414,11 +27414,11 @@ Full description +-----------------+---------+----------------------------------+ | Unnamed field 0 | 8 bytes | signed 64-bit big-endian integer | +-----------------+---------+----------------------------------+ - - + + Inode_tree (tag 4) ================== - + +-----------------+----------------------+------------------------------+ | Name | Size | Contents | +=================+======================+==============================+ @@ -27428,11 +27428,11 @@ Full description +-----------------+----------------------+------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 1 $X_132 | +-----------------+----------------------+------------------------------+ - - + + Inode_tree (tag 5) ================== - + +-----------------+----------------------+------------------------------------+ | Name | Size | Contents | +=================+======================+====================================+ @@ -27442,11 +27442,11 @@ Full description +-----------------+----------------------+------------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 1 $X_132 | +-----------------+----------------------+------------------------------------+ - - + + Inode_tree (tag 6) ================== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -27456,11 +27456,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 1 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode_tree (tag 7) ================== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -27470,11 +27470,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 1 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode_tree (tag 8) ================== - + +-----------------+----------------------+------------------------------+ | Name | Size | Contents | +=================+======================+==============================+ @@ -27484,11 +27484,11 @@ Full description +-----------------+----------------------+------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 2 $X_132 | +-----------------+----------------------+------------------------------+ - - + + Inode_tree (tag 9) ================== - + +-----------------+----------------------+------------------------------------+ | Name | Size | Contents | +=================+======================+====================================+ @@ -27498,11 +27498,11 @@ Full description +-----------------+----------------------+------------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 2 $X_132 | +-----------------+----------------------+------------------------------------+ - - + + Inode_tree (tag 10) =================== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -27512,11 +27512,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 2 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode_tree (tag 11) =================== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -27526,11 +27526,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 2 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode_tree (tag 12) =================== - + +-----------------+----------------------+------------------------------+ | Name | Size | Contents | +=================+======================+==============================+ @@ -27540,11 +27540,11 @@ Full description +-----------------+----------------------+------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 3 $X_132 | +-----------------+----------------------+------------------------------+ - - + + Inode_tree (tag 13) =================== - + +-----------------+----------------------+------------------------------------+ | Name | Size | Contents | +=================+======================+====================================+ @@ -27554,11 +27554,11 @@ Full description +-----------------+----------------------+------------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 3 $X_132 | +-----------------+----------------------+------------------------------------+ - - + + Inode_tree (tag 14) =================== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -27568,11 +27568,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 3 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode_tree (tag 15) =================== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -27582,11 +27582,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 3 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode_tree (tag 16) =================== - + +-----------------+----------------------+------------------------------+ | Name | Size | Contents | +=================+======================+==============================+ @@ -27596,11 +27596,11 @@ Full description +-----------------+----------------------+------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 4 $X_132 | +-----------------+----------------------+------------------------------+ - - + + Inode_tree (tag 17) =================== - + +-----------------+----------------------+------------------------------------+ | Name | Size | Contents | +=================+======================+====================================+ @@ -27610,11 +27610,11 @@ Full description +-----------------+----------------------+------------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 4 $X_132 | +-----------------+----------------------+------------------------------------+ - - + + Inode_tree (tag 18) =================== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -27624,11 +27624,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 4 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode_tree (tag 19) =================== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -27638,11 +27638,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 4 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode_tree (tag 20) =================== - + +-----------------+----------------------+------------------------------+ | Name | Size | Contents | +=================+======================+==============================+ @@ -27652,11 +27652,11 @@ Full description +-----------------+----------------------+------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 5 $X_132 | +-----------------+----------------------+------------------------------+ - - + + Inode_tree (tag 21) =================== - + +-----------------+----------------------+------------------------------------+ | Name | Size | Contents | +=================+======================+====================================+ @@ -27666,11 +27666,11 @@ Full description +-----------------+----------------------+------------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 5 $X_132 | +-----------------+----------------------+------------------------------------+ - - + + Inode_tree (tag 22) =================== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -27680,11 +27680,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 5 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode_tree (tag 23) =================== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -27694,11 +27694,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 5 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode_tree (tag 24) =================== - + +-----------------+----------------------+------------------------------+ | Name | Size | Contents | +=================+======================+==============================+ @@ -27708,11 +27708,11 @@ Full description +-----------------+----------------------+------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 6 $X_132 | +-----------------+----------------------+------------------------------+ - - + + Inode_tree (tag 25) =================== - + +-----------------+----------------------+------------------------------------+ | Name | Size | Contents | +=================+======================+====================================+ @@ -27722,11 +27722,11 @@ Full description +-----------------+----------------------+------------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 6 $X_132 | +-----------------+----------------------+------------------------------------+ - - + + Inode_tree (tag 26) =================== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -27736,11 +27736,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 6 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode_tree (tag 27) =================== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -27750,11 +27750,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 6 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode_tree (tag 28) =================== - + +-----------------+----------------------+------------------------------+ | Name | Size | Contents | +=================+======================+==============================+ @@ -27764,11 +27764,11 @@ Full description +-----------------+----------------------+------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 7 $X_132 | +-----------------+----------------------+------------------------------+ - - + + Inode_tree (tag 29) =================== - + +-----------------+----------------------+------------------------------------+ | Name | Size | Contents | +=================+======================+====================================+ @@ -27778,11 +27778,11 @@ Full description +-----------------+----------------------+------------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 7 $X_132 | +-----------------+----------------------+------------------------------------+ - - + + Inode_tree (tag 30) =================== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -27792,11 +27792,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 7 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode_tree (tag 31) =================== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -27806,11 +27806,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 7 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode_tree (tag 32) =================== - + +-----------------+----------------------+------------------------------+ | Name | Size | Contents | +=================+======================+==============================+ @@ -27820,11 +27820,11 @@ Full description +-----------------+----------------------+------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 8 $X_132 | +-----------------+----------------------+------------------------------+ - - + + Inode_tree (tag 33) =================== - + +-----------------+----------------------+------------------------------------+ | Name | Size | Contents | +=================+======================+====================================+ @@ -27834,11 +27834,11 @@ Full description +-----------------+----------------------+------------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 8 $X_132 | +-----------------+----------------------+------------------------------------+ - - + + Inode_tree (tag 34) =================== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -27848,11 +27848,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 8 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode_tree (tag 35) =================== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -27862,11 +27862,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 8 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode_tree (tag 36) =================== - + +-----------------+----------------------+------------------------------+ | Name | Size | Contents | +=================+======================+==============================+ @@ -27876,11 +27876,11 @@ Full description +-----------------+----------------------+------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 9 $X_132 | +-----------------+----------------------+------------------------------+ - - + + Inode_tree (tag 37) =================== - + +-----------------+----------------------+------------------------------------+ | Name | Size | Contents | +=================+======================+====================================+ @@ -27890,11 +27890,11 @@ Full description +-----------------+----------------------+------------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 9 $X_132 | +-----------------+----------------------+------------------------------------+ - - + + Inode_tree (tag 38) =================== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -27904,11 +27904,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 9 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode_tree (tag 39) =================== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -27918,11 +27918,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 9 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode_tree (tag 40) =================== - + +-----------------+----------------------+-------------------------------+ | Name | Size | Contents | +=================+======================+===============================+ @@ -27932,11 +27932,11 @@ Full description +-----------------+----------------------+-------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 10 $X_132 | +-----------------+----------------------+-------------------------------+ - - + + Inode_tree (tag 41) =================== - + +-----------------+----------------------+------------------------------------+ | Name | Size | Contents | +=================+======================+====================================+ @@ -27946,11 +27946,11 @@ Full description +-----------------+----------------------+------------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 10 $X_132 | +-----------------+----------------------+------------------------------------+ - - + + Inode_tree (tag 42) =================== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -27960,11 +27960,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 10 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode_tree (tag 43) =================== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -27974,11 +27974,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 10 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode_tree (tag 44) =================== - + +-----------------+----------------------+-------------------------------+ | Name | Size | Contents | +=================+======================+===============================+ @@ -27988,11 +27988,11 @@ Full description +-----------------+----------------------+-------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 11 $X_132 | +-----------------+----------------------+-------------------------------+ - - + + Inode_tree (tag 45) =================== - + +-----------------+----------------------+------------------------------------+ | Name | Size | Contents | +=================+======================+====================================+ @@ -28002,11 +28002,11 @@ Full description +-----------------+----------------------+------------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 11 $X_132 | +-----------------+----------------------+------------------------------------+ - - + + Inode_tree (tag 46) =================== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -28016,11 +28016,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 11 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode_tree (tag 47) =================== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -28030,11 +28030,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 11 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode_tree (tag 48) =================== - + +-----------------+----------------------+-------------------------------+ | Name | Size | Contents | +=================+======================+===============================+ @@ -28044,11 +28044,11 @@ Full description +-----------------+----------------------+-------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 12 $X_132 | +-----------------+----------------------+-------------------------------+ - - + + Inode_tree (tag 49) =================== - + +-----------------+----------------------+------------------------------------+ | Name | Size | Contents | +=================+======================+====================================+ @@ -28058,11 +28058,11 @@ Full description +-----------------+----------------------+------------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 12 $X_132 | +-----------------+----------------------+------------------------------------+ - - + + Inode_tree (tag 50) =================== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -28072,11 +28072,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 12 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode_tree (tag 51) =================== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -28086,11 +28086,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 12 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode_tree (tag 52) =================== - + +-----------------+----------------------+-------------------------------+ | Name | Size | Contents | +=================+======================+===============================+ @@ -28100,11 +28100,11 @@ Full description +-----------------+----------------------+-------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 13 $X_132 | +-----------------+----------------------+-------------------------------+ - - + + Inode_tree (tag 53) =================== - + +-----------------+----------------------+------------------------------------+ | Name | Size | Contents | +=================+======================+====================================+ @@ -28114,11 +28114,11 @@ Full description +-----------------+----------------------+------------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 13 $X_132 | +-----------------+----------------------+------------------------------------+ - - + + Inode_tree (tag 54) =================== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -28128,11 +28128,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 13 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode_tree (tag 55) =================== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -28142,11 +28142,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 13 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode_tree (tag 56) =================== - + +-----------------+----------------------+-------------------------------+ | Name | Size | Contents | +=================+======================+===============================+ @@ -28156,11 +28156,11 @@ Full description +-----------------+----------------------+-------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 14 $X_132 | +-----------------+----------------------+-------------------------------+ - - + + Inode_tree (tag 57) =================== - + +-----------------+----------------------+------------------------------------+ | Name | Size | Contents | +=================+======================+====================================+ @@ -28170,11 +28170,11 @@ Full description +-----------------+----------------------+------------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 14 $X_132 | +-----------------+----------------------+------------------------------------+ - - + + Inode_tree (tag 58) =================== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -28184,11 +28184,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 14 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode_tree (tag 59) =================== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -28198,11 +28198,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 14 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode_tree (tag 60) =================== - + +-----------------+----------------------+------------------------+ | Name | Size | Contents | +=================+======================+========================+ @@ -28212,11 +28212,11 @@ Full description +-----------------+----------------------+------------------------+ | Unnamed field 1 | Determined from data | $X_131 | +-----------------+----------------------+------------------------+ - - + + Inode_tree (tag 61) =================== - + +-----------------+----------------------+------------------------------------+ | Name | Size | Contents | +=================+======================+====================================+ @@ -28226,11 +28226,11 @@ Full description +-----------------+----------------------+------------------------------------+ | Unnamed field 1 | Determined from data | $X_131 | +-----------------+----------------------+------------------------------------+ - - + + Inode_tree (tag 62) =================== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -28240,11 +28240,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | $X_131 | +-----------------+----------------------+----------------------------------+ - - + + Inode_tree (tag 63) =================== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -28254,11 +28254,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | $X_131 | +-----------------+----------------------+----------------------------------+ - - + + Inode_tree (tag 64) =================== - + +-----------------+----------------------+------------------------------------+ | Name | Size | Contents | +=================+======================+====================================+ @@ -28268,11 +28268,11 @@ Full description +-----------------+----------------------+------------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 32 $inode_tree | +-----------------+----------------------+------------------------------------+ - - + + Inode_tree (tag 65) =================== - + +-----------------+----------------------+------------------------------------+ | Name | Size | Contents | +=================+======================+====================================+ @@ -28282,11 +28282,11 @@ Full description +-----------------+----------------------+------------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 32 $inode_tree | +-----------------+----------------------+------------------------------------+ - - + + Inode_tree (tag 66) =================== - + +-----------------+----------------------+------------------------------------+ | Name | Size | Contents | +=================+======================+====================================+ @@ -28296,11 +28296,11 @@ Full description +-----------------+----------------------+------------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 32 $inode_tree | +-----------------+----------------------+------------------------------------+ - - + + Inode_tree (tag 67) =================== - + +-----------------+----------------------+------------------------------------+ | Name | Size | Contents | +=================+======================+====================================+ @@ -28310,21 +28310,21 @@ Full description +-----------------+----------------------+------------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 32 $inode_tree | +-----------------+----------------------+------------------------------------+ - - + + other_inode_trees (tag 128) =========================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + other_inode_trees (tag 129) =========================== - + +-----------------+----------+----------------------------+ | Name | Size | Contents | +=================+==========+============================+ @@ -28332,11 +28332,11 @@ Full description +-----------------+----------+----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 1 $X_5 | +-----------------+----------+----------------------------+ - - + + other_inode_trees (tag 130) =========================== - + +-----------------+----------+----------------------------+ | Name | Size | Contents | +=================+==========+============================+ @@ -28344,11 +28344,11 @@ Full description +-----------------+----------+----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 2 $X_5 | +-----------------+----------+----------------------------+ - - + + other_inode_trees (tag 131) =========================== - + +-----------------+----------+----------------------------+ | Name | Size | Contents | +=================+==========+============================+ @@ -28356,11 +28356,11 @@ Full description +-----------------+----------+----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 3 $X_5 | +-----------------+----------+----------------------------+ - - + + other_inode_trees (tag 132) =========================== - + +-----------------+----------+----------------------------+ | Name | Size | Contents | +=================+==========+============================+ @@ -28368,11 +28368,11 @@ Full description +-----------------+----------+----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 4 $X_5 | +-----------------+----------+----------------------------+ - - + + other_inode_trees (tag 133) =========================== - + +-----------------+----------+----------------------------+ | Name | Size | Contents | +=================+==========+============================+ @@ -28380,11 +28380,11 @@ Full description +-----------------+----------+----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 5 $X_5 | +-----------------+----------+----------------------------+ - - + + other_inode_trees (tag 134) =========================== - + +-----------------+----------+----------------------------+ | Name | Size | Contents | +=================+==========+============================+ @@ -28392,11 +28392,11 @@ Full description +-----------------+----------+----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 6 $X_5 | +-----------------+----------+----------------------------+ - - + + other_inode_trees (tag 135) =========================== - + +-----------------+----------+----------------------------+ | Name | Size | Contents | +=================+==========+============================+ @@ -28404,11 +28404,11 @@ Full description +-----------------+----------+----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 7 $X_5 | +-----------------+----------+----------------------------+ - - + + other_inode_trees (tag 136) =========================== - + +-----------------+----------+----------------------------+ | Name | Size | Contents | +=================+==========+============================+ @@ -28416,11 +28416,11 @@ Full description +-----------------+----------+----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 8 $X_5 | +-----------------+----------+----------------------------+ - - + + other_inode_trees (tag 137) =========================== - + +-----------------+----------+----------------------------+ | Name | Size | Contents | +=================+==========+============================+ @@ -28428,11 +28428,11 @@ Full description +-----------------+----------+----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 9 $X_5 | +-----------------+----------+----------------------------+ - - + + other_inode_trees (tag 138) =========================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -28440,11 +28440,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 10 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_inode_trees (tag 139) =========================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -28452,11 +28452,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 11 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_inode_trees (tag 140) =========================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -28464,11 +28464,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 12 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_inode_trees (tag 141) =========================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -28476,11 +28476,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 13 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_inode_trees (tag 142) =========================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -28488,11 +28488,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 14 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_inode_trees (tag 143) =========================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -28500,11 +28500,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 15 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_inode_trees (tag 144) =========================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -28512,11 +28512,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 16 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_inode_trees (tag 145) =========================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -28524,11 +28524,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 17 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_inode_trees (tag 146) =========================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -28536,11 +28536,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 18 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_inode_trees (tag 147) =========================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -28548,11 +28548,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 19 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_inode_trees (tag 148) =========================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -28560,11 +28560,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 20 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_inode_trees (tag 149) =========================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -28572,11 +28572,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 21 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_inode_trees (tag 150) =========================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -28584,11 +28584,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 22 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_inode_trees (tag 151) =========================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -28596,11 +28596,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 23 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_inode_trees (tag 152) =========================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -28608,11 +28608,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 24 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_inode_trees (tag 153) =========================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -28620,11 +28620,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 25 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_inode_trees (tag 154) =========================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -28632,11 +28632,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 26 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_inode_trees (tag 155) =========================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -28644,11 +28644,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 27 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_inode_trees (tag 156) =========================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -28656,11 +28656,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 28 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_inode_trees (tag 157) =========================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -28668,11 +28668,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 29 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_inode_trees (tag 158) =========================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -28680,11 +28680,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 30 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_inode_trees (tag 159) =========================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -28692,11 +28692,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 31 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_inode_trees (tag 160) =========================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -28704,11 +28704,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 32 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_inode_trees (tag 161) =========================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -28716,11 +28716,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 33 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_inode_trees (tag 162) =========================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -28728,11 +28728,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 34 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_inode_trees (tag 163) =========================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -28740,11 +28740,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 35 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_inode_trees (tag 164) =========================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -28752,11 +28752,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 36 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_inode_trees (tag 165) =========================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -28764,11 +28764,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 37 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_inode_trees (tag 166) =========================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -28776,11 +28776,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 38 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_inode_trees (tag 167) =========================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -28788,11 +28788,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 39 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_inode_trees (tag 168) =========================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -28800,11 +28800,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 40 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_inode_trees (tag 169) =========================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -28812,11 +28812,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 41 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_inode_trees (tag 170) =========================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -28824,11 +28824,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 42 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_inode_trees (tag 171) =========================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -28836,11 +28836,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 43 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_inode_trees (tag 172) =========================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -28848,11 +28848,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 44 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_inode_trees (tag 173) =========================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -28860,11 +28860,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 45 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_inode_trees (tag 174) =========================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -28872,11 +28872,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 46 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_inode_trees (tag 175) =========================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -28884,11 +28884,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 47 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_inode_trees (tag 176) =========================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -28896,11 +28896,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 48 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_inode_trees (tag 177) =========================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -28908,11 +28908,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 49 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_inode_trees (tag 178) =========================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -28920,11 +28920,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 50 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_inode_trees (tag 179) =========================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -28932,11 +28932,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 51 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_inode_trees (tag 180) =========================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -28944,11 +28944,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 52 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_inode_trees (tag 181) =========================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -28956,11 +28956,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 53 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_inode_trees (tag 182) =========================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -28968,11 +28968,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 54 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_inode_trees (tag 183) =========================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -28980,11 +28980,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 55 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_inode_trees (tag 184) =========================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -28992,11 +28992,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 56 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_inode_trees (tag 185) =========================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -29004,11 +29004,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 57 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_inode_trees (tag 186) =========================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -29016,11 +29016,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 58 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_inode_trees (tag 187) =========================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -29028,11 +29028,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 59 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_inode_trees (tag 188) =========================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -29040,11 +29040,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 60 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_inode_trees (tag 189) =========================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -29052,11 +29052,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 61 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_inode_trees (tag 190) =========================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -29064,11 +29064,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 62 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_inode_trees (tag 191) =========================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -29078,11 +29078,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_5 | +-----------------------+----------+------------------------------------+ - - + + other_inode_trees (tag 192) =========================== - + +--------------+----------+------------------------+ | Name | Size | Contents | +==============+==========+========================+ @@ -29090,11 +29090,11 @@ Full description +--------------+----------+------------------------+ | Context_hash | 32 bytes | bytes | +--------------+----------+------------------------+ - - + + other_inode_trees (tag 208) =========================== - + +-----------------+----------------------+------------------------+ | Name | Size | Contents | +=================+======================+========================+ @@ -29106,11 +29106,11 @@ Full description +-----------------+----------------------+------------------------+ | Unnamed field 2 | Determined from data | $inode_tree | +-----------------+----------------------+------------------------+ - - + + other_inode_trees (tag 209) =========================== - + +-----------------+----------------------+------------------------------------+ | Name | Size | Contents | +=================+======================+====================================+ @@ -29122,11 +29122,11 @@ Full description +-----------------+----------------------+------------------------------------+ | Unnamed field 2 | Determined from data | $inode_tree | +-----------------+----------------------+------------------------------------+ - - + + other_inode_trees (tag 210) =========================== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -29138,11 +29138,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 2 | Determined from data | $inode_tree | +-----------------+----------------------+----------------------------------+ - - + + other_inode_trees (tag 211) =========================== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -29154,24 +29154,24 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 2 | Determined from data | $inode_tree | +-----------------+----------------------+----------------------------------+ - - + + other_inode_trees (tag 224) =========================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + tree_encoding (Determined from data, 8-bit tag) *********************************************** - + Inode (tag 0) ============= - + +-----------------+--------+------------------------+ | Name | Size | Contents | +=================+========+========================+ @@ -29179,11 +29179,11 @@ Full description +-----------------+--------+------------------------+ | Unnamed field 0 | 1 byte | unsigned 8-bit integer | +-----------------+--------+------------------------+ - - + + Inode (tag 1) ============= - + +-----------------+---------+------------------------------------+ | Name | Size | Contents | +=================+=========+====================================+ @@ -29191,11 +29191,11 @@ Full description +-----------------+---------+------------------------------------+ | Unnamed field 0 | 2 bytes | unsigned 16-bit big-endian integer | +-----------------+---------+------------------------------------+ - - + + Inode (tag 2) ============= - + +-----------------+---------+----------------------------------+ | Name | Size | Contents | +=================+=========+==================================+ @@ -29203,11 +29203,11 @@ Full description +-----------------+---------+----------------------------------+ | Unnamed field 0 | 4 bytes | signed 32-bit big-endian integer | +-----------------+---------+----------------------------------+ - - + + Inode (tag 3) ============= - + +-----------------+---------+----------------------------------+ | Name | Size | Contents | +=================+=========+==================================+ @@ -29215,11 +29215,11 @@ Full description +-----------------+---------+----------------------------------+ | Unnamed field 0 | 8 bytes | signed 64-bit big-endian integer | +-----------------+---------+----------------------------------+ - - + + Inode (tag 4) ============= - + +-----------------+----------------------+------------------------------+ | Name | Size | Contents | +=================+======================+==============================+ @@ -29229,11 +29229,11 @@ Full description +-----------------+----------------------+------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 1 $X_132 | +-----------------+----------------------+------------------------------+ - - + + Inode (tag 5) ============= - + +-----------------+----------------------+------------------------------------+ | Name | Size | Contents | +=================+======================+====================================+ @@ -29243,11 +29243,11 @@ Full description +-----------------+----------------------+------------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 1 $X_132 | +-----------------+----------------------+------------------------------------+ - - + + Inode (tag 6) ============= - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -29257,11 +29257,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 1 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode (tag 7) ============= - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -29271,11 +29271,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 1 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode (tag 8) ============= - + +-----------------+----------------------+------------------------------+ | Name | Size | Contents | +=================+======================+==============================+ @@ -29285,11 +29285,11 @@ Full description +-----------------+----------------------+------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 2 $X_132 | +-----------------+----------------------+------------------------------+ - - + + Inode (tag 9) ============= - + +-----------------+----------------------+------------------------------------+ | Name | Size | Contents | +=================+======================+====================================+ @@ -29299,11 +29299,11 @@ Full description +-----------------+----------------------+------------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 2 $X_132 | +-----------------+----------------------+------------------------------------+ - - + + Inode (tag 10) ============== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -29313,11 +29313,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 2 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode (tag 11) ============== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -29327,11 +29327,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 2 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode (tag 12) ============== - + +-----------------+----------------------+------------------------------+ | Name | Size | Contents | +=================+======================+==============================+ @@ -29341,11 +29341,11 @@ Full description +-----------------+----------------------+------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 3 $X_132 | +-----------------+----------------------+------------------------------+ - - + + Inode (tag 13) ============== - + +-----------------+----------------------+------------------------------------+ | Name | Size | Contents | +=================+======================+====================================+ @@ -29355,11 +29355,11 @@ Full description +-----------------+----------------------+------------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 3 $X_132 | +-----------------+----------------------+------------------------------------+ - - + + Inode (tag 14) ============== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -29369,11 +29369,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 3 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode (tag 15) ============== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -29383,11 +29383,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 3 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode (tag 16) ============== - + +-----------------+----------------------+------------------------------+ | Name | Size | Contents | +=================+======================+==============================+ @@ -29397,11 +29397,11 @@ Full description +-----------------+----------------------+------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 4 $X_132 | +-----------------+----------------------+------------------------------+ - - + + Inode (tag 17) ============== - + +-----------------+----------------------+------------------------------------+ | Name | Size | Contents | +=================+======================+====================================+ @@ -29411,11 +29411,11 @@ Full description +-----------------+----------------------+------------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 4 $X_132 | +-----------------+----------------------+------------------------------------+ - - + + Inode (tag 18) ============== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -29425,11 +29425,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 4 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode (tag 19) ============== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -29439,11 +29439,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 4 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode (tag 20) ============== - + +-----------------+----------------------+------------------------------+ | Name | Size | Contents | +=================+======================+==============================+ @@ -29453,11 +29453,11 @@ Full description +-----------------+----------------------+------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 5 $X_132 | +-----------------+----------------------+------------------------------+ - - + + Inode (tag 21) ============== - + +-----------------+----------------------+------------------------------------+ | Name | Size | Contents | +=================+======================+====================================+ @@ -29467,11 +29467,11 @@ Full description +-----------------+----------------------+------------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 5 $X_132 | +-----------------+----------------------+------------------------------------+ - - + + Inode (tag 22) ============== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -29481,11 +29481,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 5 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode (tag 23) ============== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -29495,11 +29495,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 5 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode (tag 24) ============== - + +-----------------+----------------------+------------------------------+ | Name | Size | Contents | +=================+======================+==============================+ @@ -29509,11 +29509,11 @@ Full description +-----------------+----------------------+------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 6 $X_132 | +-----------------+----------------------+------------------------------+ - - + + Inode (tag 25) ============== - + +-----------------+----------------------+------------------------------------+ | Name | Size | Contents | +=================+======================+====================================+ @@ -29523,11 +29523,11 @@ Full description +-----------------+----------------------+------------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 6 $X_132 | +-----------------+----------------------+------------------------------------+ - - + + Inode (tag 26) ============== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -29537,11 +29537,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 6 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode (tag 27) ============== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -29551,11 +29551,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 6 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode (tag 28) ============== - + +-----------------+----------------------+------------------------------+ | Name | Size | Contents | +=================+======================+==============================+ @@ -29565,11 +29565,11 @@ Full description +-----------------+----------------------+------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 7 $X_132 | +-----------------+----------------------+------------------------------+ - - + + Inode (tag 29) ============== - + +-----------------+----------------------+------------------------------------+ | Name | Size | Contents | +=================+======================+====================================+ @@ -29579,11 +29579,11 @@ Full description +-----------------+----------------------+------------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 7 $X_132 | +-----------------+----------------------+------------------------------------+ - - + + Inode (tag 30) ============== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -29593,11 +29593,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 7 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode (tag 31) ============== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -29607,11 +29607,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 7 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode (tag 32) ============== - + +-----------------+----------------------+------------------------------+ | Name | Size | Contents | +=================+======================+==============================+ @@ -29621,11 +29621,11 @@ Full description +-----------------+----------------------+------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 8 $X_132 | +-----------------+----------------------+------------------------------+ - - + + Inode (tag 33) ============== - + +-----------------+----------------------+------------------------------------+ | Name | Size | Contents | +=================+======================+====================================+ @@ -29635,11 +29635,11 @@ Full description +-----------------+----------------------+------------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 8 $X_132 | +-----------------+----------------------+------------------------------------+ - - + + Inode (tag 34) ============== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -29649,11 +29649,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 8 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode (tag 35) ============== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -29663,11 +29663,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 8 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode (tag 36) ============== - + +-----------------+----------------------+------------------------------+ | Name | Size | Contents | +=================+======================+==============================+ @@ -29677,11 +29677,11 @@ Full description +-----------------+----------------------+------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 9 $X_132 | +-----------------+----------------------+------------------------------+ - - + + Inode (tag 37) ============== - + +-----------------+----------------------+------------------------------------+ | Name | Size | Contents | +=================+======================+====================================+ @@ -29691,11 +29691,11 @@ Full description +-----------------+----------------------+------------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 9 $X_132 | +-----------------+----------------------+------------------------------------+ - - + + Inode (tag 38) ============== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -29705,11 +29705,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 9 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode (tag 39) ============== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -29719,11 +29719,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 9 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode (tag 40) ============== - + +-----------------+----------------------+-------------------------------+ | Name | Size | Contents | +=================+======================+===============================+ @@ -29733,11 +29733,11 @@ Full description +-----------------+----------------------+-------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 10 $X_132 | +-----------------+----------------------+-------------------------------+ - - + + Inode (tag 41) ============== - + +-----------------+----------------------+------------------------------------+ | Name | Size | Contents | +=================+======================+====================================+ @@ -29747,11 +29747,11 @@ Full description +-----------------+----------------------+------------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 10 $X_132 | +-----------------+----------------------+------------------------------------+ - - + + Inode (tag 42) ============== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -29761,11 +29761,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 10 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode (tag 43) ============== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -29775,11 +29775,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 10 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode (tag 44) ============== - + +-----------------+----------------------+-------------------------------+ | Name | Size | Contents | +=================+======================+===============================+ @@ -29789,11 +29789,11 @@ Full description +-----------------+----------------------+-------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 11 $X_132 | +-----------------+----------------------+-------------------------------+ - - + + Inode (tag 45) ============== - + +-----------------+----------------------+------------------------------------+ | Name | Size | Contents | +=================+======================+====================================+ @@ -29803,11 +29803,11 @@ Full description +-----------------+----------------------+------------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 11 $X_132 | +-----------------+----------------------+------------------------------------+ - - + + Inode (tag 46) ============== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -29817,11 +29817,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 11 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode (tag 47) ============== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -29831,11 +29831,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 11 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode (tag 48) ============== - + +-----------------+----------------------+-------------------------------+ | Name | Size | Contents | +=================+======================+===============================+ @@ -29845,11 +29845,11 @@ Full description +-----------------+----------------------+-------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 12 $X_132 | +-----------------+----------------------+-------------------------------+ - - + + Inode (tag 49) ============== - + +-----------------+----------------------+------------------------------------+ | Name | Size | Contents | +=================+======================+====================================+ @@ -29859,11 +29859,11 @@ Full description +-----------------+----------------------+------------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 12 $X_132 | +-----------------+----------------------+------------------------------------+ - - + + Inode (tag 50) ============== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -29873,11 +29873,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 12 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode (tag 51) ============== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -29887,11 +29887,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 12 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode (tag 52) ============== - + +-----------------+----------------------+-------------------------------+ | Name | Size | Contents | +=================+======================+===============================+ @@ -29901,11 +29901,11 @@ Full description +-----------------+----------------------+-------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 13 $X_132 | +-----------------+----------------------+-------------------------------+ - - + + Inode (tag 53) ============== - + +-----------------+----------------------+------------------------------------+ | Name | Size | Contents | +=================+======================+====================================+ @@ -29915,11 +29915,11 @@ Full description +-----------------+----------------------+------------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 13 $X_132 | +-----------------+----------------------+------------------------------------+ - - + + Inode (tag 54) ============== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -29929,11 +29929,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 13 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode (tag 55) ============== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -29943,11 +29943,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 13 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode (tag 56) ============== - + +-----------------+----------------------+-------------------------------+ | Name | Size | Contents | +=================+======================+===============================+ @@ -29957,11 +29957,11 @@ Full description +-----------------+----------------------+-------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 14 $X_132 | +-----------------+----------------------+-------------------------------+ - - + + Inode (tag 57) ============== - + +-----------------+----------------------+------------------------------------+ | Name | Size | Contents | +=================+======================+====================================+ @@ -29971,11 +29971,11 @@ Full description +-----------------+----------------------+------------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 14 $X_132 | +-----------------+----------------------+------------------------------------+ - - + + Inode (tag 58) ============== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -29985,11 +29985,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 14 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode (tag 59) ============== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -29999,11 +29999,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 14 $X_132 | +-----------------+----------------------+----------------------------------+ - - + + Inode (tag 60) ============== - + +-----------------+----------------------+------------------------+ | Name | Size | Contents | +=================+======================+========================+ @@ -30013,11 +30013,11 @@ Full description +-----------------+----------------------+------------------------+ | Unnamed field 1 | Determined from data | $X_131 | +-----------------+----------------------+------------------------+ - - + + Inode (tag 61) ============== - + +-----------------+----------------------+------------------------------------+ | Name | Size | Contents | +=================+======================+====================================+ @@ -30027,11 +30027,11 @@ Full description +-----------------+----------------------+------------------------------------+ | Unnamed field 1 | Determined from data | $X_131 | +-----------------+----------------------+------------------------------------+ - - + + Inode (tag 62) ============== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -30041,11 +30041,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | $X_131 | +-----------------+----------------------+----------------------------------+ - - + + Inode (tag 63) ============== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -30055,11 +30055,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 1 | Determined from data | $X_131 | +-----------------+----------------------+----------------------------------+ - - + + Inode (tag 64) ============== - + +-----------------+----------------------+------------------------------------+ | Name | Size | Contents | +=================+======================+====================================+ @@ -30069,11 +30069,11 @@ Full description +-----------------+----------------------+------------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 32 $inode_tree | +-----------------+----------------------+------------------------------------+ - - + + Inode (tag 65) ============== - + +-----------------+----------------------+------------------------------------+ | Name | Size | Contents | +=================+======================+====================================+ @@ -30083,11 +30083,11 @@ Full description +-----------------+----------------------+------------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 32 $inode_tree | +-----------------+----------------------+------------------------------------+ - - + + Inode (tag 66) ============== - + +-----------------+----------------------+------------------------------------+ | Name | Size | Contents | +=================+======================+====================================+ @@ -30097,11 +30097,11 @@ Full description +-----------------+----------------------+------------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 32 $inode_tree | +-----------------+----------------------+------------------------------------+ - - + + Inode (tag 67) ============== - + +-----------------+----------------------+------------------------------------+ | Name | Size | Contents | +=================+======================+====================================+ @@ -30111,21 +30111,21 @@ Full description +-----------------+----------------------+------------------------------------+ | Unnamed field 1 | Determined from data | sequence of exactly 32 $inode_tree | +-----------------+----------------------+------------------------------------+ - - + + other_trees (tag 128) ===================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + other_trees (tag 129) ===================== - + +-----------------+----------+----------------------------+ | Name | Size | Contents | +=================+==========+============================+ @@ -30133,11 +30133,11 @@ Full description +-----------------+----------+----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 1 $X_5 | +-----------------+----------+----------------------------+ - - + + other_trees (tag 130) ===================== - + +-----------------+----------+----------------------------+ | Name | Size | Contents | +=================+==========+============================+ @@ -30145,11 +30145,11 @@ Full description +-----------------+----------+----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 2 $X_5 | +-----------------+----------+----------------------------+ - - + + other_trees (tag 131) ===================== - + +-----------------+----------+----------------------------+ | Name | Size | Contents | +=================+==========+============================+ @@ -30157,11 +30157,11 @@ Full description +-----------------+----------+----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 3 $X_5 | +-----------------+----------+----------------------------+ - - + + other_trees (tag 132) ===================== - + +-----------------+----------+----------------------------+ | Name | Size | Contents | +=================+==========+============================+ @@ -30169,11 +30169,11 @@ Full description +-----------------+----------+----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 4 $X_5 | +-----------------+----------+----------------------------+ - - + + other_trees (tag 133) ===================== - + +-----------------+----------+----------------------------+ | Name | Size | Contents | +=================+==========+============================+ @@ -30181,11 +30181,11 @@ Full description +-----------------+----------+----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 5 $X_5 | +-----------------+----------+----------------------------+ - - + + other_trees (tag 134) ===================== - + +-----------------+----------+----------------------------+ | Name | Size | Contents | +=================+==========+============================+ @@ -30193,11 +30193,11 @@ Full description +-----------------+----------+----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 6 $X_5 | +-----------------+----------+----------------------------+ - - + + other_trees (tag 135) ===================== - + +-----------------+----------+----------------------------+ | Name | Size | Contents | +=================+==========+============================+ @@ -30205,11 +30205,11 @@ Full description +-----------------+----------+----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 7 $X_5 | +-----------------+----------+----------------------------+ - - + + other_trees (tag 136) ===================== - + +-----------------+----------+----------------------------+ | Name | Size | Contents | +=================+==========+============================+ @@ -30217,11 +30217,11 @@ Full description +-----------------+----------+----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 8 $X_5 | +-----------------+----------+----------------------------+ - - + + other_trees (tag 137) ===================== - + +-----------------+----------+----------------------------+ | Name | Size | Contents | +=================+==========+============================+ @@ -30229,11 +30229,11 @@ Full description +-----------------+----------+----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 9 $X_5 | +-----------------+----------+----------------------------+ - - + + other_trees (tag 138) ===================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -30241,11 +30241,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 10 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_trees (tag 139) ===================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -30253,11 +30253,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 11 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_trees (tag 140) ===================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -30265,11 +30265,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 12 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_trees (tag 141) ===================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -30277,11 +30277,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 13 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_trees (tag 142) ===================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -30289,11 +30289,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 14 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_trees (tag 143) ===================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -30301,11 +30301,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 15 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_trees (tag 144) ===================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -30313,11 +30313,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 16 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_trees (tag 145) ===================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -30325,11 +30325,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 17 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_trees (tag 146) ===================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -30337,11 +30337,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 18 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_trees (tag 147) ===================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -30349,11 +30349,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 19 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_trees (tag 148) ===================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -30361,11 +30361,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 20 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_trees (tag 149) ===================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -30373,11 +30373,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 21 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_trees (tag 150) ===================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -30385,11 +30385,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 22 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_trees (tag 151) ===================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -30397,11 +30397,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 23 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_trees (tag 152) ===================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -30409,11 +30409,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 24 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_trees (tag 153) ===================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -30421,11 +30421,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 25 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_trees (tag 154) ===================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -30433,11 +30433,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 26 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_trees (tag 155) ===================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -30445,11 +30445,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 27 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_trees (tag 156) ===================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -30457,11 +30457,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 28 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_trees (tag 157) ===================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -30469,11 +30469,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 29 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_trees (tag 158) ===================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -30481,11 +30481,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 30 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_trees (tag 159) ===================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -30493,11 +30493,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 31 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_trees (tag 160) ===================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -30505,11 +30505,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 32 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_trees (tag 161) ===================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -30517,11 +30517,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 33 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_trees (tag 162) ===================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -30529,11 +30529,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 34 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_trees (tag 163) ===================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -30541,11 +30541,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 35 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_trees (tag 164) ===================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -30553,11 +30553,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 36 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_trees (tag 165) ===================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -30565,11 +30565,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 37 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_trees (tag 166) ===================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -30577,11 +30577,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 38 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_trees (tag 167) ===================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -30589,11 +30589,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 39 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_trees (tag 168) ===================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -30601,11 +30601,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 40 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_trees (tag 169) ===================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -30613,11 +30613,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 41 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_trees (tag 170) ===================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -30625,11 +30625,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 42 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_trees (tag 171) ===================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -30637,11 +30637,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 43 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_trees (tag 172) ===================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -30649,11 +30649,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 44 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_trees (tag 173) ===================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -30661,11 +30661,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 45 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_trees (tag 174) ===================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -30673,11 +30673,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 46 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_trees (tag 175) ===================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -30685,11 +30685,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 47 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_trees (tag 176) ===================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -30697,11 +30697,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 48 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_trees (tag 177) ===================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -30709,11 +30709,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 49 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_trees (tag 178) ===================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -30721,11 +30721,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 50 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_trees (tag 179) ===================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -30733,11 +30733,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 51 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_trees (tag 180) ===================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -30745,11 +30745,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 52 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_trees (tag 181) ===================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -30757,11 +30757,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 53 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_trees (tag 182) ===================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -30769,11 +30769,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 54 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_trees (tag 183) ===================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -30781,11 +30781,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 55 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_trees (tag 184) ===================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -30793,11 +30793,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 56 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_trees (tag 185) ===================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -30805,11 +30805,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 57 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_trees (tag 186) ===================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -30817,11 +30817,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 58 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_trees (tag 187) ===================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -30829,11 +30829,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 59 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_trees (tag 188) ===================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -30841,11 +30841,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 60 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_trees (tag 189) ===================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -30853,11 +30853,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 61 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_trees (tag 190) ===================== - + +-----------------+----------+-----------------------------+ | Name | Size | Contents | +=================+==========+=============================+ @@ -30865,11 +30865,11 @@ Full description +-----------------+----------+-----------------------------+ | Unnamed field 0 | Variable | sequence of exactly 62 $X_5 | +-----------------+----------+-----------------------------+ - - + + other_trees (tag 191) ===================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -30879,11 +30879,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_5 | +-----------------------+----------+------------------------------------+ - - + + other_trees (tag 192) ===================== - + +-----------------------+----------+------------------------+ | Name | Size | Contents | +=======================+==========+========================+ @@ -30893,11 +30893,11 @@ Full description +-----------------------+----------+------------------------+ | Unnamed field 0 | Variable | bytes | +-----------------------+----------+------------------------+ - - + + other_trees (tag 193) ===================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -30907,11 +30907,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + other_trees (tag 195) ===================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -30921,11 +30921,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + other_trees (tag 200) ===================== - + +--------------+----------+------------------------+ | Name | Size | Contents | +==============+==========+========================+ @@ -30933,11 +30933,11 @@ Full description +--------------+----------+------------------------+ | Context_hash | 32 bytes | bytes | +--------------+----------+------------------------+ - - + + other_trees (tag 208) ===================== - + +--------------+----------+------------------------+ | Name | Size | Contents | +==============+==========+========================+ @@ -30945,11 +30945,11 @@ Full description +--------------+----------+------------------------+ | Context_hash | 32 bytes | bytes | +--------------+----------+------------------------+ - - + + other_trees (tag 216) ===================== - + +-----------------+----------------------+------------------------+ | Name | Size | Contents | +=================+======================+========================+ @@ -30961,11 +30961,11 @@ Full description +-----------------+----------------------+------------------------+ | Unnamed field 2 | Determined from data | $inode_tree | +-----------------+----------------------+------------------------+ - - + + other_trees (tag 217) ===================== - + +-----------------+----------------------+------------------------------------+ | Name | Size | Contents | +=================+======================+====================================+ @@ -30977,11 +30977,11 @@ Full description +-----------------+----------------------+------------------------------------+ | Unnamed field 2 | Determined from data | $inode_tree | +-----------------+----------------------+------------------------------------+ - - + + other_trees (tag 218) ===================== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -30993,11 +30993,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 2 | Determined from data | $inode_tree | +-----------------+----------------------+----------------------------------+ - - + + other_trees (tag 219) ===================== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -31009,24 +31009,24 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 2 | Determined from data | $inode_tree | +-----------------+----------------------+----------------------------------+ - - + + other_trees (tag 224) ===================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + X_53820 (Determined from data, 8-bit tag) ***************************************** - + case_0 (tag 0) ============== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -31040,11 +31040,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 3 | Determined from data | $tree_encoding | +-----------------+----------------------+----------------------------------+ - - + + case_1 (tag 1) ============== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -31058,11 +31058,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 3 | Determined from data | $tree_encoding | +-----------------+----------------------+----------------------------------+ - - + + case_2 (tag 2) ============== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -31076,11 +31076,11 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 3 | Determined from data | $tree_encoding | +-----------------+----------------------+----------------------------------+ - - + + case_3 (tag 3) ============== - + +-----------------+----------------------+----------------------------------+ | Name | Size | Contents | +=================+======================+==================================+ @@ -31094,24 +31094,24 @@ Full description +-----------------+----------------------+----------------------------------+ | Unnamed field 3 | Determined from data | $tree_encoding | +-----------------+----------------------+----------------------------------+ - - + + X_53821 (Determined from data, 8-bit tag) ***************************************** - + None (tag 0) ============ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Some (tag 1) ============ - + +-----------------+----------------------+------------------------+ | Name | Size | Contents | +=================+======================+========================+ @@ -31119,10 +31119,10 @@ Full description +-----------------+----------------------+------------------------+ | Unnamed field 0 | Determined from data | $X_53820 | +-----------------+----------------------+------------------------+ - +
- + .. _GET_..--block_id--context--nonces--block_level : @@ -31130,7 +31130,7 @@ Full description **GET ..//context/nonces/** .. raw:: html - +
@@ -31162,14 +31162,14 @@ Full description +=================+======================+==========+ | Unnamed field 0 | Determined from data | $X_0 | +-----------------+----------------------+----------+ - - + + X_0 (Determined from data, 8-bit tag) ************************************* - + Revealed (tag 0) ================ - + +-------+----------+------------------------+ | Name | Size | Contents | +=======+==========+========================+ @@ -31177,11 +31177,11 @@ Full description +-------+----------+------------------------+ | nonce | 32 bytes | bytes | +-------+----------+------------------------+ - - + + Missing (tag 1) =============== - + +------+----------+------------------------+ | Name | Size | Contents | +======+==========+========================+ @@ -31189,20 +31189,20 @@ Full description +------+----------+------------------------+ | hash | 32 bytes | bytes | +------+----------+------------------------+ - - + + Forgotten (tag 2) ================= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - +
- + .. _GET_..--block_id--context--protocol--first_level : @@ -31210,7 +31210,7 @@ Full description **GET ..//context/protocol/first_level** .. raw:: html - +
@@ -31229,11 +31229,11 @@ Full description +=================+=========+==================================+ | Unnamed field 0 | 4 bytes | signed 32-bit big-endian integer | +-----------------+---------+----------------------------------+ - - + +
- + .. _GET_..--block_id--context--raw--bytes : @@ -31241,7 +31241,7 @@ Full description **GET ..//context/raw/bytes(/)*?[depth=]** .. raw:: html - +
@@ -31267,11 +31267,11 @@ Full description +=================+======================+==============+ | Unnamed field 0 | Determined from data | $raw_context | +-----------------+----------------------+--------------+ - - + + X_1 *** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -31279,11 +31279,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + X_0 *** - + +-----------------+----------------------+--------------+ | Name | Size | Contents | +=================+======================+==============+ @@ -31291,14 +31291,14 @@ Full description +-----------------+----------------------+--------------+ | Unnamed field 1 | Determined from data | $raw_context | +-----------------+----------------------+--------------+ - - + + raw_context (Determined from data, 8-bit tag) ********************************************* - + Key (tag 0) =========== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -31308,11 +31308,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + Dir (tag 1) =========== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -31322,20 +31322,20 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_0 | +-----------------------+----------+------------------------------------+ - - + + Cut (tag 2) =========== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - +
- + .. _GET_..--block_id--context--sapling--sapling_state_id--get_diff : @@ -31343,7 +31343,7 @@ Full description **GET ..//context/sapling//get_diff?[offset_commitment=]&[offset_nullifier=]** .. raw:: html - +
@@ -31385,11 +31385,11 @@ Full description +-----------------------------+----------+------------------------------------+ | nullifiers | Variable | sequence of bytes | +-----------------------------+----------+------------------------------------+ - - + + sapling.transaction.ciphertext ****************************** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -31407,11 +31407,11 @@ Full description +-----------------------+----------+------------------------------------+ | nonce_out | 24 bytes | bytes | +-----------------------+----------+------------------------------------+ - - + + X_0 *** - + +-----------------+----------------------+---------------------------------+ | Name | Size | Contents | +=================+======================+=================================+ @@ -31419,10 +31419,10 @@ Full description +-----------------+----------------------+---------------------------------+ | Unnamed field 1 | Determined from data | $sapling.transaction.ciphertext | +-----------------+----------------------+---------------------------------+ - +
- + .. _POST_..--block_id--context--seed : @@ -31430,7 +31430,7 @@ Full description **POST ..//context/seed** .. raw:: html - +
@@ -31460,11 +31460,11 @@ Full description +=================+==========+==========+ | Unnamed field 0 | 32 bytes | bytes | +-----------------+----------+----------+ - - + +
- + .. _GET_..--block_id--context--seed_computation : @@ -31472,7 +31472,7 @@ Full description **GET ..//context/seed_computation** .. raw:: html - +
@@ -31497,24 +31497,24 @@ Full description +=================+======================+==========+ | Unnamed field 0 | Determined from data | $X_0 | +-----------------+----------------------+----------+ - - + + X_0 (Determined from data, 8-bit tag) ************************************* - + Nonce revelation stage (tag 0) ============================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + VDF revelation stage (tag 1) ============================ - + +-------------------+----------+------------------------+ | Name | Size | Contents | +===================+==========+========================+ @@ -31524,20 +31524,20 @@ Full description +-------------------+----------+------------------------+ | seed_challenge | 32 bytes | bytes | +-------------------+----------+------------------------+ - - + + Computation finished (tag 2) ============================ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - +
- + .. _GET_..--block_id--context--smart_rollups--all : @@ -31545,7 +31545,7 @@ Full description **GET ..//context/smart_rollups/all** .. raw:: html - +
@@ -31574,18 +31574,18 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of bytes | +-----------------------+----------+------------------------------------+ - - + +
- + .. _GET_..--block_id--context--smart_rollups--all--inbox : **GET ..//context/smart_rollups/all/inbox** .. raw:: html - +
@@ -31628,23 +31628,23 @@ Full description +---------------------+----------------------+----------------------------------+ | old_levels_messages | Determined from data | $X_0 | +---------------------+----------------------+----------------------------------+ - - + + N.t *** - + A variable-length sequence of bytes encoding a Zarith natural number. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). Size bits ignored, the data is the binary representation of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | N.t | Determined from data | bytes | +------+----------------------+----------+ - - + + X_1 *** - + +-------+----------+----------------------------------+ | Name | Size | Contents | +=======+==========+==================================+ @@ -31652,11 +31652,11 @@ Full description +-------+----------+----------------------------------+ | level | 4 bytes | signed 32-bit big-endian integer | +-------+----------+----------------------------------+ - - + + X_0 *** - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -31668,10 +31668,10 @@ Full description +-----------------------+----------------------+------------------------------------+ | back_pointers | Variable | sequence of bytes | +-----------------------+----------------------+------------------------------------+ - +
- + .. _GET_..--block_id--context--smart_rollups--smart_rollup--smart_rollup_address--commitment--smart_rollup_commitment_hash : @@ -31679,7 +31679,7 @@ Full description **GET ..//context/smart_rollups/smart_rollup//commitment/** .. raw:: html - +
@@ -31722,18 +31722,18 @@ Full description +------------------+----------+----------------------------------+ | number_of_ticks | 8 bytes | signed 64-bit big-endian integer | +------------------+----------+----------------------------------+ - - + +
- + .. _GET_..--block_id--context--smart_rollups--smart_rollup--smart_rollup_address--commitment--smart_rollup_commitment_hash--can_be_cemented : **GET ..//context/smart_rollups/smart_rollup//commitment//can_be_cemented** .. raw:: html - +
@@ -31752,11 +31752,11 @@ Full description +=================+========+=====================================+ | Unnamed field 0 | 1 byte | boolean (0 for false, 255 for true) | +-----------------+--------+-------------------------------------+ - - + +
- + .. _GET_..--block_id--context--smart_rollups--smart_rollup--smart_rollup_address--commitment--smart_rollup_commitment_hash--stakers_indexes : @@ -31764,7 +31764,7 @@ Full description **GET ..//context/smart_rollups/smart_rollup//commitment//stakers_indexes** .. raw:: html - +
@@ -31789,22 +31789,22 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $N.t | +-----------------------+----------+------------------------------------+ - - + + N.t *** - + A variable-length sequence of bytes encoding a Zarith natural number. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). Size bits ignored, the data is the binary representation of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | N.t | Determined from data | bytes | +------+----------------------+----------+ - +
- + .. _GET_..--block_id--context--smart_rollups--smart_rollup--smart_rollup_address--consumed_outputs--block_level : @@ -31812,7 +31812,7 @@ Full description **GET ..//context/smart_rollups/smart_rollup//consumed_outputs/** .. raw:: html - +
@@ -31833,11 +31833,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------+ | Unnamed field 0 | Variable | sequence of signed 31-bit big-endian integer in the range -1073741824 to 1073741823 | +-----------------------+----------+-------------------------------------------------------------------------------------+ - - + +
- + .. _GET_..--block_id--context--smart_rollups--smart_rollup--smart_rollup_address--genesis_info : @@ -31845,7 +31845,7 @@ Full description **GET ..//context/smart_rollups/smart_rollup//genesis_info** .. raw:: html - +
@@ -31875,11 +31875,11 @@ Full description +-----------------+----------+----------------------------------+ | commitment_hash | 32 bytes | bytes | +-----------------+----------+----------------------------------+ - - + +
- + .. _GET_..--block_id--context--smart_rollups--smart_rollup--smart_rollup_address--inbox_level--block_level--commitments : @@ -31887,7 +31887,7 @@ Full description **GET ..//context/smart_rollups/smart_rollup//inbox_level//commitments** .. raw:: html - +
@@ -31914,24 +31914,24 @@ Full description +=================+======================+==========+ | Unnamed field 0 | Determined from data | $X_0 | +-----------------+----------------------+----------+ - - + + X_0 (Determined from data, 8-bit tag) ************************************* - + None (tag 0) ============ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Some (tag 1) ============ - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -31941,10 +31941,10 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of bytes | +-----------------------+----------+------------------------------------+ - +
- + .. _GET_..--block_id--context--smart_rollups--smart_rollup--smart_rollup_address--kind : @@ -31952,7 +31952,7 @@ Full description **GET ..//context/smart_rollups/smart_rollup//kind** .. raw:: html - +
@@ -31971,11 +31971,11 @@ Full description +=================+========+==========+ | Unnamed field 0 | 1 byte | $X_0 | +-----------------+--------+----------+ - - + + X_0 (Enumeration: unsigned 8-bit integer): ****************************************** - + +-------------+----------------+ | Case number | Encoded string | +=============+================+ @@ -31985,10 +31985,10 @@ Full description +-------------+----------------+ | 2 | riscv | +-------------+----------------+ - +
- + .. _GET_..--block_id--context--smart_rollups--smart_rollup--smart_rollup_address--last_cemented_commitment_hash_with_level : @@ -31996,7 +31996,7 @@ Full description **GET ..//context/smart_rollups/smart_rollup//last_cemented_commitment_hash_with_level** .. raw:: html - +
@@ -32026,11 +32026,11 @@ Full description +-------+----------+----------------------------------+ | level | 4 bytes | signed 32-bit big-endian integer | +-------+----------+----------------------------------+ - - + +
- + .. _GET_..--block_id--context--smart_rollups--smart_rollup--smart_rollup_address--last_whitelist_update : @@ -32038,7 +32038,7 @@ Full description **GET ..//context/smart_rollups/smart_rollup//last_whitelist_update** .. raw:: html - +
@@ -32065,36 +32065,36 @@ Full description +=================+======================+==========+ | Unnamed field 0 | Determined from data | $X_0 | +-----------------+----------------------+----------+ - - + + N.t *** - + A variable-length sequence of bytes encoding a Zarith natural number. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). Size bits ignored, the data is the binary representation of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | N.t | Determined from data | bytes | +------+----------------------+----------+ - - + + X_0 (Determined from data, 8-bit tag) ************************************* - + None (tag 0) ============ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Some (tag 1) ============ - + +---------------+----------------------+----------------------------------+ | Name | Size | Contents | +===============+======================+==================================+ @@ -32104,10 +32104,10 @@ Full description +---------------+----------------------+----------------------------------+ | outbox_level | 4 bytes | signed 32-bit big-endian integer | +---------------+----------------------+----------------------------------+ - +
- + .. _GET_..--block_id--context--smart_rollups--smart_rollup--smart_rollup_address--staker--pkh--conflicts : @@ -32115,7 +32115,7 @@ Full description **GET ..//context/smart_rollups/smart_rollup//staker//conflicts** .. raw:: html - +
@@ -32166,14 +32166,14 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_0 | +-----------------------+----------+------------------------------------+ - - + + public_key_hash (21 bytes, 8-bit tag) ************************************* - + Ed25519 (tag 0) =============== - + +-------------------------+----------+------------------------+ | Name | Size | Contents | +=========================+==========+========================+ @@ -32181,11 +32181,11 @@ Full description +-------------------------+----------+------------------------+ | Ed25519.Public_key_hash | 20 bytes | bytes | +-------------------------+----------+------------------------+ - - + + Secp256k1 (tag 1) ================= - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -32193,11 +32193,11 @@ Full description +---------------------------+----------+------------------------+ | Secp256k1.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + P256 (tag 2) ============ - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -32205,11 +32205,11 @@ Full description +----------------------+----------+------------------------+ | P256.Public_key_hash | 20 bytes | bytes | +----------------------+----------+------------------------+ - - + + Bls (tag 3) =========== - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -32217,11 +32217,11 @@ Full description +---------------------------+----------+------------------------+ | Bls12_381.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + X_1 *** - + +------------------+----------+----------------------------------+ | Name | Size | Contents | +==================+==========+==================================+ @@ -32233,11 +32233,11 @@ Full description +------------------+----------+----------------------------------+ | number_of_ticks | 8 bytes | signed 64-bit big-endian integer | +------------------+----------+----------------------------------+ - - + + X_0 *** - + +-------------------+----------+------------------+ | Name | Size | Contents | +===================+==========+==================+ @@ -32249,10 +32249,10 @@ Full description +-------------------+----------+------------------+ | parent_commitment | 32 bytes | bytes | +-------------------+----------+------------------+ - +
- + .. _GET_..--block_id--context--smart_rollups--smart_rollup--smart_rollup_address--staker--pkh--games : @@ -32260,7 +32260,7 @@ Full description **GET ..//context/smart_rollups/smart_rollup//staker//games** .. raw:: html - +
@@ -32366,46 +32366,46 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_0 | +-----------------------+----------+------------------------------------+ - - + + X_2 (1 byte, 8-bit tag) *********************** - + Alice (tag 0) ============= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Bob (tag 1) =========== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + N.t *** - + A variable-length sequence of bytes encoding a Zarith natural number. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). Size bits ignored, the data is the binary representation of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | N.t | Determined from data | bytes | +------+----------------------+----------+ - - + + X_4 *** - + +-------+----------+----------------------------------+ | Name | Size | Contents | +=======+==========+==================================+ @@ -32413,11 +32413,11 @@ Full description +-------+----------+----------------------------------+ | level | 4 bytes | signed 32-bit big-endian integer | +-------+----------+----------------------------------+ - - + + X_3 *** - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -32429,14 +32429,14 @@ Full description +-----------------------+----------------------+------------------------------------+ | back_pointers | Variable | sequence of bytes | +-----------------------+----------------------+------------------------------------+ - - + + public_key_hash (21 bytes, 8-bit tag) ************************************* - + Ed25519 (tag 0) =============== - + +-------------------------+----------+------------------------+ | Name | Size | Contents | +=========================+==========+========================+ @@ -32444,11 +32444,11 @@ Full description +-------------------------+----------+------------------------+ | Ed25519.Public_key_hash | 20 bytes | bytes | +-------------------------+----------+------------------------+ - - + + Secp256k1 (tag 1) ================= - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -32456,11 +32456,11 @@ Full description +---------------------------+----------+------------------------+ | Secp256k1.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + P256 (tag 2) ============ - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -32468,11 +32468,11 @@ Full description +----------------------+----------+------------------------+ | P256.Public_key_hash | 20 bytes | bytes | +----------------------+----------+------------------------+ - - + + Bls (tag 3) =========== - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -32480,14 +32480,14 @@ Full description +---------------------------+----------+------------------------+ | Bls12_381.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + 024-PsD5wVTJ.contract_id (22 bytes, 8-bit tag) ********************************************** - + Implicit (tag 0) ================ - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -32495,11 +32495,11 @@ Full description +---------------------------+----------+------------------------+ | Signature.Public_key_hash | 21 bytes | $public_key_hash | +---------------------------+----------+------------------------+ - - + + Originated (tag 1) ================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -32509,14 +32509,14 @@ Full description +---------------+----------+------------------------+ | padding | 1 byte | padding | +---------------+----------+------------------------+ - - + + X_6 (54 bytes, 8-bit tag) ************************* - + v0 (tag 0) ========== - + +------------+----------+----------------------------------+ | Name | Size | Contents | +============+==========+==================================+ @@ -32528,14 +32528,14 @@ Full description +------------+----------+----------------------------------+ | commitment | 48 bytes | bytes | +------------+----------+----------------------------------+ - - + + X_7 (Determined from data, 8-bit tag) ************************************* - + unpublished (tag 2) =================== - + +-------+---------+----------------------------------+ | Name | Size | Contents | +=======+=========+==================================+ @@ -32545,11 +32545,11 @@ Full description +-------+---------+----------------------------------+ | index | 1 byte | unsigned 8-bit integer | +-------+---------+----------------------------------+ - - + + published (tag 3) ================= - + +-------------------+----------+-------------------------------------+ | Name | Size | Contents | +===================+==========+=====================================+ @@ -32565,11 +32565,11 @@ Full description +-------------------+----------+-------------------------------------+ | Unnamed field 0 | 54 bytes | $X_6 | +-------------------+----------+-------------------------------------+ - - + + X_5 *** - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -32581,14 +32581,14 @@ Full description +-----------------------+----------------------+------------------------------------+ | back_pointers | Variable | sequence of bytes | +-----------------------+----------------------+------------------------------------+ - - + + X_8 (Determined from data, 8-bit tag) ************************************* - + dal_skip_list_legacy (tag 0) ============================ - + +-----------+----------+------------------------+ | Name | Size | Contents | +===========+==========+========================+ @@ -32596,11 +32596,11 @@ Full description +-----------+----------+------------------------+ | skip_list | 57 bytes | bytes | +-----------+----------+------------------------+ - - + + dal_skip_list (tag 1) ===================== - + +-----------+----------------------+------------------------+ | Name | Size | Contents | +===========+======================+========================+ @@ -32608,11 +32608,11 @@ Full description +-----------+----------------------+------------------------+ | skip_list | Determined from data | $X_5 | +-----------+----------------------+------------------------+ - - + + X_9 *** - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -32622,14 +32622,14 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | tick | Determined from data | $N.t | +-----------------------------+----------------------+-------------------------------------+ - - + + X_12 (Determined from data, 8-bit tag) ************************************** - + Dissecting (tag 0) ================== - + +----------------------------+----------+------------------------------------+ | Name | Size | Contents | +============================+==========+====================================+ @@ -32641,11 +32641,11 @@ Full description +----------------------------+----------+------------------------------------+ | default_number_of_sections | 1 byte | unsigned 8-bit integer | +----------------------------+----------+------------------------------------+ - - + + Final_move (tag 1) ================== - + +--------------------+----------------------+------------------------+ | Name | Size | Contents | +====================+======================+========================+ @@ -32655,11 +32655,11 @@ Full description +--------------------+----------------------+------------------------+ | refuted_stop_chunk | Determined from data | $X_9 | +--------------------+----------------------+------------------------+ - - + + X_1 *** - + +----------------+----------------------+----------------------------------+ | Name | Size | Contents | +================+======================+==================================+ @@ -32675,11 +32675,11 @@ Full description +----------------+----------------------+----------------------------------+ | game_state | Determined from data | $X_12 | +----------------+----------------------+----------------------------------+ - - + + X_0 *** - + +-------+----------------------+------------------+ | Name | Size | Contents | +=======+======================+==================+ @@ -32689,10 +32689,10 @@ Full description +-------+----------------------+------------------+ | bob | 21 bytes | $public_key_hash | +-------+----------------------+------------------+ - +
- + .. _GET_..--block_id--context--smart_rollups--smart_rollup--smart_rollup_address--staker--pkh--index : @@ -32700,7 +32700,7 @@ Full description **GET ..//context/smart_rollups/smart_rollup//staker//index** .. raw:: html - +
@@ -32721,22 +32721,22 @@ Full description +=================+======================+==========+ | Unnamed field 0 | Determined from data | $N.t | +-----------------+----------------------+----------+ - - + + N.t *** - + A variable-length sequence of bytes encoding a Zarith natural number. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). Size bits ignored, the data is the binary representation of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | N.t | Determined from data | bytes | +------+----------------------+----------+ - +
- + .. _GET_..--block_id--context--smart_rollups--smart_rollup--smart_rollup_address--staker--pkh--staked_on_commitment : @@ -32744,7 +32744,7 @@ Full description **GET ..//context/smart_rollups/smart_rollup//staker//staked_on_commitment** .. raw:: html - +
@@ -32785,24 +32785,24 @@ Full description +=================+======================+==========+ | Unnamed field 0 | Determined from data | $X_0 | +-----------------+----------------------+----------+ - - + + X_0 (Determined from data, 8-bit tag) ************************************* - + None (tag 0) ============ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Some (tag 1) ============ - + +------------------+----------+----------------------------------+ | Name | Size | Contents | +==================+==========+==================================+ @@ -32818,10 +32818,10 @@ Full description +------------------+----------+----------------------------------+ | number_of_ticks | 8 bytes | signed 64-bit big-endian integer | +------------------+----------+----------------------------------+ - +
- + .. _GET_..--block_id--context--smart_rollups--smart_rollup--smart_rollup_address--staker1--staker1_pkh--staker2--staker2_pkh--timeout : @@ -32829,7 +32829,7 @@ Full description **GET ..//context/smart_rollups/smart_rollup//staker1//staker2//timeout** .. raw:: html - +
@@ -32853,24 +32853,24 @@ Full description +=================+======================+==========+ | Unnamed field 0 | Determined from data | $X_0 | +-----------------+----------------------+----------+ - - + + X_0 (Determined from data, 8-bit tag) ************************************* - + None (tag 0) ============ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Some (tag 1) ============ - + +-----------------+---------+-------------------------------------------------------------------------+ | Name | Size | Contents | +=================+=========+=========================================================================+ @@ -32882,10 +32882,10 @@ Full description +-----------------+---------+-------------------------------------------------------------------------+ | last_turn_level | 4 bytes | signed 32-bit big-endian integer | +-----------------+---------+-------------------------------------------------------------------------+ - +
- + .. _GET_..--block_id--context--smart_rollups--smart_rollup--smart_rollup_address--staker1--staker1_pkh--staker2--staker2_pkh--timeout_reached : @@ -32893,7 +32893,7 @@ Full description **GET ..//context/smart_rollups/smart_rollup//staker1//staker2//timeout_reached** .. raw:: html - +
@@ -32929,37 +32929,37 @@ Full description +=================+======================+==========+ | Unnamed field 0 | Determined from data | $X_2 | +-----------------+----------------------+----------+ - - + + X_0 (1 byte, 8-bit tag) *********************** - + Conflict_resolved (tag 0) ========================= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Timeout (tag 1) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + public_key_hash (21 bytes, 8-bit tag) ************************************* - + Ed25519 (tag 0) =============== - + +-------------------------+----------+------------------------+ | Name | Size | Contents | +=========================+==========+========================+ @@ -32967,11 +32967,11 @@ Full description +-------------------------+----------+------------------------+ | Ed25519.Public_key_hash | 20 bytes | bytes | +-------------------------+----------+------------------------+ - - + + Secp256k1 (tag 1) ================= - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -32979,11 +32979,11 @@ Full description +---------------------------+----------+------------------------+ | Secp256k1.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + P256 (tag 2) ============ - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -32991,11 +32991,11 @@ Full description +----------------------+----------+------------------------+ | P256.Public_key_hash | 20 bytes | bytes | +----------------------+----------+------------------------+ - - + + Bls (tag 3) =========== - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -33003,14 +33003,14 @@ Full description +---------------------------+----------+------------------------+ | Bls12_381.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + X_1 (Determined from data, 8-bit tag) ************************************* - + Loser (tag 0) ============= - + +--------+----------+------------------------+ | Name | Size | Contents | +========+==========+========================+ @@ -33020,34 +33020,34 @@ Full description +--------+----------+------------------------+ | player | 21 bytes | $public_key_hash | +--------+----------+------------------------+ - - + + Draw (tag 1) ============ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + X_2 (Determined from data, 8-bit tag) ************************************* - + None (tag 0) ============ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Some (tag 1) ============ - + +-----------------+----------------------+------------------------+ | Name | Size | Contents | +=================+======================+========================+ @@ -33055,10 +33055,10 @@ Full description +-----------------+----------------------+------------------------+ | Unnamed field 0 | Determined from data | $X_1 | +-----------------+----------------------+------------------------+ - +
- + .. _GET_..--block_id--context--smart_rollups--smart_rollup--smart_rollup_address--stakers : @@ -33066,7 +33066,7 @@ Full description **GET ..//context/smart_rollups/smart_rollup//stakers** .. raw:: html - +
@@ -33096,14 +33096,14 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $public_key_hash | +-----------------------+----------+------------------------------------+ - - + + public_key_hash (21 bytes, 8-bit tag) ************************************* - + Ed25519 (tag 0) =============== - + +-------------------------+----------+------------------------+ | Name | Size | Contents | +=========================+==========+========================+ @@ -33111,11 +33111,11 @@ Full description +-------------------------+----------+------------------------+ | Ed25519.Public_key_hash | 20 bytes | bytes | +-------------------------+----------+------------------------+ - - + + Secp256k1 (tag 1) ================= - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -33123,11 +33123,11 @@ Full description +---------------------------+----------+------------------------+ | Secp256k1.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + P256 (tag 2) ============ - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -33135,11 +33135,11 @@ Full description +----------------------+----------+------------------------+ | P256.Public_key_hash | 20 bytes | bytes | +----------------------+----------+------------------------+ - - + + Bls (tag 3) =========== - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -33147,10 +33147,10 @@ Full description +---------------------------+----------+------------------------+ | Bls12_381.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - +
- + .. _POST_..--block_id--context--smart_rollups--smart_rollup--smart_rollup_address--ticket_balance : @@ -33158,7 +33158,7 @@ Full description **POST ..//context/smart_rollups/smart_rollup//ticket_balance** .. raw:: html - +
@@ -33376,14 +33376,14 @@ Full description +--------------+----------------------+-------------------------------------------------+ | content | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +--------------+----------------------+-------------------------------------------------+ - - + + public_key_hash (21 bytes, 8-bit tag) ************************************* - + Ed25519 (tag 0) =============== - + +-------------------------+----------+------------------------+ | Name | Size | Contents | +=========================+==========+========================+ @@ -33391,11 +33391,11 @@ Full description +-------------------------+----------+------------------------+ | Ed25519.Public_key_hash | 20 bytes | bytes | +-------------------------+----------+------------------------+ - - + + Secp256k1 (tag 1) ================= - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -33403,11 +33403,11 @@ Full description +---------------------------+----------+------------------------+ | Secp256k1.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + P256 (tag 2) ============ - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -33415,11 +33415,11 @@ Full description +----------------------+----------+------------------------+ | P256.Public_key_hash | 20 bytes | bytes | +----------------------+----------+------------------------+ - - + + Bls (tag 3) =========== - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -33427,14 +33427,14 @@ Full description +---------------------------+----------+------------------------+ | Bls12_381.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + 024-PsD5wVTJ.contract_id (22 bytes, 8-bit tag) ********************************************** - + Implicit (tag 0) ================ - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -33442,11 +33442,11 @@ Full description +---------------------------+----------+------------------------+ | Signature.Public_key_hash | 21 bytes | $public_key_hash | +---------------------------+----------+------------------------+ - - + + Originated (tag 1) ================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -33456,11 +33456,11 @@ Full description +---------------+----------+------------------------+ | padding | 1 byte | padding | +---------------+----------+------------------------+ - - + + 024-PsD5wVTJ.michelson.v1.primitives (Enumeration: unsigned 8-bit integer): *************************************************************************** - + +-------------+--------------------------------+ | Case number | Encoded string | +=============+================================+ @@ -33786,26 +33786,26 @@ Full description +-------------+--------------------------------+ | 160 | GET_ADDRESS_INDEX | +-------------+--------------------------------+ - - + + Z.t *** - + A variable-length sequence of bytes encoding a Zarith integer. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). The second most significant bit of the first byte is reserved for the sign (0 for positive, 1 for negative). Size and sign bits ignored, the data is the binary representation of the absolute value of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | Z.t | Determined from data | bytes | +------+----------------------+----------+ - - + + micheline.024-PsD5wVTJ.michelson_v1.expression (Determined from data, 8-bit tag) ******************************************************************************** - + Int (tag 0) =========== - + +------+----------------------+------------------------+ | Name | Size | Contents | +======+======================+========================+ @@ -33813,11 +33813,11 @@ Full description +------+----------------------+------------------------+ | int | Determined from data | $Z.t | +------+----------------------+------------------------+ - - + + String (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -33827,11 +33827,11 @@ Full description +-----------------------+----------+------------------------------------+ | string | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + Sequence (tag 2) ================ - + +-----------------------+----------+-------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+=============================================================+ @@ -33841,11 +33841,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------+ | Unnamed field 0 | Variable | sequence of $micheline.024-PsD5wVTJ.michelson_v1.expression | +-----------------------+----------+-------------------------------------------------------------+ - - + + Prim__no_args__no_annots (tag 3) ================================ - + +------+--------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+========+===========================================================================================+ @@ -33853,11 +33853,11 @@ Full description +------+--------+-------------------------------------------------------------------------------------------+ | prim | 1 byte | unsigned 8-bit integer encoding an enumeration (see 024-PsD5wVTJ.michelson.v1.primitives) | +------+--------+-------------------------------------------------------------------------------------------+ - - + + Prim__no_args__some_annots (tag 4) ================================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -33869,11 +33869,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__no_annots (tag 5) ============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -33883,11 +33883,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__some_annots (tag 6) ================================ - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -33901,11 +33901,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__no_annots (tag 7) =============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -33917,11 +33917,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg2 | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__some_annots (tag 8) ================================= - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -33937,11 +33937,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__generic (tag 9) ===================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -33957,11 +33957,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Bytes (tag 10) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -33971,7 +33971,7 @@ Full description +-----------------------+----------+------------------------------------+ | bytes | Variable | bytes | +-----------------------+----------+------------------------------------+ - +
@@ -33987,22 +33987,22 @@ Full description +=================+======================+==========+ | Unnamed field 0 | Determined from data | $N.t | +-----------------+----------------------+----------+ - - + + N.t *** - + A variable-length sequence of bytes encoding a Zarith natural number. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). Size bits ignored, the data is the binary representation of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | N.t | Determined from data | bytes | +------+----------------------+----------+ - +
- + .. _GET_..--block_id--context--smart_rollups--smart_rollup--smart_rollup_address--whitelist : @@ -34010,7 +34010,7 @@ Full description **GET ..//context/smart_rollups/smart_rollup//whitelist** .. raw:: html - +
@@ -34038,14 +34038,14 @@ Full description +=================+======================+==========+ | Unnamed field 0 | Determined from data | $X_0 | +-----------------+----------------------+----------+ - - + + public_key_hash (21 bytes, 8-bit tag) ************************************* - + Ed25519 (tag 0) =============== - + +-------------------------+----------+------------------------+ | Name | Size | Contents | +=========================+==========+========================+ @@ -34053,11 +34053,11 @@ Full description +-------------------------+----------+------------------------+ | Ed25519.Public_key_hash | 20 bytes | bytes | +-------------------------+----------+------------------------+ - - + + Secp256k1 (tag 1) ================= - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -34065,11 +34065,11 @@ Full description +---------------------------+----------+------------------------+ | Secp256k1.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + P256 (tag 2) ============ - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -34077,11 +34077,11 @@ Full description +----------------------+----------+------------------------+ | P256.Public_key_hash | 20 bytes | bytes | +----------------------+----------+------------------------+ - - + + Bls (tag 3) =========== - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -34089,24 +34089,24 @@ Full description +---------------------------+----------+------------------------+ | Bls12_381.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + X_0 (Determined from data, 8-bit tag) ************************************* - + None (tag 0) ============ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Some (tag 1) ============ - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -34116,10 +34116,10 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $public_key_hash | +-----------------------+----------+------------------------------------+ - +
- + .. _GET_..--block_id--context--total_currently_staked : @@ -34127,7 +34127,7 @@ Full description **GET ..//context/total_currently_staked** .. raw:: html - +
@@ -34157,22 +34157,22 @@ Full description +------------+----------------------+----------+ | overstaked | Determined from data | $N.t | +------------+----------------------+----------+ - - + + N.t *** - + A variable-length sequence of bytes encoding a Zarith natural number. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). Size bits ignored, the data is the binary representation of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | N.t | Determined from data | bytes | +------+----------------------+----------+ - +
- + .. _GET_..--block_id--context--total_frozen_stake : @@ -34180,7 +34180,7 @@ Full description **GET ..//context/total_frozen_stake** .. raw:: html - +
@@ -34203,22 +34203,22 @@ Full description +=================+======================+==========+ | Unnamed field 0 | Determined from data | $N.t | +-----------------+----------------------+----------+ - - + + N.t *** - + A variable-length sequence of bytes encoding a Zarith natural number. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). Size bits ignored, the data is the binary representation of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | N.t | Determined from data | bytes | +------+----------------------+----------+ - +
- + .. _GET_..--block_id--context--total_supply : @@ -34226,7 +34226,7 @@ Full description **GET ..//context/total_supply** .. raw:: html - +
@@ -34249,22 +34249,22 @@ Full description +=================+======================+==========+ | Unnamed field 0 | Determined from data | $N.t | +-----------------+----------------------+----------+ - - + + N.t *** - + A variable-length sequence of bytes encoding a Zarith natural number. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). Size bits ignored, the data is the binary representation of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | N.t | Determined from data | bytes | +------+----------------------+----------+ - +
- + .. _GET_..--block_id--hash : @@ -34272,7 +34272,7 @@ Full description **GET ..//hash** .. raw:: html - +
@@ -34297,11 +34297,11 @@ Full description +============+==========+==========+ | block_hash | 32 bytes | bytes | +------------+----------+----------+ - - + +
- + .. _GET_..--block_id--header : @@ -34309,7 +34309,7 @@ Full description **GET ..//header** .. raw:: html - +
@@ -34419,11 +34419,11 @@ Full description +---------------------------------------+----------+-------------------------------------+ | signature | Variable | bytes | +---------------------------------------+----------+-------------------------------------+ - - + + fitness.elem ************ - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -34431,50 +34431,50 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + 024-PsD5wVTJ.per_block_votes (1 byte, 8-bit tag) ************************************************ - + per_block_vote_on (tag 0) ========================= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + per_block_vote_off (tag 1) ========================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + per_block_vote_pass (tag 2) =========================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - +
- + .. _GET_..--block_id--header--protocol_data : **GET ..//header/protocol_data** .. raw:: html - +
@@ -34526,50 +34526,50 @@ Full description +---------------------------------------+----------+-------------------------------------+ | signature | Variable | bytes | +---------------------------------------+----------+-------------------------------------+ - - + + 024-PsD5wVTJ.per_block_votes (1 byte, 8-bit tag) ************************************************ - + per_block_vote_on (tag 0) ========================= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + per_block_vote_off (tag 1) ========================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + per_block_vote_pass (tag 2) =========================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - +
- + .. _GET_..--block_id--header--protocol_data--raw : **GET ..//header/protocol_data/raw** .. raw:: html - +
@@ -34590,11 +34590,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + +
- + .. _GET_..--block_id--header--raw : @@ -34602,7 +34602,7 @@ Full description **GET ..//header/raw** .. raw:: html - +
@@ -34623,11 +34623,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + +
- + .. _GET_..--block_id--header--shell : @@ -34635,7 +34635,7 @@ Full description **GET ..//header/shell** .. raw:: html - +
@@ -34705,11 +34705,11 @@ Full description +----------------------------+----------+------------------------------------+ | context | 32 bytes | bytes | +----------------------------+----------+------------------------------------+ - - + + fitness.elem ************ - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -34717,10 +34717,10 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | bytes | +-----------------------+----------+------------------------------------+ - +
- + .. _GET_..--block_id--helpers--attestation_rights : @@ -34728,7 +34728,7 @@ Full description **GET ..//helpers/attestation_rights?(level=)\*&[cycle=]&(delegate=)\*&(consensus_key=)\*** .. raw:: html - +
@@ -34737,7 +34737,7 @@ Full description Retrieves the delegates allowed to attest a block. By default, it gives the attestation power for delegates that have at least one attestation slot for the next block. Parameters `level` and `cycle` can be used to specify the (valid) level(s) in the past or future at which the attestation rights have to be returned. Parameter `delegate` can be used to restrict the results to the given delegates. - Parameter `consensus_key` can be used to restrict the results to the given consensus_keys. + Parameter `consensus_key` can be used to restrict the results to the given consensus_keys. Returns the smallest attestation slots and the attestation power. Also returns the minimal timestamp that corresponds to attestation at the given level. The timestamps are omitted for levels in the past, and are only estimates for levels higher that the next block's, based on the hypothesis that all predecessor blocks were baked at the first round.

Optional query arguments :

  • level = <block_level>
  • cycle = <block_cycle>
  • delegate = <pkh>
  • consensus_key = <pkh>

@@ -34772,14 +34772,14 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_0 | +-----------------------+----------+------------------------------------+ - - + + public_key_hash (21 bytes, 8-bit tag) ************************************* - + Ed25519 (tag 0) =============== - + +-------------------------+----------+------------------------+ | Name | Size | Contents | +=========================+==========+========================+ @@ -34787,11 +34787,11 @@ Full description +-------------------------+----------+------------------------+ | Ed25519.Public_key_hash | 20 bytes | bytes | +-------------------------+----------+------------------------+ - - + + Secp256k1 (tag 1) ================= - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -34799,11 +34799,11 @@ Full description +---------------------------+----------+------------------------+ | Secp256k1.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + P256 (tag 2) ============ - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -34811,11 +34811,11 @@ Full description +----------------------+----------+------------------------+ | P256.Public_key_hash | 20 bytes | bytes | +----------------------+----------+------------------------+ - - + + Bls (tag 3) =========== - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -34823,11 +34823,11 @@ Full description +---------------------------+----------+------------------------+ | Bls12_381.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + X_1 *** - + +-----------------+----------+------------------------------------+ | Name | Size | Contents | +=================+==========+====================================+ @@ -34839,11 +34839,11 @@ Full description +-----------------+----------+------------------------------------+ | consensus_key | 21 bytes | $public_key_hash | +-----------------+----------+------------------------------------+ - - + + X_0 *** - + +--------------------------------------+----------+-------------------------------------+ | Name | Size | Contents | +======================================+==========+=====================================+ @@ -34857,10 +34857,10 @@ Full description +--------------------------------------+----------+-------------------------------------+ | estimated_time | 8 bytes | signed 64-bit big-endian integer | +--------------------------------------+----------+-------------------------------------+ - +
- + .. _GET_..--block_id--helpers--baking_rights : @@ -34868,7 +34868,7 @@ Full description **GET ..//helpers/baking_rights?(level=)\*&[cycle=]&(delegate=)\*&(consensus_key=)\*&[max_round=]&[all]** .. raw:: html - +
@@ -34910,14 +34910,14 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_0 | +-----------------------+----------+------------------------------------+ - - + + public_key_hash (21 bytes, 8-bit tag) ************************************* - + Ed25519 (tag 0) =============== - + +-------------------------+----------+------------------------+ | Name | Size | Contents | +=========================+==========+========================+ @@ -34925,11 +34925,11 @@ Full description +-------------------------+----------+------------------------+ | Ed25519.Public_key_hash | 20 bytes | bytes | +-------------------------+----------+------------------------+ - - + + Secp256k1 (tag 1) ================= - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -34937,11 +34937,11 @@ Full description +---------------------------+----------+------------------------+ | Secp256k1.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + P256 (tag 2) ============ - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -34949,11 +34949,11 @@ Full description +----------------------+----------+------------------------+ | P256.Public_key_hash | 20 bytes | bytes | +----------------------+----------+------------------------+ - - + + Bls (tag 3) =========== - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -34961,11 +34961,11 @@ Full description +---------------------------+----------+------------------------+ | Bls12_381.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + X_0 *** - + +--------------------------------------+----------+-------------------------------------+ | Name | Size | Contents | +======================================+==========+=====================================+ @@ -34981,10 +34981,10 @@ Full description +--------------------------------------+----------+-------------------------------------+ | consensus_key | 21 bytes | $public_key_hash | +--------------------------------------+----------+-------------------------------------+ - +
- + .. _GET_..--block_id--helpers--complete--prefix : @@ -34992,7 +34992,7 @@ Full description **GET ..//helpers/complete/** .. raw:: html - +
@@ -35018,11 +35018,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_0 | +-----------------------+----------+------------------------------------+ - - + + X_0 *** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -35030,10 +35030,10 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | bytes | +-----------------------+----------+------------------------------------+ - +
- + .. _GET_..--block_id--helpers--consecutive_round_zero : @@ -35041,7 +35041,7 @@ Full description **GET ..//helpers/consecutive_round_zero** .. raw:: html - +
@@ -35060,11 +35060,11 @@ Full description +=================+=========+==================================+ | Unnamed field 0 | 4 bytes | signed 32-bit big-endian integer | +-----------------+---------+----------------------------------+ - - + +
- + .. _GET_..--block_id--helpers--current_level : @@ -35072,7 +35072,7 @@ Full description **GET ..//helpers/current_level?[offset=]** .. raw:: html - +
@@ -35121,11 +35121,11 @@ Full description +---------------------+---------+-------------------------------------+ | expected_commitment | 1 byte | boolean (0 for false, 255 for true) | +---------------------+---------+-------------------------------------+ - - + +
- + .. _POST_..--block_id--helpers--forge--bls_consensus_operations : @@ -35133,7 +35133,7 @@ Full description **POST ..//helpers/forge/bls_consensus_operations** .. raw:: html - +
@@ -35876,14 +35876,14 @@ Full description +----------+----------+----------------------------------------------------+ | contents | Variable | sequence of $024-PsD5wVTJ.operation.alpha.contents | +----------+----------+----------------------------------------------------+ - - + + public_key_hash (21 bytes, 8-bit tag) ************************************* - + Ed25519 (tag 0) =============== - + +-------------------------+----------+------------------------+ | Name | Size | Contents | +=========================+==========+========================+ @@ -35891,11 +35891,11 @@ Full description +-------------------------+----------+------------------------+ | Ed25519.Public_key_hash | 20 bytes | bytes | +-------------------------+----------+------------------------+ - - + + Secp256k1 (tag 1) ================= - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -35903,11 +35903,11 @@ Full description +---------------------------+----------+------------------------+ | Secp256k1.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + P256 (tag 2) ============ - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -35915,11 +35915,11 @@ Full description +----------------------+----------+------------------------+ | P256.Public_key_hash | 20 bytes | bytes | +----------------------+----------+------------------------+ - - + + Bls (tag 3) =========== - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -35927,23 +35927,23 @@ Full description +---------------------------+----------+------------------------+ | Bls12_381.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + N.t *** - + A variable-length sequence of bytes encoding a Zarith natural number. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). Size bits ignored, the data is the binary representation of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | N.t | Determined from data | bytes | +------+----------------------+----------+ - - + + X_2 *** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -35951,11 +35951,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + X_3 *** - + +-----------------------+----------+-------------------------------------+ | Name | Size | Contents | +=======================+==========+=====================================+ @@ -35967,11 +35967,11 @@ Full description +-----------------------+----------+-------------------------------------+ | exit_validity | 1 byte | boolean (0 for false, 255 for true) | +-----------------------+----------+-------------------------------------+ - - + + X_1 *** - + +-----------------+----------------------+----------+ | Name | Size | Contents | +=================+======================+==========+ @@ -35979,11 +35979,11 @@ Full description +-----------------+----------------------+----------+ | Unnamed field 1 | Determined from data | $X_3 | +-----------------+----------------------+----------+ - - + + X_6 *** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -35993,11 +35993,11 @@ Full description +-----------------------+----------+------------------------------------+ | fee | 32 bytes | bytes | +-----------------------+----------+------------------------------------+ - - + + X_4 *** - + +-----------------+----------------------+----------+ | Name | Size | Contents | +=================+======================+==========+ @@ -36005,11 +36005,11 @@ Full description +-----------------+----------------------+----------+ | Unnamed field 1 | Determined from data | $X_6 | +-----------------+----------------------+----------+ - - + + X_7 *** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -36017,11 +36017,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of bytes | +-----------------------+----------+------------------------------------+ - - + + X_0 *** - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -36039,23 +36039,23 @@ Full description +-----------------------+----------------------+------------------------------------+ | proof | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + Z.t *** - + A variable-length sequence of bytes encoding a Zarith integer. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). The second most significant bit of the first byte is reserved for the sign (0 for positive, 1 for negative). Size and sign bits ignored, the data is the binary representation of the absolute value of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | Z.t | Determined from data | bytes | +------+----------------------+----------+ - - + + X_10 **** - + +--------+----------------------+----------+ | Name | Size | Contents | +========+======================+==========+ @@ -36063,11 +36063,11 @@ Full description +--------+----------------------+----------+ | amount | Determined from data | $Z.t | +--------+----------------------+----------+ - - + + X_9 *** - + +-----------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+=========================================================================+ @@ -36083,11 +36083,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------+ | payload | Variable | sequence of bytes | +-----------------------+----------------------+-------------------------------------------------------------------------+ - - + + 024-PsD5wVTJ.michelson.v1.primitives (Enumeration: unsigned 8-bit integer): *************************************************************************** - + +-------------+--------------------------------+ | Case number | Encoded string | +=============+================================+ @@ -36413,14 +36413,14 @@ Full description +-------------+--------------------------------+ | 160 | GET_ADDRESS_INDEX | +-------------+--------------------------------+ - - + + micheline.024-PsD5wVTJ.michelson_v1.expression (Determined from data, 8-bit tag) ******************************************************************************** - + Int (tag 0) =========== - + +------+----------------------+------------------------+ | Name | Size | Contents | +======+======================+========================+ @@ -36428,11 +36428,11 @@ Full description +------+----------------------+------------------------+ | int | Determined from data | $Z.t | +------+----------------------+------------------------+ - - + + String (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -36442,11 +36442,11 @@ Full description +-----------------------+----------+------------------------------------+ | string | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + Sequence (tag 2) ================ - + +-----------------------+----------+-------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+=============================================================+ @@ -36456,11 +36456,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------+ | Unnamed field 0 | Variable | sequence of $micheline.024-PsD5wVTJ.michelson_v1.expression | +-----------------------+----------+-------------------------------------------------------------+ - - + + Prim__no_args__no_annots (tag 3) ================================ - + +------+--------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+========+===========================================================================================+ @@ -36468,11 +36468,11 @@ Full description +------+--------+-------------------------------------------------------------------------------------------+ | prim | 1 byte | unsigned 8-bit integer encoding an enumeration (see 024-PsD5wVTJ.michelson.v1.primitives) | +------+--------+-------------------------------------------------------------------------------------------+ - - + + Prim__no_args__some_annots (tag 4) ================================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -36484,11 +36484,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__no_annots (tag 5) ============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -36498,11 +36498,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__some_annots (tag 6) ================================ - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -36516,11 +36516,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__no_annots (tag 7) =============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -36532,11 +36532,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg2 | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__some_annots (tag 8) ================================= - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -36552,11 +36552,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__generic (tag 9) ===================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -36572,11 +36572,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Bytes (tag 10) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -36586,14 +36586,14 @@ Full description +-----------------------+----------+------------------------------------+ | bytes | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + 024-PsD5wVTJ.contract_id (22 bytes, 8-bit tag) ********************************************** - + Implicit (tag 0) ================ - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -36601,11 +36601,11 @@ Full description +---------------------------+----------+------------------------+ | Signature.Public_key_hash | 21 bytes | $public_key_hash | +---------------------------+----------+------------------------+ - - + + Originated (tag 1) ================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -36615,24 +36615,24 @@ Full description +---------------+----------+------------------------+ | padding | 1 byte | padding | +---------------+----------+------------------------+ - - + + X_13 (Determined from data, 8-bit tag) ************************************** - + None (tag 0) ============ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Some (tag 1) ============ - + +----------+----------------------+-------------------------------------------------+ | Name | Size | Contents | +==========+======================+=================================================+ @@ -36644,11 +36644,11 @@ Full description +----------+----------------------+-------------------------------------------------+ | ticketer | 22 bytes | $024-PsD5wVTJ.contract_id | +----------+----------------------+-------------------------------------------------+ - - + + X_8 *** - + +-----------------+----------------------+----------+ | Name | Size | Contents | +=================+======================+==========+ @@ -36656,44 +36656,44 @@ Full description +-----------------+----------------------+----------+ | Unnamed field 1 | Determined from data | $X_13 | +-----------------+----------------------+----------+ - - + + X_16 (1 byte, 8-bit tag) ************************ - + Public (tag 0) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Private (tag 1) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Fee (tag 2) =========== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + X_14 **** - + +-----------------+----------------------+----------+ | Name | Size | Contents | +=================+======================+==========+ @@ -36701,11 +36701,11 @@ Full description +-----------------+----------------------+----------+ | Unnamed field 1 | 1 byte | $X_16 | +-----------------+----------------------+----------+ - - + + X_17 **** - + +------------------+----------+------------------------+ | Name | Size | Contents | +==================+==========+========================+ @@ -36715,11 +36715,11 @@ Full description +------------------+----------+------------------------+ | commitment_proof | 96 bytes | bytes | +------------------+----------+------------------------+ - - + + X_18 **** - + +-------+----------+------------------+ | Name | Size | Contents | +=======+==========+==================+ @@ -36727,11 +36727,11 @@ Full description +-------+----------+------------------+ | bob | 21 bytes | $public_key_hash | +-------+----------+------------------+ - - + + X_19 **** - + +-----------------+---------+----------------------------------+ | Name | Size | Contents | +=================+=========+==================================+ @@ -36741,14 +36741,14 @@ Full description +-----------------+---------+----------------------------------+ | page_index | 2 bytes | signed 16-bit big-endian integer | +-----------------+---------+----------------------------------+ - - + + X_20 (Determined from data, 8-bit tag) ************************************** - + raw data proof (tag 0) ====================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -36758,21 +36758,21 @@ Full description +-----------------------+----------+------------------------------------+ | raw_data | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + metadata proof (tag 1) ====================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + dal page proof (tag 2) ====================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -36784,24 +36784,24 @@ Full description +-----------------------+----------+------------------------------------+ | dal_proof | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + dal parameters proof (tag 3) ============================ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + X_21 (Determined from data, 8-bit tag) ************************************** - + inbox proof (tag 0) =================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -36815,11 +36815,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | serialized_proof | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + reveal proof (tag 1) ==================== - + +--------------+----------------------+------------------------+ | Name | Size | Contents | +==============+======================+========================+ @@ -36827,21 +36827,21 @@ Full description +--------------+----------------------+------------------------+ | reveal_proof | Determined from data | $X_20 | +--------------+----------------------+------------------------+ - - + + first input (tag 2) =================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + X_22 **** - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -36851,14 +36851,14 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | tick | Determined from data | $N.t | +-----------------------------+----------------------+-------------------------------------+ - - + + X_23 (Determined from data, 8-bit tag) ************************************** - + Dissection (tag 0) ================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -36868,11 +36868,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_22 | +-----------------------+----------+------------------------------------+ - - + + Proof (tag 1) ============= - + +-----------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +===================================+======================+=====================================+ @@ -36886,14 +36886,14 @@ Full description +-----------------------------------+----------------------+-------------------------------------+ | input_proof | Determined from data | $X_21 | +-----------------------------------+----------------------+-------------------------------------+ - - + + X_24 (Determined from data, 8-bit tag) ************************************** - + Start (tag 0) ============= - + +--------------------------+----------+------------------------+ | Name | Size | Contents | +==========================+==========+========================+ @@ -36903,11 +36903,11 @@ Full description +--------------------------+----------+------------------------+ | opponent_commitment_hash | 32 bytes | bytes | +--------------------------+----------+------------------------+ - - + + Move (tag 1) ============ - + +--------+----------------------+------------------------+ | Name | Size | Contents | +========+======================+========================+ @@ -36917,11 +36917,11 @@ Full description +--------+----------------------+------------------------+ | step | Determined from data | $X_23 | +--------+----------------------+------------------------+ - - + + X_25 **** - + +------------------+----------+----------------------------------+ | Name | Size | Contents | +==================+==========+==================================+ @@ -36933,11 +36933,11 @@ Full description +------------------+----------+----------------------------------+ | number_of_ticks | 8 bytes | signed 64-bit big-endian integer | +------------------+----------+----------------------------------+ - - + + X_27 (Enumeration: unsigned 8-bit integer): ******************************************* - + +-------------+----------------+ | Case number | Encoded string | +=============+================+ @@ -36947,11 +36947,11 @@ Full description +-------------+----------------+ | 2 | riscv | +-------------+----------------+ - - + + X_28 **** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -36959,14 +36959,14 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $public_key_hash | +-----------------------+----------+------------------------------------+ - - + + public_key (Determined from data, 8-bit tag) ******************************************** - + Ed25519 (tag 0) =============== - + +--------------------+----------+------------------------+ | Name | Size | Contents | +====================+==========+========================+ @@ -36974,11 +36974,11 @@ Full description +--------------------+----------+------------------------+ | Ed25519.Public_key | 32 bytes | bytes | +--------------------+----------+------------------------+ - - + + Secp256k1 (tag 1) ================= - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -36986,11 +36986,11 @@ Full description +----------------------+----------+------------------------+ | Secp256k1.Public_key | 33 bytes | bytes | +----------------------+----------+------------------------+ - - + + P256 (tag 2) ============ - + +-----------------+----------+------------------------+ | Name | Size | Contents | +=================+==========+========================+ @@ -36998,11 +36998,11 @@ Full description +-----------------+----------+------------------------+ | P256.Public_key | 33 bytes | bytes | +-----------------+----------+------------------------+ - - + + Bls (tag 3) =========== - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -37010,11 +37010,11 @@ Full description +----------------------+----------+------------------------+ | Bls12_381.Public_key | 48 bytes | bytes | +----------------------+----------+------------------------+ - - + + X_29 **** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -37022,14 +37022,14 @@ Full description +-----------------------+----------+------------------------------------+ | Bls12_381_signature | 96 bytes | bytes | +-----------------------+----------+------------------------------------+ - - + + 024-PsD5wVTJ.contract_id.originated (22 bytes, 8-bit tag) ********************************************************* - + Originated (tag 1) ================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -37039,11 +37039,11 @@ Full description +---------------+----------+------------------------+ | padding | 1 byte | padding | +---------------+----------+------------------------+ - - + + 024-PsD5wVTJ.scripted.contracts ******************************* - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -37055,114 +37055,114 @@ Full description +-----------------------+----------+------------------------------------+ | storage | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + 024-PsD5wVTJ.entrypoint (Determined from data, 8-bit tag) ********************************************************* - + default (tag 0) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + root (tag 1) ============ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + do (tag 2) ========== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + set_delegate (tag 3) ==================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + remove_delegate (tag 4) ======================= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + deposit (tag 5) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + stake (tag 6) ============= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + unstake (tag 7) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + finalize_unstake (tag 8) ======================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + set_delegate_parameters (tag 9) =============================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + named (tag 255) =============== - + +-----------------------+----------+------------------------+ | Name | Size | Contents | +=======================+==========+========================+ @@ -37172,11 +37172,11 @@ Full description +-----------------------+----------+------------------------+ | Unnamed field 0 | Variable | bytes | +-----------------------+----------+------------------------+ - - + + X_31 **** - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -37186,11 +37186,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | value | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + X_33 **** - + +--------------------+----------+----------------------------------+ | Name | Size | Contents | +====================+==========+==================================+ @@ -37200,11 +37200,11 @@ Full description +--------------------+----------+----------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+----------------------------------+ - - + + X_34 **** - + +---------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=======================================+======================+=====================================+ @@ -37214,14 +37214,14 @@ Full description +---------------------------------------+----------------------+-------------------------------------+ | dal_attestation | Determined from data | $Z.t | +---------------------------------------+----------------------+-------------------------------------+ - - + + 024-PsD5wVTJ.inlined.consensus_operation.contents (Determined from data, 8-bit tag) *********************************************************************************** - + Preattestation (tag 20) ======================= - + +--------------------+----------+------------------------------------+ | Name | Size | Contents | +====================+==========+====================================+ @@ -37235,11 +37235,11 @@ Full description +--------------------+----------+------------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+------------------------------------+ - - + + Attestation (tag 21) ==================== - + +--------------------+----------+------------------------------------+ | Name | Size | Contents | +====================+==========+====================================+ @@ -37253,11 +37253,11 @@ Full description +--------------------+----------+------------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+------------------------------------+ - - + + Attestation_with_dal (tag 23) ============================= - + +--------------------+----------------------+------------------------------------+ | Name | Size | Contents | +====================+======================+====================================+ @@ -37273,11 +37273,11 @@ Full description +--------------------+----------------------+------------------------------------+ | dal_attestation | Determined from data | $Z.t | +--------------------+----------------------+------------------------------------+ - - + + Preattestations_aggregate (tag 30) ================================== - + +-----------------------+----------+------------------------------------------------+ | Name | Size | Contents | +=======================+==========+================================================+ @@ -37289,11 +37289,11 @@ Full description +-----------------------+----------+------------------------------------------------+ | committee | Variable | sequence of unsigned 16-bit big-endian integer | +-----------------------+----------+------------------------------------------------+ - - + + Attestations_aggregate (tag 31) =============================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -37305,11 +37305,11 @@ Full description +-----------------------+----------+------------------------------------+ | committee | Variable | sequence of $X_34 | +-----------------------+----------+------------------------------------+ - - + + 024-PsD5wVTJ.inlined.consensus_operation **************************************** - + +------------+----------------------+----------------------------------------------------+ | Name | Size | Contents | +============+======================+====================================================+ @@ -37319,11 +37319,11 @@ Full description +------------+----------------------+----------------------------------------------------+ | signature | Variable | bytes | +------------+----------------------+----------------------------------------------------+ - - + + X_40 **** - + +-----------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +=================+======================+=========================================================================+ @@ -37331,11 +37331,11 @@ Full description +-----------------+----------------------+-------------------------------------------------------------------------+ | Unnamed field 1 | Determined from data | $X_7 | +-----------------+----------------------+-------------------------------------------------------------------------+ - - + + X_39 **** - + +-------+----------------------+----------+ | Name | Size | Contents | +=======+======================+==========+ @@ -37343,11 +37343,11 @@ Full description +-------+----------------------+----------+ | proof | 48 bytes | bytes | +-------+----------------------+----------+ - - + + X_42 **** - + +-----------------+-----------+----------+ | Name | Size | Contents | +=================+===========+==========+ @@ -37355,11 +37355,11 @@ Full description +-----------------+-----------+----------+ | Unnamed field 1 | 100 bytes | bytes | +-----------------+-----------+----------+ - - + + fitness.elem ************ - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -37367,44 +37367,44 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + 024-PsD5wVTJ.per_block_votes (1 byte, 8-bit tag) ************************************************ - + per_block_vote_on (tag 0) ========================= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + per_block_vote_off (tag 1) ========================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + per_block_vote_pass (tag 2) =========================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + 024-PsD5wVTJ.block_header.alpha.full_header ******************************************* - + +---------------------------------------+----------+-------------------------------------+ | Name | Size | Contents | +=======================================+==========+=====================================+ @@ -37440,14 +37440,14 @@ Full description +---------------------------------------+----------+-------------------------------------+ | signature | Variable | bytes | +---------------------------------------+----------+-------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.contents (Determined from data, 8-bit tag) *********************************************************************** - + Seed_nonce_revelation (tag 1) ============================= - + +-------+----------+----------------------------------+ | Name | Size | Contents | +=======+==========+==================================+ @@ -37457,11 +37457,11 @@ Full description +-------+----------+----------------------------------+ | nonce | 32 bytes | bytes | +-------+----------+----------------------------------+ - - + + Double_consensus_operation_evidence (tag 2) =========================================== - + +-----------------------+----------+-------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================+ @@ -37477,11 +37477,11 @@ Full description +-----------------------+----------+-------------------------------------------+ | op2 | Variable | $024-PsD5wVTJ.inlined.consensus_operation | +-----------------------+----------+-------------------------------------------+ - - + + Double_baking_evidence (tag 3) ============================== - + +-----------------------+----------+----------------------------------------------+ | Name | Size | Contents | +=======================+==========+==============================================+ @@ -37495,11 +37495,11 @@ Full description +-----------------------+----------+----------------------------------------------+ | bh2 | Variable | $024-PsD5wVTJ.block_header.alpha.full_header | +-----------------------+----------+----------------------------------------------+ - - + + Activate_account (tag 4) ======================== - + +--------+----------+------------------------+ | Name | Size | Contents | +========+==========+========================+ @@ -37509,11 +37509,11 @@ Full description +--------+----------+------------------------+ | secret | 20 bytes | bytes | +--------+----------+------------------------+ - - + + Proposals (tag 5) ================= - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -37527,11 +37527,11 @@ Full description +-----------------------+----------+------------------------------------+ | proposals | Variable | sequence of at most 20 bytes | +-----------------------+----------+------------------------------------+ - - + + Ballot (tag 6) ============== - + +----------+----------+----------------------------------+ | Name | Size | Contents | +==========+==========+==================================+ @@ -37545,11 +37545,11 @@ Full description +----------+----------+----------------------------------+ | ballot | 1 byte | signed 8-bit integer | +----------+----------+----------------------------------+ - - + + Vdf_revelation (tag 8) ====================== - + +----------+-----------+------------------------+ | Name | Size | Contents | +==========+===========+========================+ @@ -37557,11 +37557,11 @@ Full description +----------+-----------+------------------------+ | solution | 200 bytes | $X_42 | +----------+-----------+------------------------+ - - + + Drain_delegate (tag 9) ====================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -37573,11 +37573,11 @@ Full description +---------------+----------+------------------------+ | destination | 21 bytes | $public_key_hash | +---------------+----------+------------------------+ - - + + Failing_noop (tag 17) ===================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -37587,11 +37587,11 @@ Full description +-----------------------+----------+------------------------------------+ | arbitrary | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + Preattestation (tag 20) ======================= - + +--------------------+----------+------------------------------------+ | Name | Size | Contents | +====================+==========+====================================+ @@ -37605,11 +37605,11 @@ Full description +--------------------+----------+------------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+------------------------------------+ - - + + Attestation (tag 21) ==================== - + +--------------------+----------+------------------------------------+ | Name | Size | Contents | +====================+==========+====================================+ @@ -37623,11 +37623,11 @@ Full description +--------------------+----------+------------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+------------------------------------+ - - + + Attestation_with_dal (tag 23) ============================= - + +--------------------+----------------------+------------------------------------+ | Name | Size | Contents | +====================+======================+====================================+ @@ -37643,11 +37643,11 @@ Full description +--------------------+----------------------+------------------------------------+ | dal_attestation | Determined from data | $Z.t | +--------------------+----------------------+------------------------------------+ - - + + Dal_entrapment_evidence (tag 24) ================================ - + +-----------------------+----------------------+-------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================+ @@ -37663,11 +37663,11 @@ Full description +-----------------------+----------------------+-------------------------------------------+ | shard_with_proof | Determined from data | $X_39 | +-----------------------+----------------------+-------------------------------------------+ - - + + Preattestations_aggregate (tag 30) ================================== - + +-----------------------+----------+------------------------------------------------+ | Name | Size | Contents | +=======================+==========+================================================+ @@ -37679,11 +37679,11 @@ Full description +-----------------------+----------+------------------------------------------------+ | committee | Variable | sequence of unsigned 16-bit big-endian integer | +-----------------------+----------+------------------------------------------------+ - - + + Attestations_aggregate (tag 31) =============================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -37695,11 +37695,11 @@ Full description +-----------------------+----------+------------------------------------+ | committee | Variable | sequence of $X_34 | +-----------------------+----------+------------------------------------+ - - + + Reveal (tag 107) ================ - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -37721,11 +37721,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | proof | Determined from data | $X_29 | +-----------------------------+----------------------+-------------------------------------+ - - + + Transaction (tag 108) ===================== - + +----------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==================================+======================+=====================================+ @@ -37749,11 +37749,11 @@ Full description +----------------------------------+----------------------+-------------------------------------+ | parameters | Determined from data | $X_31 | +----------------------------------+----------------------+-------------------------------------+ - - + + Origination (tag 109) ===================== - + +--------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +================================+======================+=====================================+ @@ -37777,11 +37777,11 @@ Full description +--------------------------------+----------------------+-------------------------------------+ | script | Determined from data | $024-PsD5wVTJ.scripted.contracts | +--------------------------------+----------------------+-------------------------------------+ - - + + Delegation (tag 110) ==================== - + +--------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +================================+======================+=====================================+ @@ -37801,11 +37801,11 @@ Full description +--------------------------------+----------------------+-------------------------------------+ | delegate | 21 bytes | $public_key_hash | +--------------------------------+----------------------+-------------------------------------+ - - + + Register_global_constant (tag 111) ================================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -37825,11 +37825,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | value | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + Set_deposits_limit (tag 112) ============================ - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -37849,11 +37849,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | limit | Determined from data | $N.t | +-----------------------------+----------------------+-------------------------------------+ - - + + Increase_paid_storage (tag 113) =============================== - + +---------------+----------------------+--------------------------------------+ | Name | Size | Contents | +===============+======================+======================================+ @@ -37873,11 +37873,11 @@ Full description +---------------+----------------------+--------------------------------------+ | destination | 22 bytes | $024-PsD5wVTJ.contract_id.originated | +---------------+----------------------+--------------------------------------+ - - + + Update_consensus_key (tag 114) ============================== - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -37899,11 +37899,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | proof | Determined from data | $X_29 | +-----------------------------+----------------------+-------------------------------------+ - - + + Update_companion_key (tag 115) ============================== - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -37925,11 +37925,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | proof | Determined from data | $X_29 | +-----------------------------+----------------------+-------------------------------------+ - - + + Transfer_ticket (tag 158) ========================= - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -37963,11 +37963,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | entrypoint | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_originate (tag 200) ================================ - + +---------------------------------+----------------------+-----------------------------------------------------------+ | Name | Size | Contents | +=================================+======================+===========================================================+ @@ -37997,11 +37997,11 @@ Full description +---------------------------------+----------------------+-----------------------------------------------------------+ | whitelist | Determined from data | $X_28 | +---------------------------------+----------------------+-----------------------------------------------------------+ - - + + Smart_rollup_add_messages (tag 201) =================================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -38021,11 +38021,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | message | Variable | sequence of $X_2 | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_cement (tag 202) ============================= - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -38043,11 +38043,11 @@ Full description +---------------+----------------------+------------------------+ | rollup | 20 bytes | bytes | +---------------+----------------------+------------------------+ - - + + Smart_rollup_publish (tag 203) ============================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -38067,11 +38067,11 @@ Full description +---------------+----------------------+------------------------+ | commitment | 76 bytes | $X_25 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_refute (tag 204) ============================= - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -38093,11 +38093,11 @@ Full description +---------------+----------------------+------------------------+ | refutation | Determined from data | $X_24 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_timeout (tag 205) ============================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -38117,11 +38117,11 @@ Full description +---------------+----------------------+------------------------+ | stakers | 42 bytes | $X_18 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_execute_outbox_message (tag 206) ============================================= - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -38145,11 +38145,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | output_proof | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_recover_bond (tag 207) =================================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -38169,11 +38169,11 @@ Full description +---------------+----------------------+------------------------+ | staker | 21 bytes | $public_key_hash | +---------------+----------------------+------------------------+ - - + + Dal_publish_commitment (tag 230) ================================ - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -38191,11 +38191,11 @@ Full description +---------------+----------------------+------------------------+ | slot_header | 145 bytes | $X_17 | +---------------+----------------------+------------------------+ - - + + Zk_rollup_origination (tag 250) =============================== - + +-----------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+=========================================================================+ @@ -38225,11 +38225,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------+ | nb_ops | 4 bytes | signed 31-bit big-endian integer in the range -1073741824 to 1073741823 | +-----------------------+----------------------+-------------------------------------------------------------------------+ - - + + Zk_rollup_publish (tag 251) =========================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -38251,11 +38251,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | op | Variable | sequence of $X_8 | +-----------------------+----------------------+------------------------------------+ - - + + Zk_rollup_update (tag 252) ========================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -38275,7 +38275,7 @@ Full description +---------------+----------------------+------------------------+ | update | Determined from data | $X_0 | +---------------+----------------------+------------------------+ - +
@@ -38296,11 +38296,11 @@ Full description +-----------------------+----------+------------------------------------+ | inject | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + +
- + .. _POST_..--block_id--helpers--forge--operations : @@ -38308,7 +38308,7 @@ Full description **POST ..//helpers/forge/operations** .. raw:: html - +
@@ -39051,14 +39051,14 @@ Full description +----------+----------+----------------------------------------------------+ | contents | Variable | sequence of $024-PsD5wVTJ.operation.alpha.contents | +----------+----------+----------------------------------------------------+ - - + + public_key_hash (21 bytes, 8-bit tag) ************************************* - + Ed25519 (tag 0) =============== - + +-------------------------+----------+------------------------+ | Name | Size | Contents | +=========================+==========+========================+ @@ -39066,11 +39066,11 @@ Full description +-------------------------+----------+------------------------+ | Ed25519.Public_key_hash | 20 bytes | bytes | +-------------------------+----------+------------------------+ - - + + Secp256k1 (tag 1) ================= - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -39078,11 +39078,11 @@ Full description +---------------------------+----------+------------------------+ | Secp256k1.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + P256 (tag 2) ============ - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -39090,11 +39090,11 @@ Full description +----------------------+----------+------------------------+ | P256.Public_key_hash | 20 bytes | bytes | +----------------------+----------+------------------------+ - - + + Bls (tag 3) =========== - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -39102,23 +39102,23 @@ Full description +---------------------------+----------+------------------------+ | Bls12_381.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + N.t *** - + A variable-length sequence of bytes encoding a Zarith natural number. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). Size bits ignored, the data is the binary representation of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | N.t | Determined from data | bytes | +------+----------------------+----------+ - - + + X_2 *** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -39126,11 +39126,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + X_3 *** - + +-----------------------+----------+-------------------------------------+ | Name | Size | Contents | +=======================+==========+=====================================+ @@ -39142,11 +39142,11 @@ Full description +-----------------------+----------+-------------------------------------+ | exit_validity | 1 byte | boolean (0 for false, 255 for true) | +-----------------------+----------+-------------------------------------+ - - + + X_1 *** - + +-----------------+----------------------+----------+ | Name | Size | Contents | +=================+======================+==========+ @@ -39154,11 +39154,11 @@ Full description +-----------------+----------------------+----------+ | Unnamed field 1 | Determined from data | $X_3 | +-----------------+----------------------+----------+ - - + + X_6 *** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -39168,11 +39168,11 @@ Full description +-----------------------+----------+------------------------------------+ | fee | 32 bytes | bytes | +-----------------------+----------+------------------------------------+ - - + + X_4 *** - + +-----------------+----------------------+----------+ | Name | Size | Contents | +=================+======================+==========+ @@ -39180,11 +39180,11 @@ Full description +-----------------+----------------------+----------+ | Unnamed field 1 | Determined from data | $X_6 | +-----------------+----------------------+----------+ - - + + X_7 *** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -39192,11 +39192,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of bytes | +-----------------------+----------+------------------------------------+ - - + + X_0 *** - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -39214,23 +39214,23 @@ Full description +-----------------------+----------------------+------------------------------------+ | proof | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + Z.t *** - + A variable-length sequence of bytes encoding a Zarith integer. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). The second most significant bit of the first byte is reserved for the sign (0 for positive, 1 for negative). Size and sign bits ignored, the data is the binary representation of the absolute value of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | Z.t | Determined from data | bytes | +------+----------------------+----------+ - - + + X_10 **** - + +--------+----------------------+----------+ | Name | Size | Contents | +========+======================+==========+ @@ -39238,11 +39238,11 @@ Full description +--------+----------------------+----------+ | amount | Determined from data | $Z.t | +--------+----------------------+----------+ - - + + X_9 *** - + +-----------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+=========================================================================+ @@ -39258,11 +39258,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------+ | payload | Variable | sequence of bytes | +-----------------------+----------------------+-------------------------------------------------------------------------+ - - + + 024-PsD5wVTJ.michelson.v1.primitives (Enumeration: unsigned 8-bit integer): *************************************************************************** - + +-------------+--------------------------------+ | Case number | Encoded string | +=============+================================+ @@ -39588,14 +39588,14 @@ Full description +-------------+--------------------------------+ | 160 | GET_ADDRESS_INDEX | +-------------+--------------------------------+ - - + + micheline.024-PsD5wVTJ.michelson_v1.expression (Determined from data, 8-bit tag) ******************************************************************************** - + Int (tag 0) =========== - + +------+----------------------+------------------------+ | Name | Size | Contents | +======+======================+========================+ @@ -39603,11 +39603,11 @@ Full description +------+----------------------+------------------------+ | int | Determined from data | $Z.t | +------+----------------------+------------------------+ - - + + String (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -39617,11 +39617,11 @@ Full description +-----------------------+----------+------------------------------------+ | string | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + Sequence (tag 2) ================ - + +-----------------------+----------+-------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+=============================================================+ @@ -39631,11 +39631,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------+ | Unnamed field 0 | Variable | sequence of $micheline.024-PsD5wVTJ.michelson_v1.expression | +-----------------------+----------+-------------------------------------------------------------+ - - + + Prim__no_args__no_annots (tag 3) ================================ - + +------+--------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+========+===========================================================================================+ @@ -39643,11 +39643,11 @@ Full description +------+--------+-------------------------------------------------------------------------------------------+ | prim | 1 byte | unsigned 8-bit integer encoding an enumeration (see 024-PsD5wVTJ.michelson.v1.primitives) | +------+--------+-------------------------------------------------------------------------------------------+ - - + + Prim__no_args__some_annots (tag 4) ================================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -39659,11 +39659,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__no_annots (tag 5) ============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -39673,11 +39673,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__some_annots (tag 6) ================================ - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -39691,11 +39691,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__no_annots (tag 7) =============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -39707,11 +39707,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg2 | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__some_annots (tag 8) ================================= - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -39727,11 +39727,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__generic (tag 9) ===================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -39747,11 +39747,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Bytes (tag 10) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -39761,14 +39761,14 @@ Full description +-----------------------+----------+------------------------------------+ | bytes | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + 024-PsD5wVTJ.contract_id (22 bytes, 8-bit tag) ********************************************** - + Implicit (tag 0) ================ - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -39776,11 +39776,11 @@ Full description +---------------------------+----------+------------------------+ | Signature.Public_key_hash | 21 bytes | $public_key_hash | +---------------------------+----------+------------------------+ - - + + Originated (tag 1) ================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -39790,24 +39790,24 @@ Full description +---------------+----------+------------------------+ | padding | 1 byte | padding | +---------------+----------+------------------------+ - - + + X_13 (Determined from data, 8-bit tag) ************************************** - + None (tag 0) ============ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Some (tag 1) ============ - + +----------+----------------------+-------------------------------------------------+ | Name | Size | Contents | +==========+======================+=================================================+ @@ -39819,11 +39819,11 @@ Full description +----------+----------------------+-------------------------------------------------+ | ticketer | 22 bytes | $024-PsD5wVTJ.contract_id | +----------+----------------------+-------------------------------------------------+ - - + + X_8 *** - + +-----------------+----------------------+----------+ | Name | Size | Contents | +=================+======================+==========+ @@ -39831,44 +39831,44 @@ Full description +-----------------+----------------------+----------+ | Unnamed field 1 | Determined from data | $X_13 | +-----------------+----------------------+----------+ - - + + X_16 (1 byte, 8-bit tag) ************************ - + Public (tag 0) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Private (tag 1) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Fee (tag 2) =========== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + X_14 **** - + +-----------------+----------------------+----------+ | Name | Size | Contents | +=================+======================+==========+ @@ -39876,11 +39876,11 @@ Full description +-----------------+----------------------+----------+ | Unnamed field 1 | 1 byte | $X_16 | +-----------------+----------------------+----------+ - - + + X_17 **** - + +------------------+----------+------------------------+ | Name | Size | Contents | +==================+==========+========================+ @@ -39890,11 +39890,11 @@ Full description +------------------+----------+------------------------+ | commitment_proof | 96 bytes | bytes | +------------------+----------+------------------------+ - - + + X_18 **** - + +-------+----------+------------------+ | Name | Size | Contents | +=======+==========+==================+ @@ -39902,11 +39902,11 @@ Full description +-------+----------+------------------+ | bob | 21 bytes | $public_key_hash | +-------+----------+------------------+ - - + + X_19 **** - + +-----------------+---------+----------------------------------+ | Name | Size | Contents | +=================+=========+==================================+ @@ -39916,14 +39916,14 @@ Full description +-----------------+---------+----------------------------------+ | page_index | 2 bytes | signed 16-bit big-endian integer | +-----------------+---------+----------------------------------+ - - + + X_20 (Determined from data, 8-bit tag) ************************************** - + raw data proof (tag 0) ====================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -39933,21 +39933,21 @@ Full description +-----------------------+----------+------------------------------------+ | raw_data | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + metadata proof (tag 1) ====================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + dal page proof (tag 2) ====================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -39959,24 +39959,24 @@ Full description +-----------------------+----------+------------------------------------+ | dal_proof | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + dal parameters proof (tag 3) ============================ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + X_21 (Determined from data, 8-bit tag) ************************************** - + inbox proof (tag 0) =================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -39990,11 +39990,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | serialized_proof | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + reveal proof (tag 1) ==================== - + +--------------+----------------------+------------------------+ | Name | Size | Contents | +==============+======================+========================+ @@ -40002,21 +40002,21 @@ Full description +--------------+----------------------+------------------------+ | reveal_proof | Determined from data | $X_20 | +--------------+----------------------+------------------------+ - - + + first input (tag 2) =================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + X_22 **** - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -40026,14 +40026,14 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | tick | Determined from data | $N.t | +-----------------------------+----------------------+-------------------------------------+ - - + + X_23 (Determined from data, 8-bit tag) ************************************** - + Dissection (tag 0) ================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -40043,11 +40043,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_22 | +-----------------------+----------+------------------------------------+ - - + + Proof (tag 1) ============= - + +-----------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +===================================+======================+=====================================+ @@ -40061,14 +40061,14 @@ Full description +-----------------------------------+----------------------+-------------------------------------+ | input_proof | Determined from data | $X_21 | +-----------------------------------+----------------------+-------------------------------------+ - - + + X_24 (Determined from data, 8-bit tag) ************************************** - + Start (tag 0) ============= - + +--------------------------+----------+------------------------+ | Name | Size | Contents | +==========================+==========+========================+ @@ -40078,11 +40078,11 @@ Full description +--------------------------+----------+------------------------+ | opponent_commitment_hash | 32 bytes | bytes | +--------------------------+----------+------------------------+ - - + + Move (tag 1) ============ - + +--------+----------------------+------------------------+ | Name | Size | Contents | +========+======================+========================+ @@ -40092,11 +40092,11 @@ Full description +--------+----------------------+------------------------+ | step | Determined from data | $X_23 | +--------+----------------------+------------------------+ - - + + X_25 **** - + +------------------+----------+----------------------------------+ | Name | Size | Contents | +==================+==========+==================================+ @@ -40108,11 +40108,11 @@ Full description +------------------+----------+----------------------------------+ | number_of_ticks | 8 bytes | signed 64-bit big-endian integer | +------------------+----------+----------------------------------+ - - + + X_27 (Enumeration: unsigned 8-bit integer): ******************************************* - + +-------------+----------------+ | Case number | Encoded string | +=============+================+ @@ -40122,11 +40122,11 @@ Full description +-------------+----------------+ | 2 | riscv | +-------------+----------------+ - - + + X_28 **** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -40134,14 +40134,14 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $public_key_hash | +-----------------------+----------+------------------------------------+ - - + + public_key (Determined from data, 8-bit tag) ******************************************** - + Ed25519 (tag 0) =============== - + +--------------------+----------+------------------------+ | Name | Size | Contents | +====================+==========+========================+ @@ -40149,11 +40149,11 @@ Full description +--------------------+----------+------------------------+ | Ed25519.Public_key | 32 bytes | bytes | +--------------------+----------+------------------------+ - - + + Secp256k1 (tag 1) ================= - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -40161,11 +40161,11 @@ Full description +----------------------+----------+------------------------+ | Secp256k1.Public_key | 33 bytes | bytes | +----------------------+----------+------------------------+ - - + + P256 (tag 2) ============ - + +-----------------+----------+------------------------+ | Name | Size | Contents | +=================+==========+========================+ @@ -40173,11 +40173,11 @@ Full description +-----------------+----------+------------------------+ | P256.Public_key | 33 bytes | bytes | +-----------------+----------+------------------------+ - - + + Bls (tag 3) =========== - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -40185,11 +40185,11 @@ Full description +----------------------+----------+------------------------+ | Bls12_381.Public_key | 48 bytes | bytes | +----------------------+----------+------------------------+ - - + + X_29 **** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -40197,14 +40197,14 @@ Full description +-----------------------+----------+------------------------------------+ | Bls12_381_signature | 96 bytes | bytes | +-----------------------+----------+------------------------------------+ - - + + 024-PsD5wVTJ.contract_id.originated (22 bytes, 8-bit tag) ********************************************************* - + Originated (tag 1) ================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -40214,11 +40214,11 @@ Full description +---------------+----------+------------------------+ | padding | 1 byte | padding | +---------------+----------+------------------------+ - - + + 024-PsD5wVTJ.scripted.contracts ******************************* - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -40230,114 +40230,114 @@ Full description +-----------------------+----------+------------------------------------+ | storage | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + 024-PsD5wVTJ.entrypoint (Determined from data, 8-bit tag) ********************************************************* - + default (tag 0) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + root (tag 1) ============ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + do (tag 2) ========== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + set_delegate (tag 3) ==================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + remove_delegate (tag 4) ======================= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + deposit (tag 5) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + stake (tag 6) ============= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + unstake (tag 7) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + finalize_unstake (tag 8) ======================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + set_delegate_parameters (tag 9) =============================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + named (tag 255) =============== - + +-----------------------+----------+------------------------+ | Name | Size | Contents | +=======================+==========+========================+ @@ -40347,11 +40347,11 @@ Full description +-----------------------+----------+------------------------+ | Unnamed field 0 | Variable | bytes | +-----------------------+----------+------------------------+ - - + + X_31 **** - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -40361,11 +40361,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | value | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + X_33 **** - + +--------------------+----------+----------------------------------+ | Name | Size | Contents | +====================+==========+==================================+ @@ -40375,11 +40375,11 @@ Full description +--------------------+----------+----------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+----------------------------------+ - - + + X_34 **** - + +---------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=======================================+======================+=====================================+ @@ -40389,14 +40389,14 @@ Full description +---------------------------------------+----------------------+-------------------------------------+ | dal_attestation | Determined from data | $Z.t | +---------------------------------------+----------------------+-------------------------------------+ - - + + 024-PsD5wVTJ.inlined.consensus_operation.contents (Determined from data, 8-bit tag) *********************************************************************************** - + Preattestation (tag 20) ======================= - + +--------------------+----------+------------------------------------+ | Name | Size | Contents | +====================+==========+====================================+ @@ -40410,11 +40410,11 @@ Full description +--------------------+----------+------------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+------------------------------------+ - - + + Attestation (tag 21) ==================== - + +--------------------+----------+------------------------------------+ | Name | Size | Contents | +====================+==========+====================================+ @@ -40428,11 +40428,11 @@ Full description +--------------------+----------+------------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+------------------------------------+ - - + + Attestation_with_dal (tag 23) ============================= - + +--------------------+----------------------+------------------------------------+ | Name | Size | Contents | +====================+======================+====================================+ @@ -40448,11 +40448,11 @@ Full description +--------------------+----------------------+------------------------------------+ | dal_attestation | Determined from data | $Z.t | +--------------------+----------------------+------------------------------------+ - - + + Preattestations_aggregate (tag 30) ================================== - + +-----------------------+----------+------------------------------------------------+ | Name | Size | Contents | +=======================+==========+================================================+ @@ -40464,11 +40464,11 @@ Full description +-----------------------+----------+------------------------------------------------+ | committee | Variable | sequence of unsigned 16-bit big-endian integer | +-----------------------+----------+------------------------------------------------+ - - + + Attestations_aggregate (tag 31) =============================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -40480,11 +40480,11 @@ Full description +-----------------------+----------+------------------------------------+ | committee | Variable | sequence of $X_34 | +-----------------------+----------+------------------------------------+ - - + + 024-PsD5wVTJ.inlined.consensus_operation **************************************** - + +------------+----------------------+----------------------------------------------------+ | Name | Size | Contents | +============+======================+====================================================+ @@ -40494,11 +40494,11 @@ Full description +------------+----------------------+----------------------------------------------------+ | signature | Variable | bytes | +------------+----------------------+----------------------------------------------------+ - - + + X_40 **** - + +-----------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +=================+======================+=========================================================================+ @@ -40506,11 +40506,11 @@ Full description +-----------------+----------------------+-------------------------------------------------------------------------+ | Unnamed field 1 | Determined from data | $X_7 | +-----------------+----------------------+-------------------------------------------------------------------------+ - - + + X_39 **** - + +-------+----------------------+----------+ | Name | Size | Contents | +=======+======================+==========+ @@ -40518,11 +40518,11 @@ Full description +-------+----------------------+----------+ | proof | 48 bytes | bytes | +-------+----------------------+----------+ - - + + X_42 **** - + +-----------------+-----------+----------+ | Name | Size | Contents | +=================+===========+==========+ @@ -40530,11 +40530,11 @@ Full description +-----------------+-----------+----------+ | Unnamed field 1 | 100 bytes | bytes | +-----------------+-----------+----------+ - - + + fitness.elem ************ - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -40542,44 +40542,44 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + 024-PsD5wVTJ.per_block_votes (1 byte, 8-bit tag) ************************************************ - + per_block_vote_on (tag 0) ========================= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + per_block_vote_off (tag 1) ========================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + per_block_vote_pass (tag 2) =========================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + 024-PsD5wVTJ.block_header.alpha.full_header ******************************************* - + +---------------------------------------+----------+-------------------------------------+ | Name | Size | Contents | +=======================================+==========+=====================================+ @@ -40615,14 +40615,14 @@ Full description +---------------------------------------+----------+-------------------------------------+ | signature | Variable | bytes | +---------------------------------------+----------+-------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.contents (Determined from data, 8-bit tag) *********************************************************************** - + Seed_nonce_revelation (tag 1) ============================= - + +-------+----------+----------------------------------+ | Name | Size | Contents | +=======+==========+==================================+ @@ -40632,11 +40632,11 @@ Full description +-------+----------+----------------------------------+ | nonce | 32 bytes | bytes | +-------+----------+----------------------------------+ - - + + Double_consensus_operation_evidence (tag 2) =========================================== - + +-----------------------+----------+-------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================+ @@ -40652,11 +40652,11 @@ Full description +-----------------------+----------+-------------------------------------------+ | op2 | Variable | $024-PsD5wVTJ.inlined.consensus_operation | +-----------------------+----------+-------------------------------------------+ - - + + Double_baking_evidence (tag 3) ============================== - + +-----------------------+----------+----------------------------------------------+ | Name | Size | Contents | +=======================+==========+==============================================+ @@ -40670,11 +40670,11 @@ Full description +-----------------------+----------+----------------------------------------------+ | bh2 | Variable | $024-PsD5wVTJ.block_header.alpha.full_header | +-----------------------+----------+----------------------------------------------+ - - + + Activate_account (tag 4) ======================== - + +--------+----------+------------------------+ | Name | Size | Contents | +========+==========+========================+ @@ -40684,11 +40684,11 @@ Full description +--------+----------+------------------------+ | secret | 20 bytes | bytes | +--------+----------+------------------------+ - - + + Proposals (tag 5) ================= - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -40702,11 +40702,11 @@ Full description +-----------------------+----------+------------------------------------+ | proposals | Variable | sequence of at most 20 bytes | +-----------------------+----------+------------------------------------+ - - + + Ballot (tag 6) ============== - + +----------+----------+----------------------------------+ | Name | Size | Contents | +==========+==========+==================================+ @@ -40720,11 +40720,11 @@ Full description +----------+----------+----------------------------------+ | ballot | 1 byte | signed 8-bit integer | +----------+----------+----------------------------------+ - - + + Vdf_revelation (tag 8) ====================== - + +----------+-----------+------------------------+ | Name | Size | Contents | +==========+===========+========================+ @@ -40732,11 +40732,11 @@ Full description +----------+-----------+------------------------+ | solution | 200 bytes | $X_42 | +----------+-----------+------------------------+ - - + + Drain_delegate (tag 9) ====================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -40748,11 +40748,11 @@ Full description +---------------+----------+------------------------+ | destination | 21 bytes | $public_key_hash | +---------------+----------+------------------------+ - - + + Failing_noop (tag 17) ===================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -40762,11 +40762,11 @@ Full description +-----------------------+----------+------------------------------------+ | arbitrary | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + Preattestation (tag 20) ======================= - + +--------------------+----------+------------------------------------+ | Name | Size | Contents | +====================+==========+====================================+ @@ -40780,11 +40780,11 @@ Full description +--------------------+----------+------------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+------------------------------------+ - - + + Attestation (tag 21) ==================== - + +--------------------+----------+------------------------------------+ | Name | Size | Contents | +====================+==========+====================================+ @@ -40798,11 +40798,11 @@ Full description +--------------------+----------+------------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+------------------------------------+ - - + + Attestation_with_dal (tag 23) ============================= - + +--------------------+----------------------+------------------------------------+ | Name | Size | Contents | +====================+======================+====================================+ @@ -40818,11 +40818,11 @@ Full description +--------------------+----------------------+------------------------------------+ | dal_attestation | Determined from data | $Z.t | +--------------------+----------------------+------------------------------------+ - - + + Dal_entrapment_evidence (tag 24) ================================ - + +-----------------------+----------------------+-------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================+ @@ -40838,11 +40838,11 @@ Full description +-----------------------+----------------------+-------------------------------------------+ | shard_with_proof | Determined from data | $X_39 | +-----------------------+----------------------+-------------------------------------------+ - - + + Preattestations_aggregate (tag 30) ================================== - + +-----------------------+----------+------------------------------------------------+ | Name | Size | Contents | +=======================+==========+================================================+ @@ -40854,11 +40854,11 @@ Full description +-----------------------+----------+------------------------------------------------+ | committee | Variable | sequence of unsigned 16-bit big-endian integer | +-----------------------+----------+------------------------------------------------+ - - + + Attestations_aggregate (tag 31) =============================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -40870,11 +40870,11 @@ Full description +-----------------------+----------+------------------------------------+ | committee | Variable | sequence of $X_34 | +-----------------------+----------+------------------------------------+ - - + + Reveal (tag 107) ================ - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -40896,11 +40896,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | proof | Determined from data | $X_29 | +-----------------------------+----------------------+-------------------------------------+ - - + + Transaction (tag 108) ===================== - + +----------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==================================+======================+=====================================+ @@ -40924,11 +40924,11 @@ Full description +----------------------------------+----------------------+-------------------------------------+ | parameters | Determined from data | $X_31 | +----------------------------------+----------------------+-------------------------------------+ - - + + Origination (tag 109) ===================== - + +--------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +================================+======================+=====================================+ @@ -40952,11 +40952,11 @@ Full description +--------------------------------+----------------------+-------------------------------------+ | script | Determined from data | $024-PsD5wVTJ.scripted.contracts | +--------------------------------+----------------------+-------------------------------------+ - - + + Delegation (tag 110) ==================== - + +--------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +================================+======================+=====================================+ @@ -40976,11 +40976,11 @@ Full description +--------------------------------+----------------------+-------------------------------------+ | delegate | 21 bytes | $public_key_hash | +--------------------------------+----------------------+-------------------------------------+ - - + + Register_global_constant (tag 111) ================================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -41000,11 +41000,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | value | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + Set_deposits_limit (tag 112) ============================ - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -41024,11 +41024,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | limit | Determined from data | $N.t | +-----------------------------+----------------------+-------------------------------------+ - - + + Increase_paid_storage (tag 113) =============================== - + +---------------+----------------------+--------------------------------------+ | Name | Size | Contents | +===============+======================+======================================+ @@ -41048,11 +41048,11 @@ Full description +---------------+----------------------+--------------------------------------+ | destination | 22 bytes | $024-PsD5wVTJ.contract_id.originated | +---------------+----------------------+--------------------------------------+ - - + + Update_consensus_key (tag 114) ============================== - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -41074,11 +41074,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | proof | Determined from data | $X_29 | +-----------------------------+----------------------+-------------------------------------+ - - + + Update_companion_key (tag 115) ============================== - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -41100,11 +41100,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | proof | Determined from data | $X_29 | +-----------------------------+----------------------+-------------------------------------+ - - + + Transfer_ticket (tag 158) ========================= - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -41138,11 +41138,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | entrypoint | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_originate (tag 200) ================================ - + +---------------------------------+----------------------+-----------------------------------------------------------+ | Name | Size | Contents | +=================================+======================+===========================================================+ @@ -41172,11 +41172,11 @@ Full description +---------------------------------+----------------------+-----------------------------------------------------------+ | whitelist | Determined from data | $X_28 | +---------------------------------+----------------------+-----------------------------------------------------------+ - - + + Smart_rollup_add_messages (tag 201) =================================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -41196,11 +41196,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | message | Variable | sequence of $X_2 | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_cement (tag 202) ============================= - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -41218,11 +41218,11 @@ Full description +---------------+----------------------+------------------------+ | rollup | 20 bytes | bytes | +---------------+----------------------+------------------------+ - - + + Smart_rollup_publish (tag 203) ============================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -41242,11 +41242,11 @@ Full description +---------------+----------------------+------------------------+ | commitment | 76 bytes | $X_25 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_refute (tag 204) ============================= - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -41268,11 +41268,11 @@ Full description +---------------+----------------------+------------------------+ | refutation | Determined from data | $X_24 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_timeout (tag 205) ============================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -41292,11 +41292,11 @@ Full description +---------------+----------------------+------------------------+ | stakers | 42 bytes | $X_18 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_execute_outbox_message (tag 206) ============================================= - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -41320,11 +41320,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | output_proof | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_recover_bond (tag 207) =================================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -41344,11 +41344,11 @@ Full description +---------------+----------------------+------------------------+ | staker | 21 bytes | $public_key_hash | +---------------+----------------------+------------------------+ - - + + Dal_publish_commitment (tag 230) ================================ - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -41366,11 +41366,11 @@ Full description +---------------+----------------------+------------------------+ | slot_header | 145 bytes | $X_17 | +---------------+----------------------+------------------------+ - - + + Zk_rollup_origination (tag 250) =============================== - + +-----------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+=========================================================================+ @@ -41400,11 +41400,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------+ | nb_ops | 4 bytes | signed 31-bit big-endian integer in the range -1073741824 to 1073741823 | +-----------------------+----------------------+-------------------------------------------------------------------------+ - - + + Zk_rollup_publish (tag 251) =========================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -41426,11 +41426,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | op | Variable | sequence of $X_8 | +-----------------------+----------------------+------------------------------------+ - - + + Zk_rollup_update (tag 252) ========================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -41450,7 +41450,7 @@ Full description +---------------+----------------------+------------------------+ | update | Determined from data | $X_0 | +---------------+----------------------+------------------------+ - +
@@ -41466,11 +41466,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + +
- + .. _POST_..--block_id--helpers--forge--protocol_data : @@ -41478,7 +41478,7 @@ Full description **POST ..//helpers/forge/protocol_data** .. raw:: html - +
@@ -41526,40 +41526,40 @@ Full description +----------------------------------+----------+-------------------------------------+ | per_block_votes | 1 byte | $024-PsD5wVTJ.per_block_votes | +----------------------------------+----------+-------------------------------------+ - - + + 024-PsD5wVTJ.per_block_votes (1 byte, 8-bit tag) ************************************************ - + per_block_vote_on (tag 0) ========================= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + per_block_vote_off (tag 1) ========================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + per_block_vote_pass (tag 2) =========================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - +
@@ -41575,11 +41575,11 @@ Full description +-----------------------+----------+------------------------------------+ | protocol_data | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + +
- + .. _POST_..--block_id--helpers--forge--signed_operations : @@ -41587,7 +41587,7 @@ Full description **POST ..//helpers/forge/signed_operations** .. raw:: html - +
@@ -42333,14 +42333,14 @@ Full description +-------------------------------+----------+------------------------------------------------------------------------+ | signature_suffix | 64 bytes | bytes | +-------------------------------+----------+------------------------------------------------------------------------+ - - + + bls_signature_prefix (33 bytes, 8-bit tag) ****************************************** - + Bls_prefix (tag 3) ================== - + +-----------------+----------+------------------------+ | Name | Size | Contents | +=================+==========+========================+ @@ -42348,14 +42348,14 @@ Full description +-----------------+----------+------------------------+ | Unnamed field 0 | 32 bytes | bytes | +-----------------+----------+------------------------+ - - + + public_key_hash (21 bytes, 8-bit tag) ************************************* - + Ed25519 (tag 0) =============== - + +-------------------------+----------+------------------------+ | Name | Size | Contents | +=========================+==========+========================+ @@ -42363,11 +42363,11 @@ Full description +-------------------------+----------+------------------------+ | Ed25519.Public_key_hash | 20 bytes | bytes | +-------------------------+----------+------------------------+ - - + + Secp256k1 (tag 1) ================= - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -42375,11 +42375,11 @@ Full description +---------------------------+----------+------------------------+ | Secp256k1.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + P256 (tag 2) ============ - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -42387,11 +42387,11 @@ Full description +----------------------+----------+------------------------+ | P256.Public_key_hash | 20 bytes | bytes | +----------------------+----------+------------------------+ - - + + Bls (tag 3) =========== - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -42399,23 +42399,23 @@ Full description +---------------------------+----------+------------------------+ | Bls12_381.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + N.t *** - + A variable-length sequence of bytes encoding a Zarith natural number. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). Size bits ignored, the data is the binary representation of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | N.t | Determined from data | bytes | +------+----------------------+----------+ - - + + X_2 *** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -42423,11 +42423,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + X_3 *** - + +-----------------------+----------+-------------------------------------+ | Name | Size | Contents | +=======================+==========+=====================================+ @@ -42439,11 +42439,11 @@ Full description +-----------------------+----------+-------------------------------------+ | exit_validity | 1 byte | boolean (0 for false, 255 for true) | +-----------------------+----------+-------------------------------------+ - - + + X_1 *** - + +-----------------+----------------------+----------+ | Name | Size | Contents | +=================+======================+==========+ @@ -42451,11 +42451,11 @@ Full description +-----------------+----------------------+----------+ | Unnamed field 1 | Determined from data | $X_3 | +-----------------+----------------------+----------+ - - + + X_6 *** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -42465,11 +42465,11 @@ Full description +-----------------------+----------+------------------------------------+ | fee | 32 bytes | bytes | +-----------------------+----------+------------------------------------+ - - + + X_4 *** - + +-----------------+----------------------+----------+ | Name | Size | Contents | +=================+======================+==========+ @@ -42477,11 +42477,11 @@ Full description +-----------------+----------------------+----------+ | Unnamed field 1 | Determined from data | $X_6 | +-----------------+----------------------+----------+ - - + + X_7 *** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -42489,11 +42489,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of bytes | +-----------------------+----------+------------------------------------+ - - + + X_0 *** - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -42511,23 +42511,23 @@ Full description +-----------------------+----------------------+------------------------------------+ | proof | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + Z.t *** - + A variable-length sequence of bytes encoding a Zarith integer. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). The second most significant bit of the first byte is reserved for the sign (0 for positive, 1 for negative). Size and sign bits ignored, the data is the binary representation of the absolute value of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | Z.t | Determined from data | bytes | +------+----------------------+----------+ - - + + X_10 **** - + +--------+----------------------+----------+ | Name | Size | Contents | +========+======================+==========+ @@ -42535,11 +42535,11 @@ Full description +--------+----------------------+----------+ | amount | Determined from data | $Z.t | +--------+----------------------+----------+ - - + + X_9 *** - + +-----------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+=========================================================================+ @@ -42555,11 +42555,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------+ | payload | Variable | sequence of bytes | +-----------------------+----------------------+-------------------------------------------------------------------------+ - - + + 024-PsD5wVTJ.michelson.v1.primitives (Enumeration: unsigned 8-bit integer): *************************************************************************** - + +-------------+--------------------------------+ | Case number | Encoded string | +=============+================================+ @@ -42885,14 +42885,14 @@ Full description +-------------+--------------------------------+ | 160 | GET_ADDRESS_INDEX | +-------------+--------------------------------+ - - + + micheline.024-PsD5wVTJ.michelson_v1.expression (Determined from data, 8-bit tag) ******************************************************************************** - + Int (tag 0) =========== - + +------+----------------------+------------------------+ | Name | Size | Contents | +======+======================+========================+ @@ -42900,11 +42900,11 @@ Full description +------+----------------------+------------------------+ | int | Determined from data | $Z.t | +------+----------------------+------------------------+ - - + + String (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -42914,11 +42914,11 @@ Full description +-----------------------+----------+------------------------------------+ | string | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + Sequence (tag 2) ================ - + +-----------------------+----------+-------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+=============================================================+ @@ -42928,11 +42928,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------+ | Unnamed field 0 | Variable | sequence of $micheline.024-PsD5wVTJ.michelson_v1.expression | +-----------------------+----------+-------------------------------------------------------------+ - - + + Prim__no_args__no_annots (tag 3) ================================ - + +------+--------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+========+===========================================================================================+ @@ -42940,11 +42940,11 @@ Full description +------+--------+-------------------------------------------------------------------------------------------+ | prim | 1 byte | unsigned 8-bit integer encoding an enumeration (see 024-PsD5wVTJ.michelson.v1.primitives) | +------+--------+-------------------------------------------------------------------------------------------+ - - + + Prim__no_args__some_annots (tag 4) ================================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -42956,11 +42956,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__no_annots (tag 5) ============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -42970,11 +42970,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__some_annots (tag 6) ================================ - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -42988,11 +42988,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__no_annots (tag 7) =============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -43004,11 +43004,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg2 | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__some_annots (tag 8) ================================= - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -43024,11 +43024,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__generic (tag 9) ===================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -43044,11 +43044,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Bytes (tag 10) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -43058,14 +43058,14 @@ Full description +-----------------------+----------+------------------------------------+ | bytes | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + 024-PsD5wVTJ.contract_id (22 bytes, 8-bit tag) ********************************************** - + Implicit (tag 0) ================ - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -43073,11 +43073,11 @@ Full description +---------------------------+----------+------------------------+ | Signature.Public_key_hash | 21 bytes | $public_key_hash | +---------------------------+----------+------------------------+ - - + + Originated (tag 1) ================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -43087,24 +43087,24 @@ Full description +---------------+----------+------------------------+ | padding | 1 byte | padding | +---------------+----------+------------------------+ - - + + X_13 (Determined from data, 8-bit tag) ************************************** - + None (tag 0) ============ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Some (tag 1) ============ - + +----------+----------------------+-------------------------------------------------+ | Name | Size | Contents | +==========+======================+=================================================+ @@ -43116,11 +43116,11 @@ Full description +----------+----------------------+-------------------------------------------------+ | ticketer | 22 bytes | $024-PsD5wVTJ.contract_id | +----------+----------------------+-------------------------------------------------+ - - + + X_8 *** - + +-----------------+----------------------+----------+ | Name | Size | Contents | +=================+======================+==========+ @@ -43128,44 +43128,44 @@ Full description +-----------------+----------------------+----------+ | Unnamed field 1 | Determined from data | $X_13 | +-----------------+----------------------+----------+ - - + + X_16 (1 byte, 8-bit tag) ************************ - + Public (tag 0) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Private (tag 1) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Fee (tag 2) =========== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + X_14 **** - + +-----------------+----------------------+----------+ | Name | Size | Contents | +=================+======================+==========+ @@ -43173,11 +43173,11 @@ Full description +-----------------+----------------------+----------+ | Unnamed field 1 | 1 byte | $X_16 | +-----------------+----------------------+----------+ - - + + X_17 **** - + +------------------+----------+------------------------+ | Name | Size | Contents | +==================+==========+========================+ @@ -43187,11 +43187,11 @@ Full description +------------------+----------+------------------------+ | commitment_proof | 96 bytes | bytes | +------------------+----------+------------------------+ - - + + X_18 **** - + +-------+----------+------------------+ | Name | Size | Contents | +=======+==========+==================+ @@ -43199,11 +43199,11 @@ Full description +-------+----------+------------------+ | bob | 21 bytes | $public_key_hash | +-------+----------+------------------+ - - + + X_19 **** - + +-----------------+---------+----------------------------------+ | Name | Size | Contents | +=================+=========+==================================+ @@ -43213,14 +43213,14 @@ Full description +-----------------+---------+----------------------------------+ | page_index | 2 bytes | signed 16-bit big-endian integer | +-----------------+---------+----------------------------------+ - - + + X_20 (Determined from data, 8-bit tag) ************************************** - + raw data proof (tag 0) ====================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -43230,21 +43230,21 @@ Full description +-----------------------+----------+------------------------------------+ | raw_data | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + metadata proof (tag 1) ====================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + dal page proof (tag 2) ====================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -43256,24 +43256,24 @@ Full description +-----------------------+----------+------------------------------------+ | dal_proof | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + dal parameters proof (tag 3) ============================ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + X_21 (Determined from data, 8-bit tag) ************************************** - + inbox proof (tag 0) =================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -43287,11 +43287,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | serialized_proof | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + reveal proof (tag 1) ==================== - + +--------------+----------------------+------------------------+ | Name | Size | Contents | +==============+======================+========================+ @@ -43299,21 +43299,21 @@ Full description +--------------+----------------------+------------------------+ | reveal_proof | Determined from data | $X_20 | +--------------+----------------------+------------------------+ - - + + first input (tag 2) =================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + X_22 **** - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -43323,14 +43323,14 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | tick | Determined from data | $N.t | +-----------------------------+----------------------+-------------------------------------+ - - + + X_23 (Determined from data, 8-bit tag) ************************************** - + Dissection (tag 0) ================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -43340,11 +43340,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_22 | +-----------------------+----------+------------------------------------+ - - + + Proof (tag 1) ============= - + +-----------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +===================================+======================+=====================================+ @@ -43358,14 +43358,14 @@ Full description +-----------------------------------+----------------------+-------------------------------------+ | input_proof | Determined from data | $X_21 | +-----------------------------------+----------------------+-------------------------------------+ - - + + X_24 (Determined from data, 8-bit tag) ************************************** - + Start (tag 0) ============= - + +--------------------------+----------+------------------------+ | Name | Size | Contents | +==========================+==========+========================+ @@ -43375,11 +43375,11 @@ Full description +--------------------------+----------+------------------------+ | opponent_commitment_hash | 32 bytes | bytes | +--------------------------+----------+------------------------+ - - + + Move (tag 1) ============ - + +--------+----------------------+------------------------+ | Name | Size | Contents | +========+======================+========================+ @@ -43389,11 +43389,11 @@ Full description +--------+----------------------+------------------------+ | step | Determined from data | $X_23 | +--------+----------------------+------------------------+ - - + + X_25 **** - + +------------------+----------+----------------------------------+ | Name | Size | Contents | +==================+==========+==================================+ @@ -43405,11 +43405,11 @@ Full description +------------------+----------+----------------------------------+ | number_of_ticks | 8 bytes | signed 64-bit big-endian integer | +------------------+----------+----------------------------------+ - - + + X_27 (Enumeration: unsigned 8-bit integer): ******************************************* - + +-------------+----------------+ | Case number | Encoded string | +=============+================+ @@ -43419,11 +43419,11 @@ Full description +-------------+----------------+ | 2 | riscv | +-------------+----------------+ - - + + X_28 **** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -43431,14 +43431,14 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $public_key_hash | +-----------------------+----------+------------------------------------+ - - + + public_key (Determined from data, 8-bit tag) ******************************************** - + Ed25519 (tag 0) =============== - + +--------------------+----------+------------------------+ | Name | Size | Contents | +====================+==========+========================+ @@ -43446,11 +43446,11 @@ Full description +--------------------+----------+------------------------+ | Ed25519.Public_key | 32 bytes | bytes | +--------------------+----------+------------------------+ - - + + Secp256k1 (tag 1) ================= - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -43458,11 +43458,11 @@ Full description +----------------------+----------+------------------------+ | Secp256k1.Public_key | 33 bytes | bytes | +----------------------+----------+------------------------+ - - + + P256 (tag 2) ============ - + +-----------------+----------+------------------------+ | Name | Size | Contents | +=================+==========+========================+ @@ -43470,11 +43470,11 @@ Full description +-----------------+----------+------------------------+ | P256.Public_key | 33 bytes | bytes | +-----------------+----------+------------------------+ - - + + Bls (tag 3) =========== - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -43482,11 +43482,11 @@ Full description +----------------------+----------+------------------------+ | Bls12_381.Public_key | 48 bytes | bytes | +----------------------+----------+------------------------+ - - + + X_29 **** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -43494,14 +43494,14 @@ Full description +-----------------------+----------+------------------------------------+ | Bls12_381_signature | 96 bytes | bytes | +-----------------------+----------+------------------------------------+ - - + + 024-PsD5wVTJ.contract_id.originated (22 bytes, 8-bit tag) ********************************************************* - + Originated (tag 1) ================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -43511,11 +43511,11 @@ Full description +---------------+----------+------------------------+ | padding | 1 byte | padding | +---------------+----------+------------------------+ - - + + 024-PsD5wVTJ.scripted.contracts ******************************* - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -43527,114 +43527,114 @@ Full description +-----------------------+----------+------------------------------------+ | storage | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + 024-PsD5wVTJ.entrypoint (Determined from data, 8-bit tag) ********************************************************* - + default (tag 0) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + root (tag 1) ============ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + do (tag 2) ========== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + set_delegate (tag 3) ==================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + remove_delegate (tag 4) ======================= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + deposit (tag 5) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + stake (tag 6) ============= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + unstake (tag 7) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + finalize_unstake (tag 8) ======================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + set_delegate_parameters (tag 9) =============================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + named (tag 255) =============== - + +-----------------------+----------+------------------------+ | Name | Size | Contents | +=======================+==========+========================+ @@ -43644,11 +43644,11 @@ Full description +-----------------------+----------+------------------------+ | Unnamed field 0 | Variable | bytes | +-----------------------+----------+------------------------+ - - + + X_31 **** - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -43658,11 +43658,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | value | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + X_33 **** - + +--------------------+----------+----------------------------------+ | Name | Size | Contents | +====================+==========+==================================+ @@ -43672,11 +43672,11 @@ Full description +--------------------+----------+----------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+----------------------------------+ - - + + X_34 **** - + +---------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=======================================+======================+=====================================+ @@ -43686,14 +43686,14 @@ Full description +---------------------------------------+----------------------+-------------------------------------+ | dal_attestation | Determined from data | $Z.t | +---------------------------------------+----------------------+-------------------------------------+ - - + + 024-PsD5wVTJ.inlined.consensus_operation.contents (Determined from data, 8-bit tag) *********************************************************************************** - + Preattestation (tag 20) ======================= - + +--------------------+----------+------------------------------------+ | Name | Size | Contents | +====================+==========+====================================+ @@ -43707,11 +43707,11 @@ Full description +--------------------+----------+------------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+------------------------------------+ - - + + Attestation (tag 21) ==================== - + +--------------------+----------+------------------------------------+ | Name | Size | Contents | +====================+==========+====================================+ @@ -43725,11 +43725,11 @@ Full description +--------------------+----------+------------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+------------------------------------+ - - + + Attestation_with_dal (tag 23) ============================= - + +--------------------+----------------------+------------------------------------+ | Name | Size | Contents | +====================+======================+====================================+ @@ -43745,11 +43745,11 @@ Full description +--------------------+----------------------+------------------------------------+ | dal_attestation | Determined from data | $Z.t | +--------------------+----------------------+------------------------------------+ - - + + Preattestations_aggregate (tag 30) ================================== - + +-----------------------+----------+------------------------------------------------+ | Name | Size | Contents | +=======================+==========+================================================+ @@ -43761,11 +43761,11 @@ Full description +-----------------------+----------+------------------------------------------------+ | committee | Variable | sequence of unsigned 16-bit big-endian integer | +-----------------------+----------+------------------------------------------------+ - - + + Attestations_aggregate (tag 31) =============================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -43777,11 +43777,11 @@ Full description +-----------------------+----------+------------------------------------+ | committee | Variable | sequence of $X_34 | +-----------------------+----------+------------------------------------+ - - + + 024-PsD5wVTJ.inlined.consensus_operation **************************************** - + +------------+----------------------+----------------------------------------------------+ | Name | Size | Contents | +============+======================+====================================================+ @@ -43791,11 +43791,11 @@ Full description +------------+----------------------+----------------------------------------------------+ | signature | Variable | bytes | +------------+----------------------+----------------------------------------------------+ - - + + X_40 **** - + +-----------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +=================+======================+=========================================================================+ @@ -43803,11 +43803,11 @@ Full description +-----------------+----------------------+-------------------------------------------------------------------------+ | Unnamed field 1 | Determined from data | $X_7 | +-----------------+----------------------+-------------------------------------------------------------------------+ - - + + X_39 **** - + +-------+----------------------+----------+ | Name | Size | Contents | +=======+======================+==========+ @@ -43815,11 +43815,11 @@ Full description +-------+----------------------+----------+ | proof | 48 bytes | bytes | +-------+----------------------+----------+ - - + + X_42 **** - + +-----------------+-----------+----------+ | Name | Size | Contents | +=================+===========+==========+ @@ -43827,11 +43827,11 @@ Full description +-----------------+-----------+----------+ | Unnamed field 1 | 100 bytes | bytes | +-----------------+-----------+----------+ - - + + fitness.elem ************ - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -43839,44 +43839,44 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + 024-PsD5wVTJ.per_block_votes (1 byte, 8-bit tag) ************************************************ - + per_block_vote_on (tag 0) ========================= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + per_block_vote_off (tag 1) ========================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + per_block_vote_pass (tag 2) =========================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + 024-PsD5wVTJ.block_header.alpha.full_header ******************************************* - + +---------------------------------------+----------+-------------------------------------+ | Name | Size | Contents | +=======================================+==========+=====================================+ @@ -43912,14 +43912,14 @@ Full description +---------------------------------------+----------+-------------------------------------+ | signature | Variable | bytes | +---------------------------------------+----------+-------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.contents_or_signature_prefix (Determined from data, 8-bit tag) ******************************************************************************************* - + Seed_nonce_revelation (tag 1) ============================= - + +-------+----------+----------------------------------+ | Name | Size | Contents | +=======+==========+==================================+ @@ -43929,11 +43929,11 @@ Full description +-------+----------+----------------------------------+ | nonce | 32 bytes | bytes | +-------+----------+----------------------------------+ - - + + Double_consensus_operation_evidence (tag 2) =========================================== - + +-----------------------+----------+-------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================+ @@ -43949,11 +43949,11 @@ Full description +-----------------------+----------+-------------------------------------------+ | op2 | Variable | $024-PsD5wVTJ.inlined.consensus_operation | +-----------------------+----------+-------------------------------------------+ - - + + Double_baking_evidence (tag 3) ============================== - + +-----------------------+----------+----------------------------------------------+ | Name | Size | Contents | +=======================+==========+==============================================+ @@ -43967,11 +43967,11 @@ Full description +-----------------------+----------+----------------------------------------------+ | bh2 | Variable | $024-PsD5wVTJ.block_header.alpha.full_header | +-----------------------+----------+----------------------------------------------+ - - + + Activate_account (tag 4) ======================== - + +--------+----------+------------------------+ | Name | Size | Contents | +========+==========+========================+ @@ -43981,11 +43981,11 @@ Full description +--------+----------+------------------------+ | secret | 20 bytes | bytes | +--------+----------+------------------------+ - - + + Proposals (tag 5) ================= - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -43999,11 +43999,11 @@ Full description +-----------------------+----------+------------------------------------+ | proposals | Variable | sequence of at most 20 bytes | +-----------------------+----------+------------------------------------+ - - + + Ballot (tag 6) ============== - + +----------+----------+----------------------------------+ | Name | Size | Contents | +==========+==========+==================================+ @@ -44017,11 +44017,11 @@ Full description +----------+----------+----------------------------------+ | ballot | 1 byte | signed 8-bit integer | +----------+----------+----------------------------------+ - - + + Vdf_revelation (tag 8) ====================== - + +----------+-----------+------------------------+ | Name | Size | Contents | +==========+===========+========================+ @@ -44029,11 +44029,11 @@ Full description +----------+-----------+------------------------+ | solution | 200 bytes | $X_42 | +----------+-----------+------------------------+ - - + + Drain_delegate (tag 9) ====================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -44045,11 +44045,11 @@ Full description +---------------+----------+------------------------+ | destination | 21 bytes | $public_key_hash | +---------------+----------+------------------------+ - - + + Failing_noop (tag 17) ===================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -44059,11 +44059,11 @@ Full description +-----------------------+----------+------------------------------------+ | arbitrary | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + Preattestation (tag 20) ======================= - + +--------------------+----------+------------------------------------+ | Name | Size | Contents | +====================+==========+====================================+ @@ -44077,11 +44077,11 @@ Full description +--------------------+----------+------------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+------------------------------------+ - - + + Attestation (tag 21) ==================== - + +--------------------+----------+------------------------------------+ | Name | Size | Contents | +====================+==========+====================================+ @@ -44095,11 +44095,11 @@ Full description +--------------------+----------+------------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+------------------------------------+ - - + + Attestation_with_dal (tag 23) ============================= - + +--------------------+----------------------+------------------------------------+ | Name | Size | Contents | +====================+======================+====================================+ @@ -44115,11 +44115,11 @@ Full description +--------------------+----------------------+------------------------------------+ | dal_attestation | Determined from data | $Z.t | +--------------------+----------------------+------------------------------------+ - - + + Dal_entrapment_evidence (tag 24) ================================ - + +-----------------------+----------------------+-------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================+ @@ -44135,11 +44135,11 @@ Full description +-----------------------+----------------------+-------------------------------------------+ | shard_with_proof | Determined from data | $X_39 | +-----------------------+----------------------+-------------------------------------------+ - - + + Preattestations_aggregate (tag 30) ================================== - + +-----------------------+----------+------------------------------------------------+ | Name | Size | Contents | +=======================+==========+================================================+ @@ -44151,11 +44151,11 @@ Full description +-----------------------+----------+------------------------------------------------+ | committee | Variable | sequence of unsigned 16-bit big-endian integer | +-----------------------+----------+------------------------------------------------+ - - + + Attestations_aggregate (tag 31) =============================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -44167,11 +44167,11 @@ Full description +-----------------------+----------+------------------------------------+ | committee | Variable | sequence of $X_34 | +-----------------------+----------+------------------------------------+ - - + + Reveal (tag 107) ================ - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -44193,11 +44193,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | proof | Determined from data | $X_29 | +-----------------------------+----------------------+-------------------------------------+ - - + + Transaction (tag 108) ===================== - + +----------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==================================+======================+=====================================+ @@ -44221,11 +44221,11 @@ Full description +----------------------------------+----------------------+-------------------------------------+ | parameters | Determined from data | $X_31 | +----------------------------------+----------------------+-------------------------------------+ - - + + Origination (tag 109) ===================== - + +--------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +================================+======================+=====================================+ @@ -44249,11 +44249,11 @@ Full description +--------------------------------+----------------------+-------------------------------------+ | script | Determined from data | $024-PsD5wVTJ.scripted.contracts | +--------------------------------+----------------------+-------------------------------------+ - - + + Delegation (tag 110) ==================== - + +--------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +================================+======================+=====================================+ @@ -44273,11 +44273,11 @@ Full description +--------------------------------+----------------------+-------------------------------------+ | delegate | 21 bytes | $public_key_hash | +--------------------------------+----------------------+-------------------------------------+ - - + + Register_global_constant (tag 111) ================================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -44297,11 +44297,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | value | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + Set_deposits_limit (tag 112) ============================ - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -44321,11 +44321,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | limit | Determined from data | $N.t | +-----------------------------+----------------------+-------------------------------------+ - - + + Increase_paid_storage (tag 113) =============================== - + +---------------+----------------------+--------------------------------------+ | Name | Size | Contents | +===============+======================+======================================+ @@ -44345,11 +44345,11 @@ Full description +---------------+----------------------+--------------------------------------+ | destination | 22 bytes | $024-PsD5wVTJ.contract_id.originated | +---------------+----------------------+--------------------------------------+ - - + + Update_consensus_key (tag 114) ============================== - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -44371,11 +44371,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | proof | Determined from data | $X_29 | +-----------------------------+----------------------+-------------------------------------+ - - + + Update_companion_key (tag 115) ============================== - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -44397,11 +44397,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | proof | Determined from data | $X_29 | +-----------------------------+----------------------+-------------------------------------+ - - + + Transfer_ticket (tag 158) ========================= - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -44435,11 +44435,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | entrypoint | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_originate (tag 200) ================================ - + +---------------------------------+----------------------+-----------------------------------------------------------+ | Name | Size | Contents | +=================================+======================+===========================================================+ @@ -44469,11 +44469,11 @@ Full description +---------------------------------+----------------------+-----------------------------------------------------------+ | whitelist | Determined from data | $X_28 | +---------------------------------+----------------------+-----------------------------------------------------------+ - - + + Smart_rollup_add_messages (tag 201) =================================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -44493,11 +44493,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | message | Variable | sequence of $X_2 | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_cement (tag 202) ============================= - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -44515,11 +44515,11 @@ Full description +---------------+----------------------+------------------------+ | rollup | 20 bytes | bytes | +---------------+----------------------+------------------------+ - - + + Smart_rollup_publish (tag 203) ============================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -44539,11 +44539,11 @@ Full description +---------------+----------------------+------------------------+ | commitment | 76 bytes | $X_25 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_refute (tag 204) ============================= - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -44565,11 +44565,11 @@ Full description +---------------+----------------------+------------------------+ | refutation | Determined from data | $X_24 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_timeout (tag 205) ============================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -44589,11 +44589,11 @@ Full description +---------------+----------------------+------------------------+ | stakers | 42 bytes | $X_18 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_execute_outbox_message (tag 206) ============================================= - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -44617,11 +44617,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | output_proof | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_recover_bond (tag 207) =================================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -44641,11 +44641,11 @@ Full description +---------------+----------------------+------------------------+ | staker | 21 bytes | $public_key_hash | +---------------+----------------------+------------------------+ - - + + Dal_publish_commitment (tag 230) ================================ - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -44663,11 +44663,11 @@ Full description +---------------+----------------------+------------------------+ | slot_header | 145 bytes | $X_17 | +---------------+----------------------+------------------------+ - - + + Zk_rollup_origination (tag 250) =============================== - + +-----------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+=========================================================================+ @@ -44697,11 +44697,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------+ | nb_ops | 4 bytes | signed 31-bit big-endian integer in the range -1073741824 to 1073741823 | +-----------------------+----------------------+-------------------------------------------------------------------------+ - - + + Zk_rollup_publish (tag 251) =========================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -44723,11 +44723,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | op | Variable | sequence of $X_8 | +-----------------------+----------------------+------------------------------------+ - - + + Zk_rollup_update (tag 252) ========================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -44747,11 +44747,11 @@ Full description +---------------+----------------------+------------------------+ | update | Determined from data | $X_0 | +---------------+----------------------+------------------------+ - - + + Signature_prefix (tag 255) ========================== - + +------------------+----------+------------------------+ | Name | Size | Contents | +==================+==========+========================+ @@ -44759,7 +44759,7 @@ Full description +------------------+----------+------------------------+ | signature_prefix | 33 bytes | $bls_signature_prefix | +------------------+----------+------------------------+ - +
@@ -44775,11 +44775,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + +
- + .. _POST_..--block_id--helpers--forge_block_header : @@ -44787,7 +44787,7 @@ Full description **POST ..//helpers/forge_block_header** .. raw:: html - +
@@ -44861,11 +44861,11 @@ Full description +----------------------------+----------+------------------------------------+ | protocol_data | Variable | bytes | +----------------------------+----------+------------------------------------+ - - + + fitness.elem ************ - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -44873,7 +44873,7 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | bytes | +-----------------------+----------+------------------------------------+ - +
@@ -44889,11 +44889,11 @@ Full description +-----------------------+----------+------------------------------------+ | block | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + +
- + .. _GET_..--block_id--helpers--levels_in_current_cycle : @@ -44901,7 +44901,7 @@ Full description **GET ..//helpers/levels_in_current_cycle?[offset=]** .. raw:: html - +
@@ -44923,11 +44923,11 @@ Full description +-------+---------+----------------------------------+ | last | 4 bytes | signed 32-bit big-endian integer | +-------+---------+----------------------------------+ - - + +
- + .. _POST_..--block_id--helpers--parse--block : @@ -44935,7 +44935,7 @@ Full description **POST ..//helpers/parse/block** .. raw:: html - +
@@ -45009,11 +45009,11 @@ Full description +----------------------------+----------+------------------------------------+ | protocol_data | Variable | bytes | +----------------------------+----------+------------------------------------+ - - + + fitness.elem ************ - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -45021,7 +45021,7 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | bytes | +-----------------------+----------+------------------------------------+ - +
@@ -45067,43 +45067,43 @@ Full description +---------------------------------------+----------+-------------------------------------+ | signature | Variable | bytes | +---------------------------------------+----------+-------------------------------------+ - - + + 024-PsD5wVTJ.per_block_votes (1 byte, 8-bit tag) ************************************************ - + per_block_vote_on (tag 0) ========================= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + per_block_vote_off (tag 1) ========================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + per_block_vote_pass (tag 2) =========================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - +
- + .. _POST_..--block_id--helpers--parse--operations : @@ -45111,7 +45111,7 @@ Full description **POST ..//helpers/parse/operations?[version=]** .. raw:: html - +
@@ -45153,11 +45153,11 @@ Full description +---------------------------------------+----------+-------------------------------------+ | check_signature | 1 byte | boolean (0 for false, 255 for true) | +---------------------------------------+----------+-------------------------------------+ - - + + X_0 *** - + +--------------------------+----------+------------------------------------+ | Name | Size | Contents | +==========================+==========+====================================+ @@ -45167,7 +45167,7 @@ Full description +--------------------------+----------+------------------------------------+ | data | Variable | bytes | +--------------------------+----------+------------------------------------+ - +
@@ -45904,14 +45904,14 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_0 | +-----------------------+----------+------------------------------------+ - - + + bls_signature_prefix (33 bytes, 8-bit tag) ****************************************** - + Bls_prefix (tag 3) ================== - + +-----------------+----------+------------------------+ | Name | Size | Contents | +=================+==========+========================+ @@ -45919,14 +45919,14 @@ Full description +-----------------+----------+------------------------+ | Unnamed field 0 | 32 bytes | bytes | +-----------------+----------+------------------------+ - - + + public_key_hash (21 bytes, 8-bit tag) ************************************* - + Ed25519 (tag 0) =============== - + +-------------------------+----------+------------------------+ | Name | Size | Contents | +=========================+==========+========================+ @@ -45934,11 +45934,11 @@ Full description +-------------------------+----------+------------------------+ | Ed25519.Public_key_hash | 20 bytes | bytes | +-------------------------+----------+------------------------+ - - + + Secp256k1 (tag 1) ================= - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -45946,11 +45946,11 @@ Full description +---------------------------+----------+------------------------+ | Secp256k1.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + P256 (tag 2) ============ - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -45958,11 +45958,11 @@ Full description +----------------------+----------+------------------------+ | P256.Public_key_hash | 20 bytes | bytes | +----------------------+----------+------------------------+ - - + + Bls (tag 3) =========== - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -45970,23 +45970,23 @@ Full description +---------------------------+----------+------------------------+ | Bls12_381.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + N.t *** - + A variable-length sequence of bytes encoding a Zarith natural number. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). Size bits ignored, the data is the binary representation of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | N.t | Determined from data | bytes | +------+----------------------+----------+ - - + + X_3 *** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -45994,11 +45994,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + X_4 *** - + +-----------------------+----------+-------------------------------------+ | Name | Size | Contents | +=======================+==========+=====================================+ @@ -46010,11 +46010,11 @@ Full description +-----------------------+----------+-------------------------------------+ | exit_validity | 1 byte | boolean (0 for false, 255 for true) | +-----------------------+----------+-------------------------------------+ - - + + X_2 *** - + +-----------------+----------------------+----------+ | Name | Size | Contents | +=================+======================+==========+ @@ -46022,11 +46022,11 @@ Full description +-----------------+----------------------+----------+ | Unnamed field 1 | Determined from data | $X_4 | +-----------------+----------------------+----------+ - - + + X_7 *** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -46036,11 +46036,11 @@ Full description +-----------------------+----------+------------------------------------+ | fee | 32 bytes | bytes | +-----------------------+----------+------------------------------------+ - - + + X_5 *** - + +-----------------+----------------------+----------+ | Name | Size | Contents | +=================+======================+==========+ @@ -46048,11 +46048,11 @@ Full description +-----------------+----------------------+----------+ | Unnamed field 1 | Determined from data | $X_7 | +-----------------+----------------------+----------+ - - + + X_8 *** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -46060,11 +46060,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of bytes | +-----------------------+----------+------------------------------------+ - - + + X_1 *** - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -46082,23 +46082,23 @@ Full description +-----------------------+----------------------+------------------------------------+ | proof | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + Z.t *** - + A variable-length sequence of bytes encoding a Zarith integer. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). The second most significant bit of the first byte is reserved for the sign (0 for positive, 1 for negative). Size and sign bits ignored, the data is the binary representation of the absolute value of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | Z.t | Determined from data | bytes | +------+----------------------+----------+ - - + + X_11 **** - + +--------+----------------------+----------+ | Name | Size | Contents | +========+======================+==========+ @@ -46106,11 +46106,11 @@ Full description +--------+----------------------+----------+ | amount | Determined from data | $Z.t | +--------+----------------------+----------+ - - + + X_10 **** - + +-----------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+=========================================================================+ @@ -46126,11 +46126,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------+ | payload | Variable | sequence of bytes | +-----------------------+----------------------+-------------------------------------------------------------------------+ - - + + 024-PsD5wVTJ.michelson.v1.primitives (Enumeration: unsigned 8-bit integer): *************************************************************************** - + +-------------+--------------------------------+ | Case number | Encoded string | +=============+================================+ @@ -46456,14 +46456,14 @@ Full description +-------------+--------------------------------+ | 160 | GET_ADDRESS_INDEX | +-------------+--------------------------------+ - - + + micheline.024-PsD5wVTJ.michelson_v1.expression (Determined from data, 8-bit tag) ******************************************************************************** - + Int (tag 0) =========== - + +------+----------------------+------------------------+ | Name | Size | Contents | +======+======================+========================+ @@ -46471,11 +46471,11 @@ Full description +------+----------------------+------------------------+ | int | Determined from data | $Z.t | +------+----------------------+------------------------+ - - + + String (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -46485,11 +46485,11 @@ Full description +-----------------------+----------+------------------------------------+ | string | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + Sequence (tag 2) ================ - + +-----------------------+----------+-------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+=============================================================+ @@ -46499,11 +46499,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------+ | Unnamed field 0 | Variable | sequence of $micheline.024-PsD5wVTJ.michelson_v1.expression | +-----------------------+----------+-------------------------------------------------------------+ - - + + Prim__no_args__no_annots (tag 3) ================================ - + +------+--------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+========+===========================================================================================+ @@ -46511,11 +46511,11 @@ Full description +------+--------+-------------------------------------------------------------------------------------------+ | prim | 1 byte | unsigned 8-bit integer encoding an enumeration (see 024-PsD5wVTJ.michelson.v1.primitives) | +------+--------+-------------------------------------------------------------------------------------------+ - - + + Prim__no_args__some_annots (tag 4) ================================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -46527,11 +46527,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__no_annots (tag 5) ============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -46541,11 +46541,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__some_annots (tag 6) ================================ - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -46559,11 +46559,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__no_annots (tag 7) =============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -46575,11 +46575,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg2 | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__some_annots (tag 8) ================================= - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -46595,11 +46595,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__generic (tag 9) ===================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -46615,11 +46615,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Bytes (tag 10) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -46629,14 +46629,14 @@ Full description +-----------------------+----------+------------------------------------+ | bytes | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + 024-PsD5wVTJ.contract_id (22 bytes, 8-bit tag) ********************************************** - + Implicit (tag 0) ================ - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -46644,11 +46644,11 @@ Full description +---------------------------+----------+------------------------+ | Signature.Public_key_hash | 21 bytes | $public_key_hash | +---------------------------+----------+------------------------+ - - + + Originated (tag 1) ================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -46658,24 +46658,24 @@ Full description +---------------+----------+------------------------+ | padding | 1 byte | padding | +---------------+----------+------------------------+ - - + + X_14 (Determined from data, 8-bit tag) ************************************** - + None (tag 0) ============ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Some (tag 1) ============ - + +----------+----------------------+-------------------------------------------------+ | Name | Size | Contents | +==========+======================+=================================================+ @@ -46687,11 +46687,11 @@ Full description +----------+----------------------+-------------------------------------------------+ | ticketer | 22 bytes | $024-PsD5wVTJ.contract_id | +----------+----------------------+-------------------------------------------------+ - - + + X_9 *** - + +-----------------+----------------------+----------+ | Name | Size | Contents | +=================+======================+==========+ @@ -46699,44 +46699,44 @@ Full description +-----------------+----------------------+----------+ | Unnamed field 1 | Determined from data | $X_14 | +-----------------+----------------------+----------+ - - + + X_17 (1 byte, 8-bit tag) ************************ - + Public (tag 0) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Private (tag 1) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Fee (tag 2) =========== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + X_15 **** - + +-----------------+----------------------+----------+ | Name | Size | Contents | +=================+======================+==========+ @@ -46744,11 +46744,11 @@ Full description +-----------------+----------------------+----------+ | Unnamed field 1 | 1 byte | $X_17 | +-----------------+----------------------+----------+ - - + + X_18 **** - + +------------------+----------+------------------------+ | Name | Size | Contents | +==================+==========+========================+ @@ -46758,11 +46758,11 @@ Full description +------------------+----------+------------------------+ | commitment_proof | 96 bytes | bytes | +------------------+----------+------------------------+ - - + + X_19 **** - + +-------+----------+------------------+ | Name | Size | Contents | +=======+==========+==================+ @@ -46770,11 +46770,11 @@ Full description +-------+----------+------------------+ | bob | 21 bytes | $public_key_hash | +-------+----------+------------------+ - - + + X_20 **** - + +-----------------+---------+----------------------------------+ | Name | Size | Contents | +=================+=========+==================================+ @@ -46784,14 +46784,14 @@ Full description +-----------------+---------+----------------------------------+ | page_index | 2 bytes | signed 16-bit big-endian integer | +-----------------+---------+----------------------------------+ - - + + X_21 (Determined from data, 8-bit tag) ************************************** - + raw data proof (tag 0) ====================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -46801,21 +46801,21 @@ Full description +-----------------------+----------+------------------------------------+ | raw_data | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + metadata proof (tag 1) ====================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + dal page proof (tag 2) ====================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -46827,24 +46827,24 @@ Full description +-----------------------+----------+------------------------------------+ | dal_proof | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + dal parameters proof (tag 3) ============================ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + X_22 (Determined from data, 8-bit tag) ************************************** - + inbox proof (tag 0) =================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -46858,11 +46858,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | serialized_proof | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + reveal proof (tag 1) ==================== - + +--------------+----------------------+------------------------+ | Name | Size | Contents | +==============+======================+========================+ @@ -46870,21 +46870,21 @@ Full description +--------------+----------------------+------------------------+ | reveal_proof | Determined from data | $X_21 | +--------------+----------------------+------------------------+ - - + + first input (tag 2) =================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + X_23 **** - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -46894,14 +46894,14 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | tick | Determined from data | $N.t | +-----------------------------+----------------------+-------------------------------------+ - - + + X_24 (Determined from data, 8-bit tag) ************************************** - + Dissection (tag 0) ================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -46911,11 +46911,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_23 | +-----------------------+----------+------------------------------------+ - - + + Proof (tag 1) ============= - + +-----------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +===================================+======================+=====================================+ @@ -46929,14 +46929,14 @@ Full description +-----------------------------------+----------------------+-------------------------------------+ | input_proof | Determined from data | $X_22 | +-----------------------------------+----------------------+-------------------------------------+ - - + + X_25 (Determined from data, 8-bit tag) ************************************** - + Start (tag 0) ============= - + +--------------------------+----------+------------------------+ | Name | Size | Contents | +==========================+==========+========================+ @@ -46946,11 +46946,11 @@ Full description +--------------------------+----------+------------------------+ | opponent_commitment_hash | 32 bytes | bytes | +--------------------------+----------+------------------------+ - - + + Move (tag 1) ============ - + +--------+----------------------+------------------------+ | Name | Size | Contents | +========+======================+========================+ @@ -46960,11 +46960,11 @@ Full description +--------+----------------------+------------------------+ | step | Determined from data | $X_24 | +--------+----------------------+------------------------+ - - + + X_26 **** - + +------------------+----------+----------------------------------+ | Name | Size | Contents | +==================+==========+==================================+ @@ -46976,11 +46976,11 @@ Full description +------------------+----------+----------------------------------+ | number_of_ticks | 8 bytes | signed 64-bit big-endian integer | +------------------+----------+----------------------------------+ - - + + X_28 (Enumeration: unsigned 8-bit integer): ******************************************* - + +-------------+----------------+ | Case number | Encoded string | +=============+================+ @@ -46990,11 +46990,11 @@ Full description +-------------+----------------+ | 2 | riscv | +-------------+----------------+ - - + + X_29 **** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -47002,14 +47002,14 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $public_key_hash | +-----------------------+----------+------------------------------------+ - - + + public_key (Determined from data, 8-bit tag) ******************************************** - + Ed25519 (tag 0) =============== - + +--------------------+----------+------------------------+ | Name | Size | Contents | +====================+==========+========================+ @@ -47017,11 +47017,11 @@ Full description +--------------------+----------+------------------------+ | Ed25519.Public_key | 32 bytes | bytes | +--------------------+----------+------------------------+ - - + + Secp256k1 (tag 1) ================= - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -47029,11 +47029,11 @@ Full description +----------------------+----------+------------------------+ | Secp256k1.Public_key | 33 bytes | bytes | +----------------------+----------+------------------------+ - - + + P256 (tag 2) ============ - + +-----------------+----------+------------------------+ | Name | Size | Contents | +=================+==========+========================+ @@ -47041,11 +47041,11 @@ Full description +-----------------+----------+------------------------+ | P256.Public_key | 33 bytes | bytes | +-----------------+----------+------------------------+ - - + + Bls (tag 3) =========== - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -47053,11 +47053,11 @@ Full description +----------------------+----------+------------------------+ | Bls12_381.Public_key | 48 bytes | bytes | +----------------------+----------+------------------------+ - - + + X_30 **** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -47065,14 +47065,14 @@ Full description +-----------------------+----------+------------------------------------+ | Bls12_381_signature | 96 bytes | bytes | +-----------------------+----------+------------------------------------+ - - + + 024-PsD5wVTJ.contract_id.originated (22 bytes, 8-bit tag) ********************************************************* - + Originated (tag 1) ================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -47082,11 +47082,11 @@ Full description +---------------+----------+------------------------+ | padding | 1 byte | padding | +---------------+----------+------------------------+ - - + + 024-PsD5wVTJ.scripted.contracts ******************************* - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -47098,114 +47098,114 @@ Full description +-----------------------+----------+------------------------------------+ | storage | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + 024-PsD5wVTJ.entrypoint (Determined from data, 8-bit tag) ********************************************************* - + default (tag 0) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + root (tag 1) ============ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + do (tag 2) ========== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + set_delegate (tag 3) ==================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + remove_delegate (tag 4) ======================= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + deposit (tag 5) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + stake (tag 6) ============= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + unstake (tag 7) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + finalize_unstake (tag 8) ======================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + set_delegate_parameters (tag 9) =============================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + named (tag 255) =============== - + +-----------------------+----------+------------------------+ | Name | Size | Contents | +=======================+==========+========================+ @@ -47215,11 +47215,11 @@ Full description +-----------------------+----------+------------------------+ | Unnamed field 0 | Variable | bytes | +-----------------------+----------+------------------------+ - - + + X_32 **** - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -47229,11 +47229,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | value | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + X_34 **** - + +--------------------+----------+----------------------------------+ | Name | Size | Contents | +====================+==========+==================================+ @@ -47243,11 +47243,11 @@ Full description +--------------------+----------+----------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+----------------------------------+ - - + + X_35 **** - + +---------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=======================================+======================+=====================================+ @@ -47257,14 +47257,14 @@ Full description +---------------------------------------+----------------------+-------------------------------------+ | dal_attestation | Determined from data | $Z.t | +---------------------------------------+----------------------+-------------------------------------+ - - + + 024-PsD5wVTJ.inlined.consensus_operation.contents (Determined from data, 8-bit tag) *********************************************************************************** - + Preattestation (tag 20) ======================= - + +--------------------+----------+------------------------------------+ | Name | Size | Contents | +====================+==========+====================================+ @@ -47278,11 +47278,11 @@ Full description +--------------------+----------+------------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+------------------------------------+ - - + + Attestation (tag 21) ==================== - + +--------------------+----------+------------------------------------+ | Name | Size | Contents | +====================+==========+====================================+ @@ -47296,11 +47296,11 @@ Full description +--------------------+----------+------------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+------------------------------------+ - - + + Attestation_with_dal (tag 23) ============================= - + +--------------------+----------------------+------------------------------------+ | Name | Size | Contents | +====================+======================+====================================+ @@ -47316,11 +47316,11 @@ Full description +--------------------+----------------------+------------------------------------+ | dal_attestation | Determined from data | $Z.t | +--------------------+----------------------+------------------------------------+ - - + + Preattestations_aggregate (tag 30) ================================== - + +-----------------------+----------+------------------------------------------------+ | Name | Size | Contents | +=======================+==========+================================================+ @@ -47332,11 +47332,11 @@ Full description +-----------------------+----------+------------------------------------------------+ | committee | Variable | sequence of unsigned 16-bit big-endian integer | +-----------------------+----------+------------------------------------------------+ - - + + Attestations_aggregate (tag 31) =============================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -47348,11 +47348,11 @@ Full description +-----------------------+----------+------------------------------------+ | committee | Variable | sequence of $X_35 | +-----------------------+----------+------------------------------------+ - - + + 024-PsD5wVTJ.inlined.consensus_operation **************************************** - + +------------+----------------------+----------------------------------------------------+ | Name | Size | Contents | +============+======================+====================================================+ @@ -47362,11 +47362,11 @@ Full description +------------+----------------------+----------------------------------------------------+ | signature | Variable | bytes | +------------+----------------------+----------------------------------------------------+ - - + + X_41 **** - + +-----------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +=================+======================+=========================================================================+ @@ -47374,11 +47374,11 @@ Full description +-----------------+----------------------+-------------------------------------------------------------------------+ | Unnamed field 1 | Determined from data | $X_8 | +-----------------+----------------------+-------------------------------------------------------------------------+ - - + + X_40 **** - + +-------+----------------------+----------+ | Name | Size | Contents | +=======+======================+==========+ @@ -47386,11 +47386,11 @@ Full description +-------+----------------------+----------+ | proof | 48 bytes | bytes | +-------+----------------------+----------+ - - + + X_43 **** - + +-----------------+-----------+----------+ | Name | Size | Contents | +=================+===========+==========+ @@ -47398,11 +47398,11 @@ Full description +-----------------+-----------+----------+ | Unnamed field 1 | 100 bytes | bytes | +-----------------+-----------+----------+ - - + + fitness.elem ************ - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -47410,44 +47410,44 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + 024-PsD5wVTJ.per_block_votes (1 byte, 8-bit tag) ************************************************ - + per_block_vote_on (tag 0) ========================= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + per_block_vote_off (tag 1) ========================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + per_block_vote_pass (tag 2) =========================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + 024-PsD5wVTJ.block_header.alpha.full_header ******************************************* - + +---------------------------------------+----------+-------------------------------------+ | Name | Size | Contents | +=======================================+==========+=====================================+ @@ -47483,14 +47483,14 @@ Full description +---------------------------------------+----------+-------------------------------------+ | signature | Variable | bytes | +---------------------------------------+----------+-------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.contents_or_signature_prefix (Determined from data, 8-bit tag) ******************************************************************************************* - + Seed_nonce_revelation (tag 1) ============================= - + +-------+----------+----------------------------------+ | Name | Size | Contents | +=======+==========+==================================+ @@ -47500,11 +47500,11 @@ Full description +-------+----------+----------------------------------+ | nonce | 32 bytes | bytes | +-------+----------+----------------------------------+ - - + + Double_consensus_operation_evidence (tag 2) =========================================== - + +-----------------------+----------+-------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================+ @@ -47520,11 +47520,11 @@ Full description +-----------------------+----------+-------------------------------------------+ | op2 | Variable | $024-PsD5wVTJ.inlined.consensus_operation | +-----------------------+----------+-------------------------------------------+ - - + + Double_baking_evidence (tag 3) ============================== - + +-----------------------+----------+----------------------------------------------+ | Name | Size | Contents | +=======================+==========+==============================================+ @@ -47538,11 +47538,11 @@ Full description +-----------------------+----------+----------------------------------------------+ | bh2 | Variable | $024-PsD5wVTJ.block_header.alpha.full_header | +-----------------------+----------+----------------------------------------------+ - - + + Activate_account (tag 4) ======================== - + +--------+----------+------------------------+ | Name | Size | Contents | +========+==========+========================+ @@ -47552,11 +47552,11 @@ Full description +--------+----------+------------------------+ | secret | 20 bytes | bytes | +--------+----------+------------------------+ - - + + Proposals (tag 5) ================= - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -47570,11 +47570,11 @@ Full description +-----------------------+----------+------------------------------------+ | proposals | Variable | sequence of at most 20 bytes | +-----------------------+----------+------------------------------------+ - - + + Ballot (tag 6) ============== - + +----------+----------+----------------------------------+ | Name | Size | Contents | +==========+==========+==================================+ @@ -47588,11 +47588,11 @@ Full description +----------+----------+----------------------------------+ | ballot | 1 byte | signed 8-bit integer | +----------+----------+----------------------------------+ - - + + Vdf_revelation (tag 8) ====================== - + +----------+-----------+------------------------+ | Name | Size | Contents | +==========+===========+========================+ @@ -47600,11 +47600,11 @@ Full description +----------+-----------+------------------------+ | solution | 200 bytes | $X_43 | +----------+-----------+------------------------+ - - + + Drain_delegate (tag 9) ====================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -47616,11 +47616,11 @@ Full description +---------------+----------+------------------------+ | destination | 21 bytes | $public_key_hash | +---------------+----------+------------------------+ - - + + Failing_noop (tag 17) ===================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -47630,11 +47630,11 @@ Full description +-----------------------+----------+------------------------------------+ | arbitrary | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + Preattestation (tag 20) ======================= - + +--------------------+----------+------------------------------------+ | Name | Size | Contents | +====================+==========+====================================+ @@ -47648,11 +47648,11 @@ Full description +--------------------+----------+------------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+------------------------------------+ - - + + Attestation (tag 21) ==================== - + +--------------------+----------+------------------------------------+ | Name | Size | Contents | +====================+==========+====================================+ @@ -47666,11 +47666,11 @@ Full description +--------------------+----------+------------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+------------------------------------+ - - + + Attestation_with_dal (tag 23) ============================= - + +--------------------+----------------------+------------------------------------+ | Name | Size | Contents | +====================+======================+====================================+ @@ -47686,11 +47686,11 @@ Full description +--------------------+----------------------+------------------------------------+ | dal_attestation | Determined from data | $Z.t | +--------------------+----------------------+------------------------------------+ - - + + Dal_entrapment_evidence (tag 24) ================================ - + +-----------------------+----------------------+-------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================+ @@ -47706,11 +47706,11 @@ Full description +-----------------------+----------------------+-------------------------------------------+ | shard_with_proof | Determined from data | $X_40 | +-----------------------+----------------------+-------------------------------------------+ - - + + Preattestations_aggregate (tag 30) ================================== - + +-----------------------+----------+------------------------------------------------+ | Name | Size | Contents | +=======================+==========+================================================+ @@ -47722,11 +47722,11 @@ Full description +-----------------------+----------+------------------------------------------------+ | committee | Variable | sequence of unsigned 16-bit big-endian integer | +-----------------------+----------+------------------------------------------------+ - - + + Attestations_aggregate (tag 31) =============================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -47738,11 +47738,11 @@ Full description +-----------------------+----------+------------------------------------+ | committee | Variable | sequence of $X_35 | +-----------------------+----------+------------------------------------+ - - + + Reveal (tag 107) ================ - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -47764,11 +47764,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | proof | Determined from data | $X_30 | +-----------------------------+----------------------+-------------------------------------+ - - + + Transaction (tag 108) ===================== - + +----------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==================================+======================+=====================================+ @@ -47792,11 +47792,11 @@ Full description +----------------------------------+----------------------+-------------------------------------+ | parameters | Determined from data | $X_32 | +----------------------------------+----------------------+-------------------------------------+ - - + + Origination (tag 109) ===================== - + +--------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +================================+======================+=====================================+ @@ -47820,11 +47820,11 @@ Full description +--------------------------------+----------------------+-------------------------------------+ | script | Determined from data | $024-PsD5wVTJ.scripted.contracts | +--------------------------------+----------------------+-------------------------------------+ - - + + Delegation (tag 110) ==================== - + +--------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +================================+======================+=====================================+ @@ -47844,11 +47844,11 @@ Full description +--------------------------------+----------------------+-------------------------------------+ | delegate | 21 bytes | $public_key_hash | +--------------------------------+----------------------+-------------------------------------+ - - + + Register_global_constant (tag 111) ================================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -47868,11 +47868,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | value | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + Set_deposits_limit (tag 112) ============================ - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -47892,11 +47892,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | limit | Determined from data | $N.t | +-----------------------------+----------------------+-------------------------------------+ - - + + Increase_paid_storage (tag 113) =============================== - + +---------------+----------------------+--------------------------------------+ | Name | Size | Contents | +===============+======================+======================================+ @@ -47916,11 +47916,11 @@ Full description +---------------+----------------------+--------------------------------------+ | destination | 22 bytes | $024-PsD5wVTJ.contract_id.originated | +---------------+----------------------+--------------------------------------+ - - + + Update_consensus_key (tag 114) ============================== - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -47942,11 +47942,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | proof | Determined from data | $X_30 | +-----------------------------+----------------------+-------------------------------------+ - - + + Update_companion_key (tag 115) ============================== - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -47968,11 +47968,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | proof | Determined from data | $X_30 | +-----------------------------+----------------------+-------------------------------------+ - - + + Transfer_ticket (tag 158) ========================= - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -48006,11 +48006,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | entrypoint | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_originate (tag 200) ================================ - + +---------------------------------+----------------------+-----------------------------------------------------------+ | Name | Size | Contents | +=================================+======================+===========================================================+ @@ -48040,11 +48040,11 @@ Full description +---------------------------------+----------------------+-----------------------------------------------------------+ | whitelist | Determined from data | $X_29 | +---------------------------------+----------------------+-----------------------------------------------------------+ - - + + Smart_rollup_add_messages (tag 201) =================================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -48064,11 +48064,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | message | Variable | sequence of $X_3 | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_cement (tag 202) ============================= - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -48086,11 +48086,11 @@ Full description +---------------+----------------------+------------------------+ | rollup | 20 bytes | bytes | +---------------+----------------------+------------------------+ - - + + Smart_rollup_publish (tag 203) ============================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -48110,11 +48110,11 @@ Full description +---------------+----------------------+------------------------+ | commitment | 76 bytes | $X_26 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_refute (tag 204) ============================= - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -48136,11 +48136,11 @@ Full description +---------------+----------------------+------------------------+ | refutation | Determined from data | $X_25 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_timeout (tag 205) ============================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -48160,11 +48160,11 @@ Full description +---------------+----------------------+------------------------+ | stakers | 42 bytes | $X_19 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_execute_outbox_message (tag 206) ============================================= - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -48188,11 +48188,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | output_proof | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_recover_bond (tag 207) =================================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -48212,11 +48212,11 @@ Full description +---------------+----------------------+------------------------+ | staker | 21 bytes | $public_key_hash | +---------------+----------------------+------------------------+ - - + + Dal_publish_commitment (tag 230) ================================ - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -48234,11 +48234,11 @@ Full description +---------------+----------------------+------------------------+ | slot_header | 145 bytes | $X_18 | +---------------+----------------------+------------------------+ - - + + Zk_rollup_origination (tag 250) =============================== - + +-----------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+=========================================================================+ @@ -48268,11 +48268,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------+ | nb_ops | 4 bytes | signed 31-bit big-endian integer in the range -1073741824 to 1073741823 | +-----------------------+----------------------+-------------------------------------------------------------------------+ - - + + Zk_rollup_publish (tag 251) =========================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -48294,11 +48294,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | op | Variable | sequence of $X_9 | +-----------------------+----------------------+------------------------------------+ - - + + Zk_rollup_update (tag 252) ========================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -48318,11 +48318,11 @@ Full description +---------------+----------------------+------------------------+ | update | Determined from data | $X_1 | +---------------+----------------------+------------------------+ - - + + Signature_prefix (tag 255) ========================== - + +------------------+----------+------------------------+ | Name | Size | Contents | +==================+==========+========================+ @@ -48330,11 +48330,11 @@ Full description +------------------+----------+------------------------+ | signature_prefix | 33 bytes | $bls_signature_prefix | +------------------+----------+------------------------+ - - + + X_0 *** - + +-------------------------------+----------+------------------------------------------------------------------------+ | Name | Size | Contents | +===============================+==========+========================================================================+ @@ -48346,10 +48346,10 @@ Full description +-------------------------------+----------+------------------------------------------------------------------------+ | signature_suffix | 64 bytes | bytes | +-------------------------------+----------+------------------------------------------------------------------------+ - +
- + .. _POST_..--block_id--helpers--preapply--block : @@ -48357,7 +48357,7 @@ Full description **POST ..//helpers/preapply/block?[sort]&[timestamp=]** .. raw:: html - +
@@ -49114,44 +49114,44 @@ Full description +-----------------------+----------------------+------------------------------------+ | operations | Variable | sequence of $X_1 | +-----------------------+----------------------+------------------------------------+ - - + + 024-PsD5wVTJ.per_block_votes (1 byte, 8-bit tag) ************************************************ - + per_block_vote_on (tag 0) ========================= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + per_block_vote_off (tag 1) ========================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + per_block_vote_pass (tag 2) =========================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + X_0 *** - + +---------------------------------------+----------+-------------------------------------+ | Name | Size | Contents | +=======================================+==========+=====================================+ @@ -49171,14 +49171,14 @@ Full description +---------------------------------------+----------+-------------------------------------+ | signature | Variable | bytes | +---------------------------------------+----------+-------------------------------------+ - - + + bls_signature_prefix (33 bytes, 8-bit tag) ****************************************** - + Bls_prefix (tag 3) ================== - + +-----------------+----------+------------------------+ | Name | Size | Contents | +=================+==========+========================+ @@ -49186,14 +49186,14 @@ Full description +-----------------+----------+------------------------+ | Unnamed field 0 | 32 bytes | bytes | +-----------------+----------+------------------------+ - - + + public_key_hash (21 bytes, 8-bit tag) ************************************* - + Ed25519 (tag 0) =============== - + +-------------------------+----------+------------------------+ | Name | Size | Contents | +=========================+==========+========================+ @@ -49201,11 +49201,11 @@ Full description +-------------------------+----------+------------------------+ | Ed25519.Public_key_hash | 20 bytes | bytes | +-------------------------+----------+------------------------+ - - + + Secp256k1 (tag 1) ================= - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -49213,11 +49213,11 @@ Full description +---------------------------+----------+------------------------+ | Secp256k1.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + P256 (tag 2) ============ - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -49225,11 +49225,11 @@ Full description +----------------------+----------+------------------------+ | P256.Public_key_hash | 20 bytes | bytes | +----------------------+----------+------------------------+ - - + + Bls (tag 3) =========== - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -49237,23 +49237,23 @@ Full description +---------------------------+----------+------------------------+ | Bls12_381.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + N.t *** - + A variable-length sequence of bytes encoding a Zarith natural number. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). Size bits ignored, the data is the binary representation of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | N.t | Determined from data | bytes | +------+----------------------+----------+ - - + + X_4 *** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -49261,11 +49261,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + X_5 *** - + +-----------------------+----------+-------------------------------------+ | Name | Size | Contents | +=======================+==========+=====================================+ @@ -49277,11 +49277,11 @@ Full description +-----------------------+----------+-------------------------------------+ | exit_validity | 1 byte | boolean (0 for false, 255 for true) | +-----------------------+----------+-------------------------------------+ - - + + X_3 *** - + +-----------------+----------------------+----------+ | Name | Size | Contents | +=================+======================+==========+ @@ -49289,11 +49289,11 @@ Full description +-----------------+----------------------+----------+ | Unnamed field 1 | Determined from data | $X_5 | +-----------------+----------------------+----------+ - - + + X_8 *** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -49303,11 +49303,11 @@ Full description +-----------------------+----------+------------------------------------+ | fee | 32 bytes | bytes | +-----------------------+----------+------------------------------------+ - - + + X_6 *** - + +-----------------+----------------------+----------+ | Name | Size | Contents | +=================+======================+==========+ @@ -49315,11 +49315,11 @@ Full description +-----------------+----------------------+----------+ | Unnamed field 1 | Determined from data | $X_8 | +-----------------+----------------------+----------+ - - + + X_9 *** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -49327,11 +49327,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of bytes | +-----------------------+----------+------------------------------------+ - - + + X_2 *** - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -49349,23 +49349,23 @@ Full description +-----------------------+----------------------+------------------------------------+ | proof | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + Z.t *** - + A variable-length sequence of bytes encoding a Zarith integer. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). The second most significant bit of the first byte is reserved for the sign (0 for positive, 1 for negative). Size and sign bits ignored, the data is the binary representation of the absolute value of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | Z.t | Determined from data | bytes | +------+----------------------+----------+ - - + + X_12 **** - + +--------+----------------------+----------+ | Name | Size | Contents | +========+======================+==========+ @@ -49373,11 +49373,11 @@ Full description +--------+----------------------+----------+ | amount | Determined from data | $Z.t | +--------+----------------------+----------+ - - + + X_11 **** - + +-----------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+=========================================================================+ @@ -49393,11 +49393,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------+ | payload | Variable | sequence of bytes | +-----------------------+----------------------+-------------------------------------------------------------------------+ - - + + 024-PsD5wVTJ.michelson.v1.primitives (Enumeration: unsigned 8-bit integer): *************************************************************************** - + +-------------+--------------------------------+ | Case number | Encoded string | +=============+================================+ @@ -49723,14 +49723,14 @@ Full description +-------------+--------------------------------+ | 160 | GET_ADDRESS_INDEX | +-------------+--------------------------------+ - - + + micheline.024-PsD5wVTJ.michelson_v1.expression (Determined from data, 8-bit tag) ******************************************************************************** - + Int (tag 0) =========== - + +------+----------------------+------------------------+ | Name | Size | Contents | +======+======================+========================+ @@ -49738,11 +49738,11 @@ Full description +------+----------------------+------------------------+ | int | Determined from data | $Z.t | +------+----------------------+------------------------+ - - + + String (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -49752,11 +49752,11 @@ Full description +-----------------------+----------+------------------------------------+ | string | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + Sequence (tag 2) ================ - + +-----------------------+----------+-------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+=============================================================+ @@ -49766,11 +49766,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------+ | Unnamed field 0 | Variable | sequence of $micheline.024-PsD5wVTJ.michelson_v1.expression | +-----------------------+----------+-------------------------------------------------------------+ - - + + Prim__no_args__no_annots (tag 3) ================================ - + +------+--------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+========+===========================================================================================+ @@ -49778,11 +49778,11 @@ Full description +------+--------+-------------------------------------------------------------------------------------------+ | prim | 1 byte | unsigned 8-bit integer encoding an enumeration (see 024-PsD5wVTJ.michelson.v1.primitives) | +------+--------+-------------------------------------------------------------------------------------------+ - - + + Prim__no_args__some_annots (tag 4) ================================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -49794,11 +49794,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__no_annots (tag 5) ============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -49808,11 +49808,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__some_annots (tag 6) ================================ - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -49826,11 +49826,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__no_annots (tag 7) =============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -49842,11 +49842,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg2 | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__some_annots (tag 8) ================================= - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -49862,11 +49862,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__generic (tag 9) ===================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -49882,11 +49882,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Bytes (tag 10) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -49896,14 +49896,14 @@ Full description +-----------------------+----------+------------------------------------+ | bytes | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + 024-PsD5wVTJ.contract_id (22 bytes, 8-bit tag) ********************************************** - + Implicit (tag 0) ================ - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -49911,11 +49911,11 @@ Full description +---------------------------+----------+------------------------+ | Signature.Public_key_hash | 21 bytes | $public_key_hash | +---------------------------+----------+------------------------+ - - + + Originated (tag 1) ================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -49925,24 +49925,24 @@ Full description +---------------+----------+------------------------+ | padding | 1 byte | padding | +---------------+----------+------------------------+ - - + + X_15 (Determined from data, 8-bit tag) ************************************** - + None (tag 0) ============ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Some (tag 1) ============ - + +----------+----------------------+-------------------------------------------------+ | Name | Size | Contents | +==========+======================+=================================================+ @@ -49954,11 +49954,11 @@ Full description +----------+----------------------+-------------------------------------------------+ | ticketer | 22 bytes | $024-PsD5wVTJ.contract_id | +----------+----------------------+-------------------------------------------------+ - - + + X_10 **** - + +-----------------+----------------------+----------+ | Name | Size | Contents | +=================+======================+==========+ @@ -49966,44 +49966,44 @@ Full description +-----------------+----------------------+----------+ | Unnamed field 1 | Determined from data | $X_15 | +-----------------+----------------------+----------+ - - + + X_18 (1 byte, 8-bit tag) ************************ - + Public (tag 0) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Private (tag 1) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Fee (tag 2) =========== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + X_16 **** - + +-----------------+----------------------+----------+ | Name | Size | Contents | +=================+======================+==========+ @@ -50011,11 +50011,11 @@ Full description +-----------------+----------------------+----------+ | Unnamed field 1 | 1 byte | $X_18 | +-----------------+----------------------+----------+ - - + + X_19 **** - + +------------------+----------+------------------------+ | Name | Size | Contents | +==================+==========+========================+ @@ -50025,11 +50025,11 @@ Full description +------------------+----------+------------------------+ | commitment_proof | 96 bytes | bytes | +------------------+----------+------------------------+ - - + + X_20 **** - + +-------+----------+------------------+ | Name | Size | Contents | +=======+==========+==================+ @@ -50037,11 +50037,11 @@ Full description +-------+----------+------------------+ | bob | 21 bytes | $public_key_hash | +-------+----------+------------------+ - - + + X_21 **** - + +-----------------+---------+----------------------------------+ | Name | Size | Contents | +=================+=========+==================================+ @@ -50051,14 +50051,14 @@ Full description +-----------------+---------+----------------------------------+ | page_index | 2 bytes | signed 16-bit big-endian integer | +-----------------+---------+----------------------------------+ - - + + X_22 (Determined from data, 8-bit tag) ************************************** - + raw data proof (tag 0) ====================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -50068,21 +50068,21 @@ Full description +-----------------------+----------+------------------------------------+ | raw_data | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + metadata proof (tag 1) ====================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + dal page proof (tag 2) ====================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -50094,24 +50094,24 @@ Full description +-----------------------+----------+------------------------------------+ | dal_proof | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + dal parameters proof (tag 3) ============================ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + X_23 (Determined from data, 8-bit tag) ************************************** - + inbox proof (tag 0) =================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -50125,11 +50125,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | serialized_proof | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + reveal proof (tag 1) ==================== - + +--------------+----------------------+------------------------+ | Name | Size | Contents | +==============+======================+========================+ @@ -50137,21 +50137,21 @@ Full description +--------------+----------------------+------------------------+ | reveal_proof | Determined from data | $X_22 | +--------------+----------------------+------------------------+ - - + + first input (tag 2) =================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + X_24 **** - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -50161,14 +50161,14 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | tick | Determined from data | $N.t | +-----------------------------+----------------------+-------------------------------------+ - - + + X_25 (Determined from data, 8-bit tag) ************************************** - + Dissection (tag 0) ================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -50178,11 +50178,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_24 | +-----------------------+----------+------------------------------------+ - - + + Proof (tag 1) ============= - + +-----------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +===================================+======================+=====================================+ @@ -50196,14 +50196,14 @@ Full description +-----------------------------------+----------------------+-------------------------------------+ | input_proof | Determined from data | $X_23 | +-----------------------------------+----------------------+-------------------------------------+ - - + + X_26 (Determined from data, 8-bit tag) ************************************** - + Start (tag 0) ============= - + +--------------------------+----------+------------------------+ | Name | Size | Contents | +==========================+==========+========================+ @@ -50213,11 +50213,11 @@ Full description +--------------------------+----------+------------------------+ | opponent_commitment_hash | 32 bytes | bytes | +--------------------------+----------+------------------------+ - - + + Move (tag 1) ============ - + +--------+----------------------+------------------------+ | Name | Size | Contents | +========+======================+========================+ @@ -50227,11 +50227,11 @@ Full description +--------+----------------------+------------------------+ | step | Determined from data | $X_25 | +--------+----------------------+------------------------+ - - + + X_27 **** - + +------------------+----------+----------------------------------+ | Name | Size | Contents | +==================+==========+==================================+ @@ -50243,11 +50243,11 @@ Full description +------------------+----------+----------------------------------+ | number_of_ticks | 8 bytes | signed 64-bit big-endian integer | +------------------+----------+----------------------------------+ - - + + X_29 (Enumeration: unsigned 8-bit integer): ******************************************* - + +-------------+----------------+ | Case number | Encoded string | +=============+================+ @@ -50257,11 +50257,11 @@ Full description +-------------+----------------+ | 2 | riscv | +-------------+----------------+ - - + + X_30 **** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -50269,14 +50269,14 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $public_key_hash | +-----------------------+----------+------------------------------------+ - - + + public_key (Determined from data, 8-bit tag) ******************************************** - + Ed25519 (tag 0) =============== - + +--------------------+----------+------------------------+ | Name | Size | Contents | +====================+==========+========================+ @@ -50284,11 +50284,11 @@ Full description +--------------------+----------+------------------------+ | Ed25519.Public_key | 32 bytes | bytes | +--------------------+----------+------------------------+ - - + + Secp256k1 (tag 1) ================= - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -50296,11 +50296,11 @@ Full description +----------------------+----------+------------------------+ | Secp256k1.Public_key | 33 bytes | bytes | +----------------------+----------+------------------------+ - - + + P256 (tag 2) ============ - + +-----------------+----------+------------------------+ | Name | Size | Contents | +=================+==========+========================+ @@ -50308,11 +50308,11 @@ Full description +-----------------+----------+------------------------+ | P256.Public_key | 33 bytes | bytes | +-----------------+----------+------------------------+ - - + + Bls (tag 3) =========== - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -50320,11 +50320,11 @@ Full description +----------------------+----------+------------------------+ | Bls12_381.Public_key | 48 bytes | bytes | +----------------------+----------+------------------------+ - - + + X_31 **** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -50332,14 +50332,14 @@ Full description +-----------------------+----------+------------------------------------+ | Bls12_381_signature | 96 bytes | bytes | +-----------------------+----------+------------------------------------+ - - + + 024-PsD5wVTJ.contract_id.originated (22 bytes, 8-bit tag) ********************************************************* - + Originated (tag 1) ================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -50349,11 +50349,11 @@ Full description +---------------+----------+------------------------+ | padding | 1 byte | padding | +---------------+----------+------------------------+ - - + + 024-PsD5wVTJ.scripted.contracts ******************************* - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -50365,114 +50365,114 @@ Full description +-----------------------+----------+------------------------------------+ | storage | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + 024-PsD5wVTJ.entrypoint (Determined from data, 8-bit tag) ********************************************************* - + default (tag 0) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + root (tag 1) ============ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + do (tag 2) ========== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + set_delegate (tag 3) ==================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + remove_delegate (tag 4) ======================= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + deposit (tag 5) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + stake (tag 6) ============= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + unstake (tag 7) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + finalize_unstake (tag 8) ======================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + set_delegate_parameters (tag 9) =============================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + named (tag 255) =============== - + +-----------------------+----------+------------------------+ | Name | Size | Contents | +=======================+==========+========================+ @@ -50482,11 +50482,11 @@ Full description +-----------------------+----------+------------------------+ | Unnamed field 0 | Variable | bytes | +-----------------------+----------+------------------------+ - - + + X_33 **** - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -50496,11 +50496,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | value | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + X_35 **** - + +--------------------+----------+----------------------------------+ | Name | Size | Contents | +====================+==========+==================================+ @@ -50510,11 +50510,11 @@ Full description +--------------------+----------+----------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+----------------------------------+ - - + + X_36 **** - + +---------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=======================================+======================+=====================================+ @@ -50524,14 +50524,14 @@ Full description +---------------------------------------+----------------------+-------------------------------------+ | dal_attestation | Determined from data | $Z.t | +---------------------------------------+----------------------+-------------------------------------+ - - + + 024-PsD5wVTJ.inlined.consensus_operation.contents (Determined from data, 8-bit tag) *********************************************************************************** - + Preattestation (tag 20) ======================= - + +--------------------+----------+------------------------------------+ | Name | Size | Contents | +====================+==========+====================================+ @@ -50545,11 +50545,11 @@ Full description +--------------------+----------+------------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+------------------------------------+ - - + + Attestation (tag 21) ==================== - + +--------------------+----------+------------------------------------+ | Name | Size | Contents | +====================+==========+====================================+ @@ -50563,11 +50563,11 @@ Full description +--------------------+----------+------------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+------------------------------------+ - - + + Attestation_with_dal (tag 23) ============================= - + +--------------------+----------------------+------------------------------------+ | Name | Size | Contents | +====================+======================+====================================+ @@ -50583,11 +50583,11 @@ Full description +--------------------+----------------------+------------------------------------+ | dal_attestation | Determined from data | $Z.t | +--------------------+----------------------+------------------------------------+ - - + + Preattestations_aggregate (tag 30) ================================== - + +-----------------------+----------+------------------------------------------------+ | Name | Size | Contents | +=======================+==========+================================================+ @@ -50599,11 +50599,11 @@ Full description +-----------------------+----------+------------------------------------------------+ | committee | Variable | sequence of unsigned 16-bit big-endian integer | +-----------------------+----------+------------------------------------------------+ - - + + Attestations_aggregate (tag 31) =============================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -50615,11 +50615,11 @@ Full description +-----------------------+----------+------------------------------------+ | committee | Variable | sequence of $X_36 | +-----------------------+----------+------------------------------------+ - - + + 024-PsD5wVTJ.inlined.consensus_operation **************************************** - + +------------+----------------------+----------------------------------------------------+ | Name | Size | Contents | +============+======================+====================================================+ @@ -50629,11 +50629,11 @@ Full description +------------+----------------------+----------------------------------------------------+ | signature | Variable | bytes | +------------+----------------------+----------------------------------------------------+ - - + + X_42 **** - + +-----------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +=================+======================+=========================================================================+ @@ -50641,11 +50641,11 @@ Full description +-----------------+----------------------+-------------------------------------------------------------------------+ | Unnamed field 1 | Determined from data | $X_9 | +-----------------+----------------------+-------------------------------------------------------------------------+ - - + + X_41 **** - + +-------+----------------------+----------+ | Name | Size | Contents | +=======+======================+==========+ @@ -50653,11 +50653,11 @@ Full description +-------+----------------------+----------+ | proof | 48 bytes | bytes | +-------+----------------------+----------+ - - + + X_44 **** - + +-----------------+-----------+----------+ | Name | Size | Contents | +=================+===========+==========+ @@ -50665,11 +50665,11 @@ Full description +-----------------+-----------+----------+ | Unnamed field 1 | 100 bytes | bytes | +-----------------+-----------+----------+ - - + + fitness.elem ************ - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -50677,11 +50677,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + 024-PsD5wVTJ.block_header.alpha.full_header ******************************************* - + +---------------------------------------+----------+-------------------------------------+ | Name | Size | Contents | +=======================================+==========+=====================================+ @@ -50717,14 +50717,14 @@ Full description +---------------------------------------+----------+-------------------------------------+ | signature | Variable | bytes | +---------------------------------------+----------+-------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.contents_or_signature_prefix (Determined from data, 8-bit tag) ******************************************************************************************* - + Seed_nonce_revelation (tag 1) ============================= - + +-------+----------+----------------------------------+ | Name | Size | Contents | +=======+==========+==================================+ @@ -50734,11 +50734,11 @@ Full description +-------+----------+----------------------------------+ | nonce | 32 bytes | bytes | +-------+----------+----------------------------------+ - - + + Double_consensus_operation_evidence (tag 2) =========================================== - + +-----------------------+----------+-------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================+ @@ -50754,11 +50754,11 @@ Full description +-----------------------+----------+-------------------------------------------+ | op2 | Variable | $024-PsD5wVTJ.inlined.consensus_operation | +-----------------------+----------+-------------------------------------------+ - - + + Double_baking_evidence (tag 3) ============================== - + +-----------------------+----------+----------------------------------------------+ | Name | Size | Contents | +=======================+==========+==============================================+ @@ -50772,11 +50772,11 @@ Full description +-----------------------+----------+----------------------------------------------+ | bh2 | Variable | $024-PsD5wVTJ.block_header.alpha.full_header | +-----------------------+----------+----------------------------------------------+ - - + + Activate_account (tag 4) ======================== - + +--------+----------+------------------------+ | Name | Size | Contents | +========+==========+========================+ @@ -50786,11 +50786,11 @@ Full description +--------+----------+------------------------+ | secret | 20 bytes | bytes | +--------+----------+------------------------+ - - + + Proposals (tag 5) ================= - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -50804,11 +50804,11 @@ Full description +-----------------------+----------+------------------------------------+ | proposals | Variable | sequence of at most 20 bytes | +-----------------------+----------+------------------------------------+ - - + + Ballot (tag 6) ============== - + +----------+----------+----------------------------------+ | Name | Size | Contents | +==========+==========+==================================+ @@ -50822,11 +50822,11 @@ Full description +----------+----------+----------------------------------+ | ballot | 1 byte | signed 8-bit integer | +----------+----------+----------------------------------+ - - + + Vdf_revelation (tag 8) ====================== - + +----------+-----------+------------------------+ | Name | Size | Contents | +==========+===========+========================+ @@ -50834,11 +50834,11 @@ Full description +----------+-----------+------------------------+ | solution | 200 bytes | $X_44 | +----------+-----------+------------------------+ - - + + Drain_delegate (tag 9) ====================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -50850,11 +50850,11 @@ Full description +---------------+----------+------------------------+ | destination | 21 bytes | $public_key_hash | +---------------+----------+------------------------+ - - + + Failing_noop (tag 17) ===================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -50864,11 +50864,11 @@ Full description +-----------------------+----------+------------------------------------+ | arbitrary | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + Preattestation (tag 20) ======================= - + +--------------------+----------+------------------------------------+ | Name | Size | Contents | +====================+==========+====================================+ @@ -50882,11 +50882,11 @@ Full description +--------------------+----------+------------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+------------------------------------+ - - + + Attestation (tag 21) ==================== - + +--------------------+----------+------------------------------------+ | Name | Size | Contents | +====================+==========+====================================+ @@ -50900,11 +50900,11 @@ Full description +--------------------+----------+------------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+------------------------------------+ - - + + Attestation_with_dal (tag 23) ============================= - + +--------------------+----------------------+------------------------------------+ | Name | Size | Contents | +====================+======================+====================================+ @@ -50920,11 +50920,11 @@ Full description +--------------------+----------------------+------------------------------------+ | dal_attestation | Determined from data | $Z.t | +--------------------+----------------------+------------------------------------+ - - + + Dal_entrapment_evidence (tag 24) ================================ - + +-----------------------+----------------------+-------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================+ @@ -50940,11 +50940,11 @@ Full description +-----------------------+----------------------+-------------------------------------------+ | shard_with_proof | Determined from data | $X_41 | +-----------------------+----------------------+-------------------------------------------+ - - + + Preattestations_aggregate (tag 30) ================================== - + +-----------------------+----------+------------------------------------------------+ | Name | Size | Contents | +=======================+==========+================================================+ @@ -50956,11 +50956,11 @@ Full description +-----------------------+----------+------------------------------------------------+ | committee | Variable | sequence of unsigned 16-bit big-endian integer | +-----------------------+----------+------------------------------------------------+ - - + + Attestations_aggregate (tag 31) =============================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -50972,11 +50972,11 @@ Full description +-----------------------+----------+------------------------------------+ | committee | Variable | sequence of $X_36 | +-----------------------+----------+------------------------------------+ - - + + Reveal (tag 107) ================ - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -50998,11 +50998,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | proof | Determined from data | $X_31 | +-----------------------------+----------------------+-------------------------------------+ - - + + Transaction (tag 108) ===================== - + +----------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==================================+======================+=====================================+ @@ -51026,11 +51026,11 @@ Full description +----------------------------------+----------------------+-------------------------------------+ | parameters | Determined from data | $X_33 | +----------------------------------+----------------------+-------------------------------------+ - - + + Origination (tag 109) ===================== - + +--------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +================================+======================+=====================================+ @@ -51054,11 +51054,11 @@ Full description +--------------------------------+----------------------+-------------------------------------+ | script | Determined from data | $024-PsD5wVTJ.scripted.contracts | +--------------------------------+----------------------+-------------------------------------+ - - + + Delegation (tag 110) ==================== - + +--------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +================================+======================+=====================================+ @@ -51078,11 +51078,11 @@ Full description +--------------------------------+----------------------+-------------------------------------+ | delegate | 21 bytes | $public_key_hash | +--------------------------------+----------------------+-------------------------------------+ - - + + Register_global_constant (tag 111) ================================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -51102,11 +51102,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | value | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + Set_deposits_limit (tag 112) ============================ - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -51126,11 +51126,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | limit | Determined from data | $N.t | +-----------------------------+----------------------+-------------------------------------+ - - + + Increase_paid_storage (tag 113) =============================== - + +---------------+----------------------+--------------------------------------+ | Name | Size | Contents | +===============+======================+======================================+ @@ -51150,11 +51150,11 @@ Full description +---------------+----------------------+--------------------------------------+ | destination | 22 bytes | $024-PsD5wVTJ.contract_id.originated | +---------------+----------------------+--------------------------------------+ - - + + Update_consensus_key (tag 114) ============================== - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -51176,11 +51176,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | proof | Determined from data | $X_31 | +-----------------------------+----------------------+-------------------------------------+ - - + + Update_companion_key (tag 115) ============================== - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -51202,11 +51202,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | proof | Determined from data | $X_31 | +-----------------------------+----------------------+-------------------------------------+ - - + + Transfer_ticket (tag 158) ========================= - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -51240,11 +51240,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | entrypoint | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_originate (tag 200) ================================ - + +---------------------------------+----------------------+-----------------------------------------------------------+ | Name | Size | Contents | +=================================+======================+===========================================================+ @@ -51274,11 +51274,11 @@ Full description +---------------------------------+----------------------+-----------------------------------------------------------+ | whitelist | Determined from data | $X_30 | +---------------------------------+----------------------+-----------------------------------------------------------+ - - + + Smart_rollup_add_messages (tag 201) =================================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -51298,11 +51298,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | message | Variable | sequence of $X_4 | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_cement (tag 202) ============================= - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -51320,11 +51320,11 @@ Full description +---------------+----------------------+------------------------+ | rollup | 20 bytes | bytes | +---------------+----------------------+------------------------+ - - + + Smart_rollup_publish (tag 203) ============================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -51344,11 +51344,11 @@ Full description +---------------+----------------------+------------------------+ | commitment | 76 bytes | $X_27 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_refute (tag 204) ============================= - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -51370,11 +51370,11 @@ Full description +---------------+----------------------+------------------------+ | refutation | Determined from data | $X_26 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_timeout (tag 205) ============================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -51394,11 +51394,11 @@ Full description +---------------+----------------------+------------------------+ | stakers | 42 bytes | $X_20 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_execute_outbox_message (tag 206) ============================================= - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -51422,11 +51422,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | output_proof | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_recover_bond (tag 207) =================================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -51446,11 +51446,11 @@ Full description +---------------+----------------------+------------------------+ | staker | 21 bytes | $public_key_hash | +---------------+----------------------+------------------------+ - - + + Dal_publish_commitment (tag 230) ================================ - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -51468,11 +51468,11 @@ Full description +---------------+----------------------+------------------------+ | slot_header | 145 bytes | $X_19 | +---------------+----------------------+------------------------+ - - + + Zk_rollup_origination (tag 250) =============================== - + +-----------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+=========================================================================+ @@ -51502,11 +51502,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------+ | nb_ops | 4 bytes | signed 31-bit big-endian integer in the range -1073741824 to 1073741823 | +-----------------------+----------------------+-------------------------------------------------------------------------+ - - + + Zk_rollup_publish (tag 251) =========================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -51528,11 +51528,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | op | Variable | sequence of $X_10 | +-----------------------+----------------------+------------------------------------+ - - + + Zk_rollup_update (tag 252) ========================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -51552,11 +51552,11 @@ Full description +---------------+----------------------+------------------------+ | update | Determined from data | $X_2 | +---------------+----------------------+------------------------+ - - + + Signature_prefix (tag 255) ========================== - + +------------------+----------+------------------------+ | Name | Size | Contents | +==================+==========+========================+ @@ -51564,11 +51564,11 @@ Full description +------------------+----------+------------------------+ | signature_prefix | 33 bytes | $bls_signature_prefix | +------------------+----------+------------------------+ - - + + next_operation ************** - + +-------------------------------+----------+------------------------------------------------------------------------+ | Name | Size | Contents | +===============================+==========+========================================================================+ @@ -51582,11 +51582,11 @@ Full description +-------------------------------+----------+------------------------------------------------------------------------+ | signature_suffix | 64 bytes | bytes | +-------------------------------+----------+------------------------------------------------------------------------+ - - + + X_1 *** - + +--------------------------+----------+------------------------------------+ | Name | Size | Contents | +==========================+==========+====================================+ @@ -51596,7 +51596,7 @@ Full description +--------------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $next_operation | +--------------------------+----------+------------------------------------+ - +
@@ -51698,11 +51698,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | operations | Variable | sequence of $X_0 | +-----------------------+----------------------+------------------------------------+ - - + + fitness.elem ************ - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -51710,11 +51710,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + block_header.shell ****************** - + +----------------------------+----------+------------------------------------+ | Name | Size | Contents | +============================+==========+====================================+ @@ -51736,11 +51736,11 @@ Full description +----------------------------+----------+------------------------------------+ | context | 32 bytes | bytes | +----------------------------+----------+------------------------------------+ - - + + X_1 *** - + +--------------------------+----------+------------------------------------+ | Name | Size | Contents | +==========================+==========+====================================+ @@ -51752,11 +51752,11 @@ Full description +--------------------------+----------+------------------------------------+ | data | Variable | bytes | +--------------------------+----------+------------------------------------+ - - + + X_2 *** - + +--------------------------+----------+------------------------------------+ | Name | Size | Contents | +==========================+==========+====================================+ @@ -51772,11 +51772,11 @@ Full description +--------------------------+----------+------------------------------------+ | error | Variable | bytes | +--------------------------+----------+------------------------------------+ - - + + X_0 *** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -51800,10 +51800,10 @@ Full description +-----------------------+----------+------------------------------------+ | branch_delayed | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - +
- + .. _POST_..--block_id--helpers--preapply--operations : @@ -51811,7 +51811,7 @@ Full description **POST ..//helpers/preapply/operations?[version=]** .. raw:: html - +
@@ -52558,14 +52558,14 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $next_operation | +-----------------------+----------+------------------------------------+ - - + + bls_signature_prefix (33 bytes, 8-bit tag) ****************************************** - + Bls_prefix (tag 3) ================== - + +-----------------+----------+------------------------+ | Name | Size | Contents | +=================+==========+========================+ @@ -52573,14 +52573,14 @@ Full description +-----------------+----------+------------------------+ | Unnamed field 0 | 32 bytes | bytes | +-----------------+----------+------------------------+ - - + + public_key_hash (21 bytes, 8-bit tag) ************************************* - + Ed25519 (tag 0) =============== - + +-------------------------+----------+------------------------+ | Name | Size | Contents | +=========================+==========+========================+ @@ -52588,11 +52588,11 @@ Full description +-------------------------+----------+------------------------+ | Ed25519.Public_key_hash | 20 bytes | bytes | +-------------------------+----------+------------------------+ - - + + Secp256k1 (tag 1) ================= - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -52600,11 +52600,11 @@ Full description +---------------------------+----------+------------------------+ | Secp256k1.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + P256 (tag 2) ============ - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -52612,11 +52612,11 @@ Full description +----------------------+----------+------------------------+ | P256.Public_key_hash | 20 bytes | bytes | +----------------------+----------+------------------------+ - - + + Bls (tag 3) =========== - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -52624,23 +52624,23 @@ Full description +---------------------------+----------+------------------------+ | Bls12_381.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + N.t *** - + A variable-length sequence of bytes encoding a Zarith natural number. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). Size bits ignored, the data is the binary representation of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | N.t | Determined from data | bytes | +------+----------------------+----------+ - - + + X_2 *** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -52648,11 +52648,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + X_3 *** - + +-----------------------+----------+-------------------------------------+ | Name | Size | Contents | +=======================+==========+=====================================+ @@ -52664,11 +52664,11 @@ Full description +-----------------------+----------+-------------------------------------+ | exit_validity | 1 byte | boolean (0 for false, 255 for true) | +-----------------------+----------+-------------------------------------+ - - + + X_1 *** - + +-----------------+----------------------+----------+ | Name | Size | Contents | +=================+======================+==========+ @@ -52676,11 +52676,11 @@ Full description +-----------------+----------------------+----------+ | Unnamed field 1 | Determined from data | $X_3 | +-----------------+----------------------+----------+ - - + + X_6 *** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -52690,11 +52690,11 @@ Full description +-----------------------+----------+------------------------------------+ | fee | 32 bytes | bytes | +-----------------------+----------+------------------------------------+ - - + + X_4 *** - + +-----------------+----------------------+----------+ | Name | Size | Contents | +=================+======================+==========+ @@ -52702,11 +52702,11 @@ Full description +-----------------+----------------------+----------+ | Unnamed field 1 | Determined from data | $X_6 | +-----------------+----------------------+----------+ - - + + X_7 *** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -52714,11 +52714,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of bytes | +-----------------------+----------+------------------------------------+ - - + + X_0 *** - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -52736,23 +52736,23 @@ Full description +-----------------------+----------------------+------------------------------------+ | proof | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + Z.t *** - + A variable-length sequence of bytes encoding a Zarith integer. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). The second most significant bit of the first byte is reserved for the sign (0 for positive, 1 for negative). Size and sign bits ignored, the data is the binary representation of the absolute value of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | Z.t | Determined from data | bytes | +------+----------------------+----------+ - - + + X_10 **** - + +--------+----------------------+----------+ | Name | Size | Contents | +========+======================+==========+ @@ -52760,11 +52760,11 @@ Full description +--------+----------------------+----------+ | amount | Determined from data | $Z.t | +--------+----------------------+----------+ - - + + X_9 *** - + +-----------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+=========================================================================+ @@ -52780,11 +52780,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------+ | payload | Variable | sequence of bytes | +-----------------------+----------------------+-------------------------------------------------------------------------+ - - + + 024-PsD5wVTJ.michelson.v1.primitives (Enumeration: unsigned 8-bit integer): *************************************************************************** - + +-------------+--------------------------------+ | Case number | Encoded string | +=============+================================+ @@ -53110,14 +53110,14 @@ Full description +-------------+--------------------------------+ | 160 | GET_ADDRESS_INDEX | +-------------+--------------------------------+ - - + + micheline.024-PsD5wVTJ.michelson_v1.expression (Determined from data, 8-bit tag) ******************************************************************************** - + Int (tag 0) =========== - + +------+----------------------+------------------------+ | Name | Size | Contents | +======+======================+========================+ @@ -53125,11 +53125,11 @@ Full description +------+----------------------+------------------------+ | int | Determined from data | $Z.t | +------+----------------------+------------------------+ - - + + String (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -53139,11 +53139,11 @@ Full description +-----------------------+----------+------------------------------------+ | string | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + Sequence (tag 2) ================ - + +-----------------------+----------+-------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+=============================================================+ @@ -53153,11 +53153,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------+ | Unnamed field 0 | Variable | sequence of $micheline.024-PsD5wVTJ.michelson_v1.expression | +-----------------------+----------+-------------------------------------------------------------+ - - + + Prim__no_args__no_annots (tag 3) ================================ - + +------+--------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+========+===========================================================================================+ @@ -53165,11 +53165,11 @@ Full description +------+--------+-------------------------------------------------------------------------------------------+ | prim | 1 byte | unsigned 8-bit integer encoding an enumeration (see 024-PsD5wVTJ.michelson.v1.primitives) | +------+--------+-------------------------------------------------------------------------------------------+ - - + + Prim__no_args__some_annots (tag 4) ================================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -53181,11 +53181,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__no_annots (tag 5) ============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -53195,11 +53195,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__some_annots (tag 6) ================================ - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -53213,11 +53213,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__no_annots (tag 7) =============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -53229,11 +53229,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg2 | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__some_annots (tag 8) ================================= - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -53249,11 +53249,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__generic (tag 9) ===================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -53269,11 +53269,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Bytes (tag 10) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -53283,14 +53283,14 @@ Full description +-----------------------+----------+------------------------------------+ | bytes | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + 024-PsD5wVTJ.contract_id (22 bytes, 8-bit tag) ********************************************** - + Implicit (tag 0) ================ - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -53298,11 +53298,11 @@ Full description +---------------------------+----------+------------------------+ | Signature.Public_key_hash | 21 bytes | $public_key_hash | +---------------------------+----------+------------------------+ - - + + Originated (tag 1) ================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -53312,24 +53312,24 @@ Full description +---------------+----------+------------------------+ | padding | 1 byte | padding | +---------------+----------+------------------------+ - - + + X_13 (Determined from data, 8-bit tag) ************************************** - + None (tag 0) ============ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Some (tag 1) ============ - + +----------+----------------------+-------------------------------------------------+ | Name | Size | Contents | +==========+======================+=================================================+ @@ -53341,11 +53341,11 @@ Full description +----------+----------------------+-------------------------------------------------+ | ticketer | 22 bytes | $024-PsD5wVTJ.contract_id | +----------+----------------------+-------------------------------------------------+ - - + + X_8 *** - + +-----------------+----------------------+----------+ | Name | Size | Contents | +=================+======================+==========+ @@ -53353,44 +53353,44 @@ Full description +-----------------+----------------------+----------+ | Unnamed field 1 | Determined from data | $X_13 | +-----------------+----------------------+----------+ - - + + X_16 (1 byte, 8-bit tag) ************************ - + Public (tag 0) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Private (tag 1) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Fee (tag 2) =========== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + X_14 **** - + +-----------------+----------------------+----------+ | Name | Size | Contents | +=================+======================+==========+ @@ -53398,11 +53398,11 @@ Full description +-----------------+----------------------+----------+ | Unnamed field 1 | 1 byte | $X_16 | +-----------------+----------------------+----------+ - - + + X_17 **** - + +------------------+----------+------------------------+ | Name | Size | Contents | +==================+==========+========================+ @@ -53412,11 +53412,11 @@ Full description +------------------+----------+------------------------+ | commitment_proof | 96 bytes | bytes | +------------------+----------+------------------------+ - - + + X_18 **** - + +-------+----------+------------------+ | Name | Size | Contents | +=======+==========+==================+ @@ -53424,11 +53424,11 @@ Full description +-------+----------+------------------+ | bob | 21 bytes | $public_key_hash | +-------+----------+------------------+ - - + + X_19 **** - + +-----------------+---------+----------------------------------+ | Name | Size | Contents | +=================+=========+==================================+ @@ -53438,14 +53438,14 @@ Full description +-----------------+---------+----------------------------------+ | page_index | 2 bytes | signed 16-bit big-endian integer | +-----------------+---------+----------------------------------+ - - + + X_20 (Determined from data, 8-bit tag) ************************************** - + raw data proof (tag 0) ====================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -53455,21 +53455,21 @@ Full description +-----------------------+----------+------------------------------------+ | raw_data | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + metadata proof (tag 1) ====================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + dal page proof (tag 2) ====================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -53481,24 +53481,24 @@ Full description +-----------------------+----------+------------------------------------+ | dal_proof | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + dal parameters proof (tag 3) ============================ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + X_21 (Determined from data, 8-bit tag) ************************************** - + inbox proof (tag 0) =================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -53512,11 +53512,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | serialized_proof | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + reveal proof (tag 1) ==================== - + +--------------+----------------------+------------------------+ | Name | Size | Contents | +==============+======================+========================+ @@ -53524,21 +53524,21 @@ Full description +--------------+----------------------+------------------------+ | reveal_proof | Determined from data | $X_20 | +--------------+----------------------+------------------------+ - - + + first input (tag 2) =================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + X_22 **** - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -53548,14 +53548,14 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | tick | Determined from data | $N.t | +-----------------------------+----------------------+-------------------------------------+ - - + + X_23 (Determined from data, 8-bit tag) ************************************** - + Dissection (tag 0) ================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -53565,11 +53565,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_22 | +-----------------------+----------+------------------------------------+ - - + + Proof (tag 1) ============= - + +-----------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +===================================+======================+=====================================+ @@ -53583,14 +53583,14 @@ Full description +-----------------------------------+----------------------+-------------------------------------+ | input_proof | Determined from data | $X_21 | +-----------------------------------+----------------------+-------------------------------------+ - - + + X_24 (Determined from data, 8-bit tag) ************************************** - + Start (tag 0) ============= - + +--------------------------+----------+------------------------+ | Name | Size | Contents | +==========================+==========+========================+ @@ -53600,11 +53600,11 @@ Full description +--------------------------+----------+------------------------+ | opponent_commitment_hash | 32 bytes | bytes | +--------------------------+----------+------------------------+ - - + + Move (tag 1) ============ - + +--------+----------------------+------------------------+ | Name | Size | Contents | +========+======================+========================+ @@ -53614,11 +53614,11 @@ Full description +--------+----------------------+------------------------+ | step | Determined from data | $X_23 | +--------+----------------------+------------------------+ - - + + X_25 **** - + +------------------+----------+----------------------------------+ | Name | Size | Contents | +==================+==========+==================================+ @@ -53630,11 +53630,11 @@ Full description +------------------+----------+----------------------------------+ | number_of_ticks | 8 bytes | signed 64-bit big-endian integer | +------------------+----------+----------------------------------+ - - + + X_27 (Enumeration: unsigned 8-bit integer): ******************************************* - + +-------------+----------------+ | Case number | Encoded string | +=============+================+ @@ -53644,11 +53644,11 @@ Full description +-------------+----------------+ | 2 | riscv | +-------------+----------------+ - - + + X_28 **** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -53656,14 +53656,14 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $public_key_hash | +-----------------------+----------+------------------------------------+ - - + + public_key (Determined from data, 8-bit tag) ******************************************** - + Ed25519 (tag 0) =============== - + +--------------------+----------+------------------------+ | Name | Size | Contents | +====================+==========+========================+ @@ -53671,11 +53671,11 @@ Full description +--------------------+----------+------------------------+ | Ed25519.Public_key | 32 bytes | bytes | +--------------------+----------+------------------------+ - - + + Secp256k1 (tag 1) ================= - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -53683,11 +53683,11 @@ Full description +----------------------+----------+------------------------+ | Secp256k1.Public_key | 33 bytes | bytes | +----------------------+----------+------------------------+ - - + + P256 (tag 2) ============ - + +-----------------+----------+------------------------+ | Name | Size | Contents | +=================+==========+========================+ @@ -53695,11 +53695,11 @@ Full description +-----------------+----------+------------------------+ | P256.Public_key | 33 bytes | bytes | +-----------------+----------+------------------------+ - - + + Bls (tag 3) =========== - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -53707,11 +53707,11 @@ Full description +----------------------+----------+------------------------+ | Bls12_381.Public_key | 48 bytes | bytes | +----------------------+----------+------------------------+ - - + + X_29 **** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -53719,14 +53719,14 @@ Full description +-----------------------+----------+------------------------------------+ | Bls12_381_signature | 96 bytes | bytes | +-----------------------+----------+------------------------------------+ - - + + 024-PsD5wVTJ.contract_id.originated (22 bytes, 8-bit tag) ********************************************************* - + Originated (tag 1) ================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -53736,11 +53736,11 @@ Full description +---------------+----------+------------------------+ | padding | 1 byte | padding | +---------------+----------+------------------------+ - - + + 024-PsD5wVTJ.scripted.contracts ******************************* - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -53752,114 +53752,114 @@ Full description +-----------------------+----------+------------------------------------+ | storage | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + 024-PsD5wVTJ.entrypoint (Determined from data, 8-bit tag) ********************************************************* - + default (tag 0) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + root (tag 1) ============ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + do (tag 2) ========== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + set_delegate (tag 3) ==================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + remove_delegate (tag 4) ======================= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + deposit (tag 5) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + stake (tag 6) ============= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + unstake (tag 7) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + finalize_unstake (tag 8) ======================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + set_delegate_parameters (tag 9) =============================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + named (tag 255) =============== - + +-----------------------+----------+------------------------+ | Name | Size | Contents | +=======================+==========+========================+ @@ -53869,11 +53869,11 @@ Full description +-----------------------+----------+------------------------+ | Unnamed field 0 | Variable | bytes | +-----------------------+----------+------------------------+ - - + + X_31 **** - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -53883,11 +53883,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | value | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + X_33 **** - + +--------------------+----------+----------------------------------+ | Name | Size | Contents | +====================+==========+==================================+ @@ -53897,11 +53897,11 @@ Full description +--------------------+----------+----------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+----------------------------------+ - - + + X_34 **** - + +---------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=======================================+======================+=====================================+ @@ -53911,14 +53911,14 @@ Full description +---------------------------------------+----------------------+-------------------------------------+ | dal_attestation | Determined from data | $Z.t | +---------------------------------------+----------------------+-------------------------------------+ - - + + 024-PsD5wVTJ.inlined.consensus_operation.contents (Determined from data, 8-bit tag) *********************************************************************************** - + Preattestation (tag 20) ======================= - + +--------------------+----------+------------------------------------+ | Name | Size | Contents | +====================+==========+====================================+ @@ -53932,11 +53932,11 @@ Full description +--------------------+----------+------------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+------------------------------------+ - - + + Attestation (tag 21) ==================== - + +--------------------+----------+------------------------------------+ | Name | Size | Contents | +====================+==========+====================================+ @@ -53950,11 +53950,11 @@ Full description +--------------------+----------+------------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+------------------------------------+ - - + + Attestation_with_dal (tag 23) ============================= - + +--------------------+----------------------+------------------------------------+ | Name | Size | Contents | +====================+======================+====================================+ @@ -53970,11 +53970,11 @@ Full description +--------------------+----------------------+------------------------------------+ | dal_attestation | Determined from data | $Z.t | +--------------------+----------------------+------------------------------------+ - - + + Preattestations_aggregate (tag 30) ================================== - + +-----------------------+----------+------------------------------------------------+ | Name | Size | Contents | +=======================+==========+================================================+ @@ -53986,11 +53986,11 @@ Full description +-----------------------+----------+------------------------------------------------+ | committee | Variable | sequence of unsigned 16-bit big-endian integer | +-----------------------+----------+------------------------------------------------+ - - + + Attestations_aggregate (tag 31) =============================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -54002,11 +54002,11 @@ Full description +-----------------------+----------+------------------------------------+ | committee | Variable | sequence of $X_34 | +-----------------------+----------+------------------------------------+ - - + + 024-PsD5wVTJ.inlined.consensus_operation **************************************** - + +------------+----------------------+----------------------------------------------------+ | Name | Size | Contents | +============+======================+====================================================+ @@ -54016,11 +54016,11 @@ Full description +------------+----------------------+----------------------------------------------------+ | signature | Variable | bytes | +------------+----------------------+----------------------------------------------------+ - - + + X_40 **** - + +-----------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +=================+======================+=========================================================================+ @@ -54028,11 +54028,11 @@ Full description +-----------------+----------------------+-------------------------------------------------------------------------+ | Unnamed field 1 | Determined from data | $X_7 | +-----------------+----------------------+-------------------------------------------------------------------------+ - - + + X_39 **** - + +-------+----------------------+----------+ | Name | Size | Contents | +=======+======================+==========+ @@ -54040,11 +54040,11 @@ Full description +-------+----------------------+----------+ | proof | 48 bytes | bytes | +-------+----------------------+----------+ - - + + X_42 **** - + +-----------------+-----------+----------+ | Name | Size | Contents | +=================+===========+==========+ @@ -54052,11 +54052,11 @@ Full description +-----------------+-----------+----------+ | Unnamed field 1 | 100 bytes | bytes | +-----------------+-----------+----------+ - - + + fitness.elem ************ - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -54064,44 +54064,44 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + 024-PsD5wVTJ.per_block_votes (1 byte, 8-bit tag) ************************************************ - + per_block_vote_on (tag 0) ========================= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + per_block_vote_off (tag 1) ========================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + per_block_vote_pass (tag 2) =========================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + 024-PsD5wVTJ.block_header.alpha.full_header ******************************************* - + +---------------------------------------+----------+-------------------------------------+ | Name | Size | Contents | +=======================================+==========+=====================================+ @@ -54137,14 +54137,14 @@ Full description +---------------------------------------+----------+-------------------------------------+ | signature | Variable | bytes | +---------------------------------------+----------+-------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.contents_or_signature_prefix (Determined from data, 8-bit tag) ******************************************************************************************* - + Seed_nonce_revelation (tag 1) ============================= - + +-------+----------+----------------------------------+ | Name | Size | Contents | +=======+==========+==================================+ @@ -54154,11 +54154,11 @@ Full description +-------+----------+----------------------------------+ | nonce | 32 bytes | bytes | +-------+----------+----------------------------------+ - - + + Double_consensus_operation_evidence (tag 2) =========================================== - + +-----------------------+----------+-------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================+ @@ -54174,11 +54174,11 @@ Full description +-----------------------+----------+-------------------------------------------+ | op2 | Variable | $024-PsD5wVTJ.inlined.consensus_operation | +-----------------------+----------+-------------------------------------------+ - - + + Double_baking_evidence (tag 3) ============================== - + +-----------------------+----------+----------------------------------------------+ | Name | Size | Contents | +=======================+==========+==============================================+ @@ -54192,11 +54192,11 @@ Full description +-----------------------+----------+----------------------------------------------+ | bh2 | Variable | $024-PsD5wVTJ.block_header.alpha.full_header | +-----------------------+----------+----------------------------------------------+ - - + + Activate_account (tag 4) ======================== - + +--------+----------+------------------------+ | Name | Size | Contents | +========+==========+========================+ @@ -54206,11 +54206,11 @@ Full description +--------+----------+------------------------+ | secret | 20 bytes | bytes | +--------+----------+------------------------+ - - + + Proposals (tag 5) ================= - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -54224,11 +54224,11 @@ Full description +-----------------------+----------+------------------------------------+ | proposals | Variable | sequence of at most 20 bytes | +-----------------------+----------+------------------------------------+ - - + + Ballot (tag 6) ============== - + +----------+----------+----------------------------------+ | Name | Size | Contents | +==========+==========+==================================+ @@ -54242,11 +54242,11 @@ Full description +----------+----------+----------------------------------+ | ballot | 1 byte | signed 8-bit integer | +----------+----------+----------------------------------+ - - + + Vdf_revelation (tag 8) ====================== - + +----------+-----------+------------------------+ | Name | Size | Contents | +==========+===========+========================+ @@ -54254,11 +54254,11 @@ Full description +----------+-----------+------------------------+ | solution | 200 bytes | $X_42 | +----------+-----------+------------------------+ - - + + Drain_delegate (tag 9) ====================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -54270,11 +54270,11 @@ Full description +---------------+----------+------------------------+ | destination | 21 bytes | $public_key_hash | +---------------+----------+------------------------+ - - + + Failing_noop (tag 17) ===================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -54284,11 +54284,11 @@ Full description +-----------------------+----------+------------------------------------+ | arbitrary | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + Preattestation (tag 20) ======================= - + +--------------------+----------+------------------------------------+ | Name | Size | Contents | +====================+==========+====================================+ @@ -54302,11 +54302,11 @@ Full description +--------------------+----------+------------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+------------------------------------+ - - + + Attestation (tag 21) ==================== - + +--------------------+----------+------------------------------------+ | Name | Size | Contents | +====================+==========+====================================+ @@ -54320,11 +54320,11 @@ Full description +--------------------+----------+------------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+------------------------------------+ - - + + Attestation_with_dal (tag 23) ============================= - + +--------------------+----------------------+------------------------------------+ | Name | Size | Contents | +====================+======================+====================================+ @@ -54340,11 +54340,11 @@ Full description +--------------------+----------------------+------------------------------------+ | dal_attestation | Determined from data | $Z.t | +--------------------+----------------------+------------------------------------+ - - + + Dal_entrapment_evidence (tag 24) ================================ - + +-----------------------+----------------------+-------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================+ @@ -54360,11 +54360,11 @@ Full description +-----------------------+----------------------+-------------------------------------------+ | shard_with_proof | Determined from data | $X_39 | +-----------------------+----------------------+-------------------------------------------+ - - + + Preattestations_aggregate (tag 30) ================================== - + +-----------------------+----------+------------------------------------------------+ | Name | Size | Contents | +=======================+==========+================================================+ @@ -54376,11 +54376,11 @@ Full description +-----------------------+----------+------------------------------------------------+ | committee | Variable | sequence of unsigned 16-bit big-endian integer | +-----------------------+----------+------------------------------------------------+ - - + + Attestations_aggregate (tag 31) =============================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -54392,11 +54392,11 @@ Full description +-----------------------+----------+------------------------------------+ | committee | Variable | sequence of $X_34 | +-----------------------+----------+------------------------------------+ - - + + Reveal (tag 107) ================ - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -54418,11 +54418,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | proof | Determined from data | $X_29 | +-----------------------------+----------------------+-------------------------------------+ - - + + Transaction (tag 108) ===================== - + +----------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==================================+======================+=====================================+ @@ -54446,11 +54446,11 @@ Full description +----------------------------------+----------------------+-------------------------------------+ | parameters | Determined from data | $X_31 | +----------------------------------+----------------------+-------------------------------------+ - - + + Origination (tag 109) ===================== - + +--------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +================================+======================+=====================================+ @@ -54474,11 +54474,11 @@ Full description +--------------------------------+----------------------+-------------------------------------+ | script | Determined from data | $024-PsD5wVTJ.scripted.contracts | +--------------------------------+----------------------+-------------------------------------+ - - + + Delegation (tag 110) ==================== - + +--------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +================================+======================+=====================================+ @@ -54498,11 +54498,11 @@ Full description +--------------------------------+----------------------+-------------------------------------+ | delegate | 21 bytes | $public_key_hash | +--------------------------------+----------------------+-------------------------------------+ - - + + Register_global_constant (tag 111) ================================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -54522,11 +54522,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | value | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + Set_deposits_limit (tag 112) ============================ - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -54546,11 +54546,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | limit | Determined from data | $N.t | +-----------------------------+----------------------+-------------------------------------+ - - + + Increase_paid_storage (tag 113) =============================== - + +---------------+----------------------+--------------------------------------+ | Name | Size | Contents | +===============+======================+======================================+ @@ -54570,11 +54570,11 @@ Full description +---------------+----------------------+--------------------------------------+ | destination | 22 bytes | $024-PsD5wVTJ.contract_id.originated | +---------------+----------------------+--------------------------------------+ - - + + Update_consensus_key (tag 114) ============================== - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -54596,11 +54596,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | proof | Determined from data | $X_29 | +-----------------------------+----------------------+-------------------------------------+ - - + + Update_companion_key (tag 115) ============================== - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -54622,11 +54622,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | proof | Determined from data | $X_29 | +-----------------------------+----------------------+-------------------------------------+ - - + + Transfer_ticket (tag 158) ========================= - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -54660,11 +54660,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | entrypoint | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_originate (tag 200) ================================ - + +---------------------------------+----------------------+-----------------------------------------------------------+ | Name | Size | Contents | +=================================+======================+===========================================================+ @@ -54694,11 +54694,11 @@ Full description +---------------------------------+----------------------+-----------------------------------------------------------+ | whitelist | Determined from data | $X_28 | +---------------------------------+----------------------+-----------------------------------------------------------+ - - + + Smart_rollup_add_messages (tag 201) =================================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -54718,11 +54718,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | message | Variable | sequence of $X_2 | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_cement (tag 202) ============================= - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -54740,11 +54740,11 @@ Full description +---------------+----------------------+------------------------+ | rollup | 20 bytes | bytes | +---------------+----------------------+------------------------+ - - + + Smart_rollup_publish (tag 203) ============================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -54764,11 +54764,11 @@ Full description +---------------+----------------------+------------------------+ | commitment | 76 bytes | $X_25 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_refute (tag 204) ============================= - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -54790,11 +54790,11 @@ Full description +---------------+----------------------+------------------------+ | refutation | Determined from data | $X_24 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_timeout (tag 205) ============================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -54814,11 +54814,11 @@ Full description +---------------+----------------------+------------------------+ | stakers | 42 bytes | $X_18 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_execute_outbox_message (tag 206) ============================================= - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -54842,11 +54842,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | output_proof | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_recover_bond (tag 207) =================================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -54866,11 +54866,11 @@ Full description +---------------+----------------------+------------------------+ | staker | 21 bytes | $public_key_hash | +---------------+----------------------+------------------------+ - - + + Dal_publish_commitment (tag 230) ================================ - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -54888,11 +54888,11 @@ Full description +---------------+----------------------+------------------------+ | slot_header | 145 bytes | $X_17 | +---------------+----------------------+------------------------+ - - + + Zk_rollup_origination (tag 250) =============================== - + +-----------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+=========================================================================+ @@ -54922,11 +54922,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------+ | nb_ops | 4 bytes | signed 31-bit big-endian integer in the range -1073741824 to 1073741823 | +-----------------------+----------------------+-------------------------------------------------------------------------+ - - + + Zk_rollup_publish (tag 251) =========================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -54948,11 +54948,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | op | Variable | sequence of $X_8 | +-----------------------+----------------------+------------------------------------+ - - + + Zk_rollup_update (tag 252) ========================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -54972,11 +54972,11 @@ Full description +---------------+----------------------+------------------------+ | update | Determined from data | $X_0 | +---------------+----------------------+------------------------+ - - + + Signature_prefix (tag 255) ========================== - + +------------------+----------+------------------------+ | Name | Size | Contents | +==================+==========+========================+ @@ -54984,11 +54984,11 @@ Full description +------------------+----------+------------------------+ | signature_prefix | 33 bytes | $bls_signature_prefix | +------------------+----------+------------------------+ - - + + next_operation ************** - + +-------------------------------+----------+------------------------------------------------------------------------+ | Name | Size | Contents | +===============================+==========+========================================================================+ @@ -55002,7 +55002,7 @@ Full description +-------------------------------+----------+------------------------------------------------------------------------+ | signature_suffix | 64 bytes | bytes | +-------------------------------+----------+------------------------------------------------------------------------+ - +
@@ -57893,14 +57893,14 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_0 | +-----------------------+----------+------------------------------------+ - - + + public_key_hash (21 bytes, 8-bit tag) ************************************* - + Ed25519 (tag 0) =============== - + +-------------------------+----------+------------------------+ | Name | Size | Contents | +=========================+==========+========================+ @@ -57908,11 +57908,11 @@ Full description +-------------------------+----------+------------------------+ | Ed25519.Public_key_hash | 20 bytes | bytes | +-------------------------+----------+------------------------+ - - + + Secp256k1 (tag 1) ================= - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -57920,11 +57920,11 @@ Full description +---------------------------+----------+------------------------+ | Secp256k1.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + P256 (tag 2) ============ - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -57932,11 +57932,11 @@ Full description +----------------------+----------+------------------------+ | P256.Public_key_hash | 20 bytes | bytes | +----------------------+----------+------------------------+ - - + + Bls (tag 3) =========== - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -57944,23 +57944,23 @@ Full description +---------------------------+----------+------------------------+ | Bls12_381.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + N.t *** - + A variable-length sequence of bytes encoding a Zarith natural number. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). Size bits ignored, the data is the binary representation of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | N.t | Determined from data | bytes | +------+----------------------+----------+ - - + + X_3 *** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -57968,11 +57968,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + X_4 *** - + +-----------------------+----------+-------------------------------------+ | Name | Size | Contents | +=======================+==========+=====================================+ @@ -57984,11 +57984,11 @@ Full description +-----------------------+----------+-------------------------------------+ | exit_validity | 1 byte | boolean (0 for false, 255 for true) | +-----------------------+----------+-------------------------------------+ - - + + X_2 *** - + +-----------------+----------------------+----------+ | Name | Size | Contents | +=================+======================+==========+ @@ -57996,11 +57996,11 @@ Full description +-----------------+----------------------+----------+ | Unnamed field 1 | Determined from data | $X_4 | +-----------------+----------------------+----------+ - - + + X_7 *** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -58010,11 +58010,11 @@ Full description +-----------------------+----------+------------------------------------+ | fee | 32 bytes | bytes | +-----------------------+----------+------------------------------------+ - - + + X_5 *** - + +-----------------+----------------------+----------+ | Name | Size | Contents | +=================+======================+==========+ @@ -58022,11 +58022,11 @@ Full description +-----------------+----------------------+----------+ | Unnamed field 1 | Determined from data | $X_7 | +-----------------+----------------------+----------+ - - + + X_8 *** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -58034,11 +58034,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of bytes | +-----------------------+----------+------------------------------------+ - - + + X_1 *** - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -58056,23 +58056,23 @@ Full description +-----------------------+----------------------+------------------------------------+ | proof | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + Z.t *** - + A variable-length sequence of bytes encoding a Zarith integer. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). The second most significant bit of the first byte is reserved for the sign (0 for positive, 1 for negative). Size and sign bits ignored, the data is the binary representation of the absolute value of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | Z.t | Determined from data | bytes | +------+----------------------+----------+ - - + + X_11 **** - + +--------+----------------------+----------+ | Name | Size | Contents | +========+======================+==========+ @@ -58080,11 +58080,11 @@ Full description +--------+----------------------+----------+ | amount | Determined from data | $Z.t | +--------+----------------------+----------+ - - + + X_10 **** - + +-----------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+=========================================================================+ @@ -58100,11 +58100,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------+ | payload | Variable | sequence of bytes | +-----------------------+----------------------+-------------------------------------------------------------------------+ - - + + 024-PsD5wVTJ.michelson.v1.primitives (Enumeration: unsigned 8-bit integer): *************************************************************************** - + +-------------+--------------------------------+ | Case number | Encoded string | +=============+================================+ @@ -58430,14 +58430,14 @@ Full description +-------------+--------------------------------+ | 160 | GET_ADDRESS_INDEX | +-------------+--------------------------------+ - - + + micheline.024-PsD5wVTJ.michelson_v1.expression (Determined from data, 8-bit tag) ******************************************************************************** - + Int (tag 0) =========== - + +------+----------------------+------------------------+ | Name | Size | Contents | +======+======================+========================+ @@ -58445,11 +58445,11 @@ Full description +------+----------------------+------------------------+ | int | Determined from data | $Z.t | +------+----------------------+------------------------+ - - + + String (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -58459,11 +58459,11 @@ Full description +-----------------------+----------+------------------------------------+ | string | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + Sequence (tag 2) ================ - + +-----------------------+----------+-------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+=============================================================+ @@ -58473,11 +58473,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------+ | Unnamed field 0 | Variable | sequence of $micheline.024-PsD5wVTJ.michelson_v1.expression | +-----------------------+----------+-------------------------------------------------------------+ - - + + Prim__no_args__no_annots (tag 3) ================================ - + +------+--------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+========+===========================================================================================+ @@ -58485,11 +58485,11 @@ Full description +------+--------+-------------------------------------------------------------------------------------------+ | prim | 1 byte | unsigned 8-bit integer encoding an enumeration (see 024-PsD5wVTJ.michelson.v1.primitives) | +------+--------+-------------------------------------------------------------------------------------------+ - - + + Prim__no_args__some_annots (tag 4) ================================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -58501,11 +58501,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__no_annots (tag 5) ============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -58515,11 +58515,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__some_annots (tag 6) ================================ - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -58533,11 +58533,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__no_annots (tag 7) =============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -58549,11 +58549,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg2 | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__some_annots (tag 8) ================================= - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -58569,11 +58569,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__generic (tag 9) ===================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -58589,11 +58589,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Bytes (tag 10) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -58603,14 +58603,14 @@ Full description +-----------------------+----------+------------------------------------+ | bytes | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + 024-PsD5wVTJ.contract_id (22 bytes, 8-bit tag) ********************************************** - + Implicit (tag 0) ================ - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -58618,11 +58618,11 @@ Full description +---------------------------+----------+------------------------+ | Signature.Public_key_hash | 21 bytes | $public_key_hash | +---------------------------+----------+------------------------+ - - + + Originated (tag 1) ================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -58632,24 +58632,24 @@ Full description +---------------+----------+------------------------+ | padding | 1 byte | padding | +---------------+----------+------------------------+ - - + + X_14 (Determined from data, 8-bit tag) ************************************** - + None (tag 0) ============ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Some (tag 1) ============ - + +----------+----------------------+-------------------------------------------------+ | Name | Size | Contents | +==========+======================+=================================================+ @@ -58661,11 +58661,11 @@ Full description +----------+----------------------+-------------------------------------------------+ | ticketer | 22 bytes | $024-PsD5wVTJ.contract_id | +----------+----------------------+-------------------------------------------------+ - - + + X_9 *** - + +-----------------+----------------------+----------+ | Name | Size | Contents | +=================+======================+==========+ @@ -58673,44 +58673,44 @@ Full description +-----------------+----------------------+----------+ | Unnamed field 1 | Determined from data | $X_14 | +-----------------+----------------------+----------+ - - + + X_17 (1 byte, 8-bit tag) ************************ - + Public (tag 0) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Private (tag 1) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Fee (tag 2) =========== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + X_15 **** - + +-----------------+----------------------+----------+ | Name | Size | Contents | +=================+======================+==========+ @@ -58718,11 +58718,11 @@ Full description +-----------------+----------------------+----------+ | Unnamed field 1 | 1 byte | $X_17 | +-----------------+----------------------+----------+ - - + + X_18 **** - + +------------------+----------+------------------------+ | Name | Size | Contents | +==================+==========+========================+ @@ -58732,11 +58732,11 @@ Full description +------------------+----------+------------------------+ | commitment_proof | 96 bytes | bytes | +------------------+----------+------------------------+ - - + + X_19 **** - + +-------+----------+------------------+ | Name | Size | Contents | +=======+==========+==================+ @@ -58744,11 +58744,11 @@ Full description +-------+----------+------------------+ | bob | 21 bytes | $public_key_hash | +-------+----------+------------------+ - - + + X_20 **** - + +-----------------+---------+----------------------------------+ | Name | Size | Contents | +=================+=========+==================================+ @@ -58758,14 +58758,14 @@ Full description +-----------------+---------+----------------------------------+ | page_index | 2 bytes | signed 16-bit big-endian integer | +-----------------+---------+----------------------------------+ - - + + X_21 (Determined from data, 8-bit tag) ************************************** - + raw data proof (tag 0) ====================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -58775,21 +58775,21 @@ Full description +-----------------------+----------+------------------------------------+ | raw_data | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + metadata proof (tag 1) ====================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + dal page proof (tag 2) ====================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -58801,24 +58801,24 @@ Full description +-----------------------+----------+------------------------------------+ | dal_proof | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + dal parameters proof (tag 3) ============================ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + X_22 (Determined from data, 8-bit tag) ************************************** - + inbox proof (tag 0) =================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -58832,11 +58832,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | serialized_proof | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + reveal proof (tag 1) ==================== - + +--------------+----------------------+------------------------+ | Name | Size | Contents | +==============+======================+========================+ @@ -58844,21 +58844,21 @@ Full description +--------------+----------------------+------------------------+ | reveal_proof | Determined from data | $X_21 | +--------------+----------------------+------------------------+ - - + + first input (tag 2) =================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + X_23 **** - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -58868,14 +58868,14 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | tick | Determined from data | $N.t | +-----------------------------+----------------------+-------------------------------------+ - - + + X_24 (Determined from data, 8-bit tag) ************************************** - + Dissection (tag 0) ================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -58885,11 +58885,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_23 | +-----------------------+----------+------------------------------------+ - - + + Proof (tag 1) ============= - + +-----------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +===================================+======================+=====================================+ @@ -58903,14 +58903,14 @@ Full description +-----------------------------------+----------------------+-------------------------------------+ | input_proof | Determined from data | $X_22 | +-----------------------------------+----------------------+-------------------------------------+ - - + + X_25 (Determined from data, 8-bit tag) ************************************** - + Start (tag 0) ============= - + +--------------------------+----------+------------------------+ | Name | Size | Contents | +==========================+==========+========================+ @@ -58920,11 +58920,11 @@ Full description +--------------------------+----------+------------------------+ | opponent_commitment_hash | 32 bytes | bytes | +--------------------------+----------+------------------------+ - - + + Move (tag 1) ============ - + +--------+----------------------+------------------------+ | Name | Size | Contents | +========+======================+========================+ @@ -58934,11 +58934,11 @@ Full description +--------+----------------------+------------------------+ | step | Determined from data | $X_24 | +--------+----------------------+------------------------+ - - + + X_26 **** - + +------------------+----------+----------------------------------+ | Name | Size | Contents | +==================+==========+==================================+ @@ -58950,11 +58950,11 @@ Full description +------------------+----------+----------------------------------+ | number_of_ticks | 8 bytes | signed 64-bit big-endian integer | +------------------+----------+----------------------------------+ - - + + X_28 (Enumeration: unsigned 8-bit integer): ******************************************* - + +-------------+----------------+ | Case number | Encoded string | +=============+================+ @@ -58964,11 +58964,11 @@ Full description +-------------+----------------+ | 2 | riscv | +-------------+----------------+ - - + + X_29 **** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -58976,14 +58976,14 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $public_key_hash | +-----------------------+----------+------------------------------------+ - - + + public_key (Determined from data, 8-bit tag) ******************************************** - + Ed25519 (tag 0) =============== - + +--------------------+----------+------------------------+ | Name | Size | Contents | +====================+==========+========================+ @@ -58991,11 +58991,11 @@ Full description +--------------------+----------+------------------------+ | Ed25519.Public_key | 32 bytes | bytes | +--------------------+----------+------------------------+ - - + + Secp256k1 (tag 1) ================= - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -59003,11 +59003,11 @@ Full description +----------------------+----------+------------------------+ | Secp256k1.Public_key | 33 bytes | bytes | +----------------------+----------+------------------------+ - - + + P256 (tag 2) ============ - + +-----------------+----------+------------------------+ | Name | Size | Contents | +=================+==========+========================+ @@ -59015,11 +59015,11 @@ Full description +-----------------+----------+------------------------+ | P256.Public_key | 33 bytes | bytes | +-----------------+----------+------------------------+ - - + + Bls (tag 3) =========== - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -59027,11 +59027,11 @@ Full description +----------------------+----------+------------------------+ | Bls12_381.Public_key | 48 bytes | bytes | +----------------------+----------+------------------------+ - - + + X_30 **** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -59039,14 +59039,14 @@ Full description +-----------------------+----------+------------------------------------+ | Bls12_381_signature | 96 bytes | bytes | +-----------------------+----------+------------------------------------+ - - + + 024-PsD5wVTJ.contract_id.originated (22 bytes, 8-bit tag) ********************************************************* - + Originated (tag 1) ================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -59056,11 +59056,11 @@ Full description +---------------+----------+------------------------+ | padding | 1 byte | padding | +---------------+----------+------------------------+ - - + + 024-PsD5wVTJ.scripted.contracts ******************************* - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -59072,114 +59072,114 @@ Full description +-----------------------+----------+------------------------------------+ | storage | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + 024-PsD5wVTJ.entrypoint (Determined from data, 8-bit tag) ********************************************************* - + default (tag 0) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + root (tag 1) ============ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + do (tag 2) ========== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + set_delegate (tag 3) ==================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + remove_delegate (tag 4) ======================= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + deposit (tag 5) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + stake (tag 6) ============= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + unstake (tag 7) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + finalize_unstake (tag 8) ======================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + set_delegate_parameters (tag 9) =============================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + named (tag 255) =============== - + +-----------------------+----------+------------------------+ | Name | Size | Contents | +=======================+==========+========================+ @@ -59189,11 +59189,11 @@ Full description +-----------------------+----------+------------------------+ | Unnamed field 0 | Variable | bytes | +-----------------------+----------+------------------------+ - - + + X_32 **** - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -59203,11 +59203,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | value | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + X_34 **** - + +--------------------+----------+----------------------------------+ | Name | Size | Contents | +====================+==========+==================================+ @@ -59217,11 +59217,11 @@ Full description +--------------------+----------+----------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+----------------------------------+ - - + + X_35 **** - + +---------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=======================================+======================+=====================================+ @@ -59231,14 +59231,14 @@ Full description +---------------------------------------+----------------------+-------------------------------------+ | dal_attestation | Determined from data | $Z.t | +---------------------------------------+----------------------+-------------------------------------+ - - + + 024-PsD5wVTJ.inlined.consensus_operation.contents (Determined from data, 8-bit tag) *********************************************************************************** - + Preattestation (tag 20) ======================= - + +--------------------+----------+------------------------------------+ | Name | Size | Contents | +====================+==========+====================================+ @@ -59252,11 +59252,11 @@ Full description +--------------------+----------+------------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+------------------------------------+ - - + + Attestation (tag 21) ==================== - + +--------------------+----------+------------------------------------+ | Name | Size | Contents | +====================+==========+====================================+ @@ -59270,11 +59270,11 @@ Full description +--------------------+----------+------------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+------------------------------------+ - - + + Attestation_with_dal (tag 23) ============================= - + +--------------------+----------------------+------------------------------------+ | Name | Size | Contents | +====================+======================+====================================+ @@ -59290,11 +59290,11 @@ Full description +--------------------+----------------------+------------------------------------+ | dal_attestation | Determined from data | $Z.t | +--------------------+----------------------+------------------------------------+ - - + + Preattestations_aggregate (tag 30) ================================== - + +-----------------------+----------+------------------------------------------------+ | Name | Size | Contents | +=======================+==========+================================================+ @@ -59306,11 +59306,11 @@ Full description +-----------------------+----------+------------------------------------------------+ | committee | Variable | sequence of unsigned 16-bit big-endian integer | +-----------------------+----------+------------------------------------------------+ - - + + Attestations_aggregate (tag 31) =============================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -59322,11 +59322,11 @@ Full description +-----------------------+----------+------------------------------------+ | committee | Variable | sequence of $X_35 | +-----------------------+----------+------------------------------------+ - - + + 024-PsD5wVTJ.inlined.consensus_operation **************************************** - + +------------+----------------------+----------------------------------------------------+ | Name | Size | Contents | +============+======================+====================================================+ @@ -59336,11 +59336,11 @@ Full description +------------+----------------------+----------------------------------------------------+ | signature | Variable | bytes | +------------+----------------------+----------------------------------------------------+ - - + + X_41 **** - + +-----------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +=================+======================+=========================================================================+ @@ -59348,11 +59348,11 @@ Full description +-----------------+----------------------+-------------------------------------------------------------------------+ | Unnamed field 1 | Determined from data | $X_8 | +-----------------+----------------------+-------------------------------------------------------------------------+ - - + + X_40 **** - + +-------+----------------------+----------+ | Name | Size | Contents | +=======+======================+==========+ @@ -59360,11 +59360,11 @@ Full description +-------+----------------------+----------+ | proof | 48 bytes | bytes | +-------+----------------------+----------+ - - + + X_43 **** - + +-----------------+-----------+----------+ | Name | Size | Contents | +=================+===========+==========+ @@ -59372,11 +59372,11 @@ Full description +-----------------+-----------+----------+ | Unnamed field 1 | 100 bytes | bytes | +-----------------+-----------+----------+ - - + + fitness.elem ************ - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -59384,44 +59384,44 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + 024-PsD5wVTJ.per_block_votes (1 byte, 8-bit tag) ************************************************ - + per_block_vote_on (tag 0) ========================= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + per_block_vote_off (tag 1) ========================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + per_block_vote_pass (tag 2) =========================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + 024-PsD5wVTJ.block_header.alpha.full_header ******************************************* - + +---------------------------------------+----------+-------------------------------------+ | Name | Size | Contents | +=======================================+==========+=====================================+ @@ -59457,14 +59457,14 @@ Full description +---------------------------------------+----------+-------------------------------------+ | signature | Variable | bytes | +---------------------------------------+----------+-------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.contents (Determined from data, 8-bit tag) *********************************************************************** - + Seed_nonce_revelation (tag 1) ============================= - + +-------+----------+----------------------------------+ | Name | Size | Contents | +=======+==========+==================================+ @@ -59474,11 +59474,11 @@ Full description +-------+----------+----------------------------------+ | nonce | 32 bytes | bytes | +-------+----------+----------------------------------+ - - + + Double_consensus_operation_evidence (tag 2) =========================================== - + +-----------------------+----------+-------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================+ @@ -59494,11 +59494,11 @@ Full description +-----------------------+----------+-------------------------------------------+ | op2 | Variable | $024-PsD5wVTJ.inlined.consensus_operation | +-----------------------+----------+-------------------------------------------+ - - + + Double_baking_evidence (tag 3) ============================== - + +-----------------------+----------+----------------------------------------------+ | Name | Size | Contents | +=======================+==========+==============================================+ @@ -59512,11 +59512,11 @@ Full description +-----------------------+----------+----------------------------------------------+ | bh2 | Variable | $024-PsD5wVTJ.block_header.alpha.full_header | +-----------------------+----------+----------------------------------------------+ - - + + Activate_account (tag 4) ======================== - + +--------+----------+------------------------+ | Name | Size | Contents | +========+==========+========================+ @@ -59526,11 +59526,11 @@ Full description +--------+----------+------------------------+ | secret | 20 bytes | bytes | +--------+----------+------------------------+ - - + + Proposals (tag 5) ================= - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -59544,11 +59544,11 @@ Full description +-----------------------+----------+------------------------------------+ | proposals | Variable | sequence of at most 20 bytes | +-----------------------+----------+------------------------------------+ - - + + Ballot (tag 6) ============== - + +----------+----------+----------------------------------+ | Name | Size | Contents | +==========+==========+==================================+ @@ -59562,11 +59562,11 @@ Full description +----------+----------+----------------------------------+ | ballot | 1 byte | signed 8-bit integer | +----------+----------+----------------------------------+ - - + + Vdf_revelation (tag 8) ====================== - + +----------+-----------+------------------------+ | Name | Size | Contents | +==========+===========+========================+ @@ -59574,11 +59574,11 @@ Full description +----------+-----------+------------------------+ | solution | 200 bytes | $X_43 | +----------+-----------+------------------------+ - - + + Drain_delegate (tag 9) ====================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -59590,11 +59590,11 @@ Full description +---------------+----------+------------------------+ | destination | 21 bytes | $public_key_hash | +---------------+----------+------------------------+ - - + + Failing_noop (tag 17) ===================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -59604,11 +59604,11 @@ Full description +-----------------------+----------+------------------------------------+ | arbitrary | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + Preattestation (tag 20) ======================= - + +--------------------+----------+------------------------------------+ | Name | Size | Contents | +====================+==========+====================================+ @@ -59622,11 +59622,11 @@ Full description +--------------------+----------+------------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+------------------------------------+ - - + + Attestation (tag 21) ==================== - + +--------------------+----------+------------------------------------+ | Name | Size | Contents | +====================+==========+====================================+ @@ -59640,11 +59640,11 @@ Full description +--------------------+----------+------------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+------------------------------------+ - - + + Attestation_with_dal (tag 23) ============================= - + +--------------------+----------------------+------------------------------------+ | Name | Size | Contents | +====================+======================+====================================+ @@ -59660,11 +59660,11 @@ Full description +--------------------+----------------------+------------------------------------+ | dal_attestation | Determined from data | $Z.t | +--------------------+----------------------+------------------------------------+ - - + + Dal_entrapment_evidence (tag 24) ================================ - + +-----------------------+----------------------+-------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================+ @@ -59680,11 +59680,11 @@ Full description +-----------------------+----------------------+-------------------------------------------+ | shard_with_proof | Determined from data | $X_40 | +-----------------------+----------------------+-------------------------------------------+ - - + + Preattestations_aggregate (tag 30) ================================== - + +-----------------------+----------+------------------------------------------------+ | Name | Size | Contents | +=======================+==========+================================================+ @@ -59696,11 +59696,11 @@ Full description +-----------------------+----------+------------------------------------------------+ | committee | Variable | sequence of unsigned 16-bit big-endian integer | +-----------------------+----------+------------------------------------------------+ - - + + Attestations_aggregate (tag 31) =============================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -59712,11 +59712,11 @@ Full description +-----------------------+----------+------------------------------------+ | committee | Variable | sequence of $X_35 | +-----------------------+----------+------------------------------------+ - - + + Reveal (tag 107) ================ - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -59738,11 +59738,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | proof | Determined from data | $X_30 | +-----------------------------+----------------------+-------------------------------------+ - - + + Transaction (tag 108) ===================== - + +----------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==================================+======================+=====================================+ @@ -59766,11 +59766,11 @@ Full description +----------------------------------+----------------------+-------------------------------------+ | parameters | Determined from data | $X_32 | +----------------------------------+----------------------+-------------------------------------+ - - + + Origination (tag 109) ===================== - + +--------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +================================+======================+=====================================+ @@ -59794,11 +59794,11 @@ Full description +--------------------------------+----------------------+-------------------------------------+ | script | Determined from data | $024-PsD5wVTJ.scripted.contracts | +--------------------------------+----------------------+-------------------------------------+ - - + + Delegation (tag 110) ==================== - + +--------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +================================+======================+=====================================+ @@ -59818,11 +59818,11 @@ Full description +--------------------------------+----------------------+-------------------------------------+ | delegate | 21 bytes | $public_key_hash | +--------------------------------+----------------------+-------------------------------------+ - - + + Register_global_constant (tag 111) ================================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -59842,11 +59842,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | value | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + Set_deposits_limit (tag 112) ============================ - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -59866,11 +59866,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | limit | Determined from data | $N.t | +-----------------------------+----------------------+-------------------------------------+ - - + + Increase_paid_storage (tag 113) =============================== - + +---------------+----------------------+--------------------------------------+ | Name | Size | Contents | +===============+======================+======================================+ @@ -59890,11 +59890,11 @@ Full description +---------------+----------------------+--------------------------------------+ | destination | 22 bytes | $024-PsD5wVTJ.contract_id.originated | +---------------+----------------------+--------------------------------------+ - - + + Update_consensus_key (tag 114) ============================== - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -59916,11 +59916,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | proof | Determined from data | $X_30 | +-----------------------------+----------------------+-------------------------------------+ - - + + Update_companion_key (tag 115) ============================== - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -59942,11 +59942,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | proof | Determined from data | $X_30 | +-----------------------------+----------------------+-------------------------------------+ - - + + Transfer_ticket (tag 158) ========================= - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -59980,11 +59980,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | entrypoint | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_originate (tag 200) ================================ - + +---------------------------------+----------------------+-----------------------------------------------------------+ | Name | Size | Contents | +=================================+======================+===========================================================+ @@ -60014,11 +60014,11 @@ Full description +---------------------------------+----------------------+-----------------------------------------------------------+ | whitelist | Determined from data | $X_29 | +---------------------------------+----------------------+-----------------------------------------------------------+ - - + + Smart_rollup_add_messages (tag 201) =================================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -60038,11 +60038,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | message | Variable | sequence of $X_3 | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_cement (tag 202) ============================= - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -60060,11 +60060,11 @@ Full description +---------------+----------------------+------------------------+ | rollup | 20 bytes | bytes | +---------------+----------------------+------------------------+ - - + + Smart_rollup_publish (tag 203) ============================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -60084,11 +60084,11 @@ Full description +---------------+----------------------+------------------------+ | commitment | 76 bytes | $X_26 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_refute (tag 204) ============================= - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -60110,11 +60110,11 @@ Full description +---------------+----------------------+------------------------+ | refutation | Determined from data | $X_25 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_timeout (tag 205) ============================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -60134,11 +60134,11 @@ Full description +---------------+----------------------+------------------------+ | stakers | 42 bytes | $X_19 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_execute_outbox_message (tag 206) ============================================= - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -60162,11 +60162,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | output_proof | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_recover_bond (tag 207) =================================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -60186,11 +60186,11 @@ Full description +---------------+----------------------+------------------------+ | staker | 21 bytes | $public_key_hash | +---------------+----------------------+------------------------+ - - + + Dal_publish_commitment (tag 230) ================================ - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -60208,11 +60208,11 @@ Full description +---------------+----------------------+------------------------+ | slot_header | 145 bytes | $X_18 | +---------------+----------------------+------------------------+ - - + + Zk_rollup_origination (tag 250) =============================== - + +-----------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+=========================================================================+ @@ -60242,11 +60242,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------+ | nb_ops | 4 bytes | signed 31-bit big-endian integer in the range -1073741824 to 1073741823 | +-----------------------+----------------------+-------------------------------------------------------------------------+ - - + + Zk_rollup_publish (tag 251) =========================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -60268,11 +60268,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | op | Variable | sequence of $X_9 | +-----------------------+----------------------+------------------------------------+ - - + + Zk_rollup_update (tag 252) ========================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -60292,14 +60292,14 @@ Full description +---------------+----------------------+------------------------+ | update | Determined from data | $X_1 | +---------------+----------------------+------------------------+ - - + + 024-PsD5wVTJ.staker (Determined from data, 8-bit tag) ***************************************************** - + Single (tag 0) ============== - + +----------+----------+---------------------------+ | Name | Size | Contents | +==========+==========+===========================+ @@ -60309,11 +60309,11 @@ Full description +----------+----------+---------------------------+ | delegate | 21 bytes | $public_key_hash | +----------+----------+---------------------------+ - - + + Shared (tag 1) ============== - + +----------+----------+------------------------+ | Name | Size | Contents | +==========+==========+========================+ @@ -60321,14 +60321,14 @@ Full description +----------+----------+------------------------+ | delegate | 21 bytes | $public_key_hash | +----------+----------+------------------------+ - - + + 024-PsD5wVTJ.bond_id (21 bytes, 8-bit tag) ****************************************** - + Smart_rollup_bond_id (tag 1) ============================ - + +--------------+----------+------------------------+ | Name | Size | Contents | +==============+==========+========================+ @@ -60336,14 +60336,14 @@ Full description +--------------+----------+------------------------+ | smart_rollup | 20 bytes | bytes | +--------------+----------+------------------------+ - - + + 024-PsD5wVTJ.frozen_staker (Determined from data, 8-bit tag) ************************************************************ - + Single (tag 0) ============== - + +----------+----------+---------------------------+ | Name | Size | Contents | +==========+==========+===========================+ @@ -60353,11 +60353,11 @@ Full description +----------+----------+---------------------------+ | delegate | 21 bytes | $public_key_hash | +----------+----------+---------------------------+ - - + + Shared (tag 1) ============== - + +----------+----------+------------------------+ | Name | Size | Contents | +==========+==========+========================+ @@ -60365,11 +60365,11 @@ Full description +----------+----------+------------------------+ | delegate | 21 bytes | $public_key_hash | +----------+----------+------------------------+ - - + + Baker (tag 2) ============= - + +-----------------+----------+------------------------+ | Name | Size | Contents | +=================+==========+========================+ @@ -60377,11 +60377,11 @@ Full description +-----------------+----------+------------------------+ | baker_own_stake | 21 bytes | $public_key_hash | +-----------------+----------+------------------------+ - - + + Baker_edge (tag 3) ================== - + +------------+----------+------------------------+ | Name | Size | Contents | +============+==========+========================+ @@ -60389,14 +60389,14 @@ Full description +------------+----------+------------------------+ | baker_edge | 21 bytes | $public_key_hash | +------------+----------+------------------------+ - - + + X_60 (Determined from data, 8-bit tag) ************************************** - + Contract (tag 0) ================ - + +----------+----------+----------------------------------+ | Name | Size | Contents | +==========+==========+==================================+ @@ -60406,11 +60406,11 @@ Full description +----------+----------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +----------+----------+----------------------------------+ - - + + Block_fees (tag 2) ================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -60418,11 +60418,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Deposits (tag 4) ================ - + +--------+----------------------+----------------------------------+ | Name | Size | Contents | +========+======================+==================================+ @@ -60432,11 +60432,11 @@ Full description +--------+----------------------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+----------------------+----------------------------------+ - - + + Nonce_revelation_rewards (tag 5) ================================ - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -60444,11 +60444,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Attesting_rewards (tag 7) ========================= - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -60456,11 +60456,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Baking_rewards (tag 8) ====================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -60468,11 +60468,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Baking_bonuses (tag 9) ====================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -60480,11 +60480,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Storage_fees (tag 11) ===================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -60492,11 +60492,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Double_signing_punishments (tag 12) =================================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -60504,11 +60504,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Lost_attesting_rewards (tag 13) =============================== - + +---------------+----------+-------------------------------------+ | Name | Size | Contents | +===============+==========+=====================================+ @@ -60522,11 +60522,11 @@ Full description +---------------+----------+-------------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +---------------+----------+-------------------------------------+ - - + + Liquidity_baking_subsidies (tag 14) =================================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -60534,11 +60534,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Burned (tag 15) =============== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -60546,11 +60546,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Commitments (tag 16) ==================== - + +-----------+----------+----------------------------------+ | Name | Size | Contents | +===========+==========+==================================+ @@ -60560,11 +60560,11 @@ Full description +-----------+----------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +-----------+----------+----------------------------------+ - - + + Bootstrap (tag 17) ================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -60572,11 +60572,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Invoice (tag 18) ================ - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -60584,11 +60584,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Initial_commitments (tag 19) ============================ - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -60596,11 +60596,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Minted (tag 20) =============== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -60608,11 +60608,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Frozen_bonds (tag 21) ===================== - + +----------+----------+----------------------------------+ | Name | Size | Contents | +==========+==========+==================================+ @@ -60624,11 +60624,11 @@ Full description +----------+----------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +----------+----------+----------------------------------+ - - + + Smart_rollup_refutation_punishments (tag 24) ============================================ - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -60636,11 +60636,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Smart_rollup_refutation_rewards (tag 25) ======================================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -60648,11 +60648,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Unstaked_deposits (tag 26) ========================== - + +--------+----------------------+----------------------------------+ | Name | Size | Contents | +========+======================+==================================+ @@ -60664,11 +60664,11 @@ Full description +--------+----------------------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+----------------------+----------------------------------+ - - + + Staking_delegator_numerator (tag 27) ==================================== - + +-----------+----------+----------------------------------+ | Name | Size | Contents | +===========+==========+==================================+ @@ -60678,11 +60678,11 @@ Full description +-----------+----------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +-----------+----------+----------------------------------+ - - + + Staking_delegate_denominator (tag 28) ===================================== - + +----------+----------+----------------------------------+ | Name | Size | Contents | +==========+==========+==================================+ @@ -60692,11 +60692,11 @@ Full description +----------+----------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +----------+----------+----------------------------------+ - - + + DAL_attesting_rewards (tag 29) ============================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -60704,11 +60704,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Lost_DAL_attesting_rewards (tag 30) =================================== - + +----------+----------+----------------------------------+ | Name | Size | Contents | +==========+==========+==================================+ @@ -60718,54 +60718,54 @@ Full description +----------+----------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +----------+----------+----------------------------------+ - - + + X_61 (Determined from data, 8-bit tag) ************************************** - + Block_application (tag 0) ========================= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Protocol_migration (tag 1) ========================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Subsidy (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Simulation (tag 3) ================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Delayed_operation (tag 4) ========================= - + +------------------------+----------+------------------------+ | Name | Size | Contents | +========================+==========+========================+ @@ -60773,11 +60773,11 @@ Full description +------------------------+----------+------------------------+ | delayed_operation_hash | 32 bytes | bytes | +------------------------+----------+------------------------+ - - + + X_59 **** - + +-----------------+----------------------+----------+ | Name | Size | Contents | +=================+======================+==========+ @@ -60785,11 +60785,11 @@ Full description +-----------------+----------------------+----------+ | Unnamed field 1 | Determined from data | $X_61 | +-----------------+----------------------+----------+ - - + + X_62 **** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -60797,14 +60797,14 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_3 | +-----------------------+----------+------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.operation_result.zk_rollup_update (Determined from data, 8-bit tag) ************************************************************************************************ - + Applied (tag 0) =============== - + +--------------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+====================================+ @@ -60818,11 +60818,11 @@ Full description +--------------------------------------------------------------------------+----------------------+------------------------------------+ | paid_storage_size_diff | Determined from data | $Z.t | +--------------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -60832,21 +60832,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_3 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=====================================+ @@ -60864,14 +60864,14 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | paid_storage_size_diff | Determined from data | $Z.t | +--------------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + 024-PsD5wVTJ.transaction_destination (22 bytes, 8-bit tag) ********************************************************** - + Implicit (tag 0) ================ - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -60879,11 +60879,11 @@ Full description +---------------------------+----------+------------------------+ | Signature.Public_key_hash | 21 bytes | $public_key_hash | +---------------------------+----------+------------------------+ - - + + Originated (tag 1) ================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -60893,11 +60893,11 @@ Full description +---------------+----------+------------------------+ | padding | 1 byte | padding | +---------------+----------+------------------------+ - - + + Smart_rollup (tag 3) ==================== - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -60907,11 +60907,11 @@ Full description +----------------------+----------+------------------------+ | padding | 1 byte | padding | +----------------------+----------+------------------------+ - - + + Zk_rollup (tag 4) ================= - + +----------------+----------+------------------------+ | Name | Size | Contents | +================+==========+========================+ @@ -60921,14 +60921,14 @@ Full description +----------------+----------+------------------------+ | padding | 1 byte | padding | +----------------+----------+------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.internal_operation_result.event (Determined from data, 8-bit tag) ********************************************************************************************** - + Applied (tag 0) =============== - + +-------------------+----------------------+------------------------+ | Name | Size | Contents | +===================+======================+========================+ @@ -60936,11 +60936,11 @@ Full description +-------------------+----------------------+------------------------+ | consumed_milligas | Determined from data | $N.t | +-------------------+----------------------+------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -60950,21 +60950,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_3 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==============================+======================+=====================================+ @@ -60976,14 +60976,14 @@ Full description +------------------------------+----------------------+-------------------------------------+ | consumed_milligas | Determined from data | $N.t | +------------------------------+----------------------+-------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.internal_operation_result.delegation (Determined from data, 8-bit tag) *************************************************************************************************** - + Applied (tag 0) =============== - + +--------------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+====================================+ @@ -60995,11 +60995,11 @@ Full description +--------------------------------------------------------------------------+----------------------+------------------------------------+ | balance_updates | Variable | sequence of $X_59 | +--------------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -61009,21 +61009,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_3 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=====================================+ @@ -61039,11 +61039,11 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | balance_updates | Variable | sequence of $X_59 | +--------------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + sapling.transaction.ciphertext ****************************** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -61061,11 +61061,11 @@ Full description +-----------------------+----------+------------------------------------+ | nonce_out | 24 bytes | bytes | +-----------------------+----------+------------------------------------+ - - + + X_84 **** - + +-----------------+----------------------+---------------------------------+ | Name | Size | Contents | +=================+======================+=================================+ @@ -61073,11 +61073,11 @@ Full description +-----------------+----------------------+---------------------------------+ | Unnamed field 1 | Determined from data | $sapling.transaction.ciphertext | +-----------------+----------------------+---------------------------------+ - - + + X_83 **** - + +-----------------------------+----------+------------------------------------+ | Name | Size | Contents | +=============================+==========+====================================+ @@ -61089,14 +61089,14 @@ Full description +-----------------------------+----------+------------------------------------+ | nullifiers | Variable | sequence of bytes | +-----------------------------+----------+------------------------------------+ - - + + X_89 (Determined from data, 8-bit tag) ************************************** - + update (tag 0) ============== - + +---------+----------------------+------------------------+ | Name | Size | Contents | +=========+======================+========================+ @@ -61104,21 +61104,21 @@ Full description +---------+----------------------+------------------------+ | updates | Determined from data | $X_83 | +---------+----------------------+------------------------+ - - + + remove (tag 1) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + copy (tag 2) ============ - + +---------+----------------------+------------------------+ | Name | Size | Contents | +=========+======================+========================+ @@ -61128,11 +61128,11 @@ Full description +---------+----------------------+------------------------+ | updates | Determined from data | $X_83 | +---------+----------------------+------------------------+ - - + + alloc (tag 3) ============= - + +-----------+----------------------+------------------------------------+ | Name | Size | Contents | +===========+======================+====================================+ @@ -61142,11 +61142,11 @@ Full description +-----------+----------------------+------------------------------------+ | memo_size | 2 bytes | unsigned 16-bit big-endian integer | +-----------+----------------------+------------------------------------+ - - + + X_90 **** - + +-----------------------------+----------------------+-------------------------------------------------+ | Name | Size | Contents | +=============================+======================+=================================================+ @@ -61158,14 +61158,14 @@ Full description +-----------------------------+----------------------+-------------------------------------------------+ | value | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +-----------------------------+----------------------+-------------------------------------------------+ - - + + X_101 (Determined from data, 8-bit tag) *************************************** - + update (tag 0) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -61175,21 +61175,21 @@ Full description +-----------------------+----------+------------------------------------+ | updates | Variable | sequence of $X_90 | +-----------------------+----------+------------------------------------+ - - + + remove (tag 1) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + copy (tag 2) ============ - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -61201,11 +61201,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | updates | Variable | sequence of $X_90 | +-----------------------+----------------------+------------------------------------+ - - + + alloc (tag 3) ============= - + +-----------------------+----------------------+-------------------------------------------------+ | Name | Size | Contents | +=======================+======================+=================================================+ @@ -61219,14 +61219,14 @@ Full description +-----------------------+----------------------+-------------------------------------------------+ | value_type | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +-----------------------+----------------------+-------------------------------------------------+ - - + + X_102 (Determined from data, 8-bit tag) *************************************** - + big_map (tag 0) =============== - + +------+----------------------+------------------------+ | Name | Size | Contents | +======+======================+========================+ @@ -61236,11 +61236,11 @@ Full description +------+----------------------+------------------------+ | diff | Determined from data | $X_101 | +------+----------------------+------------------------+ - - + + sapling_state (tag 1) ===================== - + +------+----------------------+------------------------+ | Name | Size | Contents | +======+======================+========================+ @@ -61250,11 +61250,11 @@ Full description +------+----------------------+------------------------+ | diff | Determined from data | $X_89 | +------+----------------------+------------------------+ - - + + 024-PsD5wVTJ.lazy_storage_diff ****************************** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -61262,14 +61262,14 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_102 | +-----------------------+----------+------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.internal_operation_result.origination (Determined from data, 8-bit tag) **************************************************************************************************** - + Applied (tag 0) =============== - + +--------------------------------------------------------------------------+----------------------+--------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+==================================================+ @@ -61293,11 +61293,11 @@ Full description +--------------------------------------------------------------------------+----------------------+--------------------------------------------------+ | lazy_storage_diff | Determined from data | $024-PsD5wVTJ.lazy_storage_diff | +--------------------------------------------------------------------------+----------------------+--------------------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -61307,21 +61307,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_3 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +--------------------------------------------------------------------------+----------------------+--------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+==================================================+ @@ -61349,11 +61349,11 @@ Full description +--------------------------------------------------------------------------+----------------------+--------------------------------------------------+ | lazy_storage_diff | Determined from data | $024-PsD5wVTJ.lazy_storage_diff | +--------------------------------------------------------------------------+----------------------+--------------------------------------------------+ - - + + X_129 ***** - + +--------------+----------------------+-------------------------------------------------+ | Name | Size | Contents | +==============+======================+=================================================+ @@ -61363,11 +61363,11 @@ Full description +--------------+----------------------+-------------------------------------------------+ | content | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +--------------+----------------------+-------------------------------------------------+ - - + + X_132 ***** - + +---------+----------------------+---------------------------------------+ | Name | Size | Contents | +=========+======================+=======================================+ @@ -61375,11 +61375,11 @@ Full description +---------+----------------------+---------------------------------------+ | amount | Determined from data | $Z.t | +---------+----------------------+---------------------------------------+ - - + + X_128 ***** - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -61389,11 +61389,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | updates | Variable | sequence of $X_132 | +-----------------------+----------------------+------------------------------------+ - - + + X_162 ***** - + +---------+----------------------+---------------------------------------+ | Name | Size | Contents | +=========+======================+=======================================+ @@ -61401,14 +61401,14 @@ Full description +---------+----------------------+---------------------------------------+ | index | Determined from data | $Z.t | +---------+----------------------+---------------------------------------+ - - + + X_163 (Determined from data, 8-bit tag) *************************************** - + To_contract (tag 0) =================== - + +--------------------------------------------------------------------------+----------------------+--------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+==================================================+ @@ -61446,11 +61446,11 @@ Full description +--------------------------------------------------------------------------+----------------------+--------------------------------------------------+ | address_registry_diff | Variable | sequence of $X_162 | +--------------------------------------------------------------------------+----------------------+--------------------------------------------------+ - - + + To_smart_rollup (tag 2) ======================= - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -61462,14 +61462,14 @@ Full description +-----------------------+----------------------+------------------------------------+ | ticket_receipt | Variable | sequence of $X_128 | +-----------------------+----------------------+------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.internal_operation_result.transaction (Determined from data, 8-bit tag) **************************************************************************************************** - + Applied (tag 0) =============== - + +-----------------+----------------------+------------------------+ | Name | Size | Contents | +=================+======================+========================+ @@ -61477,11 +61477,11 @@ Full description +-----------------+----------------------+------------------------+ | Unnamed field 0 | Determined from data | $X_163 | +-----------------+----------------------+------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -61491,21 +61491,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_3 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==============================+======================+=====================================+ @@ -61517,14 +61517,14 @@ Full description +------------------------------+----------------------+-------------------------------------+ | Unnamed field 0 | Determined from data | $X_163 | +------------------------------+----------------------+-------------------------------------+ - - + + 024-PsD5wVTJ.apply_internal_results.alpha.operation_result (Determined from data, 8-bit tag) ******************************************************************************************** - + transaction (tag 1) =================== - + +----------------------------------+----------------------+---------------------------------------------------------------------+ | Name | Size | Contents | +==================================+======================+=====================================================================+ @@ -61544,11 +61544,11 @@ Full description +----------------------------------+----------------------+---------------------------------------------------------------------+ | result | Determined from data | $024-PsD5wVTJ.operation.alpha.internal_operation_result.transaction | +----------------------------------+----------------------+---------------------------------------------------------------------+ - - + + origination (tag 2) =================== - + +--------------------------------+----------------------+---------------------------------------------------------------------+ | Name | Size | Contents | +================================+======================+=====================================================================+ @@ -61568,11 +61568,11 @@ Full description +--------------------------------+----------------------+---------------------------------------------------------------------+ | result | Determined from data | $024-PsD5wVTJ.operation.alpha.internal_operation_result.origination | +--------------------------------+----------------------+---------------------------------------------------------------------+ - - + + delegation (tag 3) ================== - + +--------------------------------+----------------------+--------------------------------------------------------------------+ | Name | Size | Contents | +================================+======================+====================================================================+ @@ -61588,11 +61588,11 @@ Full description +--------------------------------+----------------------+--------------------------------------------------------------------+ | result | Determined from data | $024-PsD5wVTJ.operation.alpha.internal_operation_result.delegation | +--------------------------------+----------------------+--------------------------------------------------------------------+ - - + + event (tag 4) ============= - + +-------------------------------+----------------------+---------------------------------------------------------------+ | Name | Size | Contents | +===============================+======================+===============================================================+ @@ -61614,11 +61614,11 @@ Full description +-------------------------------+----------------------+---------------------------------------------------------------+ | result | Determined from data | $024-PsD5wVTJ.operation.alpha.internal_operation_result.event | +-------------------------------+----------------------+---------------------------------------------------------------+ - - + + X_58 **** - + +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=========================================================================+ @@ -61632,14 +61632,14 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.operation_result.zk_rollup_publish (Determined from data, 8-bit tag) ************************************************************************************************* - + Applied (tag 0) =============== - + +--------------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+====================================+ @@ -61653,11 +61653,11 @@ Full description +--------------------------------------------------------------------------+----------------------+------------------------------------+ | size | Determined from data | $Z.t | +--------------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -61667,21 +61667,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_3 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=====================================+ @@ -61699,11 +61699,11 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | size | Determined from data | $Z.t | +--------------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + X_206 ***** - + +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=========================================================================+ @@ -61717,14 +61717,14 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.operation_result.zk_rollup_origination (Determined from data, 8-bit tag) ***************************************************************************************************** - + Applied (tag 0) =============== - + +--------------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+====================================+ @@ -61740,11 +61740,11 @@ Full description +--------------------------------------------------------------------------+----------------------+------------------------------------+ | size | Determined from data | $Z.t | +--------------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -61754,21 +61754,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_3 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=====================================+ @@ -61788,11 +61788,11 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | size | Determined from data | $Z.t | +--------------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + X_351 ***** - + +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=========================================================================+ @@ -61806,14 +61806,14 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + X_499 (54 bytes, 8-bit tag) *************************** - + v0 (tag 0) ========== - + +------------+----------+----------------------------------+ | Name | Size | Contents | +============+==========+==================================+ @@ -61825,14 +61825,14 @@ Full description +------------+----------+----------------------------------+ | commitment | 48 bytes | bytes | +------------+----------+----------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.operation_result.dal_publish_commitment (Determined from data, 8-bit tag) ****************************************************************************************************** - + Applied (tag 0) =============== - + +-------------------+----------------------+------------------------+ | Name | Size | Contents | +===================+======================+========================+ @@ -61842,11 +61842,11 @@ Full description +-------------------+----------------------+------------------------+ | consumed_milligas | Determined from data | $N.t | +-------------------+----------------------+------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -61856,21 +61856,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_3 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==============================+======================+=====================================+ @@ -61884,11 +61884,11 @@ Full description +------------------------------+----------------------+-------------------------------------+ | consumed_milligas | Determined from data | $N.t | +------------------------------+----------------------+-------------------------------------+ - - + + X_494 ***** - + +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=========================================================================+ @@ -61902,14 +61902,14 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.operation_result.smart_rollup_recover_bond (Determined from data, 8-bit tag) ********************************************************************************************************* - + Applied (tag 0) =============== - + +--------------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+====================================+ @@ -61921,11 +61921,11 @@ Full description +--------------------------------------------------------------------------+----------------------+------------------------------------+ | consumed_milligas | Determined from data | $N.t | +--------------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -61935,21 +61935,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_3 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=====================================+ @@ -61965,11 +61965,11 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | consumed_milligas | Determined from data | $N.t | +--------------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + X_632 ***** - + +--------------------------------------------------------------------------+----------------------+--------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+==========================================================================+ @@ -61983,24 +61983,24 @@ Full description +--------------------------------------------------------------------------+----------------------+--------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+--------------------------------------------------------------------------+ - - + + X_788 (Determined from data, 8-bit tag) *************************************** - + Public (tag 0) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Private (tag 1) =============== - + +-----------+----------------------+------------------------+ | Name | Size | Contents | +===========+======================+========================+ @@ -62008,14 +62008,14 @@ Full description +-----------+----------------------+------------------------+ | whitelist | Determined from data | $X_29 | +-----------+----------------------+------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.operation_result.smart_rollup_execute_outbox_message (Determined from data, 8-bit tag) ******************************************************************************************************************* - + Applied (tag 0) =============== - + +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=====================================+ @@ -62037,11 +62037,11 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | paid_storage_size_diff | Determined from data | $Z.t | +--------------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -62051,21 +62051,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_3 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=====================================+ @@ -62091,11 +62091,11 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | paid_storage_size_diff | Determined from data | $Z.t | +--------------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + X_774 ***** - + +--------------------------------------------------------------------------+----------------------+------------------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+====================================================================================+ @@ -62109,37 +62109,37 @@ Full description +--------------------------------------------------------------------------+----------------------+------------------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+------------------------------------------------------------------------------------+ - - + + X_936 (1 byte, 8-bit tag) ************************* - + Conflict_resolved (tag 0) ========================= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Timeout (tag 1) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + X_937 (Determined from data, 8-bit tag) *************************************** - + Loser (tag 0) ============= - + +--------+----------+------------------------+ | Name | Size | Contents | +========+==========+========================+ @@ -62149,34 +62149,34 @@ Full description +--------+----------+------------------------+ | player | 21 bytes | $public_key_hash | +--------+----------+------------------------+ - - + + Draw (tag 1) ============ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + X_938 (Determined from data, 8-bit tag) *************************************** - + Ongoing (tag 0) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Ended (tag 1) ============= - + +--------+----------------------+------------------------+ | Name | Size | Contents | +========+======================+========================+ @@ -62184,14 +62184,14 @@ Full description +--------+----------------------+------------------------+ | result | Determined from data | $X_937 | +--------+----------------------+------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.operation_result.smart_rollup_timeout (Determined from data, 8-bit tag) **************************************************************************************************** - + Applied (tag 0) =============== - + +--------------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+====================================+ @@ -62205,11 +62205,11 @@ Full description +--------------------------------------------------------------------------+----------------------+------------------------------------+ | balance_updates | Variable | sequence of $X_59 | +--------------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -62219,21 +62219,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_3 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=====================================+ @@ -62251,11 +62251,11 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | balance_updates | Variable | sequence of $X_59 | +--------------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + X_931 ***** - + +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=========================================================================+ @@ -62269,14 +62269,14 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.operation_result.smart_rollup_publish (Determined from data, 8-bit tag) **************************************************************************************************** - + Applied (tag 0) =============== - + +--------------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+====================================+ @@ -62292,11 +62292,11 @@ Full description +--------------------------------------------------------------------------+----------------------+------------------------------------+ | balance_updates | Variable | sequence of $X_59 | +--------------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -62306,21 +62306,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_3 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=====================================+ @@ -62340,11 +62340,11 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | balance_updates | Variable | sequence of $X_59 | +--------------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + X_1234 ****** - + +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=========================================================================+ @@ -62358,14 +62358,14 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.operation_result.smart_rollup_cement (Determined from data, 8-bit tag) *************************************************************************************************** - + Applied (tag 0) =============== - + +-------------------+----------------------+----------------------------------+ | Name | Size | Contents | +===================+======================+==================================+ @@ -62377,11 +62377,11 @@ Full description +-------------------+----------------------+----------------------------------+ | commitment_hash | 32 bytes | bytes | +-------------------+----------------------+----------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -62391,21 +62391,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_3 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==============================+======================+=====================================+ @@ -62421,11 +62421,11 @@ Full description +------------------------------+----------------------+-------------------------------------+ | commitment_hash | 32 bytes | bytes | +------------------------------+----------------------+-------------------------------------+ - - + + X_1376 ****** - + +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=========================================================================+ @@ -62439,11 +62439,11 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + X_1513 ****** - + +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=========================================================================+ @@ -62457,14 +62457,14 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.operation_result.smart_rollup_originate (Determined from data, 8-bit tag) ****************************************************************************************************** - + Applied (tag 0) =============== - + +--------------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+====================================+ @@ -62482,11 +62482,11 @@ Full description +--------------------------------------------------------------------------+----------------------+------------------------------------+ | size | Determined from data | $Z.t | +--------------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -62496,21 +62496,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_3 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=====================================+ @@ -62532,11 +62532,11 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | size | Determined from data | $Z.t | +--------------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + X_1651 ****** - + +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=========================================================================+ @@ -62550,14 +62550,14 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.operation_result.transfer_ticket (Determined from data, 8-bit tag) *********************************************************************************************** - + Applied (tag 0) =============== - + +--------------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+====================================+ @@ -62575,11 +62575,11 @@ Full description +--------------------------------------------------------------------------+----------------------+------------------------------------+ | paid_storage_size_diff | Determined from data | $Z.t | +--------------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -62589,21 +62589,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_3 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=====================================+ @@ -62625,11 +62625,11 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | paid_storage_size_diff | Determined from data | $Z.t | +--------------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + X_1793 ****** - + +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=========================================================================+ @@ -62643,14 +62643,14 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.operation_result.update_consensus_key (Determined from data, 8-bit tag) **************************************************************************************************** - + Applied (tag 0) =============== - + +-------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +===================+======================+=====================================+ @@ -62660,11 +62660,11 @@ Full description +-------------------+----------------------+-------------------------------------+ | consumed_milligas | Determined from data | $N.t | +-------------------+----------------------+-------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -62674,21 +62674,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_3 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==============================+======================+=====================================+ @@ -62702,11 +62702,11 @@ Full description +------------------------------+----------------------+-------------------------------------+ | consumed_milligas | Determined from data | $N.t | +------------------------------+----------------------+-------------------------------------+ - - + + X_1946 ****** - + +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=========================================================================+ @@ -62720,14 +62720,14 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.operation_result.register_global_constant (Determined from data, 8-bit tag) ******************************************************************************************************** - + Applied (tag 0) =============== - + +--------------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+====================================+ @@ -62743,11 +62743,11 @@ Full description +--------------------------------------------------------------------------+----------------------+------------------------------------+ | global_address | 32 bytes | bytes | +--------------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -62757,21 +62757,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_3 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=====================================+ @@ -62791,11 +62791,11 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | global_address | 32 bytes | bytes | +--------------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + X_2497 ****** - + +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=========================================================================+ @@ -62809,11 +62809,11 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + X_2639 ****** - + +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=========================================================================+ @@ -62827,11 +62827,11 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + X_2781 ****** - + +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=========================================================================+ @@ -62845,14 +62845,14 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + X_3004 (Determined from data, 8-bit tag) **************************************** - + To_contract (tag 0) =================== - + +--------------------------------------------------------------------------+----------------------+--------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+==================================================+ @@ -62890,11 +62890,11 @@ Full description +--------------------------------------------------------------------------+----------------------+--------------------------------------------------+ | address_registry_diff | Variable | sequence of $X_162 | +--------------------------------------------------------------------------+----------------------+--------------------------------------------------+ - - + + To_smart_rollup (tag 2) ======================= - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -62906,14 +62906,14 @@ Full description +-----------------------+----------------------+------------------------------------+ | ticket_updates | Variable | sequence of $X_128 | +-----------------------+----------------------+------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.operation_result.transaction (Determined from data, 8-bit tag) ******************************************************************************************* - + Applied (tag 0) =============== - + +-----------------+----------------------+------------------------+ | Name | Size | Contents | +=================+======================+========================+ @@ -62921,11 +62921,11 @@ Full description +-----------------+----------------------+------------------------+ | Unnamed field 0 | Determined from data | $X_3004 | +-----------------+----------------------+------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -62935,21 +62935,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_3 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==============================+======================+=====================================+ @@ -62961,11 +62961,11 @@ Full description +------------------------------+----------------------+-------------------------------------+ | Unnamed field 0 | Determined from data | $X_3004 | +------------------------------+----------------------+-------------------------------------+ - - + + X_2964 ****** - + +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=========================================================================+ @@ -62979,11 +62979,11 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + X_3316 ****** - + +-------+---------+-------------------------------------------------------------------------+ | Name | Size | Contents | +=======+=========+=========================================================================+ @@ -62991,11 +62991,11 @@ Full description +-------+---------+-------------------------------------------------------------------------+ | stake | 8 bytes | signed 64-bit big-endian integer | +-------+---------+-------------------------------------------------------------------------+ - - + + X_3315 ****** - + +-----------------+----------+------------------+ | Name | Size | Contents | +=================+==========+==================+ @@ -63005,11 +63005,11 @@ Full description +-----------------+----------+------------------+ | consensus_power | 12 bytes | $X_3316 | +-----------------+----------+------------------+ - - + + X_3311 ****** - + +--------------------------------------------------------------------------+----------+------------------------------------+ | Name | Size | Contents | +==========================================================================+==========+====================================+ @@ -63023,11 +63023,11 @@ Full description +--------------------------------------------------------------------------+----------+------------------------------------+ | total_consensus_power | 12 bytes | $X_3316 | +--------------------------------------------------------------------------+----------+------------------------------------+ - - + + 024-PsD5wVTJ.operation_metadata.alpha.balance_updates ***************************************************** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -63035,11 +63035,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_59 | +-----------------------+----------+------------------------------------+ - - + + X_3335 ****** - + +--------------------------------------------------------------------------+----------+------------------------------------+ | Name | Size | Contents | +==========================================================================+==========+====================================+ @@ -63053,11 +63053,11 @@ Full description +--------------------------------------------------------------------------+----------+------------------------------------+ | consensus_key | 21 bytes | $public_key_hash | +--------------------------------------------------------------------------+----------+------------------------------------+ - - + + X_3350 ****** - + +--------------------------------------------------------------------------+----------+-------------------------------------+ | Name | Size | Contents | +==========================================================================+==========+=====================================+ @@ -63067,11 +63067,11 @@ Full description +--------------------------------------------------------------------------+----------+-------------------------------------+ | allocated_destination_contract | 1 byte | boolean (0 for false, 255 for true) | +--------------------------------------------------------------------------+----------+-------------------------------------+ - - + + X_3363 (Enumeration: unsigned 8-bit integer): ********************************************* - + +-------------+----------------+ | Case number | Encoded string | +=============+================+ @@ -63081,11 +63081,11 @@ Full description +-------------+----------------+ | 2 | block | +-------------+----------------+ - - + + X_3362 ****** - + +-------+---------+-------------------------------------------------------------+ | Name | Size | Contents | +=======+=========+=============================================================+ @@ -63095,11 +63095,11 @@ Full description +-------+---------+-------------------------------------------------------------+ | kind | 1 byte | unsigned 8-bit integer encoding an enumeration (see X_3363) | +-------+---------+-------------------------------------------------------------+ - - + + X_3361 ****** - + +-------------------+----------+------------------+ | Name | Size | Contents | +===================+==========+==================+ @@ -63109,14 +63109,14 @@ Full description +-------------------+----------+------------------+ | misbehaviour | 9 bytes | $X_3362 | +-------------------+----------+------------------+ - - + + 024-PsD5wVTJ.operation.alpha.operation_contents_and_result (Determined from data, 8-bit tag) ******************************************************************************************** - + Seed_nonce_revelation (tag 1) ============================= - + +----------+----------------------+--------------------------------------------------------+ | Name | Size | Contents | +==========+======================+========================================================+ @@ -63128,11 +63128,11 @@ Full description +----------+----------------------+--------------------------------------------------------+ | metadata | Determined from data | $024-PsD5wVTJ.operation_metadata.alpha.balance_updates | +----------+----------------------+--------------------------------------------------------+ - - + + Double_consensus_operation_evidence (tag 2) =========================================== - + +-----------------------+----------+-------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================+ @@ -63150,11 +63150,11 @@ Full description +-----------------------+----------+-------------------------------------------+ | metadata | 51 bytes | $X_3361 | +-----------------------+----------+-------------------------------------------+ - - + + Double_baking_evidence (tag 3) ============================== - + +-----------------------+----------+----------------------------------------------+ | Name | Size | Contents | +=======================+==========+==============================================+ @@ -63170,11 +63170,11 @@ Full description +-----------------------+----------+----------------------------------------------+ | metadata | 51 bytes | $X_3361 | +-----------------------+----------+----------------------------------------------+ - - + + Activate_account (tag 4) ======================== - + +----------+----------------------+--------------------------------------------------------+ | Name | Size | Contents | +==========+======================+========================================================+ @@ -63186,11 +63186,11 @@ Full description +----------+----------------------+--------------------------------------------------------+ | metadata | Determined from data | $024-PsD5wVTJ.operation_metadata.alpha.balance_updates | +----------+----------------------+--------------------------------------------------------+ - - + + Proposals (tag 5) ================= - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -63204,11 +63204,11 @@ Full description +-----------------------+----------+------------------------------------+ | proposals | Variable | sequence of at most 20 bytes | +-----------------------+----------+------------------------------------+ - - + + Ballot (tag 6) ============== - + +----------+----------+----------------------------------+ | Name | Size | Contents | +==========+==========+==================================+ @@ -63222,11 +63222,11 @@ Full description +----------+----------+----------------------------------+ | ballot | 1 byte | signed 8-bit integer | +----------+----------+----------------------------------+ - - + + Vdf_revelation (tag 8) ====================== - + +----------+----------------------+--------------------------------------------------------+ | Name | Size | Contents | +==========+======================+========================================================+ @@ -63236,11 +63236,11 @@ Full description +----------+----------------------+--------------------------------------------------------+ | metadata | Determined from data | $024-PsD5wVTJ.operation_metadata.alpha.balance_updates | +----------+----------------------+--------------------------------------------------------+ - - + + Drain_delegate (tag 9) ====================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -63254,11 +63254,11 @@ Full description +---------------+----------------------+------------------------+ | metadata | Determined from data | $X_3350 | +---------------+----------------------+------------------------+ - - + + Preattestation (tag 20) ======================= - + +--------------------+----------------------+------------------------------------+ | Name | Size | Contents | +====================+======================+====================================+ @@ -63274,11 +63274,11 @@ Full description +--------------------+----------------------+------------------------------------+ | metadata | Determined from data | $X_3335 | +--------------------+----------------------+------------------------------------+ - - + + Attestation (tag 21) ==================== - + +--------------------+----------------------+------------------------------------+ | Name | Size | Contents | +====================+======================+====================================+ @@ -63294,11 +63294,11 @@ Full description +--------------------+----------------------+------------------------------------+ | metadata | Determined from data | $X_3335 | +--------------------+----------------------+------------------------------------+ - - + + Attestation_with_dal (tag 23) ============================= - + +--------------------+----------------------+------------------------------------+ | Name | Size | Contents | +====================+======================+====================================+ @@ -63316,11 +63316,11 @@ Full description +--------------------+----------------------+------------------------------------+ | metadata | Determined from data | $X_3335 | +--------------------+----------------------+------------------------------------+ - - + + Dal_entrapment_evidence (tag 24) ================================ - + +-----------------------+----------------------+--------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+========================================================+ @@ -63338,11 +63338,11 @@ Full description +-----------------------+----------------------+--------------------------------------------------------+ | metadata | Determined from data | $024-PsD5wVTJ.operation_metadata.alpha.balance_updates | +-----------------------+----------------------+--------------------------------------------------------+ - - + + Preattestations_aggregate (tag 30) ================================== - + +-----------------------+----------------------+------------------------------------------------+ | Name | Size | Contents | +=======================+======================+================================================+ @@ -63356,11 +63356,11 @@ Full description +-----------------------+----------------------+------------------------------------------------+ | metadata | Determined from data | $X_3311 | +-----------------------+----------------------+------------------------------------------------+ - - + + Attestations_aggregate (tag 31) =============================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -63374,11 +63374,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | metadata | Determined from data | $X_3311 | +-----------------------+----------------------+------------------------------------+ - - + + Reveal (tag 107) ================ - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -63402,11 +63402,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | metadata | Determined from data | $X_1513 | +-----------------------------+----------------------+-------------------------------------+ - - + + Transaction (tag 108) ===================== - + +----------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==================================+======================+=====================================+ @@ -63432,11 +63432,11 @@ Full description +----------------------------------+----------------------+-------------------------------------+ | metadata | Determined from data | $X_2964 | +----------------------------------+----------------------+-------------------------------------+ - - + + Origination (tag 109) ===================== - + +--------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +================================+======================+=====================================+ @@ -63462,11 +63462,11 @@ Full description +--------------------------------+----------------------+-------------------------------------+ | metadata | Determined from data | $X_2781 | +--------------------------------+----------------------+-------------------------------------+ - - + + Delegation (tag 110) ==================== - + +--------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +================================+======================+=====================================+ @@ -63488,11 +63488,11 @@ Full description +--------------------------------+----------------------+-------------------------------------+ | metadata | Determined from data | $X_2639 | +--------------------------------+----------------------+-------------------------------------+ - - + + Register_global_constant (tag 111) ================================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -63514,11 +63514,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | metadata | Determined from data | $X_2497 | +-----------------------+----------------------+------------------------------------+ - - + + Set_deposits_limit (tag 112) ============================ - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -63540,11 +63540,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | metadata | Determined from data | $X_1513 | +-----------------------------+----------------------+-------------------------------------+ - - + + Increase_paid_storage (tag 113) =============================== - + +---------------+----------------------+--------------------------------------+ | Name | Size | Contents | +===============+======================+======================================+ @@ -63566,11 +63566,11 @@ Full description +---------------+----------------------+--------------------------------------+ | metadata | Determined from data | $X_632 | +---------------+----------------------+--------------------------------------+ - - + + Update_consensus_key (tag 114) ============================== - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -63594,11 +63594,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | metadata | Determined from data | $X_1946 | +-----------------------------+----------------------+-------------------------------------+ - - + + Update_companion_key (tag 115) ============================== - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -63622,11 +63622,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | metadata | Determined from data | $X_1946 | +-----------------------------+----------------------+-------------------------------------+ - - + + Transfer_ticket (tag 158) ========================= - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -63662,11 +63662,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | metadata | Determined from data | $X_1793 | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_originate (tag 200) ================================ - + +---------------------------------+----------------------+-----------------------------------------------------------+ | Name | Size | Contents | +=================================+======================+===========================================================+ @@ -63698,11 +63698,11 @@ Full description +---------------------------------+----------------------+-----------------------------------------------------------+ | metadata | Determined from data | $X_1651 | +---------------------------------+----------------------+-----------------------------------------------------------+ - - + + Smart_rollup_add_messages (tag 201) =================================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -63724,11 +63724,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | metadata | Determined from data | $X_1513 | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_cement (tag 202) ============================= - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -63748,11 +63748,11 @@ Full description +---------------+----------------------+------------------------+ | metadata | Determined from data | $X_1376 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_publish (tag 203) ============================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -63774,11 +63774,11 @@ Full description +---------------+----------------------+------------------------+ | metadata | Determined from data | $X_1234 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_refute (tag 204) ============================= - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -63802,11 +63802,11 @@ Full description +---------------+----------------------+------------------------+ | metadata | Determined from data | $X_931 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_timeout (tag 205) ============================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -63828,11 +63828,11 @@ Full description +---------------+----------------------+------------------------+ | metadata | Determined from data | $X_931 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_execute_outbox_message (tag 206) ============================================= - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -63858,11 +63858,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | metadata | Determined from data | $X_774 | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_recover_bond (tag 207) =================================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -63884,11 +63884,11 @@ Full description +---------------+----------------------+------------------------+ | metadata | Determined from data | $X_632 | +---------------+----------------------+------------------------+ - - + + Dal_publish_commitment (tag 230) ================================ - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -63908,11 +63908,11 @@ Full description +---------------+----------------------+------------------------+ | metadata | Determined from data | $X_494 | +---------------+----------------------+------------------------+ - - + + Zk_rollup_origination (tag 250) =============================== - + +-----------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+=========================================================================+ @@ -63944,11 +63944,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------+ | metadata | Determined from data | $X_351 | +-----------------------+----------------------+-------------------------------------------------------------------------+ - - + + Zk_rollup_publish (tag 251) =========================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -63972,11 +63972,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | metadata | Determined from data | $X_206 | +-----------------------+----------------------+------------------------------------+ - - + + Zk_rollup_update (tag 252) ========================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -63998,14 +63998,14 @@ Full description +---------------+----------------------+------------------------+ | metadata | Determined from data | $X_58 | +---------------+----------------------+------------------------+ - - + + X_3376 (Variable, 8-bit tag) **************************** - + Operation_with_metadata (tag 0) =============================== - + +-----------------------+----------+-------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+=========================================================================+ @@ -64017,11 +64017,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------+ | signature | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------+ - - + + Operation_without_metadata (tag 1) ================================== - + +-----------------------+----------+----------------------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================================+ @@ -64033,11 +64033,11 @@ Full description +-----------------------+----------+----------------------------------------------------+ | signature | Variable | bytes | +-----------------------+----------+----------------------------------------------------+ - - + + X_0 *** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -64045,10 +64045,10 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | $X_3376 | +-----------------------+----------+------------------------------------+ - +
- + .. _GET_..--block_id--helpers--round : @@ -64056,7 +64056,7 @@ Full description **GET ..//helpers/round** .. raw:: html - +
@@ -64075,11 +64075,11 @@ Full description +=================+=========+==================================+ | Unnamed field 0 | 4 bytes | signed 32-bit big-endian integer | +-----------------+---------+----------------------------------+ - - + +
- + .. _POST_..--block_id--helpers--scripts--entrypoint : @@ -64087,7 +64087,7 @@ Full description **POST ..//helpers/scripts/entrypoint** .. raw:: html - +
@@ -64299,11 +64299,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------+ | entrypoint | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------+ - - + + 024-PsD5wVTJ.michelson.v1.primitives (Enumeration: unsigned 8-bit integer): *************************************************************************** - + +-------------+--------------------------------+ | Case number | Encoded string | +=============+================================+ @@ -64629,26 +64629,26 @@ Full description +-------------+--------------------------------+ | 160 | GET_ADDRESS_INDEX | +-------------+--------------------------------+ - - + + Z.t *** - + A variable-length sequence of bytes encoding a Zarith integer. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). The second most significant bit of the first byte is reserved for the sign (0 for positive, 1 for negative). Size and sign bits ignored, the data is the binary representation of the absolute value of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | Z.t | Determined from data | bytes | +------+----------------------+----------+ - - + + micheline.024-PsD5wVTJ.michelson_v1.expression (Determined from data, 8-bit tag) ******************************************************************************** - + Int (tag 0) =========== - + +------+----------------------+------------------------+ | Name | Size | Contents | +======+======================+========================+ @@ -64656,11 +64656,11 @@ Full description +------+----------------------+------------------------+ | int | Determined from data | $Z.t | +------+----------------------+------------------------+ - - + + String (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -64670,11 +64670,11 @@ Full description +-----------------------+----------+------------------------------------+ | string | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + Sequence (tag 2) ================ - + +-----------------------+----------+-------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+=============================================================+ @@ -64684,11 +64684,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------+ | Unnamed field 0 | Variable | sequence of $micheline.024-PsD5wVTJ.michelson_v1.expression | +-----------------------+----------+-------------------------------------------------------------+ - - + + Prim__no_args__no_annots (tag 3) ================================ - + +------+--------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+========+===========================================================================================+ @@ -64696,11 +64696,11 @@ Full description +------+--------+-------------------------------------------------------------------------------------------+ | prim | 1 byte | unsigned 8-bit integer encoding an enumeration (see 024-PsD5wVTJ.michelson.v1.primitives) | +------+--------+-------------------------------------------------------------------------------------------+ - - + + Prim__no_args__some_annots (tag 4) ================================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -64712,11 +64712,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__no_annots (tag 5) ============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -64726,11 +64726,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__some_annots (tag 6) ================================ - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -64744,11 +64744,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__no_annots (tag 7) =============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -64760,11 +64760,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg2 | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__some_annots (tag 8) ================================= - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -64780,11 +64780,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__generic (tag 9) ===================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -64800,11 +64800,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Bytes (tag 10) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -64814,7 +64814,7 @@ Full description +-----------------------+----------+------------------------------------+ | bytes | Variable | bytes | +-----------------------+----------+------------------------------------+ - +
@@ -65014,11 +65014,11 @@ Full description +=================+======================+=================================================+ | entrypoint_type | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +-----------------+----------------------+-------------------------------------------------+ - - + + 024-PsD5wVTJ.michelson.v1.primitives (Enumeration: unsigned 8-bit integer): *************************************************************************** - + +-------------+--------------------------------+ | Case number | Encoded string | +=============+================================+ @@ -65344,26 +65344,26 @@ Full description +-------------+--------------------------------+ | 160 | GET_ADDRESS_INDEX | +-------------+--------------------------------+ - - + + Z.t *** - + A variable-length sequence of bytes encoding a Zarith integer. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). The second most significant bit of the first byte is reserved for the sign (0 for positive, 1 for negative). Size and sign bits ignored, the data is the binary representation of the absolute value of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | Z.t | Determined from data | bytes | +------+----------------------+----------+ - - + + micheline.024-PsD5wVTJ.michelson_v1.expression (Determined from data, 8-bit tag) ******************************************************************************** - + Int (tag 0) =========== - + +------+----------------------+------------------------+ | Name | Size | Contents | +======+======================+========================+ @@ -65371,11 +65371,11 @@ Full description +------+----------------------+------------------------+ | int | Determined from data | $Z.t | +------+----------------------+------------------------+ - - + + String (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -65385,11 +65385,11 @@ Full description +-----------------------+----------+------------------------------------+ | string | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + Sequence (tag 2) ================ - + +-----------------------+----------+-------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+=============================================================+ @@ -65399,11 +65399,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------+ | Unnamed field 0 | Variable | sequence of $micheline.024-PsD5wVTJ.michelson_v1.expression | +-----------------------+----------+-------------------------------------------------------------+ - - + + Prim__no_args__no_annots (tag 3) ================================ - + +------+--------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+========+===========================================================================================+ @@ -65411,11 +65411,11 @@ Full description +------+--------+-------------------------------------------------------------------------------------------+ | prim | 1 byte | unsigned 8-bit integer encoding an enumeration (see 024-PsD5wVTJ.michelson.v1.primitives) | +------+--------+-------------------------------------------------------------------------------------------+ - - + + Prim__no_args__some_annots (tag 4) ================================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -65427,11 +65427,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__no_annots (tag 5) ============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -65441,11 +65441,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__some_annots (tag 6) ================================ - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -65459,11 +65459,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__no_annots (tag 7) =============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -65475,11 +65475,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg2 | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__some_annots (tag 8) ================================= - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -65495,11 +65495,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__generic (tag 9) ===================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -65515,11 +65515,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Bytes (tag 10) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -65529,10 +65529,10 @@ Full description +-----------------------+----------+------------------------------------+ | bytes | Variable | bytes | +-----------------------+----------+------------------------------------+ - +
- + .. _POST_..--block_id--helpers--scripts--entrypoints : @@ -65540,7 +65540,7 @@ Full description **POST ..//helpers/scripts/entrypoints** .. raw:: html - +
@@ -65747,11 +65747,11 @@ Full description +========+======================+=================================================+ | script | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +--------+----------------------+-------------------------------------------------+ - - + + 024-PsD5wVTJ.michelson.v1.primitives (Enumeration: unsigned 8-bit integer): *************************************************************************** - + +-------------+--------------------------------+ | Case number | Encoded string | +=============+================================+ @@ -66077,26 +66077,26 @@ Full description +-------------+--------------------------------+ | 160 | GET_ADDRESS_INDEX | +-------------+--------------------------------+ - - + + Z.t *** - + A variable-length sequence of bytes encoding a Zarith integer. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). The second most significant bit of the first byte is reserved for the sign (0 for positive, 1 for negative). Size and sign bits ignored, the data is the binary representation of the absolute value of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | Z.t | Determined from data | bytes | +------+----------------------+----------+ - - + + micheline.024-PsD5wVTJ.michelson_v1.expression (Determined from data, 8-bit tag) ******************************************************************************** - + Int (tag 0) =========== - + +------+----------------------+------------------------+ | Name | Size | Contents | +======+======================+========================+ @@ -66104,11 +66104,11 @@ Full description +------+----------------------+------------------------+ | int | Determined from data | $Z.t | +------+----------------------+------------------------+ - - + + String (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -66118,11 +66118,11 @@ Full description +-----------------------+----------+------------------------------------+ | string | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + Sequence (tag 2) ================ - + +-----------------------+----------+-------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+=============================================================+ @@ -66132,11 +66132,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------+ | Unnamed field 0 | Variable | sequence of $micheline.024-PsD5wVTJ.michelson_v1.expression | +-----------------------+----------+-------------------------------------------------------------+ - - + + Prim__no_args__no_annots (tag 3) ================================ - + +------+--------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+========+===========================================================================================+ @@ -66144,11 +66144,11 @@ Full description +------+--------+-------------------------------------------------------------------------------------------+ | prim | 1 byte | unsigned 8-bit integer encoding an enumeration (see 024-PsD5wVTJ.michelson.v1.primitives) | +------+--------+-------------------------------------------------------------------------------------------+ - - + + Prim__no_args__some_annots (tag 4) ================================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -66160,11 +66160,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__no_annots (tag 5) ============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -66174,11 +66174,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__some_annots (tag 6) ================================ - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -66192,11 +66192,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__no_annots (tag 7) =============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -66208,11 +66208,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg2 | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__some_annots (tag 8) ================================= - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -66228,11 +66228,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__generic (tag 9) ===================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -66248,11 +66248,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Bytes (tag 10) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -66262,7 +66262,7 @@ Full description +-----------------------+----------+------------------------------------+ | bytes | Variable | bytes | +-----------------------+----------+------------------------------------+ - +
@@ -66470,11 +66470,11 @@ Full description +-----------------------+----------+------------------------------------+ | entrypoints | Variable | sequence of $X_1 | +-----------------------+----------+------------------------------------+ - - + + 024-PsD5wVTJ.michelson.v1.primitives (Enumeration: unsigned 8-bit integer): *************************************************************************** - + +-------------+--------------------------------+ | Case number | Encoded string | +=============+================================+ @@ -66800,11 +66800,11 @@ Full description +-------------+--------------------------------+ | 160 | GET_ADDRESS_INDEX | +-------------+--------------------------------+ - - + + X_0 *** - + +-----------------------+----------+-------------------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+=======================================================================================================+ @@ -66812,11 +66812,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------------------+ | Unnamed field 0 | Variable | sequence of unsigned 8-bit integer encoding an enumeration (see 024-PsD5wVTJ.michelson.v1.primitives) | +-----------------------+----------+-------------------------------------------------------------------------------------------------------+ - - + + X_2 *** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -66824,26 +66824,26 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + Z.t *** - + A variable-length sequence of bytes encoding a Zarith integer. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). The second most significant bit of the first byte is reserved for the sign (0 for positive, 1 for negative). Size and sign bits ignored, the data is the binary representation of the absolute value of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | Z.t | Determined from data | bytes | +------+----------------------+----------+ - - + + micheline.024-PsD5wVTJ.michelson_v1.expression (Determined from data, 8-bit tag) ******************************************************************************** - + Int (tag 0) =========== - + +------+----------------------+------------------------+ | Name | Size | Contents | +======+======================+========================+ @@ -66851,11 +66851,11 @@ Full description +------+----------------------+------------------------+ | int | Determined from data | $Z.t | +------+----------------------+------------------------+ - - + + String (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -66865,11 +66865,11 @@ Full description +-----------------------+----------+------------------------------------+ | string | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + Sequence (tag 2) ================ - + +-----------------------+----------+-------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+=============================================================+ @@ -66879,11 +66879,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------+ | Unnamed field 0 | Variable | sequence of $micheline.024-PsD5wVTJ.michelson_v1.expression | +-----------------------+----------+-------------------------------------------------------------+ - - + + Prim__no_args__no_annots (tag 3) ================================ - + +------+--------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+========+===========================================================================================+ @@ -66891,11 +66891,11 @@ Full description +------+--------+-------------------------------------------------------------------------------------------+ | prim | 1 byte | unsigned 8-bit integer encoding an enumeration (see 024-PsD5wVTJ.michelson.v1.primitives) | +------+--------+-------------------------------------------------------------------------------------------+ - - + + Prim__no_args__some_annots (tag 4) ================================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -66907,11 +66907,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__no_annots (tag 5) ============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -66921,11 +66921,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__some_annots (tag 6) ================================ - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -66939,11 +66939,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__no_annots (tag 7) =============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -66955,11 +66955,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg2 | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__some_annots (tag 8) ================================= - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -66975,11 +66975,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__generic (tag 9) ===================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -66995,11 +66995,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Bytes (tag 10) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -67009,11 +67009,11 @@ Full description +-----------------------+----------+------------------------------------+ | bytes | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + X_1 *** - + +-----------------+----------------------+-------------------------------------------------+ | Name | Size | Contents | +=================+======================+=================================================+ @@ -67021,10 +67021,10 @@ Full description +-----------------+----------------------+-------------------------------------------------+ | Unnamed field 1 | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +-----------------+----------------------+-------------------------------------------------+ - +
- + .. _POST_..--block_id--helpers--scripts--normalize_data : @@ -67032,7 +67032,7 @@ Full description **POST ..//helpers/scripts/normalize_data** .. raw:: html - +
@@ -67271,11 +67271,11 @@ Full description +---------------------------------------+----------------------+-------------------------------------------------+ | extra_big_maps | Determined from data | $X_6 | +---------------------------------------+----------------------+-------------------------------------------------+ - - + + 024-PsD5wVTJ.michelson.v1.primitives (Enumeration: unsigned 8-bit integer): *************************************************************************** - + +-------------+--------------------------------+ | Case number | Encoded string | +=============+================================+ @@ -67601,26 +67601,26 @@ Full description +-------------+--------------------------------+ | 160 | GET_ADDRESS_INDEX | +-------------+--------------------------------+ - - + + Z.t *** - + A variable-length sequence of bytes encoding a Zarith integer. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). The second most significant bit of the first byte is reserved for the sign (0 for positive, 1 for negative). Size and sign bits ignored, the data is the binary representation of the absolute value of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | Z.t | Determined from data | bytes | +------+----------------------+----------+ - - + + micheline.024-PsD5wVTJ.michelson_v1.expression (Determined from data, 8-bit tag) ******************************************************************************** - + Int (tag 0) =========== - + +------+----------------------+------------------------+ | Name | Size | Contents | +======+======================+========================+ @@ -67628,11 +67628,11 @@ Full description +------+----------------------+------------------------+ | int | Determined from data | $Z.t | +------+----------------------+------------------------+ - - + + String (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -67642,11 +67642,11 @@ Full description +-----------------------+----------+------------------------------------+ | string | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + Sequence (tag 2) ================ - + +-----------------------+----------+-------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+=============================================================+ @@ -67656,11 +67656,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------+ | Unnamed field 0 | Variable | sequence of $micheline.024-PsD5wVTJ.michelson_v1.expression | +-----------------------+----------+-------------------------------------------------------------+ - - + + Prim__no_args__no_annots (tag 3) ================================ - + +------+--------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+========+===========================================================================================+ @@ -67668,11 +67668,11 @@ Full description +------+--------+-------------------------------------------------------------------------------------------+ | prim | 1 byte | unsigned 8-bit integer encoding an enumeration (see 024-PsD5wVTJ.michelson.v1.primitives) | +------+--------+-------------------------------------------------------------------------------------------+ - - + + Prim__no_args__some_annots (tag 4) ================================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -67684,11 +67684,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__no_annots (tag 5) ============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -67698,11 +67698,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__some_annots (tag 6) ================================ - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -67716,11 +67716,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__no_annots (tag 7) =============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -67732,11 +67732,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg2 | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__some_annots (tag 8) ================================= - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -67752,11 +67752,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__generic (tag 9) ===================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -67772,11 +67772,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Bytes (tag 10) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -67786,44 +67786,44 @@ Full description +-----------------------+----------+------------------------------------+ | bytes | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + X_2 (1 byte, 8-bit tag) *********************** - + Readable (tag 0) ================ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Optimized (tag 1) ================= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Optimized_legacy (tag 2) ======================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + X_4 *** - + +---------+----------------------+-------------------------------------------------+ | Name | Size | Contents | +=========+======================+=================================================+ @@ -67831,11 +67831,11 @@ Full description +---------+----------------------+-------------------------------------------------+ | type | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +---------+----------------------+-------------------------------------------------+ - - + + X_3 *** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -67843,11 +67843,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_4 | +-----------------------+----------+------------------------------------+ - - + + X_7 *** - + +-------------+----------------------+-------------------------------------------------+ | Name | Size | Contents | +=============+======================+=================================================+ @@ -67859,11 +67859,11 @@ Full description +-------------+----------------------+-------------------------------------------------+ | map_literal | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +-------------+----------------------+-------------------------------------------------+ - - + + X_6 *** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -67871,7 +67871,7 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_7 | +-----------------------+----------+------------------------------------+ - +
@@ -68071,11 +68071,11 @@ Full description +============+======================+=================================================+ | normalized | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------------+----------------------+-------------------------------------------------+ - - + + 024-PsD5wVTJ.michelson.v1.primitives (Enumeration: unsigned 8-bit integer): *************************************************************************** - + +-------------+--------------------------------+ | Case number | Encoded string | +=============+================================+ @@ -68401,26 +68401,26 @@ Full description +-------------+--------------------------------+ | 160 | GET_ADDRESS_INDEX | +-------------+--------------------------------+ - - + + Z.t *** - + A variable-length sequence of bytes encoding a Zarith integer. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). The second most significant bit of the first byte is reserved for the sign (0 for positive, 1 for negative). Size and sign bits ignored, the data is the binary representation of the absolute value of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | Z.t | Determined from data | bytes | +------+----------------------+----------+ - - + + micheline.024-PsD5wVTJ.michelson_v1.expression (Determined from data, 8-bit tag) ******************************************************************************** - + Int (tag 0) =========== - + +------+----------------------+------------------------+ | Name | Size | Contents | +======+======================+========================+ @@ -68428,11 +68428,11 @@ Full description +------+----------------------+------------------------+ | int | Determined from data | $Z.t | +------+----------------------+------------------------+ - - + + String (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -68442,11 +68442,11 @@ Full description +-----------------------+----------+------------------------------------+ | string | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + Sequence (tag 2) ================ - + +-----------------------+----------+-------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+=============================================================+ @@ -68456,11 +68456,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------+ | Unnamed field 0 | Variable | sequence of $micheline.024-PsD5wVTJ.michelson_v1.expression | +-----------------------+----------+-------------------------------------------------------------+ - - + + Prim__no_args__no_annots (tag 3) ================================ - + +------+--------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+========+===========================================================================================+ @@ -68468,11 +68468,11 @@ Full description +------+--------+-------------------------------------------------------------------------------------------+ | prim | 1 byte | unsigned 8-bit integer encoding an enumeration (see 024-PsD5wVTJ.michelson.v1.primitives) | +------+--------+-------------------------------------------------------------------------------------------+ - - + + Prim__no_args__some_annots (tag 4) ================================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -68484,11 +68484,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__no_annots (tag 5) ============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -68498,11 +68498,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__some_annots (tag 6) ================================ - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -68516,11 +68516,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__no_annots (tag 7) =============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -68532,11 +68532,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg2 | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__some_annots (tag 8) ================================= - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -68552,11 +68552,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__generic (tag 9) ===================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -68572,11 +68572,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Bytes (tag 10) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -68586,10 +68586,10 @@ Full description +-----------------------+----------+------------------------------------+ | bytes | Variable | bytes | +-----------------------+----------+------------------------------------+ - +
- + .. _POST_..--block_id--helpers--scripts--normalize_script : @@ -68597,7 +68597,7 @@ Full description **POST ..//helpers/scripts/normalize_script** .. raw:: html - +
@@ -68807,11 +68807,11 @@ Full description +----------------+----------------------+-------------------------------------------------+ | unparsing_mode | 1 byte | $X_1 | +----------------+----------------------+-------------------------------------------------+ - - + + 024-PsD5wVTJ.michelson.v1.primitives (Enumeration: unsigned 8-bit integer): *************************************************************************** - + +-------------+--------------------------------+ | Case number | Encoded string | +=============+================================+ @@ -69137,26 +69137,26 @@ Full description +-------------+--------------------------------+ | 160 | GET_ADDRESS_INDEX | +-------------+--------------------------------+ - - + + Z.t *** - + A variable-length sequence of bytes encoding a Zarith integer. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). The second most significant bit of the first byte is reserved for the sign (0 for positive, 1 for negative). Size and sign bits ignored, the data is the binary representation of the absolute value of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | Z.t | Determined from data | bytes | +------+----------------------+----------+ - - + + micheline.024-PsD5wVTJ.michelson_v1.expression (Determined from data, 8-bit tag) ******************************************************************************** - + Int (tag 0) =========== - + +------+----------------------+------------------------+ | Name | Size | Contents | +======+======================+========================+ @@ -69164,11 +69164,11 @@ Full description +------+----------------------+------------------------+ | int | Determined from data | $Z.t | +------+----------------------+------------------------+ - - + + String (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -69178,11 +69178,11 @@ Full description +-----------------------+----------+------------------------------------+ | string | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + Sequence (tag 2) ================ - + +-----------------------+----------+-------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+=============================================================+ @@ -69192,11 +69192,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------+ | Unnamed field 0 | Variable | sequence of $micheline.024-PsD5wVTJ.michelson_v1.expression | +-----------------------+----------+-------------------------------------------------------------+ - - + + Prim__no_args__no_annots (tag 3) ================================ - + +------+--------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+========+===========================================================================================+ @@ -69204,11 +69204,11 @@ Full description +------+--------+-------------------------------------------------------------------------------------------+ | prim | 1 byte | unsigned 8-bit integer encoding an enumeration (see 024-PsD5wVTJ.michelson.v1.primitives) | +------+--------+-------------------------------------------------------------------------------------------+ - - + + Prim__no_args__some_annots (tag 4) ================================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -69220,11 +69220,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__no_annots (tag 5) ============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -69234,11 +69234,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__some_annots (tag 6) ================================ - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -69252,11 +69252,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__no_annots (tag 7) =============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -69268,11 +69268,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg2 | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__some_annots (tag 8) ================================= - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -69288,11 +69288,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__generic (tag 9) ===================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -69308,11 +69308,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Bytes (tag 10) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -69322,40 +69322,40 @@ Full description +-----------------------+----------+------------------------------------+ | bytes | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + X_1 (1 byte, 8-bit tag) *********************** - + Readable (tag 0) ================ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Optimized (tag 1) ================= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Optimized_legacy (tag 2) ======================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - +
@@ -69555,11 +69555,11 @@ Full description +============+======================+=================================================+ | normalized | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------------+----------------------+-------------------------------------------------+ - - + + 024-PsD5wVTJ.michelson.v1.primitives (Enumeration: unsigned 8-bit integer): *************************************************************************** - + +-------------+--------------------------------+ | Case number | Encoded string | +=============+================================+ @@ -69885,26 +69885,26 @@ Full description +-------------+--------------------------------+ | 160 | GET_ADDRESS_INDEX | +-------------+--------------------------------+ - - + + Z.t *** - + A variable-length sequence of bytes encoding a Zarith integer. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). The second most significant bit of the first byte is reserved for the sign (0 for positive, 1 for negative). Size and sign bits ignored, the data is the binary representation of the absolute value of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | Z.t | Determined from data | bytes | +------+----------------------+----------+ - - + + micheline.024-PsD5wVTJ.michelson_v1.expression (Determined from data, 8-bit tag) ******************************************************************************** - + Int (tag 0) =========== - + +------+----------------------+------------------------+ | Name | Size | Contents | +======+======================+========================+ @@ -69912,11 +69912,11 @@ Full description +------+----------------------+------------------------+ | int | Determined from data | $Z.t | +------+----------------------+------------------------+ - - + + String (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -69926,11 +69926,11 @@ Full description +-----------------------+----------+------------------------------------+ | string | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + Sequence (tag 2) ================ - + +-----------------------+----------+-------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+=============================================================+ @@ -69940,11 +69940,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------+ | Unnamed field 0 | Variable | sequence of $micheline.024-PsD5wVTJ.michelson_v1.expression | +-----------------------+----------+-------------------------------------------------------------+ - - + + Prim__no_args__no_annots (tag 3) ================================ - + +------+--------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+========+===========================================================================================+ @@ -69952,11 +69952,11 @@ Full description +------+--------+-------------------------------------------------------------------------------------------+ | prim | 1 byte | unsigned 8-bit integer encoding an enumeration (see 024-PsD5wVTJ.michelson.v1.primitives) | +------+--------+-------------------------------------------------------------------------------------------+ - - + + Prim__no_args__some_annots (tag 4) ================================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -69968,11 +69968,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__no_annots (tag 5) ============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -69982,11 +69982,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__some_annots (tag 6) ================================ - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -70000,11 +70000,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__no_annots (tag 7) =============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -70016,11 +70016,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg2 | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__some_annots (tag 8) ================================= - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -70036,11 +70036,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__generic (tag 9) ===================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -70056,11 +70056,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Bytes (tag 10) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -70070,10 +70070,10 @@ Full description +-----------------------+----------+------------------------------------+ | bytes | Variable | bytes | +-----------------------+----------+------------------------------------+ - +
- + .. _POST_..--block_id--helpers--scripts--normalize_stack : @@ -70081,7 +70081,7 @@ Full description **POST ..//helpers/scripts/normalize_stack** .. raw:: html - +
@@ -70321,11 +70321,11 @@ Full description +---------------------------------------+----------------------+-------------------------------------+ | extra_big_maps | Determined from data | $X_7 | +---------------------------------------+----------------------+-------------------------------------+ - - + + 024-PsD5wVTJ.michelson.v1.primitives (Enumeration: unsigned 8-bit integer): *************************************************************************** - + +-------------+--------------------------------+ | Case number | Encoded string | +=============+================================+ @@ -70651,26 +70651,26 @@ Full description +-------------+--------------------------------+ | 160 | GET_ADDRESS_INDEX | +-------------+--------------------------------+ - - + + Z.t *** - + A variable-length sequence of bytes encoding a Zarith integer. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). The second most significant bit of the first byte is reserved for the sign (0 for positive, 1 for negative). Size and sign bits ignored, the data is the binary representation of the absolute value of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | Z.t | Determined from data | bytes | +------+----------------------+----------+ - - + + micheline.024-PsD5wVTJ.michelson_v1.expression (Determined from data, 8-bit tag) ******************************************************************************** - + Int (tag 0) =========== - + +------+----------------------+------------------------+ | Name | Size | Contents | +======+======================+========================+ @@ -70678,11 +70678,11 @@ Full description +------+----------------------+------------------------+ | int | Determined from data | $Z.t | +------+----------------------+------------------------+ - - + + String (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -70692,11 +70692,11 @@ Full description +-----------------------+----------+------------------------------------+ | string | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + Sequence (tag 2) ================ - + +-----------------------+----------+-------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+=============================================================+ @@ -70706,11 +70706,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------+ | Unnamed field 0 | Variable | sequence of $micheline.024-PsD5wVTJ.michelson_v1.expression | +-----------------------+----------+-------------------------------------------------------------+ - - + + Prim__no_args__no_annots (tag 3) ================================ - + +------+--------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+========+===========================================================================================+ @@ -70718,11 +70718,11 @@ Full description +------+--------+-------------------------------------------------------------------------------------------+ | prim | 1 byte | unsigned 8-bit integer encoding an enumeration (see 024-PsD5wVTJ.michelson.v1.primitives) | +------+--------+-------------------------------------------------------------------------------------------+ - - + + Prim__no_args__some_annots (tag 4) ================================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -70734,11 +70734,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__no_annots (tag 5) ============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -70748,11 +70748,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__some_annots (tag 6) ================================ - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -70766,11 +70766,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__no_annots (tag 7) =============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -70782,11 +70782,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg2 | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__some_annots (tag 8) ================================= - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -70802,11 +70802,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__generic (tag 9) ===================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -70822,11 +70822,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Bytes (tag 10) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -70836,11 +70836,11 @@ Full description +-----------------------+----------+------------------------------------+ | bytes | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + X_0 *** - + +------+----------------------+-------------------------------------------------+ | Name | Size | Contents | +======+======================+=================================================+ @@ -70848,44 +70848,44 @@ Full description +------+----------------------+-------------------------------------------------+ | val | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------+ - - + + X_3 (1 byte, 8-bit tag) *********************** - + Readable (tag 0) ================ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Optimized (tag 1) ================= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Optimized_legacy (tag 2) ======================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + X_5 *** - + +---------+----------------------+-------------------------------------------------+ | Name | Size | Contents | +=========+======================+=================================================+ @@ -70893,11 +70893,11 @@ Full description +---------+----------------------+-------------------------------------------------+ | type | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +---------+----------------------+-------------------------------------------------+ - - + + X_4 *** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -70905,11 +70905,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_5 | +-----------------------+----------+------------------------------------+ - - + + X_8 *** - + +-------------+----------------------+-------------------------------------------------+ | Name | Size | Contents | +=============+======================+=================================================+ @@ -70921,11 +70921,11 @@ Full description +-------------+----------------------+-------------------------------------------------+ | map_literal | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +-------------+----------------------+-------------------------------------------------+ - - + + X_7 *** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -70933,7 +70933,7 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_8 | +-----------------------+----------+------------------------------------+ - +
@@ -71137,11 +71137,11 @@ Full description +-----------------------+----------+------------------------------------+ | output | Variable | sequence of $X_0 | +-----------------------+----------+------------------------------------+ - - + + 024-PsD5wVTJ.michelson.v1.primitives (Enumeration: unsigned 8-bit integer): *************************************************************************** - + +-------------+--------------------------------+ | Case number | Encoded string | +=============+================================+ @@ -71467,26 +71467,26 @@ Full description +-------------+--------------------------------+ | 160 | GET_ADDRESS_INDEX | +-------------+--------------------------------+ - - + + Z.t *** - + A variable-length sequence of bytes encoding a Zarith integer. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). The second most significant bit of the first byte is reserved for the sign (0 for positive, 1 for negative). Size and sign bits ignored, the data is the binary representation of the absolute value of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | Z.t | Determined from data | bytes | +------+----------------------+----------+ - - + + micheline.024-PsD5wVTJ.michelson_v1.expression (Determined from data, 8-bit tag) ******************************************************************************** - + Int (tag 0) =========== - + +------+----------------------+------------------------+ | Name | Size | Contents | +======+======================+========================+ @@ -71494,11 +71494,11 @@ Full description +------+----------------------+------------------------+ | int | Determined from data | $Z.t | +------+----------------------+------------------------+ - - + + String (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -71508,11 +71508,11 @@ Full description +-----------------------+----------+------------------------------------+ | string | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + Sequence (tag 2) ================ - + +-----------------------+----------+-------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+=============================================================+ @@ -71522,11 +71522,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------+ | Unnamed field 0 | Variable | sequence of $micheline.024-PsD5wVTJ.michelson_v1.expression | +-----------------------+----------+-------------------------------------------------------------+ - - + + Prim__no_args__no_annots (tag 3) ================================ - + +------+--------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+========+===========================================================================================+ @@ -71534,11 +71534,11 @@ Full description +------+--------+-------------------------------------------------------------------------------------------+ | prim | 1 byte | unsigned 8-bit integer encoding an enumeration (see 024-PsD5wVTJ.michelson.v1.primitives) | +------+--------+-------------------------------------------------------------------------------------------+ - - + + Prim__no_args__some_annots (tag 4) ================================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -71550,11 +71550,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__no_annots (tag 5) ============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -71564,11 +71564,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__some_annots (tag 6) ================================ - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -71582,11 +71582,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__no_annots (tag 7) =============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -71598,11 +71598,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg2 | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__some_annots (tag 8) ================================= - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -71618,11 +71618,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__generic (tag 9) ===================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -71638,11 +71638,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Bytes (tag 10) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -71652,11 +71652,11 @@ Full description +-----------------------+----------+------------------------------------+ | bytes | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + X_0 *** - + +------+----------------------+-------------------------------------------------+ | Name | Size | Contents | +======+======================+=================================================+ @@ -71664,10 +71664,10 @@ Full description +------+----------------------+-------------------------------------------------+ | val | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------+ - +
- + .. _POST_..--block_id--helpers--scripts--normalize_type : @@ -71675,7 +71675,7 @@ Full description **POST ..//helpers/scripts/normalize_type** .. raw:: html - +
@@ -71882,11 +71882,11 @@ Full description +======+======================+=================================================+ | type | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------+ - - + + 024-PsD5wVTJ.michelson.v1.primitives (Enumeration: unsigned 8-bit integer): *************************************************************************** - + +-------------+--------------------------------+ | Case number | Encoded string | +=============+================================+ @@ -72212,26 +72212,26 @@ Full description +-------------+--------------------------------+ | 160 | GET_ADDRESS_INDEX | +-------------+--------------------------------+ - - + + Z.t *** - + A variable-length sequence of bytes encoding a Zarith integer. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). The second most significant bit of the first byte is reserved for the sign (0 for positive, 1 for negative). Size and sign bits ignored, the data is the binary representation of the absolute value of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | Z.t | Determined from data | bytes | +------+----------------------+----------+ - - + + micheline.024-PsD5wVTJ.michelson_v1.expression (Determined from data, 8-bit tag) ******************************************************************************** - + Int (tag 0) =========== - + +------+----------------------+------------------------+ | Name | Size | Contents | +======+======================+========================+ @@ -72239,11 +72239,11 @@ Full description +------+----------------------+------------------------+ | int | Determined from data | $Z.t | +------+----------------------+------------------------+ - - + + String (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -72253,11 +72253,11 @@ Full description +-----------------------+----------+------------------------------------+ | string | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + Sequence (tag 2) ================ - + +-----------------------+----------+-------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+=============================================================+ @@ -72267,11 +72267,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------+ | Unnamed field 0 | Variable | sequence of $micheline.024-PsD5wVTJ.michelson_v1.expression | +-----------------------+----------+-------------------------------------------------------------+ - - + + Prim__no_args__no_annots (tag 3) ================================ - + +------+--------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+========+===========================================================================================+ @@ -72279,11 +72279,11 @@ Full description +------+--------+-------------------------------------------------------------------------------------------+ | prim | 1 byte | unsigned 8-bit integer encoding an enumeration (see 024-PsD5wVTJ.michelson.v1.primitives) | +------+--------+-------------------------------------------------------------------------------------------+ - - + + Prim__no_args__some_annots (tag 4) ================================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -72295,11 +72295,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__no_annots (tag 5) ============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -72309,11 +72309,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__some_annots (tag 6) ================================ - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -72327,11 +72327,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__no_annots (tag 7) =============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -72343,11 +72343,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg2 | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__some_annots (tag 8) ================================= - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -72363,11 +72363,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__generic (tag 9) ===================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -72383,11 +72383,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Bytes (tag 10) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -72397,7 +72397,7 @@ Full description +-----------------------+----------+------------------------------------+ | bytes | Variable | bytes | +-----------------------+----------+------------------------------------+ - +
@@ -72597,11 +72597,11 @@ Full description +============+======================+=================================================+ | normalized | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------------+----------------------+-------------------------------------------------+ - - + + 024-PsD5wVTJ.michelson.v1.primitives (Enumeration: unsigned 8-bit integer): *************************************************************************** - + +-------------+--------------------------------+ | Case number | Encoded string | +=============+================================+ @@ -72927,26 +72927,26 @@ Full description +-------------+--------------------------------+ | 160 | GET_ADDRESS_INDEX | +-------------+--------------------------------+ - - + + Z.t *** - + A variable-length sequence of bytes encoding a Zarith integer. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). The second most significant bit of the first byte is reserved for the sign (0 for positive, 1 for negative). Size and sign bits ignored, the data is the binary representation of the absolute value of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | Z.t | Determined from data | bytes | +------+----------------------+----------+ - - + + micheline.024-PsD5wVTJ.michelson_v1.expression (Determined from data, 8-bit tag) ******************************************************************************** - + Int (tag 0) =========== - + +------+----------------------+------------------------+ | Name | Size | Contents | +======+======================+========================+ @@ -72954,11 +72954,11 @@ Full description +------+----------------------+------------------------+ | int | Determined from data | $Z.t | +------+----------------------+------------------------+ - - + + String (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -72968,11 +72968,11 @@ Full description +-----------------------+----------+------------------------------------+ | string | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + Sequence (tag 2) ================ - + +-----------------------+----------+-------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+=============================================================+ @@ -72982,11 +72982,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------+ | Unnamed field 0 | Variable | sequence of $micheline.024-PsD5wVTJ.michelson_v1.expression | +-----------------------+----------+-------------------------------------------------------------+ - - + + Prim__no_args__no_annots (tag 3) ================================ - + +------+--------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+========+===========================================================================================+ @@ -72994,11 +72994,11 @@ Full description +------+--------+-------------------------------------------------------------------------------------------+ | prim | 1 byte | unsigned 8-bit integer encoding an enumeration (see 024-PsD5wVTJ.michelson.v1.primitives) | +------+--------+-------------------------------------------------------------------------------------------+ - - + + Prim__no_args__some_annots (tag 4) ================================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -73010,11 +73010,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__no_annots (tag 5) ============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -73024,11 +73024,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__some_annots (tag 6) ================================ - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -73042,11 +73042,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__no_annots (tag 7) =============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -73058,11 +73058,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg2 | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__some_annots (tag 8) ================================= - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -73078,11 +73078,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__generic (tag 9) ===================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -73098,11 +73098,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Bytes (tag 10) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -73112,10 +73112,10 @@ Full description +-----------------------+----------+------------------------------------+ | bytes | Variable | bytes | +-----------------------+----------+------------------------------------+ - +
- + .. _POST_..--block_id--helpers--scripts--pack_data : @@ -73123,7 +73123,7 @@ Full description **POST ..//helpers/scripts/pack_data** .. raw:: html - +
@@ -73338,11 +73338,11 @@ Full description +---------------------------+----------------------+-------------------------------------------------+ | gas | Determined from data | $Z.t | +---------------------------+----------------------+-------------------------------------------------+ - - + + 024-PsD5wVTJ.michelson.v1.primitives (Enumeration: unsigned 8-bit integer): *************************************************************************** - + +-------------+--------------------------------+ | Case number | Encoded string | +=============+================================+ @@ -73668,26 +73668,26 @@ Full description +-------------+--------------------------------+ | 160 | GET_ADDRESS_INDEX | +-------------+--------------------------------+ - - + + Z.t *** - + A variable-length sequence of bytes encoding a Zarith integer. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). The second most significant bit of the first byte is reserved for the sign (0 for positive, 1 for negative). Size and sign bits ignored, the data is the binary representation of the absolute value of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | Z.t | Determined from data | bytes | +------+----------------------+----------+ - - + + micheline.024-PsD5wVTJ.michelson_v1.expression (Determined from data, 8-bit tag) ******************************************************************************** - + Int (tag 0) =========== - + +------+----------------------+------------------------+ | Name | Size | Contents | +======+======================+========================+ @@ -73695,11 +73695,11 @@ Full description +------+----------------------+------------------------+ | int | Determined from data | $Z.t | +------+----------------------+------------------------+ - - + + String (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -73709,11 +73709,11 @@ Full description +-----------------------+----------+------------------------------------+ | string | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + Sequence (tag 2) ================ - + +-----------------------+----------+-------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+=============================================================+ @@ -73723,11 +73723,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------+ | Unnamed field 0 | Variable | sequence of $micheline.024-PsD5wVTJ.michelson_v1.expression | +-----------------------+----------+-------------------------------------------------------------+ - - + + Prim__no_args__no_annots (tag 3) ================================ - + +------+--------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+========+===========================================================================================+ @@ -73735,11 +73735,11 @@ Full description +------+--------+-------------------------------------------------------------------------------------------+ | prim | 1 byte | unsigned 8-bit integer encoding an enumeration (see 024-PsD5wVTJ.michelson.v1.primitives) | +------+--------+-------------------------------------------------------------------------------------------+ - - + + Prim__no_args__some_annots (tag 4) ================================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -73751,11 +73751,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__no_annots (tag 5) ============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -73765,11 +73765,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__some_annots (tag 6) ================================ - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -73783,11 +73783,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__no_annots (tag 7) =============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -73799,11 +73799,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg2 | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__some_annots (tag 8) ================================= - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -73819,11 +73819,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__generic (tag 9) ===================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -73839,11 +73839,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Bytes (tag 10) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -73853,7 +73853,7 @@ Full description +-----------------------+----------+------------------------------------+ | bytes | Variable | bytes | +-----------------------+----------+------------------------------------+ - +
@@ -73876,26 +73876,26 @@ Full description +-----------------------+----------------------+------------------------------------+ | gas | Determined from data | $X_0 | +-----------------------+----------------------+------------------------------------+ - - + + Z.t *** - + A variable-length sequence of bytes encoding a Zarith integer. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). The second most significant bit of the first byte is reserved for the sign (0 for positive, 1 for negative). Size and sign bits ignored, the data is the binary representation of the absolute value of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | Z.t | Determined from data | bytes | +------+----------------------+----------+ - - + + X_0 (Determined from data, 8-bit tag) ************************************* - + Limited (tag 0) =============== - + +-----------------+----------------------+------------------------+ | Name | Size | Contents | +=================+======================+========================+ @@ -73903,20 +73903,20 @@ Full description +-----------------+----------------------+------------------------+ | Unnamed field 0 | Determined from data | $Z.t | +-----------------+----------------------+------------------------+ - - + + Unaccounted (tag 1) =================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - +
- + .. _POST_..--block_id--helpers--scripts--run_code : @@ -73924,7 +73924,7 @@ Full description **POST ..//helpers/scripts/run_code** .. raw:: html - +
@@ -74234,11 +74234,11 @@ Full description +---------------------------------------+----------------------+-------------------------------------------------+ | extra_big_maps | Determined from data | $X_7 | +---------------------------------------+----------------------+-------------------------------------------------+ - - + + 024-PsD5wVTJ.michelson.v1.primitives (Enumeration: unsigned 8-bit integer): *************************************************************************** - + +-------------+--------------------------------+ | Case number | Encoded string | +=============+================================+ @@ -74564,26 +74564,26 @@ Full description +-------------+--------------------------------+ | 160 | GET_ADDRESS_INDEX | +-------------+--------------------------------+ - - + + Z.t *** - + A variable-length sequence of bytes encoding a Zarith integer. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). The second most significant bit of the first byte is reserved for the sign (0 for positive, 1 for negative). Size and sign bits ignored, the data is the binary representation of the absolute value of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | Z.t | Determined from data | bytes | +------+----------------------+----------+ - - + + micheline.024-PsD5wVTJ.michelson_v1.expression (Determined from data, 8-bit tag) ******************************************************************************** - + Int (tag 0) =========== - + +------+----------------------+------------------------+ | Name | Size | Contents | +======+======================+========================+ @@ -74591,11 +74591,11 @@ Full description +------+----------------------+------------------------+ | int | Determined from data | $Z.t | +------+----------------------+------------------------+ - - + + String (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -74605,11 +74605,11 @@ Full description +-----------------------+----------+------------------------------------+ | string | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + Sequence (tag 2) ================ - + +-----------------------+----------+-------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+=============================================================+ @@ -74619,11 +74619,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------+ | Unnamed field 0 | Variable | sequence of $micheline.024-PsD5wVTJ.michelson_v1.expression | +-----------------------+----------+-------------------------------------------------------------+ - - + + Prim__no_args__no_annots (tag 3) ================================ - + +------+--------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+========+===========================================================================================+ @@ -74631,11 +74631,11 @@ Full description +------+--------+-------------------------------------------------------------------------------------------+ | prim | 1 byte | unsigned 8-bit integer encoding an enumeration (see 024-PsD5wVTJ.michelson.v1.primitives) | +------+--------+-------------------------------------------------------------------------------------------+ - - + + Prim__no_args__some_annots (tag 4) ================================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -74647,11 +74647,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__no_annots (tag 5) ============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -74661,11 +74661,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__some_annots (tag 6) ================================ - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -74679,11 +74679,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__no_annots (tag 7) =============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -74695,11 +74695,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg2 | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__some_annots (tag 8) ================================= - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -74715,11 +74715,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__generic (tag 9) ===================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -74735,11 +74735,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Bytes (tag 10) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -74749,26 +74749,26 @@ Full description +-----------------------+----------+------------------------------------+ | bytes | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + N.t *** - + A variable-length sequence of bytes encoding a Zarith natural number. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). Size bits ignored, the data is the binary representation of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | N.t | Determined from data | bytes | +------+----------------------+----------+ - - + + public_key_hash (21 bytes, 8-bit tag) ************************************* - + Ed25519 (tag 0) =============== - + +-------------------------+----------+------------------------+ | Name | Size | Contents | +=========================+==========+========================+ @@ -74776,11 +74776,11 @@ Full description +-------------------------+----------+------------------------+ | Ed25519.Public_key_hash | 20 bytes | bytes | +-------------------------+----------+------------------------+ - - + + Secp256k1 (tag 1) ================= - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -74788,11 +74788,11 @@ Full description +---------------------------+----------+------------------------+ | Secp256k1.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + P256 (tag 2) ============ - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -74800,11 +74800,11 @@ Full description +----------------------+----------+------------------------+ | P256.Public_key_hash | 20 bytes | bytes | +----------------------+----------+------------------------+ - - + + Bls (tag 3) =========== - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -74812,14 +74812,14 @@ Full description +---------------------------+----------+------------------------+ | Bls12_381.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + 024-PsD5wVTJ.contract_id (22 bytes, 8-bit tag) ********************************************** - + Implicit (tag 0) ================ - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -74827,11 +74827,11 @@ Full description +---------------------------+----------+------------------------+ | Signature.Public_key_hash | 21 bytes | $public_key_hash | +---------------------------+----------+------------------------+ - - + + Originated (tag 1) ================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -74841,14 +74841,14 @@ Full description +---------------+----------+------------------------+ | padding | 1 byte | padding | +---------------+----------+------------------------+ - - + + 024-PsD5wVTJ.contract_id.implicit (22 bytes, 8-bit tag) ******************************************************* - + Implicit (tag 0) ================ - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -74856,14 +74856,14 @@ Full description +---------------------------+----------+------------------------+ | Signature.Public_key_hash | 21 bytes | $public_key_hash | +---------------------------+----------+------------------------+ - - + + 024-PsD5wVTJ.contract_id.originated (22 bytes, 8-bit tag) ********************************************************* - + Originated (tag 1) ================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -74873,44 +74873,44 @@ Full description +---------------+----------+------------------------+ | padding | 1 byte | padding | +---------------+----------+------------------------+ - - + + X_3 (1 byte, 8-bit tag) *********************** - + Readable (tag 0) ================ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Optimized (tag 1) ================= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Optimized_legacy (tag 2) ======================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + X_5 *** - + +---------+----------------------+-------------------------------------------------+ | Name | Size | Contents | +=========+======================+=================================================+ @@ -74918,11 +74918,11 @@ Full description +---------+----------------------+-------------------------------------------------+ | type | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +---------+----------------------+-------------------------------------------------+ - - + + X_4 *** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -74930,11 +74930,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_5 | +-----------------------+----------+------------------------------------+ - - + + X_8 *** - + +-------------+----------------------+-------------------------------------------------+ | Name | Size | Contents | +=============+======================+=================================================+ @@ -74946,11 +74946,11 @@ Full description +-------------+----------------------+-------------------------------------------------+ | map_literal | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +-------------+----------------------+-------------------------------------------------+ - - + + X_7 *** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -74958,7 +74958,7 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_8 | +-----------------------+----------+------------------------------------+ - +
@@ -75311,11 +75311,11 @@ Full description +-----------------------------------------+----------------------+-------------------------------------------------------------------------+ | lazy_storage_diff | Determined from data | $024-PsD5wVTJ.lazy_storage_diff | +-----------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + 024-PsD5wVTJ.michelson.v1.primitives (Enumeration: unsigned 8-bit integer): *************************************************************************** - + +-------------+--------------------------------+ | Case number | Encoded string | +=============+================================+ @@ -75641,26 +75641,26 @@ Full description +-------------+--------------------------------+ | 160 | GET_ADDRESS_INDEX | +-------------+--------------------------------+ - - + + Z.t *** - + A variable-length sequence of bytes encoding a Zarith integer. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). The second most significant bit of the first byte is reserved for the sign (0 for positive, 1 for negative). Size and sign bits ignored, the data is the binary representation of the absolute value of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | Z.t | Determined from data | bytes | +------+----------------------+----------+ - - + + micheline.024-PsD5wVTJ.michelson_v1.expression (Determined from data, 8-bit tag) ******************************************************************************** - + Int (tag 0) =========== - + +------+----------------------+------------------------+ | Name | Size | Contents | +======+======================+========================+ @@ -75668,11 +75668,11 @@ Full description +------+----------------------+------------------------+ | int | Determined from data | $Z.t | +------+----------------------+------------------------+ - - + + String (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -75682,11 +75682,11 @@ Full description +-----------------------+----------+------------------------------------+ | string | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + Sequence (tag 2) ================ - + +-----------------------+----------+-------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+=============================================================+ @@ -75696,11 +75696,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------+ | Unnamed field 0 | Variable | sequence of $micheline.024-PsD5wVTJ.michelson_v1.expression | +-----------------------+----------+-------------------------------------------------------------+ - - + + Prim__no_args__no_annots (tag 3) ================================ - + +------+--------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+========+===========================================================================================+ @@ -75708,11 +75708,11 @@ Full description +------+--------+-------------------------------------------------------------------------------------------+ | prim | 1 byte | unsigned 8-bit integer encoding an enumeration (see 024-PsD5wVTJ.michelson.v1.primitives) | +------+--------+-------------------------------------------------------------------------------------------+ - - + + Prim__no_args__some_annots (tag 4) ================================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -75724,11 +75724,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__no_annots (tag 5) ============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -75738,11 +75738,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__some_annots (tag 6) ================================ - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -75756,11 +75756,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__no_annots (tag 7) =============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -75772,11 +75772,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg2 | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__some_annots (tag 8) ================================= - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -75792,11 +75792,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__generic (tag 9) ===================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -75812,11 +75812,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Bytes (tag 10) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -75826,14 +75826,14 @@ Full description +-----------------------+----------+------------------------------------+ | bytes | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + public_key_hash (21 bytes, 8-bit tag) ************************************* - + Ed25519 (tag 0) =============== - + +-------------------------+----------+------------------------+ | Name | Size | Contents | +=========================+==========+========================+ @@ -75841,11 +75841,11 @@ Full description +-------------------------+----------+------------------------+ | Ed25519.Public_key_hash | 20 bytes | bytes | +-------------------------+----------+------------------------+ - - + + Secp256k1 (tag 1) ================= - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -75853,11 +75853,11 @@ Full description +---------------------------+----------+------------------------+ | Secp256k1.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + P256 (tag 2) ============ - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -75865,11 +75865,11 @@ Full description +----------------------+----------+------------------------+ | P256.Public_key_hash | 20 bytes | bytes | +----------------------+----------+------------------------+ - - + + Bls (tag 3) =========== - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -75877,14 +75877,14 @@ Full description +---------------------------+----------+------------------------+ | Bls12_381.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + 024-PsD5wVTJ.transaction_destination (22 bytes, 8-bit tag) ********************************************************** - + Implicit (tag 0) ================ - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -75892,11 +75892,11 @@ Full description +---------------------------+----------+------------------------+ | Signature.Public_key_hash | 21 bytes | $public_key_hash | +---------------------------+----------+------------------------+ - - + + Originated (tag 1) ================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -75906,11 +75906,11 @@ Full description +---------------+----------+------------------------+ | padding | 1 byte | padding | +---------------+----------+------------------------+ - - + + Smart_rollup (tag 3) ==================== - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -75920,11 +75920,11 @@ Full description +----------------------+----------+------------------------+ | padding | 1 byte | padding | +----------------------+----------+------------------------+ - - + + Zk_rollup (tag 4) ================= - + +----------------+----------+------------------------+ | Name | Size | Contents | +================+==========+========================+ @@ -75934,114 +75934,114 @@ Full description +----------------+----------+------------------------+ | padding | 1 byte | padding | +----------------+----------+------------------------+ - - + + 024-PsD5wVTJ.entrypoint (Determined from data, 8-bit tag) ********************************************************* - + default (tag 0) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + root (tag 1) ============ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + do (tag 2) ========== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + set_delegate (tag 3) ==================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + remove_delegate (tag 4) ======================= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + deposit (tag 5) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + stake (tag 6) ============= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + unstake (tag 7) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + finalize_unstake (tag 8) ======================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + set_delegate_parameters (tag 9) =============================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + named (tag 255) =============== - + +-----------------------+----------+------------------------+ | Name | Size | Contents | +=======================+==========+========================+ @@ -76051,23 +76051,23 @@ Full description +-----------------------+----------+------------------------+ | Unnamed field 0 | Variable | bytes | +-----------------------+----------+------------------------+ - - + + N.t *** - + A variable-length sequence of bytes encoding a Zarith natural number. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). Size bits ignored, the data is the binary representation of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | N.t | Determined from data | bytes | +------+----------------------+----------+ - - + + 024-PsD5wVTJ.scripted.contracts ******************************* - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -76079,11 +76079,11 @@ Full description +-----------------------+----------+------------------------------------+ | storage | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + X_3 *** - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -76093,14 +76093,14 @@ Full description +-----------------------+----------------------+------------------------------------+ | value | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + X_4 (Determined from data, 8-bit tag) ************************************* - + Transaction (tag 1) =================== - + +----------------------------------+----------------------+---------------------------------------+ | Name | Size | Contents | +==================================+======================+=======================================+ @@ -76114,11 +76114,11 @@ Full description +----------------------------------+----------------------+---------------------------------------+ | parameters | Determined from data | $X_3 | +----------------------------------+----------------------+---------------------------------------+ - - + + Origination (tag 2) =================== - + +--------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +================================+======================+=====================================+ @@ -76132,11 +76132,11 @@ Full description +--------------------------------+----------------------+-------------------------------------+ | script | Determined from data | $024-PsD5wVTJ.scripted.contracts | +--------------------------------+----------------------+-------------------------------------+ - - + + Delegation (tag 3) ================== - + +--------------------------------+----------+-------------------------------------+ | Name | Size | Contents | +================================+==========+=====================================+ @@ -76146,11 +76146,11 @@ Full description +--------------------------------+----------+-------------------------------------+ | delegate | 21 bytes | $public_key_hash | +--------------------------------+----------+-------------------------------------+ - - + + Event (tag 4) ============= - + +-------------------------------+----------------------+-------------------------------------------------+ | Name | Size | Contents | +===============================+======================+=================================================+ @@ -76166,11 +76166,11 @@ Full description +-------------------------------+----------------------+-------------------------------------------------+ | payload | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +-------------------------------+----------------------+-------------------------------------------------+ - - + + 024-PsD5wVTJ.apply_internal_results.alpha.operation_result ********************************************************** - + +-----------------+----------------------+---------------------------------------+ | Name | Size | Contents | +=================+======================+=======================================+ @@ -76180,11 +76180,11 @@ Full description +-----------------+----------------------+---------------------------------------+ | Unnamed field 0 | Determined from data | $X_4 | +-----------------+----------------------+---------------------------------------+ - - + + sapling.transaction.ciphertext ****************************** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -76202,11 +76202,11 @@ Full description +-----------------------+----------+------------------------------------+ | nonce_out | 24 bytes | bytes | +-----------------------+----------+------------------------------------+ - - + + X_6 *** - + +-----------------+----------------------+---------------------------------+ | Name | Size | Contents | +=================+======================+=================================+ @@ -76214,11 +76214,11 @@ Full description +-----------------+----------------------+---------------------------------+ | Unnamed field 1 | Determined from data | $sapling.transaction.ciphertext | +-----------------+----------------------+---------------------------------+ - - + + X_5 *** - + +-----------------------------+----------+------------------------------------+ | Name | Size | Contents | +=============================+==========+====================================+ @@ -76230,14 +76230,14 @@ Full description +-----------------------------+----------+------------------------------------+ | nullifiers | Variable | sequence of bytes | +-----------------------------+----------+------------------------------------+ - - + + X_11 (Determined from data, 8-bit tag) ************************************** - + update (tag 0) ============== - + +---------+----------------------+------------------------+ | Name | Size | Contents | +=========+======================+========================+ @@ -76245,21 +76245,21 @@ Full description +---------+----------------------+------------------------+ | updates | Determined from data | $X_5 | +---------+----------------------+------------------------+ - - + + remove (tag 1) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + copy (tag 2) ============ - + +---------+----------------------+------------------------+ | Name | Size | Contents | +=========+======================+========================+ @@ -76269,11 +76269,11 @@ Full description +---------+----------------------+------------------------+ | updates | Determined from data | $X_5 | +---------+----------------------+------------------------+ - - + + alloc (tag 3) ============= - + +-----------+----------------------+------------------------------------+ | Name | Size | Contents | +===========+======================+====================================+ @@ -76283,11 +76283,11 @@ Full description +-----------+----------------------+------------------------------------+ | memo_size | 2 bytes | unsigned 16-bit big-endian integer | +-----------+----------------------+------------------------------------+ - - + + X_12 **** - + +-----------------------------+----------------------+-------------------------------------------------+ | Name | Size | Contents | +=============================+======================+=================================================+ @@ -76299,14 +76299,14 @@ Full description +-----------------------------+----------------------+-------------------------------------------------+ | value | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +-----------------------------+----------------------+-------------------------------------------------+ - - + + X_23 (Determined from data, 8-bit tag) ************************************** - + update (tag 0) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -76316,21 +76316,21 @@ Full description +-----------------------+----------+------------------------------------+ | updates | Variable | sequence of $X_12 | +-----------------------+----------+------------------------------------+ - - + + remove (tag 1) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + copy (tag 2) ============ - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -76342,11 +76342,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | updates | Variable | sequence of $X_12 | +-----------------------+----------------------+------------------------------------+ - - + + alloc (tag 3) ============= - + +-----------------------+----------------------+-------------------------------------------------+ | Name | Size | Contents | +=======================+======================+=================================================+ @@ -76360,14 +76360,14 @@ Full description +-----------------------+----------------------+-------------------------------------------------+ | value_type | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +-----------------------+----------------------+-------------------------------------------------+ - - + + X_24 (Determined from data, 8-bit tag) ************************************** - + big_map (tag 0) =============== - + +------+----------------------+------------------------+ | Name | Size | Contents | +======+======================+========================+ @@ -76377,11 +76377,11 @@ Full description +------+----------------------+------------------------+ | diff | Determined from data | $X_23 | +------+----------------------+------------------------+ - - + + sapling_state (tag 1) ===================== - + +------+----------------------+------------------------+ | Name | Size | Contents | +======+======================+========================+ @@ -76391,11 +76391,11 @@ Full description +------+----------------------+------------------------+ | diff | Determined from data | $X_11 | +------+----------------------+------------------------+ - - + + 024-PsD5wVTJ.lazy_storage_diff ****************************** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -76403,10 +76403,10 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_24 | +-----------------------+----------+------------------------------------+ - +
- + .. _POST_..--block_id--helpers--scripts--run_instruction : @@ -76414,7 +76414,7 @@ Full description **POST ..//helpers/scripts/run_instruction** .. raw:: html - +
@@ -76728,11 +76728,11 @@ Full description +---------------------------------------+----------------------+-------------------------------------------------+ | legacy | 1 byte | boolean (0 for false, 255 for true) | +---------------------------------------+----------------------+-------------------------------------------------+ - - + + 024-PsD5wVTJ.michelson.v1.primitives (Enumeration: unsigned 8-bit integer): *************************************************************************** - + +-------------+--------------------------------+ | Case number | Encoded string | +=============+================================+ @@ -77058,26 +77058,26 @@ Full description +-------------+--------------------------------+ | 160 | GET_ADDRESS_INDEX | +-------------+--------------------------------+ - - + + Z.t *** - + A variable-length sequence of bytes encoding a Zarith integer. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). The second most significant bit of the first byte is reserved for the sign (0 for positive, 1 for negative). Size and sign bits ignored, the data is the binary representation of the absolute value of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | Z.t | Determined from data | bytes | +------+----------------------+----------+ - - + + micheline.024-PsD5wVTJ.michelson_v1.expression (Determined from data, 8-bit tag) ******************************************************************************** - + Int (tag 0) =========== - + +------+----------------------+------------------------+ | Name | Size | Contents | +======+======================+========================+ @@ -77085,11 +77085,11 @@ Full description +------+----------------------+------------------------+ | int | Determined from data | $Z.t | +------+----------------------+------------------------+ - - + + String (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -77099,11 +77099,11 @@ Full description +-----------------------+----------+------------------------------------+ | string | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + Sequence (tag 2) ================ - + +-----------------------+----------+-------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+=============================================================+ @@ -77113,11 +77113,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------+ | Unnamed field 0 | Variable | sequence of $micheline.024-PsD5wVTJ.michelson_v1.expression | +-----------------------+----------+-------------------------------------------------------------+ - - + + Prim__no_args__no_annots (tag 3) ================================ - + +------+--------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+========+===========================================================================================+ @@ -77125,11 +77125,11 @@ Full description +------+--------+-------------------------------------------------------------------------------------------+ | prim | 1 byte | unsigned 8-bit integer encoding an enumeration (see 024-PsD5wVTJ.michelson.v1.primitives) | +------+--------+-------------------------------------------------------------------------------------------+ - - + + Prim__no_args__some_annots (tag 4) ================================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -77141,11 +77141,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__no_annots (tag 5) ============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -77155,11 +77155,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__some_annots (tag 6) ================================ - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -77173,11 +77173,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__no_annots (tag 7) =============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -77189,11 +77189,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg2 | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__some_annots (tag 8) ================================= - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -77209,11 +77209,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__generic (tag 9) ===================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -77229,11 +77229,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Bytes (tag 10) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -77243,11 +77243,11 @@ Full description +-----------------------+----------+------------------------------------+ | bytes | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + X_0 *** - + +------+----------------------+-------------------------------------------------+ | Name | Size | Contents | +======+======================+=================================================+ @@ -77255,26 +77255,26 @@ Full description +------+----------------------+-------------------------------------------------+ | val | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------+ - - + + N.t *** - + A variable-length sequence of bytes encoding a Zarith natural number. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). Size bits ignored, the data is the binary representation of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | N.t | Determined from data | bytes | +------+----------------------+----------+ - - + + public_key_hash (21 bytes, 8-bit tag) ************************************* - + Ed25519 (tag 0) =============== - + +-------------------------+----------+------------------------+ | Name | Size | Contents | +=========================+==========+========================+ @@ -77282,11 +77282,11 @@ Full description +-------------------------+----------+------------------------+ | Ed25519.Public_key_hash | 20 bytes | bytes | +-------------------------+----------+------------------------+ - - + + Secp256k1 (tag 1) ================= - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -77294,11 +77294,11 @@ Full description +---------------------------+----------+------------------------+ | Secp256k1.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + P256 (tag 2) ============ - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -77306,11 +77306,11 @@ Full description +----------------------+----------+------------------------+ | P256.Public_key_hash | 20 bytes | bytes | +----------------------+----------+------------------------+ - - + + Bls (tag 3) =========== - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -77318,14 +77318,14 @@ Full description +---------------------------+----------+------------------------+ | Bls12_381.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + 024-PsD5wVTJ.contract_id (22 bytes, 8-bit tag) ********************************************** - + Implicit (tag 0) ================ - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -77333,11 +77333,11 @@ Full description +---------------------------+----------+------------------------+ | Signature.Public_key_hash | 21 bytes | $public_key_hash | +---------------------------+----------+------------------------+ - - + + Originated (tag 1) ================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -77347,14 +77347,14 @@ Full description +---------------+----------+------------------------+ | padding | 1 byte | padding | +---------------+----------+------------------------+ - - + + 024-PsD5wVTJ.contract_id.implicit (22 bytes, 8-bit tag) ******************************************************* - + Implicit (tag 0) ================ - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -77362,14 +77362,14 @@ Full description +---------------------------+----------+------------------------+ | Signature.Public_key_hash | 21 bytes | $public_key_hash | +---------------------------+----------+------------------------+ - - + + 024-PsD5wVTJ.contract_id.originated (22 bytes, 8-bit tag) ********************************************************* - + Originated (tag 1) ================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -77379,11 +77379,11 @@ Full description +---------------+----------+------------------------+ | padding | 1 byte | padding | +---------------+----------+------------------------+ - - + + X_6 *** - + +---------+----------------------+-------------------------------------------------+ | Name | Size | Contents | +=========+======================+=================================================+ @@ -77391,11 +77391,11 @@ Full description +---------+----------------------+-------------------------------------------------+ | type | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +---------+----------------------+-------------------------------------------------+ - - + + X_5 *** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -77403,11 +77403,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_6 | +-----------------------+----------+------------------------------------+ - - + + X_9 *** - + +-------------+----------------------+-------------------------------------------------+ | Name | Size | Contents | +=============+======================+=================================================+ @@ -77419,11 +77419,11 @@ Full description +-------------+----------------------+-------------------------------------------------+ | map_literal | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +-------------+----------------------+-------------------------------------------------+ - - + + X_8 *** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -77431,40 +77431,40 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_9 | +-----------------------+----------+------------------------------------+ - - + + X_13 (1 byte, 8-bit tag) ************************ - + Readable (tag 0) ================ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Optimized (tag 1) ================= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Optimized_legacy (tag 2) ======================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - +
@@ -77671,11 +77671,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | gas | Determined from data | $X_3 | +-----------------------+----------------------+------------------------------------+ - - + + 024-PsD5wVTJ.michelson.v1.primitives (Enumeration: unsigned 8-bit integer): *************************************************************************** - + +-------------+--------------------------------+ | Case number | Encoded string | +=============+================================+ @@ -78001,26 +78001,26 @@ Full description +-------------+--------------------------------+ | 160 | GET_ADDRESS_INDEX | +-------------+--------------------------------+ - - + + Z.t *** - + A variable-length sequence of bytes encoding a Zarith integer. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). The second most significant bit of the first byte is reserved for the sign (0 for positive, 1 for negative). Size and sign bits ignored, the data is the binary representation of the absolute value of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | Z.t | Determined from data | bytes | +------+----------------------+----------+ - - + + micheline.024-PsD5wVTJ.michelson_v1.expression (Determined from data, 8-bit tag) ******************************************************************************** - + Int (tag 0) =========== - + +------+----------------------+------------------------+ | Name | Size | Contents | +======+======================+========================+ @@ -78028,11 +78028,11 @@ Full description +------+----------------------+------------------------+ | int | Determined from data | $Z.t | +------+----------------------+------------------------+ - - + + String (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -78042,11 +78042,11 @@ Full description +-----------------------+----------+------------------------------------+ | string | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + Sequence (tag 2) ================ - + +-----------------------+----------+-------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+=============================================================+ @@ -78056,11 +78056,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------+ | Unnamed field 0 | Variable | sequence of $micheline.024-PsD5wVTJ.michelson_v1.expression | +-----------------------+----------+-------------------------------------------------------------+ - - + + Prim__no_args__no_annots (tag 3) ================================ - + +------+--------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+========+===========================================================================================+ @@ -78068,11 +78068,11 @@ Full description +------+--------+-------------------------------------------------------------------------------------------+ | prim | 1 byte | unsigned 8-bit integer encoding an enumeration (see 024-PsD5wVTJ.michelson.v1.primitives) | +------+--------+-------------------------------------------------------------------------------------------+ - - + + Prim__no_args__some_annots (tag 4) ================================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -78084,11 +78084,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__no_annots (tag 5) ============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -78098,11 +78098,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__some_annots (tag 6) ================================ - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -78116,11 +78116,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__no_annots (tag 7) =============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -78132,11 +78132,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg2 | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__some_annots (tag 8) ================================= - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -78152,11 +78152,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__generic (tag 9) ===================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -78172,11 +78172,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Bytes (tag 10) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -78186,11 +78186,11 @@ Full description +-----------------------+----------+------------------------------------+ | bytes | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + X_0 *** - + +------+----------------------+-------------------------------------------------+ | Name | Size | Contents | +======+======================+=================================================+ @@ -78198,14 +78198,14 @@ Full description +------+----------------------+-------------------------------------------------+ | val | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------+ - - + + X_3 (Determined from data, 8-bit tag) ************************************* - + Limited (tag 0) =============== - + +-----------------+----------------------+------------------------+ | Name | Size | Contents | +=================+======================+========================+ @@ -78213,20 +78213,20 @@ Full description +-----------------+----------------------+------------------------+ | Unnamed field 0 | Determined from data | $Z.t | +-----------------+----------------------+------------------------+ - - + + Unaccounted (tag 1) =================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - +
- + .. _POST_..--block_id--helpers--scripts--run_operation : @@ -78234,7 +78234,7 @@ Full description **POST ..//helpers/scripts/run_operation?[version=]** .. raw:: html - +
@@ -78983,14 +78983,14 @@ Full description +-----------+----------+----------+ | chain_id | 4 bytes | bytes | +-----------+----------+----------+ - - + + bls_signature_prefix (33 bytes, 8-bit tag) ****************************************** - + Bls_prefix (tag 3) ================== - + +-----------------+----------+------------------------+ | Name | Size | Contents | +=================+==========+========================+ @@ -78998,14 +78998,14 @@ Full description +-----------------+----------+------------------------+ | Unnamed field 0 | 32 bytes | bytes | +-----------------+----------+------------------------+ - - + + public_key_hash (21 bytes, 8-bit tag) ************************************* - + Ed25519 (tag 0) =============== - + +-------------------------+----------+------------------------+ | Name | Size | Contents | +=========================+==========+========================+ @@ -79013,11 +79013,11 @@ Full description +-------------------------+----------+------------------------+ | Ed25519.Public_key_hash | 20 bytes | bytes | +-------------------------+----------+------------------------+ - - + + Secp256k1 (tag 1) ================= - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -79025,11 +79025,11 @@ Full description +---------------------------+----------+------------------------+ | Secp256k1.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + P256 (tag 2) ============ - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -79037,11 +79037,11 @@ Full description +----------------------+----------+------------------------+ | P256.Public_key_hash | 20 bytes | bytes | +----------------------+----------+------------------------+ - - + + Bls (tag 3) =========== - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -79049,23 +79049,23 @@ Full description +---------------------------+----------+------------------------+ | Bls12_381.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + N.t *** - + A variable-length sequence of bytes encoding a Zarith natural number. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). Size bits ignored, the data is the binary representation of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | N.t | Determined from data | bytes | +------+----------------------+----------+ - - + + X_3 *** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -79073,11 +79073,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + X_4 *** - + +-----------------------+----------+-------------------------------------+ | Name | Size | Contents | +=======================+==========+=====================================+ @@ -79089,11 +79089,11 @@ Full description +-----------------------+----------+-------------------------------------+ | exit_validity | 1 byte | boolean (0 for false, 255 for true) | +-----------------------+----------+-------------------------------------+ - - + + X_2 *** - + +-----------------+----------------------+----------+ | Name | Size | Contents | +=================+======================+==========+ @@ -79101,11 +79101,11 @@ Full description +-----------------+----------------------+----------+ | Unnamed field 1 | Determined from data | $X_4 | +-----------------+----------------------+----------+ - - + + X_7 *** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -79115,11 +79115,11 @@ Full description +-----------------------+----------+------------------------------------+ | fee | 32 bytes | bytes | +-----------------------+----------+------------------------------------+ - - + + X_5 *** - + +-----------------+----------------------+----------+ | Name | Size | Contents | +=================+======================+==========+ @@ -79127,11 +79127,11 @@ Full description +-----------------+----------------------+----------+ | Unnamed field 1 | Determined from data | $X_7 | +-----------------+----------------------+----------+ - - + + X_8 *** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -79139,11 +79139,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of bytes | +-----------------------+----------+------------------------------------+ - - + + X_1 *** - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -79161,23 +79161,23 @@ Full description +-----------------------+----------------------+------------------------------------+ | proof | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + Z.t *** - + A variable-length sequence of bytes encoding a Zarith integer. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). The second most significant bit of the first byte is reserved for the sign (0 for positive, 1 for negative). Size and sign bits ignored, the data is the binary representation of the absolute value of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | Z.t | Determined from data | bytes | +------+----------------------+----------+ - - + + X_11 **** - + +--------+----------------------+----------+ | Name | Size | Contents | +========+======================+==========+ @@ -79185,11 +79185,11 @@ Full description +--------+----------------------+----------+ | amount | Determined from data | $Z.t | +--------+----------------------+----------+ - - + + X_10 **** - + +-----------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+=========================================================================+ @@ -79205,11 +79205,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------+ | payload | Variable | sequence of bytes | +-----------------------+----------------------+-------------------------------------------------------------------------+ - - + + 024-PsD5wVTJ.michelson.v1.primitives (Enumeration: unsigned 8-bit integer): *************************************************************************** - + +-------------+--------------------------------+ | Case number | Encoded string | +=============+================================+ @@ -79535,14 +79535,14 @@ Full description +-------------+--------------------------------+ | 160 | GET_ADDRESS_INDEX | +-------------+--------------------------------+ - - + + micheline.024-PsD5wVTJ.michelson_v1.expression (Determined from data, 8-bit tag) ******************************************************************************** - + Int (tag 0) =========== - + +------+----------------------+------------------------+ | Name | Size | Contents | +======+======================+========================+ @@ -79550,11 +79550,11 @@ Full description +------+----------------------+------------------------+ | int | Determined from data | $Z.t | +------+----------------------+------------------------+ - - + + String (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -79564,11 +79564,11 @@ Full description +-----------------------+----------+------------------------------------+ | string | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + Sequence (tag 2) ================ - + +-----------------------+----------+-------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+=============================================================+ @@ -79578,11 +79578,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------+ | Unnamed field 0 | Variable | sequence of $micheline.024-PsD5wVTJ.michelson_v1.expression | +-----------------------+----------+-------------------------------------------------------------+ - - + + Prim__no_args__no_annots (tag 3) ================================ - + +------+--------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+========+===========================================================================================+ @@ -79590,11 +79590,11 @@ Full description +------+--------+-------------------------------------------------------------------------------------------+ | prim | 1 byte | unsigned 8-bit integer encoding an enumeration (see 024-PsD5wVTJ.michelson.v1.primitives) | +------+--------+-------------------------------------------------------------------------------------------+ - - + + Prim__no_args__some_annots (tag 4) ================================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -79606,11 +79606,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__no_annots (tag 5) ============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -79620,11 +79620,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__some_annots (tag 6) ================================ - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -79638,11 +79638,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__no_annots (tag 7) =============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -79654,11 +79654,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg2 | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__some_annots (tag 8) ================================= - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -79674,11 +79674,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__generic (tag 9) ===================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -79694,11 +79694,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Bytes (tag 10) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -79708,14 +79708,14 @@ Full description +-----------------------+----------+------------------------------------+ | bytes | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + 024-PsD5wVTJ.contract_id (22 bytes, 8-bit tag) ********************************************** - + Implicit (tag 0) ================ - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -79723,11 +79723,11 @@ Full description +---------------------------+----------+------------------------+ | Signature.Public_key_hash | 21 bytes | $public_key_hash | +---------------------------+----------+------------------------+ - - + + Originated (tag 1) ================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -79737,24 +79737,24 @@ Full description +---------------+----------+------------------------+ | padding | 1 byte | padding | +---------------+----------+------------------------+ - - + + X_14 (Determined from data, 8-bit tag) ************************************** - + None (tag 0) ============ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Some (tag 1) ============ - + +----------+----------------------+-------------------------------------------------+ | Name | Size | Contents | +==========+======================+=================================================+ @@ -79766,11 +79766,11 @@ Full description +----------+----------------------+-------------------------------------------------+ | ticketer | 22 bytes | $024-PsD5wVTJ.contract_id | +----------+----------------------+-------------------------------------------------+ - - + + X_9 *** - + +-----------------+----------------------+----------+ | Name | Size | Contents | +=================+======================+==========+ @@ -79778,44 +79778,44 @@ Full description +-----------------+----------------------+----------+ | Unnamed field 1 | Determined from data | $X_14 | +-----------------+----------------------+----------+ - - + + X_17 (1 byte, 8-bit tag) ************************ - + Public (tag 0) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Private (tag 1) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Fee (tag 2) =========== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + X_15 **** - + +-----------------+----------------------+----------+ | Name | Size | Contents | +=================+======================+==========+ @@ -79823,11 +79823,11 @@ Full description +-----------------+----------------------+----------+ | Unnamed field 1 | 1 byte | $X_17 | +-----------------+----------------------+----------+ - - + + X_18 **** - + +------------------+----------+------------------------+ | Name | Size | Contents | +==================+==========+========================+ @@ -79837,11 +79837,11 @@ Full description +------------------+----------+------------------------+ | commitment_proof | 96 bytes | bytes | +------------------+----------+------------------------+ - - + + X_19 **** - + +-------+----------+------------------+ | Name | Size | Contents | +=======+==========+==================+ @@ -79849,11 +79849,11 @@ Full description +-------+----------+------------------+ | bob | 21 bytes | $public_key_hash | +-------+----------+------------------+ - - + + X_20 **** - + +-----------------+---------+----------------------------------+ | Name | Size | Contents | +=================+=========+==================================+ @@ -79863,14 +79863,14 @@ Full description +-----------------+---------+----------------------------------+ | page_index | 2 bytes | signed 16-bit big-endian integer | +-----------------+---------+----------------------------------+ - - + + X_21 (Determined from data, 8-bit tag) ************************************** - + raw data proof (tag 0) ====================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -79880,21 +79880,21 @@ Full description +-----------------------+----------+------------------------------------+ | raw_data | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + metadata proof (tag 1) ====================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + dal page proof (tag 2) ====================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -79906,24 +79906,24 @@ Full description +-----------------------+----------+------------------------------------+ | dal_proof | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + dal parameters proof (tag 3) ============================ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + X_22 (Determined from data, 8-bit tag) ************************************** - + inbox proof (tag 0) =================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -79937,11 +79937,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | serialized_proof | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + reveal proof (tag 1) ==================== - + +--------------+----------------------+------------------------+ | Name | Size | Contents | +==============+======================+========================+ @@ -79949,21 +79949,21 @@ Full description +--------------+----------------------+------------------------+ | reveal_proof | Determined from data | $X_21 | +--------------+----------------------+------------------------+ - - + + first input (tag 2) =================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + X_23 **** - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -79973,14 +79973,14 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | tick | Determined from data | $N.t | +-----------------------------+----------------------+-------------------------------------+ - - + + X_24 (Determined from data, 8-bit tag) ************************************** - + Dissection (tag 0) ================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -79990,11 +79990,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_23 | +-----------------------+----------+------------------------------------+ - - + + Proof (tag 1) ============= - + +-----------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +===================================+======================+=====================================+ @@ -80008,14 +80008,14 @@ Full description +-----------------------------------+----------------------+-------------------------------------+ | input_proof | Determined from data | $X_22 | +-----------------------------------+----------------------+-------------------------------------+ - - + + X_25 (Determined from data, 8-bit tag) ************************************** - + Start (tag 0) ============= - + +--------------------------+----------+------------------------+ | Name | Size | Contents | +==========================+==========+========================+ @@ -80025,11 +80025,11 @@ Full description +--------------------------+----------+------------------------+ | opponent_commitment_hash | 32 bytes | bytes | +--------------------------+----------+------------------------+ - - + + Move (tag 1) ============ - + +--------+----------------------+------------------------+ | Name | Size | Contents | +========+======================+========================+ @@ -80039,11 +80039,11 @@ Full description +--------+----------------------+------------------------+ | step | Determined from data | $X_24 | +--------+----------------------+------------------------+ - - + + X_26 **** - + +------------------+----------+----------------------------------+ | Name | Size | Contents | +==================+==========+==================================+ @@ -80055,11 +80055,11 @@ Full description +------------------+----------+----------------------------------+ | number_of_ticks | 8 bytes | signed 64-bit big-endian integer | +------------------+----------+----------------------------------+ - - + + X_28 (Enumeration: unsigned 8-bit integer): ******************************************* - + +-------------+----------------+ | Case number | Encoded string | +=============+================+ @@ -80069,11 +80069,11 @@ Full description +-------------+----------------+ | 2 | riscv | +-------------+----------------+ - - + + X_29 **** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -80081,14 +80081,14 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $public_key_hash | +-----------------------+----------+------------------------------------+ - - + + public_key (Determined from data, 8-bit tag) ******************************************** - + Ed25519 (tag 0) =============== - + +--------------------+----------+------------------------+ | Name | Size | Contents | +====================+==========+========================+ @@ -80096,11 +80096,11 @@ Full description +--------------------+----------+------------------------+ | Ed25519.Public_key | 32 bytes | bytes | +--------------------+----------+------------------------+ - - + + Secp256k1 (tag 1) ================= - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -80108,11 +80108,11 @@ Full description +----------------------+----------+------------------------+ | Secp256k1.Public_key | 33 bytes | bytes | +----------------------+----------+------------------------+ - - + + P256 (tag 2) ============ - + +-----------------+----------+------------------------+ | Name | Size | Contents | +=================+==========+========================+ @@ -80120,11 +80120,11 @@ Full description +-----------------+----------+------------------------+ | P256.Public_key | 33 bytes | bytes | +-----------------+----------+------------------------+ - - + + Bls (tag 3) =========== - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -80132,11 +80132,11 @@ Full description +----------------------+----------+------------------------+ | Bls12_381.Public_key | 48 bytes | bytes | +----------------------+----------+------------------------+ - - + + X_30 **** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -80144,14 +80144,14 @@ Full description +-----------------------+----------+------------------------------------+ | Bls12_381_signature | 96 bytes | bytes | +-----------------------+----------+------------------------------------+ - - + + 024-PsD5wVTJ.contract_id.originated (22 bytes, 8-bit tag) ********************************************************* - + Originated (tag 1) ================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -80161,11 +80161,11 @@ Full description +---------------+----------+------------------------+ | padding | 1 byte | padding | +---------------+----------+------------------------+ - - + + 024-PsD5wVTJ.scripted.contracts ******************************* - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -80177,114 +80177,114 @@ Full description +-----------------------+----------+------------------------------------+ | storage | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + 024-PsD5wVTJ.entrypoint (Determined from data, 8-bit tag) ********************************************************* - + default (tag 0) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + root (tag 1) ============ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + do (tag 2) ========== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + set_delegate (tag 3) ==================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + remove_delegate (tag 4) ======================= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + deposit (tag 5) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + stake (tag 6) ============= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + unstake (tag 7) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + finalize_unstake (tag 8) ======================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + set_delegate_parameters (tag 9) =============================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + named (tag 255) =============== - + +-----------------------+----------+------------------------+ | Name | Size | Contents | +=======================+==========+========================+ @@ -80294,11 +80294,11 @@ Full description +-----------------------+----------+------------------------+ | Unnamed field 0 | Variable | bytes | +-----------------------+----------+------------------------+ - - + + X_32 **** - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -80308,11 +80308,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | value | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + X_34 **** - + +--------------------+----------+----------------------------------+ | Name | Size | Contents | +====================+==========+==================================+ @@ -80322,11 +80322,11 @@ Full description +--------------------+----------+----------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+----------------------------------+ - - + + X_35 **** - + +---------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=======================================+======================+=====================================+ @@ -80336,14 +80336,14 @@ Full description +---------------------------------------+----------------------+-------------------------------------+ | dal_attestation | Determined from data | $Z.t | +---------------------------------------+----------------------+-------------------------------------+ - - + + 024-PsD5wVTJ.inlined.consensus_operation.contents (Determined from data, 8-bit tag) *********************************************************************************** - + Preattestation (tag 20) ======================= - + +--------------------+----------+------------------------------------+ | Name | Size | Contents | +====================+==========+====================================+ @@ -80357,11 +80357,11 @@ Full description +--------------------+----------+------------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+------------------------------------+ - - + + Attestation (tag 21) ==================== - + +--------------------+----------+------------------------------------+ | Name | Size | Contents | +====================+==========+====================================+ @@ -80375,11 +80375,11 @@ Full description +--------------------+----------+------------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+------------------------------------+ - - + + Attestation_with_dal (tag 23) ============================= - + +--------------------+----------------------+------------------------------------+ | Name | Size | Contents | +====================+======================+====================================+ @@ -80395,11 +80395,11 @@ Full description +--------------------+----------------------+------------------------------------+ | dal_attestation | Determined from data | $Z.t | +--------------------+----------------------+------------------------------------+ - - + + Preattestations_aggregate (tag 30) ================================== - + +-----------------------+----------+------------------------------------------------+ | Name | Size | Contents | +=======================+==========+================================================+ @@ -80411,11 +80411,11 @@ Full description +-----------------------+----------+------------------------------------------------+ | committee | Variable | sequence of unsigned 16-bit big-endian integer | +-----------------------+----------+------------------------------------------------+ - - + + Attestations_aggregate (tag 31) =============================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -80427,11 +80427,11 @@ Full description +-----------------------+----------+------------------------------------+ | committee | Variable | sequence of $X_35 | +-----------------------+----------+------------------------------------+ - - + + 024-PsD5wVTJ.inlined.consensus_operation **************************************** - + +------------+----------------------+----------------------------------------------------+ | Name | Size | Contents | +============+======================+====================================================+ @@ -80441,11 +80441,11 @@ Full description +------------+----------------------+----------------------------------------------------+ | signature | Variable | bytes | +------------+----------------------+----------------------------------------------------+ - - + + X_41 **** - + +-----------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +=================+======================+=========================================================================+ @@ -80453,11 +80453,11 @@ Full description +-----------------+----------------------+-------------------------------------------------------------------------+ | Unnamed field 1 | Determined from data | $X_8 | +-----------------+----------------------+-------------------------------------------------------------------------+ - - + + X_40 **** - + +-------+----------------------+----------+ | Name | Size | Contents | +=======+======================+==========+ @@ -80465,11 +80465,11 @@ Full description +-------+----------------------+----------+ | proof | 48 bytes | bytes | +-------+----------------------+----------+ - - + + X_43 **** - + +-----------------+-----------+----------+ | Name | Size | Contents | +=================+===========+==========+ @@ -80477,11 +80477,11 @@ Full description +-----------------+-----------+----------+ | Unnamed field 1 | 100 bytes | bytes | +-----------------+-----------+----------+ - - + + fitness.elem ************ - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -80489,44 +80489,44 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + 024-PsD5wVTJ.per_block_votes (1 byte, 8-bit tag) ************************************************ - + per_block_vote_on (tag 0) ========================= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + per_block_vote_off (tag 1) ========================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + per_block_vote_pass (tag 2) =========================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + 024-PsD5wVTJ.block_header.alpha.full_header ******************************************* - + +---------------------------------------+----------+-------------------------------------+ | Name | Size | Contents | +=======================================+==========+=====================================+ @@ -80562,14 +80562,14 @@ Full description +---------------------------------------+----------+-------------------------------------+ | signature | Variable | bytes | +---------------------------------------+----------+-------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.contents_or_signature_prefix (Determined from data, 8-bit tag) ******************************************************************************************* - + Seed_nonce_revelation (tag 1) ============================= - + +-------+----------+----------------------------------+ | Name | Size | Contents | +=======+==========+==================================+ @@ -80579,11 +80579,11 @@ Full description +-------+----------+----------------------------------+ | nonce | 32 bytes | bytes | +-------+----------+----------------------------------+ - - + + Double_consensus_operation_evidence (tag 2) =========================================== - + +-----------------------+----------+-------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================+ @@ -80599,11 +80599,11 @@ Full description +-----------------------+----------+-------------------------------------------+ | op2 | Variable | $024-PsD5wVTJ.inlined.consensus_operation | +-----------------------+----------+-------------------------------------------+ - - + + Double_baking_evidence (tag 3) ============================== - + +-----------------------+----------+----------------------------------------------+ | Name | Size | Contents | +=======================+==========+==============================================+ @@ -80617,11 +80617,11 @@ Full description +-----------------------+----------+----------------------------------------------+ | bh2 | Variable | $024-PsD5wVTJ.block_header.alpha.full_header | +-----------------------+----------+----------------------------------------------+ - - + + Activate_account (tag 4) ======================== - + +--------+----------+------------------------+ | Name | Size | Contents | +========+==========+========================+ @@ -80631,11 +80631,11 @@ Full description +--------+----------+------------------------+ | secret | 20 bytes | bytes | +--------+----------+------------------------+ - - + + Proposals (tag 5) ================= - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -80649,11 +80649,11 @@ Full description +-----------------------+----------+------------------------------------+ | proposals | Variable | sequence of at most 20 bytes | +-----------------------+----------+------------------------------------+ - - + + Ballot (tag 6) ============== - + +----------+----------+----------------------------------+ | Name | Size | Contents | +==========+==========+==================================+ @@ -80667,11 +80667,11 @@ Full description +----------+----------+----------------------------------+ | ballot | 1 byte | signed 8-bit integer | +----------+----------+----------------------------------+ - - + + Vdf_revelation (tag 8) ====================== - + +----------+-----------+------------------------+ | Name | Size | Contents | +==========+===========+========================+ @@ -80679,11 +80679,11 @@ Full description +----------+-----------+------------------------+ | solution | 200 bytes | $X_43 | +----------+-----------+------------------------+ - - + + Drain_delegate (tag 9) ====================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -80695,11 +80695,11 @@ Full description +---------------+----------+------------------------+ | destination | 21 bytes | $public_key_hash | +---------------+----------+------------------------+ - - + + Failing_noop (tag 17) ===================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -80709,11 +80709,11 @@ Full description +-----------------------+----------+------------------------------------+ | arbitrary | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + Preattestation (tag 20) ======================= - + +--------------------+----------+------------------------------------+ | Name | Size | Contents | +====================+==========+====================================+ @@ -80727,11 +80727,11 @@ Full description +--------------------+----------+------------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+------------------------------------+ - - + + Attestation (tag 21) ==================== - + +--------------------+----------+------------------------------------+ | Name | Size | Contents | +====================+==========+====================================+ @@ -80745,11 +80745,11 @@ Full description +--------------------+----------+------------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+------------------------------------+ - - + + Attestation_with_dal (tag 23) ============================= - + +--------------------+----------------------+------------------------------------+ | Name | Size | Contents | +====================+======================+====================================+ @@ -80765,11 +80765,11 @@ Full description +--------------------+----------------------+------------------------------------+ | dal_attestation | Determined from data | $Z.t | +--------------------+----------------------+------------------------------------+ - - + + Dal_entrapment_evidence (tag 24) ================================ - + +-----------------------+----------------------+-------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================+ @@ -80785,11 +80785,11 @@ Full description +-----------------------+----------------------+-------------------------------------------+ | shard_with_proof | Determined from data | $X_40 | +-----------------------+----------------------+-------------------------------------------+ - - + + Preattestations_aggregate (tag 30) ================================== - + +-----------------------+----------+------------------------------------------------+ | Name | Size | Contents | +=======================+==========+================================================+ @@ -80801,11 +80801,11 @@ Full description +-----------------------+----------+------------------------------------------------+ | committee | Variable | sequence of unsigned 16-bit big-endian integer | +-----------------------+----------+------------------------------------------------+ - - + + Attestations_aggregate (tag 31) =============================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -80817,11 +80817,11 @@ Full description +-----------------------+----------+------------------------------------+ | committee | Variable | sequence of $X_35 | +-----------------------+----------+------------------------------------+ - - + + Reveal (tag 107) ================ - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -80843,11 +80843,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | proof | Determined from data | $X_30 | +-----------------------------+----------------------+-------------------------------------+ - - + + Transaction (tag 108) ===================== - + +----------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==================================+======================+=====================================+ @@ -80871,11 +80871,11 @@ Full description +----------------------------------+----------------------+-------------------------------------+ | parameters | Determined from data | $X_32 | +----------------------------------+----------------------+-------------------------------------+ - - + + Origination (tag 109) ===================== - + +--------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +================================+======================+=====================================+ @@ -80899,11 +80899,11 @@ Full description +--------------------------------+----------------------+-------------------------------------+ | script | Determined from data | $024-PsD5wVTJ.scripted.contracts | +--------------------------------+----------------------+-------------------------------------+ - - + + Delegation (tag 110) ==================== - + +--------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +================================+======================+=====================================+ @@ -80923,11 +80923,11 @@ Full description +--------------------------------+----------------------+-------------------------------------+ | delegate | 21 bytes | $public_key_hash | +--------------------------------+----------------------+-------------------------------------+ - - + + Register_global_constant (tag 111) ================================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -80947,11 +80947,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | value | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + Set_deposits_limit (tag 112) ============================ - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -80971,11 +80971,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | limit | Determined from data | $N.t | +-----------------------------+----------------------+-------------------------------------+ - - + + Increase_paid_storage (tag 113) =============================== - + +---------------+----------------------+--------------------------------------+ | Name | Size | Contents | +===============+======================+======================================+ @@ -80995,11 +80995,11 @@ Full description +---------------+----------------------+--------------------------------------+ | destination | 22 bytes | $024-PsD5wVTJ.contract_id.originated | +---------------+----------------------+--------------------------------------+ - - + + Update_consensus_key (tag 114) ============================== - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -81021,11 +81021,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | proof | Determined from data | $X_30 | +-----------------------------+----------------------+-------------------------------------+ - - + + Update_companion_key (tag 115) ============================== - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -81047,11 +81047,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | proof | Determined from data | $X_30 | +-----------------------------+----------------------+-------------------------------------+ - - + + Transfer_ticket (tag 158) ========================= - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -81085,11 +81085,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | entrypoint | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_originate (tag 200) ================================ - + +---------------------------------+----------------------+-----------------------------------------------------------+ | Name | Size | Contents | +=================================+======================+===========================================================+ @@ -81119,11 +81119,11 @@ Full description +---------------------------------+----------------------+-----------------------------------------------------------+ | whitelist | Determined from data | $X_29 | +---------------------------------+----------------------+-----------------------------------------------------------+ - - + + Smart_rollup_add_messages (tag 201) =================================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -81143,11 +81143,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | message | Variable | sequence of $X_3 | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_cement (tag 202) ============================= - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -81165,11 +81165,11 @@ Full description +---------------+----------------------+------------------------+ | rollup | 20 bytes | bytes | +---------------+----------------------+------------------------+ - - + + Smart_rollup_publish (tag 203) ============================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -81189,11 +81189,11 @@ Full description +---------------+----------------------+------------------------+ | commitment | 76 bytes | $X_26 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_refute (tag 204) ============================= - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -81215,11 +81215,11 @@ Full description +---------------+----------------------+------------------------+ | refutation | Determined from data | $X_25 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_timeout (tag 205) ============================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -81239,11 +81239,11 @@ Full description +---------------+----------------------+------------------------+ | stakers | 42 bytes | $X_19 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_execute_outbox_message (tag 206) ============================================= - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -81267,11 +81267,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | output_proof | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_recover_bond (tag 207) =================================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -81291,11 +81291,11 @@ Full description +---------------+----------------------+------------------------+ | staker | 21 bytes | $public_key_hash | +---------------+----------------------+------------------------+ - - + + Dal_publish_commitment (tag 230) ================================ - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -81313,11 +81313,11 @@ Full description +---------------+----------------------+------------------------+ | slot_header | 145 bytes | $X_18 | +---------------+----------------------+------------------------+ - - + + Zk_rollup_origination (tag 250) =============================== - + +-----------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+=========================================================================+ @@ -81347,11 +81347,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------+ | nb_ops | 4 bytes | signed 31-bit big-endian integer in the range -1073741824 to 1073741823 | +-----------------------+----------------------+-------------------------------------------------------------------------+ - - + + Zk_rollup_publish (tag 251) =========================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -81373,11 +81373,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | op | Variable | sequence of $X_9 | +-----------------------+----------------------+------------------------------------+ - - + + Zk_rollup_update (tag 252) ========================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -81397,11 +81397,11 @@ Full description +---------------+----------------------+------------------------+ | update | Determined from data | $X_1 | +---------------+----------------------+------------------------+ - - + + Signature_prefix (tag 255) ========================== - + +------------------+----------+------------------------+ | Name | Size | Contents | +==================+==========+========================+ @@ -81409,11 +81409,11 @@ Full description +------------------+----------+------------------------+ | signature_prefix | 33 bytes | $bls_signature_prefix | +------------------+----------+------------------------+ - - + + X_0 *** - + +-------------------------------+----------+------------------------------------------------------------------------+ | Name | Size | Contents | +===============================+==========+========================================================================+ @@ -81423,7 +81423,7 @@ Full description +-------------------------------+----------+------------------------------------------------------------------------+ | signature_suffix | 64 bytes | bytes | +-------------------------------+----------+------------------------------------------------------------------------+ - +
@@ -84309,14 +84309,14 @@ Full description +=================+==========+==========+ | Unnamed field 0 | Variable | $X_3375 | +-----------------+----------+----------+ - - + + public_key_hash (21 bytes, 8-bit tag) ************************************* - + Ed25519 (tag 0) =============== - + +-------------------------+----------+------------------------+ | Name | Size | Contents | +=========================+==========+========================+ @@ -84324,11 +84324,11 @@ Full description +-------------------------+----------+------------------------+ | Ed25519.Public_key_hash | 20 bytes | bytes | +-------------------------+----------+------------------------+ - - + + Secp256k1 (tag 1) ================= - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -84336,11 +84336,11 @@ Full description +---------------------------+----------+------------------------+ | Secp256k1.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + P256 (tag 2) ============ - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -84348,11 +84348,11 @@ Full description +----------------------+----------+------------------------+ | P256.Public_key_hash | 20 bytes | bytes | +----------------------+----------+------------------------+ - - + + Bls (tag 3) =========== - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -84360,23 +84360,23 @@ Full description +---------------------------+----------+------------------------+ | Bls12_381.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + N.t *** - + A variable-length sequence of bytes encoding a Zarith natural number. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). Size bits ignored, the data is the binary representation of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | N.t | Determined from data | bytes | +------+----------------------+----------+ - - + + X_2 *** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -84384,11 +84384,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + X_3 *** - + +-----------------------+----------+-------------------------------------+ | Name | Size | Contents | +=======================+==========+=====================================+ @@ -84400,11 +84400,11 @@ Full description +-----------------------+----------+-------------------------------------+ | exit_validity | 1 byte | boolean (0 for false, 255 for true) | +-----------------------+----------+-------------------------------------+ - - + + X_1 *** - + +-----------------+----------------------+----------+ | Name | Size | Contents | +=================+======================+==========+ @@ -84412,11 +84412,11 @@ Full description +-----------------+----------------------+----------+ | Unnamed field 1 | Determined from data | $X_3 | +-----------------+----------------------+----------+ - - + + X_6 *** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -84426,11 +84426,11 @@ Full description +-----------------------+----------+------------------------------------+ | fee | 32 bytes | bytes | +-----------------------+----------+------------------------------------+ - - + + X_4 *** - + +-----------------+----------------------+----------+ | Name | Size | Contents | +=================+======================+==========+ @@ -84438,11 +84438,11 @@ Full description +-----------------+----------------------+----------+ | Unnamed field 1 | Determined from data | $X_6 | +-----------------+----------------------+----------+ - - + + X_7 *** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -84450,11 +84450,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of bytes | +-----------------------+----------+------------------------------------+ - - + + X_0 *** - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -84472,23 +84472,23 @@ Full description +-----------------------+----------------------+------------------------------------+ | proof | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + Z.t *** - + A variable-length sequence of bytes encoding a Zarith integer. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). The second most significant bit of the first byte is reserved for the sign (0 for positive, 1 for negative). Size and sign bits ignored, the data is the binary representation of the absolute value of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | Z.t | Determined from data | bytes | +------+----------------------+----------+ - - + + X_10 **** - + +--------+----------------------+----------+ | Name | Size | Contents | +========+======================+==========+ @@ -84496,11 +84496,11 @@ Full description +--------+----------------------+----------+ | amount | Determined from data | $Z.t | +--------+----------------------+----------+ - - + + X_9 *** - + +-----------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+=========================================================================+ @@ -84516,11 +84516,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------+ | payload | Variable | sequence of bytes | +-----------------------+----------------------+-------------------------------------------------------------------------+ - - + + 024-PsD5wVTJ.michelson.v1.primitives (Enumeration: unsigned 8-bit integer): *************************************************************************** - + +-------------+--------------------------------+ | Case number | Encoded string | +=============+================================+ @@ -84846,14 +84846,14 @@ Full description +-------------+--------------------------------+ | 160 | GET_ADDRESS_INDEX | +-------------+--------------------------------+ - - + + micheline.024-PsD5wVTJ.michelson_v1.expression (Determined from data, 8-bit tag) ******************************************************************************** - + Int (tag 0) =========== - + +------+----------------------+------------------------+ | Name | Size | Contents | +======+======================+========================+ @@ -84861,11 +84861,11 @@ Full description +------+----------------------+------------------------+ | int | Determined from data | $Z.t | +------+----------------------+------------------------+ - - + + String (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -84875,11 +84875,11 @@ Full description +-----------------------+----------+------------------------------------+ | string | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + Sequence (tag 2) ================ - + +-----------------------+----------+-------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+=============================================================+ @@ -84889,11 +84889,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------+ | Unnamed field 0 | Variable | sequence of $micheline.024-PsD5wVTJ.michelson_v1.expression | +-----------------------+----------+-------------------------------------------------------------+ - - + + Prim__no_args__no_annots (tag 3) ================================ - + +------+--------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+========+===========================================================================================+ @@ -84901,11 +84901,11 @@ Full description +------+--------+-------------------------------------------------------------------------------------------+ | prim | 1 byte | unsigned 8-bit integer encoding an enumeration (see 024-PsD5wVTJ.michelson.v1.primitives) | +------+--------+-------------------------------------------------------------------------------------------+ - - + + Prim__no_args__some_annots (tag 4) ================================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -84917,11 +84917,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__no_annots (tag 5) ============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -84931,11 +84931,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__some_annots (tag 6) ================================ - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -84949,11 +84949,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__no_annots (tag 7) =============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -84965,11 +84965,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg2 | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__some_annots (tag 8) ================================= - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -84985,11 +84985,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__generic (tag 9) ===================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -85005,11 +85005,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Bytes (tag 10) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -85019,14 +85019,14 @@ Full description +-----------------------+----------+------------------------------------+ | bytes | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + 024-PsD5wVTJ.contract_id (22 bytes, 8-bit tag) ********************************************** - + Implicit (tag 0) ================ - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -85034,11 +85034,11 @@ Full description +---------------------------+----------+------------------------+ | Signature.Public_key_hash | 21 bytes | $public_key_hash | +---------------------------+----------+------------------------+ - - + + Originated (tag 1) ================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -85048,24 +85048,24 @@ Full description +---------------+----------+------------------------+ | padding | 1 byte | padding | +---------------+----------+------------------------+ - - + + X_13 (Determined from data, 8-bit tag) ************************************** - + None (tag 0) ============ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Some (tag 1) ============ - + +----------+----------------------+-------------------------------------------------+ | Name | Size | Contents | +==========+======================+=================================================+ @@ -85077,11 +85077,11 @@ Full description +----------+----------------------+-------------------------------------------------+ | ticketer | 22 bytes | $024-PsD5wVTJ.contract_id | +----------+----------------------+-------------------------------------------------+ - - + + X_8 *** - + +-----------------+----------------------+----------+ | Name | Size | Contents | +=================+======================+==========+ @@ -85089,44 +85089,44 @@ Full description +-----------------+----------------------+----------+ | Unnamed field 1 | Determined from data | $X_13 | +-----------------+----------------------+----------+ - - + + X_16 (1 byte, 8-bit tag) ************************ - + Public (tag 0) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Private (tag 1) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Fee (tag 2) =========== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + X_14 **** - + +-----------------+----------------------+----------+ | Name | Size | Contents | +=================+======================+==========+ @@ -85134,11 +85134,11 @@ Full description +-----------------+----------------------+----------+ | Unnamed field 1 | 1 byte | $X_16 | +-----------------+----------------------+----------+ - - + + X_17 **** - + +------------------+----------+------------------------+ | Name | Size | Contents | +==================+==========+========================+ @@ -85148,11 +85148,11 @@ Full description +------------------+----------+------------------------+ | commitment_proof | 96 bytes | bytes | +------------------+----------+------------------------+ - - + + X_18 **** - + +-------+----------+------------------+ | Name | Size | Contents | +=======+==========+==================+ @@ -85160,11 +85160,11 @@ Full description +-------+----------+------------------+ | bob | 21 bytes | $public_key_hash | +-------+----------+------------------+ - - + + X_19 **** - + +-----------------+---------+----------------------------------+ | Name | Size | Contents | +=================+=========+==================================+ @@ -85174,14 +85174,14 @@ Full description +-----------------+---------+----------------------------------+ | page_index | 2 bytes | signed 16-bit big-endian integer | +-----------------+---------+----------------------------------+ - - + + X_20 (Determined from data, 8-bit tag) ************************************** - + raw data proof (tag 0) ====================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -85191,21 +85191,21 @@ Full description +-----------------------+----------+------------------------------------+ | raw_data | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + metadata proof (tag 1) ====================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + dal page proof (tag 2) ====================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -85217,24 +85217,24 @@ Full description +-----------------------+----------+------------------------------------+ | dal_proof | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + dal parameters proof (tag 3) ============================ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + X_21 (Determined from data, 8-bit tag) ************************************** - + inbox proof (tag 0) =================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -85248,11 +85248,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | serialized_proof | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + reveal proof (tag 1) ==================== - + +--------------+----------------------+------------------------+ | Name | Size | Contents | +==============+======================+========================+ @@ -85260,21 +85260,21 @@ Full description +--------------+----------------------+------------------------+ | reveal_proof | Determined from data | $X_20 | +--------------+----------------------+------------------------+ - - + + first input (tag 2) =================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + X_22 **** - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -85284,14 +85284,14 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | tick | Determined from data | $N.t | +-----------------------------+----------------------+-------------------------------------+ - - + + X_23 (Determined from data, 8-bit tag) ************************************** - + Dissection (tag 0) ================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -85301,11 +85301,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_22 | +-----------------------+----------+------------------------------------+ - - + + Proof (tag 1) ============= - + +-----------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +===================================+======================+=====================================+ @@ -85319,14 +85319,14 @@ Full description +-----------------------------------+----------------------+-------------------------------------+ | input_proof | Determined from data | $X_21 | +-----------------------------------+----------------------+-------------------------------------+ - - + + X_24 (Determined from data, 8-bit tag) ************************************** - + Start (tag 0) ============= - + +--------------------------+----------+------------------------+ | Name | Size | Contents | +==========================+==========+========================+ @@ -85336,11 +85336,11 @@ Full description +--------------------------+----------+------------------------+ | opponent_commitment_hash | 32 bytes | bytes | +--------------------------+----------+------------------------+ - - + + Move (tag 1) ============ - + +--------+----------------------+------------------------+ | Name | Size | Contents | +========+======================+========================+ @@ -85350,11 +85350,11 @@ Full description +--------+----------------------+------------------------+ | step | Determined from data | $X_23 | +--------+----------------------+------------------------+ - - + + X_25 **** - + +------------------+----------+----------------------------------+ | Name | Size | Contents | +==================+==========+==================================+ @@ -85366,11 +85366,11 @@ Full description +------------------+----------+----------------------------------+ | number_of_ticks | 8 bytes | signed 64-bit big-endian integer | +------------------+----------+----------------------------------+ - - + + X_27 (Enumeration: unsigned 8-bit integer): ******************************************* - + +-------------+----------------+ | Case number | Encoded string | +=============+================+ @@ -85380,11 +85380,11 @@ Full description +-------------+----------------+ | 2 | riscv | +-------------+----------------+ - - + + X_28 **** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -85392,14 +85392,14 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $public_key_hash | +-----------------------+----------+------------------------------------+ - - + + public_key (Determined from data, 8-bit tag) ******************************************** - + Ed25519 (tag 0) =============== - + +--------------------+----------+------------------------+ | Name | Size | Contents | +====================+==========+========================+ @@ -85407,11 +85407,11 @@ Full description +--------------------+----------+------------------------+ | Ed25519.Public_key | 32 bytes | bytes | +--------------------+----------+------------------------+ - - + + Secp256k1 (tag 1) ================= - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -85419,11 +85419,11 @@ Full description +----------------------+----------+------------------------+ | Secp256k1.Public_key | 33 bytes | bytes | +----------------------+----------+------------------------+ - - + + P256 (tag 2) ============ - + +-----------------+----------+------------------------+ | Name | Size | Contents | +=================+==========+========================+ @@ -85431,11 +85431,11 @@ Full description +-----------------+----------+------------------------+ | P256.Public_key | 33 bytes | bytes | +-----------------+----------+------------------------+ - - + + Bls (tag 3) =========== - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -85443,11 +85443,11 @@ Full description +----------------------+----------+------------------------+ | Bls12_381.Public_key | 48 bytes | bytes | +----------------------+----------+------------------------+ - - + + X_29 **** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -85455,14 +85455,14 @@ Full description +-----------------------+----------+------------------------------------+ | Bls12_381_signature | 96 bytes | bytes | +-----------------------+----------+------------------------------------+ - - + + 024-PsD5wVTJ.contract_id.originated (22 bytes, 8-bit tag) ********************************************************* - + Originated (tag 1) ================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -85472,11 +85472,11 @@ Full description +---------------+----------+------------------------+ | padding | 1 byte | padding | +---------------+----------+------------------------+ - - + + 024-PsD5wVTJ.scripted.contracts ******************************* - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -85488,114 +85488,114 @@ Full description +-----------------------+----------+------------------------------------+ | storage | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + 024-PsD5wVTJ.entrypoint (Determined from data, 8-bit tag) ********************************************************* - + default (tag 0) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + root (tag 1) ============ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + do (tag 2) ========== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + set_delegate (tag 3) ==================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + remove_delegate (tag 4) ======================= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + deposit (tag 5) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + stake (tag 6) ============= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + unstake (tag 7) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + finalize_unstake (tag 8) ======================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + set_delegate_parameters (tag 9) =============================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + named (tag 255) =============== - + +-----------------------+----------+------------------------+ | Name | Size | Contents | +=======================+==========+========================+ @@ -85605,11 +85605,11 @@ Full description +-----------------------+----------+------------------------+ | Unnamed field 0 | Variable | bytes | +-----------------------+----------+------------------------+ - - + + X_31 **** - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -85619,11 +85619,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | value | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + X_33 **** - + +--------------------+----------+----------------------------------+ | Name | Size | Contents | +====================+==========+==================================+ @@ -85633,11 +85633,11 @@ Full description +--------------------+----------+----------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+----------------------------------+ - - + + X_34 **** - + +---------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=======================================+======================+=====================================+ @@ -85647,14 +85647,14 @@ Full description +---------------------------------------+----------------------+-------------------------------------+ | dal_attestation | Determined from data | $Z.t | +---------------------------------------+----------------------+-------------------------------------+ - - + + 024-PsD5wVTJ.inlined.consensus_operation.contents (Determined from data, 8-bit tag) *********************************************************************************** - + Preattestation (tag 20) ======================= - + +--------------------+----------+------------------------------------+ | Name | Size | Contents | +====================+==========+====================================+ @@ -85668,11 +85668,11 @@ Full description +--------------------+----------+------------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+------------------------------------+ - - + + Attestation (tag 21) ==================== - + +--------------------+----------+------------------------------------+ | Name | Size | Contents | +====================+==========+====================================+ @@ -85686,11 +85686,11 @@ Full description +--------------------+----------+------------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+------------------------------------+ - - + + Attestation_with_dal (tag 23) ============================= - + +--------------------+----------------------+------------------------------------+ | Name | Size | Contents | +====================+======================+====================================+ @@ -85706,11 +85706,11 @@ Full description +--------------------+----------------------+------------------------------------+ | dal_attestation | Determined from data | $Z.t | +--------------------+----------------------+------------------------------------+ - - + + Preattestations_aggregate (tag 30) ================================== - + +-----------------------+----------+------------------------------------------------+ | Name | Size | Contents | +=======================+==========+================================================+ @@ -85722,11 +85722,11 @@ Full description +-----------------------+----------+------------------------------------------------+ | committee | Variable | sequence of unsigned 16-bit big-endian integer | +-----------------------+----------+------------------------------------------------+ - - + + Attestations_aggregate (tag 31) =============================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -85738,11 +85738,11 @@ Full description +-----------------------+----------+------------------------------------+ | committee | Variable | sequence of $X_34 | +-----------------------+----------+------------------------------------+ - - + + 024-PsD5wVTJ.inlined.consensus_operation **************************************** - + +------------+----------------------+----------------------------------------------------+ | Name | Size | Contents | +============+======================+====================================================+ @@ -85752,11 +85752,11 @@ Full description +------------+----------------------+----------------------------------------------------+ | signature | Variable | bytes | +------------+----------------------+----------------------------------------------------+ - - + + X_40 **** - + +-----------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +=================+======================+=========================================================================+ @@ -85764,11 +85764,11 @@ Full description +-----------------+----------------------+-------------------------------------------------------------------------+ | Unnamed field 1 | Determined from data | $X_7 | +-----------------+----------------------+-------------------------------------------------------------------------+ - - + + X_39 **** - + +-------+----------------------+----------+ | Name | Size | Contents | +=======+======================+==========+ @@ -85776,11 +85776,11 @@ Full description +-------+----------------------+----------+ | proof | 48 bytes | bytes | +-------+----------------------+----------+ - - + + X_42 **** - + +-----------------+-----------+----------+ | Name | Size | Contents | +=================+===========+==========+ @@ -85788,11 +85788,11 @@ Full description +-----------------+-----------+----------+ | Unnamed field 1 | 100 bytes | bytes | +-----------------+-----------+----------+ - - + + fitness.elem ************ - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -85800,44 +85800,44 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + 024-PsD5wVTJ.per_block_votes (1 byte, 8-bit tag) ************************************************ - + per_block_vote_on (tag 0) ========================= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + per_block_vote_off (tag 1) ========================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + per_block_vote_pass (tag 2) =========================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + 024-PsD5wVTJ.block_header.alpha.full_header ******************************************* - + +---------------------------------------+----------+-------------------------------------+ | Name | Size | Contents | +=======================================+==========+=====================================+ @@ -85873,14 +85873,14 @@ Full description +---------------------------------------+----------+-------------------------------------+ | signature | Variable | bytes | +---------------------------------------+----------+-------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.contents (Determined from data, 8-bit tag) *********************************************************************** - + Seed_nonce_revelation (tag 1) ============================= - + +-------+----------+----------------------------------+ | Name | Size | Contents | +=======+==========+==================================+ @@ -85890,11 +85890,11 @@ Full description +-------+----------+----------------------------------+ | nonce | 32 bytes | bytes | +-------+----------+----------------------------------+ - - + + Double_consensus_operation_evidence (tag 2) =========================================== - + +-----------------------+----------+-------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================+ @@ -85910,11 +85910,11 @@ Full description +-----------------------+----------+-------------------------------------------+ | op2 | Variable | $024-PsD5wVTJ.inlined.consensus_operation | +-----------------------+----------+-------------------------------------------+ - - + + Double_baking_evidence (tag 3) ============================== - + +-----------------------+----------+----------------------------------------------+ | Name | Size | Contents | +=======================+==========+==============================================+ @@ -85928,11 +85928,11 @@ Full description +-----------------------+----------+----------------------------------------------+ | bh2 | Variable | $024-PsD5wVTJ.block_header.alpha.full_header | +-----------------------+----------+----------------------------------------------+ - - + + Activate_account (tag 4) ======================== - + +--------+----------+------------------------+ | Name | Size | Contents | +========+==========+========================+ @@ -85942,11 +85942,11 @@ Full description +--------+----------+------------------------+ | secret | 20 bytes | bytes | +--------+----------+------------------------+ - - + + Proposals (tag 5) ================= - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -85960,11 +85960,11 @@ Full description +-----------------------+----------+------------------------------------+ | proposals | Variable | sequence of at most 20 bytes | +-----------------------+----------+------------------------------------+ - - + + Ballot (tag 6) ============== - + +----------+----------+----------------------------------+ | Name | Size | Contents | +==========+==========+==================================+ @@ -85978,11 +85978,11 @@ Full description +----------+----------+----------------------------------+ | ballot | 1 byte | signed 8-bit integer | +----------+----------+----------------------------------+ - - + + Vdf_revelation (tag 8) ====================== - + +----------+-----------+------------------------+ | Name | Size | Contents | +==========+===========+========================+ @@ -85990,11 +85990,11 @@ Full description +----------+-----------+------------------------+ | solution | 200 bytes | $X_42 | +----------+-----------+------------------------+ - - + + Drain_delegate (tag 9) ====================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -86006,11 +86006,11 @@ Full description +---------------+----------+------------------------+ | destination | 21 bytes | $public_key_hash | +---------------+----------+------------------------+ - - + + Failing_noop (tag 17) ===================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -86020,11 +86020,11 @@ Full description +-----------------------+----------+------------------------------------+ | arbitrary | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + Preattestation (tag 20) ======================= - + +--------------------+----------+------------------------------------+ | Name | Size | Contents | +====================+==========+====================================+ @@ -86038,11 +86038,11 @@ Full description +--------------------+----------+------------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+------------------------------------+ - - + + Attestation (tag 21) ==================== - + +--------------------+----------+------------------------------------+ | Name | Size | Contents | +====================+==========+====================================+ @@ -86056,11 +86056,11 @@ Full description +--------------------+----------+------------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+------------------------------------+ - - + + Attestation_with_dal (tag 23) ============================= - + +--------------------+----------------------+------------------------------------+ | Name | Size | Contents | +====================+======================+====================================+ @@ -86076,11 +86076,11 @@ Full description +--------------------+----------------------+------------------------------------+ | dal_attestation | Determined from data | $Z.t | +--------------------+----------------------+------------------------------------+ - - + + Dal_entrapment_evidence (tag 24) ================================ - + +-----------------------+----------------------+-------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================+ @@ -86096,11 +86096,11 @@ Full description +-----------------------+----------------------+-------------------------------------------+ | shard_with_proof | Determined from data | $X_39 | +-----------------------+----------------------+-------------------------------------------+ - - + + Preattestations_aggregate (tag 30) ================================== - + +-----------------------+----------+------------------------------------------------+ | Name | Size | Contents | +=======================+==========+================================================+ @@ -86112,11 +86112,11 @@ Full description +-----------------------+----------+------------------------------------------------+ | committee | Variable | sequence of unsigned 16-bit big-endian integer | +-----------------------+----------+------------------------------------------------+ - - + + Attestations_aggregate (tag 31) =============================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -86128,11 +86128,11 @@ Full description +-----------------------+----------+------------------------------------+ | committee | Variable | sequence of $X_34 | +-----------------------+----------+------------------------------------+ - - + + Reveal (tag 107) ================ - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -86154,11 +86154,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | proof | Determined from data | $X_29 | +-----------------------------+----------------------+-------------------------------------+ - - + + Transaction (tag 108) ===================== - + +----------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==================================+======================+=====================================+ @@ -86182,11 +86182,11 @@ Full description +----------------------------------+----------------------+-------------------------------------+ | parameters | Determined from data | $X_31 | +----------------------------------+----------------------+-------------------------------------+ - - + + Origination (tag 109) ===================== - + +--------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +================================+======================+=====================================+ @@ -86210,11 +86210,11 @@ Full description +--------------------------------+----------------------+-------------------------------------+ | script | Determined from data | $024-PsD5wVTJ.scripted.contracts | +--------------------------------+----------------------+-------------------------------------+ - - + + Delegation (tag 110) ==================== - + +--------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +================================+======================+=====================================+ @@ -86234,11 +86234,11 @@ Full description +--------------------------------+----------------------+-------------------------------------+ | delegate | 21 bytes | $public_key_hash | +--------------------------------+----------------------+-------------------------------------+ - - + + Register_global_constant (tag 111) ================================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -86258,11 +86258,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | value | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + Set_deposits_limit (tag 112) ============================ - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -86282,11 +86282,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | limit | Determined from data | $N.t | +-----------------------------+----------------------+-------------------------------------+ - - + + Increase_paid_storage (tag 113) =============================== - + +---------------+----------------------+--------------------------------------+ | Name | Size | Contents | +===============+======================+======================================+ @@ -86306,11 +86306,11 @@ Full description +---------------+----------------------+--------------------------------------+ | destination | 22 bytes | $024-PsD5wVTJ.contract_id.originated | +---------------+----------------------+--------------------------------------+ - - + + Update_consensus_key (tag 114) ============================== - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -86332,11 +86332,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | proof | Determined from data | $X_29 | +-----------------------------+----------------------+-------------------------------------+ - - + + Update_companion_key (tag 115) ============================== - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -86358,11 +86358,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | proof | Determined from data | $X_29 | +-----------------------------+----------------------+-------------------------------------+ - - + + Transfer_ticket (tag 158) ========================= - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -86396,11 +86396,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | entrypoint | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_originate (tag 200) ================================ - + +---------------------------------+----------------------+-----------------------------------------------------------+ | Name | Size | Contents | +=================================+======================+===========================================================+ @@ -86430,11 +86430,11 @@ Full description +---------------------------------+----------------------+-----------------------------------------------------------+ | whitelist | Determined from data | $X_28 | +---------------------------------+----------------------+-----------------------------------------------------------+ - - + + Smart_rollup_add_messages (tag 201) =================================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -86454,11 +86454,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | message | Variable | sequence of $X_2 | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_cement (tag 202) ============================= - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -86476,11 +86476,11 @@ Full description +---------------+----------------------+------------------------+ | rollup | 20 bytes | bytes | +---------------+----------------------+------------------------+ - - + + Smart_rollup_publish (tag 203) ============================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -86500,11 +86500,11 @@ Full description +---------------+----------------------+------------------------+ | commitment | 76 bytes | $X_25 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_refute (tag 204) ============================= - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -86526,11 +86526,11 @@ Full description +---------------+----------------------+------------------------+ | refutation | Determined from data | $X_24 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_timeout (tag 205) ============================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -86550,11 +86550,11 @@ Full description +---------------+----------------------+------------------------+ | stakers | 42 bytes | $X_18 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_execute_outbox_message (tag 206) ============================================= - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -86578,11 +86578,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | output_proof | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_recover_bond (tag 207) =================================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -86602,11 +86602,11 @@ Full description +---------------+----------------------+------------------------+ | staker | 21 bytes | $public_key_hash | +---------------+----------------------+------------------------+ - - + + Dal_publish_commitment (tag 230) ================================ - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -86624,11 +86624,11 @@ Full description +---------------+----------------------+------------------------+ | slot_header | 145 bytes | $X_17 | +---------------+----------------------+------------------------+ - - + + Zk_rollup_origination (tag 250) =============================== - + +-----------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+=========================================================================+ @@ -86658,11 +86658,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------+ | nb_ops | 4 bytes | signed 31-bit big-endian integer in the range -1073741824 to 1073741823 | +-----------------------+----------------------+-------------------------------------------------------------------------+ - - + + Zk_rollup_publish (tag 251) =========================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -86684,11 +86684,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | op | Variable | sequence of $X_8 | +-----------------------+----------------------+------------------------------------+ - - + + Zk_rollup_update (tag 252) ========================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -86708,14 +86708,14 @@ Full description +---------------+----------------------+------------------------+ | update | Determined from data | $X_0 | +---------------+----------------------+------------------------+ - - + + 024-PsD5wVTJ.staker (Determined from data, 8-bit tag) ***************************************************** - + Single (tag 0) ============== - + +----------+----------+---------------------------+ | Name | Size | Contents | +==========+==========+===========================+ @@ -86725,11 +86725,11 @@ Full description +----------+----------+---------------------------+ | delegate | 21 bytes | $public_key_hash | +----------+----------+---------------------------+ - - + + Shared (tag 1) ============== - + +----------+----------+------------------------+ | Name | Size | Contents | +==========+==========+========================+ @@ -86737,14 +86737,14 @@ Full description +----------+----------+------------------------+ | delegate | 21 bytes | $public_key_hash | +----------+----------+------------------------+ - - + + 024-PsD5wVTJ.bond_id (21 bytes, 8-bit tag) ****************************************** - + Smart_rollup_bond_id (tag 1) ============================ - + +--------------+----------+------------------------+ | Name | Size | Contents | +==============+==========+========================+ @@ -86752,14 +86752,14 @@ Full description +--------------+----------+------------------------+ | smart_rollup | 20 bytes | bytes | +--------------+----------+------------------------+ - - + + 024-PsD5wVTJ.frozen_staker (Determined from data, 8-bit tag) ************************************************************ - + Single (tag 0) ============== - + +----------+----------+---------------------------+ | Name | Size | Contents | +==========+==========+===========================+ @@ -86769,11 +86769,11 @@ Full description +----------+----------+---------------------------+ | delegate | 21 bytes | $public_key_hash | +----------+----------+---------------------------+ - - + + Shared (tag 1) ============== - + +----------+----------+------------------------+ | Name | Size | Contents | +==========+==========+========================+ @@ -86781,11 +86781,11 @@ Full description +----------+----------+------------------------+ | delegate | 21 bytes | $public_key_hash | +----------+----------+------------------------+ - - + + Baker (tag 2) ============= - + +-----------------+----------+------------------------+ | Name | Size | Contents | +=================+==========+========================+ @@ -86793,11 +86793,11 @@ Full description +-----------------+----------+------------------------+ | baker_own_stake | 21 bytes | $public_key_hash | +-----------------+----------+------------------------+ - - + + Baker_edge (tag 3) ================== - + +------------+----------+------------------------+ | Name | Size | Contents | +============+==========+========================+ @@ -86805,14 +86805,14 @@ Full description +------------+----------+------------------------+ | baker_edge | 21 bytes | $public_key_hash | +------------+----------+------------------------+ - - + + X_59 (Determined from data, 8-bit tag) ************************************** - + Contract (tag 0) ================ - + +----------+----------+----------------------------------+ | Name | Size | Contents | +==========+==========+==================================+ @@ -86822,11 +86822,11 @@ Full description +----------+----------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +----------+----------+----------------------------------+ - - + + Block_fees (tag 2) ================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -86834,11 +86834,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Deposits (tag 4) ================ - + +--------+----------------------+----------------------------------+ | Name | Size | Contents | +========+======================+==================================+ @@ -86848,11 +86848,11 @@ Full description +--------+----------------------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+----------------------+----------------------------------+ - - + + Nonce_revelation_rewards (tag 5) ================================ - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -86860,11 +86860,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Attesting_rewards (tag 7) ========================= - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -86872,11 +86872,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Baking_rewards (tag 8) ====================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -86884,11 +86884,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Baking_bonuses (tag 9) ====================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -86896,11 +86896,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Storage_fees (tag 11) ===================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -86908,11 +86908,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Double_signing_punishments (tag 12) =================================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -86920,11 +86920,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Lost_attesting_rewards (tag 13) =============================== - + +---------------+----------+-------------------------------------+ | Name | Size | Contents | +===============+==========+=====================================+ @@ -86938,11 +86938,11 @@ Full description +---------------+----------+-------------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +---------------+----------+-------------------------------------+ - - + + Liquidity_baking_subsidies (tag 14) =================================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -86950,11 +86950,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Burned (tag 15) =============== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -86962,11 +86962,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Commitments (tag 16) ==================== - + +-----------+----------+----------------------------------+ | Name | Size | Contents | +===========+==========+==================================+ @@ -86976,11 +86976,11 @@ Full description +-----------+----------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +-----------+----------+----------------------------------+ - - + + Bootstrap (tag 17) ================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -86988,11 +86988,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Invoice (tag 18) ================ - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -87000,11 +87000,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Initial_commitments (tag 19) ============================ - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -87012,11 +87012,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Minted (tag 20) =============== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -87024,11 +87024,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Frozen_bonds (tag 21) ===================== - + +----------+----------+----------------------------------+ | Name | Size | Contents | +==========+==========+==================================+ @@ -87040,11 +87040,11 @@ Full description +----------+----------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +----------+----------+----------------------------------+ - - + + Smart_rollup_refutation_punishments (tag 24) ============================================ - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -87052,11 +87052,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Smart_rollup_refutation_rewards (tag 25) ======================================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -87064,11 +87064,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Unstaked_deposits (tag 26) ========================== - + +--------+----------------------+----------------------------------+ | Name | Size | Contents | +========+======================+==================================+ @@ -87080,11 +87080,11 @@ Full description +--------+----------------------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+----------------------+----------------------------------+ - - + + Staking_delegator_numerator (tag 27) ==================================== - + +-----------+----------+----------------------------------+ | Name | Size | Contents | +===========+==========+==================================+ @@ -87094,11 +87094,11 @@ Full description +-----------+----------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +-----------+----------+----------------------------------+ - - + + Staking_delegate_denominator (tag 28) ===================================== - + +----------+----------+----------------------------------+ | Name | Size | Contents | +==========+==========+==================================+ @@ -87108,11 +87108,11 @@ Full description +----------+----------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +----------+----------+----------------------------------+ - - + + DAL_attesting_rewards (tag 29) ============================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -87120,11 +87120,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Lost_DAL_attesting_rewards (tag 30) =================================== - + +----------+----------+----------------------------------+ | Name | Size | Contents | +==========+==========+==================================+ @@ -87134,54 +87134,54 @@ Full description +----------+----------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +----------+----------+----------------------------------+ - - + + X_60 (Determined from data, 8-bit tag) ************************************** - + Block_application (tag 0) ========================= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Protocol_migration (tag 1) ========================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Subsidy (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Simulation (tag 3) ================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Delayed_operation (tag 4) ========================= - + +------------------------+----------+------------------------+ | Name | Size | Contents | +========================+==========+========================+ @@ -87189,11 +87189,11 @@ Full description +------------------------+----------+------------------------+ | delayed_operation_hash | 32 bytes | bytes | +------------------------+----------+------------------------+ - - + + X_58 **** - + +-----------------+----------------------+----------+ | Name | Size | Contents | +=================+======================+==========+ @@ -87201,11 +87201,11 @@ Full description +-----------------+----------------------+----------+ | Unnamed field 1 | Determined from data | $X_60 | +-----------------+----------------------+----------+ - - + + X_61 **** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -87213,14 +87213,14 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.operation_result.zk_rollup_update (Determined from data, 8-bit tag) ************************************************************************************************ - + Applied (tag 0) =============== - + +--------------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+====================================+ @@ -87234,11 +87234,11 @@ Full description +--------------------------------------------------------------------------+----------------------+------------------------------------+ | paid_storage_size_diff | Determined from data | $Z.t | +--------------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -87248,21 +87248,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=====================================+ @@ -87280,14 +87280,14 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | paid_storage_size_diff | Determined from data | $Z.t | +--------------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + 024-PsD5wVTJ.transaction_destination (22 bytes, 8-bit tag) ********************************************************** - + Implicit (tag 0) ================ - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -87295,11 +87295,11 @@ Full description +---------------------------+----------+------------------------+ | Signature.Public_key_hash | 21 bytes | $public_key_hash | +---------------------------+----------+------------------------+ - - + + Originated (tag 1) ================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -87309,11 +87309,11 @@ Full description +---------------+----------+------------------------+ | padding | 1 byte | padding | +---------------+----------+------------------------+ - - + + Smart_rollup (tag 3) ==================== - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -87323,11 +87323,11 @@ Full description +----------------------+----------+------------------------+ | padding | 1 byte | padding | +----------------------+----------+------------------------+ - - + + Zk_rollup (tag 4) ================= - + +----------------+----------+------------------------+ | Name | Size | Contents | +================+==========+========================+ @@ -87337,14 +87337,14 @@ Full description +----------------+----------+------------------------+ | padding | 1 byte | padding | +----------------+----------+------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.internal_operation_result.event (Determined from data, 8-bit tag) ********************************************************************************************** - + Applied (tag 0) =============== - + +-------------------+----------------------+------------------------+ | Name | Size | Contents | +===================+======================+========================+ @@ -87352,11 +87352,11 @@ Full description +-------------------+----------------------+------------------------+ | consumed_milligas | Determined from data | $N.t | +-------------------+----------------------+------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -87366,21 +87366,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==============================+======================+=====================================+ @@ -87392,14 +87392,14 @@ Full description +------------------------------+----------------------+-------------------------------------+ | consumed_milligas | Determined from data | $N.t | +------------------------------+----------------------+-------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.internal_operation_result.delegation (Determined from data, 8-bit tag) *************************************************************************************************** - + Applied (tag 0) =============== - + +--------------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+====================================+ @@ -87411,11 +87411,11 @@ Full description +--------------------------------------------------------------------------+----------------------+------------------------------------+ | balance_updates | Variable | sequence of $X_58 | +--------------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -87425,21 +87425,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=====================================+ @@ -87455,11 +87455,11 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | balance_updates | Variable | sequence of $X_58 | +--------------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + sapling.transaction.ciphertext ****************************** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -87477,11 +87477,11 @@ Full description +-----------------------+----------+------------------------------------+ | nonce_out | 24 bytes | bytes | +-----------------------+----------+------------------------------------+ - - + + X_83 **** - + +-----------------+----------------------+---------------------------------+ | Name | Size | Contents | +=================+======================+=================================+ @@ -87489,11 +87489,11 @@ Full description +-----------------+----------------------+---------------------------------+ | Unnamed field 1 | Determined from data | $sapling.transaction.ciphertext | +-----------------+----------------------+---------------------------------+ - - + + X_82 **** - + +-----------------------------+----------+------------------------------------+ | Name | Size | Contents | +=============================+==========+====================================+ @@ -87505,14 +87505,14 @@ Full description +-----------------------------+----------+------------------------------------+ | nullifiers | Variable | sequence of bytes | +-----------------------------+----------+------------------------------------+ - - + + X_88 (Determined from data, 8-bit tag) ************************************** - + update (tag 0) ============== - + +---------+----------------------+------------------------+ | Name | Size | Contents | +=========+======================+========================+ @@ -87520,21 +87520,21 @@ Full description +---------+----------------------+------------------------+ | updates | Determined from data | $X_82 | +---------+----------------------+------------------------+ - - + + remove (tag 1) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + copy (tag 2) ============ - + +---------+----------------------+------------------------+ | Name | Size | Contents | +=========+======================+========================+ @@ -87544,11 +87544,11 @@ Full description +---------+----------------------+------------------------+ | updates | Determined from data | $X_82 | +---------+----------------------+------------------------+ - - + + alloc (tag 3) ============= - + +-----------+----------------------+------------------------------------+ | Name | Size | Contents | +===========+======================+====================================+ @@ -87558,11 +87558,11 @@ Full description +-----------+----------------------+------------------------------------+ | memo_size | 2 bytes | unsigned 16-bit big-endian integer | +-----------+----------------------+------------------------------------+ - - + + X_89 **** - + +-----------------------------+----------------------+-------------------------------------------------+ | Name | Size | Contents | +=============================+======================+=================================================+ @@ -87574,14 +87574,14 @@ Full description +-----------------------------+----------------------+-------------------------------------------------+ | value | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +-----------------------------+----------------------+-------------------------------------------------+ - - + + X_100 (Determined from data, 8-bit tag) *************************************** - + update (tag 0) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -87591,21 +87591,21 @@ Full description +-----------------------+----------+------------------------------------+ | updates | Variable | sequence of $X_89 | +-----------------------+----------+------------------------------------+ - - + + remove (tag 1) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + copy (tag 2) ============ - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -87617,11 +87617,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | updates | Variable | sequence of $X_89 | +-----------------------+----------------------+------------------------------------+ - - + + alloc (tag 3) ============= - + +-----------------------+----------------------+-------------------------------------------------+ | Name | Size | Contents | +=======================+======================+=================================================+ @@ -87635,14 +87635,14 @@ Full description +-----------------------+----------------------+-------------------------------------------------+ | value_type | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +-----------------------+----------------------+-------------------------------------------------+ - - + + X_101 (Determined from data, 8-bit tag) *************************************** - + big_map (tag 0) =============== - + +------+----------------------+------------------------+ | Name | Size | Contents | +======+======================+========================+ @@ -87652,11 +87652,11 @@ Full description +------+----------------------+------------------------+ | diff | Determined from data | $X_100 | +------+----------------------+------------------------+ - - + + sapling_state (tag 1) ===================== - + +------+----------------------+------------------------+ | Name | Size | Contents | +======+======================+========================+ @@ -87666,11 +87666,11 @@ Full description +------+----------------------+------------------------+ | diff | Determined from data | $X_88 | +------+----------------------+------------------------+ - - + + 024-PsD5wVTJ.lazy_storage_diff ****************************** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -87678,14 +87678,14 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_101 | +-----------------------+----------+------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.internal_operation_result.origination (Determined from data, 8-bit tag) **************************************************************************************************** - + Applied (tag 0) =============== - + +--------------------------------------------------------------------------+----------------------+--------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+==================================================+ @@ -87709,11 +87709,11 @@ Full description +--------------------------------------------------------------------------+----------------------+--------------------------------------------------+ | lazy_storage_diff | Determined from data | $024-PsD5wVTJ.lazy_storage_diff | +--------------------------------------------------------------------------+----------------------+--------------------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -87723,21 +87723,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +--------------------------------------------------------------------------+----------------------+--------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+==================================================+ @@ -87765,11 +87765,11 @@ Full description +--------------------------------------------------------------------------+----------------------+--------------------------------------------------+ | lazy_storage_diff | Determined from data | $024-PsD5wVTJ.lazy_storage_diff | +--------------------------------------------------------------------------+----------------------+--------------------------------------------------+ - - + + X_128 ***** - + +--------------+----------------------+-------------------------------------------------+ | Name | Size | Contents | +==============+======================+=================================================+ @@ -87779,11 +87779,11 @@ Full description +--------------+----------------------+-------------------------------------------------+ | content | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +--------------+----------------------+-------------------------------------------------+ - - + + X_131 ***** - + +---------+----------------------+---------------------------------------+ | Name | Size | Contents | +=========+======================+=======================================+ @@ -87791,11 +87791,11 @@ Full description +---------+----------------------+---------------------------------------+ | amount | Determined from data | $Z.t | +---------+----------------------+---------------------------------------+ - - + + X_127 ***** - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -87805,11 +87805,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | updates | Variable | sequence of $X_131 | +-----------------------+----------------------+------------------------------------+ - - + + X_161 ***** - + +---------+----------------------+---------------------------------------+ | Name | Size | Contents | +=========+======================+=======================================+ @@ -87817,14 +87817,14 @@ Full description +---------+----------------------+---------------------------------------+ | index | Determined from data | $Z.t | +---------+----------------------+---------------------------------------+ - - + + X_162 (Determined from data, 8-bit tag) *************************************** - + To_contract (tag 0) =================== - + +--------------------------------------------------------------------------+----------------------+--------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+==================================================+ @@ -87862,11 +87862,11 @@ Full description +--------------------------------------------------------------------------+----------------------+--------------------------------------------------+ | address_registry_diff | Variable | sequence of $X_161 | +--------------------------------------------------------------------------+----------------------+--------------------------------------------------+ - - + + To_smart_rollup (tag 2) ======================= - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -87878,14 +87878,14 @@ Full description +-----------------------+----------------------+------------------------------------+ | ticket_receipt | Variable | sequence of $X_127 | +-----------------------+----------------------+------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.internal_operation_result.transaction (Determined from data, 8-bit tag) **************************************************************************************************** - + Applied (tag 0) =============== - + +-----------------+----------------------+------------------------+ | Name | Size | Contents | +=================+======================+========================+ @@ -87893,11 +87893,11 @@ Full description +-----------------+----------------------+------------------------+ | Unnamed field 0 | Determined from data | $X_162 | +-----------------+----------------------+------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -87907,21 +87907,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==============================+======================+=====================================+ @@ -87933,14 +87933,14 @@ Full description +------------------------------+----------------------+-------------------------------------+ | Unnamed field 0 | Determined from data | $X_162 | +------------------------------+----------------------+-------------------------------------+ - - + + 024-PsD5wVTJ.apply_internal_results.alpha.operation_result (Determined from data, 8-bit tag) ******************************************************************************************** - + transaction (tag 1) =================== - + +----------------------------------+----------------------+---------------------------------------------------------------------+ | Name | Size | Contents | +==================================+======================+=====================================================================+ @@ -87960,11 +87960,11 @@ Full description +----------------------------------+----------------------+---------------------------------------------------------------------+ | result | Determined from data | $024-PsD5wVTJ.operation.alpha.internal_operation_result.transaction | +----------------------------------+----------------------+---------------------------------------------------------------------+ - - + + origination (tag 2) =================== - + +--------------------------------+----------------------+---------------------------------------------------------------------+ | Name | Size | Contents | +================================+======================+=====================================================================+ @@ -87984,11 +87984,11 @@ Full description +--------------------------------+----------------------+---------------------------------------------------------------------+ | result | Determined from data | $024-PsD5wVTJ.operation.alpha.internal_operation_result.origination | +--------------------------------+----------------------+---------------------------------------------------------------------+ - - + + delegation (tag 3) ================== - + +--------------------------------+----------------------+--------------------------------------------------------------------+ | Name | Size | Contents | +================================+======================+====================================================================+ @@ -88004,11 +88004,11 @@ Full description +--------------------------------+----------------------+--------------------------------------------------------------------+ | result | Determined from data | $024-PsD5wVTJ.operation.alpha.internal_operation_result.delegation | +--------------------------------+----------------------+--------------------------------------------------------------------+ - - + + event (tag 4) ============= - + +-------------------------------+----------------------+---------------------------------------------------------------+ | Name | Size | Contents | +===============================+======================+===============================================================+ @@ -88030,11 +88030,11 @@ Full description +-------------------------------+----------------------+---------------------------------------------------------------+ | result | Determined from data | $024-PsD5wVTJ.operation.alpha.internal_operation_result.event | +-------------------------------+----------------------+---------------------------------------------------------------+ - - + + X_57 **** - + +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=========================================================================+ @@ -88048,14 +88048,14 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.operation_result.zk_rollup_publish (Determined from data, 8-bit tag) ************************************************************************************************* - + Applied (tag 0) =============== - + +--------------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+====================================+ @@ -88069,11 +88069,11 @@ Full description +--------------------------------------------------------------------------+----------------------+------------------------------------+ | size | Determined from data | $Z.t | +--------------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -88083,21 +88083,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=====================================+ @@ -88115,11 +88115,11 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | size | Determined from data | $Z.t | +--------------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + X_205 ***** - + +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=========================================================================+ @@ -88133,14 +88133,14 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.operation_result.zk_rollup_origination (Determined from data, 8-bit tag) ***************************************************************************************************** - + Applied (tag 0) =============== - + +--------------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+====================================+ @@ -88156,11 +88156,11 @@ Full description +--------------------------------------------------------------------------+----------------------+------------------------------------+ | size | Determined from data | $Z.t | +--------------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -88170,21 +88170,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=====================================+ @@ -88204,11 +88204,11 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | size | Determined from data | $Z.t | +--------------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + X_350 ***** - + +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=========================================================================+ @@ -88222,14 +88222,14 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + X_498 (54 bytes, 8-bit tag) *************************** - + v0 (tag 0) ========== - + +------------+----------+----------------------------------+ | Name | Size | Contents | +============+==========+==================================+ @@ -88241,14 +88241,14 @@ Full description +------------+----------+----------------------------------+ | commitment | 48 bytes | bytes | +------------+----------+----------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.operation_result.dal_publish_commitment (Determined from data, 8-bit tag) ****************************************************************************************************** - + Applied (tag 0) =============== - + +-------------------+----------------------+------------------------+ | Name | Size | Contents | +===================+======================+========================+ @@ -88258,11 +88258,11 @@ Full description +-------------------+----------------------+------------------------+ | consumed_milligas | Determined from data | $N.t | +-------------------+----------------------+------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -88272,21 +88272,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==============================+======================+=====================================+ @@ -88300,11 +88300,11 @@ Full description +------------------------------+----------------------+-------------------------------------+ | consumed_milligas | Determined from data | $N.t | +------------------------------+----------------------+-------------------------------------+ - - + + X_493 ***** - + +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=========================================================================+ @@ -88318,14 +88318,14 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.operation_result.smart_rollup_recover_bond (Determined from data, 8-bit tag) ********************************************************************************************************* - + Applied (tag 0) =============== - + +--------------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+====================================+ @@ -88337,11 +88337,11 @@ Full description +--------------------------------------------------------------------------+----------------------+------------------------------------+ | consumed_milligas | Determined from data | $N.t | +--------------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -88351,21 +88351,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=====================================+ @@ -88381,11 +88381,11 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | consumed_milligas | Determined from data | $N.t | +--------------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + X_631 ***** - + +--------------------------------------------------------------------------+----------------------+--------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+==========================================================================+ @@ -88399,24 +88399,24 @@ Full description +--------------------------------------------------------------------------+----------------------+--------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+--------------------------------------------------------------------------+ - - + + X_787 (Determined from data, 8-bit tag) *************************************** - + Public (tag 0) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Private (tag 1) =============== - + +-----------+----------------------+------------------------+ | Name | Size | Contents | +===========+======================+========================+ @@ -88424,14 +88424,14 @@ Full description +-----------+----------------------+------------------------+ | whitelist | Determined from data | $X_28 | +-----------+----------------------+------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.operation_result.smart_rollup_execute_outbox_message (Determined from data, 8-bit tag) ******************************************************************************************************************* - + Applied (tag 0) =============== - + +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=====================================+ @@ -88453,11 +88453,11 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | paid_storage_size_diff | Determined from data | $Z.t | +--------------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -88467,21 +88467,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=====================================+ @@ -88507,11 +88507,11 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | paid_storage_size_diff | Determined from data | $Z.t | +--------------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + X_773 ***** - + +--------------------------------------------------------------------------+----------------------+------------------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+====================================================================================+ @@ -88525,37 +88525,37 @@ Full description +--------------------------------------------------------------------------+----------------------+------------------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+------------------------------------------------------------------------------------+ - - + + X_935 (1 byte, 8-bit tag) ************************* - + Conflict_resolved (tag 0) ========================= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Timeout (tag 1) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + X_936 (Determined from data, 8-bit tag) *************************************** - + Loser (tag 0) ============= - + +--------+----------+------------------------+ | Name | Size | Contents | +========+==========+========================+ @@ -88565,34 +88565,34 @@ Full description +--------+----------+------------------------+ | player | 21 bytes | $public_key_hash | +--------+----------+------------------------+ - - + + Draw (tag 1) ============ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + X_937 (Determined from data, 8-bit tag) *************************************** - + Ongoing (tag 0) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Ended (tag 1) ============= - + +--------+----------------------+------------------------+ | Name | Size | Contents | +========+======================+========================+ @@ -88600,14 +88600,14 @@ Full description +--------+----------------------+------------------------+ | result | Determined from data | $X_936 | +--------+----------------------+------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.operation_result.smart_rollup_timeout (Determined from data, 8-bit tag) **************************************************************************************************** - + Applied (tag 0) =============== - + +--------------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+====================================+ @@ -88621,11 +88621,11 @@ Full description +--------------------------------------------------------------------------+----------------------+------------------------------------+ | balance_updates | Variable | sequence of $X_58 | +--------------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -88635,21 +88635,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=====================================+ @@ -88667,11 +88667,11 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | balance_updates | Variable | sequence of $X_58 | +--------------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + X_930 ***** - + +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=========================================================================+ @@ -88685,14 +88685,14 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.operation_result.smart_rollup_publish (Determined from data, 8-bit tag) **************************************************************************************************** - + Applied (tag 0) =============== - + +--------------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+====================================+ @@ -88708,11 +88708,11 @@ Full description +--------------------------------------------------------------------------+----------------------+------------------------------------+ | balance_updates | Variable | sequence of $X_58 | +--------------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -88722,21 +88722,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=====================================+ @@ -88756,11 +88756,11 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | balance_updates | Variable | sequence of $X_58 | +--------------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + X_1233 ****** - + +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=========================================================================+ @@ -88774,14 +88774,14 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.operation_result.smart_rollup_cement (Determined from data, 8-bit tag) *************************************************************************************************** - + Applied (tag 0) =============== - + +-------------------+----------------------+----------------------------------+ | Name | Size | Contents | +===================+======================+==================================+ @@ -88793,11 +88793,11 @@ Full description +-------------------+----------------------+----------------------------------+ | commitment_hash | 32 bytes | bytes | +-------------------+----------------------+----------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -88807,21 +88807,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==============================+======================+=====================================+ @@ -88837,11 +88837,11 @@ Full description +------------------------------+----------------------+-------------------------------------+ | commitment_hash | 32 bytes | bytes | +------------------------------+----------------------+-------------------------------------+ - - + + X_1375 ****** - + +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=========================================================================+ @@ -88855,11 +88855,11 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + X_1512 ****** - + +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=========================================================================+ @@ -88873,14 +88873,14 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.operation_result.smart_rollup_originate (Determined from data, 8-bit tag) ****************************************************************************************************** - + Applied (tag 0) =============== - + +--------------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+====================================+ @@ -88898,11 +88898,11 @@ Full description +--------------------------------------------------------------------------+----------------------+------------------------------------+ | size | Determined from data | $Z.t | +--------------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -88912,21 +88912,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=====================================+ @@ -88948,11 +88948,11 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | size | Determined from data | $Z.t | +--------------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + X_1650 ****** - + +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=========================================================================+ @@ -88966,14 +88966,14 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.operation_result.transfer_ticket (Determined from data, 8-bit tag) *********************************************************************************************** - + Applied (tag 0) =============== - + +--------------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+====================================+ @@ -88991,11 +88991,11 @@ Full description +--------------------------------------------------------------------------+----------------------+------------------------------------+ | paid_storage_size_diff | Determined from data | $Z.t | +--------------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -89005,21 +89005,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=====================================+ @@ -89041,11 +89041,11 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | paid_storage_size_diff | Determined from data | $Z.t | +--------------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + X_1792 ****** - + +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=========================================================================+ @@ -89059,14 +89059,14 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.operation_result.update_consensus_key (Determined from data, 8-bit tag) **************************************************************************************************** - + Applied (tag 0) =============== - + +-------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +===================+======================+=====================================+ @@ -89076,11 +89076,11 @@ Full description +-------------------+----------------------+-------------------------------------+ | consumed_milligas | Determined from data | $N.t | +-------------------+----------------------+-------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -89090,21 +89090,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==============================+======================+=====================================+ @@ -89118,11 +89118,11 @@ Full description +------------------------------+----------------------+-------------------------------------+ | consumed_milligas | Determined from data | $N.t | +------------------------------+----------------------+-------------------------------------+ - - + + X_1945 ****** - + +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=========================================================================+ @@ -89136,14 +89136,14 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.operation_result.register_global_constant (Determined from data, 8-bit tag) ******************************************************************************************************** - + Applied (tag 0) =============== - + +--------------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+====================================+ @@ -89159,11 +89159,11 @@ Full description +--------------------------------------------------------------------------+----------------------+------------------------------------+ | global_address | 32 bytes | bytes | +--------------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -89173,21 +89173,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=====================================+ @@ -89207,11 +89207,11 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | global_address | 32 bytes | bytes | +--------------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + X_2496 ****** - + +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=========================================================================+ @@ -89225,11 +89225,11 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + X_2638 ****** - + +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=========================================================================+ @@ -89243,11 +89243,11 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + X_2780 ****** - + +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=========================================================================+ @@ -89261,14 +89261,14 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + X_3003 (Determined from data, 8-bit tag) **************************************** - + To_contract (tag 0) =================== - + +--------------------------------------------------------------------------+----------------------+--------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+==================================================+ @@ -89306,11 +89306,11 @@ Full description +--------------------------------------------------------------------------+----------------------+--------------------------------------------------+ | address_registry_diff | Variable | sequence of $X_161 | +--------------------------------------------------------------------------+----------------------+--------------------------------------------------+ - - + + To_smart_rollup (tag 2) ======================= - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -89322,14 +89322,14 @@ Full description +-----------------------+----------------------+------------------------------------+ | ticket_updates | Variable | sequence of $X_127 | +-----------------------+----------------------+------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.operation_result.transaction (Determined from data, 8-bit tag) ******************************************************************************************* - + Applied (tag 0) =============== - + +-----------------+----------------------+------------------------+ | Name | Size | Contents | +=================+======================+========================+ @@ -89337,11 +89337,11 @@ Full description +-----------------+----------------------+------------------------+ | Unnamed field 0 | Determined from data | $X_3003 | +-----------------+----------------------+------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -89351,21 +89351,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==============================+======================+=====================================+ @@ -89377,11 +89377,11 @@ Full description +------------------------------+----------------------+-------------------------------------+ | Unnamed field 0 | Determined from data | $X_3003 | +------------------------------+----------------------+-------------------------------------+ - - + + X_2963 ****** - + +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=========================================================================+ @@ -89395,11 +89395,11 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + X_3315 ****** - + +-------+---------+-------------------------------------------------------------------------+ | Name | Size | Contents | +=======+=========+=========================================================================+ @@ -89407,11 +89407,11 @@ Full description +-------+---------+-------------------------------------------------------------------------+ | stake | 8 bytes | signed 64-bit big-endian integer | +-------+---------+-------------------------------------------------------------------------+ - - + + X_3314 ****** - + +-----------------+----------+------------------+ | Name | Size | Contents | +=================+==========+==================+ @@ -89421,11 +89421,11 @@ Full description +-----------------+----------+------------------+ | consensus_power | 12 bytes | $X_3315 | +-----------------+----------+------------------+ - - + + X_3310 ****** - + +--------------------------------------------------------------------------+----------+------------------------------------+ | Name | Size | Contents | +==========================================================================+==========+====================================+ @@ -89439,11 +89439,11 @@ Full description +--------------------------------------------------------------------------+----------+------------------------------------+ | total_consensus_power | 12 bytes | $X_3315 | +--------------------------------------------------------------------------+----------+------------------------------------+ - - + + 024-PsD5wVTJ.operation_metadata.alpha.balance_updates ***************************************************** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -89451,11 +89451,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_58 | +-----------------------+----------+------------------------------------+ - - + + X_3334 ****** - + +--------------------------------------------------------------------------+----------+------------------------------------+ | Name | Size | Contents | +==========================================================================+==========+====================================+ @@ -89469,11 +89469,11 @@ Full description +--------------------------------------------------------------------------+----------+------------------------------------+ | consensus_key | 21 bytes | $public_key_hash | +--------------------------------------------------------------------------+----------+------------------------------------+ - - + + X_3349 ****** - + +--------------------------------------------------------------------------+----------+-------------------------------------+ | Name | Size | Contents | +==========================================================================+==========+=====================================+ @@ -89483,11 +89483,11 @@ Full description +--------------------------------------------------------------------------+----------+-------------------------------------+ | allocated_destination_contract | 1 byte | boolean (0 for false, 255 for true) | +--------------------------------------------------------------------------+----------+-------------------------------------+ - - + + X_3362 (Enumeration: unsigned 8-bit integer): ********************************************* - + +-------------+----------------+ | Case number | Encoded string | +=============+================+ @@ -89497,11 +89497,11 @@ Full description +-------------+----------------+ | 2 | block | +-------------+----------------+ - - + + X_3361 ****** - + +-------+---------+-------------------------------------------------------------+ | Name | Size | Contents | +=======+=========+=============================================================+ @@ -89511,11 +89511,11 @@ Full description +-------+---------+-------------------------------------------------------------+ | kind | 1 byte | unsigned 8-bit integer encoding an enumeration (see X_3362) | +-------+---------+-------------------------------------------------------------+ - - + + X_3360 ****** - + +-------------------+----------+------------------+ | Name | Size | Contents | +===================+==========+==================+ @@ -89525,14 +89525,14 @@ Full description +-------------------+----------+------------------+ | misbehaviour | 9 bytes | $X_3361 | +-------------------+----------+------------------+ - - + + 024-PsD5wVTJ.operation.alpha.operation_contents_and_result (Determined from data, 8-bit tag) ******************************************************************************************** - + Seed_nonce_revelation (tag 1) ============================= - + +----------+----------------------+--------------------------------------------------------+ | Name | Size | Contents | +==========+======================+========================================================+ @@ -89544,11 +89544,11 @@ Full description +----------+----------------------+--------------------------------------------------------+ | metadata | Determined from data | $024-PsD5wVTJ.operation_metadata.alpha.balance_updates | +----------+----------------------+--------------------------------------------------------+ - - + + Double_consensus_operation_evidence (tag 2) =========================================== - + +-----------------------+----------+-------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================+ @@ -89566,11 +89566,11 @@ Full description +-----------------------+----------+-------------------------------------------+ | metadata | 51 bytes | $X_3360 | +-----------------------+----------+-------------------------------------------+ - - + + Double_baking_evidence (tag 3) ============================== - + +-----------------------+----------+----------------------------------------------+ | Name | Size | Contents | +=======================+==========+==============================================+ @@ -89586,11 +89586,11 @@ Full description +-----------------------+----------+----------------------------------------------+ | metadata | 51 bytes | $X_3360 | +-----------------------+----------+----------------------------------------------+ - - + + Activate_account (tag 4) ======================== - + +----------+----------------------+--------------------------------------------------------+ | Name | Size | Contents | +==========+======================+========================================================+ @@ -89602,11 +89602,11 @@ Full description +----------+----------------------+--------------------------------------------------------+ | metadata | Determined from data | $024-PsD5wVTJ.operation_metadata.alpha.balance_updates | +----------+----------------------+--------------------------------------------------------+ - - + + Proposals (tag 5) ================= - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -89620,11 +89620,11 @@ Full description +-----------------------+----------+------------------------------------+ | proposals | Variable | sequence of at most 20 bytes | +-----------------------+----------+------------------------------------+ - - + + Ballot (tag 6) ============== - + +----------+----------+----------------------------------+ | Name | Size | Contents | +==========+==========+==================================+ @@ -89638,11 +89638,11 @@ Full description +----------+----------+----------------------------------+ | ballot | 1 byte | signed 8-bit integer | +----------+----------+----------------------------------+ - - + + Vdf_revelation (tag 8) ====================== - + +----------+----------------------+--------------------------------------------------------+ | Name | Size | Contents | +==========+======================+========================================================+ @@ -89652,11 +89652,11 @@ Full description +----------+----------------------+--------------------------------------------------------+ | metadata | Determined from data | $024-PsD5wVTJ.operation_metadata.alpha.balance_updates | +----------+----------------------+--------------------------------------------------------+ - - + + Drain_delegate (tag 9) ====================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -89670,11 +89670,11 @@ Full description +---------------+----------------------+------------------------+ | metadata | Determined from data | $X_3349 | +---------------+----------------------+------------------------+ - - + + Preattestation (tag 20) ======================= - + +--------------------+----------------------+------------------------------------+ | Name | Size | Contents | +====================+======================+====================================+ @@ -89690,11 +89690,11 @@ Full description +--------------------+----------------------+------------------------------------+ | metadata | Determined from data | $X_3334 | +--------------------+----------------------+------------------------------------+ - - + + Attestation (tag 21) ==================== - + +--------------------+----------------------+------------------------------------+ | Name | Size | Contents | +====================+======================+====================================+ @@ -89710,11 +89710,11 @@ Full description +--------------------+----------------------+------------------------------------+ | metadata | Determined from data | $X_3334 | +--------------------+----------------------+------------------------------------+ - - + + Attestation_with_dal (tag 23) ============================= - + +--------------------+----------------------+------------------------------------+ | Name | Size | Contents | +====================+======================+====================================+ @@ -89732,11 +89732,11 @@ Full description +--------------------+----------------------+------------------------------------+ | metadata | Determined from data | $X_3334 | +--------------------+----------------------+------------------------------------+ - - + + Dal_entrapment_evidence (tag 24) ================================ - + +-----------------------+----------------------+--------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+========================================================+ @@ -89754,11 +89754,11 @@ Full description +-----------------------+----------------------+--------------------------------------------------------+ | metadata | Determined from data | $024-PsD5wVTJ.operation_metadata.alpha.balance_updates | +-----------------------+----------------------+--------------------------------------------------------+ - - + + Preattestations_aggregate (tag 30) ================================== - + +-----------------------+----------------------+------------------------------------------------+ | Name | Size | Contents | +=======================+======================+================================================+ @@ -89772,11 +89772,11 @@ Full description +-----------------------+----------------------+------------------------------------------------+ | metadata | Determined from data | $X_3310 | +-----------------------+----------------------+------------------------------------------------+ - - + + Attestations_aggregate (tag 31) =============================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -89790,11 +89790,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | metadata | Determined from data | $X_3310 | +-----------------------+----------------------+------------------------------------+ - - + + Reveal (tag 107) ================ - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -89818,11 +89818,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | metadata | Determined from data | $X_1512 | +-----------------------------+----------------------+-------------------------------------+ - - + + Transaction (tag 108) ===================== - + +----------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==================================+======================+=====================================+ @@ -89848,11 +89848,11 @@ Full description +----------------------------------+----------------------+-------------------------------------+ | metadata | Determined from data | $X_2963 | +----------------------------------+----------------------+-------------------------------------+ - - + + Origination (tag 109) ===================== - + +--------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +================================+======================+=====================================+ @@ -89878,11 +89878,11 @@ Full description +--------------------------------+----------------------+-------------------------------------+ | metadata | Determined from data | $X_2780 | +--------------------------------+----------------------+-------------------------------------+ - - + + Delegation (tag 110) ==================== - + +--------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +================================+======================+=====================================+ @@ -89904,11 +89904,11 @@ Full description +--------------------------------+----------------------+-------------------------------------+ | metadata | Determined from data | $X_2638 | +--------------------------------+----------------------+-------------------------------------+ - - + + Register_global_constant (tag 111) ================================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -89930,11 +89930,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | metadata | Determined from data | $X_2496 | +-----------------------+----------------------+------------------------------------+ - - + + Set_deposits_limit (tag 112) ============================ - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -89956,11 +89956,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | metadata | Determined from data | $X_1512 | +-----------------------------+----------------------+-------------------------------------+ - - + + Increase_paid_storage (tag 113) =============================== - + +---------------+----------------------+--------------------------------------+ | Name | Size | Contents | +===============+======================+======================================+ @@ -89982,11 +89982,11 @@ Full description +---------------+----------------------+--------------------------------------+ | metadata | Determined from data | $X_631 | +---------------+----------------------+--------------------------------------+ - - + + Update_consensus_key (tag 114) ============================== - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -90010,11 +90010,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | metadata | Determined from data | $X_1945 | +-----------------------------+----------------------+-------------------------------------+ - - + + Update_companion_key (tag 115) ============================== - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -90038,11 +90038,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | metadata | Determined from data | $X_1945 | +-----------------------------+----------------------+-------------------------------------+ - - + + Transfer_ticket (tag 158) ========================= - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -90078,11 +90078,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | metadata | Determined from data | $X_1792 | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_originate (tag 200) ================================ - + +---------------------------------+----------------------+-----------------------------------------------------------+ | Name | Size | Contents | +=================================+======================+===========================================================+ @@ -90114,11 +90114,11 @@ Full description +---------------------------------+----------------------+-----------------------------------------------------------+ | metadata | Determined from data | $X_1650 | +---------------------------------+----------------------+-----------------------------------------------------------+ - - + + Smart_rollup_add_messages (tag 201) =================================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -90140,11 +90140,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | metadata | Determined from data | $X_1512 | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_cement (tag 202) ============================= - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -90164,11 +90164,11 @@ Full description +---------------+----------------------+------------------------+ | metadata | Determined from data | $X_1375 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_publish (tag 203) ============================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -90190,11 +90190,11 @@ Full description +---------------+----------------------+------------------------+ | metadata | Determined from data | $X_1233 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_refute (tag 204) ============================= - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -90218,11 +90218,11 @@ Full description +---------------+----------------------+------------------------+ | metadata | Determined from data | $X_930 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_timeout (tag 205) ============================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -90244,11 +90244,11 @@ Full description +---------------+----------------------+------------------------+ | metadata | Determined from data | $X_930 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_execute_outbox_message (tag 206) ============================================= - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -90274,11 +90274,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | metadata | Determined from data | $X_773 | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_recover_bond (tag 207) =================================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -90300,11 +90300,11 @@ Full description +---------------+----------------------+------------------------+ | metadata | Determined from data | $X_631 | +---------------+----------------------+------------------------+ - - + + Dal_publish_commitment (tag 230) ================================ - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -90324,11 +90324,11 @@ Full description +---------------+----------------------+------------------------+ | metadata | Determined from data | $X_493 | +---------------+----------------------+------------------------+ - - + + Zk_rollup_origination (tag 250) =============================== - + +-----------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+=========================================================================+ @@ -90360,11 +90360,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------+ | metadata | Determined from data | $X_350 | +-----------------------+----------------------+-------------------------------------------------------------------------+ - - + + Zk_rollup_publish (tag 251) =========================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -90388,11 +90388,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | metadata | Determined from data | $X_205 | +-----------------------+----------------------+------------------------------------+ - - + + Zk_rollup_update (tag 252) ========================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -90414,14 +90414,14 @@ Full description +---------------+----------------------+------------------------+ | metadata | Determined from data | $X_57 | +---------------+----------------------+------------------------+ - - + + X_3375 (Variable, 8-bit tag) **************************** - + Operation_with_metadata (tag 0) =============================== - + +-----------------------+----------+-------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+=========================================================================+ @@ -90433,11 +90433,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------+ | signature | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------+ - - + + Operation_without_metadata (tag 1) ================================== - + +-----------------------+----------+----------------------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================================+ @@ -90449,10 +90449,10 @@ Full description +-----------------------+----------+----------------------------------------------------+ | signature | Variable | bytes | +-----------------------+----------+----------------------------------------------------+ - +
- + .. _POST_..--block_id--helpers--scripts--run_script_view : @@ -90460,7 +90460,7 @@ Full description **POST ..//helpers/scripts/run_script_view** .. raw:: html - +
@@ -90754,14 +90754,14 @@ Full description +---------------------------------------+----------------------+-------------------------------------------------+ | extra_big_maps | Determined from data | $X_5 | +---------------------------------------+----------------------+-------------------------------------------------+ - - + + 024-PsD5wVTJ.contract_id.originated (22 bytes, 8-bit tag) ********************************************************* - + Originated (tag 1) ================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -90771,11 +90771,11 @@ Full description +---------------+----------+------------------------+ | padding | 1 byte | padding | +---------------+----------+------------------------+ - - + + 024-PsD5wVTJ.michelson.v1.primitives (Enumeration: unsigned 8-bit integer): *************************************************************************** - + +-------------+--------------------------------+ | Case number | Encoded string | +=============+================================+ @@ -91101,26 +91101,26 @@ Full description +-------------+--------------------------------+ | 160 | GET_ADDRESS_INDEX | +-------------+--------------------------------+ - - + + Z.t *** - + A variable-length sequence of bytes encoding a Zarith integer. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). The second most significant bit of the first byte is reserved for the sign (0 for positive, 1 for negative). Size and sign bits ignored, the data is the binary representation of the absolute value of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | Z.t | Determined from data | bytes | +------+----------------------+----------+ - - + + micheline.024-PsD5wVTJ.michelson_v1.expression (Determined from data, 8-bit tag) ******************************************************************************** - + Int (tag 0) =========== - + +------+----------------------+------------------------+ | Name | Size | Contents | +======+======================+========================+ @@ -91128,11 +91128,11 @@ Full description +------+----------------------+------------------------+ | int | Determined from data | $Z.t | +------+----------------------+------------------------+ - - + + String (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -91142,11 +91142,11 @@ Full description +-----------------------+----------+------------------------------------+ | string | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + Sequence (tag 2) ================ - + +-----------------------+----------+-------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+=============================================================+ @@ -91156,11 +91156,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------+ | Unnamed field 0 | Variable | sequence of $micheline.024-PsD5wVTJ.michelson_v1.expression | +-----------------------+----------+-------------------------------------------------------------+ - - + + Prim__no_args__no_annots (tag 3) ================================ - + +------+--------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+========+===========================================================================================+ @@ -91168,11 +91168,11 @@ Full description +------+--------+-------------------------------------------------------------------------------------------+ | prim | 1 byte | unsigned 8-bit integer encoding an enumeration (see 024-PsD5wVTJ.michelson.v1.primitives) | +------+--------+-------------------------------------------------------------------------------------------+ - - + + Prim__no_args__some_annots (tag 4) ================================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -91184,11 +91184,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__no_annots (tag 5) ============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -91198,11 +91198,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__some_annots (tag 6) ================================ - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -91216,11 +91216,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__no_annots (tag 7) =============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -91232,11 +91232,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg2 | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__some_annots (tag 8) ================================= - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -91252,11 +91252,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__generic (tag 9) ===================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -91272,11 +91272,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Bytes (tag 10) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -91286,14 +91286,14 @@ Full description +-----------------------+----------+------------------------------------+ | bytes | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + public_key_hash (21 bytes, 8-bit tag) ************************************* - + Ed25519 (tag 0) =============== - + +-------------------------+----------+------------------------+ | Name | Size | Contents | +=========================+==========+========================+ @@ -91301,11 +91301,11 @@ Full description +-------------------------+----------+------------------------+ | Ed25519.Public_key_hash | 20 bytes | bytes | +-------------------------+----------+------------------------+ - - + + Secp256k1 (tag 1) ================= - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -91313,11 +91313,11 @@ Full description +---------------------------+----------+------------------------+ | Secp256k1.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + P256 (tag 2) ============ - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -91325,11 +91325,11 @@ Full description +----------------------+----------+------------------------+ | P256.Public_key_hash | 20 bytes | bytes | +----------------------+----------+------------------------+ - - + + Bls (tag 3) =========== - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -91337,14 +91337,14 @@ Full description +---------------------------+----------+------------------------+ | Bls12_381.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + 024-PsD5wVTJ.contract_id (22 bytes, 8-bit tag) ********************************************** - + Implicit (tag 0) ================ - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -91352,11 +91352,11 @@ Full description +---------------------------+----------+------------------------+ | Signature.Public_key_hash | 21 bytes | $public_key_hash | +---------------------------+----------+------------------------+ - - + + Originated (tag 1) ================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -91366,14 +91366,14 @@ Full description +---------------+----------+------------------------+ | padding | 1 byte | padding | +---------------+----------+------------------------+ - - + + 024-PsD5wVTJ.contract_id.implicit (22 bytes, 8-bit tag) ******************************************************* - + Implicit (tag 0) ================ - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -91381,56 +91381,56 @@ Full description +---------------------------+----------+------------------------+ | Signature.Public_key_hash | 21 bytes | $public_key_hash | +---------------------------+----------+------------------------+ - - + + X_1 (1 byte, 8-bit tag) *********************** - + Readable (tag 0) ================ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Optimized (tag 1) ================= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Optimized_legacy (tag 2) ======================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + N.t *** - + A variable-length sequence of bytes encoding a Zarith natural number. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). Size bits ignored, the data is the binary representation of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | N.t | Determined from data | bytes | +------+----------------------+----------+ - - + + X_3 *** - + +---------+----------------------+-------------------------------------------------+ | Name | Size | Contents | +=========+======================+=================================================+ @@ -91438,11 +91438,11 @@ Full description +---------+----------------------+-------------------------------------------------+ | type | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +---------+----------------------+-------------------------------------------------+ - - + + X_2 *** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -91450,11 +91450,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_3 | +-----------------------+----------+------------------------------------+ - - + + X_6 *** - + +-------------+----------------------+-------------------------------------------------+ | Name | Size | Contents | +=============+======================+=================================================+ @@ -91466,11 +91466,11 @@ Full description +-------------+----------------------+-------------------------------------------------+ | map_literal | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +-------------+----------------------+-------------------------------------------------+ - - + + X_5 *** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -91478,7 +91478,7 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_6 | +-----------------------+----------+------------------------------------+ - +
@@ -91678,11 +91678,11 @@ Full description +======+======================+=================================================+ | data | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------+ - - + + 024-PsD5wVTJ.michelson.v1.primitives (Enumeration: unsigned 8-bit integer): *************************************************************************** - + +-------------+--------------------------------+ | Case number | Encoded string | +=============+================================+ @@ -92008,26 +92008,26 @@ Full description +-------------+--------------------------------+ | 160 | GET_ADDRESS_INDEX | +-------------+--------------------------------+ - - + + Z.t *** - + A variable-length sequence of bytes encoding a Zarith integer. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). The second most significant bit of the first byte is reserved for the sign (0 for positive, 1 for negative). Size and sign bits ignored, the data is the binary representation of the absolute value of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | Z.t | Determined from data | bytes | +------+----------------------+----------+ - - + + micheline.024-PsD5wVTJ.michelson_v1.expression (Determined from data, 8-bit tag) ******************************************************************************** - + Int (tag 0) =========== - + +------+----------------------+------------------------+ | Name | Size | Contents | +======+======================+========================+ @@ -92035,11 +92035,11 @@ Full description +------+----------------------+------------------------+ | int | Determined from data | $Z.t | +------+----------------------+------------------------+ - - + + String (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -92049,11 +92049,11 @@ Full description +-----------------------+----------+------------------------------------+ | string | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + Sequence (tag 2) ================ - + +-----------------------+----------+-------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+=============================================================+ @@ -92063,11 +92063,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------+ | Unnamed field 0 | Variable | sequence of $micheline.024-PsD5wVTJ.michelson_v1.expression | +-----------------------+----------+-------------------------------------------------------------+ - - + + Prim__no_args__no_annots (tag 3) ================================ - + +------+--------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+========+===========================================================================================+ @@ -92075,11 +92075,11 @@ Full description +------+--------+-------------------------------------------------------------------------------------------+ | prim | 1 byte | unsigned 8-bit integer encoding an enumeration (see 024-PsD5wVTJ.michelson.v1.primitives) | +------+--------+-------------------------------------------------------------------------------------------+ - - + + Prim__no_args__some_annots (tag 4) ================================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -92091,11 +92091,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__no_annots (tag 5) ============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -92105,11 +92105,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__some_annots (tag 6) ================================ - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -92123,11 +92123,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__no_annots (tag 7) =============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -92139,11 +92139,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg2 | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__some_annots (tag 8) ================================= - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -92159,11 +92159,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__generic (tag 9) ===================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -92179,11 +92179,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Bytes (tag 10) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -92193,10 +92193,10 @@ Full description +-----------------------+----------+------------------------------------+ | bytes | Variable | bytes | +-----------------------+----------+------------------------------------+ - +
- + .. _POST_..--block_id--helpers--scripts--run_view : @@ -92204,7 +92204,7 @@ Full description **POST ..//helpers/scripts/run_view** .. raw:: html - +
@@ -92495,14 +92495,14 @@ Full description +---------------------------------------+----------------------+-------------------------------------------------+ | extra_big_maps | Determined from data | $X_5 | +---------------------------------------+----------------------+-------------------------------------------------+ - - + + 024-PsD5wVTJ.contract_id.originated (22 bytes, 8-bit tag) ********************************************************* - + Originated (tag 1) ================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -92512,11 +92512,11 @@ Full description +---------------+----------+------------------------+ | padding | 1 byte | padding | +---------------+----------+------------------------+ - - + + 024-PsD5wVTJ.michelson.v1.primitives (Enumeration: unsigned 8-bit integer): *************************************************************************** - + +-------------+--------------------------------+ | Case number | Encoded string | +=============+================================+ @@ -92842,26 +92842,26 @@ Full description +-------------+--------------------------------+ | 160 | GET_ADDRESS_INDEX | +-------------+--------------------------------+ - - + + Z.t *** - + A variable-length sequence of bytes encoding a Zarith integer. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). The second most significant bit of the first byte is reserved for the sign (0 for positive, 1 for negative). Size and sign bits ignored, the data is the binary representation of the absolute value of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | Z.t | Determined from data | bytes | +------+----------------------+----------+ - - + + micheline.024-PsD5wVTJ.michelson_v1.expression (Determined from data, 8-bit tag) ******************************************************************************** - + Int (tag 0) =========== - + +------+----------------------+------------------------+ | Name | Size | Contents | +======+======================+========================+ @@ -92869,11 +92869,11 @@ Full description +------+----------------------+------------------------+ | int | Determined from data | $Z.t | +------+----------------------+------------------------+ - - + + String (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -92883,11 +92883,11 @@ Full description +-----------------------+----------+------------------------------------+ | string | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + Sequence (tag 2) ================ - + +-----------------------+----------+-------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+=============================================================+ @@ -92897,11 +92897,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------+ | Unnamed field 0 | Variable | sequence of $micheline.024-PsD5wVTJ.michelson_v1.expression | +-----------------------+----------+-------------------------------------------------------------+ - - + + Prim__no_args__no_annots (tag 3) ================================ - + +------+--------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+========+===========================================================================================+ @@ -92909,11 +92909,11 @@ Full description +------+--------+-------------------------------------------------------------------------------------------+ | prim | 1 byte | unsigned 8-bit integer encoding an enumeration (see 024-PsD5wVTJ.michelson.v1.primitives) | +------+--------+-------------------------------------------------------------------------------------------+ - - + + Prim__no_args__some_annots (tag 4) ================================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -92925,11 +92925,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__no_annots (tag 5) ============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -92939,11 +92939,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__some_annots (tag 6) ================================ - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -92957,11 +92957,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__no_annots (tag 7) =============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -92973,11 +92973,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg2 | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__some_annots (tag 8) ================================= - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -92993,11 +92993,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__generic (tag 9) ===================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -93013,11 +93013,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Bytes (tag 10) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -93027,14 +93027,14 @@ Full description +-----------------------+----------+------------------------------------+ | bytes | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + public_key_hash (21 bytes, 8-bit tag) ************************************* - + Ed25519 (tag 0) =============== - + +-------------------------+----------+------------------------+ | Name | Size | Contents | +=========================+==========+========================+ @@ -93042,11 +93042,11 @@ Full description +-------------------------+----------+------------------------+ | Ed25519.Public_key_hash | 20 bytes | bytes | +-------------------------+----------+------------------------+ - - + + Secp256k1 (tag 1) ================= - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -93054,11 +93054,11 @@ Full description +---------------------------+----------+------------------------+ | Secp256k1.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + P256 (tag 2) ============ - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -93066,11 +93066,11 @@ Full description +----------------------+----------+------------------------+ | P256.Public_key_hash | 20 bytes | bytes | +----------------------+----------+------------------------+ - - + + Bls (tag 3) =========== - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -93078,14 +93078,14 @@ Full description +---------------------------+----------+------------------------+ | Bls12_381.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + 024-PsD5wVTJ.contract_id (22 bytes, 8-bit tag) ********************************************** - + Implicit (tag 0) ================ - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -93093,11 +93093,11 @@ Full description +---------------------------+----------+------------------------+ | Signature.Public_key_hash | 21 bytes | $public_key_hash | +---------------------------+----------+------------------------+ - - + + Originated (tag 1) ================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -93107,14 +93107,14 @@ Full description +---------------+----------+------------------------+ | padding | 1 byte | padding | +---------------+----------+------------------------+ - - + + 024-PsD5wVTJ.contract_id.implicit (22 bytes, 8-bit tag) ******************************************************* - + Implicit (tag 0) ================ - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -93122,56 +93122,56 @@ Full description +---------------------------+----------+------------------------+ | Signature.Public_key_hash | 21 bytes | $public_key_hash | +---------------------------+----------+------------------------+ - - + + X_1 (1 byte, 8-bit tag) *********************** - + Readable (tag 0) ================ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Optimized (tag 1) ================= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Optimized_legacy (tag 2) ======================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + N.t *** - + A variable-length sequence of bytes encoding a Zarith natural number. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). Size bits ignored, the data is the binary representation of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | N.t | Determined from data | bytes | +------+----------------------+----------+ - - + + X_3 *** - + +---------+----------------------+-------------------------------------------------+ | Name | Size | Contents | +=========+======================+=================================================+ @@ -93179,11 +93179,11 @@ Full description +---------+----------------------+-------------------------------------------------+ | type | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +---------+----------------------+-------------------------------------------------+ - - + + X_2 *** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -93191,11 +93191,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_3 | +-----------------------+----------+------------------------------------+ - - + + X_6 *** - + +-------------+----------------------+-------------------------------------------------+ | Name | Size | Contents | +=============+======================+=================================================+ @@ -93207,11 +93207,11 @@ Full description +-------------+----------------------+-------------------------------------------------+ | map_literal | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +-------------+----------------------+-------------------------------------------------+ - - + + X_5 *** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -93219,7 +93219,7 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_6 | +-----------------------+----------+------------------------------------+ - +
@@ -93419,11 +93419,11 @@ Full description +======+======================+=================================================+ | data | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------+ - - + + 024-PsD5wVTJ.michelson.v1.primitives (Enumeration: unsigned 8-bit integer): *************************************************************************** - + +-------------+--------------------------------+ | Case number | Encoded string | +=============+================================+ @@ -93749,26 +93749,26 @@ Full description +-------------+--------------------------------+ | 160 | GET_ADDRESS_INDEX | +-------------+--------------------------------+ - - + + Z.t *** - + A variable-length sequence of bytes encoding a Zarith integer. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). The second most significant bit of the first byte is reserved for the sign (0 for positive, 1 for negative). Size and sign bits ignored, the data is the binary representation of the absolute value of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | Z.t | Determined from data | bytes | +------+----------------------+----------+ - - + + micheline.024-PsD5wVTJ.michelson_v1.expression (Determined from data, 8-bit tag) ******************************************************************************** - + Int (tag 0) =========== - + +------+----------------------+------------------------+ | Name | Size | Contents | +======+======================+========================+ @@ -93776,11 +93776,11 @@ Full description +------+----------------------+------------------------+ | int | Determined from data | $Z.t | +------+----------------------+------------------------+ - - + + String (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -93790,11 +93790,11 @@ Full description +-----------------------+----------+------------------------------------+ | string | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + Sequence (tag 2) ================ - + +-----------------------+----------+-------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+=============================================================+ @@ -93804,11 +93804,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------+ | Unnamed field 0 | Variable | sequence of $micheline.024-PsD5wVTJ.michelson_v1.expression | +-----------------------+----------+-------------------------------------------------------------+ - - + + Prim__no_args__no_annots (tag 3) ================================ - + +------+--------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+========+===========================================================================================+ @@ -93816,11 +93816,11 @@ Full description +------+--------+-------------------------------------------------------------------------------------------+ | prim | 1 byte | unsigned 8-bit integer encoding an enumeration (see 024-PsD5wVTJ.michelson.v1.primitives) | +------+--------+-------------------------------------------------------------------------------------------+ - - + + Prim__no_args__some_annots (tag 4) ================================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -93832,11 +93832,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__no_annots (tag 5) ============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -93846,11 +93846,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__some_annots (tag 6) ================================ - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -93864,11 +93864,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__no_annots (tag 7) =============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -93880,11 +93880,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg2 | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__some_annots (tag 8) ================================= - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -93900,11 +93900,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__generic (tag 9) ===================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -93920,11 +93920,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Bytes (tag 10) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -93934,10 +93934,10 @@ Full description +-----------------------+----------+------------------------------------+ | bytes | Variable | bytes | +-----------------------+----------+------------------------------------+ - +
- + .. _POST_..--block_id--helpers--scripts--script_size : @@ -93945,7 +93945,7 @@ Full description **POST ..//helpers/scripts/script_size** .. raw:: html - +
@@ -94163,11 +94163,11 @@ Full description +---------------------------+----------------------+-------------------------------------------------+ | legacy | 1 byte | boolean (0 for false, 255 for true) | +---------------------------+----------------------+-------------------------------------------------+ - - + + 024-PsD5wVTJ.michelson.v1.primitives (Enumeration: unsigned 8-bit integer): *************************************************************************** - + +-------------+--------------------------------+ | Case number | Encoded string | +=============+================================+ @@ -94493,26 +94493,26 @@ Full description +-------------+--------------------------------+ | 160 | GET_ADDRESS_INDEX | +-------------+--------------------------------+ - - + + Z.t *** - + A variable-length sequence of bytes encoding a Zarith integer. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). The second most significant bit of the first byte is reserved for the sign (0 for positive, 1 for negative). Size and sign bits ignored, the data is the binary representation of the absolute value of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | Z.t | Determined from data | bytes | +------+----------------------+----------+ - - + + micheline.024-PsD5wVTJ.michelson_v1.expression (Determined from data, 8-bit tag) ******************************************************************************** - + Int (tag 0) =========== - + +------+----------------------+------------------------+ | Name | Size | Contents | +======+======================+========================+ @@ -94520,11 +94520,11 @@ Full description +------+----------------------+------------------------+ | int | Determined from data | $Z.t | +------+----------------------+------------------------+ - - + + String (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -94534,11 +94534,11 @@ Full description +-----------------------+----------+------------------------------------+ | string | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + Sequence (tag 2) ================ - + +-----------------------+----------+-------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+=============================================================+ @@ -94548,11 +94548,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------+ | Unnamed field 0 | Variable | sequence of $micheline.024-PsD5wVTJ.michelson_v1.expression | +-----------------------+----------+-------------------------------------------------------------+ - - + + Prim__no_args__no_annots (tag 3) ================================ - + +------+--------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+========+===========================================================================================+ @@ -94560,11 +94560,11 @@ Full description +------+--------+-------------------------------------------------------------------------------------------+ | prim | 1 byte | unsigned 8-bit integer encoding an enumeration (see 024-PsD5wVTJ.michelson.v1.primitives) | +------+--------+-------------------------------------------------------------------------------------------+ - - + + Prim__no_args__some_annots (tag 4) ================================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -94576,11 +94576,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__no_annots (tag 5) ============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -94590,11 +94590,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__some_annots (tag 6) ================================ - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -94608,11 +94608,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__no_annots (tag 7) =============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -94624,11 +94624,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg2 | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__some_annots (tag 8) ================================= - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -94644,11 +94644,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__generic (tag 9) ===================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -94664,11 +94664,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Bytes (tag 10) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -94678,7 +94678,7 @@ Full description +-----------------------+----------+------------------------------------+ | bytes | Variable | bytes | +-----------------------+----------+------------------------------------+ - +
@@ -94692,11 +94692,11 @@ Full description +=============+=========+=========================================================================+ | script_size | 4 bytes | signed 31-bit big-endian integer in the range -1073741824 to 1073741823 | +-------------+---------+-------------------------------------------------------------------------+ - - + +
- + .. _POST_..--block_id--helpers--scripts--simulate_operation : @@ -94704,7 +94704,7 @@ Full description **POST ..//helpers/scripts/simulate_operation?[version=]&[successor_level]** .. raw:: html - +
@@ -95461,14 +95461,14 @@ Full description +------------------------------------------------+----------+-------------------------------------+ | latency | 2 bytes | signed 16-bit big-endian integer | +------------------------------------------------+----------+-------------------------------------+ - - + + bls_signature_prefix (33 bytes, 8-bit tag) ****************************************** - + Bls_prefix (tag 3) ================== - + +-----------------+----------+------------------------+ | Name | Size | Contents | +=================+==========+========================+ @@ -95476,14 +95476,14 @@ Full description +-----------------+----------+------------------------+ | Unnamed field 0 | 32 bytes | bytes | +-----------------+----------+------------------------+ - - + + public_key_hash (21 bytes, 8-bit tag) ************************************* - + Ed25519 (tag 0) =============== - + +-------------------------+----------+------------------------+ | Name | Size | Contents | +=========================+==========+========================+ @@ -95491,11 +95491,11 @@ Full description +-------------------------+----------+------------------------+ | Ed25519.Public_key_hash | 20 bytes | bytes | +-------------------------+----------+------------------------+ - - + + Secp256k1 (tag 1) ================= - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -95503,11 +95503,11 @@ Full description +---------------------------+----------+------------------------+ | Secp256k1.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + P256 (tag 2) ============ - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -95515,11 +95515,11 @@ Full description +----------------------+----------+------------------------+ | P256.Public_key_hash | 20 bytes | bytes | +----------------------+----------+------------------------+ - - + + Bls (tag 3) =========== - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -95527,23 +95527,23 @@ Full description +---------------------------+----------+------------------------+ | Bls12_381.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + N.t *** - + A variable-length sequence of bytes encoding a Zarith natural number. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). Size bits ignored, the data is the binary representation of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | N.t | Determined from data | bytes | +------+----------------------+----------+ - - + + X_3 *** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -95551,11 +95551,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + X_4 *** - + +-----------------------+----------+-------------------------------------+ | Name | Size | Contents | +=======================+==========+=====================================+ @@ -95567,11 +95567,11 @@ Full description +-----------------------+----------+-------------------------------------+ | exit_validity | 1 byte | boolean (0 for false, 255 for true) | +-----------------------+----------+-------------------------------------+ - - + + X_2 *** - + +-----------------+----------------------+----------+ | Name | Size | Contents | +=================+======================+==========+ @@ -95579,11 +95579,11 @@ Full description +-----------------+----------------------+----------+ | Unnamed field 1 | Determined from data | $X_4 | +-----------------+----------------------+----------+ - - + + X_7 *** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -95593,11 +95593,11 @@ Full description +-----------------------+----------+------------------------------------+ | fee | 32 bytes | bytes | +-----------------------+----------+------------------------------------+ - - + + X_5 *** - + +-----------------+----------------------+----------+ | Name | Size | Contents | +=================+======================+==========+ @@ -95605,11 +95605,11 @@ Full description +-----------------+----------------------+----------+ | Unnamed field 1 | Determined from data | $X_7 | +-----------------+----------------------+----------+ - - + + X_8 *** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -95617,11 +95617,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of bytes | +-----------------------+----------+------------------------------------+ - - + + X_1 *** - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -95639,23 +95639,23 @@ Full description +-----------------------+----------------------+------------------------------------+ | proof | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + Z.t *** - + A variable-length sequence of bytes encoding a Zarith integer. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). The second most significant bit of the first byte is reserved for the sign (0 for positive, 1 for negative). Size and sign bits ignored, the data is the binary representation of the absolute value of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | Z.t | Determined from data | bytes | +------+----------------------+----------+ - - + + X_11 **** - + +--------+----------------------+----------+ | Name | Size | Contents | +========+======================+==========+ @@ -95663,11 +95663,11 @@ Full description +--------+----------------------+----------+ | amount | Determined from data | $Z.t | +--------+----------------------+----------+ - - + + X_10 **** - + +-----------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+=========================================================================+ @@ -95683,11 +95683,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------+ | payload | Variable | sequence of bytes | +-----------------------+----------------------+-------------------------------------------------------------------------+ - - + + 024-PsD5wVTJ.michelson.v1.primitives (Enumeration: unsigned 8-bit integer): *************************************************************************** - + +-------------+--------------------------------+ | Case number | Encoded string | +=============+================================+ @@ -96013,14 +96013,14 @@ Full description +-------------+--------------------------------+ | 160 | GET_ADDRESS_INDEX | +-------------+--------------------------------+ - - + + micheline.024-PsD5wVTJ.michelson_v1.expression (Determined from data, 8-bit tag) ******************************************************************************** - + Int (tag 0) =========== - + +------+----------------------+------------------------+ | Name | Size | Contents | +======+======================+========================+ @@ -96028,11 +96028,11 @@ Full description +------+----------------------+------------------------+ | int | Determined from data | $Z.t | +------+----------------------+------------------------+ - - + + String (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -96042,11 +96042,11 @@ Full description +-----------------------+----------+------------------------------------+ | string | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + Sequence (tag 2) ================ - + +-----------------------+----------+-------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+=============================================================+ @@ -96056,11 +96056,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------+ | Unnamed field 0 | Variable | sequence of $micheline.024-PsD5wVTJ.michelson_v1.expression | +-----------------------+----------+-------------------------------------------------------------+ - - + + Prim__no_args__no_annots (tag 3) ================================ - + +------+--------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+========+===========================================================================================+ @@ -96068,11 +96068,11 @@ Full description +------+--------+-------------------------------------------------------------------------------------------+ | prim | 1 byte | unsigned 8-bit integer encoding an enumeration (see 024-PsD5wVTJ.michelson.v1.primitives) | +------+--------+-------------------------------------------------------------------------------------------+ - - + + Prim__no_args__some_annots (tag 4) ================================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -96084,11 +96084,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__no_annots (tag 5) ============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -96098,11 +96098,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__some_annots (tag 6) ================================ - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -96116,11 +96116,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__no_annots (tag 7) =============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -96132,11 +96132,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg2 | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__some_annots (tag 8) ================================= - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -96152,11 +96152,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__generic (tag 9) ===================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -96172,11 +96172,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Bytes (tag 10) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -96186,14 +96186,14 @@ Full description +-----------------------+----------+------------------------------------+ | bytes | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + 024-PsD5wVTJ.contract_id (22 bytes, 8-bit tag) ********************************************** - + Implicit (tag 0) ================ - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -96201,11 +96201,11 @@ Full description +---------------------------+----------+------------------------+ | Signature.Public_key_hash | 21 bytes | $public_key_hash | +---------------------------+----------+------------------------+ - - + + Originated (tag 1) ================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -96215,24 +96215,24 @@ Full description +---------------+----------+------------------------+ | padding | 1 byte | padding | +---------------+----------+------------------------+ - - + + X_14 (Determined from data, 8-bit tag) ************************************** - + None (tag 0) ============ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Some (tag 1) ============ - + +----------+----------------------+-------------------------------------------------+ | Name | Size | Contents | +==========+======================+=================================================+ @@ -96244,11 +96244,11 @@ Full description +----------+----------------------+-------------------------------------------------+ | ticketer | 22 bytes | $024-PsD5wVTJ.contract_id | +----------+----------------------+-------------------------------------------------+ - - + + X_9 *** - + +-----------------+----------------------+----------+ | Name | Size | Contents | +=================+======================+==========+ @@ -96256,44 +96256,44 @@ Full description +-----------------+----------------------+----------+ | Unnamed field 1 | Determined from data | $X_14 | +-----------------+----------------------+----------+ - - + + X_17 (1 byte, 8-bit tag) ************************ - + Public (tag 0) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Private (tag 1) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Fee (tag 2) =========== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + X_15 **** - + +-----------------+----------------------+----------+ | Name | Size | Contents | +=================+======================+==========+ @@ -96301,11 +96301,11 @@ Full description +-----------------+----------------------+----------+ | Unnamed field 1 | 1 byte | $X_17 | +-----------------+----------------------+----------+ - - + + X_18 **** - + +------------------+----------+------------------------+ | Name | Size | Contents | +==================+==========+========================+ @@ -96315,11 +96315,11 @@ Full description +------------------+----------+------------------------+ | commitment_proof | 96 bytes | bytes | +------------------+----------+------------------------+ - - + + X_19 **** - + +-------+----------+------------------+ | Name | Size | Contents | +=======+==========+==================+ @@ -96327,11 +96327,11 @@ Full description +-------+----------+------------------+ | bob | 21 bytes | $public_key_hash | +-------+----------+------------------+ - - + + X_20 **** - + +-----------------+---------+----------------------------------+ | Name | Size | Contents | +=================+=========+==================================+ @@ -96341,14 +96341,14 @@ Full description +-----------------+---------+----------------------------------+ | page_index | 2 bytes | signed 16-bit big-endian integer | +-----------------+---------+----------------------------------+ - - + + X_21 (Determined from data, 8-bit tag) ************************************** - + raw data proof (tag 0) ====================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -96358,21 +96358,21 @@ Full description +-----------------------+----------+------------------------------------+ | raw_data | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + metadata proof (tag 1) ====================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + dal page proof (tag 2) ====================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -96384,24 +96384,24 @@ Full description +-----------------------+----------+------------------------------------+ | dal_proof | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + dal parameters proof (tag 3) ============================ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + X_22 (Determined from data, 8-bit tag) ************************************** - + inbox proof (tag 0) =================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -96415,11 +96415,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | serialized_proof | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + reveal proof (tag 1) ==================== - + +--------------+----------------------+------------------------+ | Name | Size | Contents | +==============+======================+========================+ @@ -96427,21 +96427,21 @@ Full description +--------------+----------------------+------------------------+ | reveal_proof | Determined from data | $X_21 | +--------------+----------------------+------------------------+ - - + + first input (tag 2) =================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + X_23 **** - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -96451,14 +96451,14 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | tick | Determined from data | $N.t | +-----------------------------+----------------------+-------------------------------------+ - - + + X_24 (Determined from data, 8-bit tag) ************************************** - + Dissection (tag 0) ================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -96468,11 +96468,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_23 | +-----------------------+----------+------------------------------------+ - - + + Proof (tag 1) ============= - + +-----------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +===================================+======================+=====================================+ @@ -96486,14 +96486,14 @@ Full description +-----------------------------------+----------------------+-------------------------------------+ | input_proof | Determined from data | $X_22 | +-----------------------------------+----------------------+-------------------------------------+ - - + + X_25 (Determined from data, 8-bit tag) ************************************** - + Start (tag 0) ============= - + +--------------------------+----------+------------------------+ | Name | Size | Contents | +==========================+==========+========================+ @@ -96503,11 +96503,11 @@ Full description +--------------------------+----------+------------------------+ | opponent_commitment_hash | 32 bytes | bytes | +--------------------------+----------+------------------------+ - - + + Move (tag 1) ============ - + +--------+----------------------+------------------------+ | Name | Size | Contents | +========+======================+========================+ @@ -96517,11 +96517,11 @@ Full description +--------+----------------------+------------------------+ | step | Determined from data | $X_24 | +--------+----------------------+------------------------+ - - + + X_26 **** - + +------------------+----------+----------------------------------+ | Name | Size | Contents | +==================+==========+==================================+ @@ -96533,11 +96533,11 @@ Full description +------------------+----------+----------------------------------+ | number_of_ticks | 8 bytes | signed 64-bit big-endian integer | +------------------+----------+----------------------------------+ - - + + X_28 (Enumeration: unsigned 8-bit integer): ******************************************* - + +-------------+----------------+ | Case number | Encoded string | +=============+================+ @@ -96547,11 +96547,11 @@ Full description +-------------+----------------+ | 2 | riscv | +-------------+----------------+ - - + + X_29 **** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -96559,14 +96559,14 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $public_key_hash | +-----------------------+----------+------------------------------------+ - - + + public_key (Determined from data, 8-bit tag) ******************************************** - + Ed25519 (tag 0) =============== - + +--------------------+----------+------------------------+ | Name | Size | Contents | +====================+==========+========================+ @@ -96574,11 +96574,11 @@ Full description +--------------------+----------+------------------------+ | Ed25519.Public_key | 32 bytes | bytes | +--------------------+----------+------------------------+ - - + + Secp256k1 (tag 1) ================= - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -96586,11 +96586,11 @@ Full description +----------------------+----------+------------------------+ | Secp256k1.Public_key | 33 bytes | bytes | +----------------------+----------+------------------------+ - - + + P256 (tag 2) ============ - + +-----------------+----------+------------------------+ | Name | Size | Contents | +=================+==========+========================+ @@ -96598,11 +96598,11 @@ Full description +-----------------+----------+------------------------+ | P256.Public_key | 33 bytes | bytes | +-----------------+----------+------------------------+ - - + + Bls (tag 3) =========== - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -96610,11 +96610,11 @@ Full description +----------------------+----------+------------------------+ | Bls12_381.Public_key | 48 bytes | bytes | +----------------------+----------+------------------------+ - - + + X_30 **** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -96622,14 +96622,14 @@ Full description +-----------------------+----------+------------------------------------+ | Bls12_381_signature | 96 bytes | bytes | +-----------------------+----------+------------------------------------+ - - + + 024-PsD5wVTJ.contract_id.originated (22 bytes, 8-bit tag) ********************************************************* - + Originated (tag 1) ================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -96639,11 +96639,11 @@ Full description +---------------+----------+------------------------+ | padding | 1 byte | padding | +---------------+----------+------------------------+ - - + + 024-PsD5wVTJ.scripted.contracts ******************************* - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -96655,114 +96655,114 @@ Full description +-----------------------+----------+------------------------------------+ | storage | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + 024-PsD5wVTJ.entrypoint (Determined from data, 8-bit tag) ********************************************************* - + default (tag 0) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + root (tag 1) ============ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + do (tag 2) ========== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + set_delegate (tag 3) ==================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + remove_delegate (tag 4) ======================= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + deposit (tag 5) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + stake (tag 6) ============= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + unstake (tag 7) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + finalize_unstake (tag 8) ======================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + set_delegate_parameters (tag 9) =============================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + named (tag 255) =============== - + +-----------------------+----------+------------------------+ | Name | Size | Contents | +=======================+==========+========================+ @@ -96772,11 +96772,11 @@ Full description +-----------------------+----------+------------------------+ | Unnamed field 0 | Variable | bytes | +-----------------------+----------+------------------------+ - - + + X_32 **** - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -96786,11 +96786,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | value | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + X_34 **** - + +--------------------+----------+----------------------------------+ | Name | Size | Contents | +====================+==========+==================================+ @@ -96800,11 +96800,11 @@ Full description +--------------------+----------+----------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+----------------------------------+ - - + + X_35 **** - + +---------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=======================================+======================+=====================================+ @@ -96814,14 +96814,14 @@ Full description +---------------------------------------+----------------------+-------------------------------------+ | dal_attestation | Determined from data | $Z.t | +---------------------------------------+----------------------+-------------------------------------+ - - + + 024-PsD5wVTJ.inlined.consensus_operation.contents (Determined from data, 8-bit tag) *********************************************************************************** - + Preattestation (tag 20) ======================= - + +--------------------+----------+------------------------------------+ | Name | Size | Contents | +====================+==========+====================================+ @@ -96835,11 +96835,11 @@ Full description +--------------------+----------+------------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+------------------------------------+ - - + + Attestation (tag 21) ==================== - + +--------------------+----------+------------------------------------+ | Name | Size | Contents | +====================+==========+====================================+ @@ -96853,11 +96853,11 @@ Full description +--------------------+----------+------------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+------------------------------------+ - - + + Attestation_with_dal (tag 23) ============================= - + +--------------------+----------------------+------------------------------------+ | Name | Size | Contents | +====================+======================+====================================+ @@ -96873,11 +96873,11 @@ Full description +--------------------+----------------------+------------------------------------+ | dal_attestation | Determined from data | $Z.t | +--------------------+----------------------+------------------------------------+ - - + + Preattestations_aggregate (tag 30) ================================== - + +-----------------------+----------+------------------------------------------------+ | Name | Size | Contents | +=======================+==========+================================================+ @@ -96889,11 +96889,11 @@ Full description +-----------------------+----------+------------------------------------------------+ | committee | Variable | sequence of unsigned 16-bit big-endian integer | +-----------------------+----------+------------------------------------------------+ - - + + Attestations_aggregate (tag 31) =============================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -96905,11 +96905,11 @@ Full description +-----------------------+----------+------------------------------------+ | committee | Variable | sequence of $X_35 | +-----------------------+----------+------------------------------------+ - - + + 024-PsD5wVTJ.inlined.consensus_operation **************************************** - + +------------+----------------------+----------------------------------------------------+ | Name | Size | Contents | +============+======================+====================================================+ @@ -96919,11 +96919,11 @@ Full description +------------+----------------------+----------------------------------------------------+ | signature | Variable | bytes | +------------+----------------------+----------------------------------------------------+ - - + + X_41 **** - + +-----------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +=================+======================+=========================================================================+ @@ -96931,11 +96931,11 @@ Full description +-----------------+----------------------+-------------------------------------------------------------------------+ | Unnamed field 1 | Determined from data | $X_8 | +-----------------+----------------------+-------------------------------------------------------------------------+ - - + + X_40 **** - + +-------+----------------------+----------+ | Name | Size | Contents | +=======+======================+==========+ @@ -96943,11 +96943,11 @@ Full description +-------+----------------------+----------+ | proof | 48 bytes | bytes | +-------+----------------------+----------+ - - + + X_43 **** - + +-----------------+-----------+----------+ | Name | Size | Contents | +=================+===========+==========+ @@ -96955,11 +96955,11 @@ Full description +-----------------+-----------+----------+ | Unnamed field 1 | 100 bytes | bytes | +-----------------+-----------+----------+ - - + + fitness.elem ************ - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -96967,44 +96967,44 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + 024-PsD5wVTJ.per_block_votes (1 byte, 8-bit tag) ************************************************ - + per_block_vote_on (tag 0) ========================= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + per_block_vote_off (tag 1) ========================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + per_block_vote_pass (tag 2) =========================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + 024-PsD5wVTJ.block_header.alpha.full_header ******************************************* - + +---------------------------------------+----------+-------------------------------------+ | Name | Size | Contents | +=======================================+==========+=====================================+ @@ -97040,14 +97040,14 @@ Full description +---------------------------------------+----------+-------------------------------------+ | signature | Variable | bytes | +---------------------------------------+----------+-------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.contents_or_signature_prefix (Determined from data, 8-bit tag) ******************************************************************************************* - + Seed_nonce_revelation (tag 1) ============================= - + +-------+----------+----------------------------------+ | Name | Size | Contents | +=======+==========+==================================+ @@ -97057,11 +97057,11 @@ Full description +-------+----------+----------------------------------+ | nonce | 32 bytes | bytes | +-------+----------+----------------------------------+ - - + + Double_consensus_operation_evidence (tag 2) =========================================== - + +-----------------------+----------+-------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================+ @@ -97077,11 +97077,11 @@ Full description +-----------------------+----------+-------------------------------------------+ | op2 | Variable | $024-PsD5wVTJ.inlined.consensus_operation | +-----------------------+----------+-------------------------------------------+ - - + + Double_baking_evidence (tag 3) ============================== - + +-----------------------+----------+----------------------------------------------+ | Name | Size | Contents | +=======================+==========+==============================================+ @@ -97095,11 +97095,11 @@ Full description +-----------------------+----------+----------------------------------------------+ | bh2 | Variable | $024-PsD5wVTJ.block_header.alpha.full_header | +-----------------------+----------+----------------------------------------------+ - - + + Activate_account (tag 4) ======================== - + +--------+----------+------------------------+ | Name | Size | Contents | +========+==========+========================+ @@ -97109,11 +97109,11 @@ Full description +--------+----------+------------------------+ | secret | 20 bytes | bytes | +--------+----------+------------------------+ - - + + Proposals (tag 5) ================= - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -97127,11 +97127,11 @@ Full description +-----------------------+----------+------------------------------------+ | proposals | Variable | sequence of at most 20 bytes | +-----------------------+----------+------------------------------------+ - - + + Ballot (tag 6) ============== - + +----------+----------+----------------------------------+ | Name | Size | Contents | +==========+==========+==================================+ @@ -97145,11 +97145,11 @@ Full description +----------+----------+----------------------------------+ | ballot | 1 byte | signed 8-bit integer | +----------+----------+----------------------------------+ - - + + Vdf_revelation (tag 8) ====================== - + +----------+-----------+------------------------+ | Name | Size | Contents | +==========+===========+========================+ @@ -97157,11 +97157,11 @@ Full description +----------+-----------+------------------------+ | solution | 200 bytes | $X_43 | +----------+-----------+------------------------+ - - + + Drain_delegate (tag 9) ====================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -97173,11 +97173,11 @@ Full description +---------------+----------+------------------------+ | destination | 21 bytes | $public_key_hash | +---------------+----------+------------------------+ - - + + Failing_noop (tag 17) ===================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -97187,11 +97187,11 @@ Full description +-----------------------+----------+------------------------------------+ | arbitrary | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + Preattestation (tag 20) ======================= - + +--------------------+----------+------------------------------------+ | Name | Size | Contents | +====================+==========+====================================+ @@ -97205,11 +97205,11 @@ Full description +--------------------+----------+------------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+------------------------------------+ - - + + Attestation (tag 21) ==================== - + +--------------------+----------+------------------------------------+ | Name | Size | Contents | +====================+==========+====================================+ @@ -97223,11 +97223,11 @@ Full description +--------------------+----------+------------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+------------------------------------+ - - + + Attestation_with_dal (tag 23) ============================= - + +--------------------+----------------------+------------------------------------+ | Name | Size | Contents | +====================+======================+====================================+ @@ -97243,11 +97243,11 @@ Full description +--------------------+----------------------+------------------------------------+ | dal_attestation | Determined from data | $Z.t | +--------------------+----------------------+------------------------------------+ - - + + Dal_entrapment_evidence (tag 24) ================================ - + +-----------------------+----------------------+-------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================+ @@ -97263,11 +97263,11 @@ Full description +-----------------------+----------------------+-------------------------------------------+ | shard_with_proof | Determined from data | $X_40 | +-----------------------+----------------------+-------------------------------------------+ - - + + Preattestations_aggregate (tag 30) ================================== - + +-----------------------+----------+------------------------------------------------+ | Name | Size | Contents | +=======================+==========+================================================+ @@ -97279,11 +97279,11 @@ Full description +-----------------------+----------+------------------------------------------------+ | committee | Variable | sequence of unsigned 16-bit big-endian integer | +-----------------------+----------+------------------------------------------------+ - - + + Attestations_aggregate (tag 31) =============================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -97295,11 +97295,11 @@ Full description +-----------------------+----------+------------------------------------+ | committee | Variable | sequence of $X_35 | +-----------------------+----------+------------------------------------+ - - + + Reveal (tag 107) ================ - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -97321,11 +97321,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | proof | Determined from data | $X_30 | +-----------------------------+----------------------+-------------------------------------+ - - + + Transaction (tag 108) ===================== - + +----------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==================================+======================+=====================================+ @@ -97349,11 +97349,11 @@ Full description +----------------------------------+----------------------+-------------------------------------+ | parameters | Determined from data | $X_32 | +----------------------------------+----------------------+-------------------------------------+ - - + + Origination (tag 109) ===================== - + +--------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +================================+======================+=====================================+ @@ -97377,11 +97377,11 @@ Full description +--------------------------------+----------------------+-------------------------------------+ | script | Determined from data | $024-PsD5wVTJ.scripted.contracts | +--------------------------------+----------------------+-------------------------------------+ - - + + Delegation (tag 110) ==================== - + +--------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +================================+======================+=====================================+ @@ -97401,11 +97401,11 @@ Full description +--------------------------------+----------------------+-------------------------------------+ | delegate | 21 bytes | $public_key_hash | +--------------------------------+----------------------+-------------------------------------+ - - + + Register_global_constant (tag 111) ================================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -97425,11 +97425,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | value | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + Set_deposits_limit (tag 112) ============================ - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -97449,11 +97449,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | limit | Determined from data | $N.t | +-----------------------------+----------------------+-------------------------------------+ - - + + Increase_paid_storage (tag 113) =============================== - + +---------------+----------------------+--------------------------------------+ | Name | Size | Contents | +===============+======================+======================================+ @@ -97473,11 +97473,11 @@ Full description +---------------+----------------------+--------------------------------------+ | destination | 22 bytes | $024-PsD5wVTJ.contract_id.originated | +---------------+----------------------+--------------------------------------+ - - + + Update_consensus_key (tag 114) ============================== - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -97499,11 +97499,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | proof | Determined from data | $X_30 | +-----------------------------+----------------------+-------------------------------------+ - - + + Update_companion_key (tag 115) ============================== - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -97525,11 +97525,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | proof | Determined from data | $X_30 | +-----------------------------+----------------------+-------------------------------------+ - - + + Transfer_ticket (tag 158) ========================= - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -97563,11 +97563,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | entrypoint | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_originate (tag 200) ================================ - + +---------------------------------+----------------------+-----------------------------------------------------------+ | Name | Size | Contents | +=================================+======================+===========================================================+ @@ -97597,11 +97597,11 @@ Full description +---------------------------------+----------------------+-----------------------------------------------------------+ | whitelist | Determined from data | $X_29 | +---------------------------------+----------------------+-----------------------------------------------------------+ - - + + Smart_rollup_add_messages (tag 201) =================================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -97621,11 +97621,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | message | Variable | sequence of $X_3 | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_cement (tag 202) ============================= - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -97643,11 +97643,11 @@ Full description +---------------+----------------------+------------------------+ | rollup | 20 bytes | bytes | +---------------+----------------------+------------------------+ - - + + Smart_rollup_publish (tag 203) ============================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -97667,11 +97667,11 @@ Full description +---------------+----------------------+------------------------+ | commitment | 76 bytes | $X_26 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_refute (tag 204) ============================= - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -97693,11 +97693,11 @@ Full description +---------------+----------------------+------------------------+ | refutation | Determined from data | $X_25 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_timeout (tag 205) ============================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -97717,11 +97717,11 @@ Full description +---------------+----------------------+------------------------+ | stakers | 42 bytes | $X_19 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_execute_outbox_message (tag 206) ============================================= - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -97745,11 +97745,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | output_proof | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_recover_bond (tag 207) =================================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -97769,11 +97769,11 @@ Full description +---------------+----------------------+------------------------+ | staker | 21 bytes | $public_key_hash | +---------------+----------------------+------------------------+ - - + + Dal_publish_commitment (tag 230) ================================ - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -97791,11 +97791,11 @@ Full description +---------------+----------------------+------------------------+ | slot_header | 145 bytes | $X_18 | +---------------+----------------------+------------------------+ - - + + Zk_rollup_origination (tag 250) =============================== - + +-----------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+=========================================================================+ @@ -97825,11 +97825,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------+ | nb_ops | 4 bytes | signed 31-bit big-endian integer in the range -1073741824 to 1073741823 | +-----------------------+----------------------+-------------------------------------------------------------------------+ - - + + Zk_rollup_publish (tag 251) =========================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -97851,11 +97851,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | op | Variable | sequence of $X_9 | +-----------------------+----------------------+------------------------------------+ - - + + Zk_rollup_update (tag 252) ========================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -97875,11 +97875,11 @@ Full description +---------------+----------------------+------------------------+ | update | Determined from data | $X_1 | +---------------+----------------------+------------------------+ - - + + Signature_prefix (tag 255) ========================== - + +------------------+----------+------------------------+ | Name | Size | Contents | +==================+==========+========================+ @@ -97887,11 +97887,11 @@ Full description +------------------+----------+------------------------+ | signature_prefix | 33 bytes | $bls_signature_prefix | +------------------+----------+------------------------+ - - + + X_0 *** - + +-------------------------------+----------+------------------------------------------------------------------------+ | Name | Size | Contents | +===============================+==========+========================================================================+ @@ -97901,7 +97901,7 @@ Full description +-------------------------------+----------+------------------------------------------------------------------------+ | signature_suffix | 64 bytes | bytes | +-------------------------------+----------+------------------------------------------------------------------------+ - +
@@ -100787,14 +100787,14 @@ Full description +=================+==========+==========+ | Unnamed field 0 | Variable | $X_3375 | +-----------------+----------+----------+ - - + + public_key_hash (21 bytes, 8-bit tag) ************************************* - + Ed25519 (tag 0) =============== - + +-------------------------+----------+------------------------+ | Name | Size | Contents | +=========================+==========+========================+ @@ -100802,11 +100802,11 @@ Full description +-------------------------+----------+------------------------+ | Ed25519.Public_key_hash | 20 bytes | bytes | +-------------------------+----------+------------------------+ - - + + Secp256k1 (tag 1) ================= - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -100814,11 +100814,11 @@ Full description +---------------------------+----------+------------------------+ | Secp256k1.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + P256 (tag 2) ============ - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -100826,11 +100826,11 @@ Full description +----------------------+----------+------------------------+ | P256.Public_key_hash | 20 bytes | bytes | +----------------------+----------+------------------------+ - - + + Bls (tag 3) =========== - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -100838,23 +100838,23 @@ Full description +---------------------------+----------+------------------------+ | Bls12_381.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + N.t *** - + A variable-length sequence of bytes encoding a Zarith natural number. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). Size bits ignored, the data is the binary representation of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | N.t | Determined from data | bytes | +------+----------------------+----------+ - - + + X_2 *** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -100862,11 +100862,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + X_3 *** - + +-----------------------+----------+-------------------------------------+ | Name | Size | Contents | +=======================+==========+=====================================+ @@ -100878,11 +100878,11 @@ Full description +-----------------------+----------+-------------------------------------+ | exit_validity | 1 byte | boolean (0 for false, 255 for true) | +-----------------------+----------+-------------------------------------+ - - + + X_1 *** - + +-----------------+----------------------+----------+ | Name | Size | Contents | +=================+======================+==========+ @@ -100890,11 +100890,11 @@ Full description +-----------------+----------------------+----------+ | Unnamed field 1 | Determined from data | $X_3 | +-----------------+----------------------+----------+ - - + + X_6 *** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -100904,11 +100904,11 @@ Full description +-----------------------+----------+------------------------------------+ | fee | 32 bytes | bytes | +-----------------------+----------+------------------------------------+ - - + + X_4 *** - + +-----------------+----------------------+----------+ | Name | Size | Contents | +=================+======================+==========+ @@ -100916,11 +100916,11 @@ Full description +-----------------+----------------------+----------+ | Unnamed field 1 | Determined from data | $X_6 | +-----------------+----------------------+----------+ - - + + X_7 *** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -100928,11 +100928,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of bytes | +-----------------------+----------+------------------------------------+ - - + + X_0 *** - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -100950,23 +100950,23 @@ Full description +-----------------------+----------------------+------------------------------------+ | proof | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + Z.t *** - + A variable-length sequence of bytes encoding a Zarith integer. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). The second most significant bit of the first byte is reserved for the sign (0 for positive, 1 for negative). Size and sign bits ignored, the data is the binary representation of the absolute value of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | Z.t | Determined from data | bytes | +------+----------------------+----------+ - - + + X_10 **** - + +--------+----------------------+----------+ | Name | Size | Contents | +========+======================+==========+ @@ -100974,11 +100974,11 @@ Full description +--------+----------------------+----------+ | amount | Determined from data | $Z.t | +--------+----------------------+----------+ - - + + X_9 *** - + +-----------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+=========================================================================+ @@ -100994,11 +100994,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------+ | payload | Variable | sequence of bytes | +-----------------------+----------------------+-------------------------------------------------------------------------+ - - + + 024-PsD5wVTJ.michelson.v1.primitives (Enumeration: unsigned 8-bit integer): *************************************************************************** - + +-------------+--------------------------------+ | Case number | Encoded string | +=============+================================+ @@ -101324,14 +101324,14 @@ Full description +-------------+--------------------------------+ | 160 | GET_ADDRESS_INDEX | +-------------+--------------------------------+ - - + + micheline.024-PsD5wVTJ.michelson_v1.expression (Determined from data, 8-bit tag) ******************************************************************************** - + Int (tag 0) =========== - + +------+----------------------+------------------------+ | Name | Size | Contents | +======+======================+========================+ @@ -101339,11 +101339,11 @@ Full description +------+----------------------+------------------------+ | int | Determined from data | $Z.t | +------+----------------------+------------------------+ - - + + String (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -101353,11 +101353,11 @@ Full description +-----------------------+----------+------------------------------------+ | string | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + Sequence (tag 2) ================ - + +-----------------------+----------+-------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+=============================================================+ @@ -101367,11 +101367,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------+ | Unnamed field 0 | Variable | sequence of $micheline.024-PsD5wVTJ.michelson_v1.expression | +-----------------------+----------+-------------------------------------------------------------+ - - + + Prim__no_args__no_annots (tag 3) ================================ - + +------+--------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+========+===========================================================================================+ @@ -101379,11 +101379,11 @@ Full description +------+--------+-------------------------------------------------------------------------------------------+ | prim | 1 byte | unsigned 8-bit integer encoding an enumeration (see 024-PsD5wVTJ.michelson.v1.primitives) | +------+--------+-------------------------------------------------------------------------------------------+ - - + + Prim__no_args__some_annots (tag 4) ================================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -101395,11 +101395,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__no_annots (tag 5) ============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -101409,11 +101409,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__some_annots (tag 6) ================================ - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -101427,11 +101427,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__no_annots (tag 7) =============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -101443,11 +101443,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg2 | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__some_annots (tag 8) ================================= - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -101463,11 +101463,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__generic (tag 9) ===================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -101483,11 +101483,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Bytes (tag 10) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -101497,14 +101497,14 @@ Full description +-----------------------+----------+------------------------------------+ | bytes | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + 024-PsD5wVTJ.contract_id (22 bytes, 8-bit tag) ********************************************** - + Implicit (tag 0) ================ - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -101512,11 +101512,11 @@ Full description +---------------------------+----------+------------------------+ | Signature.Public_key_hash | 21 bytes | $public_key_hash | +---------------------------+----------+------------------------+ - - + + Originated (tag 1) ================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -101526,24 +101526,24 @@ Full description +---------------+----------+------------------------+ | padding | 1 byte | padding | +---------------+----------+------------------------+ - - + + X_13 (Determined from data, 8-bit tag) ************************************** - + None (tag 0) ============ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Some (tag 1) ============ - + +----------+----------------------+-------------------------------------------------+ | Name | Size | Contents | +==========+======================+=================================================+ @@ -101555,11 +101555,11 @@ Full description +----------+----------------------+-------------------------------------------------+ | ticketer | 22 bytes | $024-PsD5wVTJ.contract_id | +----------+----------------------+-------------------------------------------------+ - - + + X_8 *** - + +-----------------+----------------------+----------+ | Name | Size | Contents | +=================+======================+==========+ @@ -101567,44 +101567,44 @@ Full description +-----------------+----------------------+----------+ | Unnamed field 1 | Determined from data | $X_13 | +-----------------+----------------------+----------+ - - + + X_16 (1 byte, 8-bit tag) ************************ - + Public (tag 0) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Private (tag 1) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Fee (tag 2) =========== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + X_14 **** - + +-----------------+----------------------+----------+ | Name | Size | Contents | +=================+======================+==========+ @@ -101612,11 +101612,11 @@ Full description +-----------------+----------------------+----------+ | Unnamed field 1 | 1 byte | $X_16 | +-----------------+----------------------+----------+ - - + + X_17 **** - + +------------------+----------+------------------------+ | Name | Size | Contents | +==================+==========+========================+ @@ -101626,11 +101626,11 @@ Full description +------------------+----------+------------------------+ | commitment_proof | 96 bytes | bytes | +------------------+----------+------------------------+ - - + + X_18 **** - + +-------+----------+------------------+ | Name | Size | Contents | +=======+==========+==================+ @@ -101638,11 +101638,11 @@ Full description +-------+----------+------------------+ | bob | 21 bytes | $public_key_hash | +-------+----------+------------------+ - - + + X_19 **** - + +-----------------+---------+----------------------------------+ | Name | Size | Contents | +=================+=========+==================================+ @@ -101652,14 +101652,14 @@ Full description +-----------------+---------+----------------------------------+ | page_index | 2 bytes | signed 16-bit big-endian integer | +-----------------+---------+----------------------------------+ - - + + X_20 (Determined from data, 8-bit tag) ************************************** - + raw data proof (tag 0) ====================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -101669,21 +101669,21 @@ Full description +-----------------------+----------+------------------------------------+ | raw_data | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + metadata proof (tag 1) ====================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + dal page proof (tag 2) ====================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -101695,24 +101695,24 @@ Full description +-----------------------+----------+------------------------------------+ | dal_proof | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + dal parameters proof (tag 3) ============================ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + X_21 (Determined from data, 8-bit tag) ************************************** - + inbox proof (tag 0) =================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -101726,11 +101726,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | serialized_proof | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + reveal proof (tag 1) ==================== - + +--------------+----------------------+------------------------+ | Name | Size | Contents | +==============+======================+========================+ @@ -101738,21 +101738,21 @@ Full description +--------------+----------------------+------------------------+ | reveal_proof | Determined from data | $X_20 | +--------------+----------------------+------------------------+ - - + + first input (tag 2) =================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + X_22 **** - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -101762,14 +101762,14 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | tick | Determined from data | $N.t | +-----------------------------+----------------------+-------------------------------------+ - - + + X_23 (Determined from data, 8-bit tag) ************************************** - + Dissection (tag 0) ================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -101779,11 +101779,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_22 | +-----------------------+----------+------------------------------------+ - - + + Proof (tag 1) ============= - + +-----------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +===================================+======================+=====================================+ @@ -101797,14 +101797,14 @@ Full description +-----------------------------------+----------------------+-------------------------------------+ | input_proof | Determined from data | $X_21 | +-----------------------------------+----------------------+-------------------------------------+ - - + + X_24 (Determined from data, 8-bit tag) ************************************** - + Start (tag 0) ============= - + +--------------------------+----------+------------------------+ | Name | Size | Contents | +==========================+==========+========================+ @@ -101814,11 +101814,11 @@ Full description +--------------------------+----------+------------------------+ | opponent_commitment_hash | 32 bytes | bytes | +--------------------------+----------+------------------------+ - - + + Move (tag 1) ============ - + +--------+----------------------+------------------------+ | Name | Size | Contents | +========+======================+========================+ @@ -101828,11 +101828,11 @@ Full description +--------+----------------------+------------------------+ | step | Determined from data | $X_23 | +--------+----------------------+------------------------+ - - + + X_25 **** - + +------------------+----------+----------------------------------+ | Name | Size | Contents | +==================+==========+==================================+ @@ -101844,11 +101844,11 @@ Full description +------------------+----------+----------------------------------+ | number_of_ticks | 8 bytes | signed 64-bit big-endian integer | +------------------+----------+----------------------------------+ - - + + X_27 (Enumeration: unsigned 8-bit integer): ******************************************* - + +-------------+----------------+ | Case number | Encoded string | +=============+================+ @@ -101858,11 +101858,11 @@ Full description +-------------+----------------+ | 2 | riscv | +-------------+----------------+ - - + + X_28 **** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -101870,14 +101870,14 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $public_key_hash | +-----------------------+----------+------------------------------------+ - - + + public_key (Determined from data, 8-bit tag) ******************************************** - + Ed25519 (tag 0) =============== - + +--------------------+----------+------------------------+ | Name | Size | Contents | +====================+==========+========================+ @@ -101885,11 +101885,11 @@ Full description +--------------------+----------+------------------------+ | Ed25519.Public_key | 32 bytes | bytes | +--------------------+----------+------------------------+ - - + + Secp256k1 (tag 1) ================= - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -101897,11 +101897,11 @@ Full description +----------------------+----------+------------------------+ | Secp256k1.Public_key | 33 bytes | bytes | +----------------------+----------+------------------------+ - - + + P256 (tag 2) ============ - + +-----------------+----------+------------------------+ | Name | Size | Contents | +=================+==========+========================+ @@ -101909,11 +101909,11 @@ Full description +-----------------+----------+------------------------+ | P256.Public_key | 33 bytes | bytes | +-----------------+----------+------------------------+ - - + + Bls (tag 3) =========== - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -101921,11 +101921,11 @@ Full description +----------------------+----------+------------------------+ | Bls12_381.Public_key | 48 bytes | bytes | +----------------------+----------+------------------------+ - - + + X_29 **** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -101933,14 +101933,14 @@ Full description +-----------------------+----------+------------------------------------+ | Bls12_381_signature | 96 bytes | bytes | +-----------------------+----------+------------------------------------+ - - + + 024-PsD5wVTJ.contract_id.originated (22 bytes, 8-bit tag) ********************************************************* - + Originated (tag 1) ================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -101950,11 +101950,11 @@ Full description +---------------+----------+------------------------+ | padding | 1 byte | padding | +---------------+----------+------------------------+ - - + + 024-PsD5wVTJ.scripted.contracts ******************************* - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -101966,114 +101966,114 @@ Full description +-----------------------+----------+------------------------------------+ | storage | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + 024-PsD5wVTJ.entrypoint (Determined from data, 8-bit tag) ********************************************************* - + default (tag 0) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + root (tag 1) ============ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + do (tag 2) ========== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + set_delegate (tag 3) ==================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + remove_delegate (tag 4) ======================= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + deposit (tag 5) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + stake (tag 6) ============= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + unstake (tag 7) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + finalize_unstake (tag 8) ======================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + set_delegate_parameters (tag 9) =============================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + named (tag 255) =============== - + +-----------------------+----------+------------------------+ | Name | Size | Contents | +=======================+==========+========================+ @@ -102083,11 +102083,11 @@ Full description +-----------------------+----------+------------------------+ | Unnamed field 0 | Variable | bytes | +-----------------------+----------+------------------------+ - - + + X_31 **** - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -102097,11 +102097,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | value | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + X_33 **** - + +--------------------+----------+----------------------------------+ | Name | Size | Contents | +====================+==========+==================================+ @@ -102111,11 +102111,11 @@ Full description +--------------------+----------+----------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+----------------------------------+ - - + + X_34 **** - + +---------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=======================================+======================+=====================================+ @@ -102125,14 +102125,14 @@ Full description +---------------------------------------+----------------------+-------------------------------------+ | dal_attestation | Determined from data | $Z.t | +---------------------------------------+----------------------+-------------------------------------+ - - + + 024-PsD5wVTJ.inlined.consensus_operation.contents (Determined from data, 8-bit tag) *********************************************************************************** - + Preattestation (tag 20) ======================= - + +--------------------+----------+------------------------------------+ | Name | Size | Contents | +====================+==========+====================================+ @@ -102146,11 +102146,11 @@ Full description +--------------------+----------+------------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+------------------------------------+ - - + + Attestation (tag 21) ==================== - + +--------------------+----------+------------------------------------+ | Name | Size | Contents | +====================+==========+====================================+ @@ -102164,11 +102164,11 @@ Full description +--------------------+----------+------------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+------------------------------------+ - - + + Attestation_with_dal (tag 23) ============================= - + +--------------------+----------------------+------------------------------------+ | Name | Size | Contents | +====================+======================+====================================+ @@ -102184,11 +102184,11 @@ Full description +--------------------+----------------------+------------------------------------+ | dal_attestation | Determined from data | $Z.t | +--------------------+----------------------+------------------------------------+ - - + + Preattestations_aggregate (tag 30) ================================== - + +-----------------------+----------+------------------------------------------------+ | Name | Size | Contents | +=======================+==========+================================================+ @@ -102200,11 +102200,11 @@ Full description +-----------------------+----------+------------------------------------------------+ | committee | Variable | sequence of unsigned 16-bit big-endian integer | +-----------------------+----------+------------------------------------------------+ - - + + Attestations_aggregate (tag 31) =============================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -102216,11 +102216,11 @@ Full description +-----------------------+----------+------------------------------------+ | committee | Variable | sequence of $X_34 | +-----------------------+----------+------------------------------------+ - - + + 024-PsD5wVTJ.inlined.consensus_operation **************************************** - + +------------+----------------------+----------------------------------------------------+ | Name | Size | Contents | +============+======================+====================================================+ @@ -102230,11 +102230,11 @@ Full description +------------+----------------------+----------------------------------------------------+ | signature | Variable | bytes | +------------+----------------------+----------------------------------------------------+ - - + + X_40 **** - + +-----------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +=================+======================+=========================================================================+ @@ -102242,11 +102242,11 @@ Full description +-----------------+----------------------+-------------------------------------------------------------------------+ | Unnamed field 1 | Determined from data | $X_7 | +-----------------+----------------------+-------------------------------------------------------------------------+ - - + + X_39 **** - + +-------+----------------------+----------+ | Name | Size | Contents | +=======+======================+==========+ @@ -102254,11 +102254,11 @@ Full description +-------+----------------------+----------+ | proof | 48 bytes | bytes | +-------+----------------------+----------+ - - + + X_42 **** - + +-----------------+-----------+----------+ | Name | Size | Contents | +=================+===========+==========+ @@ -102266,11 +102266,11 @@ Full description +-----------------+-----------+----------+ | Unnamed field 1 | 100 bytes | bytes | +-----------------+-----------+----------+ - - + + fitness.elem ************ - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -102278,44 +102278,44 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + 024-PsD5wVTJ.per_block_votes (1 byte, 8-bit tag) ************************************************ - + per_block_vote_on (tag 0) ========================= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + per_block_vote_off (tag 1) ========================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + per_block_vote_pass (tag 2) =========================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + 024-PsD5wVTJ.block_header.alpha.full_header ******************************************* - + +---------------------------------------+----------+-------------------------------------+ | Name | Size | Contents | +=======================================+==========+=====================================+ @@ -102351,14 +102351,14 @@ Full description +---------------------------------------+----------+-------------------------------------+ | signature | Variable | bytes | +---------------------------------------+----------+-------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.contents (Determined from data, 8-bit tag) *********************************************************************** - + Seed_nonce_revelation (tag 1) ============================= - + +-------+----------+----------------------------------+ | Name | Size | Contents | +=======+==========+==================================+ @@ -102368,11 +102368,11 @@ Full description +-------+----------+----------------------------------+ | nonce | 32 bytes | bytes | +-------+----------+----------------------------------+ - - + + Double_consensus_operation_evidence (tag 2) =========================================== - + +-----------------------+----------+-------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================+ @@ -102388,11 +102388,11 @@ Full description +-----------------------+----------+-------------------------------------------+ | op2 | Variable | $024-PsD5wVTJ.inlined.consensus_operation | +-----------------------+----------+-------------------------------------------+ - - + + Double_baking_evidence (tag 3) ============================== - + +-----------------------+----------+----------------------------------------------+ | Name | Size | Contents | +=======================+==========+==============================================+ @@ -102406,11 +102406,11 @@ Full description +-----------------------+----------+----------------------------------------------+ | bh2 | Variable | $024-PsD5wVTJ.block_header.alpha.full_header | +-----------------------+----------+----------------------------------------------+ - - + + Activate_account (tag 4) ======================== - + +--------+----------+------------------------+ | Name | Size | Contents | +========+==========+========================+ @@ -102420,11 +102420,11 @@ Full description +--------+----------+------------------------+ | secret | 20 bytes | bytes | +--------+----------+------------------------+ - - + + Proposals (tag 5) ================= - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -102438,11 +102438,11 @@ Full description +-----------------------+----------+------------------------------------+ | proposals | Variable | sequence of at most 20 bytes | +-----------------------+----------+------------------------------------+ - - + + Ballot (tag 6) ============== - + +----------+----------+----------------------------------+ | Name | Size | Contents | +==========+==========+==================================+ @@ -102456,11 +102456,11 @@ Full description +----------+----------+----------------------------------+ | ballot | 1 byte | signed 8-bit integer | +----------+----------+----------------------------------+ - - + + Vdf_revelation (tag 8) ====================== - + +----------+-----------+------------------------+ | Name | Size | Contents | +==========+===========+========================+ @@ -102468,11 +102468,11 @@ Full description +----------+-----------+------------------------+ | solution | 200 bytes | $X_42 | +----------+-----------+------------------------+ - - + + Drain_delegate (tag 9) ====================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -102484,11 +102484,11 @@ Full description +---------------+----------+------------------------+ | destination | 21 bytes | $public_key_hash | +---------------+----------+------------------------+ - - + + Failing_noop (tag 17) ===================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -102498,11 +102498,11 @@ Full description +-----------------------+----------+------------------------------------+ | arbitrary | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + Preattestation (tag 20) ======================= - + +--------------------+----------+------------------------------------+ | Name | Size | Contents | +====================+==========+====================================+ @@ -102516,11 +102516,11 @@ Full description +--------------------+----------+------------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+------------------------------------+ - - + + Attestation (tag 21) ==================== - + +--------------------+----------+------------------------------------+ | Name | Size | Contents | +====================+==========+====================================+ @@ -102534,11 +102534,11 @@ Full description +--------------------+----------+------------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+------------------------------------+ - - + + Attestation_with_dal (tag 23) ============================= - + +--------------------+----------------------+------------------------------------+ | Name | Size | Contents | +====================+======================+====================================+ @@ -102554,11 +102554,11 @@ Full description +--------------------+----------------------+------------------------------------+ | dal_attestation | Determined from data | $Z.t | +--------------------+----------------------+------------------------------------+ - - + + Dal_entrapment_evidence (tag 24) ================================ - + +-----------------------+----------------------+-------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================+ @@ -102574,11 +102574,11 @@ Full description +-----------------------+----------------------+-------------------------------------------+ | shard_with_proof | Determined from data | $X_39 | +-----------------------+----------------------+-------------------------------------------+ - - + + Preattestations_aggregate (tag 30) ================================== - + +-----------------------+----------+------------------------------------------------+ | Name | Size | Contents | +=======================+==========+================================================+ @@ -102590,11 +102590,11 @@ Full description +-----------------------+----------+------------------------------------------------+ | committee | Variable | sequence of unsigned 16-bit big-endian integer | +-----------------------+----------+------------------------------------------------+ - - + + Attestations_aggregate (tag 31) =============================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -102606,11 +102606,11 @@ Full description +-----------------------+----------+------------------------------------+ | committee | Variable | sequence of $X_34 | +-----------------------+----------+------------------------------------+ - - + + Reveal (tag 107) ================ - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -102632,11 +102632,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | proof | Determined from data | $X_29 | +-----------------------------+----------------------+-------------------------------------+ - - + + Transaction (tag 108) ===================== - + +----------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==================================+======================+=====================================+ @@ -102660,11 +102660,11 @@ Full description +----------------------------------+----------------------+-------------------------------------+ | parameters | Determined from data | $X_31 | +----------------------------------+----------------------+-------------------------------------+ - - + + Origination (tag 109) ===================== - + +--------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +================================+======================+=====================================+ @@ -102688,11 +102688,11 @@ Full description +--------------------------------+----------------------+-------------------------------------+ | script | Determined from data | $024-PsD5wVTJ.scripted.contracts | +--------------------------------+----------------------+-------------------------------------+ - - + + Delegation (tag 110) ==================== - + +--------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +================================+======================+=====================================+ @@ -102712,11 +102712,11 @@ Full description +--------------------------------+----------------------+-------------------------------------+ | delegate | 21 bytes | $public_key_hash | +--------------------------------+----------------------+-------------------------------------+ - - + + Register_global_constant (tag 111) ================================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -102736,11 +102736,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | value | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + Set_deposits_limit (tag 112) ============================ - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -102760,11 +102760,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | limit | Determined from data | $N.t | +-----------------------------+----------------------+-------------------------------------+ - - + + Increase_paid_storage (tag 113) =============================== - + +---------------+----------------------+--------------------------------------+ | Name | Size | Contents | +===============+======================+======================================+ @@ -102784,11 +102784,11 @@ Full description +---------------+----------------------+--------------------------------------+ | destination | 22 bytes | $024-PsD5wVTJ.contract_id.originated | +---------------+----------------------+--------------------------------------+ - - + + Update_consensus_key (tag 114) ============================== - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -102810,11 +102810,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | proof | Determined from data | $X_29 | +-----------------------------+----------------------+-------------------------------------+ - - + + Update_companion_key (tag 115) ============================== - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -102836,11 +102836,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | proof | Determined from data | $X_29 | +-----------------------------+----------------------+-------------------------------------+ - - + + Transfer_ticket (tag 158) ========================= - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -102874,11 +102874,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | entrypoint | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_originate (tag 200) ================================ - + +---------------------------------+----------------------+-----------------------------------------------------------+ | Name | Size | Contents | +=================================+======================+===========================================================+ @@ -102908,11 +102908,11 @@ Full description +---------------------------------+----------------------+-----------------------------------------------------------+ | whitelist | Determined from data | $X_28 | +---------------------------------+----------------------+-----------------------------------------------------------+ - - + + Smart_rollup_add_messages (tag 201) =================================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -102932,11 +102932,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | message | Variable | sequence of $X_2 | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_cement (tag 202) ============================= - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -102954,11 +102954,11 @@ Full description +---------------+----------------------+------------------------+ | rollup | 20 bytes | bytes | +---------------+----------------------+------------------------+ - - + + Smart_rollup_publish (tag 203) ============================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -102978,11 +102978,11 @@ Full description +---------------+----------------------+------------------------+ | commitment | 76 bytes | $X_25 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_refute (tag 204) ============================= - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -103004,11 +103004,11 @@ Full description +---------------+----------------------+------------------------+ | refutation | Determined from data | $X_24 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_timeout (tag 205) ============================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -103028,11 +103028,11 @@ Full description +---------------+----------------------+------------------------+ | stakers | 42 bytes | $X_18 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_execute_outbox_message (tag 206) ============================================= - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -103056,11 +103056,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | output_proof | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_recover_bond (tag 207) =================================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -103080,11 +103080,11 @@ Full description +---------------+----------------------+------------------------+ | staker | 21 bytes | $public_key_hash | +---------------+----------------------+------------------------+ - - + + Dal_publish_commitment (tag 230) ================================ - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -103102,11 +103102,11 @@ Full description +---------------+----------------------+------------------------+ | slot_header | 145 bytes | $X_17 | +---------------+----------------------+------------------------+ - - + + Zk_rollup_origination (tag 250) =============================== - + +-----------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+=========================================================================+ @@ -103136,11 +103136,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------+ | nb_ops | 4 bytes | signed 31-bit big-endian integer in the range -1073741824 to 1073741823 | +-----------------------+----------------------+-------------------------------------------------------------------------+ - - + + Zk_rollup_publish (tag 251) =========================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -103162,11 +103162,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | op | Variable | sequence of $X_8 | +-----------------------+----------------------+------------------------------------+ - - + + Zk_rollup_update (tag 252) ========================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -103186,14 +103186,14 @@ Full description +---------------+----------------------+------------------------+ | update | Determined from data | $X_0 | +---------------+----------------------+------------------------+ - - + + 024-PsD5wVTJ.staker (Determined from data, 8-bit tag) ***************************************************** - + Single (tag 0) ============== - + +----------+----------+---------------------------+ | Name | Size | Contents | +==========+==========+===========================+ @@ -103203,11 +103203,11 @@ Full description +----------+----------+---------------------------+ | delegate | 21 bytes | $public_key_hash | +----------+----------+---------------------------+ - - + + Shared (tag 1) ============== - + +----------+----------+------------------------+ | Name | Size | Contents | +==========+==========+========================+ @@ -103215,14 +103215,14 @@ Full description +----------+----------+------------------------+ | delegate | 21 bytes | $public_key_hash | +----------+----------+------------------------+ - - + + 024-PsD5wVTJ.bond_id (21 bytes, 8-bit tag) ****************************************** - + Smart_rollup_bond_id (tag 1) ============================ - + +--------------+----------+------------------------+ | Name | Size | Contents | +==============+==========+========================+ @@ -103230,14 +103230,14 @@ Full description +--------------+----------+------------------------+ | smart_rollup | 20 bytes | bytes | +--------------+----------+------------------------+ - - + + 024-PsD5wVTJ.frozen_staker (Determined from data, 8-bit tag) ************************************************************ - + Single (tag 0) ============== - + +----------+----------+---------------------------+ | Name | Size | Contents | +==========+==========+===========================+ @@ -103247,11 +103247,11 @@ Full description +----------+----------+---------------------------+ | delegate | 21 bytes | $public_key_hash | +----------+----------+---------------------------+ - - + + Shared (tag 1) ============== - + +----------+----------+------------------------+ | Name | Size | Contents | +==========+==========+========================+ @@ -103259,11 +103259,11 @@ Full description +----------+----------+------------------------+ | delegate | 21 bytes | $public_key_hash | +----------+----------+------------------------+ - - + + Baker (tag 2) ============= - + +-----------------+----------+------------------------+ | Name | Size | Contents | +=================+==========+========================+ @@ -103271,11 +103271,11 @@ Full description +-----------------+----------+------------------------+ | baker_own_stake | 21 bytes | $public_key_hash | +-----------------+----------+------------------------+ - - + + Baker_edge (tag 3) ================== - + +------------+----------+------------------------+ | Name | Size | Contents | +============+==========+========================+ @@ -103283,14 +103283,14 @@ Full description +------------+----------+------------------------+ | baker_edge | 21 bytes | $public_key_hash | +------------+----------+------------------------+ - - + + X_59 (Determined from data, 8-bit tag) ************************************** - + Contract (tag 0) ================ - + +----------+----------+----------------------------------+ | Name | Size | Contents | +==========+==========+==================================+ @@ -103300,11 +103300,11 @@ Full description +----------+----------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +----------+----------+----------------------------------+ - - + + Block_fees (tag 2) ================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -103312,11 +103312,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Deposits (tag 4) ================ - + +--------+----------------------+----------------------------------+ | Name | Size | Contents | +========+======================+==================================+ @@ -103326,11 +103326,11 @@ Full description +--------+----------------------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+----------------------+----------------------------------+ - - + + Nonce_revelation_rewards (tag 5) ================================ - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -103338,11 +103338,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Attesting_rewards (tag 7) ========================= - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -103350,11 +103350,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Baking_rewards (tag 8) ====================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -103362,11 +103362,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Baking_bonuses (tag 9) ====================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -103374,11 +103374,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Storage_fees (tag 11) ===================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -103386,11 +103386,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Double_signing_punishments (tag 12) =================================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -103398,11 +103398,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Lost_attesting_rewards (tag 13) =============================== - + +---------------+----------+-------------------------------------+ | Name | Size | Contents | +===============+==========+=====================================+ @@ -103416,11 +103416,11 @@ Full description +---------------+----------+-------------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +---------------+----------+-------------------------------------+ - - + + Liquidity_baking_subsidies (tag 14) =================================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -103428,11 +103428,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Burned (tag 15) =============== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -103440,11 +103440,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Commitments (tag 16) ==================== - + +-----------+----------+----------------------------------+ | Name | Size | Contents | +===========+==========+==================================+ @@ -103454,11 +103454,11 @@ Full description +-----------+----------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +-----------+----------+----------------------------------+ - - + + Bootstrap (tag 17) ================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -103466,11 +103466,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Invoice (tag 18) ================ - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -103478,11 +103478,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Initial_commitments (tag 19) ============================ - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -103490,11 +103490,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Minted (tag 20) =============== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -103502,11 +103502,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Frozen_bonds (tag 21) ===================== - + +----------+----------+----------------------------------+ | Name | Size | Contents | +==========+==========+==================================+ @@ -103518,11 +103518,11 @@ Full description +----------+----------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +----------+----------+----------------------------------+ - - + + Smart_rollup_refutation_punishments (tag 24) ============================================ - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -103530,11 +103530,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Smart_rollup_refutation_rewards (tag 25) ======================================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -103542,11 +103542,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Unstaked_deposits (tag 26) ========================== - + +--------+----------------------+----------------------------------+ | Name | Size | Contents | +========+======================+==================================+ @@ -103558,11 +103558,11 @@ Full description +--------+----------------------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+----------------------+----------------------------------+ - - + + Staking_delegator_numerator (tag 27) ==================================== - + +-----------+----------+----------------------------------+ | Name | Size | Contents | +===========+==========+==================================+ @@ -103572,11 +103572,11 @@ Full description +-----------+----------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +-----------+----------+----------------------------------+ - - + + Staking_delegate_denominator (tag 28) ===================================== - + +----------+----------+----------------------------------+ | Name | Size | Contents | +==========+==========+==================================+ @@ -103586,11 +103586,11 @@ Full description +----------+----------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +----------+----------+----------------------------------+ - - + + DAL_attesting_rewards (tag 29) ============================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -103598,11 +103598,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Lost_DAL_attesting_rewards (tag 30) =================================== - + +----------+----------+----------------------------------+ | Name | Size | Contents | +==========+==========+==================================+ @@ -103612,54 +103612,54 @@ Full description +----------+----------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +----------+----------+----------------------------------+ - - + + X_60 (Determined from data, 8-bit tag) ************************************** - + Block_application (tag 0) ========================= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Protocol_migration (tag 1) ========================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Subsidy (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Simulation (tag 3) ================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Delayed_operation (tag 4) ========================= - + +------------------------+----------+------------------------+ | Name | Size | Contents | +========================+==========+========================+ @@ -103667,11 +103667,11 @@ Full description +------------------------+----------+------------------------+ | delayed_operation_hash | 32 bytes | bytes | +------------------------+----------+------------------------+ - - + + X_58 **** - + +-----------------+----------------------+----------+ | Name | Size | Contents | +=================+======================+==========+ @@ -103679,11 +103679,11 @@ Full description +-----------------+----------------------+----------+ | Unnamed field 1 | Determined from data | $X_60 | +-----------------+----------------------+----------+ - - + + X_61 **** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -103691,14 +103691,14 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.operation_result.zk_rollup_update (Determined from data, 8-bit tag) ************************************************************************************************ - + Applied (tag 0) =============== - + +--------------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+====================================+ @@ -103712,11 +103712,11 @@ Full description +--------------------------------------------------------------------------+----------------------+------------------------------------+ | paid_storage_size_diff | Determined from data | $Z.t | +--------------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -103726,21 +103726,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=====================================+ @@ -103758,14 +103758,14 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | paid_storage_size_diff | Determined from data | $Z.t | +--------------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + 024-PsD5wVTJ.transaction_destination (22 bytes, 8-bit tag) ********************************************************** - + Implicit (tag 0) ================ - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -103773,11 +103773,11 @@ Full description +---------------------------+----------+------------------------+ | Signature.Public_key_hash | 21 bytes | $public_key_hash | +---------------------------+----------+------------------------+ - - + + Originated (tag 1) ================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -103787,11 +103787,11 @@ Full description +---------------+----------+------------------------+ | padding | 1 byte | padding | +---------------+----------+------------------------+ - - + + Smart_rollup (tag 3) ==================== - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -103801,11 +103801,11 @@ Full description +----------------------+----------+------------------------+ | padding | 1 byte | padding | +----------------------+----------+------------------------+ - - + + Zk_rollup (tag 4) ================= - + +----------------+----------+------------------------+ | Name | Size | Contents | +================+==========+========================+ @@ -103815,14 +103815,14 @@ Full description +----------------+----------+------------------------+ | padding | 1 byte | padding | +----------------+----------+------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.internal_operation_result.event (Determined from data, 8-bit tag) ********************************************************************************************** - + Applied (tag 0) =============== - + +-------------------+----------------------+------------------------+ | Name | Size | Contents | +===================+======================+========================+ @@ -103830,11 +103830,11 @@ Full description +-------------------+----------------------+------------------------+ | consumed_milligas | Determined from data | $N.t | +-------------------+----------------------+------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -103844,21 +103844,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==============================+======================+=====================================+ @@ -103870,14 +103870,14 @@ Full description +------------------------------+----------------------+-------------------------------------+ | consumed_milligas | Determined from data | $N.t | +------------------------------+----------------------+-------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.internal_operation_result.delegation (Determined from data, 8-bit tag) *************************************************************************************************** - + Applied (tag 0) =============== - + +--------------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+====================================+ @@ -103889,11 +103889,11 @@ Full description +--------------------------------------------------------------------------+----------------------+------------------------------------+ | balance_updates | Variable | sequence of $X_58 | +--------------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -103903,21 +103903,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=====================================+ @@ -103933,11 +103933,11 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | balance_updates | Variable | sequence of $X_58 | +--------------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + sapling.transaction.ciphertext ****************************** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -103955,11 +103955,11 @@ Full description +-----------------------+----------+------------------------------------+ | nonce_out | 24 bytes | bytes | +-----------------------+----------+------------------------------------+ - - + + X_83 **** - + +-----------------+----------------------+---------------------------------+ | Name | Size | Contents | +=================+======================+=================================+ @@ -103967,11 +103967,11 @@ Full description +-----------------+----------------------+---------------------------------+ | Unnamed field 1 | Determined from data | $sapling.transaction.ciphertext | +-----------------+----------------------+---------------------------------+ - - + + X_82 **** - + +-----------------------------+----------+------------------------------------+ | Name | Size | Contents | +=============================+==========+====================================+ @@ -103983,14 +103983,14 @@ Full description +-----------------------------+----------+------------------------------------+ | nullifiers | Variable | sequence of bytes | +-----------------------------+----------+------------------------------------+ - - + + X_88 (Determined from data, 8-bit tag) ************************************** - + update (tag 0) ============== - + +---------+----------------------+------------------------+ | Name | Size | Contents | +=========+======================+========================+ @@ -103998,21 +103998,21 @@ Full description +---------+----------------------+------------------------+ | updates | Determined from data | $X_82 | +---------+----------------------+------------------------+ - - + + remove (tag 1) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + copy (tag 2) ============ - + +---------+----------------------+------------------------+ | Name | Size | Contents | +=========+======================+========================+ @@ -104022,11 +104022,11 @@ Full description +---------+----------------------+------------------------+ | updates | Determined from data | $X_82 | +---------+----------------------+------------------------+ - - + + alloc (tag 3) ============= - + +-----------+----------------------+------------------------------------+ | Name | Size | Contents | +===========+======================+====================================+ @@ -104036,11 +104036,11 @@ Full description +-----------+----------------------+------------------------------------+ | memo_size | 2 bytes | unsigned 16-bit big-endian integer | +-----------+----------------------+------------------------------------+ - - + + X_89 **** - + +-----------------------------+----------------------+-------------------------------------------------+ | Name | Size | Contents | +=============================+======================+=================================================+ @@ -104052,14 +104052,14 @@ Full description +-----------------------------+----------------------+-------------------------------------------------+ | value | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +-----------------------------+----------------------+-------------------------------------------------+ - - + + X_100 (Determined from data, 8-bit tag) *************************************** - + update (tag 0) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -104069,21 +104069,21 @@ Full description +-----------------------+----------+------------------------------------+ | updates | Variable | sequence of $X_89 | +-----------------------+----------+------------------------------------+ - - + + remove (tag 1) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + copy (tag 2) ============ - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -104095,11 +104095,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | updates | Variable | sequence of $X_89 | +-----------------------+----------------------+------------------------------------+ - - + + alloc (tag 3) ============= - + +-----------------------+----------------------+-------------------------------------------------+ | Name | Size | Contents | +=======================+======================+=================================================+ @@ -104113,14 +104113,14 @@ Full description +-----------------------+----------------------+-------------------------------------------------+ | value_type | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +-----------------------+----------------------+-------------------------------------------------+ - - + + X_101 (Determined from data, 8-bit tag) *************************************** - + big_map (tag 0) =============== - + +------+----------------------+------------------------+ | Name | Size | Contents | +======+======================+========================+ @@ -104130,11 +104130,11 @@ Full description +------+----------------------+------------------------+ | diff | Determined from data | $X_100 | +------+----------------------+------------------------+ - - + + sapling_state (tag 1) ===================== - + +------+----------------------+------------------------+ | Name | Size | Contents | +======+======================+========================+ @@ -104144,11 +104144,11 @@ Full description +------+----------------------+------------------------+ | diff | Determined from data | $X_88 | +------+----------------------+------------------------+ - - + + 024-PsD5wVTJ.lazy_storage_diff ****************************** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -104156,14 +104156,14 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_101 | +-----------------------+----------+------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.internal_operation_result.origination (Determined from data, 8-bit tag) **************************************************************************************************** - + Applied (tag 0) =============== - + +--------------------------------------------------------------------------+----------------------+--------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+==================================================+ @@ -104187,11 +104187,11 @@ Full description +--------------------------------------------------------------------------+----------------------+--------------------------------------------------+ | lazy_storage_diff | Determined from data | $024-PsD5wVTJ.lazy_storage_diff | +--------------------------------------------------------------------------+----------------------+--------------------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -104201,21 +104201,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +--------------------------------------------------------------------------+----------------------+--------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+==================================================+ @@ -104243,11 +104243,11 @@ Full description +--------------------------------------------------------------------------+----------------------+--------------------------------------------------+ | lazy_storage_diff | Determined from data | $024-PsD5wVTJ.lazy_storage_diff | +--------------------------------------------------------------------------+----------------------+--------------------------------------------------+ - - + + X_128 ***** - + +--------------+----------------------+-------------------------------------------------+ | Name | Size | Contents | +==============+======================+=================================================+ @@ -104257,11 +104257,11 @@ Full description +--------------+----------------------+-------------------------------------------------+ | content | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +--------------+----------------------+-------------------------------------------------+ - - + + X_131 ***** - + +---------+----------------------+---------------------------------------+ | Name | Size | Contents | +=========+======================+=======================================+ @@ -104269,11 +104269,11 @@ Full description +---------+----------------------+---------------------------------------+ | amount | Determined from data | $Z.t | +---------+----------------------+---------------------------------------+ - - + + X_127 ***** - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -104283,11 +104283,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | updates | Variable | sequence of $X_131 | +-----------------------+----------------------+------------------------------------+ - - + + X_161 ***** - + +---------+----------------------+---------------------------------------+ | Name | Size | Contents | +=========+======================+=======================================+ @@ -104295,14 +104295,14 @@ Full description +---------+----------------------+---------------------------------------+ | index | Determined from data | $Z.t | +---------+----------------------+---------------------------------------+ - - + + X_162 (Determined from data, 8-bit tag) *************************************** - + To_contract (tag 0) =================== - + +--------------------------------------------------------------------------+----------------------+--------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+==================================================+ @@ -104340,11 +104340,11 @@ Full description +--------------------------------------------------------------------------+----------------------+--------------------------------------------------+ | address_registry_diff | Variable | sequence of $X_161 | +--------------------------------------------------------------------------+----------------------+--------------------------------------------------+ - - + + To_smart_rollup (tag 2) ======================= - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -104356,14 +104356,14 @@ Full description +-----------------------+----------------------+------------------------------------+ | ticket_receipt | Variable | sequence of $X_127 | +-----------------------+----------------------+------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.internal_operation_result.transaction (Determined from data, 8-bit tag) **************************************************************************************************** - + Applied (tag 0) =============== - + +-----------------+----------------------+------------------------+ | Name | Size | Contents | +=================+======================+========================+ @@ -104371,11 +104371,11 @@ Full description +-----------------+----------------------+------------------------+ | Unnamed field 0 | Determined from data | $X_162 | +-----------------+----------------------+------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -104385,21 +104385,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==============================+======================+=====================================+ @@ -104411,14 +104411,14 @@ Full description +------------------------------+----------------------+-------------------------------------+ | Unnamed field 0 | Determined from data | $X_162 | +------------------------------+----------------------+-------------------------------------+ - - + + 024-PsD5wVTJ.apply_internal_results.alpha.operation_result (Determined from data, 8-bit tag) ******************************************************************************************** - + transaction (tag 1) =================== - + +----------------------------------+----------------------+---------------------------------------------------------------------+ | Name | Size | Contents | +==================================+======================+=====================================================================+ @@ -104438,11 +104438,11 @@ Full description +----------------------------------+----------------------+---------------------------------------------------------------------+ | result | Determined from data | $024-PsD5wVTJ.operation.alpha.internal_operation_result.transaction | +----------------------------------+----------------------+---------------------------------------------------------------------+ - - + + origination (tag 2) =================== - + +--------------------------------+----------------------+---------------------------------------------------------------------+ | Name | Size | Contents | +================================+======================+=====================================================================+ @@ -104462,11 +104462,11 @@ Full description +--------------------------------+----------------------+---------------------------------------------------------------------+ | result | Determined from data | $024-PsD5wVTJ.operation.alpha.internal_operation_result.origination | +--------------------------------+----------------------+---------------------------------------------------------------------+ - - + + delegation (tag 3) ================== - + +--------------------------------+----------------------+--------------------------------------------------------------------+ | Name | Size | Contents | +================================+======================+====================================================================+ @@ -104482,11 +104482,11 @@ Full description +--------------------------------+----------------------+--------------------------------------------------------------------+ | result | Determined from data | $024-PsD5wVTJ.operation.alpha.internal_operation_result.delegation | +--------------------------------+----------------------+--------------------------------------------------------------------+ - - + + event (tag 4) ============= - + +-------------------------------+----------------------+---------------------------------------------------------------+ | Name | Size | Contents | +===============================+======================+===============================================================+ @@ -104508,11 +104508,11 @@ Full description +-------------------------------+----------------------+---------------------------------------------------------------+ | result | Determined from data | $024-PsD5wVTJ.operation.alpha.internal_operation_result.event | +-------------------------------+----------------------+---------------------------------------------------------------+ - - + + X_57 **** - + +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=========================================================================+ @@ -104526,14 +104526,14 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.operation_result.zk_rollup_publish (Determined from data, 8-bit tag) ************************************************************************************************* - + Applied (tag 0) =============== - + +--------------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+====================================+ @@ -104547,11 +104547,11 @@ Full description +--------------------------------------------------------------------------+----------------------+------------------------------------+ | size | Determined from data | $Z.t | +--------------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -104561,21 +104561,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=====================================+ @@ -104593,11 +104593,11 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | size | Determined from data | $Z.t | +--------------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + X_205 ***** - + +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=========================================================================+ @@ -104611,14 +104611,14 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.operation_result.zk_rollup_origination (Determined from data, 8-bit tag) ***************************************************************************************************** - + Applied (tag 0) =============== - + +--------------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+====================================+ @@ -104634,11 +104634,11 @@ Full description +--------------------------------------------------------------------------+----------------------+------------------------------------+ | size | Determined from data | $Z.t | +--------------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -104648,21 +104648,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=====================================+ @@ -104682,11 +104682,11 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | size | Determined from data | $Z.t | +--------------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + X_350 ***** - + +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=========================================================================+ @@ -104700,14 +104700,14 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + X_498 (54 bytes, 8-bit tag) *************************** - + v0 (tag 0) ========== - + +------------+----------+----------------------------------+ | Name | Size | Contents | +============+==========+==================================+ @@ -104719,14 +104719,14 @@ Full description +------------+----------+----------------------------------+ | commitment | 48 bytes | bytes | +------------+----------+----------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.operation_result.dal_publish_commitment (Determined from data, 8-bit tag) ****************************************************************************************************** - + Applied (tag 0) =============== - + +-------------------+----------------------+------------------------+ | Name | Size | Contents | +===================+======================+========================+ @@ -104736,11 +104736,11 @@ Full description +-------------------+----------------------+------------------------+ | consumed_milligas | Determined from data | $N.t | +-------------------+----------------------+------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -104750,21 +104750,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==============================+======================+=====================================+ @@ -104778,11 +104778,11 @@ Full description +------------------------------+----------------------+-------------------------------------+ | consumed_milligas | Determined from data | $N.t | +------------------------------+----------------------+-------------------------------------+ - - + + X_493 ***** - + +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=========================================================================+ @@ -104796,14 +104796,14 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.operation_result.smart_rollup_recover_bond (Determined from data, 8-bit tag) ********************************************************************************************************* - + Applied (tag 0) =============== - + +--------------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+====================================+ @@ -104815,11 +104815,11 @@ Full description +--------------------------------------------------------------------------+----------------------+------------------------------------+ | consumed_milligas | Determined from data | $N.t | +--------------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -104829,21 +104829,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=====================================+ @@ -104859,11 +104859,11 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | consumed_milligas | Determined from data | $N.t | +--------------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + X_631 ***** - + +--------------------------------------------------------------------------+----------------------+--------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+==========================================================================+ @@ -104877,24 +104877,24 @@ Full description +--------------------------------------------------------------------------+----------------------+--------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+--------------------------------------------------------------------------+ - - + + X_787 (Determined from data, 8-bit tag) *************************************** - + Public (tag 0) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Private (tag 1) =============== - + +-----------+----------------------+------------------------+ | Name | Size | Contents | +===========+======================+========================+ @@ -104902,14 +104902,14 @@ Full description +-----------+----------------------+------------------------+ | whitelist | Determined from data | $X_28 | +-----------+----------------------+------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.operation_result.smart_rollup_execute_outbox_message (Determined from data, 8-bit tag) ******************************************************************************************************************* - + Applied (tag 0) =============== - + +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=====================================+ @@ -104931,11 +104931,11 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | paid_storage_size_diff | Determined from data | $Z.t | +--------------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -104945,21 +104945,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=====================================+ @@ -104985,11 +104985,11 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | paid_storage_size_diff | Determined from data | $Z.t | +--------------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + X_773 ***** - + +--------------------------------------------------------------------------+----------------------+------------------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+====================================================================================+ @@ -105003,37 +105003,37 @@ Full description +--------------------------------------------------------------------------+----------------------+------------------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+------------------------------------------------------------------------------------+ - - + + X_935 (1 byte, 8-bit tag) ************************* - + Conflict_resolved (tag 0) ========================= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Timeout (tag 1) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + X_936 (Determined from data, 8-bit tag) *************************************** - + Loser (tag 0) ============= - + +--------+----------+------------------------+ | Name | Size | Contents | +========+==========+========================+ @@ -105043,34 +105043,34 @@ Full description +--------+----------+------------------------+ | player | 21 bytes | $public_key_hash | +--------+----------+------------------------+ - - + + Draw (tag 1) ============ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + X_937 (Determined from data, 8-bit tag) *************************************** - + Ongoing (tag 0) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Ended (tag 1) ============= - + +--------+----------------------+------------------------+ | Name | Size | Contents | +========+======================+========================+ @@ -105078,14 +105078,14 @@ Full description +--------+----------------------+------------------------+ | result | Determined from data | $X_936 | +--------+----------------------+------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.operation_result.smart_rollup_timeout (Determined from data, 8-bit tag) **************************************************************************************************** - + Applied (tag 0) =============== - + +--------------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+====================================+ @@ -105099,11 +105099,11 @@ Full description +--------------------------------------------------------------------------+----------------------+------------------------------------+ | balance_updates | Variable | sequence of $X_58 | +--------------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -105113,21 +105113,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=====================================+ @@ -105145,11 +105145,11 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | balance_updates | Variable | sequence of $X_58 | +--------------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + X_930 ***** - + +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=========================================================================+ @@ -105163,14 +105163,14 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.operation_result.smart_rollup_publish (Determined from data, 8-bit tag) **************************************************************************************************** - + Applied (tag 0) =============== - + +--------------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+====================================+ @@ -105186,11 +105186,11 @@ Full description +--------------------------------------------------------------------------+----------------------+------------------------------------+ | balance_updates | Variable | sequence of $X_58 | +--------------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -105200,21 +105200,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=====================================+ @@ -105234,11 +105234,11 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | balance_updates | Variable | sequence of $X_58 | +--------------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + X_1233 ****** - + +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=========================================================================+ @@ -105252,14 +105252,14 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.operation_result.smart_rollup_cement (Determined from data, 8-bit tag) *************************************************************************************************** - + Applied (tag 0) =============== - + +-------------------+----------------------+----------------------------------+ | Name | Size | Contents | +===================+======================+==================================+ @@ -105271,11 +105271,11 @@ Full description +-------------------+----------------------+----------------------------------+ | commitment_hash | 32 bytes | bytes | +-------------------+----------------------+----------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -105285,21 +105285,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==============================+======================+=====================================+ @@ -105315,11 +105315,11 @@ Full description +------------------------------+----------------------+-------------------------------------+ | commitment_hash | 32 bytes | bytes | +------------------------------+----------------------+-------------------------------------+ - - + + X_1375 ****** - + +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=========================================================================+ @@ -105333,11 +105333,11 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + X_1512 ****** - + +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=========================================================================+ @@ -105351,14 +105351,14 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.operation_result.smart_rollup_originate (Determined from data, 8-bit tag) ****************************************************************************************************** - + Applied (tag 0) =============== - + +--------------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+====================================+ @@ -105376,11 +105376,11 @@ Full description +--------------------------------------------------------------------------+----------------------+------------------------------------+ | size | Determined from data | $Z.t | +--------------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -105390,21 +105390,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=====================================+ @@ -105426,11 +105426,11 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | size | Determined from data | $Z.t | +--------------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + X_1650 ****** - + +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=========================================================================+ @@ -105444,14 +105444,14 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.operation_result.transfer_ticket (Determined from data, 8-bit tag) *********************************************************************************************** - + Applied (tag 0) =============== - + +--------------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+====================================+ @@ -105469,11 +105469,11 @@ Full description +--------------------------------------------------------------------------+----------------------+------------------------------------+ | paid_storage_size_diff | Determined from data | $Z.t | +--------------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -105483,21 +105483,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=====================================+ @@ -105519,11 +105519,11 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | paid_storage_size_diff | Determined from data | $Z.t | +--------------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + X_1792 ****** - + +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=========================================================================+ @@ -105537,14 +105537,14 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.operation_result.update_consensus_key (Determined from data, 8-bit tag) **************************************************************************************************** - + Applied (tag 0) =============== - + +-------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +===================+======================+=====================================+ @@ -105554,11 +105554,11 @@ Full description +-------------------+----------------------+-------------------------------------+ | consumed_milligas | Determined from data | $N.t | +-------------------+----------------------+-------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -105568,21 +105568,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==============================+======================+=====================================+ @@ -105596,11 +105596,11 @@ Full description +------------------------------+----------------------+-------------------------------------+ | consumed_milligas | Determined from data | $N.t | +------------------------------+----------------------+-------------------------------------+ - - + + X_1945 ****** - + +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=========================================================================+ @@ -105614,14 +105614,14 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.operation_result.register_global_constant (Determined from data, 8-bit tag) ******************************************************************************************************** - + Applied (tag 0) =============== - + +--------------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+====================================+ @@ -105637,11 +105637,11 @@ Full description +--------------------------------------------------------------------------+----------------------+------------------------------------+ | global_address | 32 bytes | bytes | +--------------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -105651,21 +105651,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=====================================+ @@ -105685,11 +105685,11 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | global_address | 32 bytes | bytes | +--------------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + X_2496 ****** - + +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=========================================================================+ @@ -105703,11 +105703,11 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + X_2638 ****** - + +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=========================================================================+ @@ -105721,11 +105721,11 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + X_2780 ****** - + +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=========================================================================+ @@ -105739,14 +105739,14 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + X_3003 (Determined from data, 8-bit tag) **************************************** - + To_contract (tag 0) =================== - + +--------------------------------------------------------------------------+----------------------+--------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+==================================================+ @@ -105784,11 +105784,11 @@ Full description +--------------------------------------------------------------------------+----------------------+--------------------------------------------------+ | address_registry_diff | Variable | sequence of $X_161 | +--------------------------------------------------------------------------+----------------------+--------------------------------------------------+ - - + + To_smart_rollup (tag 2) ======================= - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -105800,14 +105800,14 @@ Full description +-----------------------+----------------------+------------------------------------+ | ticket_updates | Variable | sequence of $X_127 | +-----------------------+----------------------+------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.operation_result.transaction (Determined from data, 8-bit tag) ******************************************************************************************* - + Applied (tag 0) =============== - + +-----------------+----------------------+------------------------+ | Name | Size | Contents | +=================+======================+========================+ @@ -105815,11 +105815,11 @@ Full description +-----------------+----------------------+------------------------+ | Unnamed field 0 | Determined from data | $X_3003 | +-----------------+----------------------+------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -105829,21 +105829,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==============================+======================+=====================================+ @@ -105855,11 +105855,11 @@ Full description +------------------------------+----------------------+-------------------------------------+ | Unnamed field 0 | Determined from data | $X_3003 | +------------------------------+----------------------+-------------------------------------+ - - + + X_2963 ****** - + +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=========================================================================+ @@ -105873,11 +105873,11 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + X_3315 ****** - + +-------+---------+-------------------------------------------------------------------------+ | Name | Size | Contents | +=======+=========+=========================================================================+ @@ -105885,11 +105885,11 @@ Full description +-------+---------+-------------------------------------------------------------------------+ | stake | 8 bytes | signed 64-bit big-endian integer | +-------+---------+-------------------------------------------------------------------------+ - - + + X_3314 ****** - + +-----------------+----------+------------------+ | Name | Size | Contents | +=================+==========+==================+ @@ -105899,11 +105899,11 @@ Full description +-----------------+----------+------------------+ | consensus_power | 12 bytes | $X_3315 | +-----------------+----------+------------------+ - - + + X_3310 ****** - + +--------------------------------------------------------------------------+----------+------------------------------------+ | Name | Size | Contents | +==========================================================================+==========+====================================+ @@ -105917,11 +105917,11 @@ Full description +--------------------------------------------------------------------------+----------+------------------------------------+ | total_consensus_power | 12 bytes | $X_3315 | +--------------------------------------------------------------------------+----------+------------------------------------+ - - + + 024-PsD5wVTJ.operation_metadata.alpha.balance_updates ***************************************************** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -105929,11 +105929,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_58 | +-----------------------+----------+------------------------------------+ - - + + X_3334 ****** - + +--------------------------------------------------------------------------+----------+------------------------------------+ | Name | Size | Contents | +==========================================================================+==========+====================================+ @@ -105947,11 +105947,11 @@ Full description +--------------------------------------------------------------------------+----------+------------------------------------+ | consensus_key | 21 bytes | $public_key_hash | +--------------------------------------------------------------------------+----------+------------------------------------+ - - + + X_3349 ****** - + +--------------------------------------------------------------------------+----------+-------------------------------------+ | Name | Size | Contents | +==========================================================================+==========+=====================================+ @@ -105961,11 +105961,11 @@ Full description +--------------------------------------------------------------------------+----------+-------------------------------------+ | allocated_destination_contract | 1 byte | boolean (0 for false, 255 for true) | +--------------------------------------------------------------------------+----------+-------------------------------------+ - - + + X_3362 (Enumeration: unsigned 8-bit integer): ********************************************* - + +-------------+----------------+ | Case number | Encoded string | +=============+================+ @@ -105975,11 +105975,11 @@ Full description +-------------+----------------+ | 2 | block | +-------------+----------------+ - - + + X_3361 ****** - + +-------+---------+-------------------------------------------------------------+ | Name | Size | Contents | +=======+=========+=============================================================+ @@ -105989,11 +105989,11 @@ Full description +-------+---------+-------------------------------------------------------------+ | kind | 1 byte | unsigned 8-bit integer encoding an enumeration (see X_3362) | +-------+---------+-------------------------------------------------------------+ - - + + X_3360 ****** - + +-------------------+----------+------------------+ | Name | Size | Contents | +===================+==========+==================+ @@ -106003,14 +106003,14 @@ Full description +-------------------+----------+------------------+ | misbehaviour | 9 bytes | $X_3361 | +-------------------+----------+------------------+ - - + + 024-PsD5wVTJ.operation.alpha.operation_contents_and_result (Determined from data, 8-bit tag) ******************************************************************************************** - + Seed_nonce_revelation (tag 1) ============================= - + +----------+----------------------+--------------------------------------------------------+ | Name | Size | Contents | +==========+======================+========================================================+ @@ -106022,11 +106022,11 @@ Full description +----------+----------------------+--------------------------------------------------------+ | metadata | Determined from data | $024-PsD5wVTJ.operation_metadata.alpha.balance_updates | +----------+----------------------+--------------------------------------------------------+ - - + + Double_consensus_operation_evidence (tag 2) =========================================== - + +-----------------------+----------+-------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================+ @@ -106044,11 +106044,11 @@ Full description +-----------------------+----------+-------------------------------------------+ | metadata | 51 bytes | $X_3360 | +-----------------------+----------+-------------------------------------------+ - - + + Double_baking_evidence (tag 3) ============================== - + +-----------------------+----------+----------------------------------------------+ | Name | Size | Contents | +=======================+==========+==============================================+ @@ -106064,11 +106064,11 @@ Full description +-----------------------+----------+----------------------------------------------+ | metadata | 51 bytes | $X_3360 | +-----------------------+----------+----------------------------------------------+ - - + + Activate_account (tag 4) ======================== - + +----------+----------------------+--------------------------------------------------------+ | Name | Size | Contents | +==========+======================+========================================================+ @@ -106080,11 +106080,11 @@ Full description +----------+----------------------+--------------------------------------------------------+ | metadata | Determined from data | $024-PsD5wVTJ.operation_metadata.alpha.balance_updates | +----------+----------------------+--------------------------------------------------------+ - - + + Proposals (tag 5) ================= - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -106098,11 +106098,11 @@ Full description +-----------------------+----------+------------------------------------+ | proposals | Variable | sequence of at most 20 bytes | +-----------------------+----------+------------------------------------+ - - + + Ballot (tag 6) ============== - + +----------+----------+----------------------------------+ | Name | Size | Contents | +==========+==========+==================================+ @@ -106116,11 +106116,11 @@ Full description +----------+----------+----------------------------------+ | ballot | 1 byte | signed 8-bit integer | +----------+----------+----------------------------------+ - - + + Vdf_revelation (tag 8) ====================== - + +----------+----------------------+--------------------------------------------------------+ | Name | Size | Contents | +==========+======================+========================================================+ @@ -106130,11 +106130,11 @@ Full description +----------+----------------------+--------------------------------------------------------+ | metadata | Determined from data | $024-PsD5wVTJ.operation_metadata.alpha.balance_updates | +----------+----------------------+--------------------------------------------------------+ - - + + Drain_delegate (tag 9) ====================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -106148,11 +106148,11 @@ Full description +---------------+----------------------+------------------------+ | metadata | Determined from data | $X_3349 | +---------------+----------------------+------------------------+ - - + + Preattestation (tag 20) ======================= - + +--------------------+----------------------+------------------------------------+ | Name | Size | Contents | +====================+======================+====================================+ @@ -106168,11 +106168,11 @@ Full description +--------------------+----------------------+------------------------------------+ | metadata | Determined from data | $X_3334 | +--------------------+----------------------+------------------------------------+ - - + + Attestation (tag 21) ==================== - + +--------------------+----------------------+------------------------------------+ | Name | Size | Contents | +====================+======================+====================================+ @@ -106188,11 +106188,11 @@ Full description +--------------------+----------------------+------------------------------------+ | metadata | Determined from data | $X_3334 | +--------------------+----------------------+------------------------------------+ - - + + Attestation_with_dal (tag 23) ============================= - + +--------------------+----------------------+------------------------------------+ | Name | Size | Contents | +====================+======================+====================================+ @@ -106210,11 +106210,11 @@ Full description +--------------------+----------------------+------------------------------------+ | metadata | Determined from data | $X_3334 | +--------------------+----------------------+------------------------------------+ - - + + Dal_entrapment_evidence (tag 24) ================================ - + +-----------------------+----------------------+--------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+========================================================+ @@ -106232,11 +106232,11 @@ Full description +-----------------------+----------------------+--------------------------------------------------------+ | metadata | Determined from data | $024-PsD5wVTJ.operation_metadata.alpha.balance_updates | +-----------------------+----------------------+--------------------------------------------------------+ - - + + Preattestations_aggregate (tag 30) ================================== - + +-----------------------+----------------------+------------------------------------------------+ | Name | Size | Contents | +=======================+======================+================================================+ @@ -106250,11 +106250,11 @@ Full description +-----------------------+----------------------+------------------------------------------------+ | metadata | Determined from data | $X_3310 | +-----------------------+----------------------+------------------------------------------------+ - - + + Attestations_aggregate (tag 31) =============================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -106268,11 +106268,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | metadata | Determined from data | $X_3310 | +-----------------------+----------------------+------------------------------------+ - - + + Reveal (tag 107) ================ - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -106296,11 +106296,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | metadata | Determined from data | $X_1512 | +-----------------------------+----------------------+-------------------------------------+ - - + + Transaction (tag 108) ===================== - + +----------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==================================+======================+=====================================+ @@ -106326,11 +106326,11 @@ Full description +----------------------------------+----------------------+-------------------------------------+ | metadata | Determined from data | $X_2963 | +----------------------------------+----------------------+-------------------------------------+ - - + + Origination (tag 109) ===================== - + +--------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +================================+======================+=====================================+ @@ -106356,11 +106356,11 @@ Full description +--------------------------------+----------------------+-------------------------------------+ | metadata | Determined from data | $X_2780 | +--------------------------------+----------------------+-------------------------------------+ - - + + Delegation (tag 110) ==================== - + +--------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +================================+======================+=====================================+ @@ -106382,11 +106382,11 @@ Full description +--------------------------------+----------------------+-------------------------------------+ | metadata | Determined from data | $X_2638 | +--------------------------------+----------------------+-------------------------------------+ - - + + Register_global_constant (tag 111) ================================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -106408,11 +106408,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | metadata | Determined from data | $X_2496 | +-----------------------+----------------------+------------------------------------+ - - + + Set_deposits_limit (tag 112) ============================ - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -106434,11 +106434,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | metadata | Determined from data | $X_1512 | +-----------------------------+----------------------+-------------------------------------+ - - + + Increase_paid_storage (tag 113) =============================== - + +---------------+----------------------+--------------------------------------+ | Name | Size | Contents | +===============+======================+======================================+ @@ -106460,11 +106460,11 @@ Full description +---------------+----------------------+--------------------------------------+ | metadata | Determined from data | $X_631 | +---------------+----------------------+--------------------------------------+ - - + + Update_consensus_key (tag 114) ============================== - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -106488,11 +106488,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | metadata | Determined from data | $X_1945 | +-----------------------------+----------------------+-------------------------------------+ - - + + Update_companion_key (tag 115) ============================== - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -106516,11 +106516,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | metadata | Determined from data | $X_1945 | +-----------------------------+----------------------+-------------------------------------+ - - + + Transfer_ticket (tag 158) ========================= - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -106556,11 +106556,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | metadata | Determined from data | $X_1792 | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_originate (tag 200) ================================ - + +---------------------------------+----------------------+-----------------------------------------------------------+ | Name | Size | Contents | +=================================+======================+===========================================================+ @@ -106592,11 +106592,11 @@ Full description +---------------------------------+----------------------+-----------------------------------------------------------+ | metadata | Determined from data | $X_1650 | +---------------------------------+----------------------+-----------------------------------------------------------+ - - + + Smart_rollup_add_messages (tag 201) =================================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -106618,11 +106618,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | metadata | Determined from data | $X_1512 | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_cement (tag 202) ============================= - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -106642,11 +106642,11 @@ Full description +---------------+----------------------+------------------------+ | metadata | Determined from data | $X_1375 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_publish (tag 203) ============================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -106668,11 +106668,11 @@ Full description +---------------+----------------------+------------------------+ | metadata | Determined from data | $X_1233 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_refute (tag 204) ============================= - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -106696,11 +106696,11 @@ Full description +---------------+----------------------+------------------------+ | metadata | Determined from data | $X_930 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_timeout (tag 205) ============================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -106722,11 +106722,11 @@ Full description +---------------+----------------------+------------------------+ | metadata | Determined from data | $X_930 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_execute_outbox_message (tag 206) ============================================= - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -106752,11 +106752,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | metadata | Determined from data | $X_773 | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_recover_bond (tag 207) =================================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -106778,11 +106778,11 @@ Full description +---------------+----------------------+------------------------+ | metadata | Determined from data | $X_631 | +---------------+----------------------+------------------------+ - - + + Dal_publish_commitment (tag 230) ================================ - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -106802,11 +106802,11 @@ Full description +---------------+----------------------+------------------------+ | metadata | Determined from data | $X_493 | +---------------+----------------------+------------------------+ - - + + Zk_rollup_origination (tag 250) =============================== - + +-----------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+=========================================================================+ @@ -106838,11 +106838,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------+ | metadata | Determined from data | $X_350 | +-----------------------+----------------------+-------------------------------------------------------------------------+ - - + + Zk_rollup_publish (tag 251) =========================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -106866,11 +106866,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | metadata | Determined from data | $X_205 | +-----------------------+----------------------+------------------------------------+ - - + + Zk_rollup_update (tag 252) ========================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -106892,14 +106892,14 @@ Full description +---------------+----------------------+------------------------+ | metadata | Determined from data | $X_57 | +---------------+----------------------+------------------------+ - - + + X_3375 (Variable, 8-bit tag) **************************** - + Operation_with_metadata (tag 0) =============================== - + +-----------------------+----------+-------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+=========================================================================+ @@ -106911,11 +106911,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------+ | signature | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------+ - - + + Operation_without_metadata (tag 1) ================================== - + +-----------------------+----------+----------------------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================================+ @@ -106927,10 +106927,10 @@ Full description +-----------------------+----------+----------------------------------------------------+ | signature | Variable | bytes | +-----------------------+----------+----------------------------------------------------+ - +
- + .. _POST_..--block_id--helpers--scripts--trace_code : @@ -106938,7 +106938,7 @@ Full description **POST ..//helpers/scripts/trace_code** .. raw:: html - +
@@ -107248,11 +107248,11 @@ Full description +---------------------------------------+----------------------+-------------------------------------------------+ | extra_big_maps | Determined from data | $X_7 | +---------------------------------------+----------------------+-------------------------------------------------+ - - + + 024-PsD5wVTJ.michelson.v1.primitives (Enumeration: unsigned 8-bit integer): *************************************************************************** - + +-------------+--------------------------------+ | Case number | Encoded string | +=============+================================+ @@ -107578,26 +107578,26 @@ Full description +-------------+--------------------------------+ | 160 | GET_ADDRESS_INDEX | +-------------+--------------------------------+ - - + + Z.t *** - + A variable-length sequence of bytes encoding a Zarith integer. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). The second most significant bit of the first byte is reserved for the sign (0 for positive, 1 for negative). Size and sign bits ignored, the data is the binary representation of the absolute value of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | Z.t | Determined from data | bytes | +------+----------------------+----------+ - - + + micheline.024-PsD5wVTJ.michelson_v1.expression (Determined from data, 8-bit tag) ******************************************************************************** - + Int (tag 0) =========== - + +------+----------------------+------------------------+ | Name | Size | Contents | +======+======================+========================+ @@ -107605,11 +107605,11 @@ Full description +------+----------------------+------------------------+ | int | Determined from data | $Z.t | +------+----------------------+------------------------+ - - + + String (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -107619,11 +107619,11 @@ Full description +-----------------------+----------+------------------------------------+ | string | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + Sequence (tag 2) ================ - + +-----------------------+----------+-------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+=============================================================+ @@ -107633,11 +107633,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------+ | Unnamed field 0 | Variable | sequence of $micheline.024-PsD5wVTJ.michelson_v1.expression | +-----------------------+----------+-------------------------------------------------------------+ - - + + Prim__no_args__no_annots (tag 3) ================================ - + +------+--------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+========+===========================================================================================+ @@ -107645,11 +107645,11 @@ Full description +------+--------+-------------------------------------------------------------------------------------------+ | prim | 1 byte | unsigned 8-bit integer encoding an enumeration (see 024-PsD5wVTJ.michelson.v1.primitives) | +------+--------+-------------------------------------------------------------------------------------------+ - - + + Prim__no_args__some_annots (tag 4) ================================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -107661,11 +107661,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__no_annots (tag 5) ============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -107675,11 +107675,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__some_annots (tag 6) ================================ - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -107693,11 +107693,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__no_annots (tag 7) =============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -107709,11 +107709,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg2 | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__some_annots (tag 8) ================================= - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -107729,11 +107729,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__generic (tag 9) ===================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -107749,11 +107749,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Bytes (tag 10) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -107763,26 +107763,26 @@ Full description +-----------------------+----------+------------------------------------+ | bytes | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + N.t *** - + A variable-length sequence of bytes encoding a Zarith natural number. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). Size bits ignored, the data is the binary representation of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | N.t | Determined from data | bytes | +------+----------------------+----------+ - - + + public_key_hash (21 bytes, 8-bit tag) ************************************* - + Ed25519 (tag 0) =============== - + +-------------------------+----------+------------------------+ | Name | Size | Contents | +=========================+==========+========================+ @@ -107790,11 +107790,11 @@ Full description +-------------------------+----------+------------------------+ | Ed25519.Public_key_hash | 20 bytes | bytes | +-------------------------+----------+------------------------+ - - + + Secp256k1 (tag 1) ================= - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -107802,11 +107802,11 @@ Full description +---------------------------+----------+------------------------+ | Secp256k1.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + P256 (tag 2) ============ - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -107814,11 +107814,11 @@ Full description +----------------------+----------+------------------------+ | P256.Public_key_hash | 20 bytes | bytes | +----------------------+----------+------------------------+ - - + + Bls (tag 3) =========== - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -107826,14 +107826,14 @@ Full description +---------------------------+----------+------------------------+ | Bls12_381.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + 024-PsD5wVTJ.contract_id (22 bytes, 8-bit tag) ********************************************** - + Implicit (tag 0) ================ - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -107841,11 +107841,11 @@ Full description +---------------------------+----------+------------------------+ | Signature.Public_key_hash | 21 bytes | $public_key_hash | +---------------------------+----------+------------------------+ - - + + Originated (tag 1) ================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -107855,14 +107855,14 @@ Full description +---------------+----------+------------------------+ | padding | 1 byte | padding | +---------------+----------+------------------------+ - - + + 024-PsD5wVTJ.contract_id.implicit (22 bytes, 8-bit tag) ******************************************************* - + Implicit (tag 0) ================ - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -107870,14 +107870,14 @@ Full description +---------------------------+----------+------------------------+ | Signature.Public_key_hash | 21 bytes | $public_key_hash | +---------------------------+----------+------------------------+ - - + + 024-PsD5wVTJ.contract_id.originated (22 bytes, 8-bit tag) ********************************************************* - + Originated (tag 1) ================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -107887,44 +107887,44 @@ Full description +---------------+----------+------------------------+ | padding | 1 byte | padding | +---------------+----------+------------------------+ - - + + X_3 (1 byte, 8-bit tag) *********************** - + Readable (tag 0) ================ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Optimized (tag 1) ================= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Optimized_legacy (tag 2) ======================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + X_5 *** - + +---------+----------------------+-------------------------------------------------+ | Name | Size | Contents | +=========+======================+=================================================+ @@ -107932,11 +107932,11 @@ Full description +---------+----------------------+-------------------------------------------------+ | type | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +---------+----------------------+-------------------------------------------------+ - - + + X_4 *** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -107944,11 +107944,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_5 | +-----------------------+----------+------------------------------------+ - - + + X_8 *** - + +-------------+----------------------+-------------------------------------------------+ | Name | Size | Contents | +=============+======================+=================================================+ @@ -107960,11 +107960,11 @@ Full description +-------------+----------------------+-------------------------------------------------+ | map_literal | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +-------------+----------------------+-------------------------------------------------+ - - + + X_7 *** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -107972,7 +107972,7 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_8 | +-----------------------+----------+------------------------------------+ - +
@@ -108340,11 +108340,11 @@ Full description +------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | lazy_storage_diff | Determined from data | $024-PsD5wVTJ.lazy_storage_diff | +------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + 024-PsD5wVTJ.michelson.v1.primitives (Enumeration: unsigned 8-bit integer): *************************************************************************** - + +-------------+--------------------------------+ | Case number | Encoded string | +=============+================================+ @@ -108670,26 +108670,26 @@ Full description +-------------+--------------------------------+ | 160 | GET_ADDRESS_INDEX | +-------------+--------------------------------+ - - + + Z.t *** - + A variable-length sequence of bytes encoding a Zarith integer. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). The second most significant bit of the first byte is reserved for the sign (0 for positive, 1 for negative). Size and sign bits ignored, the data is the binary representation of the absolute value of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | Z.t | Determined from data | bytes | +------+----------------------+----------+ - - + + micheline.024-PsD5wVTJ.michelson_v1.expression (Determined from data, 8-bit tag) ******************************************************************************** - + Int (tag 0) =========== - + +------+----------------------+------------------------+ | Name | Size | Contents | +======+======================+========================+ @@ -108697,11 +108697,11 @@ Full description +------+----------------------+------------------------+ | int | Determined from data | $Z.t | +------+----------------------+------------------------+ - - + + String (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -108711,11 +108711,11 @@ Full description +-----------------------+----------+------------------------------------+ | string | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + Sequence (tag 2) ================ - + +-----------------------+----------+-------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+=============================================================+ @@ -108725,11 +108725,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------+ | Unnamed field 0 | Variable | sequence of $micheline.024-PsD5wVTJ.michelson_v1.expression | +-----------------------+----------+-------------------------------------------------------------+ - - + + Prim__no_args__no_annots (tag 3) ================================ - + +------+--------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+========+===========================================================================================+ @@ -108737,11 +108737,11 @@ Full description +------+--------+-------------------------------------------------------------------------------------------+ | prim | 1 byte | unsigned 8-bit integer encoding an enumeration (see 024-PsD5wVTJ.michelson.v1.primitives) | +------+--------+-------------------------------------------------------------------------------------------+ - - + + Prim__no_args__some_annots (tag 4) ================================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -108753,11 +108753,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__no_annots (tag 5) ============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -108767,11 +108767,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__some_annots (tag 6) ================================ - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -108785,11 +108785,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__no_annots (tag 7) =============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -108801,11 +108801,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg2 | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__some_annots (tag 8) ================================= - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -108821,11 +108821,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__generic (tag 9) ===================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -108841,11 +108841,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Bytes (tag 10) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -108855,14 +108855,14 @@ Full description +-----------------------+----------+------------------------------------+ | bytes | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + public_key_hash (21 bytes, 8-bit tag) ************************************* - + Ed25519 (tag 0) =============== - + +-------------------------+----------+------------------------+ | Name | Size | Contents | +=========================+==========+========================+ @@ -108870,11 +108870,11 @@ Full description +-------------------------+----------+------------------------+ | Ed25519.Public_key_hash | 20 bytes | bytes | +-------------------------+----------+------------------------+ - - + + Secp256k1 (tag 1) ================= - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -108882,11 +108882,11 @@ Full description +---------------------------+----------+------------------------+ | Secp256k1.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + P256 (tag 2) ============ - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -108894,11 +108894,11 @@ Full description +----------------------+----------+------------------------+ | P256.Public_key_hash | 20 bytes | bytes | +----------------------+----------+------------------------+ - - + + Bls (tag 3) =========== - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -108906,14 +108906,14 @@ Full description +---------------------------+----------+------------------------+ | Bls12_381.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + 024-PsD5wVTJ.transaction_destination (22 bytes, 8-bit tag) ********************************************************** - + Implicit (tag 0) ================ - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -108921,11 +108921,11 @@ Full description +---------------------------+----------+------------------------+ | Signature.Public_key_hash | 21 bytes | $public_key_hash | +---------------------------+----------+------------------------+ - - + + Originated (tag 1) ================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -108935,11 +108935,11 @@ Full description +---------------+----------+------------------------+ | padding | 1 byte | padding | +---------------+----------+------------------------+ - - + + Smart_rollup (tag 3) ==================== - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -108949,11 +108949,11 @@ Full description +----------------------+----------+------------------------+ | padding | 1 byte | padding | +----------------------+----------+------------------------+ - - + + Zk_rollup (tag 4) ================= - + +----------------+----------+------------------------+ | Name | Size | Contents | +================+==========+========================+ @@ -108963,114 +108963,114 @@ Full description +----------------+----------+------------------------+ | padding | 1 byte | padding | +----------------+----------+------------------------+ - - + + 024-PsD5wVTJ.entrypoint (Determined from data, 8-bit tag) ********************************************************* - + default (tag 0) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + root (tag 1) ============ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + do (tag 2) ========== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + set_delegate (tag 3) ==================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + remove_delegate (tag 4) ======================= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + deposit (tag 5) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + stake (tag 6) ============= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + unstake (tag 7) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + finalize_unstake (tag 8) ======================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + set_delegate_parameters (tag 9) =============================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + named (tag 255) =============== - + +-----------------------+----------+------------------------+ | Name | Size | Contents | +=======================+==========+========================+ @@ -109080,23 +109080,23 @@ Full description +-----------------------+----------+------------------------+ | Unnamed field 0 | Variable | bytes | +-----------------------+----------+------------------------+ - - + + N.t *** - + A variable-length sequence of bytes encoding a Zarith natural number. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). Size bits ignored, the data is the binary representation of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | N.t | Determined from data | bytes | +------+----------------------+----------+ - - + + 024-PsD5wVTJ.scripted.contracts ******************************* - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -109108,11 +109108,11 @@ Full description +-----------------------+----------+------------------------------------+ | storage | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + X_3 *** - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -109122,14 +109122,14 @@ Full description +-----------------------+----------------------+------------------------------------+ | value | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + X_4 (Determined from data, 8-bit tag) ************************************* - + Transaction (tag 1) =================== - + +----------------------------------+----------------------+---------------------------------------+ | Name | Size | Contents | +==================================+======================+=======================================+ @@ -109143,11 +109143,11 @@ Full description +----------------------------------+----------------------+---------------------------------------+ | parameters | Determined from data | $X_3 | +----------------------------------+----------------------+---------------------------------------+ - - + + Origination (tag 2) =================== - + +--------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +================================+======================+=====================================+ @@ -109161,11 +109161,11 @@ Full description +--------------------------------+----------------------+-------------------------------------+ | script | Determined from data | $024-PsD5wVTJ.scripted.contracts | +--------------------------------+----------------------+-------------------------------------+ - - + + Delegation (tag 3) ================== - + +--------------------------------+----------+-------------------------------------+ | Name | Size | Contents | +================================+==========+=====================================+ @@ -109175,11 +109175,11 @@ Full description +--------------------------------+----------+-------------------------------------+ | delegate | 21 bytes | $public_key_hash | +--------------------------------+----------+-------------------------------------+ - - + + Event (tag 4) ============= - + +-------------------------------+----------------------+-------------------------------------------------+ | Name | Size | Contents | +===============================+======================+=================================================+ @@ -109195,11 +109195,11 @@ Full description +-------------------------------+----------------------+-------------------------------------------------+ | payload | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +-------------------------------+----------------------+-------------------------------------------------+ - - + + 024-PsD5wVTJ.apply_internal_results.alpha.operation_result ********************************************************** - + +-----------------+----------------------+---------------------------------------+ | Name | Size | Contents | +=================+======================+=======================================+ @@ -109209,11 +109209,11 @@ Full description +-----------------+----------------------+---------------------------------------+ | Unnamed field 0 | Determined from data | $X_4 | +-----------------+----------------------+---------------------------------------+ - - + + X_5 *** - + +-----------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+=========================================================================+ @@ -109225,11 +109225,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------+ | stack | Variable | sequence of $micheline.024-PsD5wVTJ.michelson_v1.expression | +-----------------------+----------------------+-------------------------------------------------------------------------+ - - + + sapling.transaction.ciphertext ****************************** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -109247,11 +109247,11 @@ Full description +-----------------------+----------+------------------------------------+ | nonce_out | 24 bytes | bytes | +-----------------------+----------+------------------------------------+ - - + + X_8 *** - + +-----------------+----------------------+---------------------------------+ | Name | Size | Contents | +=================+======================+=================================+ @@ -109259,11 +109259,11 @@ Full description +-----------------+----------------------+---------------------------------+ | Unnamed field 1 | Determined from data | $sapling.transaction.ciphertext | +-----------------+----------------------+---------------------------------+ - - + + X_7 *** - + +-----------------------------+----------+------------------------------------+ | Name | Size | Contents | +=============================+==========+====================================+ @@ -109275,14 +109275,14 @@ Full description +-----------------------------+----------+------------------------------------+ | nullifiers | Variable | sequence of bytes | +-----------------------------+----------+------------------------------------+ - - + + X_13 (Determined from data, 8-bit tag) ************************************** - + update (tag 0) ============== - + +---------+----------------------+------------------------+ | Name | Size | Contents | +=========+======================+========================+ @@ -109290,21 +109290,21 @@ Full description +---------+----------------------+------------------------+ | updates | Determined from data | $X_7 | +---------+----------------------+------------------------+ - - + + remove (tag 1) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + copy (tag 2) ============ - + +---------+----------------------+------------------------+ | Name | Size | Contents | +=========+======================+========================+ @@ -109314,11 +109314,11 @@ Full description +---------+----------------------+------------------------+ | updates | Determined from data | $X_7 | +---------+----------------------+------------------------+ - - + + alloc (tag 3) ============= - + +-----------+----------------------+------------------------------------+ | Name | Size | Contents | +===========+======================+====================================+ @@ -109328,11 +109328,11 @@ Full description +-----------+----------------------+------------------------------------+ | memo_size | 2 bytes | unsigned 16-bit big-endian integer | +-----------+----------------------+------------------------------------+ - - + + X_14 **** - + +-----------------------------+----------------------+-------------------------------------------------+ | Name | Size | Contents | +=============================+======================+=================================================+ @@ -109344,14 +109344,14 @@ Full description +-----------------------------+----------------------+-------------------------------------------------+ | value | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +-----------------------------+----------------------+-------------------------------------------------+ - - + + X_25 (Determined from data, 8-bit tag) ************************************** - + update (tag 0) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -109361,21 +109361,21 @@ Full description +-----------------------+----------+------------------------------------+ | updates | Variable | sequence of $X_14 | +-----------------------+----------+------------------------------------+ - - + + remove (tag 1) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + copy (tag 2) ============ - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -109387,11 +109387,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | updates | Variable | sequence of $X_14 | +-----------------------+----------------------+------------------------------------+ - - + + alloc (tag 3) ============= - + +-----------------------+----------------------+-------------------------------------------------+ | Name | Size | Contents | +=======================+======================+=================================================+ @@ -109405,14 +109405,14 @@ Full description +-----------------------+----------------------+-------------------------------------------------+ | value_type | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +-----------------------+----------------------+-------------------------------------------------+ - - + + X_26 (Determined from data, 8-bit tag) ************************************** - + big_map (tag 0) =============== - + +------+----------------------+------------------------+ | Name | Size | Contents | +======+======================+========================+ @@ -109422,11 +109422,11 @@ Full description +------+----------------------+------------------------+ | diff | Determined from data | $X_25 | +------+----------------------+------------------------+ - - + + sapling_state (tag 1) ===================== - + +------+----------------------+------------------------+ | Name | Size | Contents | +======+======================+========================+ @@ -109436,11 +109436,11 @@ Full description +------+----------------------+------------------------+ | diff | Determined from data | $X_13 | +------+----------------------+------------------------+ - - + + 024-PsD5wVTJ.lazy_storage_diff ****************************** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -109448,10 +109448,10 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_26 | +-----------------------+----------+------------------------------------+ - +
- + .. _POST_..--block_id--helpers--scripts--typecheck_code : @@ -109459,7 +109459,7 @@ Full description **POST ..//helpers/scripts/typecheck_code** .. raw:: html - +
@@ -109677,11 +109677,11 @@ Full description +---------------------------+----------------------+-------------------------------------------------+ | show_types | 1 byte | boolean (0 for false, 255 for true) | +---------------------------+----------------------+-------------------------------------------------+ - - + + 024-PsD5wVTJ.michelson.v1.primitives (Enumeration: unsigned 8-bit integer): *************************************************************************** - + +-------------+--------------------------------+ | Case number | Encoded string | +=============+================================+ @@ -110007,26 +110007,26 @@ Full description +-------------+--------------------------------+ | 160 | GET_ADDRESS_INDEX | +-------------+--------------------------------+ - - + + Z.t *** - + A variable-length sequence of bytes encoding a Zarith integer. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). The second most significant bit of the first byte is reserved for the sign (0 for positive, 1 for negative). Size and sign bits ignored, the data is the binary representation of the absolute value of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | Z.t | Determined from data | bytes | +------+----------------------+----------+ - - + + micheline.024-PsD5wVTJ.michelson_v1.expression (Determined from data, 8-bit tag) ******************************************************************************** - + Int (tag 0) =========== - + +------+----------------------+------------------------+ | Name | Size | Contents | +======+======================+========================+ @@ -110034,11 +110034,11 @@ Full description +------+----------------------+------------------------+ | int | Determined from data | $Z.t | +------+----------------------+------------------------+ - - + + String (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -110048,11 +110048,11 @@ Full description +-----------------------+----------+------------------------------------+ | string | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + Sequence (tag 2) ================ - + +-----------------------+----------+-------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+=============================================================+ @@ -110062,11 +110062,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------+ | Unnamed field 0 | Variable | sequence of $micheline.024-PsD5wVTJ.michelson_v1.expression | +-----------------------+----------+-------------------------------------------------------------+ - - + + Prim__no_args__no_annots (tag 3) ================================ - + +------+--------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+========+===========================================================================================+ @@ -110074,11 +110074,11 @@ Full description +------+--------+-------------------------------------------------------------------------------------------+ | prim | 1 byte | unsigned 8-bit integer encoding an enumeration (see 024-PsD5wVTJ.michelson.v1.primitives) | +------+--------+-------------------------------------------------------------------------------------------+ - - + + Prim__no_args__some_annots (tag 4) ================================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -110090,11 +110090,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__no_annots (tag 5) ============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -110104,11 +110104,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__some_annots (tag 6) ================================ - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -110122,11 +110122,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__no_annots (tag 7) =============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -110138,11 +110138,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg2 | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__some_annots (tag 8) ================================= - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -110158,11 +110158,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__generic (tag 9) ===================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -110178,11 +110178,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Bytes (tag 10) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -110192,7 +110192,7 @@ Full description +-----------------------+----------+------------------------------------+ | bytes | Variable | bytes | +-----------------------+----------+------------------------------------+ - +
@@ -110408,11 +110408,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | gas | Determined from data | $X_3 | +-----------------------+----------------------+------------------------------------+ - - + + 024-PsD5wVTJ.michelson.v1.primitives (Enumeration: unsigned 8-bit integer): *************************************************************************** - + +-------------+--------------------------------+ | Case number | Encoded string | +=============+================================+ @@ -110738,26 +110738,26 @@ Full description +-------------+--------------------------------+ | 160 | GET_ADDRESS_INDEX | +-------------+--------------------------------+ - - + + Z.t *** - + A variable-length sequence of bytes encoding a Zarith integer. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). The second most significant bit of the first byte is reserved for the sign (0 for positive, 1 for negative). Size and sign bits ignored, the data is the binary representation of the absolute value of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | Z.t | Determined from data | bytes | +------+----------------------+----------+ - - + + micheline.024-PsD5wVTJ.michelson_v1.expression (Determined from data, 8-bit tag) ******************************************************************************** - + Int (tag 0) =========== - + +------+----------------------+------------------------+ | Name | Size | Contents | +======+======================+========================+ @@ -110765,11 +110765,11 @@ Full description +------+----------------------+------------------------+ | int | Determined from data | $Z.t | +------+----------------------+------------------------+ - - + + String (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -110779,11 +110779,11 @@ Full description +-----------------------+----------+------------------------------------+ | string | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + Sequence (tag 2) ================ - + +-----------------------+----------+-------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+=============================================================+ @@ -110793,11 +110793,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------+ | Unnamed field 0 | Variable | sequence of $micheline.024-PsD5wVTJ.michelson_v1.expression | +-----------------------+----------+-------------------------------------------------------------+ - - + + Prim__no_args__no_annots (tag 3) ================================ - + +------+--------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+========+===========================================================================================+ @@ -110805,11 +110805,11 @@ Full description +------+--------+-------------------------------------------------------------------------------------------+ | prim | 1 byte | unsigned 8-bit integer encoding an enumeration (see 024-PsD5wVTJ.michelson.v1.primitives) | +------+--------+-------------------------------------------------------------------------------------------+ - - + + Prim__no_args__some_annots (tag 4) ================================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -110821,11 +110821,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__no_annots (tag 5) ============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -110835,11 +110835,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__some_annots (tag 6) ================================ - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -110853,11 +110853,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__no_annots (tag 7) =============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -110869,11 +110869,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg2 | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__some_annots (tag 8) ================================= - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -110889,11 +110889,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__generic (tag 9) ===================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -110909,11 +110909,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Bytes (tag 10) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -110923,11 +110923,11 @@ Full description +-----------------------+----------+------------------------------------+ | bytes | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + X_0 *** - + +-----------------------+----------+-------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+=========================================================================+ @@ -110941,14 +110941,14 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------+ | stack_after | Variable | sequence of $micheline.024-PsD5wVTJ.michelson_v1.expression | +-----------------------+----------+-------------------------------------------------------------------------+ - - + + X_3 (Determined from data, 8-bit tag) ************************************* - + Limited (tag 0) =============== - + +-----------------+----------------------+------------------------+ | Name | Size | Contents | +=================+======================+========================+ @@ -110956,20 +110956,20 @@ Full description +-----------------+----------------------+------------------------+ | Unnamed field 0 | Determined from data | $Z.t | +-----------------+----------------------+------------------------+ - - + + Unaccounted (tag 1) =================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - +
- + .. _POST_..--block_id--helpers--scripts--typecheck_data : @@ -110977,7 +110977,7 @@ Full description **POST ..//helpers/scripts/typecheck_data** .. raw:: html - +
@@ -111195,11 +111195,11 @@ Full description +---------------------------+----------------------+-------------------------------------------------+ | legacy | 1 byte | boolean (0 for false, 255 for true) | +---------------------------+----------------------+-------------------------------------------------+ - - + + 024-PsD5wVTJ.michelson.v1.primitives (Enumeration: unsigned 8-bit integer): *************************************************************************** - + +-------------+--------------------------------+ | Case number | Encoded string | +=============+================================+ @@ -111525,26 +111525,26 @@ Full description +-------------+--------------------------------+ | 160 | GET_ADDRESS_INDEX | +-------------+--------------------------------+ - - + + Z.t *** - + A variable-length sequence of bytes encoding a Zarith integer. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). The second most significant bit of the first byte is reserved for the sign (0 for positive, 1 for negative). Size and sign bits ignored, the data is the binary representation of the absolute value of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | Z.t | Determined from data | bytes | +------+----------------------+----------+ - - + + micheline.024-PsD5wVTJ.michelson_v1.expression (Determined from data, 8-bit tag) ******************************************************************************** - + Int (tag 0) =========== - + +------+----------------------+------------------------+ | Name | Size | Contents | +======+======================+========================+ @@ -111552,11 +111552,11 @@ Full description +------+----------------------+------------------------+ | int | Determined from data | $Z.t | +------+----------------------+------------------------+ - - + + String (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -111566,11 +111566,11 @@ Full description +-----------------------+----------+------------------------------------+ | string | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + Sequence (tag 2) ================ - + +-----------------------+----------+-------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+=============================================================+ @@ -111580,11 +111580,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------+ | Unnamed field 0 | Variable | sequence of $micheline.024-PsD5wVTJ.michelson_v1.expression | +-----------------------+----------+-------------------------------------------------------------+ - - + + Prim__no_args__no_annots (tag 3) ================================ - + +------+--------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+========+===========================================================================================+ @@ -111592,11 +111592,11 @@ Full description +------+--------+-------------------------------------------------------------------------------------------+ | prim | 1 byte | unsigned 8-bit integer encoding an enumeration (see 024-PsD5wVTJ.michelson.v1.primitives) | +------+--------+-------------------------------------------------------------------------------------------+ - - + + Prim__no_args__some_annots (tag 4) ================================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -111608,11 +111608,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__no_annots (tag 5) ============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -111622,11 +111622,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__some_annots (tag 6) ================================ - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -111640,11 +111640,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__no_annots (tag 7) =============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -111656,11 +111656,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg2 | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__some_annots (tag 8) ================================= - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -111676,11 +111676,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__generic (tag 9) ===================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -111696,11 +111696,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Bytes (tag 10) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -111710,7 +111710,7 @@ Full description +-----------------------+----------+------------------------------------+ | bytes | Variable | bytes | +-----------------------+----------+------------------------------------+ - +
@@ -111728,26 +111728,26 @@ Full description +======+======================+==========+ | gas | Determined from data | $X_0 | +------+----------------------+----------+ - - + + Z.t *** - + A variable-length sequence of bytes encoding a Zarith integer. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). The second most significant bit of the first byte is reserved for the sign (0 for positive, 1 for negative). Size and sign bits ignored, the data is the binary representation of the absolute value of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | Z.t | Determined from data | bytes | +------+----------------------+----------+ - - + + X_0 (Determined from data, 8-bit tag) ************************************* - + Limited (tag 0) =============== - + +-----------------+----------------------+------------------------+ | Name | Size | Contents | +=================+======================+========================+ @@ -111755,20 +111755,20 @@ Full description +-----------------+----------------------+------------------------+ | Unnamed field 0 | Determined from data | $Z.t | +-----------------+----------------------+------------------------+ - - + + Unaccounted (tag 1) =================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - +
- + .. _GET_..--block_id--helpers--stake_info : @@ -111776,13 +111776,13 @@ Full description **GET ..//helpers/stake_info** .. raw:: html - +

- Returns the stake info.

+ Returns the baking power distribution for all the active delegates at the current cycle

@@ -111813,14 +111813,14 @@ Full description
     +-----------------+----------------------+----------------------------------+
     | Unnamed field 1 | Determined from data | $X_0                             |
     +-----------------+----------------------+----------------------------------+
-    
-    
+
+
     public_key_hash (21 bytes, 8-bit tag)
     *************************************
-    
+
     Ed25519 (tag 0)
     ===============
-    
+
     +-------------------------+----------+------------------------+
     | Name                    | Size     | Contents               |
     +=========================+==========+========================+
@@ -111828,11 +111828,11 @@ Full description
     +-------------------------+----------+------------------------+
     | Ed25519.Public_key_hash | 20 bytes | bytes                  |
     +-------------------------+----------+------------------------+
-    
-    
+
+
     Secp256k1 (tag 1)
     =================
-    
+
     +---------------------------+----------+------------------------+
     | Name                      | Size     | Contents               |
     +===========================+==========+========================+
@@ -111840,11 +111840,11 @@ Full description
     +---------------------------+----------+------------------------+
     | Secp256k1.Public_key_hash | 20 bytes | bytes                  |
     +---------------------------+----------+------------------------+
-    
-    
+
+
     P256 (tag 2)
     ============
-    
+
     +----------------------+----------+------------------------+
     | Name                 | Size     | Contents               |
     +======================+==========+========================+
@@ -111852,11 +111852,11 @@ Full description
     +----------------------+----------+------------------------+
     | P256.Public_key_hash | 20 bytes | bytes                  |
     +----------------------+----------+------------------------+
-    
-    
+
+
     Bls (tag 3)
     ===========
-    
+
     +---------------------------+----------+------------------------+
     | Name                      | Size     | Contents               |
     +===========================+==========+========================+
@@ -111864,11 +111864,11 @@ Full description
     +---------------------------+----------+------------------------+
     | Bls12_381.Public_key_hash | 20 bytes | bytes                  |
     +---------------------------+----------+------------------------+
-    
-    
+
+
     X_2
     ***
-    
+
     +---------------+----------+------------------+
     | Name          | Size     | Contents         |
     +===============+==========+==================+
@@ -111876,11 +111876,11 @@ Full description
     +---------------+----------+------------------+
     | consensus_pkh | 21 bytes | $public_key_hash |
     +---------------+----------+------------------+
-    
-    
+
+
     X_1
     ***
-    
+
     +-----------------+----------+----------------------------------+
     | Name            | Size     | Contents                         |
     +=================+==========+==================================+
@@ -111888,11 +111888,11 @@ Full description
     +-----------------+----------+----------------------------------+
     | Unnamed field 1 | 8 bytes  | signed 64-bit big-endian integer |
     +-----------------+----------+----------------------------------+
-    
-    
+
+
     X_0
     ***
-    
+
     +-----------------------+----------+------------------------------------+
     | Name                  | Size     | Contents                           |
     +=======================+==========+====================================+
@@ -111900,10 +111900,10 @@ Full description
     +-----------------------+----------+------------------------------------+
     | Unnamed field 0       | Variable | sequence of $X_1                   |
     +-----------------------+----------+------------------------------------+
-    
+
     
- + .. _GET_..--block_id--helpers--total_baking_power : @@ -111911,7 +111911,7 @@ Full description **GET ..//helpers/total_baking_power** .. raw:: html - +
@@ -111932,34 +111932,34 @@ Full description +=================+=========+==================================+ | Unnamed field 0 | 8 bytes | signed 64-bit big-endian integer | +-----------------+---------+----------------------------------+ - - + +
- -.. _GET_..--block_id--helpers--tz4_staker_number_ratio : -**GET ..//helpers/tz4_staker_number_ratio?[cycle=]** +.. _GET_..--block_id--helpers--tz4_baker_number_ratio : + +**GET ..//helpers/tz4_baker_number_ratio?[cycle=]** .. raw:: html - -
- - -
+ +
+ + +

Returns the ratio of active bakers using a tz4.

Optional query arguments :

  • cycle = <block_cycle>

-
+
     /* Universal string representation
        Either a plain UTF8 string, or a sequence of bytes for strings that
        contain invalid byte sequences. */
     string || { "invalid_utf8_string": [ integer ∈ [0, 255] ... ] }
-
+
     +-----------------------+----------+------------------------------------+
     | Name                  | Size     | Contents                           |
@@ -111968,11 +111968,11 @@ Full description
     +-----------------------+----------+------------------------------------+
     | Unnamed field 0       | Variable | bytes                              |
     +-----------------------+----------+------------------------------------+
-    
-    
+
+
     
- + .. _GET_..--block_id--helpers--validators : @@ -111980,7 +111980,7 @@ Full description **GET ..//helpers/validators?(level=)\*&(delegate=)\*&(consensus_key=)\*** .. raw:: html - +
@@ -112029,14 +112029,14 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_0 | +-----------------------+----------+------------------------------------+ - - + + public_key_hash (21 bytes, 8-bit tag) ************************************* - + Ed25519 (tag 0) =============== - + +-------------------------+----------+------------------------+ | Name | Size | Contents | +=========================+==========+========================+ @@ -112044,11 +112044,11 @@ Full description +-------------------------+----------+------------------------+ | Ed25519.Public_key_hash | 20 bytes | bytes | +-------------------------+----------+------------------------+ - - + + Secp256k1 (tag 1) ================= - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -112056,11 +112056,11 @@ Full description +---------------------------+----------+------------------------+ | Secp256k1.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + P256 (tag 2) ============ - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -112068,11 +112068,11 @@ Full description +----------------------+----------+------------------------+ | P256.Public_key_hash | 20 bytes | bytes | +----------------------+----------+------------------------+ - - + + Bls (tag 3) =========== - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -112080,11 +112080,11 @@ Full description +---------------------------+----------+------------------------+ | Bls12_381.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + X_1 *** - + +-------------------------------------+----------+----------------------------------------------+ | Name | Size | Contents | +=====================================+==========+==============================================+ @@ -112104,11 +112104,11 @@ Full description +-------------------------------------+----------+----------------------------------------------+ | attestation_slot | 2 bytes | unsigned 16-bit big-endian integer | +-------------------------------------+----------+----------------------------------------------+ - - + + X_0 *** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -112122,10 +112122,10 @@ Full description +-----------------------+----------+------------------------------------+ | delegates | Variable | sequence of $X_1 | +-----------------------+----------+------------------------------------+ - +
- + .. _GET_..--block_id--live_blocks : @@ -112133,7 +112133,7 @@ Full description **GET ..//live_blocks** .. raw:: html - +
@@ -112162,11 +112162,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of bytes | +-----------------------+----------+------------------------------------+ - - + +
- + .. _GET_..--block_id--metadata : @@ -112174,7 +112174,7 @@ Full description **GET ..//metadata?[version=]** .. raw:: html - +
@@ -113463,24 +113463,24 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------------+ | dal_attestation | Determined from data | $Z.t | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------------+ - - + + test_chain_status (Determined from data, 8-bit tag) *************************************************** - + Not_running (tag 0) =================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Forking (tag 1) =============== - + +------------+----------+----------------------------------+ | Name | Size | Contents | +============+==========+==================================+ @@ -113490,11 +113490,11 @@ Full description +------------+----------+----------------------------------+ | expiration | 8 bytes | signed 64-bit big-endian integer | +------------+----------+----------------------------------+ - - + + Running (tag 2) =============== - + +------------+----------+----------------------------------+ | Name | Size | Contents | +============+==========+==================================+ @@ -113508,11 +113508,11 @@ Full description +------------+----------+----------------------------------+ | expiration | 8 bytes | signed 64-bit big-endian integer | +------------+----------+----------------------------------+ - - + + X_1 *** - + +------------------------------+---------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==============================+=========+=========================================================================+ @@ -113522,11 +113522,11 @@ Full description +------------------------------+---------+-------------------------------------------------------------------------+ | max_op | 4 bytes | signed 31-bit big-endian integer in the range -1073741824 to 1073741823 | +------------------------------+---------+-------------------------------------------------------------------------+ - - + + X_0 *** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -113534,14 +113534,14 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_1 | +-----------------------+----------+------------------------------------+ - - + + public_key_hash (21 bytes, 8-bit tag) ************************************* - + Ed25519 (tag 0) =============== - + +-------------------------+----------+------------------------+ | Name | Size | Contents | +=========================+==========+========================+ @@ -113549,11 +113549,11 @@ Full description +-------------------------+----------+------------------------+ | Ed25519.Public_key_hash | 20 bytes | bytes | +-------------------------+----------+------------------------+ - - + + Secp256k1 (tag 1) ================= - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -113561,11 +113561,11 @@ Full description +---------------------------+----------+------------------------+ | Secp256k1.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + P256 (tag 2) ============ - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -113573,11 +113573,11 @@ Full description +----------------------+----------+------------------------+ | P256.Public_key_hash | 20 bytes | bytes | +----------------------+----------+------------------------+ - - + + Bls (tag 3) =========== - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -113585,11 +113585,11 @@ Full description +---------------------------+----------+------------------------+ | Bls12_381.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + X_2 *** - + +---------------------+---------+-------------------------------------+ | Name | Size | Contents | +=====================+=========+=====================================+ @@ -113603,64 +113603,64 @@ Full description +---------------------+---------+-------------------------------------+ | expected_commitment | 1 byte | boolean (0 for false, 255 for true) | +---------------------+---------+-------------------------------------+ - - + + X_5 (1 byte, 8-bit tag) *********************** - + Proposal (tag 0) ================ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + exploration (tag 1) =================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Cooldown (tag 2) ================ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Promotion (tag 3) ================= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Adoption (tag 4) ================ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + X_4 *** - + +----------------+---------+----------------------------------+ | Name | Size | Contents | +================+=========+==================================+ @@ -113670,11 +113670,11 @@ Full description +----------------+---------+----------------------------------+ | start_position | 4 bytes | signed 32-bit big-endian integer | +----------------+---------+----------------------------------+ - - + + X_3 *** - + +---------------+---------+----------------------------------+ | Name | Size | Contents | +===============+=========+==================================+ @@ -113684,24 +113684,24 @@ Full description +---------------+---------+----------------------------------+ | remaining | 4 bytes | signed 32-bit big-endian integer | +---------------+---------+----------------------------------+ - - + + X_6 (Determined from data, 8-bit tag) ************************************* - + None (tag 0) ============ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Some (tag 1) ============ - + +-------------+----------+------------------------+ | Name | Size | Contents | +=============+==========+========================+ @@ -113709,14 +113709,14 @@ Full description +-------------+----------+------------------------+ | cycle_nonce | 32 bytes | bytes | +-------------+----------+------------------------+ - - + + 024-PsD5wVTJ.contract_id (22 bytes, 8-bit tag) ********************************************** - + Implicit (tag 0) ================ - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -113724,11 +113724,11 @@ Full description +---------------------------+----------+------------------------+ | Signature.Public_key_hash | 21 bytes | $public_key_hash | +---------------------------+----------+------------------------+ - - + + Originated (tag 1) ================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -113738,14 +113738,14 @@ Full description +---------------+----------+------------------------+ | padding | 1 byte | padding | +---------------+----------+------------------------+ - - + + 024-PsD5wVTJ.staker (Determined from data, 8-bit tag) ***************************************************** - + Single (tag 0) ============== - + +----------+----------+---------------------------+ | Name | Size | Contents | +==========+==========+===========================+ @@ -113755,11 +113755,11 @@ Full description +----------+----------+---------------------------+ | delegate | 21 bytes | $public_key_hash | +----------+----------+---------------------------+ - - + + Shared (tag 1) ============== - + +----------+----------+------------------------+ | Name | Size | Contents | +==========+==========+========================+ @@ -113767,14 +113767,14 @@ Full description +----------+----------+------------------------+ | delegate | 21 bytes | $public_key_hash | +----------+----------+------------------------+ - - + + 024-PsD5wVTJ.bond_id (21 bytes, 8-bit tag) ****************************************** - + Smart_rollup_bond_id (tag 1) ============================ - + +--------------+----------+------------------------+ | Name | Size | Contents | +==============+==========+========================+ @@ -113782,14 +113782,14 @@ Full description +--------------+----------+------------------------+ | smart_rollup | 20 bytes | bytes | +--------------+----------+------------------------+ - - + + 024-PsD5wVTJ.frozen_staker (Determined from data, 8-bit tag) ************************************************************ - + Single (tag 0) ============== - + +----------+----------+---------------------------+ | Name | Size | Contents | +==========+==========+===========================+ @@ -113799,11 +113799,11 @@ Full description +----------+----------+---------------------------+ | delegate | 21 bytes | $public_key_hash | +----------+----------+---------------------------+ - - + + Shared (tag 1) ============== - + +----------+----------+------------------------+ | Name | Size | Contents | +==========+==========+========================+ @@ -113811,11 +113811,11 @@ Full description +----------+----------+------------------------+ | delegate | 21 bytes | $public_key_hash | +----------+----------+------------------------+ - - + + Baker (tag 2) ============= - + +-----------------+----------+------------------------+ | Name | Size | Contents | +=================+==========+========================+ @@ -113823,11 +113823,11 @@ Full description +-----------------+----------+------------------------+ | baker_own_stake | 21 bytes | $public_key_hash | +-----------------+----------+------------------------+ - - + + Baker_edge (tag 3) ================== - + +------------+----------+------------------------+ | Name | Size | Contents | +============+==========+========================+ @@ -113835,14 +113835,14 @@ Full description +------------+----------+------------------------+ | baker_edge | 21 bytes | $public_key_hash | +------------+----------+------------------------+ - - + + X_8 (Determined from data, 8-bit tag) ************************************* - + Contract (tag 0) ================ - + +----------+----------+----------------------------------+ | Name | Size | Contents | +==========+==========+==================================+ @@ -113852,11 +113852,11 @@ Full description +----------+----------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +----------+----------+----------------------------------+ - - + + Block_fees (tag 2) ================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -113864,11 +113864,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Deposits (tag 4) ================ - + +--------+----------------------+----------------------------------+ | Name | Size | Contents | +========+======================+==================================+ @@ -113878,11 +113878,11 @@ Full description +--------+----------------------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+----------------------+----------------------------------+ - - + + Nonce_revelation_rewards (tag 5) ================================ - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -113890,11 +113890,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Attesting_rewards (tag 7) ========================= - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -113902,11 +113902,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Baking_rewards (tag 8) ====================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -113914,11 +113914,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Baking_bonuses (tag 9) ====================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -113926,11 +113926,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Storage_fees (tag 11) ===================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -113938,11 +113938,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Double_signing_punishments (tag 12) =================================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -113950,11 +113950,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Lost_attesting_rewards (tag 13) =============================== - + +---------------+----------+-------------------------------------+ | Name | Size | Contents | +===============+==========+=====================================+ @@ -113968,11 +113968,11 @@ Full description +---------------+----------+-------------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +---------------+----------+-------------------------------------+ - - + + Liquidity_baking_subsidies (tag 14) =================================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -113980,11 +113980,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Burned (tag 15) =============== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -113992,11 +113992,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Commitments (tag 16) ==================== - + +-----------+----------+----------------------------------+ | Name | Size | Contents | +===========+==========+==================================+ @@ -114006,11 +114006,11 @@ Full description +-----------+----------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +-----------+----------+----------------------------------+ - - + + Bootstrap (tag 17) ================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -114018,11 +114018,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Invoice (tag 18) ================ - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -114030,11 +114030,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Initial_commitments (tag 19) ============================ - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -114042,11 +114042,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Minted (tag 20) =============== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -114054,11 +114054,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Frozen_bonds (tag 21) ===================== - + +----------+----------+----------------------------------+ | Name | Size | Contents | +==========+==========+==================================+ @@ -114070,11 +114070,11 @@ Full description +----------+----------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +----------+----------+----------------------------------+ - - + + Smart_rollup_refutation_punishments (tag 24) ============================================ - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -114082,11 +114082,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Smart_rollup_refutation_rewards (tag 25) ======================================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -114094,11 +114094,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Unstaked_deposits (tag 26) ========================== - + +--------+----------------------+----------------------------------+ | Name | Size | Contents | +========+======================+==================================+ @@ -114110,11 +114110,11 @@ Full description +--------+----------------------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+----------------------+----------------------------------+ - - + + Staking_delegator_numerator (tag 27) ==================================== - + +-----------+----------+----------------------------------+ | Name | Size | Contents | +===========+==========+==================================+ @@ -114124,11 +114124,11 @@ Full description +-----------+----------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +-----------+----------+----------------------------------+ - - + + Staking_delegate_denominator (tag 28) ===================================== - + +----------+----------+----------------------------------+ | Name | Size | Contents | +==========+==========+==================================+ @@ -114138,11 +114138,11 @@ Full description +----------+----------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +----------+----------+----------------------------------+ - - + + DAL_attesting_rewards (tag 29) ============================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -114150,11 +114150,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Lost_DAL_attesting_rewards (tag 30) =================================== - + +----------+----------+----------------------------------+ | Name | Size | Contents | +==========+==========+==================================+ @@ -114164,54 +114164,54 @@ Full description +----------+----------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +----------+----------+----------------------------------+ - - + + X_9 (Determined from data, 8-bit tag) ************************************* - + Block_application (tag 0) ========================= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Protocol_migration (tag 1) ========================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Subsidy (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Simulation (tag 3) ================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Delayed_operation (tag 4) ========================= - + +------------------------+----------+------------------------+ | Name | Size | Contents | +========================+==========+========================+ @@ -114219,11 +114219,11 @@ Full description +------------------------+----------+------------------------+ | delayed_operation_hash | 32 bytes | bytes | +------------------------+----------+------------------------+ - - + + X_7 *** - + +-----------------+----------------------+----------+ | Name | Size | Contents | +=================+======================+==========+ @@ -114231,38 +114231,38 @@ Full description +-----------------+----------------------+----------+ | Unnamed field 1 | Determined from data | $X_9 | +-----------------+----------------------+----------+ - - + + N.t *** - + A variable-length sequence of bytes encoding a Zarith natural number. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). Size bits ignored, the data is the binary representation of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | N.t | Determined from data | bytes | +------+----------------------+----------+ - - + + Z.t *** - + A variable-length sequence of bytes encoding a Zarith integer. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). The second most significant bit of the first byte is reserved for the sign (0 for positive, 1 for negative). Size and sign bits ignored, the data is the binary representation of the absolute value of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | Z.t | Determined from data | bytes | +------+----------------------+----------+ - - + + 024-PsD5wVTJ.contract_id.originated (22 bytes, 8-bit tag) ********************************************************* - + Originated (tag 1) ================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -114272,11 +114272,11 @@ Full description +---------------+----------+------------------------+ | padding | 1 byte | padding | +---------------+----------+------------------------+ - - + + sapling.transaction.ciphertext ****************************** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -114294,11 +114294,11 @@ Full description +-----------------------+----------+------------------------------------+ | nonce_out | 24 bytes | bytes | +-----------------------+----------+------------------------------------+ - - + + X_23 **** - + +-----------------+----------------------+---------------------------------+ | Name | Size | Contents | +=================+======================+=================================+ @@ -114306,11 +114306,11 @@ Full description +-----------------+----------------------+---------------------------------+ | Unnamed field 1 | Determined from data | $sapling.transaction.ciphertext | +-----------------+----------------------+---------------------------------+ - - + + X_22 **** - + +-----------------------------+----------+------------------------------------+ | Name | Size | Contents | +=============================+==========+====================================+ @@ -114322,14 +114322,14 @@ Full description +-----------------------------+----------+------------------------------------+ | nullifiers | Variable | sequence of bytes | +-----------------------------+----------+------------------------------------+ - - + + X_28 (Determined from data, 8-bit tag) ************************************** - + update (tag 0) ============== - + +---------+----------------------+------------------------+ | Name | Size | Contents | +=========+======================+========================+ @@ -114337,21 +114337,21 @@ Full description +---------+----------------------+------------------------+ | updates | Determined from data | $X_22 | +---------+----------------------+------------------------+ - - + + remove (tag 1) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + copy (tag 2) ============ - + +---------+----------------------+------------------------+ | Name | Size | Contents | +=========+======================+========================+ @@ -114361,11 +114361,11 @@ Full description +---------+----------------------+------------------------+ | updates | Determined from data | $X_22 | +---------+----------------------+------------------------+ - - + + alloc (tag 3) ============= - + +-----------+----------------------+------------------------------------+ | Name | Size | Contents | +===========+======================+====================================+ @@ -114375,11 +114375,11 @@ Full description +-----------+----------------------+------------------------------------+ | memo_size | 2 bytes | unsigned 16-bit big-endian integer | +-----------+----------------------+------------------------------------+ - - + + 024-PsD5wVTJ.michelson.v1.primitives (Enumeration: unsigned 8-bit integer): *************************************************************************** - + +-------------+--------------------------------+ | Case number | Encoded string | +=============+================================+ @@ -114705,14 +114705,14 @@ Full description +-------------+--------------------------------+ | 160 | GET_ADDRESS_INDEX | +-------------+--------------------------------+ - - + + micheline.024-PsD5wVTJ.michelson_v1.expression (Determined from data, 8-bit tag) ******************************************************************************** - + Int (tag 0) =========== - + +------+----------------------+------------------------+ | Name | Size | Contents | +======+======================+========================+ @@ -114720,11 +114720,11 @@ Full description +------+----------------------+------------------------+ | int | Determined from data | $Z.t | +------+----------------------+------------------------+ - - + + String (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -114734,11 +114734,11 @@ Full description +-----------------------+----------+------------------------------------+ | string | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + Sequence (tag 2) ================ - + +-----------------------+----------+-------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+=============================================================+ @@ -114748,11 +114748,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------+ | Unnamed field 0 | Variable | sequence of $micheline.024-PsD5wVTJ.michelson_v1.expression | +-----------------------+----------+-------------------------------------------------------------+ - - + + Prim__no_args__no_annots (tag 3) ================================ - + +------+--------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+========+===========================================================================================+ @@ -114760,11 +114760,11 @@ Full description +------+--------+-------------------------------------------------------------------------------------------+ | prim | 1 byte | unsigned 8-bit integer encoding an enumeration (see 024-PsD5wVTJ.michelson.v1.primitives) | +------+--------+-------------------------------------------------------------------------------------------+ - - + + Prim__no_args__some_annots (tag 4) ================================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -114776,11 +114776,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__no_annots (tag 5) ============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -114790,11 +114790,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__some_annots (tag 6) ================================ - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -114808,11 +114808,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__no_annots (tag 7) =============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -114824,11 +114824,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg2 | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__some_annots (tag 8) ================================= - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -114844,11 +114844,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__generic (tag 9) ===================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -114864,11 +114864,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Bytes (tag 10) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -114878,11 +114878,11 @@ Full description +-----------------------+----------+------------------------------------+ | bytes | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + X_29 **** - + +-----------------------------+----------------------+-------------------------------------------------+ | Name | Size | Contents | +=============================+======================+=================================================+ @@ -114894,14 +114894,14 @@ Full description +-----------------------------+----------------------+-------------------------------------------------+ | value | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +-----------------------------+----------------------+-------------------------------------------------+ - - + + X_40 (Determined from data, 8-bit tag) ************************************** - + update (tag 0) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -114911,21 +114911,21 @@ Full description +-----------------------+----------+------------------------------------+ | updates | Variable | sequence of $X_29 | +-----------------------+----------+------------------------------------+ - - + + remove (tag 1) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + copy (tag 2) ============ - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -114937,11 +114937,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | updates | Variable | sequence of $X_29 | +-----------------------+----------------------+------------------------------------+ - - + + alloc (tag 3) ============= - + +-----------------------+----------------------+-------------------------------------------------+ | Name | Size | Contents | +=======================+======================+=================================================+ @@ -114955,14 +114955,14 @@ Full description +-----------------------+----------------------+-------------------------------------------------+ | value_type | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +-----------------------+----------------------+-------------------------------------------------+ - - + + X_41 (Determined from data, 8-bit tag) ************************************** - + big_map (tag 0) =============== - + +------+----------------------+------------------------+ | Name | Size | Contents | +======+======================+========================+ @@ -114972,11 +114972,11 @@ Full description +------+----------------------+------------------------+ | diff | Determined from data | $X_40 | +------+----------------------+------------------------+ - - + + sapling_state (tag 1) ===================== - + +------+----------------------+------------------------+ | Name | Size | Contents | +======+======================+========================+ @@ -114986,11 +114986,11 @@ Full description +------+----------------------+------------------------+ | diff | Determined from data | $X_28 | +------+----------------------+------------------------+ - - + + 024-PsD5wVTJ.lazy_storage_diff ****************************** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -114998,11 +114998,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_41 | +-----------------------+----------+------------------------------------+ - - + + X_43 **** - + +--------------+----------------------+-------------------------------------------------+ | Name | Size | Contents | +==============+======================+=================================================+ @@ -115012,14 +115012,14 @@ Full description +--------------+----------------------+-------------------------------------------------+ | content | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +--------------+----------------------+-------------------------------------------------+ - - + + 024-PsD5wVTJ.transaction_destination (22 bytes, 8-bit tag) ********************************************************** - + Implicit (tag 0) ================ - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -115027,11 +115027,11 @@ Full description +---------------------------+----------+------------------------+ | Signature.Public_key_hash | 21 bytes | $public_key_hash | +---------------------------+----------+------------------------+ - - + + Originated (tag 1) ================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -115041,11 +115041,11 @@ Full description +---------------+----------+------------------------+ | padding | 1 byte | padding | +---------------+----------+------------------------+ - - + + Smart_rollup (tag 3) ==================== - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -115055,11 +115055,11 @@ Full description +----------------------+----------+------------------------+ | padding | 1 byte | padding | +----------------------+----------+------------------------+ - - + + Zk_rollup (tag 4) ================= - + +----------------+----------+------------------------+ | Name | Size | Contents | +================+==========+========================+ @@ -115069,11 +115069,11 @@ Full description +----------------+----------+------------------------+ | padding | 1 byte | padding | +----------------+----------+------------------------+ - - + + X_46 **** - + +---------+----------------------+---------------------------------------+ | Name | Size | Contents | +=========+======================+=======================================+ @@ -115081,11 +115081,11 @@ Full description +---------+----------------------+---------------------------------------+ | amount | Determined from data | $Z.t | +---------+----------------------+---------------------------------------+ - - + + X_42 **** - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -115095,11 +115095,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | updates | Variable | sequence of $X_46 | +-----------------------+----------------------+------------------------------------+ - - + + X_76 **** - + +---------+----------------------+---------------------------------------+ | Name | Size | Contents | +=========+======================+=======================================+ @@ -115107,14 +115107,14 @@ Full description +---------+----------------------+---------------------------------------+ | index | Determined from data | $Z.t | +---------+----------------------+---------------------------------------+ - - + + X_77 (Determined from data, 8-bit tag) ************************************** - + To_contract (tag 0) =================== - + +--------------------------------------------------------------------------+----------------------+--------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+==================================================+ @@ -115152,11 +115152,11 @@ Full description +--------------------------------------------------------------------------+----------------------+--------------------------------------------------+ | address_registry_diff | Variable | sequence of $X_76 | +--------------------------------------------------------------------------+----------------------+--------------------------------------------------+ - - + + To_smart_rollup (tag 2) ======================= - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -115168,14 +115168,14 @@ Full description +-----------------------+----------------------+------------------------------------+ | ticket_updates | Variable | sequence of $X_42 | +-----------------------+----------------------+------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.successful_manager_operation_result (Determined from data, 8-bit tag) ************************************************************************************************** - + reveal (tag 0) ============== - + +-------------------+----------------------+------------------------+ | Name | Size | Contents | +===================+======================+========================+ @@ -115183,11 +115183,11 @@ Full description +-------------------+----------------------+------------------------+ | consumed_milligas | Determined from data | $N.t | +-------------------+----------------------+------------------------+ - - + + transaction (tag 1) =================== - + +-----------------+----------------------+------------------------+ | Name | Size | Contents | +=================+======================+========================+ @@ -115195,11 +115195,11 @@ Full description +-----------------+----------------------+------------------------+ | Unnamed field 0 | Determined from data | $X_77 | +-----------------+----------------------+------------------------+ - - + + origination (tag 2) =================== - + +--------------------------------------------------------------------------+----------------------+--------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+==================================================+ @@ -115223,11 +115223,11 @@ Full description +--------------------------------------------------------------------------+----------------------+--------------------------------------------------+ | lazy_storage_diff | Determined from data | $024-PsD5wVTJ.lazy_storage_diff | +--------------------------------------------------------------------------+----------------------+--------------------------------------------------+ - - + + delegation (tag 3) ================== - + +--------------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+====================================+ @@ -115239,11 +115239,11 @@ Full description +--------------------------------------------------------------------------+----------------------+------------------------------------+ | balance_updates | Variable | sequence of $X_7 | +--------------------------------------------------------------------------+----------------------+------------------------------------+ - - + + set_deposits_limit (tag 5) ========================== - + +-------------------+----------------------+------------------------+ | Name | Size | Contents | +===================+======================+========================+ @@ -115251,11 +115251,11 @@ Full description +-------------------+----------------------+------------------------+ | consumed_milligas | Determined from data | $N.t | +-------------------+----------------------+------------------------+ - - + + update_consensus_key (tag 6) ============================ - + +-------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +===================+======================+=====================================+ @@ -115265,11 +115265,11 @@ Full description +-------------------+----------------------+-------------------------------------+ | consumed_milligas | Determined from data | $N.t | +-------------------+----------------------+-------------------------------------+ - - + + increase_paid_storage (tag 9) ============================= - + +--------------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+====================================+ @@ -115281,11 +115281,11 @@ Full description +--------------------------------------------------------------------------+----------------------+------------------------------------+ | consumed_milligas | Determined from data | $N.t | +--------------------------------------------------------------------------+----------------------+------------------------------------+ - - + + smart_rollup_originate (tag 200) ================================ - + +--------------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+====================================+ @@ -115303,10 +115303,10 @@ Full description +--------------------------------------------------------------------------+----------------------+------------------------------------+ | size | Determined from data | $Z.t | +--------------------------------------------------------------------------+----------------------+------------------------------------+ - +
- + .. _GET_..--block_id--metadata_hash : @@ -115314,7 +115314,7 @@ Full description **GET ..//metadata_hash** .. raw:: html - +
@@ -115339,11 +115339,11 @@ Full description +=====================+==========+==========+ | Block_metadata_hash | 32 bytes | bytes | +---------------------+----------+----------+ - - + +
- + .. _GET_..--block_id--operation_hashes : @@ -115351,7 +115351,7 @@ Full description **GET ..//operation_hashes** .. raw:: html - +
@@ -115380,11 +115380,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_0 | +-----------------------+----------+------------------------------------+ - - + + X_0 *** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -115392,17 +115392,17 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of bytes | +-----------------------+----------+------------------------------------+ - +
- + .. _GET_..--block_id--operation_hashes--list_offset : **GET ..//operation_hashes/** .. raw:: html - +
@@ -115431,18 +115431,18 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of bytes | +-----------------------+----------+------------------------------------+ - - + +
- + .. _GET_..--block_id--operation_hashes--list_offset--operation_offset : **GET ..//operation_hashes//** .. raw:: html - +
@@ -115467,11 +115467,11 @@ Full description +================+==========+==========+ | Operation_hash | 32 bytes | bytes | +----------------+----------+----------+ - - + +
- + .. _GET_..--block_id--operation_metadata_hashes : @@ -115479,7 +115479,7 @@ Full description **GET ..//operation_metadata_hashes** .. raw:: html - +
@@ -115508,11 +115508,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_0 | +-----------------------+----------+------------------------------------+ - - + + X_0 *** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -115520,17 +115520,17 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of bytes | +-----------------------+----------+------------------------------------+ - +
- + .. _GET_..--block_id--operation_metadata_hashes--list_offset : **GET ..//operation_metadata_hashes/** .. raw:: html - +
@@ -115559,18 +115559,18 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of bytes | +-----------------------+----------+------------------------------------+ - - + +
- + .. _GET_..--block_id--operation_metadata_hashes--list_offset--operation_offset : **GET ..//operation_metadata_hashes//** .. raw:: html - +
@@ -115595,11 +115595,11 @@ Full description +=========================+==========+==========+ | Operation_metadata_hash | 32 bytes | bytes | +-------------------------+----------+----------+ - - + +
- + .. _GET_..--block_id--operations : @@ -115607,7 +115607,7 @@ Full description **GET ..//operations?[version=]&[force_metadata]&[metadata=]** .. raw:: html - +
@@ -118539,14 +118539,14 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_0 | +-----------------------+----------+------------------------------------+ - - + + public_key_hash (21 bytes, 8-bit tag) ************************************* - + Ed25519 (tag 0) =============== - + +-------------------------+----------+------------------------+ | Name | Size | Contents | +=========================+==========+========================+ @@ -118554,11 +118554,11 @@ Full description +-------------------------+----------+------------------------+ | Ed25519.Public_key_hash | 20 bytes | bytes | +-------------------------+----------+------------------------+ - - + + Secp256k1 (tag 1) ================= - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -118566,11 +118566,11 @@ Full description +---------------------------+----------+------------------------+ | Secp256k1.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + P256 (tag 2) ============ - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -118578,11 +118578,11 @@ Full description +----------------------+----------+------------------------+ | P256.Public_key_hash | 20 bytes | bytes | +----------------------+----------+------------------------+ - - + + Bls (tag 3) =========== - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -118590,23 +118590,23 @@ Full description +---------------------------+----------+------------------------+ | Bls12_381.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + N.t *** - + A variable-length sequence of bytes encoding a Zarith natural number. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). Size bits ignored, the data is the binary representation of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | N.t | Determined from data | bytes | +------+----------------------+----------+ - - + + X_3 *** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -118614,11 +118614,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + X_4 *** - + +-----------------------+----------+-------------------------------------+ | Name | Size | Contents | +=======================+==========+=====================================+ @@ -118630,11 +118630,11 @@ Full description +-----------------------+----------+-------------------------------------+ | exit_validity | 1 byte | boolean (0 for false, 255 for true) | +-----------------------+----------+-------------------------------------+ - - + + X_2 *** - + +-----------------+----------------------+----------+ | Name | Size | Contents | +=================+======================+==========+ @@ -118642,11 +118642,11 @@ Full description +-----------------+----------------------+----------+ | Unnamed field 1 | Determined from data | $X_4 | +-----------------+----------------------+----------+ - - + + X_7 *** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -118656,11 +118656,11 @@ Full description +-----------------------+----------+------------------------------------+ | fee | 32 bytes | bytes | +-----------------------+----------+------------------------------------+ - - + + X_5 *** - + +-----------------+----------------------+----------+ | Name | Size | Contents | +=================+======================+==========+ @@ -118668,11 +118668,11 @@ Full description +-----------------+----------------------+----------+ | Unnamed field 1 | Determined from data | $X_7 | +-----------------+----------------------+----------+ - - + + X_8 *** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -118680,11 +118680,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of bytes | +-----------------------+----------+------------------------------------+ - - + + X_1 *** - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -118702,23 +118702,23 @@ Full description +-----------------------+----------------------+------------------------------------+ | proof | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + Z.t *** - + A variable-length sequence of bytes encoding a Zarith integer. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). The second most significant bit of the first byte is reserved for the sign (0 for positive, 1 for negative). Size and sign bits ignored, the data is the binary representation of the absolute value of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | Z.t | Determined from data | bytes | +------+----------------------+----------+ - - + + X_11 **** - + +--------+----------------------+----------+ | Name | Size | Contents | +========+======================+==========+ @@ -118726,11 +118726,11 @@ Full description +--------+----------------------+----------+ | amount | Determined from data | $Z.t | +--------+----------------------+----------+ - - + + X_10 **** - + +-----------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+=========================================================================+ @@ -118746,11 +118746,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------+ | payload | Variable | sequence of bytes | +-----------------------+----------------------+-------------------------------------------------------------------------+ - - + + 024-PsD5wVTJ.michelson.v1.primitives (Enumeration: unsigned 8-bit integer): *************************************************************************** - + +-------------+--------------------------------+ | Case number | Encoded string | +=============+================================+ @@ -119076,14 +119076,14 @@ Full description +-------------+--------------------------------+ | 160 | GET_ADDRESS_INDEX | +-------------+--------------------------------+ - - + + micheline.024-PsD5wVTJ.michelson_v1.expression (Determined from data, 8-bit tag) ******************************************************************************** - + Int (tag 0) =========== - + +------+----------------------+------------------------+ | Name | Size | Contents | +======+======================+========================+ @@ -119091,11 +119091,11 @@ Full description +------+----------------------+------------------------+ | int | Determined from data | $Z.t | +------+----------------------+------------------------+ - - + + String (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -119105,11 +119105,11 @@ Full description +-----------------------+----------+------------------------------------+ | string | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + Sequence (tag 2) ================ - + +-----------------------+----------+-------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+=============================================================+ @@ -119119,11 +119119,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------+ | Unnamed field 0 | Variable | sequence of $micheline.024-PsD5wVTJ.michelson_v1.expression | +-----------------------+----------+-------------------------------------------------------------+ - - + + Prim__no_args__no_annots (tag 3) ================================ - + +------+--------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+========+===========================================================================================+ @@ -119131,11 +119131,11 @@ Full description +------+--------+-------------------------------------------------------------------------------------------+ | prim | 1 byte | unsigned 8-bit integer encoding an enumeration (see 024-PsD5wVTJ.michelson.v1.primitives) | +------+--------+-------------------------------------------------------------------------------------------+ - - + + Prim__no_args__some_annots (tag 4) ================================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -119147,11 +119147,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__no_annots (tag 5) ============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -119161,11 +119161,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__some_annots (tag 6) ================================ - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -119179,11 +119179,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__no_annots (tag 7) =============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -119195,11 +119195,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg2 | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__some_annots (tag 8) ================================= - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -119215,11 +119215,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__generic (tag 9) ===================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -119235,11 +119235,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Bytes (tag 10) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -119249,14 +119249,14 @@ Full description +-----------------------+----------+------------------------------------+ | bytes | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + 024-PsD5wVTJ.contract_id (22 bytes, 8-bit tag) ********************************************** - + Implicit (tag 0) ================ - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -119264,11 +119264,11 @@ Full description +---------------------------+----------+------------------------+ | Signature.Public_key_hash | 21 bytes | $public_key_hash | +---------------------------+----------+------------------------+ - - + + Originated (tag 1) ================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -119278,24 +119278,24 @@ Full description +---------------+----------+------------------------+ | padding | 1 byte | padding | +---------------+----------+------------------------+ - - + + X_14 (Determined from data, 8-bit tag) ************************************** - + None (tag 0) ============ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Some (tag 1) ============ - + +----------+----------------------+-------------------------------------------------+ | Name | Size | Contents | +==========+======================+=================================================+ @@ -119307,11 +119307,11 @@ Full description +----------+----------------------+-------------------------------------------------+ | ticketer | 22 bytes | $024-PsD5wVTJ.contract_id | +----------+----------------------+-------------------------------------------------+ - - + + X_9 *** - + +-----------------+----------------------+----------+ | Name | Size | Contents | +=================+======================+==========+ @@ -119319,44 +119319,44 @@ Full description +-----------------+----------------------+----------+ | Unnamed field 1 | Determined from data | $X_14 | +-----------------+----------------------+----------+ - - + + X_17 (1 byte, 8-bit tag) ************************ - + Public (tag 0) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Private (tag 1) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Fee (tag 2) =========== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + X_15 **** - + +-----------------+----------------------+----------+ | Name | Size | Contents | +=================+======================+==========+ @@ -119364,11 +119364,11 @@ Full description +-----------------+----------------------+----------+ | Unnamed field 1 | 1 byte | $X_17 | +-----------------+----------------------+----------+ - - + + X_18 **** - + +------------------+----------+------------------------+ | Name | Size | Contents | +==================+==========+========================+ @@ -119378,11 +119378,11 @@ Full description +------------------+----------+------------------------+ | commitment_proof | 96 bytes | bytes | +------------------+----------+------------------------+ - - + + X_19 **** - + +-------+----------+------------------+ | Name | Size | Contents | +=======+==========+==================+ @@ -119390,11 +119390,11 @@ Full description +-------+----------+------------------+ | bob | 21 bytes | $public_key_hash | +-------+----------+------------------+ - - + + X_20 **** - + +-----------------+---------+----------------------------------+ | Name | Size | Contents | +=================+=========+==================================+ @@ -119404,14 +119404,14 @@ Full description +-----------------+---------+----------------------------------+ | page_index | 2 bytes | signed 16-bit big-endian integer | +-----------------+---------+----------------------------------+ - - + + X_21 (Determined from data, 8-bit tag) ************************************** - + raw data proof (tag 0) ====================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -119421,21 +119421,21 @@ Full description +-----------------------+----------+------------------------------------+ | raw_data | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + metadata proof (tag 1) ====================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + dal page proof (tag 2) ====================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -119447,24 +119447,24 @@ Full description +-----------------------+----------+------------------------------------+ | dal_proof | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + dal parameters proof (tag 3) ============================ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + X_22 (Determined from data, 8-bit tag) ************************************** - + inbox proof (tag 0) =================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -119478,11 +119478,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | serialized_proof | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + reveal proof (tag 1) ==================== - + +--------------+----------------------+------------------------+ | Name | Size | Contents | +==============+======================+========================+ @@ -119490,21 +119490,21 @@ Full description +--------------+----------------------+------------------------+ | reveal_proof | Determined from data | $X_21 | +--------------+----------------------+------------------------+ - - + + first input (tag 2) =================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + X_23 **** - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -119514,14 +119514,14 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | tick | Determined from data | $N.t | +-----------------------------+----------------------+-------------------------------------+ - - + + X_24 (Determined from data, 8-bit tag) ************************************** - + Dissection (tag 0) ================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -119531,11 +119531,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_23 | +-----------------------+----------+------------------------------------+ - - + + Proof (tag 1) ============= - + +-----------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +===================================+======================+=====================================+ @@ -119549,14 +119549,14 @@ Full description +-----------------------------------+----------------------+-------------------------------------+ | input_proof | Determined from data | $X_22 | +-----------------------------------+----------------------+-------------------------------------+ - - + + X_25 (Determined from data, 8-bit tag) ************************************** - + Start (tag 0) ============= - + +--------------------------+----------+------------------------+ | Name | Size | Contents | +==========================+==========+========================+ @@ -119566,11 +119566,11 @@ Full description +--------------------------+----------+------------------------+ | opponent_commitment_hash | 32 bytes | bytes | +--------------------------+----------+------------------------+ - - + + Move (tag 1) ============ - + +--------+----------------------+------------------------+ | Name | Size | Contents | +========+======================+========================+ @@ -119580,11 +119580,11 @@ Full description +--------+----------------------+------------------------+ | step | Determined from data | $X_24 | +--------+----------------------+------------------------+ - - + + X_26 **** - + +------------------+----------+----------------------------------+ | Name | Size | Contents | +==================+==========+==================================+ @@ -119596,11 +119596,11 @@ Full description +------------------+----------+----------------------------------+ | number_of_ticks | 8 bytes | signed 64-bit big-endian integer | +------------------+----------+----------------------------------+ - - + + X_28 (Enumeration: unsigned 8-bit integer): ******************************************* - + +-------------+----------------+ | Case number | Encoded string | +=============+================+ @@ -119610,11 +119610,11 @@ Full description +-------------+----------------+ | 2 | riscv | +-------------+----------------+ - - + + X_29 **** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -119622,14 +119622,14 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $public_key_hash | +-----------------------+----------+------------------------------------+ - - + + public_key (Determined from data, 8-bit tag) ******************************************** - + Ed25519 (tag 0) =============== - + +--------------------+----------+------------------------+ | Name | Size | Contents | +====================+==========+========================+ @@ -119637,11 +119637,11 @@ Full description +--------------------+----------+------------------------+ | Ed25519.Public_key | 32 bytes | bytes | +--------------------+----------+------------------------+ - - + + Secp256k1 (tag 1) ================= - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -119649,11 +119649,11 @@ Full description +----------------------+----------+------------------------+ | Secp256k1.Public_key | 33 bytes | bytes | +----------------------+----------+------------------------+ - - + + P256 (tag 2) ============ - + +-----------------+----------+------------------------+ | Name | Size | Contents | +=================+==========+========================+ @@ -119661,11 +119661,11 @@ Full description +-----------------+----------+------------------------+ | P256.Public_key | 33 bytes | bytes | +-----------------+----------+------------------------+ - - + + Bls (tag 3) =========== - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -119673,11 +119673,11 @@ Full description +----------------------+----------+------------------------+ | Bls12_381.Public_key | 48 bytes | bytes | +----------------------+----------+------------------------+ - - + + X_30 **** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -119685,14 +119685,14 @@ Full description +-----------------------+----------+------------------------------------+ | Bls12_381_signature | 96 bytes | bytes | +-----------------------+----------+------------------------------------+ - - + + 024-PsD5wVTJ.contract_id.originated (22 bytes, 8-bit tag) ********************************************************* - + Originated (tag 1) ================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -119702,11 +119702,11 @@ Full description +---------------+----------+------------------------+ | padding | 1 byte | padding | +---------------+----------+------------------------+ - - + + 024-PsD5wVTJ.scripted.contracts ******************************* - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -119718,114 +119718,114 @@ Full description +-----------------------+----------+------------------------------------+ | storage | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + 024-PsD5wVTJ.entrypoint (Determined from data, 8-bit tag) ********************************************************* - + default (tag 0) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + root (tag 1) ============ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + do (tag 2) ========== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + set_delegate (tag 3) ==================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + remove_delegate (tag 4) ======================= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + deposit (tag 5) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + stake (tag 6) ============= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + unstake (tag 7) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + finalize_unstake (tag 8) ======================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + set_delegate_parameters (tag 9) =============================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + named (tag 255) =============== - + +-----------------------+----------+------------------------+ | Name | Size | Contents | +=======================+==========+========================+ @@ -119835,11 +119835,11 @@ Full description +-----------------------+----------+------------------------+ | Unnamed field 0 | Variable | bytes | +-----------------------+----------+------------------------+ - - + + X_32 **** - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -119849,11 +119849,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | value | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + X_34 **** - + +--------------------+----------+----------------------------------+ | Name | Size | Contents | +====================+==========+==================================+ @@ -119863,11 +119863,11 @@ Full description +--------------------+----------+----------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+----------------------------------+ - - + + X_35 **** - + +---------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=======================================+======================+=====================================+ @@ -119877,14 +119877,14 @@ Full description +---------------------------------------+----------------------+-------------------------------------+ | dal_attestation | Determined from data | $Z.t | +---------------------------------------+----------------------+-------------------------------------+ - - + + 024-PsD5wVTJ.inlined.consensus_operation.contents (Determined from data, 8-bit tag) *********************************************************************************** - + Preattestation (tag 20) ======================= - + +--------------------+----------+------------------------------------+ | Name | Size | Contents | +====================+==========+====================================+ @@ -119898,11 +119898,11 @@ Full description +--------------------+----------+------------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+------------------------------------+ - - + + Attestation (tag 21) ==================== - + +--------------------+----------+------------------------------------+ | Name | Size | Contents | +====================+==========+====================================+ @@ -119916,11 +119916,11 @@ Full description +--------------------+----------+------------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+------------------------------------+ - - + + Attestation_with_dal (tag 23) ============================= - + +--------------------+----------------------+------------------------------------+ | Name | Size | Contents | +====================+======================+====================================+ @@ -119936,11 +119936,11 @@ Full description +--------------------+----------------------+------------------------------------+ | dal_attestation | Determined from data | $Z.t | +--------------------+----------------------+------------------------------------+ - - + + Preattestations_aggregate (tag 30) ================================== - + +-----------------------+----------+------------------------------------------------+ | Name | Size | Contents | +=======================+==========+================================================+ @@ -119952,11 +119952,11 @@ Full description +-----------------------+----------+------------------------------------------------+ | committee | Variable | sequence of unsigned 16-bit big-endian integer | +-----------------------+----------+------------------------------------------------+ - - + + Attestations_aggregate (tag 31) =============================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -119968,11 +119968,11 @@ Full description +-----------------------+----------+------------------------------------+ | committee | Variable | sequence of $X_35 | +-----------------------+----------+------------------------------------+ - - + + 024-PsD5wVTJ.inlined.consensus_operation **************************************** - + +------------+----------------------+----------------------------------------------------+ | Name | Size | Contents | +============+======================+====================================================+ @@ -119982,11 +119982,11 @@ Full description +------------+----------------------+----------------------------------------------------+ | signature | Variable | bytes | +------------+----------------------+----------------------------------------------------+ - - + + X_41 **** - + +-----------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +=================+======================+=========================================================================+ @@ -119994,11 +119994,11 @@ Full description +-----------------+----------------------+-------------------------------------------------------------------------+ | Unnamed field 1 | Determined from data | $X_8 | +-----------------+----------------------+-------------------------------------------------------------------------+ - - + + X_40 **** - + +-------+----------------------+----------+ | Name | Size | Contents | +=======+======================+==========+ @@ -120006,11 +120006,11 @@ Full description +-------+----------------------+----------+ | proof | 48 bytes | bytes | +-------+----------------------+----------+ - - + + X_43 **** - + +-----------------+-----------+----------+ | Name | Size | Contents | +=================+===========+==========+ @@ -120018,11 +120018,11 @@ Full description +-----------------+-----------+----------+ | Unnamed field 1 | 100 bytes | bytes | +-----------------+-----------+----------+ - - + + fitness.elem ************ - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -120030,44 +120030,44 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + 024-PsD5wVTJ.per_block_votes (1 byte, 8-bit tag) ************************************************ - + per_block_vote_on (tag 0) ========================= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + per_block_vote_off (tag 1) ========================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + per_block_vote_pass (tag 2) =========================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + 024-PsD5wVTJ.block_header.alpha.full_header ******************************************* - + +---------------------------------------+----------+-------------------------------------+ | Name | Size | Contents | +=======================================+==========+=====================================+ @@ -120103,14 +120103,14 @@ Full description +---------------------------------------+----------+-------------------------------------+ | signature | Variable | bytes | +---------------------------------------+----------+-------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.contents (Determined from data, 8-bit tag) *********************************************************************** - + Seed_nonce_revelation (tag 1) ============================= - + +-------+----------+----------------------------------+ | Name | Size | Contents | +=======+==========+==================================+ @@ -120120,11 +120120,11 @@ Full description +-------+----------+----------------------------------+ | nonce | 32 bytes | bytes | +-------+----------+----------------------------------+ - - + + Double_consensus_operation_evidence (tag 2) =========================================== - + +-----------------------+----------+-------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================+ @@ -120140,11 +120140,11 @@ Full description +-----------------------+----------+-------------------------------------------+ | op2 | Variable | $024-PsD5wVTJ.inlined.consensus_operation | +-----------------------+----------+-------------------------------------------+ - - + + Double_baking_evidence (tag 3) ============================== - + +-----------------------+----------+----------------------------------------------+ | Name | Size | Contents | +=======================+==========+==============================================+ @@ -120158,11 +120158,11 @@ Full description +-----------------------+----------+----------------------------------------------+ | bh2 | Variable | $024-PsD5wVTJ.block_header.alpha.full_header | +-----------------------+----------+----------------------------------------------+ - - + + Activate_account (tag 4) ======================== - + +--------+----------+------------------------+ | Name | Size | Contents | +========+==========+========================+ @@ -120172,11 +120172,11 @@ Full description +--------+----------+------------------------+ | secret | 20 bytes | bytes | +--------+----------+------------------------+ - - + + Proposals (tag 5) ================= - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -120190,11 +120190,11 @@ Full description +-----------------------+----------+------------------------------------+ | proposals | Variable | sequence of at most 20 bytes | +-----------------------+----------+------------------------------------+ - - + + Ballot (tag 6) ============== - + +----------+----------+----------------------------------+ | Name | Size | Contents | +==========+==========+==================================+ @@ -120208,11 +120208,11 @@ Full description +----------+----------+----------------------------------+ | ballot | 1 byte | signed 8-bit integer | +----------+----------+----------------------------------+ - - + + Vdf_revelation (tag 8) ====================== - + +----------+-----------+------------------------+ | Name | Size | Contents | +==========+===========+========================+ @@ -120220,11 +120220,11 @@ Full description +----------+-----------+------------------------+ | solution | 200 bytes | $X_43 | +----------+-----------+------------------------+ - - + + Drain_delegate (tag 9) ====================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -120236,11 +120236,11 @@ Full description +---------------+----------+------------------------+ | destination | 21 bytes | $public_key_hash | +---------------+----------+------------------------+ - - + + Failing_noop (tag 17) ===================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -120250,11 +120250,11 @@ Full description +-----------------------+----------+------------------------------------+ | arbitrary | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + Preattestation (tag 20) ======================= - + +--------------------+----------+------------------------------------+ | Name | Size | Contents | +====================+==========+====================================+ @@ -120268,11 +120268,11 @@ Full description +--------------------+----------+------------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+------------------------------------+ - - + + Attestation (tag 21) ==================== - + +--------------------+----------+------------------------------------+ | Name | Size | Contents | +====================+==========+====================================+ @@ -120286,11 +120286,11 @@ Full description +--------------------+----------+------------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+------------------------------------+ - - + + Attestation_with_dal (tag 23) ============================= - + +--------------------+----------------------+------------------------------------+ | Name | Size | Contents | +====================+======================+====================================+ @@ -120306,11 +120306,11 @@ Full description +--------------------+----------------------+------------------------------------+ | dal_attestation | Determined from data | $Z.t | +--------------------+----------------------+------------------------------------+ - - + + Dal_entrapment_evidence (tag 24) ================================ - + +-----------------------+----------------------+-------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================+ @@ -120326,11 +120326,11 @@ Full description +-----------------------+----------------------+-------------------------------------------+ | shard_with_proof | Determined from data | $X_40 | +-----------------------+----------------------+-------------------------------------------+ - - + + Preattestations_aggregate (tag 30) ================================== - + +-----------------------+----------+------------------------------------------------+ | Name | Size | Contents | +=======================+==========+================================================+ @@ -120342,11 +120342,11 @@ Full description +-----------------------+----------+------------------------------------------------+ | committee | Variable | sequence of unsigned 16-bit big-endian integer | +-----------------------+----------+------------------------------------------------+ - - + + Attestations_aggregate (tag 31) =============================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -120358,11 +120358,11 @@ Full description +-----------------------+----------+------------------------------------+ | committee | Variable | sequence of $X_35 | +-----------------------+----------+------------------------------------+ - - + + Reveal (tag 107) ================ - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -120384,11 +120384,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | proof | Determined from data | $X_30 | +-----------------------------+----------------------+-------------------------------------+ - - + + Transaction (tag 108) ===================== - + +----------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==================================+======================+=====================================+ @@ -120412,11 +120412,11 @@ Full description +----------------------------------+----------------------+-------------------------------------+ | parameters | Determined from data | $X_32 | +----------------------------------+----------------------+-------------------------------------+ - - + + Origination (tag 109) ===================== - + +--------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +================================+======================+=====================================+ @@ -120440,11 +120440,11 @@ Full description +--------------------------------+----------------------+-------------------------------------+ | script | Determined from data | $024-PsD5wVTJ.scripted.contracts | +--------------------------------+----------------------+-------------------------------------+ - - + + Delegation (tag 110) ==================== - + +--------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +================================+======================+=====================================+ @@ -120464,11 +120464,11 @@ Full description +--------------------------------+----------------------+-------------------------------------+ | delegate | 21 bytes | $public_key_hash | +--------------------------------+----------------------+-------------------------------------+ - - + + Register_global_constant (tag 111) ================================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -120488,11 +120488,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | value | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + Set_deposits_limit (tag 112) ============================ - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -120512,11 +120512,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | limit | Determined from data | $N.t | +-----------------------------+----------------------+-------------------------------------+ - - + + Increase_paid_storage (tag 113) =============================== - + +---------------+----------------------+--------------------------------------+ | Name | Size | Contents | +===============+======================+======================================+ @@ -120536,11 +120536,11 @@ Full description +---------------+----------------------+--------------------------------------+ | destination | 22 bytes | $024-PsD5wVTJ.contract_id.originated | +---------------+----------------------+--------------------------------------+ - - + + Update_consensus_key (tag 114) ============================== - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -120562,11 +120562,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | proof | Determined from data | $X_30 | +-----------------------------+----------------------+-------------------------------------+ - - + + Update_companion_key (tag 115) ============================== - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -120588,11 +120588,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | proof | Determined from data | $X_30 | +-----------------------------+----------------------+-------------------------------------+ - - + + Transfer_ticket (tag 158) ========================= - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -120626,11 +120626,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | entrypoint | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_originate (tag 200) ================================ - + +---------------------------------+----------------------+-----------------------------------------------------------+ | Name | Size | Contents | +=================================+======================+===========================================================+ @@ -120660,11 +120660,11 @@ Full description +---------------------------------+----------------------+-----------------------------------------------------------+ | whitelist | Determined from data | $X_29 | +---------------------------------+----------------------+-----------------------------------------------------------+ - - + + Smart_rollup_add_messages (tag 201) =================================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -120684,11 +120684,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | message | Variable | sequence of $X_3 | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_cement (tag 202) ============================= - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -120706,11 +120706,11 @@ Full description +---------------+----------------------+------------------------+ | rollup | 20 bytes | bytes | +---------------+----------------------+------------------------+ - - + + Smart_rollup_publish (tag 203) ============================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -120730,11 +120730,11 @@ Full description +---------------+----------------------+------------------------+ | commitment | 76 bytes | $X_26 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_refute (tag 204) ============================= - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -120756,11 +120756,11 @@ Full description +---------------+----------------------+------------------------+ | refutation | Determined from data | $X_25 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_timeout (tag 205) ============================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -120780,11 +120780,11 @@ Full description +---------------+----------------------+------------------------+ | stakers | 42 bytes | $X_19 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_execute_outbox_message (tag 206) ============================================= - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -120808,11 +120808,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | output_proof | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_recover_bond (tag 207) =================================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -120832,11 +120832,11 @@ Full description +---------------+----------------------+------------------------+ | staker | 21 bytes | $public_key_hash | +---------------+----------------------+------------------------+ - - + + Dal_publish_commitment (tag 230) ================================ - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -120854,11 +120854,11 @@ Full description +---------------+----------------------+------------------------+ | slot_header | 145 bytes | $X_18 | +---------------+----------------------+------------------------+ - - + + Zk_rollup_origination (tag 250) =============================== - + +-----------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+=========================================================================+ @@ -120888,11 +120888,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------+ | nb_ops | 4 bytes | signed 31-bit big-endian integer in the range -1073741824 to 1073741823 | +-----------------------+----------------------+-------------------------------------------------------------------------+ - - + + Zk_rollup_publish (tag 251) =========================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -120914,11 +120914,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | op | Variable | sequence of $X_9 | +-----------------------+----------------------+------------------------------------+ - - + + Zk_rollup_update (tag 252) ========================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -120938,14 +120938,14 @@ Full description +---------------+----------------------+------------------------+ | update | Determined from data | $X_1 | +---------------+----------------------+------------------------+ - - + + 024-PsD5wVTJ.staker (Determined from data, 8-bit tag) ***************************************************** - + Single (tag 0) ============== - + +----------+----------+---------------------------+ | Name | Size | Contents | +==========+==========+===========================+ @@ -120955,11 +120955,11 @@ Full description +----------+----------+---------------------------+ | delegate | 21 bytes | $public_key_hash | +----------+----------+---------------------------+ - - + + Shared (tag 1) ============== - + +----------+----------+------------------------+ | Name | Size | Contents | +==========+==========+========================+ @@ -120967,14 +120967,14 @@ Full description +----------+----------+------------------------+ | delegate | 21 bytes | $public_key_hash | +----------+----------+------------------------+ - - + + 024-PsD5wVTJ.bond_id (21 bytes, 8-bit tag) ****************************************** - + Smart_rollup_bond_id (tag 1) ============================ - + +--------------+----------+------------------------+ | Name | Size | Contents | +==============+==========+========================+ @@ -120982,14 +120982,14 @@ Full description +--------------+----------+------------------------+ | smart_rollup | 20 bytes | bytes | +--------------+----------+------------------------+ - - + + 024-PsD5wVTJ.frozen_staker (Determined from data, 8-bit tag) ************************************************************ - + Single (tag 0) ============== - + +----------+----------+---------------------------+ | Name | Size | Contents | +==========+==========+===========================+ @@ -120999,11 +120999,11 @@ Full description +----------+----------+---------------------------+ | delegate | 21 bytes | $public_key_hash | +----------+----------+---------------------------+ - - + + Shared (tag 1) ============== - + +----------+----------+------------------------+ | Name | Size | Contents | +==========+==========+========================+ @@ -121011,11 +121011,11 @@ Full description +----------+----------+------------------------+ | delegate | 21 bytes | $public_key_hash | +----------+----------+------------------------+ - - + + Baker (tag 2) ============= - + +-----------------+----------+------------------------+ | Name | Size | Contents | +=================+==========+========================+ @@ -121023,11 +121023,11 @@ Full description +-----------------+----------+------------------------+ | baker_own_stake | 21 bytes | $public_key_hash | +-----------------+----------+------------------------+ - - + + Baker_edge (tag 3) ================== - + +------------+----------+------------------------+ | Name | Size | Contents | +============+==========+========================+ @@ -121035,14 +121035,14 @@ Full description +------------+----------+------------------------+ | baker_edge | 21 bytes | $public_key_hash | +------------+----------+------------------------+ - - + + X_60 (Determined from data, 8-bit tag) ************************************** - + Contract (tag 0) ================ - + +----------+----------+----------------------------------+ | Name | Size | Contents | +==========+==========+==================================+ @@ -121052,11 +121052,11 @@ Full description +----------+----------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +----------+----------+----------------------------------+ - - + + Block_fees (tag 2) ================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -121064,11 +121064,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Deposits (tag 4) ================ - + +--------+----------------------+----------------------------------+ | Name | Size | Contents | +========+======================+==================================+ @@ -121078,11 +121078,11 @@ Full description +--------+----------------------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+----------------------+----------------------------------+ - - + + Nonce_revelation_rewards (tag 5) ================================ - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -121090,11 +121090,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Attesting_rewards (tag 7) ========================= - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -121102,11 +121102,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Baking_rewards (tag 8) ====================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -121114,11 +121114,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Baking_bonuses (tag 9) ====================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -121126,11 +121126,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Storage_fees (tag 11) ===================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -121138,11 +121138,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Double_signing_punishments (tag 12) =================================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -121150,11 +121150,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Lost_attesting_rewards (tag 13) =============================== - + +---------------+----------+-------------------------------------+ | Name | Size | Contents | +===============+==========+=====================================+ @@ -121168,11 +121168,11 @@ Full description +---------------+----------+-------------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +---------------+----------+-------------------------------------+ - - + + Liquidity_baking_subsidies (tag 14) =================================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -121180,11 +121180,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Burned (tag 15) =============== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -121192,11 +121192,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Commitments (tag 16) ==================== - + +-----------+----------+----------------------------------+ | Name | Size | Contents | +===========+==========+==================================+ @@ -121206,11 +121206,11 @@ Full description +-----------+----------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +-----------+----------+----------------------------------+ - - + + Bootstrap (tag 17) ================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -121218,11 +121218,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Invoice (tag 18) ================ - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -121230,11 +121230,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Initial_commitments (tag 19) ============================ - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -121242,11 +121242,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Minted (tag 20) =============== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -121254,11 +121254,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Frozen_bonds (tag 21) ===================== - + +----------+----------+----------------------------------+ | Name | Size | Contents | +==========+==========+==================================+ @@ -121270,11 +121270,11 @@ Full description +----------+----------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +----------+----------+----------------------------------+ - - + + Smart_rollup_refutation_punishments (tag 24) ============================================ - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -121282,11 +121282,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Smart_rollup_refutation_rewards (tag 25) ======================================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -121294,11 +121294,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Unstaked_deposits (tag 26) ========================== - + +--------+----------------------+----------------------------------+ | Name | Size | Contents | +========+======================+==================================+ @@ -121310,11 +121310,11 @@ Full description +--------+----------------------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+----------------------+----------------------------------+ - - + + Staking_delegator_numerator (tag 27) ==================================== - + +-----------+----------+----------------------------------+ | Name | Size | Contents | +===========+==========+==================================+ @@ -121324,11 +121324,11 @@ Full description +-----------+----------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +-----------+----------+----------------------------------+ - - + + Staking_delegate_denominator (tag 28) ===================================== - + +----------+----------+----------------------------------+ | Name | Size | Contents | +==========+==========+==================================+ @@ -121338,11 +121338,11 @@ Full description +----------+----------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +----------+----------+----------------------------------+ - - + + DAL_attesting_rewards (tag 29) ============================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -121350,11 +121350,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Lost_DAL_attesting_rewards (tag 30) =================================== - + +----------+----------+----------------------------------+ | Name | Size | Contents | +==========+==========+==================================+ @@ -121364,54 +121364,54 @@ Full description +----------+----------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +----------+----------+----------------------------------+ - - + + X_61 (Determined from data, 8-bit tag) ************************************** - + Block_application (tag 0) ========================= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Protocol_migration (tag 1) ========================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Subsidy (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Simulation (tag 3) ================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Delayed_operation (tag 4) ========================= - + +------------------------+----------+------------------------+ | Name | Size | Contents | +========================+==========+========================+ @@ -121419,11 +121419,11 @@ Full description +------------------------+----------+------------------------+ | delayed_operation_hash | 32 bytes | bytes | +------------------------+----------+------------------------+ - - + + X_59 **** - + +-----------------+----------------------+----------+ | Name | Size | Contents | +=================+======================+==========+ @@ -121431,11 +121431,11 @@ Full description +-----------------+----------------------+----------+ | Unnamed field 1 | Determined from data | $X_61 | +-----------------+----------------------+----------+ - - + + X_62 **** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -121443,14 +121443,14 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_3 | +-----------------------+----------+------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.operation_result.zk_rollup_update (Determined from data, 8-bit tag) ************************************************************************************************ - + Applied (tag 0) =============== - + +--------------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+====================================+ @@ -121464,11 +121464,11 @@ Full description +--------------------------------------------------------------------------+----------------------+------------------------------------+ | paid_storage_size_diff | Determined from data | $Z.t | +--------------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -121478,21 +121478,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_3 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=====================================+ @@ -121510,14 +121510,14 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | paid_storage_size_diff | Determined from data | $Z.t | +--------------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + 024-PsD5wVTJ.transaction_destination (22 bytes, 8-bit tag) ********************************************************** - + Implicit (tag 0) ================ - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -121525,11 +121525,11 @@ Full description +---------------------------+----------+------------------------+ | Signature.Public_key_hash | 21 bytes | $public_key_hash | +---------------------------+----------+------------------------+ - - + + Originated (tag 1) ================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -121539,11 +121539,11 @@ Full description +---------------+----------+------------------------+ | padding | 1 byte | padding | +---------------+----------+------------------------+ - - + + Smart_rollup (tag 3) ==================== - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -121553,11 +121553,11 @@ Full description +----------------------+----------+------------------------+ | padding | 1 byte | padding | +----------------------+----------+------------------------+ - - + + Zk_rollup (tag 4) ================= - + +----------------+----------+------------------------+ | Name | Size | Contents | +================+==========+========================+ @@ -121567,14 +121567,14 @@ Full description +----------------+----------+------------------------+ | padding | 1 byte | padding | +----------------+----------+------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.internal_operation_result.event (Determined from data, 8-bit tag) ********************************************************************************************** - + Applied (tag 0) =============== - + +-------------------+----------------------+------------------------+ | Name | Size | Contents | +===================+======================+========================+ @@ -121582,11 +121582,11 @@ Full description +-------------------+----------------------+------------------------+ | consumed_milligas | Determined from data | $N.t | +-------------------+----------------------+------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -121596,21 +121596,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_3 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==============================+======================+=====================================+ @@ -121622,14 +121622,14 @@ Full description +------------------------------+----------------------+-------------------------------------+ | consumed_milligas | Determined from data | $N.t | +------------------------------+----------------------+-------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.internal_operation_result.delegation (Determined from data, 8-bit tag) *************************************************************************************************** - + Applied (tag 0) =============== - + +--------------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+====================================+ @@ -121641,11 +121641,11 @@ Full description +--------------------------------------------------------------------------+----------------------+------------------------------------+ | balance_updates | Variable | sequence of $X_59 | +--------------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -121655,21 +121655,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_3 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=====================================+ @@ -121685,11 +121685,11 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | balance_updates | Variable | sequence of $X_59 | +--------------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + sapling.transaction.ciphertext ****************************** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -121707,11 +121707,11 @@ Full description +-----------------------+----------+------------------------------------+ | nonce_out | 24 bytes | bytes | +-----------------------+----------+------------------------------------+ - - + + X_84 **** - + +-----------------+----------------------+---------------------------------+ | Name | Size | Contents | +=================+======================+=================================+ @@ -121719,11 +121719,11 @@ Full description +-----------------+----------------------+---------------------------------+ | Unnamed field 1 | Determined from data | $sapling.transaction.ciphertext | +-----------------+----------------------+---------------------------------+ - - + + X_83 **** - + +-----------------------------+----------+------------------------------------+ | Name | Size | Contents | +=============================+==========+====================================+ @@ -121735,14 +121735,14 @@ Full description +-----------------------------+----------+------------------------------------+ | nullifiers | Variable | sequence of bytes | +-----------------------------+----------+------------------------------------+ - - + + X_89 (Determined from data, 8-bit tag) ************************************** - + update (tag 0) ============== - + +---------+----------------------+------------------------+ | Name | Size | Contents | +=========+======================+========================+ @@ -121750,21 +121750,21 @@ Full description +---------+----------------------+------------------------+ | updates | Determined from data | $X_83 | +---------+----------------------+------------------------+ - - + + remove (tag 1) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + copy (tag 2) ============ - + +---------+----------------------+------------------------+ | Name | Size | Contents | +=========+======================+========================+ @@ -121774,11 +121774,11 @@ Full description +---------+----------------------+------------------------+ | updates | Determined from data | $X_83 | +---------+----------------------+------------------------+ - - + + alloc (tag 3) ============= - + +-----------+----------------------+------------------------------------+ | Name | Size | Contents | +===========+======================+====================================+ @@ -121788,11 +121788,11 @@ Full description +-----------+----------------------+------------------------------------+ | memo_size | 2 bytes | unsigned 16-bit big-endian integer | +-----------+----------------------+------------------------------------+ - - + + X_90 **** - + +-----------------------------+----------------------+-------------------------------------------------+ | Name | Size | Contents | +=============================+======================+=================================================+ @@ -121804,14 +121804,14 @@ Full description +-----------------------------+----------------------+-------------------------------------------------+ | value | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +-----------------------------+----------------------+-------------------------------------------------+ - - + + X_101 (Determined from data, 8-bit tag) *************************************** - + update (tag 0) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -121821,21 +121821,21 @@ Full description +-----------------------+----------+------------------------------------+ | updates | Variable | sequence of $X_90 | +-----------------------+----------+------------------------------------+ - - + + remove (tag 1) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + copy (tag 2) ============ - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -121847,11 +121847,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | updates | Variable | sequence of $X_90 | +-----------------------+----------------------+------------------------------------+ - - + + alloc (tag 3) ============= - + +-----------------------+----------------------+-------------------------------------------------+ | Name | Size | Contents | +=======================+======================+=================================================+ @@ -121865,14 +121865,14 @@ Full description +-----------------------+----------------------+-------------------------------------------------+ | value_type | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +-----------------------+----------------------+-------------------------------------------------+ - - + + X_102 (Determined from data, 8-bit tag) *************************************** - + big_map (tag 0) =============== - + +------+----------------------+------------------------+ | Name | Size | Contents | +======+======================+========================+ @@ -121882,11 +121882,11 @@ Full description +------+----------------------+------------------------+ | diff | Determined from data | $X_101 | +------+----------------------+------------------------+ - - + + sapling_state (tag 1) ===================== - + +------+----------------------+------------------------+ | Name | Size | Contents | +======+======================+========================+ @@ -121896,11 +121896,11 @@ Full description +------+----------------------+------------------------+ | diff | Determined from data | $X_89 | +------+----------------------+------------------------+ - - + + 024-PsD5wVTJ.lazy_storage_diff ****************************** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -121908,14 +121908,14 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_102 | +-----------------------+----------+------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.internal_operation_result.origination (Determined from data, 8-bit tag) **************************************************************************************************** - + Applied (tag 0) =============== - + +--------------------------------------------------------------------------+----------------------+--------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+==================================================+ @@ -121939,11 +121939,11 @@ Full description +--------------------------------------------------------------------------+----------------------+--------------------------------------------------+ | lazy_storage_diff | Determined from data | $024-PsD5wVTJ.lazy_storage_diff | +--------------------------------------------------------------------------+----------------------+--------------------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -121953,21 +121953,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_3 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +--------------------------------------------------------------------------+----------------------+--------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+==================================================+ @@ -121995,11 +121995,11 @@ Full description +--------------------------------------------------------------------------+----------------------+--------------------------------------------------+ | lazy_storage_diff | Determined from data | $024-PsD5wVTJ.lazy_storage_diff | +--------------------------------------------------------------------------+----------------------+--------------------------------------------------+ - - + + X_129 ***** - + +--------------+----------------------+-------------------------------------------------+ | Name | Size | Contents | +==============+======================+=================================================+ @@ -122009,11 +122009,11 @@ Full description +--------------+----------------------+-------------------------------------------------+ | content | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +--------------+----------------------+-------------------------------------------------+ - - + + X_132 ***** - + +---------+----------------------+---------------------------------------+ | Name | Size | Contents | +=========+======================+=======================================+ @@ -122021,11 +122021,11 @@ Full description +---------+----------------------+---------------------------------------+ | amount | Determined from data | $Z.t | +---------+----------------------+---------------------------------------+ - - + + X_128 ***** - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -122035,11 +122035,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | updates | Variable | sequence of $X_132 | +-----------------------+----------------------+------------------------------------+ - - + + X_162 ***** - + +---------+----------------------+---------------------------------------+ | Name | Size | Contents | +=========+======================+=======================================+ @@ -122047,14 +122047,14 @@ Full description +---------+----------------------+---------------------------------------+ | index | Determined from data | $Z.t | +---------+----------------------+---------------------------------------+ - - + + X_163 (Determined from data, 8-bit tag) *************************************** - + To_contract (tag 0) =================== - + +--------------------------------------------------------------------------+----------------------+--------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+==================================================+ @@ -122092,11 +122092,11 @@ Full description +--------------------------------------------------------------------------+----------------------+--------------------------------------------------+ | address_registry_diff | Variable | sequence of $X_162 | +--------------------------------------------------------------------------+----------------------+--------------------------------------------------+ - - + + To_smart_rollup (tag 2) ======================= - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -122108,14 +122108,14 @@ Full description +-----------------------+----------------------+------------------------------------+ | ticket_receipt | Variable | sequence of $X_128 | +-----------------------+----------------------+------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.internal_operation_result.transaction (Determined from data, 8-bit tag) **************************************************************************************************** - + Applied (tag 0) =============== - + +-----------------+----------------------+------------------------+ | Name | Size | Contents | +=================+======================+========================+ @@ -122123,11 +122123,11 @@ Full description +-----------------+----------------------+------------------------+ | Unnamed field 0 | Determined from data | $X_163 | +-----------------+----------------------+------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -122137,21 +122137,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_3 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==============================+======================+=====================================+ @@ -122163,14 +122163,14 @@ Full description +------------------------------+----------------------+-------------------------------------+ | Unnamed field 0 | Determined from data | $X_163 | +------------------------------+----------------------+-------------------------------------+ - - + + 024-PsD5wVTJ.apply_internal_results.alpha.operation_result (Determined from data, 8-bit tag) ******************************************************************************************** - + transaction (tag 1) =================== - + +----------------------------------+----------------------+---------------------------------------------------------------------+ | Name | Size | Contents | +==================================+======================+=====================================================================+ @@ -122190,11 +122190,11 @@ Full description +----------------------------------+----------------------+---------------------------------------------------------------------+ | result | Determined from data | $024-PsD5wVTJ.operation.alpha.internal_operation_result.transaction | +----------------------------------+----------------------+---------------------------------------------------------------------+ - - + + origination (tag 2) =================== - + +--------------------------------+----------------------+---------------------------------------------------------------------+ | Name | Size | Contents | +================================+======================+=====================================================================+ @@ -122214,11 +122214,11 @@ Full description +--------------------------------+----------------------+---------------------------------------------------------------------+ | result | Determined from data | $024-PsD5wVTJ.operation.alpha.internal_operation_result.origination | +--------------------------------+----------------------+---------------------------------------------------------------------+ - - + + delegation (tag 3) ================== - + +--------------------------------+----------------------+--------------------------------------------------------------------+ | Name | Size | Contents | +================================+======================+====================================================================+ @@ -122234,11 +122234,11 @@ Full description +--------------------------------+----------------------+--------------------------------------------------------------------+ | result | Determined from data | $024-PsD5wVTJ.operation.alpha.internal_operation_result.delegation | +--------------------------------+----------------------+--------------------------------------------------------------------+ - - + + event (tag 4) ============= - + +-------------------------------+----------------------+---------------------------------------------------------------+ | Name | Size | Contents | +===============================+======================+===============================================================+ @@ -122260,11 +122260,11 @@ Full description +-------------------------------+----------------------+---------------------------------------------------------------+ | result | Determined from data | $024-PsD5wVTJ.operation.alpha.internal_operation_result.event | +-------------------------------+----------------------+---------------------------------------------------------------+ - - + + X_58 **** - + +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=========================================================================+ @@ -122278,14 +122278,14 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.operation_result.zk_rollup_publish (Determined from data, 8-bit tag) ************************************************************************************************* - + Applied (tag 0) =============== - + +--------------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+====================================+ @@ -122299,11 +122299,11 @@ Full description +--------------------------------------------------------------------------+----------------------+------------------------------------+ | size | Determined from data | $Z.t | +--------------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -122313,21 +122313,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_3 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=====================================+ @@ -122345,11 +122345,11 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | size | Determined from data | $Z.t | +--------------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + X_206 ***** - + +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=========================================================================+ @@ -122363,14 +122363,14 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.operation_result.zk_rollup_origination (Determined from data, 8-bit tag) ***************************************************************************************************** - + Applied (tag 0) =============== - + +--------------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+====================================+ @@ -122386,11 +122386,11 @@ Full description +--------------------------------------------------------------------------+----------------------+------------------------------------+ | size | Determined from data | $Z.t | +--------------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -122400,21 +122400,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_3 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=====================================+ @@ -122434,11 +122434,11 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | size | Determined from data | $Z.t | +--------------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + X_351 ***** - + +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=========================================================================+ @@ -122452,14 +122452,14 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + X_499 (54 bytes, 8-bit tag) *************************** - + v0 (tag 0) ========== - + +------------+----------+----------------------------------+ | Name | Size | Contents | +============+==========+==================================+ @@ -122471,14 +122471,14 @@ Full description +------------+----------+----------------------------------+ | commitment | 48 bytes | bytes | +------------+----------+----------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.operation_result.dal_publish_commitment (Determined from data, 8-bit tag) ****************************************************************************************************** - + Applied (tag 0) =============== - + +-------------------+----------------------+------------------------+ | Name | Size | Contents | +===================+======================+========================+ @@ -122488,11 +122488,11 @@ Full description +-------------------+----------------------+------------------------+ | consumed_milligas | Determined from data | $N.t | +-------------------+----------------------+------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -122502,21 +122502,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_3 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==============================+======================+=====================================+ @@ -122530,11 +122530,11 @@ Full description +------------------------------+----------------------+-------------------------------------+ | consumed_milligas | Determined from data | $N.t | +------------------------------+----------------------+-------------------------------------+ - - + + X_494 ***** - + +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=========================================================================+ @@ -122548,14 +122548,14 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.operation_result.smart_rollup_recover_bond (Determined from data, 8-bit tag) ********************************************************************************************************* - + Applied (tag 0) =============== - + +--------------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+====================================+ @@ -122567,11 +122567,11 @@ Full description +--------------------------------------------------------------------------+----------------------+------------------------------------+ | consumed_milligas | Determined from data | $N.t | +--------------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -122581,21 +122581,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_3 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=====================================+ @@ -122611,11 +122611,11 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | consumed_milligas | Determined from data | $N.t | +--------------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + X_632 ***** - + +--------------------------------------------------------------------------+----------------------+--------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+==========================================================================+ @@ -122629,24 +122629,24 @@ Full description +--------------------------------------------------------------------------+----------------------+--------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+--------------------------------------------------------------------------+ - - + + X_788 (Determined from data, 8-bit tag) *************************************** - + Public (tag 0) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Private (tag 1) =============== - + +-----------+----------------------+------------------------+ | Name | Size | Contents | +===========+======================+========================+ @@ -122654,14 +122654,14 @@ Full description +-----------+----------------------+------------------------+ | whitelist | Determined from data | $X_29 | +-----------+----------------------+------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.operation_result.smart_rollup_execute_outbox_message (Determined from data, 8-bit tag) ******************************************************************************************************************* - + Applied (tag 0) =============== - + +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=====================================+ @@ -122683,11 +122683,11 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | paid_storage_size_diff | Determined from data | $Z.t | +--------------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -122697,21 +122697,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_3 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=====================================+ @@ -122737,11 +122737,11 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | paid_storage_size_diff | Determined from data | $Z.t | +--------------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + X_774 ***** - + +--------------------------------------------------------------------------+----------------------+------------------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+====================================================================================+ @@ -122755,37 +122755,37 @@ Full description +--------------------------------------------------------------------------+----------------------+------------------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+------------------------------------------------------------------------------------+ - - + + X_936 (1 byte, 8-bit tag) ************************* - + Conflict_resolved (tag 0) ========================= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Timeout (tag 1) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + X_937 (Determined from data, 8-bit tag) *************************************** - + Loser (tag 0) ============= - + +--------+----------+------------------------+ | Name | Size | Contents | +========+==========+========================+ @@ -122795,34 +122795,34 @@ Full description +--------+----------+------------------------+ | player | 21 bytes | $public_key_hash | +--------+----------+------------------------+ - - + + Draw (tag 1) ============ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + X_938 (Determined from data, 8-bit tag) *************************************** - + Ongoing (tag 0) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Ended (tag 1) ============= - + +--------+----------------------+------------------------+ | Name | Size | Contents | +========+======================+========================+ @@ -122830,14 +122830,14 @@ Full description +--------+----------------------+------------------------+ | result | Determined from data | $X_937 | +--------+----------------------+------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.operation_result.smart_rollup_timeout (Determined from data, 8-bit tag) **************************************************************************************************** - + Applied (tag 0) =============== - + +--------------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+====================================+ @@ -122851,11 +122851,11 @@ Full description +--------------------------------------------------------------------------+----------------------+------------------------------------+ | balance_updates | Variable | sequence of $X_59 | +--------------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -122865,21 +122865,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_3 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=====================================+ @@ -122897,11 +122897,11 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | balance_updates | Variable | sequence of $X_59 | +--------------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + X_931 ***** - + +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=========================================================================+ @@ -122915,14 +122915,14 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.operation_result.smart_rollup_publish (Determined from data, 8-bit tag) **************************************************************************************************** - + Applied (tag 0) =============== - + +--------------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+====================================+ @@ -122938,11 +122938,11 @@ Full description +--------------------------------------------------------------------------+----------------------+------------------------------------+ | balance_updates | Variable | sequence of $X_59 | +--------------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -122952,21 +122952,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_3 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=====================================+ @@ -122986,11 +122986,11 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | balance_updates | Variable | sequence of $X_59 | +--------------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + X_1234 ****** - + +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=========================================================================+ @@ -123004,14 +123004,14 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.operation_result.smart_rollup_cement (Determined from data, 8-bit tag) *************************************************************************************************** - + Applied (tag 0) =============== - + +-------------------+----------------------+----------------------------------+ | Name | Size | Contents | +===================+======================+==================================+ @@ -123023,11 +123023,11 @@ Full description +-------------------+----------------------+----------------------------------+ | commitment_hash | 32 bytes | bytes | +-------------------+----------------------+----------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -123037,21 +123037,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_3 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==============================+======================+=====================================+ @@ -123067,11 +123067,11 @@ Full description +------------------------------+----------------------+-------------------------------------+ | commitment_hash | 32 bytes | bytes | +------------------------------+----------------------+-------------------------------------+ - - + + X_1376 ****** - + +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=========================================================================+ @@ -123085,11 +123085,11 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + X_1513 ****** - + +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=========================================================================+ @@ -123103,14 +123103,14 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.operation_result.smart_rollup_originate (Determined from data, 8-bit tag) ****************************************************************************************************** - + Applied (tag 0) =============== - + +--------------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+====================================+ @@ -123128,11 +123128,11 @@ Full description +--------------------------------------------------------------------------+----------------------+------------------------------------+ | size | Determined from data | $Z.t | +--------------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -123142,21 +123142,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_3 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=====================================+ @@ -123178,11 +123178,11 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | size | Determined from data | $Z.t | +--------------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + X_1651 ****** - + +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=========================================================================+ @@ -123196,14 +123196,14 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.operation_result.transfer_ticket (Determined from data, 8-bit tag) *********************************************************************************************** - + Applied (tag 0) =============== - + +--------------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+====================================+ @@ -123221,11 +123221,11 @@ Full description +--------------------------------------------------------------------------+----------------------+------------------------------------+ | paid_storage_size_diff | Determined from data | $Z.t | +--------------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -123235,21 +123235,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_3 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=====================================+ @@ -123271,11 +123271,11 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | paid_storage_size_diff | Determined from data | $Z.t | +--------------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + X_1793 ****** - + +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=========================================================================+ @@ -123289,14 +123289,14 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.operation_result.update_consensus_key (Determined from data, 8-bit tag) **************************************************************************************************** - + Applied (tag 0) =============== - + +-------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +===================+======================+=====================================+ @@ -123306,11 +123306,11 @@ Full description +-------------------+----------------------+-------------------------------------+ | consumed_milligas | Determined from data | $N.t | +-------------------+----------------------+-------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -123320,21 +123320,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_3 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==============================+======================+=====================================+ @@ -123348,11 +123348,11 @@ Full description +------------------------------+----------------------+-------------------------------------+ | consumed_milligas | Determined from data | $N.t | +------------------------------+----------------------+-------------------------------------+ - - + + X_1946 ****** - + +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=========================================================================+ @@ -123366,14 +123366,14 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.operation_result.register_global_constant (Determined from data, 8-bit tag) ******************************************************************************************************** - + Applied (tag 0) =============== - + +--------------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+====================================+ @@ -123389,11 +123389,11 @@ Full description +--------------------------------------------------------------------------+----------------------+------------------------------------+ | global_address | 32 bytes | bytes | +--------------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -123403,21 +123403,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_3 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=====================================+ @@ -123437,11 +123437,11 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | global_address | 32 bytes | bytes | +--------------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + X_2497 ****** - + +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=========================================================================+ @@ -123455,11 +123455,11 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + X_2639 ****** - + +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=========================================================================+ @@ -123473,11 +123473,11 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + X_2781 ****** - + +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=========================================================================+ @@ -123491,14 +123491,14 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + X_3004 (Determined from data, 8-bit tag) **************************************** - + To_contract (tag 0) =================== - + +--------------------------------------------------------------------------+----------------------+--------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+==================================================+ @@ -123536,11 +123536,11 @@ Full description +--------------------------------------------------------------------------+----------------------+--------------------------------------------------+ | address_registry_diff | Variable | sequence of $X_162 | +--------------------------------------------------------------------------+----------------------+--------------------------------------------------+ - - + + To_smart_rollup (tag 2) ======================= - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -123552,14 +123552,14 @@ Full description +-----------------------+----------------------+------------------------------------+ | ticket_updates | Variable | sequence of $X_128 | +-----------------------+----------------------+------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.operation_result.transaction (Determined from data, 8-bit tag) ******************************************************************************************* - + Applied (tag 0) =============== - + +-----------------+----------------------+------------------------+ | Name | Size | Contents | +=================+======================+========================+ @@ -123567,11 +123567,11 @@ Full description +-----------------+----------------------+------------------------+ | Unnamed field 0 | Determined from data | $X_3004 | +-----------------+----------------------+------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -123581,21 +123581,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_3 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==============================+======================+=====================================+ @@ -123607,11 +123607,11 @@ Full description +------------------------------+----------------------+-------------------------------------+ | Unnamed field 0 | Determined from data | $X_3004 | +------------------------------+----------------------+-------------------------------------+ - - + + X_2964 ****** - + +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=========================================================================+ @@ -123625,11 +123625,11 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + X_3316 ****** - + +-------+---------+-------------------------------------------------------------------------+ | Name | Size | Contents | +=======+=========+=========================================================================+ @@ -123637,11 +123637,11 @@ Full description +-------+---------+-------------------------------------------------------------------------+ | stake | 8 bytes | signed 64-bit big-endian integer | +-------+---------+-------------------------------------------------------------------------+ - - + + X_3315 ****** - + +-----------------+----------+------------------+ | Name | Size | Contents | +=================+==========+==================+ @@ -123651,11 +123651,11 @@ Full description +-----------------+----------+------------------+ | consensus_power | 12 bytes | $X_3316 | +-----------------+----------+------------------+ - - + + X_3311 ****** - + +--------------------------------------------------------------------------+----------+------------------------------------+ | Name | Size | Contents | +==========================================================================+==========+====================================+ @@ -123669,11 +123669,11 @@ Full description +--------------------------------------------------------------------------+----------+------------------------------------+ | total_consensus_power | 12 bytes | $X_3316 | +--------------------------------------------------------------------------+----------+------------------------------------+ - - + + 024-PsD5wVTJ.operation_metadata.alpha.balance_updates ***************************************************** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -123681,11 +123681,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_59 | +-----------------------+----------+------------------------------------+ - - + + X_3335 ****** - + +--------------------------------------------------------------------------+----------+------------------------------------+ | Name | Size | Contents | +==========================================================================+==========+====================================+ @@ -123699,11 +123699,11 @@ Full description +--------------------------------------------------------------------------+----------+------------------------------------+ | consensus_key | 21 bytes | $public_key_hash | +--------------------------------------------------------------------------+----------+------------------------------------+ - - + + X_3350 ****** - + +--------------------------------------------------------------------------+----------+-------------------------------------+ | Name | Size | Contents | +==========================================================================+==========+=====================================+ @@ -123713,11 +123713,11 @@ Full description +--------------------------------------------------------------------------+----------+-------------------------------------+ | allocated_destination_contract | 1 byte | boolean (0 for false, 255 for true) | +--------------------------------------------------------------------------+----------+-------------------------------------+ - - + + X_3363 (Enumeration: unsigned 8-bit integer): ********************************************* - + +-------------+----------------+ | Case number | Encoded string | +=============+================+ @@ -123727,11 +123727,11 @@ Full description +-------------+----------------+ | 2 | block | +-------------+----------------+ - - + + X_3362 ****** - + +-------+---------+-------------------------------------------------------------+ | Name | Size | Contents | +=======+=========+=============================================================+ @@ -123741,11 +123741,11 @@ Full description +-------+---------+-------------------------------------------------------------+ | kind | 1 byte | unsigned 8-bit integer encoding an enumeration (see X_3363) | +-------+---------+-------------------------------------------------------------+ - - + + X_3361 ****** - + +-------------------+----------+------------------+ | Name | Size | Contents | +===================+==========+==================+ @@ -123755,14 +123755,14 @@ Full description +-------------------+----------+------------------+ | misbehaviour | 9 bytes | $X_3362 | +-------------------+----------+------------------+ - - + + 024-PsD5wVTJ.operation.alpha.operation_contents_and_result (Determined from data, 8-bit tag) ******************************************************************************************** - + Seed_nonce_revelation (tag 1) ============================= - + +----------+----------------------+--------------------------------------------------------+ | Name | Size | Contents | +==========+======================+========================================================+ @@ -123774,11 +123774,11 @@ Full description +----------+----------------------+--------------------------------------------------------+ | metadata | Determined from data | $024-PsD5wVTJ.operation_metadata.alpha.balance_updates | +----------+----------------------+--------------------------------------------------------+ - - + + Double_consensus_operation_evidence (tag 2) =========================================== - + +-----------------------+----------+-------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================+ @@ -123796,11 +123796,11 @@ Full description +-----------------------+----------+-------------------------------------------+ | metadata | 51 bytes | $X_3361 | +-----------------------+----------+-------------------------------------------+ - - + + Double_baking_evidence (tag 3) ============================== - + +-----------------------+----------+----------------------------------------------+ | Name | Size | Contents | +=======================+==========+==============================================+ @@ -123816,11 +123816,11 @@ Full description +-----------------------+----------+----------------------------------------------+ | metadata | 51 bytes | $X_3361 | +-----------------------+----------+----------------------------------------------+ - - + + Activate_account (tag 4) ======================== - + +----------+----------------------+--------------------------------------------------------+ | Name | Size | Contents | +==========+======================+========================================================+ @@ -123832,11 +123832,11 @@ Full description +----------+----------------------+--------------------------------------------------------+ | metadata | Determined from data | $024-PsD5wVTJ.operation_metadata.alpha.balance_updates | +----------+----------------------+--------------------------------------------------------+ - - + + Proposals (tag 5) ================= - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -123850,11 +123850,11 @@ Full description +-----------------------+----------+------------------------------------+ | proposals | Variable | sequence of at most 20 bytes | +-----------------------+----------+------------------------------------+ - - + + Ballot (tag 6) ============== - + +----------+----------+----------------------------------+ | Name | Size | Contents | +==========+==========+==================================+ @@ -123868,11 +123868,11 @@ Full description +----------+----------+----------------------------------+ | ballot | 1 byte | signed 8-bit integer | +----------+----------+----------------------------------+ - - + + Vdf_revelation (tag 8) ====================== - + +----------+----------------------+--------------------------------------------------------+ | Name | Size | Contents | +==========+======================+========================================================+ @@ -123882,11 +123882,11 @@ Full description +----------+----------------------+--------------------------------------------------------+ | metadata | Determined from data | $024-PsD5wVTJ.operation_metadata.alpha.balance_updates | +----------+----------------------+--------------------------------------------------------+ - - + + Drain_delegate (tag 9) ====================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -123900,11 +123900,11 @@ Full description +---------------+----------------------+------------------------+ | metadata | Determined from data | $X_3350 | +---------------+----------------------+------------------------+ - - + + Preattestation (tag 20) ======================= - + +--------------------+----------------------+------------------------------------+ | Name | Size | Contents | +====================+======================+====================================+ @@ -123920,11 +123920,11 @@ Full description +--------------------+----------------------+------------------------------------+ | metadata | Determined from data | $X_3335 | +--------------------+----------------------+------------------------------------+ - - + + Attestation (tag 21) ==================== - + +--------------------+----------------------+------------------------------------+ | Name | Size | Contents | +====================+======================+====================================+ @@ -123940,11 +123940,11 @@ Full description +--------------------+----------------------+------------------------------------+ | metadata | Determined from data | $X_3335 | +--------------------+----------------------+------------------------------------+ - - + + Attestation_with_dal (tag 23) ============================= - + +--------------------+----------------------+------------------------------------+ | Name | Size | Contents | +====================+======================+====================================+ @@ -123962,11 +123962,11 @@ Full description +--------------------+----------------------+------------------------------------+ | metadata | Determined from data | $X_3335 | +--------------------+----------------------+------------------------------------+ - - + + Dal_entrapment_evidence (tag 24) ================================ - + +-----------------------+----------------------+--------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+========================================================+ @@ -123984,11 +123984,11 @@ Full description +-----------------------+----------------------+--------------------------------------------------------+ | metadata | Determined from data | $024-PsD5wVTJ.operation_metadata.alpha.balance_updates | +-----------------------+----------------------+--------------------------------------------------------+ - - + + Preattestations_aggregate (tag 30) ================================== - + +-----------------------+----------------------+------------------------------------------------+ | Name | Size | Contents | +=======================+======================+================================================+ @@ -124002,11 +124002,11 @@ Full description +-----------------------+----------------------+------------------------------------------------+ | metadata | Determined from data | $X_3311 | +-----------------------+----------------------+------------------------------------------------+ - - + + Attestations_aggregate (tag 31) =============================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -124020,11 +124020,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | metadata | Determined from data | $X_3311 | +-----------------------+----------------------+------------------------------------+ - - + + Reveal (tag 107) ================ - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -124048,11 +124048,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | metadata | Determined from data | $X_1513 | +-----------------------------+----------------------+-------------------------------------+ - - + + Transaction (tag 108) ===================== - + +----------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==================================+======================+=====================================+ @@ -124078,11 +124078,11 @@ Full description +----------------------------------+----------------------+-------------------------------------+ | metadata | Determined from data | $X_2964 | +----------------------------------+----------------------+-------------------------------------+ - - + + Origination (tag 109) ===================== - + +--------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +================================+======================+=====================================+ @@ -124108,11 +124108,11 @@ Full description +--------------------------------+----------------------+-------------------------------------+ | metadata | Determined from data | $X_2781 | +--------------------------------+----------------------+-------------------------------------+ - - + + Delegation (tag 110) ==================== - + +--------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +================================+======================+=====================================+ @@ -124134,11 +124134,11 @@ Full description +--------------------------------+----------------------+-------------------------------------+ | metadata | Determined from data | $X_2639 | +--------------------------------+----------------------+-------------------------------------+ - - + + Register_global_constant (tag 111) ================================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -124160,11 +124160,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | metadata | Determined from data | $X_2497 | +-----------------------+----------------------+------------------------------------+ - - + + Set_deposits_limit (tag 112) ============================ - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -124186,11 +124186,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | metadata | Determined from data | $X_1513 | +-----------------------------+----------------------+-------------------------------------+ - - + + Increase_paid_storage (tag 113) =============================== - + +---------------+----------------------+--------------------------------------+ | Name | Size | Contents | +===============+======================+======================================+ @@ -124212,11 +124212,11 @@ Full description +---------------+----------------------+--------------------------------------+ | metadata | Determined from data | $X_632 | +---------------+----------------------+--------------------------------------+ - - + + Update_consensus_key (tag 114) ============================== - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -124240,11 +124240,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | metadata | Determined from data | $X_1946 | +-----------------------------+----------------------+-------------------------------------+ - - + + Update_companion_key (tag 115) ============================== - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -124268,11 +124268,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | metadata | Determined from data | $X_1946 | +-----------------------------+----------------------+-------------------------------------+ - - + + Transfer_ticket (tag 158) ========================= - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -124308,11 +124308,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | metadata | Determined from data | $X_1793 | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_originate (tag 200) ================================ - + +---------------------------------+----------------------+-----------------------------------------------------------+ | Name | Size | Contents | +=================================+======================+===========================================================+ @@ -124344,11 +124344,11 @@ Full description +---------------------------------+----------------------+-----------------------------------------------------------+ | metadata | Determined from data | $X_1651 | +---------------------------------+----------------------+-----------------------------------------------------------+ - - + + Smart_rollup_add_messages (tag 201) =================================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -124370,11 +124370,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | metadata | Determined from data | $X_1513 | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_cement (tag 202) ============================= - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -124394,11 +124394,11 @@ Full description +---------------+----------------------+------------------------+ | metadata | Determined from data | $X_1376 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_publish (tag 203) ============================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -124420,11 +124420,11 @@ Full description +---------------+----------------------+------------------------+ | metadata | Determined from data | $X_1234 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_refute (tag 204) ============================= - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -124448,11 +124448,11 @@ Full description +---------------+----------------------+------------------------+ | metadata | Determined from data | $X_931 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_timeout (tag 205) ============================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -124474,11 +124474,11 @@ Full description +---------------+----------------------+------------------------+ | metadata | Determined from data | $X_931 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_execute_outbox_message (tag 206) ============================================= - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -124504,11 +124504,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | metadata | Determined from data | $X_774 | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_recover_bond (tag 207) =================================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -124530,11 +124530,11 @@ Full description +---------------+----------------------+------------------------+ | metadata | Determined from data | $X_632 | +---------------+----------------------+------------------------+ - - + + Dal_publish_commitment (tag 230) ================================ - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -124554,11 +124554,11 @@ Full description +---------------+----------------------+------------------------+ | metadata | Determined from data | $X_494 | +---------------+----------------------+------------------------+ - - + + Zk_rollup_origination (tag 250) =============================== - + +-----------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+=========================================================================+ @@ -124590,11 +124590,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------+ | metadata | Determined from data | $X_351 | +-----------------------+----------------------+-------------------------------------------------------------------------+ - - + + Zk_rollup_publish (tag 251) =========================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -124618,11 +124618,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | metadata | Determined from data | $X_206 | +-----------------------+----------------------+------------------------------------+ - - + + Zk_rollup_update (tag 252) ========================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -124644,14 +124644,14 @@ Full description +---------------+----------------------+------------------------+ | metadata | Determined from data | $X_58 | +---------------+----------------------+------------------------+ - - + + X_3376 (Variable, 8-bit tag) **************************** - + Operation_with_metadata (tag 0) =============================== - + +-----------------------+----------+-------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+=========================================================================+ @@ -124663,11 +124663,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------+ | signature | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------+ - - + + Operation_without_metadata (tag 1) ================================== - + +-----------------------+----------+----------------------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================================+ @@ -124679,14 +124679,14 @@ Full description +-----------------------+----------+----------------------------------------------------+ | signature | Variable | bytes | +-----------------------+----------+----------------------------------------------------+ - - + + bls_signature_prefix (33 bytes, 8-bit tag) ****************************************** - + Bls_prefix (tag 3) ================== - + +-----------------+----------+------------------------+ | Name | Size | Contents | +=================+==========+========================+ @@ -124694,14 +124694,14 @@ Full description +-----------------+----------+------------------------+ | Unnamed field 0 | 32 bytes | bytes | +-----------------+----------+------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.contents_or_signature_prefix (Determined from data, 8-bit tag) ******************************************************************************************* - + Seed_nonce_revelation (tag 1) ============================= - + +-------+----------+----------------------------------+ | Name | Size | Contents | +=======+==========+==================================+ @@ -124711,11 +124711,11 @@ Full description +-------+----------+----------------------------------+ | nonce | 32 bytes | bytes | +-------+----------+----------------------------------+ - - + + Double_consensus_operation_evidence (tag 2) =========================================== - + +-----------------------+----------+-------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================+ @@ -124731,11 +124731,11 @@ Full description +-----------------------+----------+-------------------------------------------+ | op2 | Variable | $024-PsD5wVTJ.inlined.consensus_operation | +-----------------------+----------+-------------------------------------------+ - - + + Double_baking_evidence (tag 3) ============================== - + +-----------------------+----------+----------------------------------------------+ | Name | Size | Contents | +=======================+==========+==============================================+ @@ -124749,11 +124749,11 @@ Full description +-----------------------+----------+----------------------------------------------+ | bh2 | Variable | $024-PsD5wVTJ.block_header.alpha.full_header | +-----------------------+----------+----------------------------------------------+ - - + + Activate_account (tag 4) ======================== - + +--------+----------+------------------------+ | Name | Size | Contents | +========+==========+========================+ @@ -124763,11 +124763,11 @@ Full description +--------+----------+------------------------+ | secret | 20 bytes | bytes | +--------+----------+------------------------+ - - + + Proposals (tag 5) ================= - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -124781,11 +124781,11 @@ Full description +-----------------------+----------+------------------------------------+ | proposals | Variable | sequence of at most 20 bytes | +-----------------------+----------+------------------------------------+ - - + + Ballot (tag 6) ============== - + +----------+----------+----------------------------------+ | Name | Size | Contents | +==========+==========+==================================+ @@ -124799,11 +124799,11 @@ Full description +----------+----------+----------------------------------+ | ballot | 1 byte | signed 8-bit integer | +----------+----------+----------------------------------+ - - + + Vdf_revelation (tag 8) ====================== - + +----------+-----------+------------------------+ | Name | Size | Contents | +==========+===========+========================+ @@ -124811,11 +124811,11 @@ Full description +----------+-----------+------------------------+ | solution | 200 bytes | $X_43 | +----------+-----------+------------------------+ - - + + Drain_delegate (tag 9) ====================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -124827,11 +124827,11 @@ Full description +---------------+----------+------------------------+ | destination | 21 bytes | $public_key_hash | +---------------+----------+------------------------+ - - + + Failing_noop (tag 17) ===================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -124841,11 +124841,11 @@ Full description +-----------------------+----------+------------------------------------+ | arbitrary | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + Preattestation (tag 20) ======================= - + +--------------------+----------+------------------------------------+ | Name | Size | Contents | +====================+==========+====================================+ @@ -124859,11 +124859,11 @@ Full description +--------------------+----------+------------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+------------------------------------+ - - + + Attestation (tag 21) ==================== - + +--------------------+----------+------------------------------------+ | Name | Size | Contents | +====================+==========+====================================+ @@ -124877,11 +124877,11 @@ Full description +--------------------+----------+------------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+------------------------------------+ - - + + Attestation_with_dal (tag 23) ============================= - + +--------------------+----------------------+------------------------------------+ | Name | Size | Contents | +====================+======================+====================================+ @@ -124897,11 +124897,11 @@ Full description +--------------------+----------------------+------------------------------------+ | dal_attestation | Determined from data | $Z.t | +--------------------+----------------------+------------------------------------+ - - + + Dal_entrapment_evidence (tag 24) ================================ - + +-----------------------+----------------------+-------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================+ @@ -124917,11 +124917,11 @@ Full description +-----------------------+----------------------+-------------------------------------------+ | shard_with_proof | Determined from data | $X_40 | +-----------------------+----------------------+-------------------------------------------+ - - + + Preattestations_aggregate (tag 30) ================================== - + +-----------------------+----------+------------------------------------------------+ | Name | Size | Contents | +=======================+==========+================================================+ @@ -124933,11 +124933,11 @@ Full description +-----------------------+----------+------------------------------------------------+ | committee | Variable | sequence of unsigned 16-bit big-endian integer | +-----------------------+----------+------------------------------------------------+ - - + + Attestations_aggregate (tag 31) =============================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -124949,11 +124949,11 @@ Full description +-----------------------+----------+------------------------------------+ | committee | Variable | sequence of $X_35 | +-----------------------+----------+------------------------------------+ - - + + Reveal (tag 107) ================ - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -124975,11 +124975,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | proof | Determined from data | $X_30 | +-----------------------------+----------------------+-------------------------------------+ - - + + Transaction (tag 108) ===================== - + +----------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==================================+======================+=====================================+ @@ -125003,11 +125003,11 @@ Full description +----------------------------------+----------------------+-------------------------------------+ | parameters | Determined from data | $X_32 | +----------------------------------+----------------------+-------------------------------------+ - - + + Origination (tag 109) ===================== - + +--------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +================================+======================+=====================================+ @@ -125031,11 +125031,11 @@ Full description +--------------------------------+----------------------+-------------------------------------+ | script | Determined from data | $024-PsD5wVTJ.scripted.contracts | +--------------------------------+----------------------+-------------------------------------+ - - + + Delegation (tag 110) ==================== - + +--------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +================================+======================+=====================================+ @@ -125055,11 +125055,11 @@ Full description +--------------------------------+----------------------+-------------------------------------+ | delegate | 21 bytes | $public_key_hash | +--------------------------------+----------------------+-------------------------------------+ - - + + Register_global_constant (tag 111) ================================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -125079,11 +125079,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | value | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + Set_deposits_limit (tag 112) ============================ - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -125103,11 +125103,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | limit | Determined from data | $N.t | +-----------------------------+----------------------+-------------------------------------+ - - + + Increase_paid_storage (tag 113) =============================== - + +---------------+----------------------+--------------------------------------+ | Name | Size | Contents | +===============+======================+======================================+ @@ -125127,11 +125127,11 @@ Full description +---------------+----------------------+--------------------------------------+ | destination | 22 bytes | $024-PsD5wVTJ.contract_id.originated | +---------------+----------------------+--------------------------------------+ - - + + Update_consensus_key (tag 114) ============================== - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -125153,11 +125153,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | proof | Determined from data | $X_30 | +-----------------------------+----------------------+-------------------------------------+ - - + + Update_companion_key (tag 115) ============================== - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -125179,11 +125179,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | proof | Determined from data | $X_30 | +-----------------------------+----------------------+-------------------------------------+ - - + + Transfer_ticket (tag 158) ========================= - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -125217,11 +125217,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | entrypoint | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_originate (tag 200) ================================ - + +---------------------------------+----------------------+-----------------------------------------------------------+ | Name | Size | Contents | +=================================+======================+===========================================================+ @@ -125251,11 +125251,11 @@ Full description +---------------------------------+----------------------+-----------------------------------------------------------+ | whitelist | Determined from data | $X_29 | +---------------------------------+----------------------+-----------------------------------------------------------+ - - + + Smart_rollup_add_messages (tag 201) =================================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -125275,11 +125275,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | message | Variable | sequence of $X_3 | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_cement (tag 202) ============================= - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -125297,11 +125297,11 @@ Full description +---------------+----------------------+------------------------+ | rollup | 20 bytes | bytes | +---------------+----------------------+------------------------+ - - + + Smart_rollup_publish (tag 203) ============================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -125321,11 +125321,11 @@ Full description +---------------+----------------------+------------------------+ | commitment | 76 bytes | $X_26 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_refute (tag 204) ============================= - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -125347,11 +125347,11 @@ Full description +---------------+----------------------+------------------------+ | refutation | Determined from data | $X_25 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_timeout (tag 205) ============================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -125371,11 +125371,11 @@ Full description +---------------+----------------------+------------------------+ | stakers | 42 bytes | $X_19 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_execute_outbox_message (tag 206) ============================================= - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -125399,11 +125399,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | output_proof | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_recover_bond (tag 207) =================================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -125423,11 +125423,11 @@ Full description +---------------+----------------------+------------------------+ | staker | 21 bytes | $public_key_hash | +---------------+----------------------+------------------------+ - - + + Dal_publish_commitment (tag 230) ================================ - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -125445,11 +125445,11 @@ Full description +---------------+----------------------+------------------------+ | slot_header | 145 bytes | $X_18 | +---------------+----------------------+------------------------+ - - + + Zk_rollup_origination (tag 250) =============================== - + +-----------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+=========================================================================+ @@ -125479,11 +125479,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------+ | nb_ops | 4 bytes | signed 31-bit big-endian integer in the range -1073741824 to 1073741823 | +-----------------------+----------------------+-------------------------------------------------------------------------+ - - + + Zk_rollup_publish (tag 251) =========================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -125505,11 +125505,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | op | Variable | sequence of $X_9 | +-----------------------+----------------------+------------------------------------+ - - + + Zk_rollup_update (tag 252) ========================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -125529,11 +125529,11 @@ Full description +---------------+----------------------+------------------------+ | update | Determined from data | $X_1 | +---------------+----------------------+------------------------+ - - + + Signature_prefix (tag 255) ========================== - + +------------------+----------+------------------------+ | Name | Size | Contents | +==================+==========+========================+ @@ -125541,14 +125541,14 @@ Full description +------------------+----------+------------------------+ | signature_prefix | 33 bytes | $bls_signature_prefix | +------------------+----------+------------------------+ - - + + X_3475 (Variable, 8-bit tag) **************************** - + Operation with too large metadata (tag 0) ========================================= - + +-------------------------------+----------+------------------------------------------------------------------------+ | Name | Size | Contents | +===============================+==========+========================================================================+ @@ -125558,11 +125558,11 @@ Full description +-------------------------------+----------+------------------------------------------------------------------------+ | signature_suffix | 64 bytes | bytes | +-------------------------------+----------+------------------------------------------------------------------------+ - - + + Operation without metadata (tag 1) ================================== - + +-------------------------------+----------+------------------------------------------------------------------------+ | Name | Size | Contents | +===============================+==========+========================================================================+ @@ -125572,11 +125572,11 @@ Full description +-------------------------------+----------+------------------------------------------------------------------------+ | signature_suffix | 64 bytes | bytes | +-------------------------------+----------+------------------------------------------------------------------------+ - - + + Operation with metadata (tag 2) =============================== - + +-----------------+----------+------------------------+ | Name | Size | Contents | +=================+==========+========================+ @@ -125584,11 +125584,11 @@ Full description +-----------------+----------+------------------------+ | Unnamed field 0 | Variable | $X_3376 | +-----------------+----------+------------------------+ - - + + operation ********* - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -125604,11 +125604,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | $X_3475 | +-----------------------+----------+------------------------------------+ - - + + X_0 *** - + +--------------------------+----------+------------------------------------+ | Name | Size | Contents | +==========================+==========+====================================+ @@ -125618,17 +125618,17 @@ Full description +--------------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $operation | +--------------------------+----------+------------------------------------+ - +
- + .. _GET_..--block_id--operations--list_offset : **GET ..//operations/?[version=]&[force_metadata]&[metadata=]** .. raw:: html - +
@@ -128560,14 +128560,14 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $operation | +-----------------------+----------+------------------------------------+ - - + + public_key_hash (21 bytes, 8-bit tag) ************************************* - + Ed25519 (tag 0) =============== - + +-------------------------+----------+------------------------+ | Name | Size | Contents | +=========================+==========+========================+ @@ -128575,11 +128575,11 @@ Full description +-------------------------+----------+------------------------+ | Ed25519.Public_key_hash | 20 bytes | bytes | +-------------------------+----------+------------------------+ - - + + Secp256k1 (tag 1) ================= - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -128587,11 +128587,11 @@ Full description +---------------------------+----------+------------------------+ | Secp256k1.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + P256 (tag 2) ============ - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -128599,11 +128599,11 @@ Full description +----------------------+----------+------------------------+ | P256.Public_key_hash | 20 bytes | bytes | +----------------------+----------+------------------------+ - - + + Bls (tag 3) =========== - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -128611,23 +128611,23 @@ Full description +---------------------------+----------+------------------------+ | Bls12_381.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + N.t *** - + A variable-length sequence of bytes encoding a Zarith natural number. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). Size bits ignored, the data is the binary representation of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | N.t | Determined from data | bytes | +------+----------------------+----------+ - - + + X_2 *** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -128635,11 +128635,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + X_3 *** - + +-----------------------+----------+-------------------------------------+ | Name | Size | Contents | +=======================+==========+=====================================+ @@ -128651,11 +128651,11 @@ Full description +-----------------------+----------+-------------------------------------+ | exit_validity | 1 byte | boolean (0 for false, 255 for true) | +-----------------------+----------+-------------------------------------+ - - + + X_1 *** - + +-----------------+----------------------+----------+ | Name | Size | Contents | +=================+======================+==========+ @@ -128663,11 +128663,11 @@ Full description +-----------------+----------------------+----------+ | Unnamed field 1 | Determined from data | $X_3 | +-----------------+----------------------+----------+ - - + + X_6 *** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -128677,11 +128677,11 @@ Full description +-----------------------+----------+------------------------------------+ | fee | 32 bytes | bytes | +-----------------------+----------+------------------------------------+ - - + + X_4 *** - + +-----------------+----------------------+----------+ | Name | Size | Contents | +=================+======================+==========+ @@ -128689,11 +128689,11 @@ Full description +-----------------+----------------------+----------+ | Unnamed field 1 | Determined from data | $X_6 | +-----------------+----------------------+----------+ - - + + X_7 *** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -128701,11 +128701,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of bytes | +-----------------------+----------+------------------------------------+ - - + + X_0 *** - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -128723,23 +128723,23 @@ Full description +-----------------------+----------------------+------------------------------------+ | proof | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + Z.t *** - + A variable-length sequence of bytes encoding a Zarith integer. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). The second most significant bit of the first byte is reserved for the sign (0 for positive, 1 for negative). Size and sign bits ignored, the data is the binary representation of the absolute value of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | Z.t | Determined from data | bytes | +------+----------------------+----------+ - - + + X_10 **** - + +--------+----------------------+----------+ | Name | Size | Contents | +========+======================+==========+ @@ -128747,11 +128747,11 @@ Full description +--------+----------------------+----------+ | amount | Determined from data | $Z.t | +--------+----------------------+----------+ - - + + X_9 *** - + +-----------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+=========================================================================+ @@ -128767,11 +128767,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------+ | payload | Variable | sequence of bytes | +-----------------------+----------------------+-------------------------------------------------------------------------+ - - + + 024-PsD5wVTJ.michelson.v1.primitives (Enumeration: unsigned 8-bit integer): *************************************************************************** - + +-------------+--------------------------------+ | Case number | Encoded string | +=============+================================+ @@ -129097,14 +129097,14 @@ Full description +-------------+--------------------------------+ | 160 | GET_ADDRESS_INDEX | +-------------+--------------------------------+ - - + + micheline.024-PsD5wVTJ.michelson_v1.expression (Determined from data, 8-bit tag) ******************************************************************************** - + Int (tag 0) =========== - + +------+----------------------+------------------------+ | Name | Size | Contents | +======+======================+========================+ @@ -129112,11 +129112,11 @@ Full description +------+----------------------+------------------------+ | int | Determined from data | $Z.t | +------+----------------------+------------------------+ - - + + String (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -129126,11 +129126,11 @@ Full description +-----------------------+----------+------------------------------------+ | string | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + Sequence (tag 2) ================ - + +-----------------------+----------+-------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+=============================================================+ @@ -129140,11 +129140,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------+ | Unnamed field 0 | Variable | sequence of $micheline.024-PsD5wVTJ.michelson_v1.expression | +-----------------------+----------+-------------------------------------------------------------+ - - + + Prim__no_args__no_annots (tag 3) ================================ - + +------+--------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+========+===========================================================================================+ @@ -129152,11 +129152,11 @@ Full description +------+--------+-------------------------------------------------------------------------------------------+ | prim | 1 byte | unsigned 8-bit integer encoding an enumeration (see 024-PsD5wVTJ.michelson.v1.primitives) | +------+--------+-------------------------------------------------------------------------------------------+ - - + + Prim__no_args__some_annots (tag 4) ================================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -129168,11 +129168,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__no_annots (tag 5) ============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -129182,11 +129182,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__some_annots (tag 6) ================================ - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -129200,11 +129200,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__no_annots (tag 7) =============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -129216,11 +129216,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg2 | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__some_annots (tag 8) ================================= - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -129236,11 +129236,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__generic (tag 9) ===================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -129256,11 +129256,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Bytes (tag 10) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -129270,14 +129270,14 @@ Full description +-----------------------+----------+------------------------------------+ | bytes | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + 024-PsD5wVTJ.contract_id (22 bytes, 8-bit tag) ********************************************** - + Implicit (tag 0) ================ - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -129285,11 +129285,11 @@ Full description +---------------------------+----------+------------------------+ | Signature.Public_key_hash | 21 bytes | $public_key_hash | +---------------------------+----------+------------------------+ - - + + Originated (tag 1) ================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -129299,24 +129299,24 @@ Full description +---------------+----------+------------------------+ | padding | 1 byte | padding | +---------------+----------+------------------------+ - - + + X_13 (Determined from data, 8-bit tag) ************************************** - + None (tag 0) ============ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Some (tag 1) ============ - + +----------+----------------------+-------------------------------------------------+ | Name | Size | Contents | +==========+======================+=================================================+ @@ -129328,11 +129328,11 @@ Full description +----------+----------------------+-------------------------------------------------+ | ticketer | 22 bytes | $024-PsD5wVTJ.contract_id | +----------+----------------------+-------------------------------------------------+ - - + + X_8 *** - + +-----------------+----------------------+----------+ | Name | Size | Contents | +=================+======================+==========+ @@ -129340,44 +129340,44 @@ Full description +-----------------+----------------------+----------+ | Unnamed field 1 | Determined from data | $X_13 | +-----------------+----------------------+----------+ - - + + X_16 (1 byte, 8-bit tag) ************************ - + Public (tag 0) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Private (tag 1) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Fee (tag 2) =========== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + X_14 **** - + +-----------------+----------------------+----------+ | Name | Size | Contents | +=================+======================+==========+ @@ -129385,11 +129385,11 @@ Full description +-----------------+----------------------+----------+ | Unnamed field 1 | 1 byte | $X_16 | +-----------------+----------------------+----------+ - - + + X_17 **** - + +------------------+----------+------------------------+ | Name | Size | Contents | +==================+==========+========================+ @@ -129399,11 +129399,11 @@ Full description +------------------+----------+------------------------+ | commitment_proof | 96 bytes | bytes | +------------------+----------+------------------------+ - - + + X_18 **** - + +-------+----------+------------------+ | Name | Size | Contents | +=======+==========+==================+ @@ -129411,11 +129411,11 @@ Full description +-------+----------+------------------+ | bob | 21 bytes | $public_key_hash | +-------+----------+------------------+ - - + + X_19 **** - + +-----------------+---------+----------------------------------+ | Name | Size | Contents | +=================+=========+==================================+ @@ -129425,14 +129425,14 @@ Full description +-----------------+---------+----------------------------------+ | page_index | 2 bytes | signed 16-bit big-endian integer | +-----------------+---------+----------------------------------+ - - + + X_20 (Determined from data, 8-bit tag) ************************************** - + raw data proof (tag 0) ====================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -129442,21 +129442,21 @@ Full description +-----------------------+----------+------------------------------------+ | raw_data | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + metadata proof (tag 1) ====================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + dal page proof (tag 2) ====================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -129468,24 +129468,24 @@ Full description +-----------------------+----------+------------------------------------+ | dal_proof | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + dal parameters proof (tag 3) ============================ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + X_21 (Determined from data, 8-bit tag) ************************************** - + inbox proof (tag 0) =================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -129499,11 +129499,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | serialized_proof | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + reveal proof (tag 1) ==================== - + +--------------+----------------------+------------------------+ | Name | Size | Contents | +==============+======================+========================+ @@ -129511,21 +129511,21 @@ Full description +--------------+----------------------+------------------------+ | reveal_proof | Determined from data | $X_20 | +--------------+----------------------+------------------------+ - - + + first input (tag 2) =================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + X_22 **** - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -129535,14 +129535,14 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | tick | Determined from data | $N.t | +-----------------------------+----------------------+-------------------------------------+ - - + + X_23 (Determined from data, 8-bit tag) ************************************** - + Dissection (tag 0) ================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -129552,11 +129552,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_22 | +-----------------------+----------+------------------------------------+ - - + + Proof (tag 1) ============= - + +-----------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +===================================+======================+=====================================+ @@ -129570,14 +129570,14 @@ Full description +-----------------------------------+----------------------+-------------------------------------+ | input_proof | Determined from data | $X_21 | +-----------------------------------+----------------------+-------------------------------------+ - - + + X_24 (Determined from data, 8-bit tag) ************************************** - + Start (tag 0) ============= - + +--------------------------+----------+------------------------+ | Name | Size | Contents | +==========================+==========+========================+ @@ -129587,11 +129587,11 @@ Full description +--------------------------+----------+------------------------+ | opponent_commitment_hash | 32 bytes | bytes | +--------------------------+----------+------------------------+ - - + + Move (tag 1) ============ - + +--------+----------------------+------------------------+ | Name | Size | Contents | +========+======================+========================+ @@ -129601,11 +129601,11 @@ Full description +--------+----------------------+------------------------+ | step | Determined from data | $X_23 | +--------+----------------------+------------------------+ - - + + X_25 **** - + +------------------+----------+----------------------------------+ | Name | Size | Contents | +==================+==========+==================================+ @@ -129617,11 +129617,11 @@ Full description +------------------+----------+----------------------------------+ | number_of_ticks | 8 bytes | signed 64-bit big-endian integer | +------------------+----------+----------------------------------+ - - + + X_27 (Enumeration: unsigned 8-bit integer): ******************************************* - + +-------------+----------------+ | Case number | Encoded string | +=============+================+ @@ -129631,11 +129631,11 @@ Full description +-------------+----------------+ | 2 | riscv | +-------------+----------------+ - - + + X_28 **** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -129643,14 +129643,14 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $public_key_hash | +-----------------------+----------+------------------------------------+ - - + + public_key (Determined from data, 8-bit tag) ******************************************** - + Ed25519 (tag 0) =============== - + +--------------------+----------+------------------------+ | Name | Size | Contents | +====================+==========+========================+ @@ -129658,11 +129658,11 @@ Full description +--------------------+----------+------------------------+ | Ed25519.Public_key | 32 bytes | bytes | +--------------------+----------+------------------------+ - - + + Secp256k1 (tag 1) ================= - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -129670,11 +129670,11 @@ Full description +----------------------+----------+------------------------+ | Secp256k1.Public_key | 33 bytes | bytes | +----------------------+----------+------------------------+ - - + + P256 (tag 2) ============ - + +-----------------+----------+------------------------+ | Name | Size | Contents | +=================+==========+========================+ @@ -129682,11 +129682,11 @@ Full description +-----------------+----------+------------------------+ | P256.Public_key | 33 bytes | bytes | +-----------------+----------+------------------------+ - - + + Bls (tag 3) =========== - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -129694,11 +129694,11 @@ Full description +----------------------+----------+------------------------+ | Bls12_381.Public_key | 48 bytes | bytes | +----------------------+----------+------------------------+ - - + + X_29 **** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -129706,14 +129706,14 @@ Full description +-----------------------+----------+------------------------------------+ | Bls12_381_signature | 96 bytes | bytes | +-----------------------+----------+------------------------------------+ - - + + 024-PsD5wVTJ.contract_id.originated (22 bytes, 8-bit tag) ********************************************************* - + Originated (tag 1) ================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -129723,11 +129723,11 @@ Full description +---------------+----------+------------------------+ | padding | 1 byte | padding | +---------------+----------+------------------------+ - - + + 024-PsD5wVTJ.scripted.contracts ******************************* - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -129739,114 +129739,114 @@ Full description +-----------------------+----------+------------------------------------+ | storage | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + 024-PsD5wVTJ.entrypoint (Determined from data, 8-bit tag) ********************************************************* - + default (tag 0) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + root (tag 1) ============ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + do (tag 2) ========== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + set_delegate (tag 3) ==================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + remove_delegate (tag 4) ======================= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + deposit (tag 5) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + stake (tag 6) ============= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + unstake (tag 7) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + finalize_unstake (tag 8) ======================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + set_delegate_parameters (tag 9) =============================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + named (tag 255) =============== - + +-----------------------+----------+------------------------+ | Name | Size | Contents | +=======================+==========+========================+ @@ -129856,11 +129856,11 @@ Full description +-----------------------+----------+------------------------+ | Unnamed field 0 | Variable | bytes | +-----------------------+----------+------------------------+ - - + + X_31 **** - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -129870,11 +129870,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | value | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + X_33 **** - + +--------------------+----------+----------------------------------+ | Name | Size | Contents | +====================+==========+==================================+ @@ -129884,11 +129884,11 @@ Full description +--------------------+----------+----------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+----------------------------------+ - - + + X_34 **** - + +---------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=======================================+======================+=====================================+ @@ -129898,14 +129898,14 @@ Full description +---------------------------------------+----------------------+-------------------------------------+ | dal_attestation | Determined from data | $Z.t | +---------------------------------------+----------------------+-------------------------------------+ - - + + 024-PsD5wVTJ.inlined.consensus_operation.contents (Determined from data, 8-bit tag) *********************************************************************************** - + Preattestation (tag 20) ======================= - + +--------------------+----------+------------------------------------+ | Name | Size | Contents | +====================+==========+====================================+ @@ -129919,11 +129919,11 @@ Full description +--------------------+----------+------------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+------------------------------------+ - - + + Attestation (tag 21) ==================== - + +--------------------+----------+------------------------------------+ | Name | Size | Contents | +====================+==========+====================================+ @@ -129937,11 +129937,11 @@ Full description +--------------------+----------+------------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+------------------------------------+ - - + + Attestation_with_dal (tag 23) ============================= - + +--------------------+----------------------+------------------------------------+ | Name | Size | Contents | +====================+======================+====================================+ @@ -129957,11 +129957,11 @@ Full description +--------------------+----------------------+------------------------------------+ | dal_attestation | Determined from data | $Z.t | +--------------------+----------------------+------------------------------------+ - - + + Preattestations_aggregate (tag 30) ================================== - + +-----------------------+----------+------------------------------------------------+ | Name | Size | Contents | +=======================+==========+================================================+ @@ -129973,11 +129973,11 @@ Full description +-----------------------+----------+------------------------------------------------+ | committee | Variable | sequence of unsigned 16-bit big-endian integer | +-----------------------+----------+------------------------------------------------+ - - + + Attestations_aggregate (tag 31) =============================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -129989,11 +129989,11 @@ Full description +-----------------------+----------+------------------------------------+ | committee | Variable | sequence of $X_34 | +-----------------------+----------+------------------------------------+ - - + + 024-PsD5wVTJ.inlined.consensus_operation **************************************** - + +------------+----------------------+----------------------------------------------------+ | Name | Size | Contents | +============+======================+====================================================+ @@ -130003,11 +130003,11 @@ Full description +------------+----------------------+----------------------------------------------------+ | signature | Variable | bytes | +------------+----------------------+----------------------------------------------------+ - - + + X_40 **** - + +-----------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +=================+======================+=========================================================================+ @@ -130015,11 +130015,11 @@ Full description +-----------------+----------------------+-------------------------------------------------------------------------+ | Unnamed field 1 | Determined from data | $X_7 | +-----------------+----------------------+-------------------------------------------------------------------------+ - - + + X_39 **** - + +-------+----------------------+----------+ | Name | Size | Contents | +=======+======================+==========+ @@ -130027,11 +130027,11 @@ Full description +-------+----------------------+----------+ | proof | 48 bytes | bytes | +-------+----------------------+----------+ - - + + X_42 **** - + +-----------------+-----------+----------+ | Name | Size | Contents | +=================+===========+==========+ @@ -130039,11 +130039,11 @@ Full description +-----------------+-----------+----------+ | Unnamed field 1 | 100 bytes | bytes | +-----------------+-----------+----------+ - - + + fitness.elem ************ - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -130051,44 +130051,44 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + 024-PsD5wVTJ.per_block_votes (1 byte, 8-bit tag) ************************************************ - + per_block_vote_on (tag 0) ========================= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + per_block_vote_off (tag 1) ========================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + per_block_vote_pass (tag 2) =========================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + 024-PsD5wVTJ.block_header.alpha.full_header ******************************************* - + +---------------------------------------+----------+-------------------------------------+ | Name | Size | Contents | +=======================================+==========+=====================================+ @@ -130124,14 +130124,14 @@ Full description +---------------------------------------+----------+-------------------------------------+ | signature | Variable | bytes | +---------------------------------------+----------+-------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.contents (Determined from data, 8-bit tag) *********************************************************************** - + Seed_nonce_revelation (tag 1) ============================= - + +-------+----------+----------------------------------+ | Name | Size | Contents | +=======+==========+==================================+ @@ -130141,11 +130141,11 @@ Full description +-------+----------+----------------------------------+ | nonce | 32 bytes | bytes | +-------+----------+----------------------------------+ - - + + Double_consensus_operation_evidence (tag 2) =========================================== - + +-----------------------+----------+-------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================+ @@ -130161,11 +130161,11 @@ Full description +-----------------------+----------+-------------------------------------------+ | op2 | Variable | $024-PsD5wVTJ.inlined.consensus_operation | +-----------------------+----------+-------------------------------------------+ - - + + Double_baking_evidence (tag 3) ============================== - + +-----------------------+----------+----------------------------------------------+ | Name | Size | Contents | +=======================+==========+==============================================+ @@ -130179,11 +130179,11 @@ Full description +-----------------------+----------+----------------------------------------------+ | bh2 | Variable | $024-PsD5wVTJ.block_header.alpha.full_header | +-----------------------+----------+----------------------------------------------+ - - + + Activate_account (tag 4) ======================== - + +--------+----------+------------------------+ | Name | Size | Contents | +========+==========+========================+ @@ -130193,11 +130193,11 @@ Full description +--------+----------+------------------------+ | secret | 20 bytes | bytes | +--------+----------+------------------------+ - - + + Proposals (tag 5) ================= - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -130211,11 +130211,11 @@ Full description +-----------------------+----------+------------------------------------+ | proposals | Variable | sequence of at most 20 bytes | +-----------------------+----------+------------------------------------+ - - + + Ballot (tag 6) ============== - + +----------+----------+----------------------------------+ | Name | Size | Contents | +==========+==========+==================================+ @@ -130229,11 +130229,11 @@ Full description +----------+----------+----------------------------------+ | ballot | 1 byte | signed 8-bit integer | +----------+----------+----------------------------------+ - - + + Vdf_revelation (tag 8) ====================== - + +----------+-----------+------------------------+ | Name | Size | Contents | +==========+===========+========================+ @@ -130241,11 +130241,11 @@ Full description +----------+-----------+------------------------+ | solution | 200 bytes | $X_42 | +----------+-----------+------------------------+ - - + + Drain_delegate (tag 9) ====================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -130257,11 +130257,11 @@ Full description +---------------+----------+------------------------+ | destination | 21 bytes | $public_key_hash | +---------------+----------+------------------------+ - - + + Failing_noop (tag 17) ===================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -130271,11 +130271,11 @@ Full description +-----------------------+----------+------------------------------------+ | arbitrary | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + Preattestation (tag 20) ======================= - + +--------------------+----------+------------------------------------+ | Name | Size | Contents | +====================+==========+====================================+ @@ -130289,11 +130289,11 @@ Full description +--------------------+----------+------------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+------------------------------------+ - - + + Attestation (tag 21) ==================== - + +--------------------+----------+------------------------------------+ | Name | Size | Contents | +====================+==========+====================================+ @@ -130307,11 +130307,11 @@ Full description +--------------------+----------+------------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+------------------------------------+ - - + + Attestation_with_dal (tag 23) ============================= - + +--------------------+----------------------+------------------------------------+ | Name | Size | Contents | +====================+======================+====================================+ @@ -130327,11 +130327,11 @@ Full description +--------------------+----------------------+------------------------------------+ | dal_attestation | Determined from data | $Z.t | +--------------------+----------------------+------------------------------------+ - - + + Dal_entrapment_evidence (tag 24) ================================ - + +-----------------------+----------------------+-------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================+ @@ -130347,11 +130347,11 @@ Full description +-----------------------+----------------------+-------------------------------------------+ | shard_with_proof | Determined from data | $X_39 | +-----------------------+----------------------+-------------------------------------------+ - - + + Preattestations_aggregate (tag 30) ================================== - + +-----------------------+----------+------------------------------------------------+ | Name | Size | Contents | +=======================+==========+================================================+ @@ -130363,11 +130363,11 @@ Full description +-----------------------+----------+------------------------------------------------+ | committee | Variable | sequence of unsigned 16-bit big-endian integer | +-----------------------+----------+------------------------------------------------+ - - + + Attestations_aggregate (tag 31) =============================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -130379,11 +130379,11 @@ Full description +-----------------------+----------+------------------------------------+ | committee | Variable | sequence of $X_34 | +-----------------------+----------+------------------------------------+ - - + + Reveal (tag 107) ================ - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -130405,11 +130405,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | proof | Determined from data | $X_29 | +-----------------------------+----------------------+-------------------------------------+ - - + + Transaction (tag 108) ===================== - + +----------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==================================+======================+=====================================+ @@ -130433,11 +130433,11 @@ Full description +----------------------------------+----------------------+-------------------------------------+ | parameters | Determined from data | $X_31 | +----------------------------------+----------------------+-------------------------------------+ - - + + Origination (tag 109) ===================== - + +--------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +================================+======================+=====================================+ @@ -130461,11 +130461,11 @@ Full description +--------------------------------+----------------------+-------------------------------------+ | script | Determined from data | $024-PsD5wVTJ.scripted.contracts | +--------------------------------+----------------------+-------------------------------------+ - - + + Delegation (tag 110) ==================== - + +--------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +================================+======================+=====================================+ @@ -130485,11 +130485,11 @@ Full description +--------------------------------+----------------------+-------------------------------------+ | delegate | 21 bytes | $public_key_hash | +--------------------------------+----------------------+-------------------------------------+ - - + + Register_global_constant (tag 111) ================================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -130509,11 +130509,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | value | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + Set_deposits_limit (tag 112) ============================ - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -130533,11 +130533,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | limit | Determined from data | $N.t | +-----------------------------+----------------------+-------------------------------------+ - - + + Increase_paid_storage (tag 113) =============================== - + +---------------+----------------------+--------------------------------------+ | Name | Size | Contents | +===============+======================+======================================+ @@ -130557,11 +130557,11 @@ Full description +---------------+----------------------+--------------------------------------+ | destination | 22 bytes | $024-PsD5wVTJ.contract_id.originated | +---------------+----------------------+--------------------------------------+ - - + + Update_consensus_key (tag 114) ============================== - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -130583,11 +130583,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | proof | Determined from data | $X_29 | +-----------------------------+----------------------+-------------------------------------+ - - + + Update_companion_key (tag 115) ============================== - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -130609,11 +130609,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | proof | Determined from data | $X_29 | +-----------------------------+----------------------+-------------------------------------+ - - + + Transfer_ticket (tag 158) ========================= - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -130647,11 +130647,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | entrypoint | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_originate (tag 200) ================================ - + +---------------------------------+----------------------+-----------------------------------------------------------+ | Name | Size | Contents | +=================================+======================+===========================================================+ @@ -130681,11 +130681,11 @@ Full description +---------------------------------+----------------------+-----------------------------------------------------------+ | whitelist | Determined from data | $X_28 | +---------------------------------+----------------------+-----------------------------------------------------------+ - - + + Smart_rollup_add_messages (tag 201) =================================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -130705,11 +130705,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | message | Variable | sequence of $X_2 | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_cement (tag 202) ============================= - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -130727,11 +130727,11 @@ Full description +---------------+----------------------+------------------------+ | rollup | 20 bytes | bytes | +---------------+----------------------+------------------------+ - - + + Smart_rollup_publish (tag 203) ============================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -130751,11 +130751,11 @@ Full description +---------------+----------------------+------------------------+ | commitment | 76 bytes | $X_25 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_refute (tag 204) ============================= - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -130777,11 +130777,11 @@ Full description +---------------+----------------------+------------------------+ | refutation | Determined from data | $X_24 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_timeout (tag 205) ============================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -130801,11 +130801,11 @@ Full description +---------------+----------------------+------------------------+ | stakers | 42 bytes | $X_18 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_execute_outbox_message (tag 206) ============================================= - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -130829,11 +130829,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | output_proof | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_recover_bond (tag 207) =================================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -130853,11 +130853,11 @@ Full description +---------------+----------------------+------------------------+ | staker | 21 bytes | $public_key_hash | +---------------+----------------------+------------------------+ - - + + Dal_publish_commitment (tag 230) ================================ - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -130875,11 +130875,11 @@ Full description +---------------+----------------------+------------------------+ | slot_header | 145 bytes | $X_17 | +---------------+----------------------+------------------------+ - - + + Zk_rollup_origination (tag 250) =============================== - + +-----------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+=========================================================================+ @@ -130909,11 +130909,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------+ | nb_ops | 4 bytes | signed 31-bit big-endian integer in the range -1073741824 to 1073741823 | +-----------------------+----------------------+-------------------------------------------------------------------------+ - - + + Zk_rollup_publish (tag 251) =========================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -130935,11 +130935,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | op | Variable | sequence of $X_8 | +-----------------------+----------------------+------------------------------------+ - - + + Zk_rollup_update (tag 252) ========================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -130959,14 +130959,14 @@ Full description +---------------+----------------------+------------------------+ | update | Determined from data | $X_0 | +---------------+----------------------+------------------------+ - - + + 024-PsD5wVTJ.staker (Determined from data, 8-bit tag) ***************************************************** - + Single (tag 0) ============== - + +----------+----------+---------------------------+ | Name | Size | Contents | +==========+==========+===========================+ @@ -130976,11 +130976,11 @@ Full description +----------+----------+---------------------------+ | delegate | 21 bytes | $public_key_hash | +----------+----------+---------------------------+ - - + + Shared (tag 1) ============== - + +----------+----------+------------------------+ | Name | Size | Contents | +==========+==========+========================+ @@ -130988,14 +130988,14 @@ Full description +----------+----------+------------------------+ | delegate | 21 bytes | $public_key_hash | +----------+----------+------------------------+ - - + + 024-PsD5wVTJ.bond_id (21 bytes, 8-bit tag) ****************************************** - + Smart_rollup_bond_id (tag 1) ============================ - + +--------------+----------+------------------------+ | Name | Size | Contents | +==============+==========+========================+ @@ -131003,14 +131003,14 @@ Full description +--------------+----------+------------------------+ | smart_rollup | 20 bytes | bytes | +--------------+----------+------------------------+ - - + + 024-PsD5wVTJ.frozen_staker (Determined from data, 8-bit tag) ************************************************************ - + Single (tag 0) ============== - + +----------+----------+---------------------------+ | Name | Size | Contents | +==========+==========+===========================+ @@ -131020,11 +131020,11 @@ Full description +----------+----------+---------------------------+ | delegate | 21 bytes | $public_key_hash | +----------+----------+---------------------------+ - - + + Shared (tag 1) ============== - + +----------+----------+------------------------+ | Name | Size | Contents | +==========+==========+========================+ @@ -131032,11 +131032,11 @@ Full description +----------+----------+------------------------+ | delegate | 21 bytes | $public_key_hash | +----------+----------+------------------------+ - - + + Baker (tag 2) ============= - + +-----------------+----------+------------------------+ | Name | Size | Contents | +=================+==========+========================+ @@ -131044,11 +131044,11 @@ Full description +-----------------+----------+------------------------+ | baker_own_stake | 21 bytes | $public_key_hash | +-----------------+----------+------------------------+ - - + + Baker_edge (tag 3) ================== - + +------------+----------+------------------------+ | Name | Size | Contents | +============+==========+========================+ @@ -131056,14 +131056,14 @@ Full description +------------+----------+------------------------+ | baker_edge | 21 bytes | $public_key_hash | +------------+----------+------------------------+ - - + + X_59 (Determined from data, 8-bit tag) ************************************** - + Contract (tag 0) ================ - + +----------+----------+----------------------------------+ | Name | Size | Contents | +==========+==========+==================================+ @@ -131073,11 +131073,11 @@ Full description +----------+----------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +----------+----------+----------------------------------+ - - + + Block_fees (tag 2) ================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -131085,11 +131085,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Deposits (tag 4) ================ - + +--------+----------------------+----------------------------------+ | Name | Size | Contents | +========+======================+==================================+ @@ -131099,11 +131099,11 @@ Full description +--------+----------------------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+----------------------+----------------------------------+ - - + + Nonce_revelation_rewards (tag 5) ================================ - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -131111,11 +131111,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Attesting_rewards (tag 7) ========================= - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -131123,11 +131123,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Baking_rewards (tag 8) ====================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -131135,11 +131135,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Baking_bonuses (tag 9) ====================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -131147,11 +131147,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Storage_fees (tag 11) ===================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -131159,11 +131159,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Double_signing_punishments (tag 12) =================================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -131171,11 +131171,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Lost_attesting_rewards (tag 13) =============================== - + +---------------+----------+-------------------------------------+ | Name | Size | Contents | +===============+==========+=====================================+ @@ -131189,11 +131189,11 @@ Full description +---------------+----------+-------------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +---------------+----------+-------------------------------------+ - - + + Liquidity_baking_subsidies (tag 14) =================================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -131201,11 +131201,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Burned (tag 15) =============== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -131213,11 +131213,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Commitments (tag 16) ==================== - + +-----------+----------+----------------------------------+ | Name | Size | Contents | +===========+==========+==================================+ @@ -131227,11 +131227,11 @@ Full description +-----------+----------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +-----------+----------+----------------------------------+ - - + + Bootstrap (tag 17) ================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -131239,11 +131239,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Invoice (tag 18) ================ - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -131251,11 +131251,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Initial_commitments (tag 19) ============================ - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -131263,11 +131263,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Minted (tag 20) =============== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -131275,11 +131275,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Frozen_bonds (tag 21) ===================== - + +----------+----------+----------------------------------+ | Name | Size | Contents | +==========+==========+==================================+ @@ -131291,11 +131291,11 @@ Full description +----------+----------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +----------+----------+----------------------------------+ - - + + Smart_rollup_refutation_punishments (tag 24) ============================================ - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -131303,11 +131303,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Smart_rollup_refutation_rewards (tag 25) ======================================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -131315,11 +131315,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Unstaked_deposits (tag 26) ========================== - + +--------+----------------------+----------------------------------+ | Name | Size | Contents | +========+======================+==================================+ @@ -131331,11 +131331,11 @@ Full description +--------+----------------------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+----------------------+----------------------------------+ - - + + Staking_delegator_numerator (tag 27) ==================================== - + +-----------+----------+----------------------------------+ | Name | Size | Contents | +===========+==========+==================================+ @@ -131345,11 +131345,11 @@ Full description +-----------+----------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +-----------+----------+----------------------------------+ - - + + Staking_delegate_denominator (tag 28) ===================================== - + +----------+----------+----------------------------------+ | Name | Size | Contents | +==========+==========+==================================+ @@ -131359,11 +131359,11 @@ Full description +----------+----------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +----------+----------+----------------------------------+ - - + + DAL_attesting_rewards (tag 29) ============================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -131371,11 +131371,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Lost_DAL_attesting_rewards (tag 30) =================================== - + +----------+----------+----------------------------------+ | Name | Size | Contents | +==========+==========+==================================+ @@ -131385,54 +131385,54 @@ Full description +----------+----------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +----------+----------+----------------------------------+ - - + + X_60 (Determined from data, 8-bit tag) ************************************** - + Block_application (tag 0) ========================= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Protocol_migration (tag 1) ========================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Subsidy (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Simulation (tag 3) ================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Delayed_operation (tag 4) ========================= - + +------------------------+----------+------------------------+ | Name | Size | Contents | +========================+==========+========================+ @@ -131440,11 +131440,11 @@ Full description +------------------------+----------+------------------------+ | delayed_operation_hash | 32 bytes | bytes | +------------------------+----------+------------------------+ - - + + X_58 **** - + +-----------------+----------------------+----------+ | Name | Size | Contents | +=================+======================+==========+ @@ -131452,11 +131452,11 @@ Full description +-----------------+----------------------+----------+ | Unnamed field 1 | Determined from data | $X_60 | +-----------------+----------------------+----------+ - - + + X_61 **** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -131464,14 +131464,14 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.operation_result.zk_rollup_update (Determined from data, 8-bit tag) ************************************************************************************************ - + Applied (tag 0) =============== - + +--------------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+====================================+ @@ -131485,11 +131485,11 @@ Full description +--------------------------------------------------------------------------+----------------------+------------------------------------+ | paid_storage_size_diff | Determined from data | $Z.t | +--------------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -131499,21 +131499,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=====================================+ @@ -131531,14 +131531,14 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | paid_storage_size_diff | Determined from data | $Z.t | +--------------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + 024-PsD5wVTJ.transaction_destination (22 bytes, 8-bit tag) ********************************************************** - + Implicit (tag 0) ================ - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -131546,11 +131546,11 @@ Full description +---------------------------+----------+------------------------+ | Signature.Public_key_hash | 21 bytes | $public_key_hash | +---------------------------+----------+------------------------+ - - + + Originated (tag 1) ================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -131560,11 +131560,11 @@ Full description +---------------+----------+------------------------+ | padding | 1 byte | padding | +---------------+----------+------------------------+ - - + + Smart_rollup (tag 3) ==================== - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -131574,11 +131574,11 @@ Full description +----------------------+----------+------------------------+ | padding | 1 byte | padding | +----------------------+----------+------------------------+ - - + + Zk_rollup (tag 4) ================= - + +----------------+----------+------------------------+ | Name | Size | Contents | +================+==========+========================+ @@ -131588,14 +131588,14 @@ Full description +----------------+----------+------------------------+ | padding | 1 byte | padding | +----------------+----------+------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.internal_operation_result.event (Determined from data, 8-bit tag) ********************************************************************************************** - + Applied (tag 0) =============== - + +-------------------+----------------------+------------------------+ | Name | Size | Contents | +===================+======================+========================+ @@ -131603,11 +131603,11 @@ Full description +-------------------+----------------------+------------------------+ | consumed_milligas | Determined from data | $N.t | +-------------------+----------------------+------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -131617,21 +131617,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==============================+======================+=====================================+ @@ -131643,14 +131643,14 @@ Full description +------------------------------+----------------------+-------------------------------------+ | consumed_milligas | Determined from data | $N.t | +------------------------------+----------------------+-------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.internal_operation_result.delegation (Determined from data, 8-bit tag) *************************************************************************************************** - + Applied (tag 0) =============== - + +--------------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+====================================+ @@ -131662,11 +131662,11 @@ Full description +--------------------------------------------------------------------------+----------------------+------------------------------------+ | balance_updates | Variable | sequence of $X_58 | +--------------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -131676,21 +131676,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=====================================+ @@ -131706,11 +131706,11 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | balance_updates | Variable | sequence of $X_58 | +--------------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + sapling.transaction.ciphertext ****************************** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -131728,11 +131728,11 @@ Full description +-----------------------+----------+------------------------------------+ | nonce_out | 24 bytes | bytes | +-----------------------+----------+------------------------------------+ - - + + X_83 **** - + +-----------------+----------------------+---------------------------------+ | Name | Size | Contents | +=================+======================+=================================+ @@ -131740,11 +131740,11 @@ Full description +-----------------+----------------------+---------------------------------+ | Unnamed field 1 | Determined from data | $sapling.transaction.ciphertext | +-----------------+----------------------+---------------------------------+ - - + + X_82 **** - + +-----------------------------+----------+------------------------------------+ | Name | Size | Contents | +=============================+==========+====================================+ @@ -131756,14 +131756,14 @@ Full description +-----------------------------+----------+------------------------------------+ | nullifiers | Variable | sequence of bytes | +-----------------------------+----------+------------------------------------+ - - + + X_88 (Determined from data, 8-bit tag) ************************************** - + update (tag 0) ============== - + +---------+----------------------+------------------------+ | Name | Size | Contents | +=========+======================+========================+ @@ -131771,21 +131771,21 @@ Full description +---------+----------------------+------------------------+ | updates | Determined from data | $X_82 | +---------+----------------------+------------------------+ - - + + remove (tag 1) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + copy (tag 2) ============ - + +---------+----------------------+------------------------+ | Name | Size | Contents | +=========+======================+========================+ @@ -131795,11 +131795,11 @@ Full description +---------+----------------------+------------------------+ | updates | Determined from data | $X_82 | +---------+----------------------+------------------------+ - - + + alloc (tag 3) ============= - + +-----------+----------------------+------------------------------------+ | Name | Size | Contents | +===========+======================+====================================+ @@ -131809,11 +131809,11 @@ Full description +-----------+----------------------+------------------------------------+ | memo_size | 2 bytes | unsigned 16-bit big-endian integer | +-----------+----------------------+------------------------------------+ - - + + X_89 **** - + +-----------------------------+----------------------+-------------------------------------------------+ | Name | Size | Contents | +=============================+======================+=================================================+ @@ -131825,14 +131825,14 @@ Full description +-----------------------------+----------------------+-------------------------------------------------+ | value | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +-----------------------------+----------------------+-------------------------------------------------+ - - + + X_100 (Determined from data, 8-bit tag) *************************************** - + update (tag 0) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -131842,21 +131842,21 @@ Full description +-----------------------+----------+------------------------------------+ | updates | Variable | sequence of $X_89 | +-----------------------+----------+------------------------------------+ - - + + remove (tag 1) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + copy (tag 2) ============ - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -131868,11 +131868,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | updates | Variable | sequence of $X_89 | +-----------------------+----------------------+------------------------------------+ - - + + alloc (tag 3) ============= - + +-----------------------+----------------------+-------------------------------------------------+ | Name | Size | Contents | +=======================+======================+=================================================+ @@ -131886,14 +131886,14 @@ Full description +-----------------------+----------------------+-------------------------------------------------+ | value_type | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +-----------------------+----------------------+-------------------------------------------------+ - - + + X_101 (Determined from data, 8-bit tag) *************************************** - + big_map (tag 0) =============== - + +------+----------------------+------------------------+ | Name | Size | Contents | +======+======================+========================+ @@ -131903,11 +131903,11 @@ Full description +------+----------------------+------------------------+ | diff | Determined from data | $X_100 | +------+----------------------+------------------------+ - - + + sapling_state (tag 1) ===================== - + +------+----------------------+------------------------+ | Name | Size | Contents | +======+======================+========================+ @@ -131917,11 +131917,11 @@ Full description +------+----------------------+------------------------+ | diff | Determined from data | $X_88 | +------+----------------------+------------------------+ - - + + 024-PsD5wVTJ.lazy_storage_diff ****************************** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -131929,14 +131929,14 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_101 | +-----------------------+----------+------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.internal_operation_result.origination (Determined from data, 8-bit tag) **************************************************************************************************** - + Applied (tag 0) =============== - + +--------------------------------------------------------------------------+----------------------+--------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+==================================================+ @@ -131960,11 +131960,11 @@ Full description +--------------------------------------------------------------------------+----------------------+--------------------------------------------------+ | lazy_storage_diff | Determined from data | $024-PsD5wVTJ.lazy_storage_diff | +--------------------------------------------------------------------------+----------------------+--------------------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -131974,21 +131974,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +--------------------------------------------------------------------------+----------------------+--------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+==================================================+ @@ -132016,11 +132016,11 @@ Full description +--------------------------------------------------------------------------+----------------------+--------------------------------------------------+ | lazy_storage_diff | Determined from data | $024-PsD5wVTJ.lazy_storage_diff | +--------------------------------------------------------------------------+----------------------+--------------------------------------------------+ - - + + X_128 ***** - + +--------------+----------------------+-------------------------------------------------+ | Name | Size | Contents | +==============+======================+=================================================+ @@ -132030,11 +132030,11 @@ Full description +--------------+----------------------+-------------------------------------------------+ | content | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +--------------+----------------------+-------------------------------------------------+ - - + + X_131 ***** - + +---------+----------------------+---------------------------------------+ | Name | Size | Contents | +=========+======================+=======================================+ @@ -132042,11 +132042,11 @@ Full description +---------+----------------------+---------------------------------------+ | amount | Determined from data | $Z.t | +---------+----------------------+---------------------------------------+ - - + + X_127 ***** - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -132056,11 +132056,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | updates | Variable | sequence of $X_131 | +-----------------------+----------------------+------------------------------------+ - - + + X_161 ***** - + +---------+----------------------+---------------------------------------+ | Name | Size | Contents | +=========+======================+=======================================+ @@ -132068,14 +132068,14 @@ Full description +---------+----------------------+---------------------------------------+ | index | Determined from data | $Z.t | +---------+----------------------+---------------------------------------+ - - + + X_162 (Determined from data, 8-bit tag) *************************************** - + To_contract (tag 0) =================== - + +--------------------------------------------------------------------------+----------------------+--------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+==================================================+ @@ -132113,11 +132113,11 @@ Full description +--------------------------------------------------------------------------+----------------------+--------------------------------------------------+ | address_registry_diff | Variable | sequence of $X_161 | +--------------------------------------------------------------------------+----------------------+--------------------------------------------------+ - - + + To_smart_rollup (tag 2) ======================= - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -132129,14 +132129,14 @@ Full description +-----------------------+----------------------+------------------------------------+ | ticket_receipt | Variable | sequence of $X_127 | +-----------------------+----------------------+------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.internal_operation_result.transaction (Determined from data, 8-bit tag) **************************************************************************************************** - + Applied (tag 0) =============== - + +-----------------+----------------------+------------------------+ | Name | Size | Contents | +=================+======================+========================+ @@ -132144,11 +132144,11 @@ Full description +-----------------+----------------------+------------------------+ | Unnamed field 0 | Determined from data | $X_162 | +-----------------+----------------------+------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -132158,21 +132158,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==============================+======================+=====================================+ @@ -132184,14 +132184,14 @@ Full description +------------------------------+----------------------+-------------------------------------+ | Unnamed field 0 | Determined from data | $X_162 | +------------------------------+----------------------+-------------------------------------+ - - + + 024-PsD5wVTJ.apply_internal_results.alpha.operation_result (Determined from data, 8-bit tag) ******************************************************************************************** - + transaction (tag 1) =================== - + +----------------------------------+----------------------+---------------------------------------------------------------------+ | Name | Size | Contents | +==================================+======================+=====================================================================+ @@ -132211,11 +132211,11 @@ Full description +----------------------------------+----------------------+---------------------------------------------------------------------+ | result | Determined from data | $024-PsD5wVTJ.operation.alpha.internal_operation_result.transaction | +----------------------------------+----------------------+---------------------------------------------------------------------+ - - + + origination (tag 2) =================== - + +--------------------------------+----------------------+---------------------------------------------------------------------+ | Name | Size | Contents | +================================+======================+=====================================================================+ @@ -132235,11 +132235,11 @@ Full description +--------------------------------+----------------------+---------------------------------------------------------------------+ | result | Determined from data | $024-PsD5wVTJ.operation.alpha.internal_operation_result.origination | +--------------------------------+----------------------+---------------------------------------------------------------------+ - - + + delegation (tag 3) ================== - + +--------------------------------+----------------------+--------------------------------------------------------------------+ | Name | Size | Contents | +================================+======================+====================================================================+ @@ -132255,11 +132255,11 @@ Full description +--------------------------------+----------------------+--------------------------------------------------------------------+ | result | Determined from data | $024-PsD5wVTJ.operation.alpha.internal_operation_result.delegation | +--------------------------------+----------------------+--------------------------------------------------------------------+ - - + + event (tag 4) ============= - + +-------------------------------+----------------------+---------------------------------------------------------------+ | Name | Size | Contents | +===============================+======================+===============================================================+ @@ -132281,11 +132281,11 @@ Full description +-------------------------------+----------------------+---------------------------------------------------------------+ | result | Determined from data | $024-PsD5wVTJ.operation.alpha.internal_operation_result.event | +-------------------------------+----------------------+---------------------------------------------------------------+ - - + + X_57 **** - + +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=========================================================================+ @@ -132299,14 +132299,14 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.operation_result.zk_rollup_publish (Determined from data, 8-bit tag) ************************************************************************************************* - + Applied (tag 0) =============== - + +--------------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+====================================+ @@ -132320,11 +132320,11 @@ Full description +--------------------------------------------------------------------------+----------------------+------------------------------------+ | size | Determined from data | $Z.t | +--------------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -132334,21 +132334,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=====================================+ @@ -132366,11 +132366,11 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | size | Determined from data | $Z.t | +--------------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + X_205 ***** - + +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=========================================================================+ @@ -132384,14 +132384,14 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.operation_result.zk_rollup_origination (Determined from data, 8-bit tag) ***************************************************************************************************** - + Applied (tag 0) =============== - + +--------------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+====================================+ @@ -132407,11 +132407,11 @@ Full description +--------------------------------------------------------------------------+----------------------+------------------------------------+ | size | Determined from data | $Z.t | +--------------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -132421,21 +132421,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=====================================+ @@ -132455,11 +132455,11 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | size | Determined from data | $Z.t | +--------------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + X_350 ***** - + +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=========================================================================+ @@ -132473,14 +132473,14 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + X_498 (54 bytes, 8-bit tag) *************************** - + v0 (tag 0) ========== - + +------------+----------+----------------------------------+ | Name | Size | Contents | +============+==========+==================================+ @@ -132492,14 +132492,14 @@ Full description +------------+----------+----------------------------------+ | commitment | 48 bytes | bytes | +------------+----------+----------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.operation_result.dal_publish_commitment (Determined from data, 8-bit tag) ****************************************************************************************************** - + Applied (tag 0) =============== - + +-------------------+----------------------+------------------------+ | Name | Size | Contents | +===================+======================+========================+ @@ -132509,11 +132509,11 @@ Full description +-------------------+----------------------+------------------------+ | consumed_milligas | Determined from data | $N.t | +-------------------+----------------------+------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -132523,21 +132523,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==============================+======================+=====================================+ @@ -132551,11 +132551,11 @@ Full description +------------------------------+----------------------+-------------------------------------+ | consumed_milligas | Determined from data | $N.t | +------------------------------+----------------------+-------------------------------------+ - - + + X_493 ***** - + +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=========================================================================+ @@ -132569,14 +132569,14 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.operation_result.smart_rollup_recover_bond (Determined from data, 8-bit tag) ********************************************************************************************************* - + Applied (tag 0) =============== - + +--------------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+====================================+ @@ -132588,11 +132588,11 @@ Full description +--------------------------------------------------------------------------+----------------------+------------------------------------+ | consumed_milligas | Determined from data | $N.t | +--------------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -132602,21 +132602,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=====================================+ @@ -132632,11 +132632,11 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | consumed_milligas | Determined from data | $N.t | +--------------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + X_631 ***** - + +--------------------------------------------------------------------------+----------------------+--------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+==========================================================================+ @@ -132650,24 +132650,24 @@ Full description +--------------------------------------------------------------------------+----------------------+--------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+--------------------------------------------------------------------------+ - - + + X_787 (Determined from data, 8-bit tag) *************************************** - + Public (tag 0) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Private (tag 1) =============== - + +-----------+----------------------+------------------------+ | Name | Size | Contents | +===========+======================+========================+ @@ -132675,14 +132675,14 @@ Full description +-----------+----------------------+------------------------+ | whitelist | Determined from data | $X_28 | +-----------+----------------------+------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.operation_result.smart_rollup_execute_outbox_message (Determined from data, 8-bit tag) ******************************************************************************************************************* - + Applied (tag 0) =============== - + +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=====================================+ @@ -132704,11 +132704,11 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | paid_storage_size_diff | Determined from data | $Z.t | +--------------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -132718,21 +132718,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=====================================+ @@ -132758,11 +132758,11 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | paid_storage_size_diff | Determined from data | $Z.t | +--------------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + X_773 ***** - + +--------------------------------------------------------------------------+----------------------+------------------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+====================================================================================+ @@ -132776,37 +132776,37 @@ Full description +--------------------------------------------------------------------------+----------------------+------------------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+------------------------------------------------------------------------------------+ - - + + X_935 (1 byte, 8-bit tag) ************************* - + Conflict_resolved (tag 0) ========================= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Timeout (tag 1) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + X_936 (Determined from data, 8-bit tag) *************************************** - + Loser (tag 0) ============= - + +--------+----------+------------------------+ | Name | Size | Contents | +========+==========+========================+ @@ -132816,34 +132816,34 @@ Full description +--------+----------+------------------------+ | player | 21 bytes | $public_key_hash | +--------+----------+------------------------+ - - + + Draw (tag 1) ============ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + X_937 (Determined from data, 8-bit tag) *************************************** - + Ongoing (tag 0) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Ended (tag 1) ============= - + +--------+----------------------+------------------------+ | Name | Size | Contents | +========+======================+========================+ @@ -132851,14 +132851,14 @@ Full description +--------+----------------------+------------------------+ | result | Determined from data | $X_936 | +--------+----------------------+------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.operation_result.smart_rollup_timeout (Determined from data, 8-bit tag) **************************************************************************************************** - + Applied (tag 0) =============== - + +--------------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+====================================+ @@ -132872,11 +132872,11 @@ Full description +--------------------------------------------------------------------------+----------------------+------------------------------------+ | balance_updates | Variable | sequence of $X_58 | +--------------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -132886,21 +132886,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=====================================+ @@ -132918,11 +132918,11 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | balance_updates | Variable | sequence of $X_58 | +--------------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + X_930 ***** - + +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=========================================================================+ @@ -132936,14 +132936,14 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.operation_result.smart_rollup_publish (Determined from data, 8-bit tag) **************************************************************************************************** - + Applied (tag 0) =============== - + +--------------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+====================================+ @@ -132959,11 +132959,11 @@ Full description +--------------------------------------------------------------------------+----------------------+------------------------------------+ | balance_updates | Variable | sequence of $X_58 | +--------------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -132973,21 +132973,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=====================================+ @@ -133007,11 +133007,11 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | balance_updates | Variable | sequence of $X_58 | +--------------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + X_1233 ****** - + +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=========================================================================+ @@ -133025,14 +133025,14 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.operation_result.smart_rollup_cement (Determined from data, 8-bit tag) *************************************************************************************************** - + Applied (tag 0) =============== - + +-------------------+----------------------+----------------------------------+ | Name | Size | Contents | +===================+======================+==================================+ @@ -133044,11 +133044,11 @@ Full description +-------------------+----------------------+----------------------------------+ | commitment_hash | 32 bytes | bytes | +-------------------+----------------------+----------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -133058,21 +133058,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==============================+======================+=====================================+ @@ -133088,11 +133088,11 @@ Full description +------------------------------+----------------------+-------------------------------------+ | commitment_hash | 32 bytes | bytes | +------------------------------+----------------------+-------------------------------------+ - - + + X_1375 ****** - + +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=========================================================================+ @@ -133106,11 +133106,11 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + X_1512 ****** - + +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=========================================================================+ @@ -133124,14 +133124,14 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.operation_result.smart_rollup_originate (Determined from data, 8-bit tag) ****************************************************************************************************** - + Applied (tag 0) =============== - + +--------------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+====================================+ @@ -133149,11 +133149,11 @@ Full description +--------------------------------------------------------------------------+----------------------+------------------------------------+ | size | Determined from data | $Z.t | +--------------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -133163,21 +133163,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=====================================+ @@ -133199,11 +133199,11 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | size | Determined from data | $Z.t | +--------------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + X_1650 ****** - + +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=========================================================================+ @@ -133217,14 +133217,14 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.operation_result.transfer_ticket (Determined from data, 8-bit tag) *********************************************************************************************** - + Applied (tag 0) =============== - + +--------------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+====================================+ @@ -133242,11 +133242,11 @@ Full description +--------------------------------------------------------------------------+----------------------+------------------------------------+ | paid_storage_size_diff | Determined from data | $Z.t | +--------------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -133256,21 +133256,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=====================================+ @@ -133292,11 +133292,11 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | paid_storage_size_diff | Determined from data | $Z.t | +--------------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + X_1792 ****** - + +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=========================================================================+ @@ -133310,14 +133310,14 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.operation_result.update_consensus_key (Determined from data, 8-bit tag) **************************************************************************************************** - + Applied (tag 0) =============== - + +-------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +===================+======================+=====================================+ @@ -133327,11 +133327,11 @@ Full description +-------------------+----------------------+-------------------------------------+ | consumed_milligas | Determined from data | $N.t | +-------------------+----------------------+-------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -133341,21 +133341,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==============================+======================+=====================================+ @@ -133369,11 +133369,11 @@ Full description +------------------------------+----------------------+-------------------------------------+ | consumed_milligas | Determined from data | $N.t | +------------------------------+----------------------+-------------------------------------+ - - + + X_1945 ****** - + +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=========================================================================+ @@ -133387,14 +133387,14 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.operation_result.register_global_constant (Determined from data, 8-bit tag) ******************************************************************************************************** - + Applied (tag 0) =============== - + +--------------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+====================================+ @@ -133410,11 +133410,11 @@ Full description +--------------------------------------------------------------------------+----------------------+------------------------------------+ | global_address | 32 bytes | bytes | +--------------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -133424,21 +133424,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=====================================+ @@ -133458,11 +133458,11 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | global_address | 32 bytes | bytes | +--------------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + X_2496 ****** - + +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=========================================================================+ @@ -133476,11 +133476,11 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + X_2638 ****** - + +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=========================================================================+ @@ -133494,11 +133494,11 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + X_2780 ****** - + +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=========================================================================+ @@ -133512,14 +133512,14 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + X_3003 (Determined from data, 8-bit tag) **************************************** - + To_contract (tag 0) =================== - + +--------------------------------------------------------------------------+----------------------+--------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+==================================================+ @@ -133557,11 +133557,11 @@ Full description +--------------------------------------------------------------------------+----------------------+--------------------------------------------------+ | address_registry_diff | Variable | sequence of $X_161 | +--------------------------------------------------------------------------+----------------------+--------------------------------------------------+ - - + + To_smart_rollup (tag 2) ======================= - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -133573,14 +133573,14 @@ Full description +-----------------------+----------------------+------------------------------------+ | ticket_updates | Variable | sequence of $X_127 | +-----------------------+----------------------+------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.operation_result.transaction (Determined from data, 8-bit tag) ******************************************************************************************* - + Applied (tag 0) =============== - + +-----------------+----------------------+------------------------+ | Name | Size | Contents | +=================+======================+========================+ @@ -133588,11 +133588,11 @@ Full description +-----------------+----------------------+------------------------+ | Unnamed field 0 | Determined from data | $X_3003 | +-----------------+----------------------+------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -133602,21 +133602,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==============================+======================+=====================================+ @@ -133628,11 +133628,11 @@ Full description +------------------------------+----------------------+-------------------------------------+ | Unnamed field 0 | Determined from data | $X_3003 | +------------------------------+----------------------+-------------------------------------+ - - + + X_2963 ****** - + +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=========================================================================+ @@ -133646,11 +133646,11 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + X_3315 ****** - + +-------+---------+-------------------------------------------------------------------------+ | Name | Size | Contents | +=======+=========+=========================================================================+ @@ -133658,11 +133658,11 @@ Full description +-------+---------+-------------------------------------------------------------------------+ | stake | 8 bytes | signed 64-bit big-endian integer | +-------+---------+-------------------------------------------------------------------------+ - - + + X_3314 ****** - + +-----------------+----------+------------------+ | Name | Size | Contents | +=================+==========+==================+ @@ -133672,11 +133672,11 @@ Full description +-----------------+----------+------------------+ | consensus_power | 12 bytes | $X_3315 | +-----------------+----------+------------------+ - - + + X_3310 ****** - + +--------------------------------------------------------------------------+----------+------------------------------------+ | Name | Size | Contents | +==========================================================================+==========+====================================+ @@ -133690,11 +133690,11 @@ Full description +--------------------------------------------------------------------------+----------+------------------------------------+ | total_consensus_power | 12 bytes | $X_3315 | +--------------------------------------------------------------------------+----------+------------------------------------+ - - + + 024-PsD5wVTJ.operation_metadata.alpha.balance_updates ***************************************************** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -133702,11 +133702,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_58 | +-----------------------+----------+------------------------------------+ - - + + X_3334 ****** - + +--------------------------------------------------------------------------+----------+------------------------------------+ | Name | Size | Contents | +==========================================================================+==========+====================================+ @@ -133720,11 +133720,11 @@ Full description +--------------------------------------------------------------------------+----------+------------------------------------+ | consensus_key | 21 bytes | $public_key_hash | +--------------------------------------------------------------------------+----------+------------------------------------+ - - + + X_3349 ****** - + +--------------------------------------------------------------------------+----------+-------------------------------------+ | Name | Size | Contents | +==========================================================================+==========+=====================================+ @@ -133734,11 +133734,11 @@ Full description +--------------------------------------------------------------------------+----------+-------------------------------------+ | allocated_destination_contract | 1 byte | boolean (0 for false, 255 for true) | +--------------------------------------------------------------------------+----------+-------------------------------------+ - - + + X_3362 (Enumeration: unsigned 8-bit integer): ********************************************* - + +-------------+----------------+ | Case number | Encoded string | +=============+================+ @@ -133748,11 +133748,11 @@ Full description +-------------+----------------+ | 2 | block | +-------------+----------------+ - - + + X_3361 ****** - + +-------+---------+-------------------------------------------------------------+ | Name | Size | Contents | +=======+=========+=============================================================+ @@ -133762,11 +133762,11 @@ Full description +-------+---------+-------------------------------------------------------------+ | kind | 1 byte | unsigned 8-bit integer encoding an enumeration (see X_3362) | +-------+---------+-------------------------------------------------------------+ - - + + X_3360 ****** - + +-------------------+----------+------------------+ | Name | Size | Contents | +===================+==========+==================+ @@ -133776,14 +133776,14 @@ Full description +-------------------+----------+------------------+ | misbehaviour | 9 bytes | $X_3361 | +-------------------+----------+------------------+ - - + + 024-PsD5wVTJ.operation.alpha.operation_contents_and_result (Determined from data, 8-bit tag) ******************************************************************************************** - + Seed_nonce_revelation (tag 1) ============================= - + +----------+----------------------+--------------------------------------------------------+ | Name | Size | Contents | +==========+======================+========================================================+ @@ -133795,11 +133795,11 @@ Full description +----------+----------------------+--------------------------------------------------------+ | metadata | Determined from data | $024-PsD5wVTJ.operation_metadata.alpha.balance_updates | +----------+----------------------+--------------------------------------------------------+ - - + + Double_consensus_operation_evidence (tag 2) =========================================== - + +-----------------------+----------+-------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================+ @@ -133817,11 +133817,11 @@ Full description +-----------------------+----------+-------------------------------------------+ | metadata | 51 bytes | $X_3360 | +-----------------------+----------+-------------------------------------------+ - - + + Double_baking_evidence (tag 3) ============================== - + +-----------------------+----------+----------------------------------------------+ | Name | Size | Contents | +=======================+==========+==============================================+ @@ -133837,11 +133837,11 @@ Full description +-----------------------+----------+----------------------------------------------+ | metadata | 51 bytes | $X_3360 | +-----------------------+----------+----------------------------------------------+ - - + + Activate_account (tag 4) ======================== - + +----------+----------------------+--------------------------------------------------------+ | Name | Size | Contents | +==========+======================+========================================================+ @@ -133853,11 +133853,11 @@ Full description +----------+----------------------+--------------------------------------------------------+ | metadata | Determined from data | $024-PsD5wVTJ.operation_metadata.alpha.balance_updates | +----------+----------------------+--------------------------------------------------------+ - - + + Proposals (tag 5) ================= - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -133871,11 +133871,11 @@ Full description +-----------------------+----------+------------------------------------+ | proposals | Variable | sequence of at most 20 bytes | +-----------------------+----------+------------------------------------+ - - + + Ballot (tag 6) ============== - + +----------+----------+----------------------------------+ | Name | Size | Contents | +==========+==========+==================================+ @@ -133889,11 +133889,11 @@ Full description +----------+----------+----------------------------------+ | ballot | 1 byte | signed 8-bit integer | +----------+----------+----------------------------------+ - - + + Vdf_revelation (tag 8) ====================== - + +----------+----------------------+--------------------------------------------------------+ | Name | Size | Contents | +==========+======================+========================================================+ @@ -133903,11 +133903,11 @@ Full description +----------+----------------------+--------------------------------------------------------+ | metadata | Determined from data | $024-PsD5wVTJ.operation_metadata.alpha.balance_updates | +----------+----------------------+--------------------------------------------------------+ - - + + Drain_delegate (tag 9) ====================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -133921,11 +133921,11 @@ Full description +---------------+----------------------+------------------------+ | metadata | Determined from data | $X_3349 | +---------------+----------------------+------------------------+ - - + + Preattestation (tag 20) ======================= - + +--------------------+----------------------+------------------------------------+ | Name | Size | Contents | +====================+======================+====================================+ @@ -133941,11 +133941,11 @@ Full description +--------------------+----------------------+------------------------------------+ | metadata | Determined from data | $X_3334 | +--------------------+----------------------+------------------------------------+ - - + + Attestation (tag 21) ==================== - + +--------------------+----------------------+------------------------------------+ | Name | Size | Contents | +====================+======================+====================================+ @@ -133961,11 +133961,11 @@ Full description +--------------------+----------------------+------------------------------------+ | metadata | Determined from data | $X_3334 | +--------------------+----------------------+------------------------------------+ - - + + Attestation_with_dal (tag 23) ============================= - + +--------------------+----------------------+------------------------------------+ | Name | Size | Contents | +====================+======================+====================================+ @@ -133983,11 +133983,11 @@ Full description +--------------------+----------------------+------------------------------------+ | metadata | Determined from data | $X_3334 | +--------------------+----------------------+------------------------------------+ - - + + Dal_entrapment_evidence (tag 24) ================================ - + +-----------------------+----------------------+--------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+========================================================+ @@ -134005,11 +134005,11 @@ Full description +-----------------------+----------------------+--------------------------------------------------------+ | metadata | Determined from data | $024-PsD5wVTJ.operation_metadata.alpha.balance_updates | +-----------------------+----------------------+--------------------------------------------------------+ - - + + Preattestations_aggregate (tag 30) ================================== - + +-----------------------+----------------------+------------------------------------------------+ | Name | Size | Contents | +=======================+======================+================================================+ @@ -134023,11 +134023,11 @@ Full description +-----------------------+----------------------+------------------------------------------------+ | metadata | Determined from data | $X_3310 | +-----------------------+----------------------+------------------------------------------------+ - - + + Attestations_aggregate (tag 31) =============================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -134041,11 +134041,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | metadata | Determined from data | $X_3310 | +-----------------------+----------------------+------------------------------------+ - - + + Reveal (tag 107) ================ - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -134069,11 +134069,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | metadata | Determined from data | $X_1512 | +-----------------------------+----------------------+-------------------------------------+ - - + + Transaction (tag 108) ===================== - + +----------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==================================+======================+=====================================+ @@ -134099,11 +134099,11 @@ Full description +----------------------------------+----------------------+-------------------------------------+ | metadata | Determined from data | $X_2963 | +----------------------------------+----------------------+-------------------------------------+ - - + + Origination (tag 109) ===================== - + +--------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +================================+======================+=====================================+ @@ -134129,11 +134129,11 @@ Full description +--------------------------------+----------------------+-------------------------------------+ | metadata | Determined from data | $X_2780 | +--------------------------------+----------------------+-------------------------------------+ - - + + Delegation (tag 110) ==================== - + +--------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +================================+======================+=====================================+ @@ -134155,11 +134155,11 @@ Full description +--------------------------------+----------------------+-------------------------------------+ | metadata | Determined from data | $X_2638 | +--------------------------------+----------------------+-------------------------------------+ - - + + Register_global_constant (tag 111) ================================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -134181,11 +134181,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | metadata | Determined from data | $X_2496 | +-----------------------+----------------------+------------------------------------+ - - + + Set_deposits_limit (tag 112) ============================ - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -134207,11 +134207,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | metadata | Determined from data | $X_1512 | +-----------------------------+----------------------+-------------------------------------+ - - + + Increase_paid_storage (tag 113) =============================== - + +---------------+----------------------+--------------------------------------+ | Name | Size | Contents | +===============+======================+======================================+ @@ -134233,11 +134233,11 @@ Full description +---------------+----------------------+--------------------------------------+ | metadata | Determined from data | $X_631 | +---------------+----------------------+--------------------------------------+ - - + + Update_consensus_key (tag 114) ============================== - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -134261,11 +134261,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | metadata | Determined from data | $X_1945 | +-----------------------------+----------------------+-------------------------------------+ - - + + Update_companion_key (tag 115) ============================== - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -134289,11 +134289,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | metadata | Determined from data | $X_1945 | +-----------------------------+----------------------+-------------------------------------+ - - + + Transfer_ticket (tag 158) ========================= - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -134329,11 +134329,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | metadata | Determined from data | $X_1792 | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_originate (tag 200) ================================ - + +---------------------------------+----------------------+-----------------------------------------------------------+ | Name | Size | Contents | +=================================+======================+===========================================================+ @@ -134365,11 +134365,11 @@ Full description +---------------------------------+----------------------+-----------------------------------------------------------+ | metadata | Determined from data | $X_1650 | +---------------------------------+----------------------+-----------------------------------------------------------+ - - + + Smart_rollup_add_messages (tag 201) =================================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -134391,11 +134391,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | metadata | Determined from data | $X_1512 | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_cement (tag 202) ============================= - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -134415,11 +134415,11 @@ Full description +---------------+----------------------+------------------------+ | metadata | Determined from data | $X_1375 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_publish (tag 203) ============================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -134441,11 +134441,11 @@ Full description +---------------+----------------------+------------------------+ | metadata | Determined from data | $X_1233 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_refute (tag 204) ============================= - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -134469,11 +134469,11 @@ Full description +---------------+----------------------+------------------------+ | metadata | Determined from data | $X_930 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_timeout (tag 205) ============================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -134495,11 +134495,11 @@ Full description +---------------+----------------------+------------------------+ | metadata | Determined from data | $X_930 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_execute_outbox_message (tag 206) ============================================= - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -134525,11 +134525,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | metadata | Determined from data | $X_773 | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_recover_bond (tag 207) =================================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -134551,11 +134551,11 @@ Full description +---------------+----------------------+------------------------+ | metadata | Determined from data | $X_631 | +---------------+----------------------+------------------------+ - - + + Dal_publish_commitment (tag 230) ================================ - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -134575,11 +134575,11 @@ Full description +---------------+----------------------+------------------------+ | metadata | Determined from data | $X_493 | +---------------+----------------------+------------------------+ - - + + Zk_rollup_origination (tag 250) =============================== - + +-----------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+=========================================================================+ @@ -134611,11 +134611,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------+ | metadata | Determined from data | $X_350 | +-----------------------+----------------------+-------------------------------------------------------------------------+ - - + + Zk_rollup_publish (tag 251) =========================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -134639,11 +134639,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | metadata | Determined from data | $X_205 | +-----------------------+----------------------+------------------------------------+ - - + + Zk_rollup_update (tag 252) ========================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -134665,14 +134665,14 @@ Full description +---------------+----------------------+------------------------+ | metadata | Determined from data | $X_57 | +---------------+----------------------+------------------------+ - - + + X_3375 (Variable, 8-bit tag) **************************** - + Operation_with_metadata (tag 0) =============================== - + +-----------------------+----------+-------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+=========================================================================+ @@ -134684,11 +134684,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------+ | signature | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------+ - - + + Operation_without_metadata (tag 1) ================================== - + +-----------------------+----------+----------------------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================================+ @@ -134700,14 +134700,14 @@ Full description +-----------------------+----------+----------------------------------------------------+ | signature | Variable | bytes | +-----------------------+----------+----------------------------------------------------+ - - + + bls_signature_prefix (33 bytes, 8-bit tag) ****************************************** - + Bls_prefix (tag 3) ================== - + +-----------------+----------+------------------------+ | Name | Size | Contents | +=================+==========+========================+ @@ -134715,14 +134715,14 @@ Full description +-----------------+----------+------------------------+ | Unnamed field 0 | 32 bytes | bytes | +-----------------+----------+------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.contents_or_signature_prefix (Determined from data, 8-bit tag) ******************************************************************************************* - + Seed_nonce_revelation (tag 1) ============================= - + +-------+----------+----------------------------------+ | Name | Size | Contents | +=======+==========+==================================+ @@ -134732,11 +134732,11 @@ Full description +-------+----------+----------------------------------+ | nonce | 32 bytes | bytes | +-------+----------+----------------------------------+ - - + + Double_consensus_operation_evidence (tag 2) =========================================== - + +-----------------------+----------+-------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================+ @@ -134752,11 +134752,11 @@ Full description +-----------------------+----------+-------------------------------------------+ | op2 | Variable | $024-PsD5wVTJ.inlined.consensus_operation | +-----------------------+----------+-------------------------------------------+ - - + + Double_baking_evidence (tag 3) ============================== - + +-----------------------+----------+----------------------------------------------+ | Name | Size | Contents | +=======================+==========+==============================================+ @@ -134770,11 +134770,11 @@ Full description +-----------------------+----------+----------------------------------------------+ | bh2 | Variable | $024-PsD5wVTJ.block_header.alpha.full_header | +-----------------------+----------+----------------------------------------------+ - - + + Activate_account (tag 4) ======================== - + +--------+----------+------------------------+ | Name | Size | Contents | +========+==========+========================+ @@ -134784,11 +134784,11 @@ Full description +--------+----------+------------------------+ | secret | 20 bytes | bytes | +--------+----------+------------------------+ - - + + Proposals (tag 5) ================= - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -134802,11 +134802,11 @@ Full description +-----------------------+----------+------------------------------------+ | proposals | Variable | sequence of at most 20 bytes | +-----------------------+----------+------------------------------------+ - - + + Ballot (tag 6) ============== - + +----------+----------+----------------------------------+ | Name | Size | Contents | +==========+==========+==================================+ @@ -134820,11 +134820,11 @@ Full description +----------+----------+----------------------------------+ | ballot | 1 byte | signed 8-bit integer | +----------+----------+----------------------------------+ - - + + Vdf_revelation (tag 8) ====================== - + +----------+-----------+------------------------+ | Name | Size | Contents | +==========+===========+========================+ @@ -134832,11 +134832,11 @@ Full description +----------+-----------+------------------------+ | solution | 200 bytes | $X_42 | +----------+-----------+------------------------+ - - + + Drain_delegate (tag 9) ====================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -134848,11 +134848,11 @@ Full description +---------------+----------+------------------------+ | destination | 21 bytes | $public_key_hash | +---------------+----------+------------------------+ - - + + Failing_noop (tag 17) ===================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -134862,11 +134862,11 @@ Full description +-----------------------+----------+------------------------------------+ | arbitrary | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + Preattestation (tag 20) ======================= - + +--------------------+----------+------------------------------------+ | Name | Size | Contents | +====================+==========+====================================+ @@ -134880,11 +134880,11 @@ Full description +--------------------+----------+------------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+------------------------------------+ - - + + Attestation (tag 21) ==================== - + +--------------------+----------+------------------------------------+ | Name | Size | Contents | +====================+==========+====================================+ @@ -134898,11 +134898,11 @@ Full description +--------------------+----------+------------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+------------------------------------+ - - + + Attestation_with_dal (tag 23) ============================= - + +--------------------+----------------------+------------------------------------+ | Name | Size | Contents | +====================+======================+====================================+ @@ -134918,11 +134918,11 @@ Full description +--------------------+----------------------+------------------------------------+ | dal_attestation | Determined from data | $Z.t | +--------------------+----------------------+------------------------------------+ - - + + Dal_entrapment_evidence (tag 24) ================================ - + +-----------------------+----------------------+-------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================+ @@ -134938,11 +134938,11 @@ Full description +-----------------------+----------------------+-------------------------------------------+ | shard_with_proof | Determined from data | $X_39 | +-----------------------+----------------------+-------------------------------------------+ - - + + Preattestations_aggregate (tag 30) ================================== - + +-----------------------+----------+------------------------------------------------+ | Name | Size | Contents | +=======================+==========+================================================+ @@ -134954,11 +134954,11 @@ Full description +-----------------------+----------+------------------------------------------------+ | committee | Variable | sequence of unsigned 16-bit big-endian integer | +-----------------------+----------+------------------------------------------------+ - - + + Attestations_aggregate (tag 31) =============================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -134970,11 +134970,11 @@ Full description +-----------------------+----------+------------------------------------+ | committee | Variable | sequence of $X_34 | +-----------------------+----------+------------------------------------+ - - + + Reveal (tag 107) ================ - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -134996,11 +134996,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | proof | Determined from data | $X_29 | +-----------------------------+----------------------+-------------------------------------+ - - + + Transaction (tag 108) ===================== - + +----------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==================================+======================+=====================================+ @@ -135024,11 +135024,11 @@ Full description +----------------------------------+----------------------+-------------------------------------+ | parameters | Determined from data | $X_31 | +----------------------------------+----------------------+-------------------------------------+ - - + + Origination (tag 109) ===================== - + +--------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +================================+======================+=====================================+ @@ -135052,11 +135052,11 @@ Full description +--------------------------------+----------------------+-------------------------------------+ | script | Determined from data | $024-PsD5wVTJ.scripted.contracts | +--------------------------------+----------------------+-------------------------------------+ - - + + Delegation (tag 110) ==================== - + +--------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +================================+======================+=====================================+ @@ -135076,11 +135076,11 @@ Full description +--------------------------------+----------------------+-------------------------------------+ | delegate | 21 bytes | $public_key_hash | +--------------------------------+----------------------+-------------------------------------+ - - + + Register_global_constant (tag 111) ================================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -135100,11 +135100,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | value | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + Set_deposits_limit (tag 112) ============================ - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -135124,11 +135124,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | limit | Determined from data | $N.t | +-----------------------------+----------------------+-------------------------------------+ - - + + Increase_paid_storage (tag 113) =============================== - + +---------------+----------------------+--------------------------------------+ | Name | Size | Contents | +===============+======================+======================================+ @@ -135148,11 +135148,11 @@ Full description +---------------+----------------------+--------------------------------------+ | destination | 22 bytes | $024-PsD5wVTJ.contract_id.originated | +---------------+----------------------+--------------------------------------+ - - + + Update_consensus_key (tag 114) ============================== - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -135174,11 +135174,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | proof | Determined from data | $X_29 | +-----------------------------+----------------------+-------------------------------------+ - - + + Update_companion_key (tag 115) ============================== - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -135200,11 +135200,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | proof | Determined from data | $X_29 | +-----------------------------+----------------------+-------------------------------------+ - - + + Transfer_ticket (tag 158) ========================= - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -135238,11 +135238,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | entrypoint | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_originate (tag 200) ================================ - + +---------------------------------+----------------------+-----------------------------------------------------------+ | Name | Size | Contents | +=================================+======================+===========================================================+ @@ -135272,11 +135272,11 @@ Full description +---------------------------------+----------------------+-----------------------------------------------------------+ | whitelist | Determined from data | $X_28 | +---------------------------------+----------------------+-----------------------------------------------------------+ - - + + Smart_rollup_add_messages (tag 201) =================================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -135296,11 +135296,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | message | Variable | sequence of $X_2 | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_cement (tag 202) ============================= - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -135318,11 +135318,11 @@ Full description +---------------+----------------------+------------------------+ | rollup | 20 bytes | bytes | +---------------+----------------------+------------------------+ - - + + Smart_rollup_publish (tag 203) ============================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -135342,11 +135342,11 @@ Full description +---------------+----------------------+------------------------+ | commitment | 76 bytes | $X_25 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_refute (tag 204) ============================= - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -135368,11 +135368,11 @@ Full description +---------------+----------------------+------------------------+ | refutation | Determined from data | $X_24 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_timeout (tag 205) ============================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -135392,11 +135392,11 @@ Full description +---------------+----------------------+------------------------+ | stakers | 42 bytes | $X_18 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_execute_outbox_message (tag 206) ============================================= - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -135420,11 +135420,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | output_proof | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_recover_bond (tag 207) =================================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -135444,11 +135444,11 @@ Full description +---------------+----------------------+------------------------+ | staker | 21 bytes | $public_key_hash | +---------------+----------------------+------------------------+ - - + + Dal_publish_commitment (tag 230) ================================ - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -135466,11 +135466,11 @@ Full description +---------------+----------------------+------------------------+ | slot_header | 145 bytes | $X_17 | +---------------+----------------------+------------------------+ - - + + Zk_rollup_origination (tag 250) =============================== - + +-----------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+=========================================================================+ @@ -135500,11 +135500,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------+ | nb_ops | 4 bytes | signed 31-bit big-endian integer in the range -1073741824 to 1073741823 | +-----------------------+----------------------+-------------------------------------------------------------------------+ - - + + Zk_rollup_publish (tag 251) =========================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -135526,11 +135526,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | op | Variable | sequence of $X_8 | +-----------------------+----------------------+------------------------------------+ - - + + Zk_rollup_update (tag 252) ========================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -135550,11 +135550,11 @@ Full description +---------------+----------------------+------------------------+ | update | Determined from data | $X_0 | +---------------+----------------------+------------------------+ - - + + Signature_prefix (tag 255) ========================== - + +------------------+----------+------------------------+ | Name | Size | Contents | +==================+==========+========================+ @@ -135562,14 +135562,14 @@ Full description +------------------+----------+------------------------+ | signature_prefix | 33 bytes | $bls_signature_prefix | +------------------+----------+------------------------+ - - + + X_3474 (Variable, 8-bit tag) **************************** - + Operation with too large metadata (tag 0) ========================================= - + +-------------------------------+----------+------------------------------------------------------------------------+ | Name | Size | Contents | +===============================+==========+========================================================================+ @@ -135579,11 +135579,11 @@ Full description +-------------------------------+----------+------------------------------------------------------------------------+ | signature_suffix | 64 bytes | bytes | +-------------------------------+----------+------------------------------------------------------------------------+ - - + + Operation without metadata (tag 1) ================================== - + +-------------------------------+----------+------------------------------------------------------------------------+ | Name | Size | Contents | +===============================+==========+========================================================================+ @@ -135593,11 +135593,11 @@ Full description +-------------------------------+----------+------------------------------------------------------------------------+ | signature_suffix | 64 bytes | bytes | +-------------------------------+----------+------------------------------------------------------------------------+ - - + + Operation with metadata (tag 2) =============================== - + +-----------------+----------+------------------------+ | Name | Size | Contents | +=================+==========+========================+ @@ -135605,11 +135605,11 @@ Full description +-----------------+----------+------------------------+ | Unnamed field 0 | Variable | $X_3375 | +-----------------+----------+------------------------+ - - + + operation ********* - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -135625,17 +135625,17 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | $X_3474 | +-----------------------+----------+------------------------------------+ - +
- + .. _GET_..--block_id--operations--list_offset--operation_offset : **GET ..//operations//?[version=]&[force_metadata]&[metadata=]** .. raw:: html - +
@@ -138575,14 +138575,14 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | $X_3474 | +-----------------------+----------+------------------------------------+ - - + + public_key_hash (21 bytes, 8-bit tag) ************************************* - + Ed25519 (tag 0) =============== - + +-------------------------+----------+------------------------+ | Name | Size | Contents | +=========================+==========+========================+ @@ -138590,11 +138590,11 @@ Full description +-------------------------+----------+------------------------+ | Ed25519.Public_key_hash | 20 bytes | bytes | +-------------------------+----------+------------------------+ - - + + Secp256k1 (tag 1) ================= - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -138602,11 +138602,11 @@ Full description +---------------------------+----------+------------------------+ | Secp256k1.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + P256 (tag 2) ============ - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -138614,11 +138614,11 @@ Full description +----------------------+----------+------------------------+ | P256.Public_key_hash | 20 bytes | bytes | +----------------------+----------+------------------------+ - - + + Bls (tag 3) =========== - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -138626,23 +138626,23 @@ Full description +---------------------------+----------+------------------------+ | Bls12_381.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + N.t *** - + A variable-length sequence of bytes encoding a Zarith natural number. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). Size bits ignored, the data is the binary representation of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | N.t | Determined from data | bytes | +------+----------------------+----------+ - - + + X_2 *** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -138650,11 +138650,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + X_3 *** - + +-----------------------+----------+-------------------------------------+ | Name | Size | Contents | +=======================+==========+=====================================+ @@ -138666,11 +138666,11 @@ Full description +-----------------------+----------+-------------------------------------+ | exit_validity | 1 byte | boolean (0 for false, 255 for true) | +-----------------------+----------+-------------------------------------+ - - + + X_1 *** - + +-----------------+----------------------+----------+ | Name | Size | Contents | +=================+======================+==========+ @@ -138678,11 +138678,11 @@ Full description +-----------------+----------------------+----------+ | Unnamed field 1 | Determined from data | $X_3 | +-----------------+----------------------+----------+ - - + + X_6 *** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -138692,11 +138692,11 @@ Full description +-----------------------+----------+------------------------------------+ | fee | 32 bytes | bytes | +-----------------------+----------+------------------------------------+ - - + + X_4 *** - + +-----------------+----------------------+----------+ | Name | Size | Contents | +=================+======================+==========+ @@ -138704,11 +138704,11 @@ Full description +-----------------+----------------------+----------+ | Unnamed field 1 | Determined from data | $X_6 | +-----------------+----------------------+----------+ - - + + X_7 *** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -138716,11 +138716,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of bytes | +-----------------------+----------+------------------------------------+ - - + + X_0 *** - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -138738,23 +138738,23 @@ Full description +-----------------------+----------------------+------------------------------------+ | proof | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + Z.t *** - + A variable-length sequence of bytes encoding a Zarith integer. Each byte has a running unary size bit: the most significant bit of each byte indicates whether this is the last byte in the sequence (0) or whether the sequence continues (1). The second most significant bit of the first byte is reserved for the sign (0 for positive, 1 for negative). Size and sign bits ignored, the data is the binary representation of the absolute value of the number in little-endian order. - + +------+----------------------+----------+ | Name | Size | Contents | +======+======================+==========+ | Z.t | Determined from data | bytes | +------+----------------------+----------+ - - + + X_10 **** - + +--------+----------------------+----------+ | Name | Size | Contents | +========+======================+==========+ @@ -138762,11 +138762,11 @@ Full description +--------+----------------------+----------+ | amount | Determined from data | $Z.t | +--------+----------------------+----------+ - - + + X_9 *** - + +-----------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+=========================================================================+ @@ -138782,11 +138782,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------+ | payload | Variable | sequence of bytes | +-----------------------+----------------------+-------------------------------------------------------------------------+ - - + + 024-PsD5wVTJ.michelson.v1.primitives (Enumeration: unsigned 8-bit integer): *************************************************************************** - + +-------------+--------------------------------+ | Case number | Encoded string | +=============+================================+ @@ -139112,14 +139112,14 @@ Full description +-------------+--------------------------------+ | 160 | GET_ADDRESS_INDEX | +-------------+--------------------------------+ - - + + micheline.024-PsD5wVTJ.michelson_v1.expression (Determined from data, 8-bit tag) ******************************************************************************** - + Int (tag 0) =========== - + +------+----------------------+------------------------+ | Name | Size | Contents | +======+======================+========================+ @@ -139127,11 +139127,11 @@ Full description +------+----------------------+------------------------+ | int | Determined from data | $Z.t | +------+----------------------+------------------------+ - - + + String (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -139141,11 +139141,11 @@ Full description +-----------------------+----------+------------------------------------+ | string | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + Sequence (tag 2) ================ - + +-----------------------+----------+-------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+=============================================================+ @@ -139155,11 +139155,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------+ | Unnamed field 0 | Variable | sequence of $micheline.024-PsD5wVTJ.michelson_v1.expression | +-----------------------+----------+-------------------------------------------------------------+ - - + + Prim__no_args__no_annots (tag 3) ================================ - + +------+--------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+========+===========================================================================================+ @@ -139167,11 +139167,11 @@ Full description +------+--------+-------------------------------------------------------------------------------------------+ | prim | 1 byte | unsigned 8-bit integer encoding an enumeration (see 024-PsD5wVTJ.michelson.v1.primitives) | +------+--------+-------------------------------------------------------------------------------------------+ - - + + Prim__no_args__some_annots (tag 4) ================================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -139183,11 +139183,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__no_annots (tag 5) ============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -139197,11 +139197,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__1_arg__some_annots (tag 6) ================================ - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -139215,11 +139215,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__no_annots (tag 7) =============================== - + +------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +======+======================+===========================================================================================+ @@ -139231,11 +139231,11 @@ Full description +------+----------------------+-------------------------------------------------------------------------------------------+ | arg2 | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__2_args__some_annots (tag 8) ================================= - + +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================================================================+ @@ -139251,11 +139251,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------------------+-------------------------------------------------------------------------------------------+ - - + + Prim__generic (tag 9) ===================== - + +-----------------------+----------+-------------------------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================================================================+ @@ -139271,11 +139271,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------------------------+ | annots | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------------------------+ - - + + Bytes (tag 10) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -139285,14 +139285,14 @@ Full description +-----------------------+----------+------------------------------------+ | bytes | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + 024-PsD5wVTJ.contract_id (22 bytes, 8-bit tag) ********************************************** - + Implicit (tag 0) ================ - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -139300,11 +139300,11 @@ Full description +---------------------------+----------+------------------------+ | Signature.Public_key_hash | 21 bytes | $public_key_hash | +---------------------------+----------+------------------------+ - - + + Originated (tag 1) ================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -139314,24 +139314,24 @@ Full description +---------------+----------+------------------------+ | padding | 1 byte | padding | +---------------+----------+------------------------+ - - + + X_13 (Determined from data, 8-bit tag) ************************************** - + None (tag 0) ============ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Some (tag 1) ============ - + +----------+----------------------+-------------------------------------------------+ | Name | Size | Contents | +==========+======================+=================================================+ @@ -139343,11 +139343,11 @@ Full description +----------+----------------------+-------------------------------------------------+ | ticketer | 22 bytes | $024-PsD5wVTJ.contract_id | +----------+----------------------+-------------------------------------------------+ - - + + X_8 *** - + +-----------------+----------------------+----------+ | Name | Size | Contents | +=================+======================+==========+ @@ -139355,44 +139355,44 @@ Full description +-----------------+----------------------+----------+ | Unnamed field 1 | Determined from data | $X_13 | +-----------------+----------------------+----------+ - - + + X_16 (1 byte, 8-bit tag) ************************ - + Public (tag 0) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Private (tag 1) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Fee (tag 2) =========== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + X_14 **** - + +-----------------+----------------------+----------+ | Name | Size | Contents | +=================+======================+==========+ @@ -139400,11 +139400,11 @@ Full description +-----------------+----------------------+----------+ | Unnamed field 1 | 1 byte | $X_16 | +-----------------+----------------------+----------+ - - + + X_17 **** - + +------------------+----------+------------------------+ | Name | Size | Contents | +==================+==========+========================+ @@ -139414,11 +139414,11 @@ Full description +------------------+----------+------------------------+ | commitment_proof | 96 bytes | bytes | +------------------+----------+------------------------+ - - + + X_18 **** - + +-------+----------+------------------+ | Name | Size | Contents | +=======+==========+==================+ @@ -139426,11 +139426,11 @@ Full description +-------+----------+------------------+ | bob | 21 bytes | $public_key_hash | +-------+----------+------------------+ - - + + X_19 **** - + +-----------------+---------+----------------------------------+ | Name | Size | Contents | +=================+=========+==================================+ @@ -139440,14 +139440,14 @@ Full description +-----------------+---------+----------------------------------+ | page_index | 2 bytes | signed 16-bit big-endian integer | +-----------------+---------+----------------------------------+ - - + + X_20 (Determined from data, 8-bit tag) ************************************** - + raw data proof (tag 0) ====================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -139457,21 +139457,21 @@ Full description +-----------------------+----------+------------------------------------+ | raw_data | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + metadata proof (tag 1) ====================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + dal page proof (tag 2) ====================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -139483,24 +139483,24 @@ Full description +-----------------------+----------+------------------------------------+ | dal_proof | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + dal parameters proof (tag 3) ============================ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + X_21 (Determined from data, 8-bit tag) ************************************** - + inbox proof (tag 0) =================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -139514,11 +139514,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | serialized_proof | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + reveal proof (tag 1) ==================== - + +--------------+----------------------+------------------------+ | Name | Size | Contents | +==============+======================+========================+ @@ -139526,21 +139526,21 @@ Full description +--------------+----------------------+------------------------+ | reveal_proof | Determined from data | $X_20 | +--------------+----------------------+------------------------+ - - + + first input (tag 2) =================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + X_22 **** - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -139550,14 +139550,14 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | tick | Determined from data | $N.t | +-----------------------------+----------------------+-------------------------------------+ - - + + X_23 (Determined from data, 8-bit tag) ************************************** - + Dissection (tag 0) ================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -139567,11 +139567,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_22 | +-----------------------+----------+------------------------------------+ - - + + Proof (tag 1) ============= - + +-----------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +===================================+======================+=====================================+ @@ -139585,14 +139585,14 @@ Full description +-----------------------------------+----------------------+-------------------------------------+ | input_proof | Determined from data | $X_21 | +-----------------------------------+----------------------+-------------------------------------+ - - + + X_24 (Determined from data, 8-bit tag) ************************************** - + Start (tag 0) ============= - + +--------------------------+----------+------------------------+ | Name | Size | Contents | +==========================+==========+========================+ @@ -139602,11 +139602,11 @@ Full description +--------------------------+----------+------------------------+ | opponent_commitment_hash | 32 bytes | bytes | +--------------------------+----------+------------------------+ - - + + Move (tag 1) ============ - + +--------+----------------------+------------------------+ | Name | Size | Contents | +========+======================+========================+ @@ -139616,11 +139616,11 @@ Full description +--------+----------------------+------------------------+ | step | Determined from data | $X_23 | +--------+----------------------+------------------------+ - - + + X_25 **** - + +------------------+----------+----------------------------------+ | Name | Size | Contents | +==================+==========+==================================+ @@ -139632,11 +139632,11 @@ Full description +------------------+----------+----------------------------------+ | number_of_ticks | 8 bytes | signed 64-bit big-endian integer | +------------------+----------+----------------------------------+ - - + + X_27 (Enumeration: unsigned 8-bit integer): ******************************************* - + +-------------+----------------+ | Case number | Encoded string | +=============+================+ @@ -139646,11 +139646,11 @@ Full description +-------------+----------------+ | 2 | riscv | +-------------+----------------+ - - + + X_28 **** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -139658,14 +139658,14 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $public_key_hash | +-----------------------+----------+------------------------------------+ - - + + public_key (Determined from data, 8-bit tag) ******************************************** - + Ed25519 (tag 0) =============== - + +--------------------+----------+------------------------+ | Name | Size | Contents | +====================+==========+========================+ @@ -139673,11 +139673,11 @@ Full description +--------------------+----------+------------------------+ | Ed25519.Public_key | 32 bytes | bytes | +--------------------+----------+------------------------+ - - + + Secp256k1 (tag 1) ================= - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -139685,11 +139685,11 @@ Full description +----------------------+----------+------------------------+ | Secp256k1.Public_key | 33 bytes | bytes | +----------------------+----------+------------------------+ - - + + P256 (tag 2) ============ - + +-----------------+----------+------------------------+ | Name | Size | Contents | +=================+==========+========================+ @@ -139697,11 +139697,11 @@ Full description +-----------------+----------+------------------------+ | P256.Public_key | 33 bytes | bytes | +-----------------+----------+------------------------+ - - + + Bls (tag 3) =========== - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -139709,11 +139709,11 @@ Full description +----------------------+----------+------------------------+ | Bls12_381.Public_key | 48 bytes | bytes | +----------------------+----------+------------------------+ - - + + X_29 **** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -139721,14 +139721,14 @@ Full description +-----------------------+----------+------------------------------------+ | Bls12_381_signature | 96 bytes | bytes | +-----------------------+----------+------------------------------------+ - - + + 024-PsD5wVTJ.contract_id.originated (22 bytes, 8-bit tag) ********************************************************* - + Originated (tag 1) ================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -139738,11 +139738,11 @@ Full description +---------------+----------+------------------------+ | padding | 1 byte | padding | +---------------+----------+------------------------+ - - + + 024-PsD5wVTJ.scripted.contracts ******************************* - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -139754,114 +139754,114 @@ Full description +-----------------------+----------+------------------------------------+ | storage | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + 024-PsD5wVTJ.entrypoint (Determined from data, 8-bit tag) ********************************************************* - + default (tag 0) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + root (tag 1) ============ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + do (tag 2) ========== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + set_delegate (tag 3) ==================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + remove_delegate (tag 4) ======================= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + deposit (tag 5) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + stake (tag 6) ============= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + unstake (tag 7) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + finalize_unstake (tag 8) ======================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + set_delegate_parameters (tag 9) =============================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + named (tag 255) =============== - + +-----------------------+----------+------------------------+ | Name | Size | Contents | +=======================+==========+========================+ @@ -139871,11 +139871,11 @@ Full description +-----------------------+----------+------------------------+ | Unnamed field 0 | Variable | bytes | +-----------------------+----------+------------------------+ - - + + X_31 **** - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -139885,11 +139885,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | value | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + X_33 **** - + +--------------------+----------+----------------------------------+ | Name | Size | Contents | +====================+==========+==================================+ @@ -139899,11 +139899,11 @@ Full description +--------------------+----------+----------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+----------------------------------+ - - + + X_34 **** - + +---------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=======================================+======================+=====================================+ @@ -139913,14 +139913,14 @@ Full description +---------------------------------------+----------------------+-------------------------------------+ | dal_attestation | Determined from data | $Z.t | +---------------------------------------+----------------------+-------------------------------------+ - - + + 024-PsD5wVTJ.inlined.consensus_operation.contents (Determined from data, 8-bit tag) *********************************************************************************** - + Preattestation (tag 20) ======================= - + +--------------------+----------+------------------------------------+ | Name | Size | Contents | +====================+==========+====================================+ @@ -139934,11 +139934,11 @@ Full description +--------------------+----------+------------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+------------------------------------+ - - + + Attestation (tag 21) ==================== - + +--------------------+----------+------------------------------------+ | Name | Size | Contents | +====================+==========+====================================+ @@ -139952,11 +139952,11 @@ Full description +--------------------+----------+------------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+------------------------------------+ - - + + Attestation_with_dal (tag 23) ============================= - + +--------------------+----------------------+------------------------------------+ | Name | Size | Contents | +====================+======================+====================================+ @@ -139972,11 +139972,11 @@ Full description +--------------------+----------------------+------------------------------------+ | dal_attestation | Determined from data | $Z.t | +--------------------+----------------------+------------------------------------+ - - + + Preattestations_aggregate (tag 30) ================================== - + +-----------------------+----------+------------------------------------------------+ | Name | Size | Contents | +=======================+==========+================================================+ @@ -139988,11 +139988,11 @@ Full description +-----------------------+----------+------------------------------------------------+ | committee | Variable | sequence of unsigned 16-bit big-endian integer | +-----------------------+----------+------------------------------------------------+ - - + + Attestations_aggregate (tag 31) =============================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -140004,11 +140004,11 @@ Full description +-----------------------+----------+------------------------------------+ | committee | Variable | sequence of $X_34 | +-----------------------+----------+------------------------------------+ - - + + 024-PsD5wVTJ.inlined.consensus_operation **************************************** - + +------------+----------------------+----------------------------------------------------+ | Name | Size | Contents | +============+======================+====================================================+ @@ -140018,11 +140018,11 @@ Full description +------------+----------------------+----------------------------------------------------+ | signature | Variable | bytes | +------------+----------------------+----------------------------------------------------+ - - + + X_40 **** - + +-----------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +=================+======================+=========================================================================+ @@ -140030,11 +140030,11 @@ Full description +-----------------+----------------------+-------------------------------------------------------------------------+ | Unnamed field 1 | Determined from data | $X_7 | +-----------------+----------------------+-------------------------------------------------------------------------+ - - + + X_39 **** - + +-------+----------------------+----------+ | Name | Size | Contents | +=======+======================+==========+ @@ -140042,11 +140042,11 @@ Full description +-------+----------------------+----------+ | proof | 48 bytes | bytes | +-------+----------------------+----------+ - - + + X_42 **** - + +-----------------+-----------+----------+ | Name | Size | Contents | +=================+===========+==========+ @@ -140054,11 +140054,11 @@ Full description +-----------------+-----------+----------+ | Unnamed field 1 | 100 bytes | bytes | +-----------------+-----------+----------+ - - + + fitness.elem ************ - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -140066,44 +140066,44 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + 024-PsD5wVTJ.per_block_votes (1 byte, 8-bit tag) ************************************************ - + per_block_vote_on (tag 0) ========================= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + per_block_vote_off (tag 1) ========================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + per_block_vote_pass (tag 2) =========================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + 024-PsD5wVTJ.block_header.alpha.full_header ******************************************* - + +---------------------------------------+----------+-------------------------------------+ | Name | Size | Contents | +=======================================+==========+=====================================+ @@ -140139,14 +140139,14 @@ Full description +---------------------------------------+----------+-------------------------------------+ | signature | Variable | bytes | +---------------------------------------+----------+-------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.contents (Determined from data, 8-bit tag) *********************************************************************** - + Seed_nonce_revelation (tag 1) ============================= - + +-------+----------+----------------------------------+ | Name | Size | Contents | +=======+==========+==================================+ @@ -140156,11 +140156,11 @@ Full description +-------+----------+----------------------------------+ | nonce | 32 bytes | bytes | +-------+----------+----------------------------------+ - - + + Double_consensus_operation_evidence (tag 2) =========================================== - + +-----------------------+----------+-------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================+ @@ -140176,11 +140176,11 @@ Full description +-----------------------+----------+-------------------------------------------+ | op2 | Variable | $024-PsD5wVTJ.inlined.consensus_operation | +-----------------------+----------+-------------------------------------------+ - - + + Double_baking_evidence (tag 3) ============================== - + +-----------------------+----------+----------------------------------------------+ | Name | Size | Contents | +=======================+==========+==============================================+ @@ -140194,11 +140194,11 @@ Full description +-----------------------+----------+----------------------------------------------+ | bh2 | Variable | $024-PsD5wVTJ.block_header.alpha.full_header | +-----------------------+----------+----------------------------------------------+ - - + + Activate_account (tag 4) ======================== - + +--------+----------+------------------------+ | Name | Size | Contents | +========+==========+========================+ @@ -140208,11 +140208,11 @@ Full description +--------+----------+------------------------+ | secret | 20 bytes | bytes | +--------+----------+------------------------+ - - + + Proposals (tag 5) ================= - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -140226,11 +140226,11 @@ Full description +-----------------------+----------+------------------------------------+ | proposals | Variable | sequence of at most 20 bytes | +-----------------------+----------+------------------------------------+ - - + + Ballot (tag 6) ============== - + +----------+----------+----------------------------------+ | Name | Size | Contents | +==========+==========+==================================+ @@ -140244,11 +140244,11 @@ Full description +----------+----------+----------------------------------+ | ballot | 1 byte | signed 8-bit integer | +----------+----------+----------------------------------+ - - + + Vdf_revelation (tag 8) ====================== - + +----------+-----------+------------------------+ | Name | Size | Contents | +==========+===========+========================+ @@ -140256,11 +140256,11 @@ Full description +----------+-----------+------------------------+ | solution | 200 bytes | $X_42 | +----------+-----------+------------------------+ - - + + Drain_delegate (tag 9) ====================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -140272,11 +140272,11 @@ Full description +---------------+----------+------------------------+ | destination | 21 bytes | $public_key_hash | +---------------+----------+------------------------+ - - + + Failing_noop (tag 17) ===================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -140286,11 +140286,11 @@ Full description +-----------------------+----------+------------------------------------+ | arbitrary | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + Preattestation (tag 20) ======================= - + +--------------------+----------+------------------------------------+ | Name | Size | Contents | +====================+==========+====================================+ @@ -140304,11 +140304,11 @@ Full description +--------------------+----------+------------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+------------------------------------+ - - + + Attestation (tag 21) ==================== - + +--------------------+----------+------------------------------------+ | Name | Size | Contents | +====================+==========+====================================+ @@ -140322,11 +140322,11 @@ Full description +--------------------+----------+------------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+------------------------------------+ - - + + Attestation_with_dal (tag 23) ============================= - + +--------------------+----------------------+------------------------------------+ | Name | Size | Contents | +====================+======================+====================================+ @@ -140342,11 +140342,11 @@ Full description +--------------------+----------------------+------------------------------------+ | dal_attestation | Determined from data | $Z.t | +--------------------+----------------------+------------------------------------+ - - + + Dal_entrapment_evidence (tag 24) ================================ - + +-----------------------+----------------------+-------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================+ @@ -140362,11 +140362,11 @@ Full description +-----------------------+----------------------+-------------------------------------------+ | shard_with_proof | Determined from data | $X_39 | +-----------------------+----------------------+-------------------------------------------+ - - + + Preattestations_aggregate (tag 30) ================================== - + +-----------------------+----------+------------------------------------------------+ | Name | Size | Contents | +=======================+==========+================================================+ @@ -140378,11 +140378,11 @@ Full description +-----------------------+----------+------------------------------------------------+ | committee | Variable | sequence of unsigned 16-bit big-endian integer | +-----------------------+----------+------------------------------------------------+ - - + + Attestations_aggregate (tag 31) =============================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -140394,11 +140394,11 @@ Full description +-----------------------+----------+------------------------------------+ | committee | Variable | sequence of $X_34 | +-----------------------+----------+------------------------------------+ - - + + Reveal (tag 107) ================ - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -140420,11 +140420,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | proof | Determined from data | $X_29 | +-----------------------------+----------------------+-------------------------------------+ - - + + Transaction (tag 108) ===================== - + +----------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==================================+======================+=====================================+ @@ -140448,11 +140448,11 @@ Full description +----------------------------------+----------------------+-------------------------------------+ | parameters | Determined from data | $X_31 | +----------------------------------+----------------------+-------------------------------------+ - - + + Origination (tag 109) ===================== - + +--------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +================================+======================+=====================================+ @@ -140476,11 +140476,11 @@ Full description +--------------------------------+----------------------+-------------------------------------+ | script | Determined from data | $024-PsD5wVTJ.scripted.contracts | +--------------------------------+----------------------+-------------------------------------+ - - + + Delegation (tag 110) ==================== - + +--------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +================================+======================+=====================================+ @@ -140500,11 +140500,11 @@ Full description +--------------------------------+----------------------+-------------------------------------+ | delegate | 21 bytes | $public_key_hash | +--------------------------------+----------------------+-------------------------------------+ - - + + Register_global_constant (tag 111) ================================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -140524,11 +140524,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | value | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + Set_deposits_limit (tag 112) ============================ - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -140548,11 +140548,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | limit | Determined from data | $N.t | +-----------------------------+----------------------+-------------------------------------+ - - + + Increase_paid_storage (tag 113) =============================== - + +---------------+----------------------+--------------------------------------+ | Name | Size | Contents | +===============+======================+======================================+ @@ -140572,11 +140572,11 @@ Full description +---------------+----------------------+--------------------------------------+ | destination | 22 bytes | $024-PsD5wVTJ.contract_id.originated | +---------------+----------------------+--------------------------------------+ - - + + Update_consensus_key (tag 114) ============================== - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -140598,11 +140598,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | proof | Determined from data | $X_29 | +-----------------------------+----------------------+-------------------------------------+ - - + + Update_companion_key (tag 115) ============================== - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -140624,11 +140624,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | proof | Determined from data | $X_29 | +-----------------------------+----------------------+-------------------------------------+ - - + + Transfer_ticket (tag 158) ========================= - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -140662,11 +140662,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | entrypoint | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_originate (tag 200) ================================ - + +---------------------------------+----------------------+-----------------------------------------------------------+ | Name | Size | Contents | +=================================+======================+===========================================================+ @@ -140696,11 +140696,11 @@ Full description +---------------------------------+----------------------+-----------------------------------------------------------+ | whitelist | Determined from data | $X_28 | +---------------------------------+----------------------+-----------------------------------------------------------+ - - + + Smart_rollup_add_messages (tag 201) =================================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -140720,11 +140720,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | message | Variable | sequence of $X_2 | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_cement (tag 202) ============================= - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -140742,11 +140742,11 @@ Full description +---------------+----------------------+------------------------+ | rollup | 20 bytes | bytes | +---------------+----------------------+------------------------+ - - + + Smart_rollup_publish (tag 203) ============================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -140766,11 +140766,11 @@ Full description +---------------+----------------------+------------------------+ | commitment | 76 bytes | $X_25 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_refute (tag 204) ============================= - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -140792,11 +140792,11 @@ Full description +---------------+----------------------+------------------------+ | refutation | Determined from data | $X_24 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_timeout (tag 205) ============================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -140816,11 +140816,11 @@ Full description +---------------+----------------------+------------------------+ | stakers | 42 bytes | $X_18 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_execute_outbox_message (tag 206) ============================================= - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -140844,11 +140844,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | output_proof | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_recover_bond (tag 207) =================================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -140868,11 +140868,11 @@ Full description +---------------+----------------------+------------------------+ | staker | 21 bytes | $public_key_hash | +---------------+----------------------+------------------------+ - - + + Dal_publish_commitment (tag 230) ================================ - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -140890,11 +140890,11 @@ Full description +---------------+----------------------+------------------------+ | slot_header | 145 bytes | $X_17 | +---------------+----------------------+------------------------+ - - + + Zk_rollup_origination (tag 250) =============================== - + +-----------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+=========================================================================+ @@ -140924,11 +140924,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------+ | nb_ops | 4 bytes | signed 31-bit big-endian integer in the range -1073741824 to 1073741823 | +-----------------------+----------------------+-------------------------------------------------------------------------+ - - + + Zk_rollup_publish (tag 251) =========================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -140950,11 +140950,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | op | Variable | sequence of $X_8 | +-----------------------+----------------------+------------------------------------+ - - + + Zk_rollup_update (tag 252) ========================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -140974,14 +140974,14 @@ Full description +---------------+----------------------+------------------------+ | update | Determined from data | $X_0 | +---------------+----------------------+------------------------+ - - + + 024-PsD5wVTJ.staker (Determined from data, 8-bit tag) ***************************************************** - + Single (tag 0) ============== - + +----------+----------+---------------------------+ | Name | Size | Contents | +==========+==========+===========================+ @@ -140991,11 +140991,11 @@ Full description +----------+----------+---------------------------+ | delegate | 21 bytes | $public_key_hash | +----------+----------+---------------------------+ - - + + Shared (tag 1) ============== - + +----------+----------+------------------------+ | Name | Size | Contents | +==========+==========+========================+ @@ -141003,14 +141003,14 @@ Full description +----------+----------+------------------------+ | delegate | 21 bytes | $public_key_hash | +----------+----------+------------------------+ - - + + 024-PsD5wVTJ.bond_id (21 bytes, 8-bit tag) ****************************************** - + Smart_rollup_bond_id (tag 1) ============================ - + +--------------+----------+------------------------+ | Name | Size | Contents | +==============+==========+========================+ @@ -141018,14 +141018,14 @@ Full description +--------------+----------+------------------------+ | smart_rollup | 20 bytes | bytes | +--------------+----------+------------------------+ - - + + 024-PsD5wVTJ.frozen_staker (Determined from data, 8-bit tag) ************************************************************ - + Single (tag 0) ============== - + +----------+----------+---------------------------+ | Name | Size | Contents | +==========+==========+===========================+ @@ -141035,11 +141035,11 @@ Full description +----------+----------+---------------------------+ | delegate | 21 bytes | $public_key_hash | +----------+----------+---------------------------+ - - + + Shared (tag 1) ============== - + +----------+----------+------------------------+ | Name | Size | Contents | +==========+==========+========================+ @@ -141047,11 +141047,11 @@ Full description +----------+----------+------------------------+ | delegate | 21 bytes | $public_key_hash | +----------+----------+------------------------+ - - + + Baker (tag 2) ============= - + +-----------------+----------+------------------------+ | Name | Size | Contents | +=================+==========+========================+ @@ -141059,11 +141059,11 @@ Full description +-----------------+----------+------------------------+ | baker_own_stake | 21 bytes | $public_key_hash | +-----------------+----------+------------------------+ - - + + Baker_edge (tag 3) ================== - + +------------+----------+------------------------+ | Name | Size | Contents | +============+==========+========================+ @@ -141071,14 +141071,14 @@ Full description +------------+----------+------------------------+ | baker_edge | 21 bytes | $public_key_hash | +------------+----------+------------------------+ - - + + X_59 (Determined from data, 8-bit tag) ************************************** - + Contract (tag 0) ================ - + +----------+----------+----------------------------------+ | Name | Size | Contents | +==========+==========+==================================+ @@ -141088,11 +141088,11 @@ Full description +----------+----------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +----------+----------+----------------------------------+ - - + + Block_fees (tag 2) ================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -141100,11 +141100,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Deposits (tag 4) ================ - + +--------+----------------------+----------------------------------+ | Name | Size | Contents | +========+======================+==================================+ @@ -141114,11 +141114,11 @@ Full description +--------+----------------------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+----------------------+----------------------------------+ - - + + Nonce_revelation_rewards (tag 5) ================================ - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -141126,11 +141126,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Attesting_rewards (tag 7) ========================= - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -141138,11 +141138,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Baking_rewards (tag 8) ====================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -141150,11 +141150,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Baking_bonuses (tag 9) ====================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -141162,11 +141162,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Storage_fees (tag 11) ===================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -141174,11 +141174,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Double_signing_punishments (tag 12) =================================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -141186,11 +141186,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Lost_attesting_rewards (tag 13) =============================== - + +---------------+----------+-------------------------------------+ | Name | Size | Contents | +===============+==========+=====================================+ @@ -141204,11 +141204,11 @@ Full description +---------------+----------+-------------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +---------------+----------+-------------------------------------+ - - + + Liquidity_baking_subsidies (tag 14) =================================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -141216,11 +141216,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Burned (tag 15) =============== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -141228,11 +141228,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Commitments (tag 16) ==================== - + +-----------+----------+----------------------------------+ | Name | Size | Contents | +===========+==========+==================================+ @@ -141242,11 +141242,11 @@ Full description +-----------+----------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +-----------+----------+----------------------------------+ - - + + Bootstrap (tag 17) ================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -141254,11 +141254,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Invoice (tag 18) ================ - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -141266,11 +141266,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Initial_commitments (tag 19) ============================ - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -141278,11 +141278,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Minted (tag 20) =============== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -141290,11 +141290,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Frozen_bonds (tag 21) ===================== - + +----------+----------+----------------------------------+ | Name | Size | Contents | +==========+==========+==================================+ @@ -141306,11 +141306,11 @@ Full description +----------+----------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +----------+----------+----------------------------------+ - - + + Smart_rollup_refutation_punishments (tag 24) ============================================ - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -141318,11 +141318,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Smart_rollup_refutation_rewards (tag 25) ======================================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -141330,11 +141330,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Unstaked_deposits (tag 26) ========================== - + +--------+----------------------+----------------------------------+ | Name | Size | Contents | +========+======================+==================================+ @@ -141346,11 +141346,11 @@ Full description +--------+----------------------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+----------------------+----------------------------------+ - - + + Staking_delegator_numerator (tag 27) ==================================== - + +-----------+----------+----------------------------------+ | Name | Size | Contents | +===========+==========+==================================+ @@ -141360,11 +141360,11 @@ Full description +-----------+----------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +-----------+----------+----------------------------------+ - - + + Staking_delegate_denominator (tag 28) ===================================== - + +----------+----------+----------------------------------+ | Name | Size | Contents | +==========+==========+==================================+ @@ -141374,11 +141374,11 @@ Full description +----------+----------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +----------+----------+----------------------------------+ - - + + DAL_attesting_rewards (tag 29) ============================== - + +--------+---------+----------------------------------+ | Name | Size | Contents | +========+=========+==================================+ @@ -141386,11 +141386,11 @@ Full description +--------+---------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +--------+---------+----------------------------------+ - - + + Lost_DAL_attesting_rewards (tag 30) =================================== - + +----------+----------+----------------------------------+ | Name | Size | Contents | +==========+==========+==================================+ @@ -141400,54 +141400,54 @@ Full description +----------+----------+----------------------------------+ | change | 8 bytes | signed 64-bit big-endian integer | +----------+----------+----------------------------------+ - - + + X_60 (Determined from data, 8-bit tag) ************************************** - + Block_application (tag 0) ========================= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Protocol_migration (tag 1) ========================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Subsidy (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Simulation (tag 3) ================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Delayed_operation (tag 4) ========================= - + +------------------------+----------+------------------------+ | Name | Size | Contents | +========================+==========+========================+ @@ -141455,11 +141455,11 @@ Full description +------------------------+----------+------------------------+ | delayed_operation_hash | 32 bytes | bytes | +------------------------+----------+------------------------+ - - + + X_58 **** - + +-----------------+----------------------+----------+ | Name | Size | Contents | +=================+======================+==========+ @@ -141467,11 +141467,11 @@ Full description +-----------------+----------------------+----------+ | Unnamed field 1 | Determined from data | $X_60 | +-----------------+----------------------+----------+ - - + + X_61 **** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -141479,14 +141479,14 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.operation_result.zk_rollup_update (Determined from data, 8-bit tag) ************************************************************************************************ - + Applied (tag 0) =============== - + +--------------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+====================================+ @@ -141500,11 +141500,11 @@ Full description +--------------------------------------------------------------------------+----------------------+------------------------------------+ | paid_storage_size_diff | Determined from data | $Z.t | +--------------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -141514,21 +141514,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=====================================+ @@ -141546,14 +141546,14 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | paid_storage_size_diff | Determined from data | $Z.t | +--------------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + 024-PsD5wVTJ.transaction_destination (22 bytes, 8-bit tag) ********************************************************** - + Implicit (tag 0) ================ - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -141561,11 +141561,11 @@ Full description +---------------------------+----------+------------------------+ | Signature.Public_key_hash | 21 bytes | $public_key_hash | +---------------------------+----------+------------------------+ - - + + Originated (tag 1) ================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -141575,11 +141575,11 @@ Full description +---------------+----------+------------------------+ | padding | 1 byte | padding | +---------------+----------+------------------------+ - - + + Smart_rollup (tag 3) ==================== - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -141589,11 +141589,11 @@ Full description +----------------------+----------+------------------------+ | padding | 1 byte | padding | +----------------------+----------+------------------------+ - - + + Zk_rollup (tag 4) ================= - + +----------------+----------+------------------------+ | Name | Size | Contents | +================+==========+========================+ @@ -141603,14 +141603,14 @@ Full description +----------------+----------+------------------------+ | padding | 1 byte | padding | +----------------+----------+------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.internal_operation_result.event (Determined from data, 8-bit tag) ********************************************************************************************** - + Applied (tag 0) =============== - + +-------------------+----------------------+------------------------+ | Name | Size | Contents | +===================+======================+========================+ @@ -141618,11 +141618,11 @@ Full description +-------------------+----------------------+------------------------+ | consumed_milligas | Determined from data | $N.t | +-------------------+----------------------+------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -141632,21 +141632,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==============================+======================+=====================================+ @@ -141658,14 +141658,14 @@ Full description +------------------------------+----------------------+-------------------------------------+ | consumed_milligas | Determined from data | $N.t | +------------------------------+----------------------+-------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.internal_operation_result.delegation (Determined from data, 8-bit tag) *************************************************************************************************** - + Applied (tag 0) =============== - + +--------------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+====================================+ @@ -141677,11 +141677,11 @@ Full description +--------------------------------------------------------------------------+----------------------+------------------------------------+ | balance_updates | Variable | sequence of $X_58 | +--------------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -141691,21 +141691,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=====================================+ @@ -141721,11 +141721,11 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | balance_updates | Variable | sequence of $X_58 | +--------------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + sapling.transaction.ciphertext ****************************** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -141743,11 +141743,11 @@ Full description +-----------------------+----------+------------------------------------+ | nonce_out | 24 bytes | bytes | +-----------------------+----------+------------------------------------+ - - + + X_83 **** - + +-----------------+----------------------+---------------------------------+ | Name | Size | Contents | +=================+======================+=================================+ @@ -141755,11 +141755,11 @@ Full description +-----------------+----------------------+---------------------------------+ | Unnamed field 1 | Determined from data | $sapling.transaction.ciphertext | +-----------------+----------------------+---------------------------------+ - - + + X_82 **** - + +-----------------------------+----------+------------------------------------+ | Name | Size | Contents | +=============================+==========+====================================+ @@ -141771,14 +141771,14 @@ Full description +-----------------------------+----------+------------------------------------+ | nullifiers | Variable | sequence of bytes | +-----------------------------+----------+------------------------------------+ - - + + X_88 (Determined from data, 8-bit tag) ************************************** - + update (tag 0) ============== - + +---------+----------------------+------------------------+ | Name | Size | Contents | +=========+======================+========================+ @@ -141786,21 +141786,21 @@ Full description +---------+----------------------+------------------------+ | updates | Determined from data | $X_82 | +---------+----------------------+------------------------+ - - + + remove (tag 1) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + copy (tag 2) ============ - + +---------+----------------------+------------------------+ | Name | Size | Contents | +=========+======================+========================+ @@ -141810,11 +141810,11 @@ Full description +---------+----------------------+------------------------+ | updates | Determined from data | $X_82 | +---------+----------------------+------------------------+ - - + + alloc (tag 3) ============= - + +-----------+----------------------+------------------------------------+ | Name | Size | Contents | +===========+======================+====================================+ @@ -141824,11 +141824,11 @@ Full description +-----------+----------------------+------------------------------------+ | memo_size | 2 bytes | unsigned 16-bit big-endian integer | +-----------+----------------------+------------------------------------+ - - + + X_89 **** - + +-----------------------------+----------------------+-------------------------------------------------+ | Name | Size | Contents | +=============================+======================+=================================================+ @@ -141840,14 +141840,14 @@ Full description +-----------------------------+----------------------+-------------------------------------------------+ | value | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +-----------------------------+----------------------+-------------------------------------------------+ - - + + X_100 (Determined from data, 8-bit tag) *************************************** - + update (tag 0) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -141857,21 +141857,21 @@ Full description +-----------------------+----------+------------------------------------+ | updates | Variable | sequence of $X_89 | +-----------------------+----------+------------------------------------+ - - + + remove (tag 1) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + copy (tag 2) ============ - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -141883,11 +141883,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | updates | Variable | sequence of $X_89 | +-----------------------+----------------------+------------------------------------+ - - + + alloc (tag 3) ============= - + +-----------------------+----------------------+-------------------------------------------------+ | Name | Size | Contents | +=======================+======================+=================================================+ @@ -141901,14 +141901,14 @@ Full description +-----------------------+----------------------+-------------------------------------------------+ | value_type | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +-----------------------+----------------------+-------------------------------------------------+ - - + + X_101 (Determined from data, 8-bit tag) *************************************** - + big_map (tag 0) =============== - + +------+----------------------+------------------------+ | Name | Size | Contents | +======+======================+========================+ @@ -141918,11 +141918,11 @@ Full description +------+----------------------+------------------------+ | diff | Determined from data | $X_100 | +------+----------------------+------------------------+ - - + + sapling_state (tag 1) ===================== - + +------+----------------------+------------------------+ | Name | Size | Contents | +======+======================+========================+ @@ -141932,11 +141932,11 @@ Full description +------+----------------------+------------------------+ | diff | Determined from data | $X_88 | +------+----------------------+------------------------+ - - + + 024-PsD5wVTJ.lazy_storage_diff ****************************** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -141944,14 +141944,14 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_101 | +-----------------------+----------+------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.internal_operation_result.origination (Determined from data, 8-bit tag) **************************************************************************************************** - + Applied (tag 0) =============== - + +--------------------------------------------------------------------------+----------------------+--------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+==================================================+ @@ -141975,11 +141975,11 @@ Full description +--------------------------------------------------------------------------+----------------------+--------------------------------------------------+ | lazy_storage_diff | Determined from data | $024-PsD5wVTJ.lazy_storage_diff | +--------------------------------------------------------------------------+----------------------+--------------------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -141989,21 +141989,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +--------------------------------------------------------------------------+----------------------+--------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+==================================================+ @@ -142031,11 +142031,11 @@ Full description +--------------------------------------------------------------------------+----------------------+--------------------------------------------------+ | lazy_storage_diff | Determined from data | $024-PsD5wVTJ.lazy_storage_diff | +--------------------------------------------------------------------------+----------------------+--------------------------------------------------+ - - + + X_128 ***** - + +--------------+----------------------+-------------------------------------------------+ | Name | Size | Contents | +==============+======================+=================================================+ @@ -142045,11 +142045,11 @@ Full description +--------------+----------------------+-------------------------------------------------+ | content | Determined from data | $micheline.024-PsD5wVTJ.michelson_v1.expression | +--------------+----------------------+-------------------------------------------------+ - - + + X_131 ***** - + +---------+----------------------+---------------------------------------+ | Name | Size | Contents | +=========+======================+=======================================+ @@ -142057,11 +142057,11 @@ Full description +---------+----------------------+---------------------------------------+ | amount | Determined from data | $Z.t | +---------+----------------------+---------------------------------------+ - - + + X_127 ***** - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -142071,11 +142071,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | updates | Variable | sequence of $X_131 | +-----------------------+----------------------+------------------------------------+ - - + + X_161 ***** - + +---------+----------------------+---------------------------------------+ | Name | Size | Contents | +=========+======================+=======================================+ @@ -142083,14 +142083,14 @@ Full description +---------+----------------------+---------------------------------------+ | index | Determined from data | $Z.t | +---------+----------------------+---------------------------------------+ - - + + X_162 (Determined from data, 8-bit tag) *************************************** - + To_contract (tag 0) =================== - + +--------------------------------------------------------------------------+----------------------+--------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+==================================================+ @@ -142128,11 +142128,11 @@ Full description +--------------------------------------------------------------------------+----------------------+--------------------------------------------------+ | address_registry_diff | Variable | sequence of $X_161 | +--------------------------------------------------------------------------+----------------------+--------------------------------------------------+ - - + + To_smart_rollup (tag 2) ======================= - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -142144,14 +142144,14 @@ Full description +-----------------------+----------------------+------------------------------------+ | ticket_receipt | Variable | sequence of $X_127 | +-----------------------+----------------------+------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.internal_operation_result.transaction (Determined from data, 8-bit tag) **************************************************************************************************** - + Applied (tag 0) =============== - + +-----------------+----------------------+------------------------+ | Name | Size | Contents | +=================+======================+========================+ @@ -142159,11 +142159,11 @@ Full description +-----------------+----------------------+------------------------+ | Unnamed field 0 | Determined from data | $X_162 | +-----------------+----------------------+------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -142173,21 +142173,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==============================+======================+=====================================+ @@ -142199,14 +142199,14 @@ Full description +------------------------------+----------------------+-------------------------------------+ | Unnamed field 0 | Determined from data | $X_162 | +------------------------------+----------------------+-------------------------------------+ - - + + 024-PsD5wVTJ.apply_internal_results.alpha.operation_result (Determined from data, 8-bit tag) ******************************************************************************************** - + transaction (tag 1) =================== - + +----------------------------------+----------------------+---------------------------------------------------------------------+ | Name | Size | Contents | +==================================+======================+=====================================================================+ @@ -142226,11 +142226,11 @@ Full description +----------------------------------+----------------------+---------------------------------------------------------------------+ | result | Determined from data | $024-PsD5wVTJ.operation.alpha.internal_operation_result.transaction | +----------------------------------+----------------------+---------------------------------------------------------------------+ - - + + origination (tag 2) =================== - + +--------------------------------+----------------------+---------------------------------------------------------------------+ | Name | Size | Contents | +================================+======================+=====================================================================+ @@ -142250,11 +142250,11 @@ Full description +--------------------------------+----------------------+---------------------------------------------------------------------+ | result | Determined from data | $024-PsD5wVTJ.operation.alpha.internal_operation_result.origination | +--------------------------------+----------------------+---------------------------------------------------------------------+ - - + + delegation (tag 3) ================== - + +--------------------------------+----------------------+--------------------------------------------------------------------+ | Name | Size | Contents | +================================+======================+====================================================================+ @@ -142270,11 +142270,11 @@ Full description +--------------------------------+----------------------+--------------------------------------------------------------------+ | result | Determined from data | $024-PsD5wVTJ.operation.alpha.internal_operation_result.delegation | +--------------------------------+----------------------+--------------------------------------------------------------------+ - - + + event (tag 4) ============= - + +-------------------------------+----------------------+---------------------------------------------------------------+ | Name | Size | Contents | +===============================+======================+===============================================================+ @@ -142296,11 +142296,11 @@ Full description +-------------------------------+----------------------+---------------------------------------------------------------+ | result | Determined from data | $024-PsD5wVTJ.operation.alpha.internal_operation_result.event | +-------------------------------+----------------------+---------------------------------------------------------------+ - - + + X_57 **** - + +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=========================================================================+ @@ -142314,14 +142314,14 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.operation_result.zk_rollup_publish (Determined from data, 8-bit tag) ************************************************************************************************* - + Applied (tag 0) =============== - + +--------------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+====================================+ @@ -142335,11 +142335,11 @@ Full description +--------------------------------------------------------------------------+----------------------+------------------------------------+ | size | Determined from data | $Z.t | +--------------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -142349,21 +142349,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=====================================+ @@ -142381,11 +142381,11 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | size | Determined from data | $Z.t | +--------------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + X_205 ***** - + +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=========================================================================+ @@ -142399,14 +142399,14 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.operation_result.zk_rollup_origination (Determined from data, 8-bit tag) ***************************************************************************************************** - + Applied (tag 0) =============== - + +--------------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+====================================+ @@ -142422,11 +142422,11 @@ Full description +--------------------------------------------------------------------------+----------------------+------------------------------------+ | size | Determined from data | $Z.t | +--------------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -142436,21 +142436,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=====================================+ @@ -142470,11 +142470,11 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | size | Determined from data | $Z.t | +--------------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + X_350 ***** - + +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=========================================================================+ @@ -142488,14 +142488,14 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + X_498 (54 bytes, 8-bit tag) *************************** - + v0 (tag 0) ========== - + +------------+----------+----------------------------------+ | Name | Size | Contents | +============+==========+==================================+ @@ -142507,14 +142507,14 @@ Full description +------------+----------+----------------------------------+ | commitment | 48 bytes | bytes | +------------+----------+----------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.operation_result.dal_publish_commitment (Determined from data, 8-bit tag) ****************************************************************************************************** - + Applied (tag 0) =============== - + +-------------------+----------------------+------------------------+ | Name | Size | Contents | +===================+======================+========================+ @@ -142524,11 +142524,11 @@ Full description +-------------------+----------------------+------------------------+ | consumed_milligas | Determined from data | $N.t | +-------------------+----------------------+------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -142538,21 +142538,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==============================+======================+=====================================+ @@ -142566,11 +142566,11 @@ Full description +------------------------------+----------------------+-------------------------------------+ | consumed_milligas | Determined from data | $N.t | +------------------------------+----------------------+-------------------------------------+ - - + + X_493 ***** - + +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=========================================================================+ @@ -142584,14 +142584,14 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.operation_result.smart_rollup_recover_bond (Determined from data, 8-bit tag) ********************************************************************************************************* - + Applied (tag 0) =============== - + +--------------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+====================================+ @@ -142603,11 +142603,11 @@ Full description +--------------------------------------------------------------------------+----------------------+------------------------------------+ | consumed_milligas | Determined from data | $N.t | +--------------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -142617,21 +142617,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=====================================+ @@ -142647,11 +142647,11 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | consumed_milligas | Determined from data | $N.t | +--------------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + X_631 ***** - + +--------------------------------------------------------------------------+----------------------+--------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+==========================================================================+ @@ -142665,24 +142665,24 @@ Full description +--------------------------------------------------------------------------+----------------------+--------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+--------------------------------------------------------------------------+ - - + + X_787 (Determined from data, 8-bit tag) *************************************** - + Public (tag 0) ============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Private (tag 1) =============== - + +-----------+----------------------+------------------------+ | Name | Size | Contents | +===========+======================+========================+ @@ -142690,14 +142690,14 @@ Full description +-----------+----------------------+------------------------+ | whitelist | Determined from data | $X_28 | +-----------+----------------------+------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.operation_result.smart_rollup_execute_outbox_message (Determined from data, 8-bit tag) ******************************************************************************************************************* - + Applied (tag 0) =============== - + +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=====================================+ @@ -142719,11 +142719,11 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | paid_storage_size_diff | Determined from data | $Z.t | +--------------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -142733,21 +142733,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=====================================+ @@ -142773,11 +142773,11 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | paid_storage_size_diff | Determined from data | $Z.t | +--------------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + X_773 ***** - + +--------------------------------------------------------------------------+----------------------+------------------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+====================================================================================+ @@ -142791,37 +142791,37 @@ Full description +--------------------------------------------------------------------------+----------------------+------------------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+------------------------------------------------------------------------------------+ - - + + X_935 (1 byte, 8-bit tag) ************************* - + Conflict_resolved (tag 0) ========================= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Timeout (tag 1) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + X_936 (Determined from data, 8-bit tag) *************************************** - + Loser (tag 0) ============= - + +--------+----------+------------------------+ | Name | Size | Contents | +========+==========+========================+ @@ -142831,34 +142831,34 @@ Full description +--------+----------+------------------------+ | player | 21 bytes | $public_key_hash | +--------+----------+------------------------+ - - + + Draw (tag 1) ============ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + X_937 (Determined from data, 8-bit tag) *************************************** - + Ongoing (tag 0) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Ended (tag 1) ============= - + +--------+----------------------+------------------------+ | Name | Size | Contents | +========+======================+========================+ @@ -142866,14 +142866,14 @@ Full description +--------+----------------------+------------------------+ | result | Determined from data | $X_936 | +--------+----------------------+------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.operation_result.smart_rollup_timeout (Determined from data, 8-bit tag) **************************************************************************************************** - + Applied (tag 0) =============== - + +--------------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+====================================+ @@ -142887,11 +142887,11 @@ Full description +--------------------------------------------------------------------------+----------------------+------------------------------------+ | balance_updates | Variable | sequence of $X_58 | +--------------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -142901,21 +142901,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=====================================+ @@ -142933,11 +142933,11 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | balance_updates | Variable | sequence of $X_58 | +--------------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + X_930 ***** - + +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=========================================================================+ @@ -142951,14 +142951,14 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.operation_result.smart_rollup_publish (Determined from data, 8-bit tag) **************************************************************************************************** - + Applied (tag 0) =============== - + +--------------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+====================================+ @@ -142974,11 +142974,11 @@ Full description +--------------------------------------------------------------------------+----------------------+------------------------------------+ | balance_updates | Variable | sequence of $X_58 | +--------------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -142988,21 +142988,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=====================================+ @@ -143022,11 +143022,11 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | balance_updates | Variable | sequence of $X_58 | +--------------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + X_1233 ****** - + +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=========================================================================+ @@ -143040,14 +143040,14 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.operation_result.smart_rollup_cement (Determined from data, 8-bit tag) *************************************************************************************************** - + Applied (tag 0) =============== - + +-------------------+----------------------+----------------------------------+ | Name | Size | Contents | +===================+======================+==================================+ @@ -143059,11 +143059,11 @@ Full description +-------------------+----------------------+----------------------------------+ | commitment_hash | 32 bytes | bytes | +-------------------+----------------------+----------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -143073,21 +143073,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==============================+======================+=====================================+ @@ -143103,11 +143103,11 @@ Full description +------------------------------+----------------------+-------------------------------------+ | commitment_hash | 32 bytes | bytes | +------------------------------+----------------------+-------------------------------------+ - - + + X_1375 ****** - + +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=========================================================================+ @@ -143121,11 +143121,11 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + X_1512 ****** - + +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=========================================================================+ @@ -143139,14 +143139,14 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.operation_result.smart_rollup_originate (Determined from data, 8-bit tag) ****************************************************************************************************** - + Applied (tag 0) =============== - + +--------------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+====================================+ @@ -143164,11 +143164,11 @@ Full description +--------------------------------------------------------------------------+----------------------+------------------------------------+ | size | Determined from data | $Z.t | +--------------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -143178,21 +143178,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=====================================+ @@ -143214,11 +143214,11 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | size | Determined from data | $Z.t | +--------------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + X_1650 ****** - + +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=========================================================================+ @@ -143232,14 +143232,14 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.operation_result.transfer_ticket (Determined from data, 8-bit tag) *********************************************************************************************** - + Applied (tag 0) =============== - + +--------------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+====================================+ @@ -143257,11 +143257,11 @@ Full description +--------------------------------------------------------------------------+----------------------+------------------------------------+ | paid_storage_size_diff | Determined from data | $Z.t | +--------------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -143271,21 +143271,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=====================================+ @@ -143307,11 +143307,11 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | paid_storage_size_diff | Determined from data | $Z.t | +--------------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + X_1792 ****** - + +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=========================================================================+ @@ -143325,14 +143325,14 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.operation_result.update_consensus_key (Determined from data, 8-bit tag) **************************************************************************************************** - + Applied (tag 0) =============== - + +-------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +===================+======================+=====================================+ @@ -143342,11 +143342,11 @@ Full description +-------------------+----------------------+-------------------------------------+ | consumed_milligas | Determined from data | $N.t | +-------------------+----------------------+-------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -143356,21 +143356,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==============================+======================+=====================================+ @@ -143384,11 +143384,11 @@ Full description +------------------------------+----------------------+-------------------------------------+ | consumed_milligas | Determined from data | $N.t | +------------------------------+----------------------+-------------------------------------+ - - + + X_1945 ****** - + +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=========================================================================+ @@ -143402,14 +143402,14 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.operation_result.register_global_constant (Determined from data, 8-bit tag) ******************************************************************************************************** - + Applied (tag 0) =============== - + +--------------------------------------------------------------------------+----------------------+------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+====================================+ @@ -143425,11 +143425,11 @@ Full description +--------------------------------------------------------------------------+----------------------+------------------------------------+ | global_address | 32 bytes | bytes | +--------------------------------------------------------------------------+----------------------+------------------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -143439,21 +143439,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=====================================+ @@ -143473,11 +143473,11 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------+ | global_address | 32 bytes | bytes | +--------------------------------------------------------------------------+----------------------+-------------------------------------+ - - + + X_2496 ****** - + +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=========================================================================+ @@ -143491,11 +143491,11 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + X_2638 ****** - + +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=========================================================================+ @@ -143509,11 +143509,11 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + X_2780 ****** - + +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=========================================================================+ @@ -143527,14 +143527,14 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + X_3003 (Determined from data, 8-bit tag) **************************************** - + To_contract (tag 0) =================== - + +--------------------------------------------------------------------------+----------------------+--------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+==================================================+ @@ -143572,11 +143572,11 @@ Full description +--------------------------------------------------------------------------+----------------------+--------------------------------------------------+ | address_registry_diff | Variable | sequence of $X_161 | +--------------------------------------------------------------------------+----------------------+--------------------------------------------------+ - - + + To_smart_rollup (tag 2) ======================= - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -143588,14 +143588,14 @@ Full description +-----------------------+----------------------+------------------------------------+ | ticket_updates | Variable | sequence of $X_127 | +-----------------------+----------------------+------------------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.operation_result.transaction (Determined from data, 8-bit tag) ******************************************************************************************* - + Applied (tag 0) =============== - + +-----------------+----------------------+------------------------+ | Name | Size | Contents | +=================+======================+========================+ @@ -143603,11 +143603,11 @@ Full description +-----------------+----------------------+------------------------+ | Unnamed field 0 | Determined from data | $X_3003 | +-----------------+----------------------+------------------------+ - - + + Failed (tag 1) ============== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -143617,21 +143617,21 @@ Full description +-----------------------+----------+------------------------------------+ | errors | Variable | sequence of $X_2 | +-----------------------+----------+------------------------------------+ - - + + Skipped (tag 2) =============== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Backtracked (tag 3) =================== - + +------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==============================+======================+=====================================+ @@ -143643,11 +143643,11 @@ Full description +------------------------------+----------------------+-------------------------------------+ | Unnamed field 0 | Determined from data | $X_3003 | +------------------------------+----------------------+-------------------------------------+ - - + + X_2963 ****** - + +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +==========================================================================+======================+=========================================================================+ @@ -143661,11 +143661,11 @@ Full description +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ | internal_operation_results | Variable | sequence of $024-PsD5wVTJ.apply_internal_results.alpha.operation_result | +--------------------------------------------------------------------------+----------------------+-------------------------------------------------------------------------+ - - + + X_3315 ****** - + +-------+---------+-------------------------------------------------------------------------+ | Name | Size | Contents | +=======+=========+=========================================================================+ @@ -143673,11 +143673,11 @@ Full description +-------+---------+-------------------------------------------------------------------------+ | stake | 8 bytes | signed 64-bit big-endian integer | +-------+---------+-------------------------------------------------------------------------+ - - + + X_3314 ****** - + +-----------------+----------+------------------+ | Name | Size | Contents | +=================+==========+==================+ @@ -143687,11 +143687,11 @@ Full description +-----------------+----------+------------------+ | consensus_power | 12 bytes | $X_3315 | +-----------------+----------+------------------+ - - + + X_3310 ****** - + +--------------------------------------------------------------------------+----------+------------------------------------+ | Name | Size | Contents | +==========================================================================+==========+====================================+ @@ -143705,11 +143705,11 @@ Full description +--------------------------------------------------------------------------+----------+------------------------------------+ | total_consensus_power | 12 bytes | $X_3315 | +--------------------------------------------------------------------------+----------+------------------------------------+ - - + + 024-PsD5wVTJ.operation_metadata.alpha.balance_updates ***************************************************** - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -143717,11 +143717,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_58 | +-----------------------+----------+------------------------------------+ - - + + X_3334 ****** - + +--------------------------------------------------------------------------+----------+------------------------------------+ | Name | Size | Contents | +==========================================================================+==========+====================================+ @@ -143735,11 +143735,11 @@ Full description +--------------------------------------------------------------------------+----------+------------------------------------+ | consensus_key | 21 bytes | $public_key_hash | +--------------------------------------------------------------------------+----------+------------------------------------+ - - + + X_3349 ****** - + +--------------------------------------------------------------------------+----------+-------------------------------------+ | Name | Size | Contents | +==========================================================================+==========+=====================================+ @@ -143749,11 +143749,11 @@ Full description +--------------------------------------------------------------------------+----------+-------------------------------------+ | allocated_destination_contract | 1 byte | boolean (0 for false, 255 for true) | +--------------------------------------------------------------------------+----------+-------------------------------------+ - - + + X_3362 (Enumeration: unsigned 8-bit integer): ********************************************* - + +-------------+----------------+ | Case number | Encoded string | +=============+================+ @@ -143763,11 +143763,11 @@ Full description +-------------+----------------+ | 2 | block | +-------------+----------------+ - - + + X_3361 ****** - + +-------+---------+-------------------------------------------------------------+ | Name | Size | Contents | +=======+=========+=============================================================+ @@ -143777,11 +143777,11 @@ Full description +-------+---------+-------------------------------------------------------------+ | kind | 1 byte | unsigned 8-bit integer encoding an enumeration (see X_3362) | +-------+---------+-------------------------------------------------------------+ - - + + X_3360 ****** - + +-------------------+----------+------------------+ | Name | Size | Contents | +===================+==========+==================+ @@ -143791,14 +143791,14 @@ Full description +-------------------+----------+------------------+ | misbehaviour | 9 bytes | $X_3361 | +-------------------+----------+------------------+ - - + + 024-PsD5wVTJ.operation.alpha.operation_contents_and_result (Determined from data, 8-bit tag) ******************************************************************************************** - + Seed_nonce_revelation (tag 1) ============================= - + +----------+----------------------+--------------------------------------------------------+ | Name | Size | Contents | +==========+======================+========================================================+ @@ -143810,11 +143810,11 @@ Full description +----------+----------------------+--------------------------------------------------------+ | metadata | Determined from data | $024-PsD5wVTJ.operation_metadata.alpha.balance_updates | +----------+----------------------+--------------------------------------------------------+ - - + + Double_consensus_operation_evidence (tag 2) =========================================== - + +-----------------------+----------+-------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================+ @@ -143832,11 +143832,11 @@ Full description +-----------------------+----------+-------------------------------------------+ | metadata | 51 bytes | $X_3360 | +-----------------------+----------+-------------------------------------------+ - - + + Double_baking_evidence (tag 3) ============================== - + +-----------------------+----------+----------------------------------------------+ | Name | Size | Contents | +=======================+==========+==============================================+ @@ -143852,11 +143852,11 @@ Full description +-----------------------+----------+----------------------------------------------+ | metadata | 51 bytes | $X_3360 | +-----------------------+----------+----------------------------------------------+ - - + + Activate_account (tag 4) ======================== - + +----------+----------------------+--------------------------------------------------------+ | Name | Size | Contents | +==========+======================+========================================================+ @@ -143868,11 +143868,11 @@ Full description +----------+----------------------+--------------------------------------------------------+ | metadata | Determined from data | $024-PsD5wVTJ.operation_metadata.alpha.balance_updates | +----------+----------------------+--------------------------------------------------------+ - - + + Proposals (tag 5) ================= - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -143886,11 +143886,11 @@ Full description +-----------------------+----------+------------------------------------+ | proposals | Variable | sequence of at most 20 bytes | +-----------------------+----------+------------------------------------+ - - + + Ballot (tag 6) ============== - + +----------+----------+----------------------------------+ | Name | Size | Contents | +==========+==========+==================================+ @@ -143904,11 +143904,11 @@ Full description +----------+----------+----------------------------------+ | ballot | 1 byte | signed 8-bit integer | +----------+----------+----------------------------------+ - - + + Vdf_revelation (tag 8) ====================== - + +----------+----------------------+--------------------------------------------------------+ | Name | Size | Contents | +==========+======================+========================================================+ @@ -143918,11 +143918,11 @@ Full description +----------+----------------------+--------------------------------------------------------+ | metadata | Determined from data | $024-PsD5wVTJ.operation_metadata.alpha.balance_updates | +----------+----------------------+--------------------------------------------------------+ - - + + Drain_delegate (tag 9) ====================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -143936,11 +143936,11 @@ Full description +---------------+----------------------+------------------------+ | metadata | Determined from data | $X_3349 | +---------------+----------------------+------------------------+ - - + + Preattestation (tag 20) ======================= - + +--------------------+----------------------+------------------------------------+ | Name | Size | Contents | +====================+======================+====================================+ @@ -143956,11 +143956,11 @@ Full description +--------------------+----------------------+------------------------------------+ | metadata | Determined from data | $X_3334 | +--------------------+----------------------+------------------------------------+ - - + + Attestation (tag 21) ==================== - + +--------------------+----------------------+------------------------------------+ | Name | Size | Contents | +====================+======================+====================================+ @@ -143976,11 +143976,11 @@ Full description +--------------------+----------------------+------------------------------------+ | metadata | Determined from data | $X_3334 | +--------------------+----------------------+------------------------------------+ - - + + Attestation_with_dal (tag 23) ============================= - + +--------------------+----------------------+------------------------------------+ | Name | Size | Contents | +====================+======================+====================================+ @@ -143998,11 +143998,11 @@ Full description +--------------------+----------------------+------------------------------------+ | metadata | Determined from data | $X_3334 | +--------------------+----------------------+------------------------------------+ - - + + Dal_entrapment_evidence (tag 24) ================================ - + +-----------------------+----------------------+--------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+========================================================+ @@ -144020,11 +144020,11 @@ Full description +-----------------------+----------------------+--------------------------------------------------------+ | metadata | Determined from data | $024-PsD5wVTJ.operation_metadata.alpha.balance_updates | +-----------------------+----------------------+--------------------------------------------------------+ - - + + Preattestations_aggregate (tag 30) ================================== - + +-----------------------+----------------------+------------------------------------------------+ | Name | Size | Contents | +=======================+======================+================================================+ @@ -144038,11 +144038,11 @@ Full description +-----------------------+----------------------+------------------------------------------------+ | metadata | Determined from data | $X_3310 | +-----------------------+----------------------+------------------------------------------------+ - - + + Attestations_aggregate (tag 31) =============================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -144056,11 +144056,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | metadata | Determined from data | $X_3310 | +-----------------------+----------------------+------------------------------------+ - - + + Reveal (tag 107) ================ - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -144084,11 +144084,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | metadata | Determined from data | $X_1512 | +-----------------------------+----------------------+-------------------------------------+ - - + + Transaction (tag 108) ===================== - + +----------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==================================+======================+=====================================+ @@ -144114,11 +144114,11 @@ Full description +----------------------------------+----------------------+-------------------------------------+ | metadata | Determined from data | $X_2963 | +----------------------------------+----------------------+-------------------------------------+ - - + + Origination (tag 109) ===================== - + +--------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +================================+======================+=====================================+ @@ -144144,11 +144144,11 @@ Full description +--------------------------------+----------------------+-------------------------------------+ | metadata | Determined from data | $X_2780 | +--------------------------------+----------------------+-------------------------------------+ - - + + Delegation (tag 110) ==================== - + +--------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +================================+======================+=====================================+ @@ -144170,11 +144170,11 @@ Full description +--------------------------------+----------------------+-------------------------------------+ | metadata | Determined from data | $X_2638 | +--------------------------------+----------------------+-------------------------------------+ - - + + Register_global_constant (tag 111) ================================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -144196,11 +144196,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | metadata | Determined from data | $X_2496 | +-----------------------+----------------------+------------------------------------+ - - + + Set_deposits_limit (tag 112) ============================ - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -144222,11 +144222,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | metadata | Determined from data | $X_1512 | +-----------------------------+----------------------+-------------------------------------+ - - + + Increase_paid_storage (tag 113) =============================== - + +---------------+----------------------+--------------------------------------+ | Name | Size | Contents | +===============+======================+======================================+ @@ -144248,11 +144248,11 @@ Full description +---------------+----------------------+--------------------------------------+ | metadata | Determined from data | $X_631 | +---------------+----------------------+--------------------------------------+ - - + + Update_consensus_key (tag 114) ============================== - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -144276,11 +144276,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | metadata | Determined from data | $X_1945 | +-----------------------------+----------------------+-------------------------------------+ - - + + Update_companion_key (tag 115) ============================== - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -144304,11 +144304,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | metadata | Determined from data | $X_1945 | +-----------------------------+----------------------+-------------------------------------+ - - + + Transfer_ticket (tag 158) ========================= - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -144344,11 +144344,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | metadata | Determined from data | $X_1792 | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_originate (tag 200) ================================ - + +---------------------------------+----------------------+-----------------------------------------------------------+ | Name | Size | Contents | +=================================+======================+===========================================================+ @@ -144380,11 +144380,11 @@ Full description +---------------------------------+----------------------+-----------------------------------------------------------+ | metadata | Determined from data | $X_1650 | +---------------------------------+----------------------+-----------------------------------------------------------+ - - + + Smart_rollup_add_messages (tag 201) =================================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -144406,11 +144406,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | metadata | Determined from data | $X_1512 | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_cement (tag 202) ============================= - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -144430,11 +144430,11 @@ Full description +---------------+----------------------+------------------------+ | metadata | Determined from data | $X_1375 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_publish (tag 203) ============================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -144456,11 +144456,11 @@ Full description +---------------+----------------------+------------------------+ | metadata | Determined from data | $X_1233 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_refute (tag 204) ============================= - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -144484,11 +144484,11 @@ Full description +---------------+----------------------+------------------------+ | metadata | Determined from data | $X_930 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_timeout (tag 205) ============================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -144510,11 +144510,11 @@ Full description +---------------+----------------------+------------------------+ | metadata | Determined from data | $X_930 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_execute_outbox_message (tag 206) ============================================= - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -144540,11 +144540,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | metadata | Determined from data | $X_773 | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_recover_bond (tag 207) =================================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -144566,11 +144566,11 @@ Full description +---------------+----------------------+------------------------+ | metadata | Determined from data | $X_631 | +---------------+----------------------+------------------------+ - - + + Dal_publish_commitment (tag 230) ================================ - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -144590,11 +144590,11 @@ Full description +---------------+----------------------+------------------------+ | metadata | Determined from data | $X_493 | +---------------+----------------------+------------------------+ - - + + Zk_rollup_origination (tag 250) =============================== - + +-----------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+=========================================================================+ @@ -144626,11 +144626,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------+ | metadata | Determined from data | $X_350 | +-----------------------+----------------------+-------------------------------------------------------------------------+ - - + + Zk_rollup_publish (tag 251) =========================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -144654,11 +144654,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | metadata | Determined from data | $X_205 | +-----------------------+----------------------+------------------------------------+ - - + + Zk_rollup_update (tag 252) ========================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -144680,14 +144680,14 @@ Full description +---------------+----------------------+------------------------+ | metadata | Determined from data | $X_57 | +---------------+----------------------+------------------------+ - - + + X_3375 (Variable, 8-bit tag) **************************** - + Operation_with_metadata (tag 0) =============================== - + +-----------------------+----------+-------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+==========+=========================================================================+ @@ -144699,11 +144699,11 @@ Full description +-----------------------+----------+-------------------------------------------------------------------------+ | signature | Variable | bytes | +-----------------------+----------+-------------------------------------------------------------------------+ - - + + Operation_without_metadata (tag 1) ================================== - + +-----------------------+----------+----------------------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================================+ @@ -144715,14 +144715,14 @@ Full description +-----------------------+----------+----------------------------------------------------+ | signature | Variable | bytes | +-----------------------+----------+----------------------------------------------------+ - - + + bls_signature_prefix (33 bytes, 8-bit tag) ****************************************** - + Bls_prefix (tag 3) ================== - + +-----------------+----------+------------------------+ | Name | Size | Contents | +=================+==========+========================+ @@ -144730,14 +144730,14 @@ Full description +-----------------+----------+------------------------+ | Unnamed field 0 | 32 bytes | bytes | +-----------------+----------+------------------------+ - - + + 024-PsD5wVTJ.operation.alpha.contents_or_signature_prefix (Determined from data, 8-bit tag) ******************************************************************************************* - + Seed_nonce_revelation (tag 1) ============================= - + +-------+----------+----------------------------------+ | Name | Size | Contents | +=======+==========+==================================+ @@ -144747,11 +144747,11 @@ Full description +-------+----------+----------------------------------+ | nonce | 32 bytes | bytes | +-------+----------+----------------------------------+ - - + + Double_consensus_operation_evidence (tag 2) =========================================== - + +-----------------------+----------+-------------------------------------------+ | Name | Size | Contents | +=======================+==========+===========================================+ @@ -144767,11 +144767,11 @@ Full description +-----------------------+----------+-------------------------------------------+ | op2 | Variable | $024-PsD5wVTJ.inlined.consensus_operation | +-----------------------+----------+-------------------------------------------+ - - + + Double_baking_evidence (tag 3) ============================== - + +-----------------------+----------+----------------------------------------------+ | Name | Size | Contents | +=======================+==========+==============================================+ @@ -144785,11 +144785,11 @@ Full description +-----------------------+----------+----------------------------------------------+ | bh2 | Variable | $024-PsD5wVTJ.block_header.alpha.full_header | +-----------------------+----------+----------------------------------------------+ - - + + Activate_account (tag 4) ======================== - + +--------+----------+------------------------+ | Name | Size | Contents | +========+==========+========================+ @@ -144799,11 +144799,11 @@ Full description +--------+----------+------------------------+ | secret | 20 bytes | bytes | +--------+----------+------------------------+ - - + + Proposals (tag 5) ================= - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -144817,11 +144817,11 @@ Full description +-----------------------+----------+------------------------------------+ | proposals | Variable | sequence of at most 20 bytes | +-----------------------+----------+------------------------------------+ - - + + Ballot (tag 6) ============== - + +----------+----------+----------------------------------+ | Name | Size | Contents | +==========+==========+==================================+ @@ -144835,11 +144835,11 @@ Full description +----------+----------+----------------------------------+ | ballot | 1 byte | signed 8-bit integer | +----------+----------+----------------------------------+ - - + + Vdf_revelation (tag 8) ====================== - + +----------+-----------+------------------------+ | Name | Size | Contents | +==========+===========+========================+ @@ -144847,11 +144847,11 @@ Full description +----------+-----------+------------------------+ | solution | 200 bytes | $X_42 | +----------+-----------+------------------------+ - - + + Drain_delegate (tag 9) ====================== - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -144863,11 +144863,11 @@ Full description +---------------+----------+------------------------+ | destination | 21 bytes | $public_key_hash | +---------------+----------+------------------------+ - - + + Failing_noop (tag 17) ===================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -144877,11 +144877,11 @@ Full description +-----------------------+----------+------------------------------------+ | arbitrary | Variable | bytes | +-----------------------+----------+------------------------------------+ - - + + Preattestation (tag 20) ======================= - + +--------------------+----------+------------------------------------+ | Name | Size | Contents | +====================+==========+====================================+ @@ -144895,11 +144895,11 @@ Full description +--------------------+----------+------------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+------------------------------------+ - - + + Attestation (tag 21) ==================== - + +--------------------+----------+------------------------------------+ | Name | Size | Contents | +====================+==========+====================================+ @@ -144913,11 +144913,11 @@ Full description +--------------------+----------+------------------------------------+ | block_payload_hash | 32 bytes | bytes | +--------------------+----------+------------------------------------+ - - + + Attestation_with_dal (tag 23) ============================= - + +--------------------+----------------------+------------------------------------+ | Name | Size | Contents | +====================+======================+====================================+ @@ -144933,11 +144933,11 @@ Full description +--------------------+----------------------+------------------------------------+ | dal_attestation | Determined from data | $Z.t | +--------------------+----------------------+------------------------------------+ - - + + Dal_entrapment_evidence (tag 24) ================================ - + +-----------------------+----------------------+-------------------------------------------+ | Name | Size | Contents | +=======================+======================+===========================================+ @@ -144953,11 +144953,11 @@ Full description +-----------------------+----------------------+-------------------------------------------+ | shard_with_proof | Determined from data | $X_39 | +-----------------------+----------------------+-------------------------------------------+ - - + + Preattestations_aggregate (tag 30) ================================== - + +-----------------------+----------+------------------------------------------------+ | Name | Size | Contents | +=======================+==========+================================================+ @@ -144969,11 +144969,11 @@ Full description +-----------------------+----------+------------------------------------------------+ | committee | Variable | sequence of unsigned 16-bit big-endian integer | +-----------------------+----------+------------------------------------------------+ - - + + Attestations_aggregate (tag 31) =============================== - + +-----------------------+----------+------------------------------------+ | Name | Size | Contents | +=======================+==========+====================================+ @@ -144985,11 +144985,11 @@ Full description +-----------------------+----------+------------------------------------+ | committee | Variable | sequence of $X_34 | +-----------------------+----------+------------------------------------+ - - + + Reveal (tag 107) ================ - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -145011,11 +145011,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | proof | Determined from data | $X_29 | +-----------------------------+----------------------+-------------------------------------+ - - + + Transaction (tag 108) ===================== - + +----------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +==================================+======================+=====================================+ @@ -145039,11 +145039,11 @@ Full description +----------------------------------+----------------------+-------------------------------------+ | parameters | Determined from data | $X_31 | +----------------------------------+----------------------+-------------------------------------+ - - + + Origination (tag 109) ===================== - + +--------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +================================+======================+=====================================+ @@ -145067,11 +145067,11 @@ Full description +--------------------------------+----------------------+-------------------------------------+ | script | Determined from data | $024-PsD5wVTJ.scripted.contracts | +--------------------------------+----------------------+-------------------------------------+ - - + + Delegation (tag 110) ==================== - + +--------------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +================================+======================+=====================================+ @@ -145091,11 +145091,11 @@ Full description +--------------------------------+----------------------+-------------------------------------+ | delegate | 21 bytes | $public_key_hash | +--------------------------------+----------------------+-------------------------------------+ - - + + Register_global_constant (tag 111) ================================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -145115,11 +145115,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | value | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + Set_deposits_limit (tag 112) ============================ - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -145139,11 +145139,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | limit | Determined from data | $N.t | +-----------------------------+----------------------+-------------------------------------+ - - + + Increase_paid_storage (tag 113) =============================== - + +---------------+----------------------+--------------------------------------+ | Name | Size | Contents | +===============+======================+======================================+ @@ -145163,11 +145163,11 @@ Full description +---------------+----------------------+--------------------------------------+ | destination | 22 bytes | $024-PsD5wVTJ.contract_id.originated | +---------------+----------------------+--------------------------------------+ - - + + Update_consensus_key (tag 114) ============================== - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -145189,11 +145189,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | proof | Determined from data | $X_29 | +-----------------------------+----------------------+-------------------------------------+ - - + + Update_companion_key (tag 115) ============================== - + +-----------------------------+----------------------+-------------------------------------+ | Name | Size | Contents | +=============================+======================+=====================================+ @@ -145215,11 +145215,11 @@ Full description +-----------------------------+----------------------+-------------------------------------+ | proof | Determined from data | $X_29 | +-----------------------------+----------------------+-------------------------------------+ - - + + Transfer_ticket (tag 158) ========================= - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -145253,11 +145253,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | entrypoint | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_originate (tag 200) ================================ - + +---------------------------------+----------------------+-----------------------------------------------------------+ | Name | Size | Contents | +=================================+======================+===========================================================+ @@ -145287,11 +145287,11 @@ Full description +---------------------------------+----------------------+-----------------------------------------------------------+ | whitelist | Determined from data | $X_28 | +---------------------------------+----------------------+-----------------------------------------------------------+ - - + + Smart_rollup_add_messages (tag 201) =================================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -145311,11 +145311,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | message | Variable | sequence of $X_2 | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_cement (tag 202) ============================= - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -145333,11 +145333,11 @@ Full description +---------------+----------------------+------------------------+ | rollup | 20 bytes | bytes | +---------------+----------------------+------------------------+ - - + + Smart_rollup_publish (tag 203) ============================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -145357,11 +145357,11 @@ Full description +---------------+----------------------+------------------------+ | commitment | 76 bytes | $X_25 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_refute (tag 204) ============================= - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -145383,11 +145383,11 @@ Full description +---------------+----------------------+------------------------+ | refutation | Determined from data | $X_24 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_timeout (tag 205) ============================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -145407,11 +145407,11 @@ Full description +---------------+----------------------+------------------------+ | stakers | 42 bytes | $X_18 | +---------------+----------------------+------------------------+ - - + + Smart_rollup_execute_outbox_message (tag 206) ============================================= - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -145435,11 +145435,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | output_proof | Variable | bytes | +-----------------------+----------------------+------------------------------------+ - - + + Smart_rollup_recover_bond (tag 207) =================================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -145459,11 +145459,11 @@ Full description +---------------+----------------------+------------------------+ | staker | 21 bytes | $public_key_hash | +---------------+----------------------+------------------------+ - - + + Dal_publish_commitment (tag 230) ================================ - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -145481,11 +145481,11 @@ Full description +---------------+----------------------+------------------------+ | slot_header | 145 bytes | $X_17 | +---------------+----------------------+------------------------+ - - + + Zk_rollup_origination (tag 250) =============================== - + +-----------------------+----------------------+-------------------------------------------------------------------------+ | Name | Size | Contents | +=======================+======================+=========================================================================+ @@ -145515,11 +145515,11 @@ Full description +-----------------------+----------------------+-------------------------------------------------------------------------+ | nb_ops | 4 bytes | signed 31-bit big-endian integer in the range -1073741824 to 1073741823 | +-----------------------+----------------------+-------------------------------------------------------------------------+ - - + + Zk_rollup_publish (tag 251) =========================== - + +-----------------------+----------------------+------------------------------------+ | Name | Size | Contents | +=======================+======================+====================================+ @@ -145541,11 +145541,11 @@ Full description +-----------------------+----------------------+------------------------------------+ | op | Variable | sequence of $X_8 | +-----------------------+----------------------+------------------------------------+ - - + + Zk_rollup_update (tag 252) ========================== - + +---------------+----------------------+------------------------+ | Name | Size | Contents | +===============+======================+========================+ @@ -145565,11 +145565,11 @@ Full description +---------------+----------------------+------------------------+ | update | Determined from data | $X_0 | +---------------+----------------------+------------------------+ - - + + Signature_prefix (tag 255) ========================== - + +------------------+----------+------------------------+ | Name | Size | Contents | +==================+==========+========================+ @@ -145577,14 +145577,14 @@ Full description +------------------+----------+------------------------+ | signature_prefix | 33 bytes | $bls_signature_prefix | +------------------+----------+------------------------+ - - + + X_3474 (Variable, 8-bit tag) **************************** - + Operation with too large metadata (tag 0) ========================================= - + +-------------------------------+----------+------------------------------------------------------------------------+ | Name | Size | Contents | +===============================+==========+========================================================================+ @@ -145594,11 +145594,11 @@ Full description +-------------------------------+----------+------------------------------------------------------------------------+ | signature_suffix | 64 bytes | bytes | +-------------------------------+----------+------------------------------------------------------------------------+ - - + + Operation without metadata (tag 1) ================================== - + +-------------------------------+----------+------------------------------------------------------------------------+ | Name | Size | Contents | +===============================+==========+========================================================================+ @@ -145608,11 +145608,11 @@ Full description +-------------------------------+----------+------------------------------------------------------------------------+ | signature_suffix | 64 bytes | bytes | +-------------------------------+----------+------------------------------------------------------------------------+ - - + + Operation with metadata (tag 2) =============================== - + +-----------------+----------+------------------------+ | Name | Size | Contents | +=================+==========+========================+ @@ -145620,10 +145620,10 @@ Full description +-----------------+----------+------------------------+ | Unnamed field 0 | Variable | $X_3375 | +-----------------+----------+------------------------+ - +
- + .. _GET_..--block_id--operations_metadata_hash : @@ -145631,7 +145631,7 @@ Full description **GET ..//operations_metadata_hash** .. raw:: html - +
@@ -145656,11 +145656,11 @@ Full description +===================================+==========+==========+ | Operation_metadata_list_list_hash | 32 bytes | bytes | +-----------------------------------+----------+----------+ - - + +
- + .. _GET_..--block_id--protocols : @@ -145668,7 +145668,7 @@ Full description **GET ..//protocols** .. raw:: html - +
@@ -145698,11 +145698,11 @@ Full description +---------------+----------+----------+ | next_protocol | 32 bytes | bytes | +---------------+----------+----------+ - - + +
- + .. _GET_..--block_id--resulting_context_hash : @@ -145710,7 +145710,7 @@ Full description **GET ..//resulting_context_hash** .. raw:: html - +
@@ -145735,11 +145735,11 @@ Full description +==============+==========+==========+ | Context_hash | 32 bytes | bytes | +--------------+----------+----------+ - - + +
- + .. _GET_..--block_id--votes--ballot_list : @@ -145747,7 +145747,7 @@ Full description **GET ..//votes/ballot_list** .. raw:: html - +
@@ -145778,14 +145778,14 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_0 | +-----------------------+----------+------------------------------------+ - - + + public_key_hash (21 bytes, 8-bit tag) ************************************* - + Ed25519 (tag 0) =============== - + +-------------------------+----------+------------------------+ | Name | Size | Contents | +=========================+==========+========================+ @@ -145793,11 +145793,11 @@ Full description +-------------------------+----------+------------------------+ | Ed25519.Public_key_hash | 20 bytes | bytes | +-------------------------+----------+------------------------+ - - + + Secp256k1 (tag 1) ================= - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -145805,11 +145805,11 @@ Full description +---------------------------+----------+------------------------+ | Secp256k1.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + P256 (tag 2) ============ - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -145817,11 +145817,11 @@ Full description +----------------------+----------+------------------------+ | P256.Public_key_hash | 20 bytes | bytes | +----------------------+----------+------------------------+ - - + + Bls (tag 3) =========== - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -145829,11 +145829,11 @@ Full description +---------------------------+----------+------------------------+ | Bls12_381.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + X_0 *** - + +--------+----------+----------------------+ | Name | Size | Contents | +========+==========+======================+ @@ -145841,10 +145841,10 @@ Full description +--------+----------+----------------------+ | ballot | 1 byte | signed 8-bit integer | +--------+----------+----------------------+ - +
- + .. _GET_..--block_id--votes--ballots : @@ -145852,7 +145852,7 @@ Full description **GET ..//votes/ballots** .. raw:: html - +
@@ -145881,11 +145881,11 @@ Full description +------+---------+----------------------------------+ | pass | 8 bytes | signed 64-bit big-endian integer | +------+---------+----------------------------------+ - - + +
- + .. _GET_..--block_id--votes--current_period : @@ -145893,7 +145893,7 @@ Full description **GET ..//votes/current_period** .. raw:: html - +
@@ -145938,64 +145938,64 @@ Full description +---------------+---------+----------------------------------+ | remaining | 4 bytes | signed 32-bit big-endian integer | +---------------+---------+----------------------------------+ - - + + X_1 (1 byte, 8-bit tag) *********************** - + Proposal (tag 0) ================ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + exploration (tag 1) =================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Cooldown (tag 2) ================ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Promotion (tag 3) ================= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Adoption (tag 4) ================ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + X_0 *** - + +----------------+---------+----------------------------------+ | Name | Size | Contents | +================+=========+==================================+ @@ -146005,10 +146005,10 @@ Full description +----------------+---------+----------------------------------+ | start_position | 4 bytes | signed 32-bit big-endian integer | +----------------+---------+----------------------------------+ - +
- + .. _GET_..--block_id--votes--current_proposal : @@ -146016,7 +146016,7 @@ Full description **GET ..//votes/current_proposal** .. raw:: html - +
@@ -146043,24 +146043,24 @@ Full description +=================+======================+==========+ | Unnamed field 0 | Determined from data | $X_0 | +-----------------+----------------------+----------+ - - + + X_0 (Determined from data, 8-bit tag) ************************************* - + None (tag 0) ============ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Some (tag 1) ============ - + +---------------+----------+------------------------+ | Name | Size | Contents | +===============+==========+========================+ @@ -146068,10 +146068,10 @@ Full description +---------------+----------+------------------------+ | Protocol_hash | 32 bytes | bytes | +---------------+----------+------------------------+ - +
- + .. _GET_..--block_id--votes--current_quorum : @@ -146079,7 +146079,7 @@ Full description **GET ..//votes/current_quorum** .. raw:: html - +
@@ -146098,11 +146098,11 @@ Full description +=================+=========+==================================+ | Unnamed field 0 | 4 bytes | signed 32-bit big-endian integer | +-----------------+---------+----------------------------------+ - - + +
- + .. _GET_..--block_id--votes--listings : @@ -146110,7 +146110,7 @@ Full description **GET ..//votes/listings** .. raw:: html - +
@@ -146145,14 +146145,14 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_0 | +-----------------------+----------+------------------------------------+ - - + + public_key_hash (21 bytes, 8-bit tag) ************************************* - + Ed25519 (tag 0) =============== - + +-------------------------+----------+------------------------+ | Name | Size | Contents | +=========================+==========+========================+ @@ -146160,11 +146160,11 @@ Full description +-------------------------+----------+------------------------+ | Ed25519.Public_key_hash | 20 bytes | bytes | +-------------------------+----------+------------------------+ - - + + Secp256k1 (tag 1) ================= - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -146172,11 +146172,11 @@ Full description +---------------------------+----------+------------------------+ | Secp256k1.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + P256 (tag 2) ============ - + +----------------------+----------+------------------------+ | Name | Size | Contents | +======================+==========+========================+ @@ -146184,11 +146184,11 @@ Full description +----------------------+----------+------------------------+ | P256.Public_key_hash | 20 bytes | bytes | +----------------------+----------+------------------------+ - - + + Bls (tag 3) =========== - + +---------------------------+----------+------------------------+ | Name | Size | Contents | +===========================+==========+========================+ @@ -146196,11 +146196,11 @@ Full description +---------------------------+----------+------------------------+ | Bls12_381.Public_key_hash | 20 bytes | bytes | +---------------------------+----------+------------------------+ - - + + X_0 *** - + +--------------+----------+----------------------------------+ | Name | Size | Contents | +==============+==========+==================================+ @@ -146208,10 +146208,10 @@ Full description +--------------+----------+----------------------------------+ | voting_power | 8 bytes | signed 64-bit big-endian integer | +--------------+----------+----------------------------------+ - +
- + .. _GET_..--block_id--votes--proposal_count--pkh : @@ -146219,7 +146219,7 @@ Full description **GET ..//votes/proposal_count/** .. raw:: html - +
@@ -146238,11 +146238,11 @@ Full description +=================+=========+=========================================================================+ | Unnamed field 0 | 4 bytes | signed 31-bit big-endian integer in the range -1073741824 to 1073741823 | +-----------------+---------+-------------------------------------------------------------------------+ - - + +
- + .. _GET_..--block_id--votes--proposals : @@ -146250,7 +146250,7 @@ Full description **GET ..//votes/proposals** .. raw:: html - +
@@ -146283,11 +146283,11 @@ Full description +-----------------------+----------+------------------------------------+ | Unnamed field 0 | Variable | sequence of $X_0 | +-----------------------+----------+------------------------------------+ - - + + X_0 *** - + +-----------------+----------+----------------------------------+ | Name | Size | Contents | +=================+==========+==================================+ @@ -146295,10 +146295,10 @@ Full description +-----------------+----------+----------------------------------+ | Unnamed field 1 | 8 bytes | signed 64-bit big-endian integer | +-----------------+----------+----------------------------------+ - +
- + .. _GET_..--block_id--votes--successor_period : @@ -146306,7 +146306,7 @@ Full description **GET ..//votes/successor_period** .. raw:: html - +
@@ -146351,64 +146351,64 @@ Full description +---------------+---------+----------------------------------+ | remaining | 4 bytes | signed 32-bit big-endian integer | +---------------+---------+----------------------------------+ - - + + X_1 (1 byte, 8-bit tag) *********************** - + Proposal (tag 0) ================ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + exploration (tag 1) =================== - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Cooldown (tag 2) ================ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Promotion (tag 3) ================= - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + Adoption (tag 4) ================ - + +------+--------+------------------------+ | Name | Size | Contents | +======+========+========================+ | Tag | 1 byte | unsigned 8-bit integer | +------+--------+------------------------+ - - + + X_0 *** - + +----------------+---------+----------------------------------+ | Name | Size | Contents | +================+=========+==================================+ @@ -146418,10 +146418,10 @@ Full description +----------------+---------+----------------------------------+ | start_position | 4 bytes | signed 32-bit big-endian integer | +----------------+---------+----------------------------------+ - +
- + .. _GET_..--block_id--votes--total_voting_power : @@ -146429,7 +146429,7 @@ Full description **GET ..//votes/total_voting_power** .. raw:: html - +
@@ -146450,11 +146450,7 @@ Full description +=================+=========+==================================+ | Unnamed field 0 | 8 bytes | signed 64-bit big-endian integer | +-----------------+---------+----------------------------------+ - - - -
- - + +
diff --git a/src/proto_024_PsD5wVTJ/lib_plugin/RPC.ml b/src/proto_024_PsD5wVTJ/lib_plugin/RPC.ml index c8f503db5eab..3ae2512da712 100644 --- a/src/proto_024_PsD5wVTJ/lib_plugin/RPC.ml +++ b/src/proto_024_PsD5wVTJ/lib_plugin/RPC.ml @@ -4252,7 +4252,9 @@ module S = struct let stake_info = RPC_service.get_service - ~description:"Returns the stake info." + ~description: + "Returns the baking power distribution for all the active delegates at \ + the current cycle" ~query:RPC_query.empty ~output: Data_encoding.(tup2 int64 (list (tup2 Consensus_key.encoding int64))) -- GitLab From 39e32ff50ed3d3e73ba534316cb65e898e69c653 Mon Sep 17 00:00:00 2001 From: Nic Volanschi Date: Fri, 7 Nov 2025 15:04:13 +0100 Subject: [PATCH 6/6] doc: capitalize Layer 1/2 --- docs/alpha/glossary.rst | 8 ++++---- docs/alpha/smart_rollups.rst | 2 +- docs/developer/merkle-proof-encoding-formats.rst | 4 ++-- docs/introduction/deprecated.rst | 2 +- docs/introduction/howtorun.rst | 2 +- docs/seoul/glossary.rst | 8 ++++---- docs/seoul/smart_rollups.rst | 2 +- docs/shell/dal_node.rst | 2 +- docs/shell/dal_run.rst | 6 +++--- docs/t024/glossary.rst | 8 ++++---- docs/t024/smart_rollups.rst | 2 +- docs/user/routing.rst | 2 +- 12 files changed, 24 insertions(+), 24 deletions(-) diff --git a/docs/alpha/glossary.rst b/docs/alpha/glossary.rst index d06fe76dbc16..d8658371c344 100644 --- a/docs/alpha/glossary.rst +++ b/docs/alpha/glossary.rst @@ -69,8 +69,8 @@ _`Metadata` _`Node` A peer in a Tezos P2P network. - The term "node" can refer to a few different kinds of nodes, including Tezos layer 1 nodes, `DAL node`_\ s, and `Smart Rollup`_ nodes. - The context should help to disambiguate between these, but in most cases, the term "node" refers to a layer 1 node. + The term "node" can refer to a few different kinds of nodes, including Tezos Layer 1 nodes, `DAL node`_\ s, and `Smart Rollup`_ nodes. + The context should help to disambiguate between these, but in most cases, the term "node" refers to a Layer 1 node. Layer 1 nodes maintain a local state and propagates block_\ s and operation_\ s. _`Operation` @@ -276,7 +276,7 @@ _`Layer 1` _`Layer 2` Layer 2 (L2) includes sidechains, rollups, payment channels, etc. that batch their transactions and - write to the `Layer 1`_ chain. By processing transactions on layer 2 networks, + write to the `Layer 1`_ chain. By processing transactions on Layer 2 networks, greater scalability in speed and throughput can be achieved by the ecosystem overall, since the number of transactions the Layer 1 can process directly is limited. By cementing transactions from a L2 to L1, the security of the L1 chain backs those operations. Currently, Layer 2 solutions on Tezos are built as `smart rollup`_\ s. @@ -306,7 +306,7 @@ _`Origination` is, to deploy -- a `smart contract`_ on the Tezos blockchain. _`Page` - A portion of the raw (unexpanded) data in a `DAL slot`_ of a fixed size that is small enough to fit in a layer 1 operation. + A portion of the raw (unexpanded) data in a `DAL slot`_ of a fixed size that is small enough to fit in a Layer 1 operation. The DAL splits the raw data in each slot into pages that can be requested individually so that for example refutation games can run properly. _`PVM` diff --git a/docs/alpha/smart_rollups.rst b/docs/alpha/smart_rollups.rst index 29c9f79ba9d4..9e38194a01f9 100644 --- a/docs/alpha/smart_rollups.rst +++ b/docs/alpha/smart_rollups.rst @@ -387,7 +387,7 @@ The whitelist is optionally defined at origination. The rollup is considered public if no white-list is defined, private otherwise. The whitelist can be updated with a specific outbox message. This message contains an optional list, the new list completely replaces the stored -whitelist in layer 1. If the message contains no list, then the +whitelist in Layer 1. If the message contains no list, then the rollup becomes public. In turn, it is forbidden to make a public rollup private by sending an outbox message with a non-empty whitelist. diff --git a/docs/developer/merkle-proof-encoding-formats.rst b/docs/developer/merkle-proof-encoding-formats.rst index 18a0c1b689dc..68d17f4c83e1 100644 --- a/docs/developer/merkle-proof-encoding-formats.rst +++ b/docs/developer/merkle-proof-encoding-formats.rst @@ -5,8 +5,8 @@ A Merkle proof is a datum which demonstrates that a `Merkle tree `: Contains the base libraries for Octez (cryptography primitives, error management helpers, etc.). - :package-api:`octez-shell `: Contains the libraries related to the Octez shell. - :package-api:`octez-proto-libs `: Contains the libraries for the Tezos protocol. - - :package-api:`octez-l2-libs `: Contains the libraries related to layer 2. + - :package-api:`octez-l2-libs `: Contains the libraries related to Layer 2. - For each protocol ``P``: - :package-api:`octez-protocol-P-libs `: The protocol ``P`` dependent libraries. - ``tezos-protocol-P``: The Tezos protocol ``P`` itself. diff --git a/docs/introduction/howtorun.rst b/docs/introduction/howtorun.rst index ad7aa33474da..0979aa16bcd3 100644 --- a/docs/introduction/howtorun.rst +++ b/docs/introduction/howtorun.rst @@ -207,7 +207,7 @@ For its operation, the baker daemon needs to communicate with an Octez node usin Therefore, you must indicate a node endpoint whose RPC interface is available. The most common way is to :ref:`run a node locally `, ensuring its RPC port is open for local calls (e.g. ``--rpc-addr 127.0.0.1``). -Bakers are also supposed to run a DAL node before running the baker daemon, to expand the amount of data that Tezos can distribute without causing congestion on layer 1. +Bakers are also supposed to run a DAL node before running the baker daemon, to expand the amount of data that Tezos can distribute without causing congestion on Layer 1. Therefore, first :doc:`start a DAL node <../shell/dal_run>`. Typically, you run an attester DAL node as follows:: diff --git a/docs/seoul/glossary.rst b/docs/seoul/glossary.rst index a4789dcf6104..fc421bb3fc6e 100644 --- a/docs/seoul/glossary.rst +++ b/docs/seoul/glossary.rst @@ -72,8 +72,8 @@ _`Metadata` _`Node` A peer in a Tezos P2P network. - The term "node" can refer to a few different kinds of nodes, including Tezos layer 1 nodes, `DAL node`_\ s, and `Smart Rollup`_ nodes. - The context should help to disambiguate between these, but in most cases, the term "node" refers to a layer 1 node. + The term "node" can refer to a few different kinds of nodes, including Tezos Layer 1 nodes, `DAL node`_\ s, and `Smart Rollup`_ nodes. + The context should help to disambiguate between these, but in most cases, the term "node" refers to a Layer 1 node. Layer 1 nodes maintain a local state and propagates block_\ s and operation_\ s. _`Operation` @@ -286,7 +286,7 @@ _`Layer 1` _`Layer 2` Layer 2 (L2) includes sidechains, rollups, payment channels, etc. that batch their transactions and - write to the `Layer 1`_ chain. By processing transactions on layer 2 networks, + write to the `Layer 1`_ chain. By processing transactions on Layer 2 networks, greater scalability in speed and throughput can be achieved by the ecosystem overall, since the number of transactions the Layer 1 can process directly is limited. By cementing transactions from a L2 to L1, the security of the L1 chain backs those operations. Currently, Layer 2 solutions on Tezos are built as `smart rollup`_\ s. @@ -318,7 +318,7 @@ _`Origination` is, to deploy -- a `smart contract`_ on the Tezos blockchain. _`Page` - A portion of the raw (unexpanded) data in a `DAL slot`_ of a fixed size that is small enough to fit in a layer 1 operation. + A portion of the raw (unexpanded) data in a `DAL slot`_ of a fixed size that is small enough to fit in a Layer 1 operation. The DAL splits the raw data in each slot into pages that can be requested individually so that for example refutation games can run properly. _`PVM` diff --git a/docs/seoul/smart_rollups.rst b/docs/seoul/smart_rollups.rst index 20ddbc6f637e..7c7c4516f4bf 100644 --- a/docs/seoul/smart_rollups.rst +++ b/docs/seoul/smart_rollups.rst @@ -383,7 +383,7 @@ The whitelist is optionally defined at origination. The rollup is considered public if no white-list is defined, private otherwise. The whitelist can be updated with a specific outbox message. This message contains an optional list, the new list completely replaces the stored -whitelist in layer 1. If the message contains no list, then the +whitelist in Layer 1. If the message contains no list, then the rollup becomes public. In turn, it is forbidden to make a public rollup private by sending an outbox message with a non-empty whitelist. diff --git a/docs/shell/dal_node.rst b/docs/shell/dal_node.rst index cd12035a3632..cb9a0575f888 100644 --- a/docs/shell/dal_node.rst +++ b/docs/shell/dal_node.rst @@ -24,7 +24,7 @@ Non-bootstrap DAL nodes distinguish themselves only in the topics they subscribe Bootstrap nodes are DAL network entry points that are used for network discovery. A bootstrap node remains connected to a large number of peers and is subscribed to all topics. -When a DAL node starts, it gets the URLs of the bootstrap nodes from its layer 1 node and uses these bootstrap nodes to connect to peers. +When a DAL node starts, it gets the URLs of the bootstrap nodes from its Layer 1 node and uses these bootstrap nodes to connect to peers. When a DAL node does not have the necessary connections to the P2P network, bootstrap nodes provide connection points with the relevant topics. Modes diff --git a/docs/shell/dal_run.rst b/docs/shell/dal_run.rst index ac358c830479..f9aa63751aca 100644 --- a/docs/shell/dal_run.rst +++ b/docs/shell/dal_run.rst @@ -3,7 +3,7 @@ Running a DAL attester node To attest the data published on the :doc:`DAL<./dal_overview>`, you need an active baker and node. While you can run a DAL node without an active baker, when you do so, your account is not assigned DAL attestation rights and therefore your node can distribute data among other DAL nodes but cannot attest that it is available. -Adding a DAL node to a baker's setup improves the Tezos ecosystem because the DAL greatly expands the amount of data that Tezos can distribute without causing congestion on layer 1. +Adding a DAL node to a baker's setup improves the Tezos ecosystem because the DAL greatly expands the amount of data that Tezos can distribute without causing congestion on Layer 1. Therefore, we assume here you have installed Octez, see :doc:`../introduction/howtoget`. Make also sure that you have an instance of the ``octez-node`` binary running, as explained in :doc:`../user/setup-node`. @@ -23,7 +23,7 @@ Running the DAL node Before anything else, make sure your machine satisfies the hardware requirements at :doc:`dal_node`. -Follow these steps to run a DAL node along with a layer 1 node and a baker. +Follow these steps to run a DAL node along with a Layer 1 node and a baker. #. **If** you plan to run the DAL node in **operator or observer** :ref:`profiles `, install the DAL trusted setup as described in section :ref:`setup_dal_crypto_params` (**NB:** just that section, not the rest of the page such as compiling sources, etc.). @@ -77,7 +77,7 @@ Follow these steps to run a DAL node along with a layer 1 node and a baker. octez-baker run with local node "$HOME/.tezos-node" bob --liquidity-baking-toggle-vote pass --dal-node http://127.0.0.1:10732 - The baker daemon connects to the DAL node and attests to the availability of DAL data as well as its usual layer 1 baking function. + The baker daemon connects to the DAL node and attests to the availability of DAL data as well as its usual Layer 1 baking function. #. In a new terminal window, verify that your baking daemon has attestation rights allocated for the current cycle, by running: diff --git a/docs/t024/glossary.rst b/docs/t024/glossary.rst index 612ee13b9717..16872f2272e5 100644 --- a/docs/t024/glossary.rst +++ b/docs/t024/glossary.rst @@ -69,8 +69,8 @@ _`Metadata` _`Node` A peer in a Tezos P2P network. - The term "node" can refer to a few different kinds of nodes, including Tezos layer 1 nodes, `DAL node`_\ s, and `Smart Rollup`_ nodes. - The context should help to disambiguate between these, but in most cases, the term "node" refers to a layer 1 node. + The term "node" can refer to a few different kinds of nodes, including Tezos Layer 1 nodes, `DAL node`_\ s, and `Smart Rollup`_ nodes. + The context should help to disambiguate between these, but in most cases, the term "node" refers to a Layer 1 node. Layer 1 nodes maintain a local state and propagates block_\ s and operation_\ s. _`Operation` @@ -276,7 +276,7 @@ _`Layer 1` _`Layer 2` Layer 2 (L2) includes sidechains, rollups, payment channels, etc. that batch their transactions and - write to the `Layer 1`_ chain. By processing transactions on layer 2 networks, + write to the `Layer 1`_ chain. By processing transactions on Layer 2 networks, greater scalability in speed and throughput can be achieved by the ecosystem overall, since the number of transactions the Layer 1 can process directly is limited. By cementing transactions from a L2 to L1, the security of the L1 chain backs those operations. Currently, Layer 2 solutions on Tezos are built as `smart rollup`_\ s. @@ -306,7 +306,7 @@ _`Origination` is, to deploy -- a `smart contract`_ on the Tezos blockchain. _`Page` - A portion of the raw (unexpanded) data in a `DAL slot`_ of a fixed size that is small enough to fit in a layer 1 operation. + A portion of the raw (unexpanded) data in a `DAL slot`_ of a fixed size that is small enough to fit in a Layer 1 operation. The DAL splits the raw data in each slot into pages that can be requested individually so that for example refutation games can run properly. _`PVM` diff --git a/docs/t024/smart_rollups.rst b/docs/t024/smart_rollups.rst index 26ff7fbe7dfb..a32d17a1967c 100644 --- a/docs/t024/smart_rollups.rst +++ b/docs/t024/smart_rollups.rst @@ -387,7 +387,7 @@ The whitelist is optionally defined at origination. The rollup is considered public if no white-list is defined, private otherwise. The whitelist can be updated with a specific outbox message. This message contains an optional list, the new list completely replaces the stored -whitelist in layer 1. If the message contains no list, then the +whitelist in Layer 1. If the message contains no list, then the rollup becomes public. In turn, it is forbidden to make a public rollup private by sending an outbox message with a non-empty whitelist. diff --git a/docs/user/routing.rst b/docs/user/routing.rst index 38c762f36b9b..78436995cd24 100644 --- a/docs/user/routing.rst +++ b/docs/user/routing.rst @@ -1,7 +1,7 @@ Routing ======= -Octez nodes (including the layer 1 node itself, the DAL node, the EVM node, and the Smart Rollup node) must be able to initiate connections outside their local network and accept connections from outside their local network. +Octez nodes (including the Layer 1 node itself, the DAL node, the EVM node, and the Smart Rollup node) must be able to initiate connections outside their local network and accept connections from outside their local network. This table shows the default ports that nodes accept connections and RPC requests from and the arguments that they support for routing configuration: .. list-table:: -- GitLab