From 0c7e6a50d3e2addd85fe5d4f82a166d0893fb7a0 Mon Sep 17 00:00:00 2001 From: Josh Hannan Date: Tue, 11 Feb 2025 15:19:29 -0600 Subject: [PATCH 1/8] use standard import placeholders --- .gitignore | 1 + contracts/FlowFees.cdc | 6 +- contracts/FlowIDTableStaking.cdc | 8 +- contracts/FlowServiceAccount.cdc | 10 +- contracts/FlowStakingCollection.cdc | 18 +- contracts/FlowStorageFees.cdc | 4 +- contracts/FlowToken.cdc | 6 +- contracts/LockedTokens.cdc | 10 +- contracts/epochs/FlowEpoch.cdc | 12 +- .../testContracts/TestFlowIDTableStaking.cdc | 4 +- lib/go/contracts/contracts_test.go | 13 +- lib/go/contracts/go.mod | 2 +- lib/go/contracts/internal/assets/assets.go | 54 +- lib/go/templates/internal/assets/assets.go | 1643 ++++++++--------- lib/go/templates/templates.go | 4 +- .../add_account_creator.cdc | 2 +- .../remove_account_creator.cdc | 2 +- .../scripts/get_account_creators.cdc | 2 +- .../scripts/get_account_fee.cdc | 2 +- .../scripts/get_execution_effort_weights.cdc | 2 +- .../scripts/get_execution_memory_limit.cdc | 2 +- .../scripts/get_execution_memory_weights.cdc | 2 +- .../scripts/get_fees_balance.cdc | 2 +- .../get_is_account_creation_restricted.cdc | 2 +- .../scripts/get_is_account_creator.cdc | 2 +- .../scripts/get_tx_fee_parameters.cdc | 2 +- .../verify_payer_balance_for_tx_execution.cdc | 2 +- .../set_is_account_creation_restricted.cdc | 2 +- .../set_tx_fee_surge_factor.cdc | 2 +- transactions/dkg/admin/force_stop_dkg.cdc | 2 +- transactions/dkg/admin/publish_admin.cdc | 2 +- transactions/dkg/admin/set_safe_threshold.cdc | 2 +- transactions/dkg/admin/start_dkg.cdc | 2 +- transactions/dkg/admin/stop_dkg.cdc | 2 +- transactions/dkg/create_participant.cdc | 2 +- .../dkg/scripts/get_consensus_nodes.cdc | 2 +- .../get_dkg_canonical_final_submission.cdc | 2 +- .../dkg/scripts/get_dkg_completed.cdc | 2 +- transactions/dkg/scripts/get_dkg_enabled.cdc | 2 +- .../dkg/scripts/get_final_submissions.cdc | 2 +- .../get_latest_whiteboard_messages.cdc | 2 +- .../dkg/scripts/get_node_final_submission.cdc | 2 +- .../dkg/scripts/get_node_has_submitted.cdc | 2 +- .../dkg/scripts/get_node_is_claimed.cdc | 2 +- .../dkg/scripts/get_node_is_registered.cdc | 2 +- .../dkg/scripts/get_submissions_count.cdc | 5 - transactions/dkg/scripts/get_thresholds.cdc | 2 +- .../dkg/scripts/get_whiteboard_messages.cdc | 2 +- transactions/dkg/send_final_submission.cdc | 2 +- transactions/dkg/send_whiteboard_message.cdc | 2 +- transactions/epoch/admin/advance_view.cdc | 3 +- .../epoch/admin/calculate_rewards.cdc | 4 +- transactions/epoch/admin/deploy_epoch.cdc | 2 +- transactions/epoch/admin/pay_rewards.cdc | 4 +- transactions/epoch/admin/reset_epoch.cdc | 4 +- .../epoch/admin/set_automatic_rewards.cdc | 2 +- transactions/epoch/admin/update_clusters.cdc | 2 +- .../epoch/admin/update_dkg_phase_views.cdc | 2 +- .../epoch/admin/update_epoch_config.cdc | 2 +- .../admin/update_epoch_timing_config.cdc | 2 +- .../epoch/admin/update_epoch_views.cdc | 2 +- transactions/epoch/admin/update_reward.cdc | 2 +- .../epoch/admin/update_staking_views.cdc | 2 +- .../epoch/node/register_dkg_participant.cdc | 6 +- transactions/epoch/node/register_node.cdc | 12 +- transactions/epoch/node/register_qc_voter.cdc | 6 +- .../epoch/scripts/get_bonus_tokens.cdc | 2 +- .../epoch/scripts/get_config_metadata.cdc | 2 +- .../epoch/scripts/get_create_clusters.cdc | 4 +- .../epoch/scripts/get_epoch_counter.cdc | 2 +- .../epoch/scripts/get_epoch_metadata.cdc | 2 +- .../epoch/scripts/get_epoch_phase.cdc | 2 +- .../epoch/scripts/get_epoch_timing_config.cdc | 2 +- .../epoch/scripts/get_proposed_counter.cdc | 2 +- transactions/epoch/scripts/get_randomize.cdc | 2 +- .../scripts/get_target_end_time_for_epoch.cdc | 2 +- .../admin/add_approved_and_limits.cdc | 2 +- .../admin/add_approved_nodes.cdc | 2 +- .../admin/capability_end_epoch.cdc | 2 +- .../admin/change_candidate_limits.cdc | 2 +- .../idTableStaking/admin/change_cut.cdc | 2 +- .../admin/change_del_minimums.cdc | 2 +- .../idTableStaking/admin/change_minimums.cdc | 2 +- .../idTableStaking/admin/change_payout.cdc | 2 +- .../idTableStaking/admin/end_epoch.cdc | 2 +- .../admin/end_epoch_change_payout.cdc | 2 +- .../idTableStaking/admin/end_staking.cdc | 2 +- .../idTableStaking/admin/move_tokens.cdc | 2 +- .../idTableStaking/admin/pay_rewards.cdc | 2 +- .../admin/remove_approved_nodes.cdc | 2 +- .../admin/remove_invalid_nodes.cdc | 2 +- .../idTableStaking/admin/remove_node.cdc | 2 +- .../admin/scale_rewards_test.cdc | 2 +- .../admin/set_approved_nodes.cdc | 2 +- .../idTableStaking/admin/set_claimed.cdc | 2 +- .../idTableStaking/admin/set_node_weight.cdc | 2 +- .../admin/set_non_operational.cdc | 2 +- .../admin/set_open_access_node_slots.cdc | 2 +- .../idTableStaking/admin/set_slot_limits.cdc | 2 +- .../idTableStaking/admin/start_staking.cdc | 2 +- .../idTableStaking/admin/transfer_admin.cdc | 2 +- .../admin/transfer_fees_admin.cdc | 2 +- .../admin/transfer_minter_deploy.cdc | 2 +- .../admin/upgrade_set_claimed.cdc | 2 +- .../delegation/del_request_unstaking.cdc | 2 +- .../delegation/del_stake_new_tokens.cdc | 6 +- .../delegation/del_stake_rewarded.cdc | 2 +- .../delegation/del_stake_unstaked.cdc | 2 +- .../delegation/del_withdraw_reward_tokens.cdc | 4 +- .../del_withdraw_unstaked_tokens.cdc | 4 +- .../delegation/get_delegator_committed.cdc | 2 +- .../delegation/get_delegator_info.cdc | 2 +- .../get_delegator_info_from_address.cdc | 2 +- .../delegation/get_delegator_request.cdc | 2 +- .../delegation/get_delegator_rewarded.cdc | 2 +- .../delegation/get_delegator_staked.cdc | 2 +- .../delegation/get_delegator_unstaked.cdc | 2 +- .../delegation/get_delegator_unstaking.cdc | 2 +- .../get_delegator_unstaking_request.cdc | 2 +- .../delegation/register_delegator.cdc | 6 +- .../delegation/register_many_delegators.cdc | 4 +- .../node/register_many_nodes.cdc | 6 +- .../idTableStaking/node/register_node.cdc | 6 +- .../idTableStaking/node/request_unstake.cdc | 2 +- .../idTableStaking/node/stake_new_tokens.cdc | 6 +- .../node/stake_rewarded_tokens.cdc | 2 +- .../node/stake_unstaked_tokens.cdc | 2 +- .../idTableStaking/node/unstake_all.cdc | 2 +- .../node/update_networking_address.cdc | 2 +- .../node/withdraw_reward_tokens.cdc | 4 +- .../node/withdraw_unstaked_tokens.cdc | 4 +- .../get_approved_but_not_staked_nodes.cdc | 2 +- .../scripts/get_approved_nodes.cdc | 2 +- .../scripts/get_candidate_limits.cdc | 2 +- .../scripts/get_candidate_nodes.cdc | 2 +- .../scripts/get_current_table.cdc | 2 +- .../scripts/get_cut_percentage.cdc | 2 +- .../scripts/get_del_stake_requirements.cdc | 2 +- .../scripts/get_delegators_below_min.cdc | 2 +- .../scripts/get_moves_pending.cdc | 2 +- .../scripts/get_node_committed_tokens.cdc | 2 +- .../idTableStaking/scripts/get_node_info.cdc | 2 +- .../scripts/get_node_info_from_address.cdc | 2 +- .../scripts/get_node_initial_weight.cdc | 2 +- .../scripts/get_node_networking_addr.cdc | 2 +- .../scripts/get_node_networking_key.cdc | 2 +- .../scripts/get_node_rewarded_tokens.cdc | 2 +- .../idTableStaking/scripts/get_node_role.cdc | 2 +- .../scripts/get_node_staked_tokens.cdc | 2 +- .../scripts/get_node_staking_key.cdc | 2 +- .../scripts/get_node_total_commitment.cdc | 2 +- ...de_total_commitment_without_delegators.cdc | 2 +- .../scripts/get_node_type_ratio.cdc | 2 +- .../scripts/get_node_unstaked_tokens.cdc | 2 +- .../scripts/get_node_unstaking_request.cdc | 2 +- .../scripts/get_node_unstaking_tokens.cdc | 2 +- .../scripts/get_non_operational.cdc | 2 +- .../scripts/get_proposed_table.cdc | 2 +- .../scripts/get_role_counts.cdc | 2 +- .../scripts/get_slot_limits.cdc | 2 +- .../scripts/get_stake_requirements.cdc | 2 +- .../idTableStaking/scripts/get_table.cdc | 2 +- .../scripts/get_total_staked.cdc | 2 +- .../scripts/get_total_staked_by_type.cdc | 2 +- .../scripts/get_weekly_payout.cdc | 2 +- .../admin/admin_create_shared_accounts.cdc | 6 +- .../admin/admin_deposit_account_creator.cdc | 2 +- .../admin/admin_remove_delegator.cdc | 4 +- .../admin/check_main_registration.cdc | 6 +- .../admin/check_shared_registration.cdc | 6 +- ...tody_create_account_with_lease_account.cdc | 6 +- .../custody_create_only_lease_account.cdc | 6 +- .../custody_create_only_shared_account.cdc | 6 +- .../admin/custody_create_shared_accounts.cdc | 6 +- .../admin/custody_setup_account_creator.cdc | 2 +- .../admin/deposit_locked_tokens.cdc | 6 +- .../lockedTokens/admin/unlock_tokens.cdc | 2 +- .../unlock_tokens_for_multiple_accounts.cdc | 2 +- .../delegator/delegate_new_tokens.cdc | 6 +- .../delegator/delegate_rewarded_tokens.cdc | 4 +- .../delegator/delegate_unstaked_tokens.cdc | 4 +- .../delegator/get_delegator_id.cdc | 2 +- .../delegator/get_delegator_info.cdc | 4 +- .../delegator/get_delegator_node_id.cdc | 2 +- .../delegator/register_delegator.cdc | 8 +- .../delegator/request_unstaking.cdc | 4 +- .../delegator/withdraw_rewarded_tokens.cdc | 6 +- .../withdraw_rewarded_tokens_locked.cdc | 4 +- .../delegator/withdraw_unstaked_tokens.cdc | 4 +- .../lockedTokens/staker/get_node_id.cdc | 2 +- .../lockedTokens/staker/get_staker_info.cdc | 4 +- .../lockedTokens/staker/register_node.cdc | 8 +- .../lockedTokens/staker/request_unstaking.cdc | 6 +- .../lockedTokens/staker/stake_new_tokens.cdc | 8 +- .../staker/stake_rewarded_tokens.cdc | 6 +- .../staker/stake_unstaked_tokens.cdc | 6 +- .../lockedTokens/staker/unstake_all.cdc | 4 +- .../staker/update_networking_address.cdc | 4 +- .../staker/withdraw_rewarded_tokens.cdc | 6 +- .../withdraw_rewarded_tokens_locked.cdc | 4 +- .../staker/withdraw_unstaked_tokens.cdc | 4 +- .../lockedTokens/user/deposit_tokens.cdc | 6 +- .../user/get_locked_account_address.cdc | 2 +- .../user/get_locked_account_balance.cdc | 2 +- .../user/get_multiple_unlock_limits.cdc | 2 +- .../lockedTokens/user/get_total_balance.cdc | 8 +- .../lockedTokens/user/get_unlock_limit.cdc | 2 +- .../lockedTokens/user/withdraw_tokens.cdc | 6 +- .../admin/change_version_freeze_period.cdc | 2 +- .../admin/delete_version_boundary.cdc | 2 +- .../nodeVersionBeacon/admin/heartbeat.cdc | 2 +- .../admin/set_version_boundary.cdc | 2 +- .../scripts/get_current_node_version.cdc | 2 +- .../get_current_node_version_as_string.cdc | 2 +- .../scripts/get_next_version_boundary.cdc | 2 +- .../get_next_version_update_sequence.cdc | 2 +- .../scripts/get_version_boundaries.cdc | 2 +- .../get_version_boundary_freeze_period.cdc | 2 +- .../quorumCertificate/admin/publish_voter.cdc | 2 +- .../quorumCertificate/admin/start_voting.cdc | 2 +- .../quorumCertificate/admin/stop_voting.cdc | 2 +- .../quorumCertificate/create_voter.cdc | 2 +- .../scripts/generate_quorum_certificate.cdc | 2 +- .../quorumCertificate/scripts/get_cluster.cdc | 2 +- .../scripts/get_cluster_complete.cdc | 2 +- .../scripts/get_cluster_node_weights.cdc | 2 +- .../scripts/get_cluster_vote_threshold.cdc | 2 +- .../scripts/get_cluster_votes.cdc | 2 +- .../scripts/get_cluster_weight.cdc | 2 +- .../scripts/get_clusters.cdc | 2 +- .../scripts/get_node_has_voted.cdc | 2 +- .../scripts/get_node_weight.cdc | 2 +- .../scripts/get_qc_enabled.cdc | 2 +- .../scripts/get_voter_is_registered.cdc | 2 +- .../scripts/get_voting_completed.cdc | 2 +- .../quorumCertificate/submit_vote.cdc | 2 +- .../stakingCollection/close_stake.cdc | 2 +- .../create_machine_account.cdc | 2 +- .../create_new_tokenholder_acct.cdc | 8 +- .../stakingCollection/register_delegator.cdc | 2 +- .../register_multiple_delegators.cdc | 2 +- .../register_multiple_nodes.cdc | 2 +- .../stakingCollection/register_node.cdc | 2 +- .../stakingCollection/request_unstaking.cdc | 2 +- .../stakingCollection/restake_all_stakers.cdc | 4 +- .../does_account_have_staking_collection.cdc | 2 +- .../scripts/get_all_delegator_info.cdc | 4 +- .../scripts/get_all_node_info.cdc | 4 +- .../scripts/get_delegator_ids.cdc | 2 +- .../scripts/get_does_stake_exist.cdc | 4 +- .../scripts/get_locked_tokens_used.cdc | 2 +- .../scripts/get_machine_account_address.cdc | 2 +- .../scripts/get_machine_accounts.cdc | 2 +- .../scripts/get_node_ids.cdc | 2 +- .../scripts/get_unlocked_tokens_used.cdc | 2 +- .../setup_staking_collection.cdc | 10 +- .../stakingCollection/stake_new_tokens.cdc | 2 +- .../stake_rewarded_tokens.cdc | 2 +- .../stake_unstaked_tokens.cdc | 2 +- .../stakingCollection/test/deposit_tokens.cdc | 8 +- .../stakingCollection/test/get_tokens.cdc | 8 +- .../stakingCollection/transfer_delegator.cdc | 2 +- .../stakingCollection/transfer_node.cdc | 2 +- .../stakingCollection/unstake_all.cdc | 2 +- .../update_networking_address.cdc | 2 +- .../withdraw_from_machine_account.cdc | 2 +- .../withdraw_rewarded_tokens.cdc | 2 +- .../withdraw_unstaked_tokens.cdc | 2 +- transactions/stakingProxy/add_node_info.cdc | 2 +- transactions/stakingProxy/get_node_info.cdc | 2 +- transactions/stakingProxy/register_node.cdc | 4 +- .../stakingProxy/remove_node_info.cdc | 2 +- .../stakingProxy/remove_staking_proxy.cdc | 2 +- .../stakingProxy/request_unstaking.cdc | 2 +- .../stakingProxy/setup_node_account.cdc | 2 +- .../stakingProxy/stake_new_tokens.cdc | 2 +- .../stakingProxy/stake_unstaked_tokens.cdc | 2 +- transactions/stakingProxy/unstake_all.cdc | 2 +- .../stakingProxy/withdraw_rewards.cdc | 2 +- .../stakingProxy/withdraw_unstaked.cdc | 2 +- .../storageFees/admin/set_parameters.cdc | 2 +- .../scripts/get_account_available_balance.cdc | 2 +- ...capacity_for_transaction_storage_check.cdc | 2 +- .../scripts/get_storage_capacity.cdc | 2 +- .../scripts/get_storage_fee_conversion.cdc | 2 +- .../scripts/get_storage_fee_min.cdc | 2 +- 286 files changed, 1263 insertions(+), 1282 deletions(-) delete mode 100644 transactions/dkg/scripts/get_submissions_count.cdc diff --git a/.gitignore b/.gitignore index a60e483f1..c2abc8b19 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,7 @@ git coverage.json coverage.lcov +lcov.info *.pkey # Private flow.jsons diff --git a/contracts/FlowFees.cdc b/contracts/FlowFees.cdc index 31c03c514..19eef533d 100644 --- a/contracts/FlowFees.cdc +++ b/contracts/FlowFees.cdc @@ -1,6 +1,6 @@ -import FungibleToken from "FungibleToken" -import FlowToken from "FlowToken" -import FlowStorageFees from "FlowStorageFees" +import "FungibleToken" +import "FlowToken" +import "FlowStorageFees" access(all) contract FlowFees { diff --git a/contracts/FlowIDTableStaking.cdc b/contracts/FlowIDTableStaking.cdc index 820758b15..d67a15c21 100644 --- a/contracts/FlowIDTableStaking.cdc +++ b/contracts/FlowIDTableStaking.cdc @@ -27,10 +27,10 @@ */ -import FungibleToken from "FungibleToken" -import FlowToken from "FlowToken" -import Burner from "Burner" -import FlowFees from "FlowFees" +import "FungibleToken" +import "FlowToken" +import "Burner" +import "FlowFees" import Crypto access(all) contract FlowIDTableStaking { diff --git a/contracts/FlowServiceAccount.cdc b/contracts/FlowServiceAccount.cdc index 46077ef7e..108f1dec9 100644 --- a/contracts/FlowServiceAccount.cdc +++ b/contracts/FlowServiceAccount.cdc @@ -1,8 +1,8 @@ -import FungibleToken from "FungibleToken" -import FlowToken from "FlowToken" -import FlowFees from "FlowFees" -import FlowStorageFees from "FlowStorageFees" -import FlowExecutionParameters from "FlowExecutionParameters" +import "FungibleToken" +import "FlowToken" +import "FlowFees" +import "FlowStorageFees" +import "FlowExecutionParameters" access(all) contract FlowServiceAccount { diff --git a/contracts/FlowStakingCollection.cdc b/contracts/FlowStakingCollection.cdc index e4f10b0d3..a70dc45fc 100644 --- a/contracts/FlowStakingCollection.cdc +++ b/contracts/FlowStakingCollection.cdc @@ -10,15 +10,15 @@ */ -import FungibleToken from "FungibleToken" -import FlowToken from "FlowToken" -import FlowIDTableStaking from "FlowIDTableStaking" -import LockedTokens from "LockedTokens" -import FlowStorageFees from "FlowStorageFees" -import FlowClusterQC from "FlowClusterQC" -import FlowDKG from "FlowDKG" -import FlowEpoch from "FlowEpoch" -import Burner from "Burner" +import "FungibleToken" +import "FlowToken" +import "FlowIDTableStaking" +import "LockedTokens" +import "FlowStorageFees" +import "FlowClusterQC" +import "FlowDKG" +import "FlowEpoch" +import "Burner" access(all) contract FlowStakingCollection { diff --git a/contracts/FlowStorageFees.cdc b/contracts/FlowStorageFees.cdc index 932fde128..0e1f1147a 100644 --- a/contracts/FlowStorageFees.cdc +++ b/contracts/FlowStorageFees.cdc @@ -14,8 +14,8 @@ * */ -import FungibleToken from "FungibleToken" -import FlowToken from "FlowToken" +import "FungibleToken" +import "FlowToken" access(all) contract FlowStorageFees { diff --git a/contracts/FlowToken.cdc b/contracts/FlowToken.cdc index b444a0dc6..4321baa2b 100644 --- a/contracts/FlowToken.cdc +++ b/contracts/FlowToken.cdc @@ -1,6 +1,6 @@ -import FungibleToken from "FungibleToken" -import MetadataViews from "MetadataViews" -import FungibleTokenMetadataViews from "FungibleTokenMetadataViews" +import "FungibleToken" +import "MetadataViews" +import "FungibleTokenMetadataViews" access(all) contract FlowToken: FungibleToken { diff --git a/contracts/LockedTokens.cdc b/contracts/LockedTokens.cdc index 6752c5513..74d335345 100644 --- a/contracts/LockedTokens.cdc +++ b/contracts/LockedTokens.cdc @@ -25,11 +25,11 @@ */ -import FlowToken from "FlowToken" -import FungibleToken from "FungibleToken" -import FlowIDTableStaking from "FlowIDTableStaking" -import FlowStorageFees from "FlowStorageFees" -import StakingProxy from "StakingProxy" +import "FlowToken" +import "FungibleToken" +import "FlowIDTableStaking" +import "FlowStorageFees" +import "StakingProxy" access(all) contract LockedTokens { diff --git a/contracts/epochs/FlowEpoch.cdc b/contracts/epochs/FlowEpoch.cdc index 3dd9e2d21..32f5fa44f 100644 --- a/contracts/epochs/FlowEpoch.cdc +++ b/contracts/epochs/FlowEpoch.cdc @@ -1,9 +1,9 @@ -import FungibleToken from "FungibleToken" -import FlowToken from "FlowToken" -import FlowIDTableStaking from "FlowIDTableStaking" -import FlowClusterQC from "FlowClusterQC" -import FlowDKG from "FlowDKG" -import FlowFees from "FlowFees" +import "FungibleToken" +import "FlowToken" +import "FlowIDTableStaking" +import "FlowClusterQC" +import "FlowDKG" +import "FlowFees" // The top-level smart contract managing the lifecycle of epochs. In Flow, // epochs are the smallest unit of time where the identity table (the set of diff --git a/contracts/testContracts/TestFlowIDTableStaking.cdc b/contracts/testContracts/TestFlowIDTableStaking.cdc index b3b948506..578a2cb90 100644 --- a/contracts/testContracts/TestFlowIDTableStaking.cdc +++ b/contracts/testContracts/TestFlowIDTableStaking.cdc @@ -7,8 +7,8 @@ */ -import FungibleToken from "FungibleToken" -import FlowToken from "FlowToken" +import "FungibleToken" +import "FlowToken" // import Burner from "Burner" access(all) contract FlowIDTableStaking { diff --git a/lib/go/contracts/contracts_test.go b/lib/go/contracts/contracts_test.go index c42e7095b..3e9d783fb 100644 --- a/lib/go/contracts/contracts_test.go +++ b/lib/go/contracts/contracts_test.go @@ -16,11 +16,18 @@ const ( func TestFlowTokenContract(t *testing.T) { env := templates.Environment{ - FungibleTokenAddress: fakeAddr, - ViewResolverAddress: fakeAddr, - BurnerAddress: fakeAddr, + FungibleTokenAddress: fakeAddr, + FungibleTokenMetadataViewsAddress: fakeAddr, + MetadataViewsAddress: fakeAddr, + ViewResolverAddress: fakeAddr, + BurnerAddress: fakeAddr, } contract := contracts.FlowToken(env) + assert.NotContains(t, string(contract), "import \"") + assert.NotContains(t, string(contract), "import 0x") + assert.Contains(t, string(contract), "import FungibleToken from 0x") + assert.Contains(t, string(contract), "import FungibleTokenMetadataViews from 0x") + assert.Contains(t, string(contract), "import MetadataViews from 0x") assert.NotNil(t, contract) } diff --git a/lib/go/contracts/go.mod b/lib/go/contracts/go.mod index ef7db6211..bfbd874f7 100644 --- a/lib/go/contracts/go.mod +++ b/lib/go/contracts/go.mod @@ -77,4 +77,4 @@ require ( retract ( v1.2.4 // contains retraction only v1.2.3 // accidentally published with out-of-order tag -) +) \ No newline at end of file diff --git a/lib/go/contracts/internal/assets/assets.go b/lib/go/contracts/internal/assets/assets.go index f89f1ffee..4d1f99a9a 100644 --- a/lib/go/contracts/internal/assets/assets.go +++ b/lib/go/contracts/internal/assets/assets.go @@ -2,20 +2,20 @@ // sources: // Crypto.cdc (4.588kB) // FlowExecutionParameters.cdc (1.073kB) -// FlowFees.cdc (9.634kB) -// FlowIDTableStaking.cdc (101.556kB) -// FlowServiceAccount.cdc (8.307kB) -// FlowStakingCollection.cdc (64.719kB) -// FlowStorageFees.cdc (9.13kB) -// FlowToken.cdc (13.18kB) -// LockedTokens.cdc (33.789kB) +// FlowFees.cdc (9.579kB) +// FlowIDTableStaking.cdc (101.496kB) +// FlowServiceAccount.cdc (8.209kB) +// FlowStakingCollection.cdc (64.563kB) +// FlowStorageFees.cdc (9.096kB) +// FlowToken.cdc (13.11kB) +// LockedTokens.cdc (33.692kB) // NodeVersionBeacon.cdc (24.614kB) // RandomBeaconHistory.cdc (15.864kB) // StakingProxy.cdc (5.71kB) // epochs/FlowClusterQC.cdc (18.954kB) // epochs/FlowDKG.cdc (29.087kB) -// epochs/FlowEpoch.cdc (65.087kB) -// testContracts/TestFlowIDTableStaking.cdc (9.241kB) +// epochs/FlowEpoch.cdc (64.983kB) +// testContracts/TestFlowIDTableStaking.cdc (9.207kB) package assets @@ -124,7 +124,7 @@ func flowexecutionparametersCdc() (*asset, error) { return a, nil } -var _flowfeesCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x5a\x5f\x73\xdb\x36\x12\x7f\xf7\xa7\xd8\xfa\xa1\x47\xb6\xb2\x9c\x87\x9b\x7b\xf0\x58\x69\x1d\xd7\xbe\xe9\xcc\xdd\x5c\x26\x75\xdd\xc7\x0c\x4c\x2e\x45\x4c\x28\x40\x07\x80\x92\xd5\x8c\xbf\xfb\x0d\xfe\x12\x20\x41\x5b\xf6\xa5\x7e\x88\x22\x72\x01\xec\xdf\xdf\x2e\x76\x45\x37\x5b\x2e\x14\xdc\xf6\x6c\x4d\x1f\x3a\xbc\xe3\x5f\x90\x41\x23\xf8\x06\x4e\x93\x67\xa7\x27\x9e\xb2\xe3\xfb\x84\xca\x7f\x4f\x28\x7e\x53\x5c\x90\x35\xde\x22\xca\x88\x2e\x7a\x7a\x7a\x72\x42\xaa\x0a\xa5\x2c\x48\xd7\x95\x50\x71\xa6\x04\xa9\xec\x62\xb3\xea\xeb\xc9\x09\x00\xc0\xf9\x39\xdc\xec\x90\x29\x50\x2d\x51\x40\x25\xe0\x86\x2a\x85\x35\xec\x5b\x64\xa0\xf4\xc1\x12\x88\x40\xa8\x71\xcb\x25\xd5\x6f\x14\x07\xd5\x22\x34\x88\xb0\x23\x7d\xa7\xcc\x3e\xf1\x61\x68\x36\x34\x4c\xcb\x5f\xfc\xb2\x82\x6c\x78\xcf\xd4\x05\xfc\x7e\x4b\x1f\xff\xf1\xf7\xf2\x95\xc7\xef\xa9\x6a\x6b\x41\xf6\x4e\x2d\xc7\x33\xf0\x87\x5f\xf8\x16\x06\x1a\xad\x29\x2b\x7d\xdd\x57\x0a\xeb\x99\xa3\xb4\x46\x7f\x71\x24\xa3\x73\x16\x40\x59\xd5\xf5\x92\x72\x76\xd3\x34\x5c\x44\x2f\xf0\x11\xab\x5e\x4d\x5e\x1c\xcb\x19\x6c\x89\x20\x1b\x54\x28\x24\x54\x2d\x61\x6b\x9c\xe7\xee\x63\x20\xbd\x36\x94\x75\x21\x7b\xb1\xc6\x5b\x52\x29\x2e\x66\x59\xbd\xe6\x72\x9e\xdd\xf8\xe5\xc0\xf2\x47\x41\x77\x44\x39\xc3\x18\xab\xc1\xb6\x7f\xe8\x68\xe5\x1d\x08\x9a\x9e\x55\x7a\x97\x98\x59\x89\x5d\x53\xc2\x8e\x08\xbb\xee\x02\x7e\x0e\x6e\xbf\xbc\x37\x26\x9e\x88\xd6\xf4\xcc\x6f\x59\x68\x97\xb8\x80\x9f\xbf\x26\x11\x65\x17\x3e\x95\xf0\xd5\xac\xd5\x7f\x1d\x2a\xeb\x3e\x97\x67\xf6\x93\xc8\xef\xa6\x47\xc5\xd4\x0f\xa4\x23\xac\x42\x58\x19\xfa\xa5\xfb\x1a\x48\x34\xdf\x4b\xc3\xf2\x32\xe5\xe5\xf2\x4c\x7f\x96\x81\x50\xdb\x6e\x36\x22\xdc\xae\x96\xfa\xc9\xab\xf2\x1c\xfe\x89\xca\x38\xba\x67\x82\x37\xe6\xab\x09\xdf\xfb\xac\xe3\x6b\xa5\xac\x51\xdd\x22\x7e\xb0\x6b\x8a\xd2\x9b\x28\x52\x83\x40\xd5\x0b\x16\x33\x1f\xcb\xf5\x34\xd5\xb5\x40\xc9\x7b\x51\x21\x5c\xd5\x1b\xca\xa8\x54\x82\x28\x2e\xa2\x1d\xcf\xcf\x43\x80\x46\xcf\xe2\xd7\x57\x5d\xc7\xf7\xd2\xf0\x4f\x92\x4d\x14\x0f\x4b\x7d\xbc\xcf\x44\x78\x4e\x58\xbf\xd4\xaa\xf6\x56\xf0\xcd\x2d\xa2\xd1\xcd\x38\xdc\xe7\xfc\x23\x92\xc2\x1b\xdd\xfa\xee\xe5\x59\x00\x4b\xa7\x25\x7f\x58\xd8\xda\x7e\x96\xc9\x06\x91\xa5\xa7\xd0\x93\x5b\xe0\xac\x71\x79\x96\x4a\xea\xcc\xe0\x7d\xe1\x39\xfd\xd9\xe0\x07\xd2\x75\x41\x6b\x11\x34\x10\x05\x3c\xf6\xd9\xb1\x0a\xa5\xf1\x97\x01\x20\xbe\x31\x32\x64\xf4\xcb\x70\x3f\x1c\x07\x2b\x78\xe6\xf8\xe8\xcb\x0c\x0f\x99\x87\x33\x0c\x65\x1e\xa6\x96\x08\xe6\x9e\xa8\x24\xe1\xb8\xfc\x3f\x6c\xe4\xed\x63\xe4\x82\xc6\x08\xf6\x82\x65\x7e\x1b\x54\x50\x7c\x86\x8c\x71\x72\x2a\xe6\x5d\x9d\xaa\xd8\x8b\xb6\x1e\x8b\x56\xfe\xb5\xe6\x49\x18\x59\x1e\x6f\xac\x74\xdd\x5f\x61\x3a\x48\xc1\xf6\x0a\xa4\x12\x7d\xa5\xa0\xe5\x5d\x4d\xd9\x3a\x17\x4a\x0c\xb1\xb6\x05\x50\x45\xba\xaa\xef\x74\xa2\x73\x64\x72\x02\x9a\x6e\xbb\x84\x9b\x04\x32\xcf\xe1\xae\x4d\x3d\x41\x67\xf9\x5e\xda\x13\x36\xe4\x0b\x82\x12\x84\x49\x62\xd2\xa5\xad\x45\x04\xca\x2d\x67\x86\xa0\xa5\xeb\x16\x3a\x4e\x6a\x09\x9c\x19\x36\x18\xaa\x3d\x17\x5f\xb2\xfe\xa4\x73\x6b\xc6\x77\x26\xec\xdc\xfe\xeb\x3f\x7f\x40\xc5\xa5\xd2\xd9\x86\x33\x84\x9e\x51\xf3\xff\x60\x3a\x40\x63\x83\xa5\x25\xbf\xff\xb7\x66\xda\xb2\x25\x35\xb6\x42\xc3\x05\x18\x69\xb5\x12\x27\xab\x66\x99\x7b\x06\x60\x8e\x67\x32\xf8\xc9\xab\x98\x9c\xac\x9a\x65\xf2\x19\xa0\x1b\xa0\x80\x32\xaa\xbe\x31\x88\xa6\x01\x6e\x12\x77\x74\x00\xac\x62\xd3\x4e\x49\x33\xc7\xc2\x2a\xc7\xcc\x74\x69\x86\x29\x58\xe5\x58\x9d\x0b\x2c\xb8\x47\x41\x9b\xc3\x47\x72\x40\xe1\x6a\x92\x4f\x28\x75\x7e\x35\x16\xd1\xa9\x0f\x6b\x78\x38\x18\x07\xde\x0d\xb4\xd2\x11\xdf\x72\x71\x37\x04\xc1\x4d\xb0\x54\xae\x8a\x8c\xc3\x6e\xf6\xd8\xa4\x68\xb9\x13\x3d\x02\xb5\x65\xd5\x56\xd3\x42\x4b\x24\xc8\xbe\x69\x68\x45\x75\xe9\xec\x4b\x2f\xed\x2f\x9a\x28\x0e\xc8\xc1\x6d\x34\x20\x70\xa6\x28\xeb\xf3\x69\x56\xa3\x6a\x45\x1c\xf7\x18\xc9\x73\x01\x1f\x38\xef\x12\x8e\x5a\x04\x9d\x3a\x36\xfd\xc6\x71\xe4\x59\x10\xf8\xdf\x9e\x0a\xac\x8f\xe7\x65\x99\x6e\x4c\x25\xec\x48\xa7\x05\x96\x50\x63\x43\x9d\xe2\x8f\x57\x7a\x3e\x2e\xb4\x70\x9e\x37\xb7\x3e\x13\xb8\x56\x30\xf2\x68\x04\x9b\xc0\x5a\x31\xe0\x84\xf9\xfe\x63\x24\x90\x7e\x50\x4e\x04\xae\x08\xd3\x1e\xdc\x8b\xf8\x8c\x82\x36\xa6\x0a\x22\x3b\x42\x3b\xa2\xe3\x7c\x1c\xda\x1e\x61\xcb\x59\x51\x1c\x8f\x91\xfc\x3a\xaf\xcc\x44\xf9\x33\x46\x5d\xcc\x29\x65\x01\x2f\x9c\x91\x8b\xf6\xec\x41\xb0\xca\x7b\xd5\x74\xf9\x88\x15\x58\x8d\x99\x9b\x2e\xc9\xf3\x08\xab\x19\xe6\xc7\x35\xd1\x00\x00\xaf\x08\x6a\x2a\x75\x62\xed\x06\x40\xd0\xc8\xfd\x80\x0d\x17\xc1\x92\x6c\x0d\x24\x76\x84\xa5\x3f\xe6\x57\x65\x4f\xa2\x28\xed\x8d\x79\xec\x31\x26\x9a\xfe\x26\x43\x3c\x51\x69\x53\x28\x32\xde\xaf\xdb\x38\x6e\xf2\x91\xb5\xf0\x27\x11\x56\x3b\xe4\xb2\xb5\x9e\xf7\xea\x2d\x97\x36\xb9\x8c\xdd\x3b\xf0\x58\x90\xaa\xe2\xc2\x56\x17\xb6\x89\x32\xce\x8f\x66\x73\xbf\xe1\xc4\x79\xdd\x05\x30\xda\xbf\xf4\x7b\x9f\x44\x61\x36\xb6\x76\x24\xb1\x8f\x7b\xe2\x58\x77\x48\xa3\xf9\xea\x23\xb8\xfb\xd1\x6f\xf7\xf6\x90\xd5\xf7\x8e\x0d\x79\x9c\x08\xe1\x38\x1e\xd7\xba\xc7\x7b\x49\x11\x5c\xed\xb3\xb5\xe9\x55\x55\xe9\xab\x55\xaf\xda\xe2\x03\x17\x82\xef\xef\x35\xca\x95\xf0\xfd\x95\x95\x6a\x11\xc5\x6c\xbe\x13\x13\x08\x36\xe4\xf1\x26\xdf\x94\x31\x24\xe5\xc5\x91\x79\xc5\xdf\xdc\xbd\xf6\x5c\xed\x36\x0f\xe0\x03\xb4\xea\x32\x63\x43\x1e\xd3\xf0\xd2\x19\xde\xc0\x00\xdf\x6c\x7b\x65\x1a\x7c\xc5\x44\x98\xd1\x83\x4c\x7f\x69\x2a\x5e\x79\x92\x65\xdb\xb9\x45\xe0\x78\x1c\x3b\xcf\x4a\x60\x50\xd4\xee\xf0\x69\x82\x3b\xa3\x36\xe5\xb2\xc6\x46\x5f\x7b\xcd\x85\xf9\x13\x4a\x14\xbb\x40\x5d\x04\xeb\x2e\x49\x5d\x0b\x94\x32\xe2\x96\x36\xb3\x67\xac\x9c\xc9\x8a\x77\xe3\x9b\x91\x86\x09\x1b\x42\x41\xb2\x28\x36\xfe\x44\xc1\x01\x1f\xa9\x02\x24\xa2\x3b\x2c\x73\xb7\xf4\x39\xf3\x17\x09\xb1\xfe\x9b\x49\x0d\x4a\xf4\xb8\x98\x10\x4f\x52\x45\x5e\xb6\xe9\xc2\xb9\x4c\x32\xf1\xa0\x64\xe5\xcc\x0d\x76\xae\xe1\x64\xec\x60\xb0\xc3\x34\x46\x6c\x33\x24\x5e\xf7\xab\xbd\x7f\x60\xbd\x46\xa8\x88\x44\xd8\xb7\x28\x30\xaa\xaa\x6a\x8e\x92\x29\x68\xc9\x0e\x81\xd8\x0d\x16\xa0\x04\x92\xf4\x3c\x22\xe1\x5d\x1a\x09\x43\xff\xed\xdd\xf2\x5d\x6c\x7c\xed\x64\xa6\x5d\x64\xba\x38\xb0\x1a\xa0\x60\x29\xad\x7b\x2d\x1f\x0c\x18\x5c\x7e\x3f\xea\xef\xbd\x77\x2d\xba\x73\x47\x77\xde\xf8\xf7\xe6\xf5\xd8\x67\x06\x0e\x86\xe3\x26\x7d\xc0\x48\x8d\xaf\x72\x14\x07\xd8\xe3\xc2\xe6\xc1\xa7\x3b\xac\x81\xaa\xd8\x06\x91\xbb\xae\xb5\xfa\x50\xc7\x21\x61\xf9\xa8\x75\xc4\xa9\x23\xcf\xf8\xa5\xdf\xf8\xfd\xea\x28\xdf\x7b\x93\xc3\x1e\xed\xac\x93\x4e\xe8\xb5\xad\x0a\x4c\xe7\x3b\x49\xff\x5a\x11\xb2\x7f\x70\x9d\x71\xc5\x5d\xa3\xde\xdf\xca\xc3\x06\xa1\xa5\x78\xd5\xab\xd6\xe5\x05\x5b\x26\x0c\xab\x69\xbe\x9f\x6a\x77\x4c\x19\x2c\x3e\x6b\xb2\xe7\xb3\xce\xeb\xfb\xfe\x91\xe7\x69\xdf\x6f\x10\xaf\x4c\xbf\xf0\x1b\xa1\x3f\xce\x42\x3f\x6d\xe2\xc3\x8e\xc0\x4f\x81\x66\x2a\xc2\xb8\xcd\x6c\x41\xef\x0b\xa8\x39\x30\xae\x42\x29\xb5\x18\xaf\x97\x3c\x54\x67\xc3\x26\x3d\x63\xa8\x95\x4e\x04\xed\x0e\x61\xce\x61\x86\x17\x32\x83\xc2\xb9\xb0\x9b\xe0\x01\xc9\x40\x81\xb1\x56\xda\x04\xf6\x3d\xda\x12\x5e\x8b\x13\x09\x63\x3f\xfd\x04\x5b\xc2\x68\x55\x9c\xfe\xce\xcc\xc5\x43\x71\xb0\x87\x82\xc0\x06\x05\xea\xd8\x72\x35\x9f\xc7\x51\xc3\xae\x05\xc3\xd3\xf2\x64\xc6\x1a\xef\x33\xb0\x93\xb1\x8a\x45\x80\xa6\x57\xbd\xc1\x5d\x5d\x48\xf3\x5a\xa3\x86\x6a\x61\x4f\xbb\x0e\x18\xee\xf4\x5d\x52\x67\x3e\x52\xb5\x58\x4f\x0c\x43\xa4\xc7\x18\x63\x1f\x6d\x99\x9e\xd5\x28\x42\x6d\xe8\xe1\xc5\x33\x61\xb7\xe5\x0e\xd5\x55\x8b\x54\xc4\x91\x29\xad\x47\xd6\x3a\xb0\x74\xd0\x56\xbc\xeb\x70\x7a\x3d\x89\xa6\x04\x8e\x91\xeb\x5e\x08\x64\xaa\x3b\x58\x39\xa8\x34\x87\xf8\xb6\x58\x43\x68\x37\x29\xed\x0b\x22\xc3\x94\xcc\x66\x77\xd7\xe9\xa1\x1d\x55\x07\x9f\xc6\xe6\x8a\xdd\x8e\xaf\x69\x55\x4e\x14\xf2\xa1\x57\x71\x3f\x4e\x68\x07\xc7\x5c\x7a\xdc\x39\x6b\xea\x14\xb5\xf0\xdd\x04\xfb\xb0\x25\x12\x3a\x94\x32\xba\x91\xfa\xc5\x01\xb6\xf3\xb7\x05\xff\x17\x83\xc0\x71\x09\xc8\x0c\xb9\xdc\x10\x04\x2e\xcf\xe2\x55\x93\x01\x46\xd8\xbd\x3c\x6a\xa4\xe5\x76\x4d\x8b\xc6\x3b\xd7\x27\xf5\x2d\xd1\x28\x89\x09\xac\x38\xb3\x0d\x19\xac\xa1\x97\xbe\xad\x5a\x13\x45\x3c\x24\x53\xe9\xa6\x94\xfa\xe6\xe3\xc6\x5b\x1f\x93\xe9\x85\x51\x79\xc7\xab\x2f\x6e\x28\xac\x2b\x0d\xb3\xa2\x25\xdb\x2d\x32\x37\x94\x05\x3f\x7b\xc9\xce\x62\x83\xa0\x19\x58\x7e\x03\x72\x42\x7e\x4e\xb6\xa3\xb8\x8f\x66\x70\x71\x97\xfd\x62\xb6\x11\x1c\x4f\xe3\x9c\x6b\x06\xdc\xaa\xf8\xf6\x70\x99\x2c\x9c\xa0\x92\x41\xad\xc7\x84\xa6\x8c\xe0\xe8\x46\x08\x2e\x34\x3f\xe6\xea\xac\x1e\x47\x2d\x6d\xd3\x20\x3d\x98\xc6\xb6\x81\x2c\x34\x7d\x0d\x4a\x3a\xfa\xa7\xbe\xa8\x50\x21\xd5\x77\xa7\x39\x79\xed\xc4\x36\x3b\x3f\xfa\xac\xcf\x18\xbe\x8f\x24\x2f\xd3\x9b\x12\x6e\xb6\xea\x00\x4e\x18\x7f\xd7\xdf\x0b\x6a\xd8\x65\xb8\x1f\xa9\x4d\x71\x9f\xa6\x83\xaf\x8e\x75\xd6\x71\x52\xbf\x41\x67\xcf\x6f\x2a\xc9\x0e\x8b\x44\xac\x85\xe2\xc7\xee\xe8\xdd\xf2\x85\x21\x7c\xb2\xfd\xf2\xe5\xd1\x4a\x4a\x7f\xfc\x68\x25\x5d\x37\x3b\x5a\x79\x3a\x09\x2d\x1c\x57\x78\x64\xe1\xca\xce\xf8\xf5\x9b\xca\x02\xf7\x64\xfe\xe8\xe2\x7a\x4d\x77\xc8\xc6\x92\x98\xb7\x23\x16\xe6\xc3\xea\xd9\x02\xe8\xa5\xea\x2a\x33\x08\xd7\x50\x69\x38\x95\xbe\xc4\xca\x8c\xc7\x46\x25\x86\x22\x9d\x6b\x84\xd9\x95\x49\x23\xfe\x07\x28\x26\x12\xfe\xe0\x09\x73\x6d\xf8\x1f\xc7\xec\x0e\xe4\xb9\xd6\x7b\x39\x46\x8d\xc0\x4f\x1c\xa2\xa6\x35\x39\x8a\xb3\x6b\x73\x5b\x00\x62\x63\x2a\xfc\xc6\xc8\x66\x09\x6d\x04\xed\xe1\xfa\xb2\x41\x99\x8f\xc6\x4c\x4a\xf0\x43\x71\x5b\x26\x55\x66\xcf\x1b\x1d\xc1\x76\xe4\x6e\x68\xee\x0e\x5b\xbc\x00\xfd\xef\xe5\xf8\xa7\x15\xef\x8b\xb2\xcc\xff\xe6\x22\x51\xb2\x19\x9e\xea\xa3\xec\x01\xe9\xaf\x0e\x8a\x63\x22\xf5\xf2\xcc\xec\xb1\x80\x24\x48\x1b\x37\x24\x34\xfb\x79\x27\x7f\xfa\x5f\x00\x00\x00\xff\xff\x35\xea\xb4\x22\xa2\x25\x00\x00" +var _flowfeesCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x5a\x5f\x73\xdb\x36\x12\x7f\xf7\xa7\xd8\xfa\xa1\x47\xb6\xb2\x9c\x87\x9b\x7b\xf0\x58\x69\x1d\xd7\xbe\xe9\xcc\xdd\x5c\x26\x75\xdd\xc7\x0c\x4c\x2e\x45\x4c\x28\x40\x07\x80\x92\xd5\x8c\xbf\xfb\x0d\xfe\x12\x20\x41\x5b\xf6\xa5\x7e\x88\x22\x12\x58\xec\xdf\xdf\x2e\x76\x45\x37\x5b\x2e\x14\x9c\xde\xf6\x6c\x4d\x1f\x3a\xbc\xe3\x5f\x90\x9d\x9e\x84\xc7\x1d\xdf\x67\x1e\xfd\xa6\xb8\x20\x6b\xbc\x45\x94\xa7\x27\x27\xa4\xaa\x50\xca\x82\x74\x5d\x09\x15\x67\x4a\x90\x4a\x81\x5e\xa6\xdf\xc3\xd7\x93\x13\x00\x80\xf3\x73\xb8\xd9\x21\x53\xa0\x5a\xa2\x80\x4a\xc0\x0d\x55\x0a\x6b\xd8\xb7\xc8\x40\xe9\x33\x24\x10\x81\x50\xe3\x96\x4b\xaa\xdf\x28\x0e\xaa\x45\x68\x10\x61\x47\xfa\x4e\x19\x3a\xf1\x61\x68\x08\x1a\xfe\xe4\x2f\x7e\x5b\x41\x36\xbc\x67\xea\x02\x7e\xbf\xa5\x8f\xff\xf8\x7b\xf9\xca\xe3\xf7\x54\xb5\xb5\x20\x7b\x06\x8d\xe0\x9b\x57\x30\xf0\x87\xdf\xf8\x16\x06\x1a\xad\x29\x2b\x7d\xdd\x57\x0a\xeb\x99\xa3\xb4\x46\x7f\x71\x4b\x46\xe7\x2c\x80\xb2\xaa\xeb\x25\xe5\xec\xa6\x69\xb8\x88\x5e\xe0\x23\x56\xbd\x9a\xbc\x38\x96\x33\xd8\x12\x41\x36\xa8\x50\x48\xa8\x5a\xc2\xd6\x38\xcf\xdd\xc7\xb0\xf4\xda\xac\xac\x0b\xd9\x8b\x35\xde\x92\x4a\x71\x31\xcb\xea\x35\x97\xf3\xec\xc6\x2f\x07\x96\x3f\x0a\xba\x23\xca\x19\xc6\x58\x0d\xb6\xfd\x43\x47\x2b\xef\x40\xd0\xf4\xac\xd2\x54\x62\x66\x25\x76\x4d\x09\x3b\x22\xec\xbe\x0b\xf8\x39\x78\xf8\xf2\xde\x98\x78\x22\x5a\xd3\x33\x4f\xb2\xd0\x2e\x71\x01\x3f\x7f\x4d\xa2\xc5\x6e\x7c\x2a\xe1\xab\xd9\xab\xff\x3a\x54\xd6\x7d\x2e\xcf\xec\x27\x91\xdf\x4d\x8f\x8a\x57\x3f\x90\x8e\xb0\x0a\x61\x65\xd6\x2f\xdd\xd7\xb0\x44\xf3\xbd\x34\x2c\x2f\x53\x5e\x2e\xcf\xf4\x67\x19\x16\x6a\xdb\xcd\x46\x84\xa3\x6a\x57\x3f\x79\x55\x9e\xc3\x3f\x51\x19\x47\xf7\x4c\xf0\xc6\x7c\x35\xe1\x7b\x9f\x75\x7c\xad\x94\x35\xaa\x5b\xc4\x0f\x76\x4f\x51\x7a\x13\x45\x6a\x10\xa8\x7a\xc1\x62\xe6\x63\xb9\x9e\xa6\xba\x16\x28\x79\x2f\x2a\x84\xab\x7a\x43\x19\x95\x4a\x10\xc5\x45\x44\xf1\xfc\x3c\x04\x68\xf4\x2c\x7e\x7d\xd5\x75\x7c\x2f\x0d\xff\x24\x21\xa2\x78\xd8\xea\xe3\x7d\x26\xc2\x73\xc2\xfa\xad\x56\xb5\xb7\x82\x6f\x6e\x11\x8d\x6e\xc6\xe1\x3e\xe7\x1f\x91\x14\xde\xe8\xd6\x77\x2f\xcf\x02\x58\x3a\x2d\xf9\xc3\x02\x69\xfb\x59\x26\x04\x22\x4b\x4f\xa1\x27\xb7\xc1\x59\xe3\xf2\x2c\x95\xd4\x99\xc1\xfb\xc2\x73\xfa\xb3\xc1\x0f\xa4\xeb\x82\xd6\x22\x68\x20\x0a\x78\xec\xb3\x63\x15\x4a\xe3\x2f\x03\x40\x7c\x63\x64\xc8\xe8\x97\xe1\x7e\x38\x0e\x56\xf0\xcc\xf1\xd1\x97\x19\x1e\x32\x0f\x67\x18\xca\x3c\x4c\x2d\x11\xcc\x3d\x51\x49\xc2\x71\xf9\x7f\xd8\xc8\xdb\xc7\xc8\x05\x8d\x11\xec\x05\xcb\xfc\x36\xa8\xa0\xf8\x0c\x19\xe3\xe4\x54\xcc\xbb\x3a\x55\xb1\x17\x6d\x3d\x16\xad\xfc\x6b\xcd\x93\x30\xb2\x3c\xde\x58\xe9\xbe\xbf\xc2\x74\x90\x82\xed\x15\x48\x25\xfa\x4a\x41\xcb\xbb\x9a\xb2\x75\x2e\x94\x18\x62\x6d\x0b\xa0\x8a\x74\x55\xdf\xe9\x44\xe7\x96\xc9\x09\x68\x3a\x72\x09\x37\x09\x64\x9e\xc3\x5d\x9b\x7a\x82\xce\xf2\xbd\xb4\x27\x6c\xc8\x17\x04\x25\x08\x93\xc4\xa4\x4b\x5b\x8b\x08\x94\x5b\xce\xcc\x82\x96\xae\x5b\xe8\x38\xa9\x25\x70\x66\xd8\x60\xa8\xf6\x5c\x7c\xc9\xfa\x93\xce\xad\x19\xdf\x99\xb0\x73\xfb\xaf\xff\xfc\x01\x15\x97\x4a\x67\x1b\xce\x10\x7a\x46\xcd\xff\x83\xe9\x00\x8d\x0d\x96\x76\xf9\xfd\xbf\x35\xd3\x96\x2d\xa9\xb1\x15\x1a\x2e\xc0\x48\xab\x95\x38\xd9\x35\xcb\xdc\x33\x00\x73\x3c\x93\xc1\x4f\x5e\xc5\xe4\x64\xd7\x2c\x93\xcf\x00\xdd\x00\x05\x94\x51\xf5\x8d\x41\x34\x0d\x70\x93\xb8\xa3\x03\x60\x15\x9b\x76\xba\x34\x73\x2c\xac\x72\xcc\x4c\xb7\x66\x98\x82\x55\x8e\xd5\xb9\xc0\x82\x7b\x14\xb4\x39\x7c\x24\x07\x14\xae\x26\xf9\x84\x52\xe7\x57\x63\x11\x9d\xfa\xb0\x86\x87\x83\x71\xe0\xdd\xb0\x56\xba\xc5\xb7\x5c\xdc\x0d\x41\x70\x13\x2c\x95\xab\x22\xe3\xb0\x9b\x3d\x36\x29\x5a\xee\x44\x8f\x40\x6d\x59\xb5\xd5\x6b\xa1\x25\x12\x64\xdf\x34\xb4\xa2\xba\x74\xf6\xa5\x97\xf6\x17\xbd\x28\x0e\xc8\xc1\x6d\x34\x20\x70\xa6\x28\xeb\xf3\x69\x56\xa3\x6a\x45\x1c\xf7\x18\xc9\x73\x01\x1f\x38\xef\x12\x8e\x5a\x04\x9d\x3a\x36\xfd\xc6\x71\xe4\x59\x10\xf8\xdf\x9e\x0a\xac\x8f\xe7\x65\x99\x12\xa6\x12\x76\xa4\xd3\x02\x4b\xa8\xb1\xa1\x4e\xf1\xc7\x2b\x3d\x1f\x17\x5a\x38\xcf\x9b\xdb\x9f\x09\x5c\x2b\x18\x79\x34\x82\x4d\x60\xad\x18\x70\xc2\x7c\xff\x31\x12\x48\x3f\x28\x27\x02\x57\x84\x69\x0f\xee\x45\x7c\x46\x41\x1b\x53\x05\x91\x1d\xa1\x1d\xd1\x71\x3e\x0e\x6d\x8f\xb0\xe5\xac\x28\x8e\xc7\x48\x7e\x9d\x57\x66\xa2\xfc\x19\xa3\x2e\xe6\x94\xb2\x80\x17\xce\xc8\x45\x7b\xf6\x20\x58\xe5\xbd\x6a\xba\x7d\xc4\x0a\xac\xc6\xcc\x4d\xb7\xe4\x79\x84\xd5\x0c\xf3\xe3\x9a\x68\x00\x80\x57\x04\x35\x95\x3a\xb1\x76\x03\x20\x68\xe4\x7e\xc0\x86\x8b\x60\x49\xb6\x06\x12\x3b\xc2\xd2\x1f\xf3\xab\xb2\x27\x51\x94\xf6\xc6\x3c\xf6\x18\x13\x4d\x7f\x93\x21\x9e\xa8\xb4\x29\x14\x19\xef\xd7\x6d\x1c\x37\xf9\xc8\x5a\xf8\x93\x08\xab\x1d\x72\xd9\x5a\xcf\x7b\xf5\x96\x4b\x9b\x5c\xc6\xee\x1d\x78\x2c\x48\x55\x71\x61\xab\x0b\xdb\x44\x19\xe7\x47\x43\xdc\x13\x9c\x38\xaf\xbb\x00\x46\xf4\x4b\x4f\xfb\x24\x0a\xb3\xb1\xb5\x23\x89\x7d\xdc\x13\xc7\xba\x43\x1a\xcd\x57\x1f\xc1\xdd\x8f\x9e\xdc\xdb\x43\x56\xdf\x3b\x36\xe4\x71\x22\x84\xe3\x78\x5c\xeb\x1e\xef\x25\x45\x70\xb5\xcf\xd6\xa6\x57\x55\xa5\xaf\x56\xbd\x6a\x8b\x0f\x5c\x08\xbe\xbf\xd7\x28\x57\xc2\xf7\x57\x56\xaa\x45\x14\xb3\xf9\x4e\x4c\x58\xb0\x21\x8f\x37\xf9\xa6\x8c\x59\x52\x5e\x1c\x99\x57\xfc\xcd\xdd\x6b\xcf\xd5\x6e\xf3\x00\x3e\x40\xab\x2e\x33\x36\xe4\x31\x0d\x2f\x9d\xe1\x0d\x0c\xf0\xcd\xb6\x57\xa6\xc1\x57\x4c\x84\x19\x3d\xc8\xf4\x97\xa6\xe2\x95\x27\x59\xb6\x9d\x5b\x04\x8e\xc7\xb1\xf3\xac\x04\x06\x45\x2d\x85\x4f\x13\xdc\x19\xb5\x29\x97\x35\x36\xfa\xda\x6b\x2e\xcc\x9f\x50\xa2\xd8\x85\xd5\x45\xb0\xee\x92\xd4\xb5\x40\x29\x23\x6e\x69\x33\x7b\xc6\xca\x99\xac\x78\x37\xbe\x19\x69\x98\xb0\x21\x14\x24\x8b\x62\xe3\x4f\x14\x1c\xf0\x91\x2a\x40\x22\xba\xc3\x32\x77\x4b\x9f\x33\x7f\x91\x2c\xd6\x7f\x33\xa9\x41\x89\x1e\x17\x93\xc5\x93\x54\x91\x97\x6d\xba\x71\x2e\x93\x4c\x3c\x28\xd9\x39\x73\x83\x9d\x6b\x38\x19\x3b\x18\xec\x30\x8d\x11\xdb\x0c\x89\xf7\xfd\x6a\xef\x1f\x58\xaf\x11\x2a\x22\x11\xf6\x2d\x0a\x8c\xaa\xaa\x9a\xa3\x64\x0a\x5a\xb2\x43\x20\x96\xc0\x02\x94\x40\x92\x9e\x47\x24\xbc\x4b\x23\x61\xe8\xbf\xbd\x5b\xbe\x8b\x8d\xaf\x9d\xcc\xb4\x8b\x4c\x17\x07\x56\x03\x14\x2c\xa5\x75\xaf\xe5\x83\x01\x83\xcb\xef\x47\xfd\xbd\xf7\xae\x45\x77\xee\xd6\x9d\x37\xfe\xbd\x79\x3d\xf6\x99\x81\x83\xe1\xb8\x49\x1f\x30\x52\xe3\xab\x1c\xc5\x01\xf6\xb8\xb0\x79\xf0\xe9\x0e\x6b\xa0\x2a\xb6\x41\xe4\xae\x6b\xad\x3e\xd4\x71\x48\x58\x3e\x6a\xdd\xe2\xd4\x91\x67\xfc\xd2\x13\x7e\xbf\x3a\xca\xf7\xde\xe4\xb0\x47\x3b\xeb\xa4\x13\x7a\x6d\xab\x02\xd3\xf9\x4e\xd2\xbf\x56\x84\xec\x1f\x5c\x67\x5c\x71\xd7\xa8\xf7\xb7\xf2\x40\x20\xb4\x14\xaf\x7a\xd5\xba\xbc\x60\xcb\x84\x61\x37\xcd\xf7\x53\x2d\xc5\x94\xc1\xe2\xb3\x5e\xf6\x7c\xd6\x79\x7d\xdf\x3f\xf2\x3c\xed\xfb\x0d\xe2\x95\xe9\x17\x7e\x23\xf4\xc7\x59\xe8\xa7\x4d\x7c\xd8\x11\xf8\x29\xd0\x4c\x45\x18\xb7\x99\x2d\xe8\x7d\x01\x35\x07\xc6\x55\x28\xa5\x16\xe3\xfd\x92\x87\xea\x6c\x20\xd2\x33\x86\x5a\xe9\x44\xd0\xee\x10\xe6\x1c\x66\x78\x21\x33\x28\x9c\x0b\xbb\x09\x1e\x90\x0c\x14\x18\x6b\xa5\x4d\x60\xdf\xa3\x2d\xe1\xb5\x38\x91\x30\xf6\xd3\x4f\xb0\x25\x8c\x56\xc5\xe9\xef\xcc\x5c\x3c\x14\x07\x7b\x28\x08\x6c\x50\xa0\x8e\x2d\x57\xf3\x79\x1c\x35\xec\x5a\x30\x3c\x2d\x4f\x66\xac\xf1\x3e\x03\x3b\x19\xab\x58\x04\x68\x7a\xd5\x1b\xdc\xd5\x85\x34\xaf\x35\x6a\xa8\x16\xf6\xb4\xeb\x80\xe1\x4e\xdf\x25\x75\xe6\x23\x55\x8b\xf5\xc4\x30\x44\x7a\x8c\x31\xf6\xd1\x96\xe9\x59\x8d\x22\xd4\x86\x1e\x5e\x3c\x13\x96\x2c\x77\xa8\xae\x5a\xa4\x22\x8e\x4c\x69\x3d\xb2\xd6\x81\xa5\x83\xb6\xe2\x5d\x87\xd3\xeb\x49\x34\x25\x70\x8c\x5c\xf7\x42\x20\x53\xdd\xc1\xca\x41\xa5\x39\xc4\xb7\xc5\x1a\x42\xbb\x49\x69\x5f\x10\x19\xa6\x64\x36\xbb\xbb\x4e\x0f\xed\xa8\x3a\xf8\x34\x36\x57\xec\x76\x7c\x4d\xab\x72\xa2\x90\x0f\xbd\x8a\xfb\x71\x42\x3b\x38\xe6\xd2\xe3\xce\x59\x53\xa7\xa8\x85\xef\x26\xd8\x87\x2d\x91\xd0\xa1\x94\xd1\x8d\xd4\x6f\x0e\xb0\x9d\xbf\x2d\xf8\xbf\x18\x04\x8e\x4b\x40\x66\xc8\xe5\x86\x20\x70\x79\x16\xef\x9a\x0c\x30\x02\xf5\xf2\xa8\x91\x96\xa3\x9a\x16\x8d\x77\xae\x4f\xea\x5b\xa2\x51\x12\x13\x58\x71\x66\x1b\x32\x58\x43\x2f\x7d\x5b\xb5\x26\x8a\x78\x48\xa6\xd2\x4d\x29\xf5\xcd\xc7\x8d\xb7\x3e\x26\xd3\x0b\xa3\xf2\x8e\x57\x5f\xdc\x50\x58\x57\x1a\x66\x47\x4b\xb6\x5b\x64\x6e\x28\x0b\x7e\xf6\x92\x9d\xc5\x06\x41\x33\xb0\xfc\x06\xe4\x84\xfc\x9c\x6c\x47\x71\x1f\xcd\xe0\xe2\x2e\xfb\xc5\x6c\x23\x38\x9e\xc6\x39\xd7\x0c\xb8\x55\xf1\xed\xe1\x32\xd9\x38\x41\x25\x83\x5a\x8f\xc9\x9a\x32\x82\xa3\x1b\x21\xb8\xd0\xfc\x98\xab\xb3\x7a\x1c\xb5\xb4\x4d\x83\xf4\x60\x1a\xdb\x06\xb2\xd0\xf4\x35\x28\xe9\xe8\x9f\xfa\xa2\x42\x85\x54\xdf\x9d\xe6\xe4\xb5\x13\xdb\xec\xfc\xe8\xb3\x3e\x63\xf8\x3e\x92\xbc\x4c\x6f\x4a\xb8\xd9\xaa\x03\x38\x61\xfc\x5d\x7f\x2f\xa8\x61\x97\xe1\x7e\xa4\x36\xc5\x7d\x9a\x0e\xbe\x3a\xd6\x59\xc7\x49\xfd\x06\x9d\x3d\x4f\x54\x92\x1d\x16\x89\x58\x0b\xc5\x8f\xa5\xe8\xdd\xf2\x85\x21\x7c\x42\x7e\xf9\xf2\x68\x25\x5d\x7f\xfc\x68\x25\xdd\x37\x3b\x5a\x79\x3a\x09\x2d\x1c\x57\x78\x64\xe1\xca\xce\xf8\xf5\x9b\xca\x02\xf7\x64\xfe\xe8\xe2\x7a\x4d\x77\xc8\xc6\x92\x98\xb7\x23\x16\xe6\xc3\xea\xd9\x02\xe8\xa5\xea\x2a\x33\x08\xd7\x50\x69\x38\x95\xbe\xc4\xca\x8c\xc7\x46\x25\x86\x22\x9d\x6b\x84\xd9\x9d\x49\x23\xfe\x07\x28\x26\x12\xfe\xe0\x17\xe6\xda\xf0\x3f\x8e\xd9\x1d\x96\xe7\x5a\xef\xe5\x18\x35\x02\x3f\x71\x88\x9a\xd6\xe4\x28\xce\xae\xcd\x6d\x01\x88\x8d\x29\x5f\xc9\xd8\x9f\x11\x18\x23\x68\x0f\xd7\x97\x0d\xca\x7c\x34\x66\x52\x82\x1f\x8a\xdb\x32\xa9\x32\x34\x6f\x74\x04\xdb\x91\xbb\x59\x73\x77\xd8\xe2\x05\xe8\x7f\x2f\xc7\x3f\xad\x78\x5f\x94\x65\xfe\x37\x17\x89\x92\xcd\xf0\x54\x1f\x65\x0f\x48\x7f\x75\x50\x1c\x13\xa9\x97\x67\x86\xc6\x02\x92\x20\x6d\xdc\x90\xd0\xd0\xf3\x4e\xfe\xf4\xbf\x00\x00\x00\xff\xff\xfa\xf8\xee\x1b\x6b\x25\x00\x00" func flowfeesCdcBytes() ([]byte, error) { return bindataRead( @@ -140,11 +140,11 @@ func flowfeesCdc() (*asset, error) { } info := bindataFileInfo{name: "FlowFees.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xcb, 0xb0, 0x7b, 0xa5, 0x4e, 0x7d, 0xf2, 0x42, 0x7, 0x16, 0x7c, 0xc2, 0x9f, 0x8a, 0xab, 0xd, 0x4c, 0xeb, 0xd, 0xc3, 0x91, 0x39, 0x46, 0x83, 0xb, 0x19, 0x41, 0x3b, 0x8c, 0xe3, 0x3f, 0x5d}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xf1, 0xbc, 0xc9, 0x5, 0x7c, 0xfa, 0x23, 0x68, 0x86, 0xb2, 0x56, 0xe7, 0xed, 0x9f, 0xf8, 0x98, 0x94, 0xbb, 0xc7, 0x72, 0xe0, 0x6, 0xa8, 0x11, 0xc2, 0x10, 0x73, 0x46, 0xd5, 0x9e, 0xae, 0xa9}} return a, nil } -var _flowidtablestakingCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x7d\x6b\x73\x1b\x37\xb2\xe8\xe7\xeb\x5f\x01\xfb\x83\x43\x6d\xf4\xf4\x23\x27\xab\x92\xbc\xeb\x48\xf1\xb9\xaa\x6c\x64\x97\xe5\x6c\x3e\xb8\x52\x09\x34\x03\x8a\x38\x1e\x0e\xb8\x83\x19\xd1\x3c\x8e\xff\xfb\x2d\x34\xde\xaf\x99\x21\x45\x3b\xbe\xd9\x55\xed\xc6\x12\x39\xd3\x68\x34\x80\x46\xbf\xfb\xe0\x2f\xf7\xee\x21\x84\xd0\x8b\x8a\x2d\x2f\xce\xdf\xe0\xeb\x8a\x5c\xb5\xf8\x1d\xad\x6f\xe4\xe7\x6f\x66\x04\xbe\x43\x17\xe7\x08\xbe\x45\xb8\x2e\x91\x7a\x04\x15\xac\x6e\x1b\x5c\xb4\x68\x8e\x6b\x7c\x43\x38\xbc\x52\xb3\x92\x20\xb6\x20\x0d\x6e\x59\xc3\xbf\x82\x17\x4a\x52\x91\x1b\xf5\x37\xad\xa7\xac\x99\xe3\x96\xb2\x1a\x9e\x17\xdf\xc3\x10\x2d\x7b\x47\x6a\x8e\xda\x19\x6e\x11\x6e\x08\xe2\x2d\x7e\x47\x4a\x84\x39\x5a\xe0\xa6\x45\x6c\x8a\x5a\x8d\xcd\xab\x86\xb5\xac\x60\xd5\xbe\xc4\xf2\x92\x95\x84\x23\xde\x5d\xcf\x69\x2b\x1e\xa2\x8d\x7c\x19\xb5\x0c\xde\x59\x74\xd7\x15\x2d\x10\x2e\x4b\xf1\xe4\x45\x3d\x65\x68\xda\xd5\x85\x41\xa1\xec\x1a\x31\x1d\xf1\x28\x57\x53\xc3\x1d\x7c\x8d\x16\x33\xcc\xc9\xbe\x26\x06\xe5\xa8\x21\x05\x6b\x4a\xae\x86\x11\x93\x81\x19\x14\x6c\x3e\xa7\x6d\x4b\x4a\x35\x8d\x7d\x41\xba\x15\xc2\x15\x67\x68\x49\xab\x0a\xdd\x90\x16\x61\xc0\x14\x60\xbd\xbc\xfe\x1f\x52\xb4\x72\xb2\xad\x78\xb2\xc0\x35\xea\x38\xa0\x0c\xb8\xef\xa2\xae\x56\xbf\x08\xf8\x4b\xda\xce\xca\x06\x2f\x51\x43\x96\xb8\x29\xb9\x42\xe9\x7b\x5c\xcc\x24\xc5\x67\x98\xa3\x79\x57\xb5\x74\x51\x11\x89\x03\xba\xee\x8a\x77\xa4\x55\x14\x9d\xb1\xaa\x54\x48\x4b\x0c\xe1\xfd\x6b\xcc\x49\x89\x58\x6d\xa9\xd6\x76\xfc\xd8\xce\x66\x57\xad\x82\xc6\x86\xd6\x37\x06\xb1\x52\x62\x26\x11\x22\xa5\xc2\xe8\xdc\x2c\x35\x4c\x09\x08\xd0\x90\x1b\xca\x5b\x22\x46\xd6\x5b\x81\xa0\x17\xff\x78\xf9\xb3\xf8\x00\xfb\x3b\x66\xd4\x82\xa0\xeb\x15\xea\xb8\x7e\x44\x83\xbf\x24\x4b\x33\xfa\x64\xc7\x2c\xf1\xbe\xde\xc9\x2b\x34\xc3\xb7\x44\x42\xc5\xf3\x24\x95\xfc\xcd\x8b\x4a\xb6\x6f\xcf\xc1\xf3\x72\x4e\x6b\xa0\xb3\x80\x80\xbb\x76\xc6\x1a\xda\xae\xc4\x1c\x1a\x32\x67\xb7\x44\xbe\xad\x36\xc8\x2e\xbc\xd7\x90\x69\x57\x97\x88\xd6\xbc\x9b\x4e\x69\x41\x49\xdd\x56\x2b\xbd\xb3\xc5\xe3\x7c\x17\x2d\xf0\x4a\xaf\xea\xae\x39\x11\x00\x4f\x9d\x88\x6b\xd2\x2e\x89\xc5\x14\xb6\x16\x27\x72\x5b\xcd\xf0\x62\x41\x6a\xc4\xea\x82\x20\x72\x4b\x9a\x15\x22\x0b\x56\xcc\x14\xda\x57\x84\x88\x5d\x4f\x05\x19\x70\x65\x68\x59\xb2\xa2\x9b\x93\xba\x85\x43\x88\x66\xa4\x21\xc7\x68\xd6\xb6\x0b\x7e\x7c\x70\x50\xb2\x82\xef\xb3\x7a\x5a\xb1\xe5\x3e\x6b\x6e\x0e\xd4\x3b\x07\xf7\xee\xa1\xbf\x1c\xdc\xbb\x47\xe7\x0b\xd6\xb4\xe8\x45\x57\xdf\xd0\xeb\x8a\xbc\x01\x12\x4e\x1b\x36\x47\x0f\xbc\xcf\x1e\x98\x27\x2b\xb6\xf4\x9e\xd2\x7f\x9b\x27\xbe\xeb\x9a\x9a\x34\xea\x6b\xf9\x87\xf7\xf6\x0b\x42\xb8\xf3\xb2\xf8\xd3\x7c\x7f\xd6\xac\x16\x2d\xbb\x77\x0f\x17\x05\xe1\x7c\x82\xab\x6a\xc7\x72\xa5\x98\xa9\xa1\x0f\x92\x2e\x07\x07\x07\xe8\x7b\x41\x27\x49\x6f\xe7\x65\x72\x4b\xea\x16\x5d\x92\x25\x7c\x3d\x69\x59\x8b\xab\x2b\x58\xae\x63\xf4\xd3\x0b\xfa\xfe\x9b\x27\xbb\x08\x3e\x7c\x0d\x2b\xf6\x0a\xaf\x58\xd7\xda\xaf\x6a\xf5\xe2\x19\xeb\xea\x96\x34\xc7\xe8\xa7\x8b\xba\xfd\xe6\xc9\x4e\x66\x1c\x78\xf6\x8d\x05\xc7\x5f\x61\x5a\xca\x41\x2d\x4c\x31\x75\x31\x69\xfb\xc9\x9c\xd6\xad\x8b\xd0\x94\x10\x0e\x84\x73\x3e\x23\x0e\x1a\x2f\x58\xa3\xe0\x5b\x84\x0c\x1d\x0c\x4b\x4a\x92\x41\x7c\x7b\xd6\x10\xdc\x92\x72\x22\xf6\xeb\xc5\xf9\x31\xba\x6a\x1b\xe0\x03\x0d\xab\x88\x04\xf8\xed\x2e\xc2\x73\x31\xd6\x99\x66\x1c\x1a\x91\xdc\xcc\x61\x0b\x70\xf3\x78\x04\x5b\x82\x1b\x07\x45\xae\xcf\x86\x20\xc4\x04\x25\x98\xd7\xe4\x5f\x1d\xe1\x2d\x29\xdf\xb0\x9f\x24\x87\xbb\x13\x56\x3f\x69\x86\xb9\x05\x28\x77\x9a\xdd\x6b\x60\x4e\xe5\xf3\xba\x7c\x0d\xdc\x68\x63\x60\xee\x1e\xed\x87\xe0\x6f\xbf\x63\x34\x70\x0c\xf4\x24\xe5\x94\x7f\x56\x57\x5d\x7d\x27\x34\xb7\x03\xeb\x92\xb4\x4b\xd6\x88\x55\x7c\x5e\x96\x0d\xe1\xfc\xa7\x45\x99\x3c\x0b\x35\x59\xaa\x27\xf4\x67\x7d\x4b\xf2\x33\xa1\x37\xb3\xf6\x6c\x86\xeb\x9b\x34\x2c\xf9\x40\xe2\xb4\x9a\x0b\x2e\x7f\x64\xcd\x23\xb9\x73\x6b\xa4\x31\xf1\xa1\x18\xe1\xf1\xa3\x1c\xb2\x06\xd6\xd0\x79\x4d\xc0\x1c\x4b\xe3\x60\x8c\xcc\x69\xde\xde\x00\x23\xce\xf9\xf6\x06\xcb\x73\x81\x6d\x8f\xf1\x89\x68\xd6\x77\xe8\x47\xc0\x5f\x93\x13\x98\x61\xc7\xb2\x84\xed\x4d\x71\x2b\x23\x99\x73\x7a\x66\x84\x10\x4a\xaa\x92\x8f\x39\xad\x5d\xfb\x8a\x34\x85\x10\xcb\x6e\xc8\xa4\x26\x4b\xef\x83\x61\x46\xb5\xfc\x99\x90\x77\xd5\x4a\x4a\x24\xe2\x7d\x5f\x36\xe9\x79\x51\x09\x47\x3f\xd2\x9a\xce\xbb\x39\x17\xef\xea\xdf\x8f\xd1\x07\xb8\xdf\x35\x94\x8f\x3d\x60\xcc\x4c\x7c\x78\x0e\xb8\x04\x9d\xfe\x2f\xab\xa4\x32\x85\x68\x49\xea\x16\xe4\x69\xd0\x33\xa7\xac\x41\xb8\xaa\xe0\x2b\x10\x94\x11\xad\xe5\x1f\x92\x25\xef\x1b\x10\x17\x75\x51\x75\xe2\x01\xf9\x98\xd6\x1f\xeb\xaf\x5a\x84\x8b\x96\xde\x92\x6a\x05\x1a\x24\x2d\xe8\x02\xb7\x42\xb5\xd5\x6f\xbe\x23\x2b\x74\x2a\xa5\xf6\x8b\x73\x77\x62\x5a\x84\xdc\x41\xb7\xb8\x91\x70\x8f\xd1\xdf\x3f\xc8\xad\x70\xac\x6e\x55\x21\xe6\x7f\xb4\x33\x11\x2a\xc2\x5c\xce\x53\x6d\x0b\x50\x59\x1d\xa5\x96\x08\x65\x0d\xb6\x75\x83\xda\xd5\x42\xea\x6c\x5a\xdf\x33\x70\x68\x8d\x58\x53\x4a\x65\xe9\x9a\x08\x69\x96\xd3\x92\x34\xa4\x44\xb7\xb8\xa2\xa5\x79\xee\x07\xb2\xe2\xc7\xe6\xaf\x23\xb4\x87\xce\x58\x55\x91\xa2\x65\x8d\x54\x88\xcd\x77\x8f\xe0\xbb\x9a\x93\x9a\x77\x3c\xf8\xee\x31\xda\x43\xdf\xbf\x27\x45\x07\xaa\x80\xff\xdd\x13\xb4\x87\xfe\x49\x1a\x3a\xa5\x05\x4e\x7c\xfd\x14\xed\xa1\xe7\x40\x2f\xe7\x0b\xbd\x33\x8a\x42\x50\x40\xd2\x4f\x51\x05\x18\xbb\x60\xbe\xb4\x11\xf2\x61\xb0\xb1\x7c\x42\x82\x08\x9c\x21\xa3\x63\x1b\x88\x36\x89\x01\xc2\xa6\x92\xdc\xb0\xb8\x40\x6c\x47\xa7\x2c\xba\xa6\x11\x9b\x96\x44\x2a\x80\x8b\x36\xe0\xe0\xde\x49\xdf\xad\x40\x58\x5c\x2d\xc8\x1d\xb0\x07\xad\xed\x9a\xa0\x05\xa6\x60\xdb\x50\x9a\x9f\x42\xaf\x5d\x03\x3f\x22\x95\x87\x77\xa4\xf6\x4f\xba\x8f\x4b\x23\x96\x4e\x1b\x4f\x96\xc0\x22\x10\x96\x43\xda\x4d\x69\xa9\x74\x43\x5a\x4b\xc4\xcb\x97\x6f\xbe\x3f\x46\x67\x12\x9b\x6a\x85\xa8\x38\x63\x2d\xea\x38\x29\xf3\xa7\x45\x4e\xe8\xb5\x18\x36\x66\x1f\x3e\x6e\x0b\xc3\xde\x04\x82\x9a\x12\x12\x2d\xd0\x65\x3d\x75\x1c\x89\x45\x90\x9a\xa0\x81\x22\x26\xd5\x71\xd2\x38\x5b\x43\xf1\x69\x58\x6b\x86\x68\x9b\xa5\x9f\x00\x7e\x6e\x1e\x96\x97\xc0\x59\x8a\x8c\xaf\x70\x3b\xe3\xb0\xd7\x78\xcb\x60\x13\x69\x45\xba\x21\x9c\x75\x4d\x41\x62\xfe\x5e\x11\x29\xe9\xc1\xce\x69\xae\x5a\xd6\xe0\x1b\x22\x00\x89\x0b\xc5\xfc\x31\xf0\xda\x2b\xb0\x5b\xc9\xb7\xec\xef\xc9\x97\x14\xcf\x05\x1b\xc5\x5a\xa3\x39\x5c\x3b\xf3\x96\xa4\xc3\x5f\xec\x4f\xda\x18\x78\xc6\xe6\x0b\xc6\x69\x4b\x90\x38\x21\xe8\x9c\x4c\x69\x0d\x86\x07\x8e\xfe\xe2\xfe\x1c\xf8\x97\x24\xa6\x35\x77\x6d\x82\x72\x21\x29\x47\x7c\x41\x0a\xc1\x7a\x1c\x1b\x11\xad\x41\xa7\x8f\xe6\xa1\x97\xc1\x61\xcc\x5a\xd3\x77\xb7\x5b\x57\xd3\x7f\x75\x82\xd5\xeb\xe3\x50\x6b\xd5\x57\x3f\x75\x45\x5a\xb4\x9c\x91\xda\x7c\x2b\x10\x29\xa4\x18\x6d\x1e\x0c\x29\x48\x4b\x2d\x24\xc4\x43\xc2\x99\x62\x53\x7f\x24\x17\x00\x9c\x18\xab\x47\xdf\xcb\x3e\x54\x87\x9a\x88\x19\x74\xf8\x8d\x1f\xc8\x6a\xf0\x69\xb5\xa5\xdd\x47\xfd\xd9\xbc\x3c\x7f\x79\x8c\x5e\x35\x8c\x4d\xc5\x84\x5e\x31\xce\x09\xe7\x62\xc1\x26\xaf\xd8\xab\x1d\x4d\x52\x7d\x32\x16\x0d\xbd\xc5\x2d\x11\x57\x6c\x82\x2a\xc0\x1f\x5d\xae\xc8\xea\x6a\x85\xda\x19\x95\x97\xb8\x66\x80\xd5\x0a\xae\x48\x6d\x6d\x14\xbc\x87\xc2\x65\x0f\x46\x2c\x63\x68\x0c\xe0\x53\x2e\x6e\xca\x8e\xa0\x79\xc7\x5b\x84\xab\x25\x5e\x71\xc1\x71\xf1\x35\x53\xd6\x3f\x7d\x4d\x37\xf2\x32\x9a\x0b\x5e\x2b\xef\x61\x63\x9b\x13\x17\x4b\x51\x90\x45\x9b\x1a\x47\xd1\x6e\x8e\x17\x0b\x81\xc9\x85\x92\x5c\xf4\xb5\x61\x6f\x8c\x63\xf4\x77\x63\xef\xda\xff\x27\xee\xaa\x36\x45\x0c\x4b\x06\x4b\x01\x31\x6f\xd7\xa6\xac\x0c\xda\x82\x09\x49\x21\xe8\x7d\xab\x2d\x7d\x2e\xc0\x1f\xd9\x2d\xe1\xda\xec\xed\x62\xa2\x8c\x87\x48\x9a\x9b\x11\xa9\x4b\xb1\x62\xb8\x76\xee\x98\x91\x33\x73\x4c\x3c\x77\x99\x9c\x36\x22\x4b\xcb\x1e\x58\xe9\x1b\x72\x4b\x59\xc7\x03\x94\x32\xd3\xd2\x0a\x42\xff\xc4\xf6\xd7\x99\x99\xd1\xd5\x06\x67\x36\x3c\x2b\xc1\x19\xc5\x6d\x04\x6c\xb2\x65\xd6\x7e\x2f\xd8\x8b\xb8\xdc\xa4\xd5\x7f\x89\xeb\x76\x7d\x14\x87\x69\x7f\x65\x2e\x28\x79\xa7\x0a\x54\x40\xe2\x00\x1a\x52\xae\xa8\xb6\xce\xd0\xaf\x95\x9d\x7f\x68\xe8\x7f\x50\x0e\x42\x8f\x3d\x37\x6a\xd7\x6a\x3a\x79\x96\xfe\x14\x43\xb5\x6f\x0a\xa1\x5b\xaa\x5a\xc7\xae\xba\xe6\x48\xde\xee\x66\xa3\x75\x21\x0f\x33\x4c\xe1\x1c\xe4\x14\x69\x9d\x57\xee\x87\x9a\x2c\x7b\x8e\xb3\x61\x85\x8e\xa6\xe7\xd9\x71\x1f\x3f\x8a\xc7\x4c\x0b\x79\xfe\xa6\x68\xb4\xc1\x41\x20\xa3\x76\x48\xe2\x24\x67\xf1\x69\x33\x66\x0b\x5f\x52\xd1\x58\x49\xd3\x91\x10\x2d\x4b\xd2\x92\x66\x4e\x6b\x71\x48\x56\xd2\x69\x21\xb1\xd5\x7b\x74\xda\xca\x7d\x18\x39\x59\x26\x96\x01\x2b\xfe\x79\x74\x78\xb8\x93\x45\x10\x2e\x7a\x5c\xf9\x46\x2b\x8b\x95\xf8\x7a\x62\xfe\x82\x4f\xcc\x95\xb9\xeb\x7d\xee\x5a\x94\xbd\x2f\xb2\xb7\x5f\xee\x31\xe7\x1e\xf3\x1f\x89\xef\x39\xff\xfb\x98\xc9\x7d\xf0\x1c\x1b\x72\xcb\x7f\x34\xef\xec\xa0\x0f\xde\xfb\x8b\x86\x04\x9f\xc8\x09\xef\x57\xa4\xbe\x69\x67\xe8\xf4\x14\x7d\xf3\xe4\x18\x3d\xb8\x94\x5a\x27\x52\x1f\xc3\x5d\x75\x4d\xd0\xe3\x47\xe8\x7a\xd5\x12\x8e\x26\xdf\x3c\x41\x33\xf2\x1e\x15\x33\x2c\x64\x6b\xd2\xf0\x9d\x07\x11\xd8\xd8\xc3\xb1\x4f\xf9\x3f\x85\x9a\x08\x8e\xce\xf3\x09\x2d\x77\x8e\xd1\x83\x37\x5a\x9a\xb9\x38\x97\x03\x81\x1f\x0c\xee\xdc\xba\x9b\x5f\x0b\xf1\x59\xf0\xab\x8a\x2d\x49\x53\x60\x4e\x82\x81\x47\x8d\x0b\xea\xd7\x5b\x5a\xfe\x22\x66\x58\xd3\x4a\x0d\x7b\x71\x8e\x0a\x5c\x8b\x9b\x1b\x57\x0d\xc1\xe5\x0a\x91\xf7\x82\x41\x28\x65\x5e\x3a\xcb\xe2\x01\xc4\x46\x40\xcf\x4e\xe5\x56\x98\x1c\xed\xa0\x87\x0f\xe5\x67\x27\xfa\xb3\xa7\x7a\x62\xf0\xb1\x26\xdf\xd1\x2e\x7a\xb4\x8b\x1e\xef\xa2\x27\xbb\xe2\x0a\x7f\x1a\x43\x8e\x76\x92\x5e\x98\x67\xe8\x50\x8c\x92\xfd\xfe\xe4\x14\x3d\x3d\x3a\xd4\xd4\x0c\x9f\x32\x18\x54\xe2\x8f\x76\x86\x6b\xf1\x74\x2f\x11\xbd\xcd\xea\x6c\x8f\xa3\x47\xdf\x46\xa3\xfc\x40\x56\xe1\x4e\x21\xef\x71\x21\x0e\xe8\x37\x4f\xf4\x8e\x39\x7a\xf4\xed\xf0\x96\xb1\xfb\xdf\x1d\xf2\xaf\x8f\xd4\x90\xf6\xeb\xdc\x78\x7f\xfd\xc6\x8c\xf7\xd7\x47\xc3\xe3\xdd\x4f\xec\x95\x1b\xd2\x46\x86\xf5\xb3\x0a\xd3\x39\x29\x27\x58\x9f\xef\x88\xc4\x3b\x59\xda\xab\x1d\x06\xbb\x5a\x6f\xb3\x6b\x42\x6a\x54\x48\xa0\x1b\x60\xf5\x03\x59\x69\x8c\xde\x09\x56\xe1\x2d\x45\x8c\xc9\x0f\xd2\x83\xbf\x1d\x2c\xae\xcc\x1a\x78\x28\xd8\xa5\xd9\x89\x17\x6b\xbd\xc1\x9d\xcb\x53\xfc\x88\x4b\x17\xee\x84\x1f\xc0\x20\x26\x55\xcd\x1f\xc8\x6a\x12\x61\xbc\xd0\x5f\xb9\xe8\xec\x97\xa4\x60\x25\xf9\xbf\xe4\xfd\x64\x67\x37\xde\x70\xf4\xa6\xc6\x6d\xd7\x90\xe7\xd5\x0d\x6b\x68\x3b\x9b\x1f\xa3\xab\xe8\xb3\xfd\xef\xfe\x71\xf5\xeb\x77\xff\xb8\x3a\x7a\xf4\xeb\xe3\x6f\x8f\x3c\x20\x3b\x31\xb2\x35\x69\xd7\x41\xd5\x3f\x69\xdb\xc0\xf6\xfb\xb3\xf3\xab\xe7\xbf\xbe\x7a\xf4\xf4\x9b\x3e\x54\x8d\xda\x04\x56\xb4\x95\x92\x72\xd9\x2d\x2d\x49\x99\x54\xa5\xc6\x28\x51\x80\x25\xa9\xa6\xfb\xb4\x44\xa7\x88\x96\xf1\x17\xc0\x11\x4f\x81\x31\xc6\x5f\xc6\xa7\xe7\x34\x3e\x51\x7d\xaf\x49\xc2\x7b\x7f\xc7\x8f\x3b\x3b\xf3\xd4\xd9\x29\x89\x49\xb8\xa2\x03\x3a\x45\x87\xf1\x23\x8e\x20\x79\xb2\x87\x3e\x7c\xec\x79\xc2\x08\x6c\x00\xc9\x7b\x30\x71\xd4\x3a\xf0\xe5\xe9\x33\xb6\x00\xc3\xc7\x01\x97\x96\x8f\x83\x88\x26\x44\xb3\xa8\xdd\x98\x5e\xbb\xfa\x98\x1d\xa3\xb6\xe9\xc8\xce\x96\x46\xfe\x81\xac\x52\x83\xfe\x40\x56\x5b\x1d\xd0\xae\x8f\x1d\xcd\x7e\x16\x0d\x15\xd3\x3f\x90\x99\xc4\x32\x85\x1f\x61\x7e\x3f\xd6\x1b\x32\x80\x94\xc6\x7a\xb2\x67\x83\x47\xf6\xa5\x11\xe6\xfb\xf9\xa2\x5d\xc1\xbb\x93\x5b\xf1\x5f\x69\x8b\x15\xff\x3d\x09\x81\x3f\x9b\xec\xec\xac\x35\xaa\xd1\xfe\xfe\x98\x81\x3f\xff\x84\xb5\x42\xf7\xf9\xc7\x0d\x15\x19\x71\x5a\xf7\x83\xf3\x4a\xe6\x34\x1b\x80\xa2\xd8\x9f\x8e\x40\x31\x4c\x2f\x11\x85\x92\xda\x9f\xfb\xd7\xb8\xc2\x75\xe1\x9c\x9a\x40\x99\xfc\xa9\xa5\x15\x6d\x57\xe8\x85\x8a\x20\x93\x4a\x5d\x31\x23\xc5\x3b\xae\x6c\x91\x5f\x71\xc4\x6e\x49\x83\xab\xca\x31\xd3\x28\xb8\xd2\xa4\x41\x5b\x8e\xae\x59\xd3\xb0\x25\x29\x95\x9c\x1b\x29\x50\xc6\x1c\x4d\xc9\x12\x4d\xbb\x1a\x40\xbf\xe8\xaa\xca\xe0\xfa\x9d\x04\x39\xd9\xd1\xca\x5e\xa0\x5c\xd0\x29\x9a\xf4\xcd\x11\x7d\x1d\x9f\x2c\x33\x7f\x74\x32\xb0\x2e\xb1\x22\xd3\x90\xb6\x6b\x6a\x58\x2e\xf7\xe3\x8f\x88\x54\xbc\xe7\xf9\x4d\x51\x44\x7b\xfd\x18\x06\x52\x4d\x66\x3d\xe5\x32\x20\x8c\x1a\x32\x25\x0d\x11\x70\x5b\x26\xfe\xc7\x6a\xa2\xef\xdc\xc0\x5c\x61\x2d\xce\x56\x4d\x19\x5e\x3e\x39\x50\x60\xa9\x98\xfc\x9a\x8c\xb8\x38\x86\x10\xc2\x89\xaf\x5c\x6a\xf7\xf3\x0e\x7a\x18\x40\x19\xa5\x66\x06\xf7\xe5\x5b\x67\xdc\x5f\xd0\x7d\xa9\x97\x45\x2f\x89\x9f\x07\x57\xd2\xda\x4e\x9c\x58\x5d\xa1\xbb\x95\x8c\x48\x9f\xcf\xa0\xd6\xe6\x5f\xcb\x6a\xd9\x27\x0f\x7b\x31\xc2\x7c\x3d\x1a\xfc\x6d\xe7\x7e\x6e\x89\x9f\x97\x25\xc2\x0e\xee\xca\x56\xe8\x44\x64\x66\x57\x4f\x2c\x1c\x27\xad\x0d\x1d\x4d\x7a\xfa\xcd\x87\xc7\xe8\xef\x01\x5a\xa1\x09\xa0\x77\xce\x27\x7b\xf7\x2d\xac\xd4\x6c\x86\xd0\x33\x32\xce\xe4\x57\x54\x93\x65\x60\xa1\xea\xc7\xc5\x95\x8f\xec\xbb\x6b\x60\x11\xa9\x6d\x12\x89\x30\xf4\x29\x85\x44\x5a\xf0\x5c\x86\x12\x67\x8c\x83\x75\x2f\x2a\x24\xb2\x61\x3c\x80\x8b\xfa\x43\x7d\x6d\x42\x0e\x52\x28\xf5\xdc\x47\x11\xa0\x75\x10\x94\xd2\xac\x44\x27\x88\xe4\x4a\xa1\x11\xca\xc0\xe6\xad\x7b\xfe\xe1\x72\xbc\xa7\x57\x6d\xd3\x15\xe0\xb4\x90\xf7\xb5\xf8\xed\x86\xb4\x48\x28\x7e\x7b\x60\xd8\x91\x91\xe9\xd7\xac\x6b\x15\x2f\x8b\xbc\x66\x5c\xc2\x30\x21\xf1\x1f\xc6\x78\xb8\x72\x8f\xb8\x3e\xac\xdc\x33\xeb\xb9\xb0\xfc\x37\x86\x5c\x58\x5a\x85\x1d\xf9\xa8\xef\xa4\x51\x66\xd4\xfe\x87\xa3\xd0\xd6\x81\xe7\x1d\x6f\xc2\x1a\xcf\x8f\x06\x6f\xcd\xf1\x29\x23\x70\x15\x1a\xe1\xd1\xc5\xf9\x9d\xec\xf0\x0f\xdf\x4a\xfe\xf2\xcb\xf0\xd3\xb1\xd5\x7c\x68\x26\x59\xc3\x76\x76\x43\xf6\x1b\x9c\xe1\x3e\x06\xab\xb3\x1f\xc4\x15\x9e\x3e\xd8\x62\xd6\x65\x7c\x9a\xd2\x9c\xe4\x95\x6e\x1d\xcb\x0a\x64\x4a\x0d\x02\x85\xdc\xc2\xdb\xef\xd1\xcd\x9d\xa7\xd6\x50\xd3\xed\x4b\x9b\x68\xec\xa9\xb7\x87\x95\x77\xe7\xb5\x3e\x3d\xde\xd3\xdc\xbc\xb7\x52\x62\xdd\xb0\x0a\x99\x00\x11\x09\x8e\xc3\x9a\x5c\x02\x8a\xf9\x72\x1c\x94\x34\x2a\xfa\xbb\x21\x18\x46\xc5\x4a\xc0\xd0\xdf\xe5\x61\x38\x22\xa9\xf7\xbe\xfd\x7c\xff\x1d\x59\x25\x96\x3e\x7d\xdf\x27\x00\x98\xef\xd7\xbb\x1b\xe3\xa9\xf4\xca\xe5\xe9\x4b\xce\x39\x27\xee\x57\x39\x01\xef\x9c\x34\xf4\x96\x94\x6e\x3c\x25\x0a\x5d\x51\x5a\x0c\x87\xf8\x02\xb3\x5d\x84\x3c\x69\xb3\x92\xb2\x9a\xd4\x46\xcc\x40\x9d\x7b\xdf\xfe\x72\x8b\x1b\xab\x14\x5e\x75\x73\x74\xaa\x49\x1a\xa2\xc5\xba\xd6\xc5\xec\x5e\x04\x86\xd6\x25\x79\x1f\x99\xc5\x96\x33\x5a\x11\xf5\xdd\x49\xb8\x57\xb4\x59\x3f\xd6\x0e\x3c\x2e\xad\x91\x72\xe4\x54\x00\xf8\x4b\xec\xbb\x52\x38\xc8\x7f\xbf\x46\x47\x39\xc0\x86\x72\xce\xda\xa6\x35\x22\x33\xe8\x4e\x04\x2b\x20\x9c\xf7\xe7\xd7\x76\x14\x8b\x77\x5a\x5d\x1e\xd6\x4d\x5c\xc8\x7d\x12\xf0\xc0\xce\x0a\x96\xf0\x93\x6f\x2e\x85\xbd\xcb\xcd\xb3\x36\x83\xf5\xa6\x25\x59\xf4\x1f\x72\x5a\x24\x37\xf5\x8e\x8a\xbd\x34\xfe\x73\x2a\x90\x4f\x20\xf3\xbb\x7b\x1e\x06\xaf\xd9\xe4\x21\x30\xb0\xd6\xdb\x2a\x52\x03\xbb\xa8\x15\xe2\xb9\x4d\x12\x1b\x7f\x94\x80\xf0\x75\xfa\xd2\xff\x3a\x7d\x8b\x27\x3e\x0e\x1f\xd6\x97\x69\x5e\x63\x7a\x6d\xf3\x76\x8d\x7f\x45\xea\x48\x9c\xb3\x82\x62\x31\xfe\x92\xb6\x33\xd7\x8a\x60\x5e\x56\x99\xbf\x2a\xca\x90\x72\x08\x04\x25\xa5\xb6\x87\x38\x61\x87\xcc\xc9\xeb\xa5\x1c\x5d\x13\x27\x54\x0d\x02\x40\x22\x35\xcc\x80\xcd\x1b\x7c\xbc\x98\x23\xca\x9d\xed\xea\x87\x89\x0d\xc7\x94\x6c\x27\xb0\x2b\x8b\x8a\x13\x96\x9d\x8e\x63\x1e\x89\xca\xc8\xe8\xb9\x2c\x1e\xc9\x88\x1b\x5c\x97\x62\x49\x2a\x56\x6c\x05\xc7\xf5\xa3\xc5\x22\x34\xc1\x41\xab\xf3\xa7\x65\x1a\x39\xae\x4d\xa8\xd8\x30\x32\x29\x6d\x70\xcd\xc8\x35\x8b\x90\x17\xba\xb6\x29\x1e\x63\xe3\xd3\x9e\x67\xc2\xa6\xc8\x88\x85\x4c\xf3\xa7\xb5\xe2\xa4\x40\x37\xec\x31\x09\x79\xae\xac\xcf\xe9\x1b\xf9\x37\x73\x7d\xfd\x51\x2e\xa8\x3f\xce\xe5\x96\x71\x7d\xd9\x6b\x6b\x1d\x47\x94\x39\x2b\x5b\xf1\x46\x39\x69\x1c\xfa\xb2\x1f\x10\xb2\xff\xe3\x93\xda\xcc\x27\xf5\xa5\x1a\xb6\x51\xda\xc8\x0c\x7b\x0e\xd7\xe8\x9a\x28\xd2\xa9\x88\xf4\x19\x5b\x9a\xec\x2b\xcf\xdc\x5c\x66\x93\x94\x95\xcd\xd9\x3a\x33\x86\x0d\xcf\x03\x36\x44\xdf\xc2\xb7\x65\x1b\xee\x5a\x06\xe2\x75\x0d\xbe\x91\x05\x77\x0c\xf8\x35\xec\xc3\xc3\xd7\x60\xce\x4e\x9a\x4e\x11\xdf\xa6\xf1\x34\x04\x54\x06\xb2\xef\x3a\xda\x52\x08\xcf\xda\x62\x9d\x47\x12\xf6\x51\x40\x45\x8d\x94\x7a\x20\x36\x49\x06\x58\xae\x6b\x97\x34\xd6\xd1\x34\x9c\x71\x26\x52\xd7\xb8\x99\x86\xb3\x89\x85\xb3\x0f\xd2\x5a\x66\xce\x34\xa0\x61\x5b\x67\x0f\xc7\xca\x81\xcc\xf2\xdd\x3f\xa3\x0a\x9b\xd4\x18\x69\xdd\x92\x66\x8a\x55\xe2\x9b\x9b\x33\x38\xde\x99\x97\x80\x0f\x62\x7d\x25\xd3\xa2\x04\xe0\x97\xda\x51\xe4\x28\xd3\x0a\x03\x23\xb6\xfb\x99\x9a\x70\xb3\xb1\x4a\x27\x4d\xca\x82\x62\xd9\x69\x58\xe4\x8f\x53\x13\xf1\x25\x22\x93\xc3\x67\x94\xdd\x51\xbe\xac\x54\x92\x1e\x70\x3e\xfb\x45\xda\x37\x1b\x04\x59\x86\x69\x27\xa4\xaa\x38\x5a\xce\x48\x3b\x23\x8d\x97\x35\x88\x21\xdb\x04\xfe\x5a\xce\x98\x93\xd1\xa6\x92\x68\xbd\x8c\x74\x69\x79\x50\xaa\x90\xdc\x1c\xde\x30\x42\x25\x13\xea\x10\xa9\x59\x77\x33\xeb\xd5\xf8\xe1\x23\x21\xed\x79\x7e\x25\x45\x0e\x31\x25\xe7\x20\x50\xfe\x7d\x45\x21\xf2\xe2\x05\x6b\xce\x70\x5d\xd2\x12\xb7\x44\x2d\x41\xdb\x81\x73\xdf\xb0\xe1\x63\xf4\x30\xc1\xe1\x2d\x6f\xdf\x39\x46\xdf\x31\x56\x25\x6e\x09\x33\xd5\xba\x85\xe4\xa0\xe4\x55\xa1\x22\x0d\xf6\x55\x50\xa2\x62\xfa\x27\x0f\x4d\xd2\xbd\x00\xfe\xf1\xd9\x44\x48\xb3\x4e\xec\x22\x2d\x01\x8a\xca\x51\x16\xe0\x9d\x18\x11\x24\x85\xd1\x60\xfc\xb7\x9e\x8b\x0e\xf2\x15\xda\xa6\xeb\x11\x14\xa7\xb8\xe2\x23\x6c\x69\x03\x3e\x2f\x31\xce\xe1\xfe\x21\x7a\xf8\x30\x1a\x27\x99\xc6\xf1\xdf\xa0\x8d\x34\x6f\x66\xb8\x56\xe5\x13\x5e\xb0\xe6\x35\xab\xc8\xa4\xee\xe6\x92\x7b\x1d\x8f\x70\x92\xe9\x20\xb9\xc0\xe3\x98\x8d\x7d\x93\x45\x69\xcc\x56\xfe\x8a\x3b\x4e\x78\xa4\x82\xf3\x55\x4a\x2e\x59\x22\x56\x47\x7b\xcc\xe5\x18\x52\xb2\x95\xc1\xa7\x9b\x85\x8e\xa4\xe3\x9c\x12\x04\x53\x5c\xe6\xfb\x5a\x7c\x08\xfc\xfc\xc1\x99\x8c\x89\x97\xc3\xa7\xa6\x41\xa7\xc9\xec\x27\xca\xeb\xaf\x20\xd6\x69\xd1\xb0\x1b\xf1\x60\x2a\x77\x63\x99\x4b\x1f\x09\xbf\xd8\x7a\xde\xc8\x1d\x32\x2a\x96\x5b\x4e\xa5\xf8\x18\xc5\xbb\x7f\x27\x43\xed\x9c\xed\x23\x95\x4d\x9b\xe6\xc9\x83\xe2\x91\x5b\x74\x2b\xdc\x1b\xd8\x23\x9b\x07\x7c\xf7\x78\xde\x9d\xf8\x68\x60\x14\x01\x1a\xae\xff\x3c\x15\x3f\xe5\x2c\xca\xa7\x0c\x58\x5f\xe6\x22\xd5\xbd\x31\x55\xd0\xed\x40\xcd\x2b\x13\x7e\xeb\x1e\x5f\x77\x1e\x19\xd6\xf2\xbc\x2c\x81\x69\x68\x93\x9f\x0c\xd1\xe3\x2b\xde\x92\xb9\x4d\x71\x76\xea\x74\xe4\xed\xd8\x31\x93\x81\x97\x2f\x89\xb4\xc2\x08\xde\xd2\x2a\x16\x99\xce\xdf\xfb\x04\x7c\x46\xa2\xbf\x19\x4f\xf9\x92\x0f\x12\x6c\x8a\x5c\xfd\x2f\xef\x2e\xb5\xf5\x90\x54\x11\x54\x13\x68\x1d\xce\x4e\x6c\x05\xb9\xc2\xde\x76\x90\xbf\x19\xf1\x26\x77\x90\xc2\xab\xae\x24\x50\x79\x42\xc9\x06\x27\x7b\xf2\xfb\x78\xd4\x97\x75\xb5\x12\xcc\x5f\x0c\x3d\x87\xe8\x53\xc1\xef\xa4\xd4\xa3\x04\xb7\xa9\xcc\xcb\x2e\x19\x94\x0f\x92\x0c\x30\x04\x23\xab\x88\xba\xc2\x9a\x93\xee\x1d\xd4\x18\x08\x65\x11\x49\xe2\x21\xb9\xcb\xce\x35\xdc\xa7\x99\x5d\x89\xcb\xf2\x0d\xf3\x20\x09\x49\x27\xb7\x4a\x42\x00\x78\xc3\x9e\x97\x65\x8f\x58\x90\xd8\x95\x89\x71\xe7\xac\xa4\xd3\xd5\x25\x59\x42\x86\xfe\x2b\x52\x97\x6e\xa9\x33\xc3\x28\x3c\x73\x42\x4d\xab\x5d\x19\x4f\x4c\xeb\x1b\x81\x26\x7c\x94\xe5\x1a\x57\xaa\x92\xaf\x5f\x00\x48\x79\xde\x92\xb5\x00\x46\x32\x0b\xbf\xc4\xd8\x24\x28\xe5\xf5\x45\xf3\x87\x2d\x9e\x6e\x59\xb2\x67\x8e\x69\x2d\x18\xbe\x74\xcb\x9c\xaa\x73\x1c\x1d\xa0\x0b\x40\x5e\xec\x73\xf1\xff\x7a\xe5\x2d\x0b\x1c\x0b\xe5\xd2\xea\x49\x78\xf7\x1c\x6e\xbb\xe1\x08\x85\xe0\x17\x15\x6a\x67\x8c\x13\x34\xa5\x0d\x08\x47\x53\xd6\x58\x8a\x09\x96\x61\x7c\x55\x4e\x29\x63\xe7\x90\x85\xf3\x39\x19\x15\xb3\x94\x58\x5f\xff\xf2\xee\x2d\x1f\x38\x04\x7c\x2f\xc4\x2a\x76\xf2\xc7\xcb\x90\x31\x69\x27\xa6\xf8\x6c\xc3\x19\xc6\x63\x86\x9f\xec\xad\x1d\xef\xb5\x06\xe5\x0e\xf7\x0f\x7b\x59\x0e\x14\x09\x9a\xab\xb2\xde\x16\x35\x5d\xc8\xc0\xdc\x85\x6a\x1f\x76\x19\x46\x80\xd6\xbb\x3f\xf2\xf1\x7e\xda\x27\x6a\xb8\x45\xb8\xa8\x5b\xb8\x3b\xa3\x7d\xf2\x9f\x6b\xec\xdf\xe3\x1a\x33\x66\xd4\xb5\xae\x31\xfd\xd6\xbf\xf7\x35\x76\x97\xd3\x6d\xac\xd3\xd1\xe9\xc6\x5b\x3b\xd4\xf8\x3f\x67\xf9\xcf\x73\x96\xd5\x45\xa6\x6f\x21\xab\xc0\x80\x87\x14\xaa\x6d\xcb\xab\xc9\x1c\x0f\xaf\x38\xd5\xba\xaa\xad\x12\xa7\x6c\x29\xe1\x4f\x7e\xc6\xb5\xcc\xf6\xa5\x9d\x72\x23\x82\x6a\x9a\x20\xca\xd1\x8d\x34\x94\x4a\xe3\x59\x6b\xca\xcb\xc9\xca\x36\x36\xc4\x28\x04\xe4\xba\xb5\x6d\x47\x8b\x86\xdc\x92\xc6\x17\x1c\x30\xe7\xa4\x69\x51\x5c\x61\x62\xc8\xe0\xfb\xf5\xf0\x1b\xfd\xbe\x43\xf1\xf3\x4c\x0b\xe3\xe8\xeb\x31\x82\x58\x5c\xd1\x62\x4e\x38\x87\x02\xc2\x0f\x2e\x59\xab\x3d\x08\x76\xcb\xaa\xa9\xdf\xf7\x97\x30\xa6\xfb\xa5\xdf\x19\x63\x39\x63\x92\xe9\x38\x49\x0a\x8a\x09\xc9\x7f\xd5\x40\x72\xbb\xd3\x06\xb1\x65\x9d\x71\x70\xe8\xf5\x60\x68\x4e\x48\xeb\x72\xaa\x5d\xf0\x8b\x40\x4c\x41\xbd\x92\x76\x0e\x7a\xdd\xc9\x9a\x92\x70\xbe\x12\xc5\xbc\xc6\xae\x58\x1c\x1a\x7c\x7a\x8a\x0e\xd1\xef\xbf\x6f\xd1\x3a\x9f\xf1\x97\x5c\xd4\x53\x96\xe6\x83\x3b\xc3\x39\x02\x68\x4f\xed\x87\x9c\x61\xbf\x6f\x07\x04\xc7\xfb\x9a\x54\xca\xc4\xa4\x2b\x22\x52\x57\xc1\xb3\x24\xea\xdd\x1c\xe2\x7c\x07\x79\xf7\xe3\xd2\x77\x06\x8e\xb6\x38\x9b\x05\x9b\xab\x00\x26\xa7\x25\x8d\xa9\xa5\xe7\x7f\xe1\xec\xe6\x32\xbc\xe3\x42\xfc\xec\xa9\xfa\x70\x2f\xa2\xd7\xc1\x81\x1d\xc2\x41\xc8\xa8\x9b\xe1\xb8\x9c\x42\x46\xb9\x69\x30\x23\x48\x0c\x7a\xb0\xba\x89\x57\x81\x26\x82\x52\x9c\xc0\xa8\x18\x83\xe2\x8a\x25\xe4\x48\x79\x05\xf9\x32\x4b\x54\x2e\xde\xdc\x89\xbd\xc2\x4a\x36\x9c\x6a\x3b\xeb\xff\x67\x20\xbc\x79\x20\xb5\x02\x07\x07\xda\x13\xa5\x37\xb8\x8e\xa1\x82\x9b\xa8\x22\xd3\x96\xdd\x92\x46\xef\x4b\x1a\x04\xbf\x3a\xb7\xd4\xa7\x34\x53\x7c\x8d\xd4\x9c\x0c\x9f\xe9\x9d\xd4\x27\x96\xbf\xb6\xb1\x8d\x2d\xfe\x69\x68\xa3\x1a\xc0\x44\xb0\x47\xd0\x72\xc8\xb0\x21\xfb\xb2\xd8\xa0\x81\x3e\xe1\x7f\x29\x78\x32\xab\x89\x36\x86\x5d\x77\xa6\xc6\x7d\xcd\x96\x21\xb7\xbb\xff\x89\x44\x7a\x29\xdb\xbe\x68\xd8\x3c\x2f\xd7\x07\xb5\x59\xfa\x85\x79\x84\xd0\x80\x8c\xcd\xbd\x08\xfe\xaa\x72\x4b\x37\x3b\xe2\x88\x1b\xba\x1e\x74\x62\xf3\x03\x29\x38\x5a\x92\xaa\x02\x5a\xab\xc8\xc5\x9e\x57\xa1\x92\xac\x19\x93\x36\x3d\xc5\x43\x13\x5e\x6f\x89\xf4\xf3\xaa\x8a\x22\xcd\xff\xc4\x12\x3a\x9d\x8e\xe0\xfc\xe8\x19\x44\x42\x24\xae\xde\xb5\xce\xf7\xf0\x40\x49\x36\x7c\xa0\x89\xb6\x75\x41\x43\xc3\xff\xff\xf4\x12\x1b\x41\xcf\x5e\x9e\x96\x5a\xfb\x40\x25\xca\x2e\xfc\xc1\x17\x78\x3d\x06\x91\xe9\x5f\xc8\xed\xf7\xc7\xdc\x57\x9f\xf8\x36\x08\x98\xff\xcf\xe6\x00\x39\x47\x06\x7a\x3d\xac\xeb\xe9\xd3\x9b\xbc\xdf\xd9\x97\x8b\x12\xd8\x6a\xd2\x6b\x6c\x43\x1c\x6a\x72\xb4\x8e\x2d\x51\x05\xa1\x9d\x24\xdc\x35\x79\xef\x05\x0e\x3c\x51\x63\x97\xa1\x59\xd7\x52\xad\x47\xee\x37\x56\xff\x41\xcb\xd0\xdf\xff\x69\x4b\x8b\x30\x68\x64\x76\x16\x01\xf9\x79\x18\x2a\x12\xd6\x46\xfb\xb6\x0c\xfd\xab\x23\xcd\xca\xeb\x9b\x91\x4e\xbe\x10\xef\x9b\x65\x53\x31\x96\x88\xb6\x7e\x0e\xeb\x3d\x34\x2e\xc2\xd8\xd8\x21\x46\x05\x19\xaf\x9f\xb8\x31\x10\x8b\x6c\x86\x7f\xb9\xac\x49\x2a\x1a\x99\xf9\x4d\x75\x9d\x5c\x42\x98\xab\x6e\x21\x45\x1b\x43\x89\x96\xa1\x05\x69\x04\x11\xad\x08\x05\x12\x54\xdc\xd1\xc5\x0b\x57\x3e\xb7\xd5\xc0\xd2\x84\xd9\x22\x65\xcc\x73\x26\x5e\x59\xd7\x24\xab\x7b\xab\xdb\xf4\x17\x89\xcd\xa5\x3f\x44\x65\x37\x54\xbb\xde\x38\x70\xab\x37\xf0\xda\x5f\xab\x1d\x37\x9b\xcc\x89\xd2\x92\x52\xca\x67\x8b\xd0\x32\xbd\x87\xb7\x15\xa4\x75\xed\x07\x69\xe9\x10\x2d\x57\x47\x71\xdb\x79\xdd\x90\x70\x5f\x06\x99\x78\xe8\x4e\xdc\xad\x27\xb9\x66\x7c\x5a\x4d\x0f\x9f\x1c\x6c\x06\xe9\x60\x11\x88\x38\x91\x3c\x22\x56\x3e\x1f\x1e\xe6\xf8\xfc\xe3\x7d\xd7\x4b\xbd\xb0\x20\x42\xde\x0d\x28\xfe\x1d\x0e\xb9\x1c\x21\xcf\xf5\x4f\x78\xbc\x57\xc9\x1c\xb5\x01\xa1\xe7\xce\xe7\xef\x73\x07\x3e\x6d\xf7\xd8\x7d\x91\xe7\xe3\xdf\x24\x8a\x2a\x3c\x5d\xa3\x42\x8c\xec\x4b\x7d\xda\xd7\x08\xd0\x9f\x3c\x84\x6a\xa3\xe9\x8d\x89\xa0\x1a\x06\xbc\x21\xd5\x36\x8d\x9f\xea\x5b\xfa\xf1\x2c\x34\x7c\xf2\x6e\x61\x52\xdb\xbc\x5e\x92\xd2\xf9\x17\xca\xde\x75\x8f\xa6\x2d\x71\xf7\xcf\x1d\x0f\xf4\x6f\xc0\xdd\x37\x3f\x11\x1b\x85\x16\xfd\xc9\x0f\xc2\x6b\x6b\xdf\xd3\xb7\x9a\x5b\x20\x09\x0e\xc7\xa8\x24\x90\xd4\x29\xf8\xfc\xb1\x32\xda\x5c\xd9\x99\x64\xdf\x3f\xef\x41\x50\x4d\xcf\xac\x04\x6e\xbb\x49\xe5\x02\x4b\xbc\xf7\xb3\x81\x19\xfd\x75\xcc\x12\x91\x34\xf9\x23\x39\x26\x90\x66\xf8\x3e\xfe\x64\x71\x34\x9f\xca\xf7\x40\xa7\xc3\x34\xf9\xe3\xc3\x1e\xb2\x12\xc3\x10\x23\x1d\x13\xf4\x10\x0e\x96\x62\xa6\x69\xaf\xd2\x1d\x78\x69\x36\x2c\x42\xb0\xba\xff\x56\x0a\xbf\xa6\xbf\x32\x0c\x84\x51\xc0\x36\x39\x3c\x9d\xfa\x84\xb2\x51\x16\xc3\xc7\x20\x02\x94\x8a\x86\x51\x5e\x99\xf0\xd1\x4f\xbb\x62\x6e\x60\x41\x38\xea\xc7\xcf\xeb\x21\xda\x9a\x8a\xf2\x59\xc2\x27\xd6\xbe\x88\x3f\xd3\xc9\x18\x8a\xb4\x08\x06\x1c\x72\x5f\x8d\x1b\x7a\x78\x51\x72\xb5\x60\xb7\xe4\x73\x4a\x49\x21\x5f\x88\xd7\xe9\xb3\x19\x04\xd7\x74\x64\x6d\xc0\x66\xad\x67\x65\xbc\xd2\xf9\x89\xbc\x5b\x7d\x0b\xfe\x07\xfb\xb7\x3e\xdb\x82\xaf\xe5\x32\xdb\xea\x72\xdf\xc1\x8f\x76\x01\xbd\xc3\x89\x0d\xfd\x31\x9a\x77\x43\xf0\xbb\x92\x2d\x6b\xd5\xfb\x47\x7d\x2d\xa6\x21\x3b\xa3\x46\xcd\x81\x4c\x73\x7a\xab\x98\x04\xe1\x45\x36\x10\x3d\x6e\x11\x0c\x97\xd1\x9c\xd6\xba\x82\x8b\xc2\x23\x72\x39\xa9\x6a\x69\xdf\x8b\x31\xe4\xbc\xf9\x55\x37\x9f\xe3\x66\xd5\xe3\x7a\x83\x41\xd5\xd3\x83\xb5\xc2\xcc\xcc\x8f\xd1\x5b\xf5\xce\x77\xfa\xa3\x5f\x52\x85\xc2\x52\xd0\x77\xfb\xc1\x64\x2a\xd4\x59\x38\xe8\xd4\x43\x3a\x7e\xd8\x80\x47\xa7\x76\xa8\xfc\x3a\x9f\x93\x16\xd3\x8a\xa7\x97\x58\x2e\x60\x8d\x68\x5d\xd2\x5b\x5a\x76\xb8\x52\xd1\x77\x75\x09\x65\x73\x82\x10\xaf\xc4\x72\x84\x13\xec\x59\x8b\x84\x8f\x33\x7c\x0c\x3a\xf5\xc3\x79\x19\xb7\x62\xa5\x7f\x04\xf9\x31\x32\x1d\xb2\xe5\x9b\x1f\xd7\xef\x83\x31\xae\x1e\x9a\x83\x65\xc2\xae\xea\x97\xcd\xb6\xcf\x7d\xe8\xab\x80\x08\xb3\xd2\xad\x85\x2c\xf8\xc9\xaf\x7a\xdd\x7a\xab\x1c\xfa\x08\x35\xc1\xee\x09\xf3\xef\x0a\x5c\x11\x6f\x4b\xb0\xa9\x38\xc8\xb4\xbe\xa9\x5c\x8d\xf6\x7a\x25\x3e\x2d\x70\x25\x54\xf7\x29\x2e\x72\x45\xa5\x00\x6b\x01\x33\xe0\x89\x3c\xdd\x3e\x4a\x41\x7c\x01\x00\x73\xb3\xa2\x53\xd9\x4b\x07\x00\x45\xa5\xc8\x15\x7c\xbf\x9d\x54\x5a\x68\x1f\xf1\xa2\x26\x18\xfa\x8b\x8f\x5b\x56\x58\xd2\xbf\xf5\x53\x43\x87\x7d\x68\x62\x8c\x9a\x77\x62\x35\xa3\x8f\x72\x68\x8e\x5a\x66\x37\xd4\xb3\xe1\x03\x5d\xdd\xbc\xf9\x3c\xaf\xaa\xf5\xa7\x32\x86\x12\xde\x9f\xfe\x8d\x0d\x15\xbc\x20\x30\x23\xb9\x8e\xd0\xf4\x23\xd7\xfc\x6d\xc4\x96\x14\x97\xef\x78\x64\xb2\xf2\xf2\x15\x69\x5d\x16\x6b\x52\xb2\xfd\xfb\xd1\x1e\x2c\xd0\x7d\x55\xef\xa1\x3e\x3e\x10\x20\x9f\x3e\x4e\x63\xd8\xc3\xb8\xfd\xcf\xfb\xe4\x05\x13\x70\x23\x14\x4c\x68\xab\x55\xb0\xba\xc5\xb4\xe6\xca\x34\x0f\xa9\x48\x46\x8f\x5f\x60\x95\x3a\x26\xde\x66\xda\xd0\x73\xd3\x55\xb8\x41\xb8\x6b\xd9\x1c\x4c\x9c\x53\x55\xcc\x57\x30\x18\xf5\x90\xac\xdc\xb6\x68\x58\xa1\x5b\xf9\xc8\xaa\xf3\x84\x2b\x27\x21\x90\xc9\xf6\xf1\xff\x4d\x48\x84\x20\x16\xfc\x66\xca\xbf\xa0\x76\xd6\x80\x4d\x0a\xa3\x02\x2f\xf0\x35\x54\x0e\x8e\xee\xb0\x44\x64\x0f\xc0\x79\x69\xa7\x93\xbe\xce\xd4\xea\xc0\xc3\x20\xf7\xbd\xc2\x2b\xd6\xa9\x26\x67\xf2\x77\xb3\x1a\x7d\x00\xae\x2a\xd6\xfe\x83\xce\x69\xcb\x27\xdc\xfc\xaa\x2e\xb1\x6f\xe5\x02\x1f\x7d\xf3\xb1\x17\x84\xb8\x29\x54\x8b\xb5\x3a\xa8\x5b\xba\xf4\xbb\xad\xe5\xa1\xb4\xb8\xd1\x7d\xb6\x9f\x4b\xfb\xec\x24\xff\x34\xa9\xcb\xf0\xd9\x63\xf4\x56\x8e\x99\x6e\x88\x25\xde\x5a\xe0\x95\x3e\x7f\x53\xd6\x00\xe1\xbc\xc6\x58\x42\x70\x6a\x3c\xa9\xee\x38\x25\xea\xe5\xd1\x2a\x70\x55\x74\x95\x71\xf9\x40\xb3\x8e\x04\x80\xec\xfb\x73\x76\xab\x22\x49\x27\x35\x59\xa6\x10\xdc\x71\x8f\x44\x72\x1b\x3d\x2f\xe7\xb4\x3e\x4e\xec\xa1\x98\x57\xc8\x8a\x71\x9c\x80\x28\xac\x13\xce\xb4\x91\xbc\x21\xff\xea\x68\x03\x71\x5e\x09\x21\xdc\x03\x26\x96\x9f\x7f\x25\x1b\x6f\x08\xf9\xbc\x21\x2a\xa8\x0b\x7a\x6b\xc9\xb4\xcf\x74\x83\x20\xb5\x7f\x54\xc2\xde\x95\x2e\x82\xac\xc7\x95\x7b\xd9\xfd\xc4\xd9\x97\x52\xb6\x1a\xe7\x3f\x08\xa0\x00\xc3\x76\xb2\x0c\x9f\x66\x7a\x70\xbe\x81\xa0\x00\x5d\x10\x8e\xd3\xf7\x88\xd4\x6d\x43\x89\x24\x08\x48\xa9\x2e\xd9\x88\x47\xb4\xbe\x6e\x9c\x29\x33\x53\x4c\x83\x52\x56\x87\x76\x31\x8f\x35\xc0\x4b\xb2\x54\x20\x14\x15\x61\xef\xe8\xdf\x8f\x43\x00\xf9\x72\x08\x9b\xef\x88\x7c\x12\x46\xf2\x1a\xc9\xac\x76\xb4\xd8\xb9\xbb\x64\x44\xad\xca\x8a\xe1\xf2\x44\xbe\x1d\x15\xa8\x34\xd8\xfa\x64\x1b\xec\xd8\x1d\x8e\xc1\xf1\x2d\x99\xf8\x18\xef\xa2\x96\x8d\x19\x29\xb9\x8a\xe7\xe9\xa7\x9d\xd5\x0c\x17\x73\xa0\x64\xa4\xab\xf2\x2e\x09\x79\x57\xad\x04\x07\x64\x5d\x6b\xab\x45\xde\xe2\xaa\xeb\xbd\xfb\x47\xdd\x2e\xb1\xd0\x6c\x9e\x41\xf7\x93\xc6\x12\x12\x80\x4d\x1c\x59\x4d\x96\x9f\x01\x73\x35\xba\x33\xb6\xf9\xb5\xaf\xb3\xd4\x98\xa1\x4f\x2d\xa8\x11\x67\xc3\x8a\x4f\x45\xd7\xa2\x05\x69\x0a\x52\xb7\xf8\x46\x49\x24\xd2\x40\x21\xe3\x82\xbc\x74\xe8\x48\xb6\x49\xd0\xfa\xac\x6b\x5f\x19\x78\xaa\x97\xac\xfb\xd1\x7a\x2e\xd3\xf0\x6d\xe5\x53\x90\x15\x31\xfd\x6f\x4e\xd0\xd1\xfe\x61\x86\x05\x9e\xf9\xb3\xd4\xbc\xf0\x9a\xb4\x4b\x42\x6a\x74\x08\x6a\xfa\xd1\xfd\x3e\x66\x27\xf7\x83\x3f\x64\x7a\x5b\xd4\x36\x72\x97\xd6\x37\xf2\xd2\x3c\xeb\xdd\x1d\xe6\xd0\xf8\xc4\x8b\x49\x17\x7e\xb2\xe6\xae\xc9\x61\x76\x1a\x01\xee\xdd\x43\x62\x07\x55\x20\x60\x99\xa8\x12\x53\x14\xc1\x4f\x34\xe4\xda\x2c\x92\x74\xb4\x7b\xdb\xc6\xcf\xf5\x98\xd3\x76\xe2\xf4\x7e\x85\x9a\x90\xf0\x69\xae\xe3\x6d\x7a\xfb\xc0\xd5\xfd\xec\x54\x02\x99\x1c\xed\x88\x8d\x03\x9f\x9d\xe8\xcf\x9e\xea\x9a\xa5\xf0\xb1\xde\x18\x47\xbb\xe8\xd1\x2e\x7a\xbc\x8b\x9e\xec\x22\xd6\xa0\xa7\x83\x2e\xf5\x22\x42\x9f\x8f\xab\x47\x0c\x3c\xde\x95\x52\xbf\x79\x92\xaf\x46\x1c\x0f\x12\x54\x25\x4e\xa0\xf1\x56\x4c\xec\x17\xb9\xc4\xf0\xc9\x26\x37\x44\x8c\x61\x62\xa4\xe0\xde\xe8\x41\xba\x67\x77\x21\x21\xbd\xa3\x89\x6a\x0f\xad\x76\x99\xd8\x44\x04\x17\x33\x15\x0d\xed\x56\xa0\x56\x0a\x8d\x7c\x0d\x1e\x37\x5b\xd3\xdb\x97\x4e\xb1\x66\xb5\x33\x65\x6d\xec\x19\x41\x37\xf4\x96\xd4\x72\xfd\x97\x33\x5a\xcc\xd0\x1c\xaf\xc4\x26\xc0\x65\x29\x5d\x7c\xad\x2d\x69\xbb\xef\x0d\x7c\xa1\xb4\xb7\x45\x43\x6e\x41\x9e\x88\x76\xbf\x60\x9f\xff\xc3\x20\x44\x6d\x5f\x3c\x6e\x1a\x9f\x17\xb8\xe3\xc4\x38\xd5\x12\xe8\x59\x87\xfc\xae\x37\xa6\x18\x49\x7b\xfb\xfb\xa6\x47\xde\x17\x84\xe8\xc6\x64\x86\x38\xfb\x5b\xd0\xa1\xc6\xb5\x8c\x37\x00\x62\x31\x15\x3d\x10\x23\x21\x75\x4c\xce\x29\xe8\x3e\xb8\x59\x41\xd4\x02\x10\x14\x1c\xff\x4f\xb5\x9c\x1a\xd7\x2a\xb6\xd0\xdf\x1e\x99\x0e\xf4\xe8\xc1\x25\x91\x0b\x26\xcb\x0c\xab\xed\x20\xe4\xc0\x29\x14\x8f\xaf\x2a\x52\xb4\x4a\xe4\xed\x07\xfa\x68\x3c\xd0\x9a\x93\x9a\x77\x7c\x04\xd0\xc7\x63\x81\x92\xf7\xa4\x80\x72\x24\x23\x80\x3e\x19\x0b\xf4\x96\x34\x74\x4a\x0b\x3c\x12\xee\xd3\xb1\x70\xe5\x3e\x4a\x41\x1c\x4e\xf5\x1b\x64\x86\x47\xdf\xc4\xcc\x70\x5a\x31\xad\x2b\xd8\x0d\xbb\x99\xdc\x6b\xe7\x1b\xf0\xae\x81\x31\x72\x26\x2b\x7b\x1e\xd9\x82\x48\x2a\x03\x4d\x65\x65\xf3\xaa\x62\x4b\x21\x85\x04\x97\xe1\x81\x29\xd7\xe5\x50\x12\xd4\xcf\x8e\x9b\x52\xfc\x94\xdb\x68\x0e\x9f\x1f\x5c\x77\x2d\x62\xd0\x26\x00\x86\x6b\x57\x0b\xe0\x6d\x55\x65\x59\x98\xb2\x4b\x4e\xbb\xb6\x6b\x7a\xe5\xe4\x97\x0b\x52\x43\x22\xbf\xc0\x79\x22\xe6\x00\xbf\x6d\xc8\x02\xcc\xfb\x7d\x9b\x09\x64\xf7\x2f\x62\x33\x79\x93\xdf\x6c\x3f\x99\x19\xe7\xb7\x53\x66\x94\xb4\xa8\xae\xdb\xad\xc3\xca\x5e\x9c\xcb\xf2\x48\xb0\xb6\x32\x42\xb0\x20\xf4\xd6\x5a\xa4\xfb\x5b\x0f\x9a\x7e\x93\x94\xcb\x8d\xa5\x62\x21\xe1\x29\xd8\xa0\x8b\xae\xa6\x7c\xa6\x6f\x47\x5d\x88\x69\xc1\x58\x83\xba\x45\x4b\xe7\x04\x79\xc0\x58\x03\x0f\x95\x0c\x39\xd5\xf0\x5b\x86\x2a\xdc\x12\xde\xaa\xcd\xcf\xa6\xed\x52\x6c\xe5\x7f\x75\xb4\x10\xaa\x9b\x8c\x6f\x8b\x6e\xef\x05\x6e\xf0\x9c\xb4\xa4\x91\x2d\x2e\x4a\x7b\x25\xe8\xae\x80\x9a\x04\xde\xab\xa0\x01\x5a\xb9\x7e\x57\xdd\xdf\x54\x9e\x46\x47\xe0\x37\x95\x16\xc8\xfb\x05\x29\x5a\xe8\x55\x26\x89\x26\x14\x1e\x1f\x26\xd4\xc5\x10\x34\xd6\xf4\xa5\x35\x6f\x09\x36\xe9\x57\xd3\xae\xd2\xce\xd7\x7e\x6b\x62\x6d\x0c\x57\xb8\x02\xe3\x12\xa4\x30\xff\xaa\x1c\x61\xe2\x54\xe9\x1e\x14\x19\x2b\x90\x58\x50\x67\x12\xb4\xd6\xaf\xee\xc3\xa9\x49\x19\xeb\x65\x24\x64\x1c\x08\x09\xa7\xd4\xd1\xa2\x74\xcf\x08\xf7\x43\x50\xa0\xe2\x00\x45\xe4\x05\x29\x3a\xda\x8f\x3c\xba\x2d\x43\x25\x29\x1a\x82\xb9\xdd\x89\x4a\x41\xe7\x33\xd6\x55\x65\x42\xd1\x8a\x6f\x9e\x35\x15\x99\xf4\x59\x0f\xc8\x99\x13\xa3\x33\x2b\xb3\xd1\x91\x4f\x0c\xaa\xd6\x28\x2d\x0d\x0f\x8e\x1d\xd6\xb6\x17\x97\x86\xda\xce\x0d\x6b\x59\xc1\x2a\x08\x4f\x23\xad\xeb\x0d\x91\xe6\x69\xe5\x23\xf1\x1c\x21\xb6\x2c\x05\x6d\x4c\x49\x12\xe9\x51\x29\x94\x79\x85\x35\xa6\x1c\x8c\x38\xa9\xaa\xd0\xe0\x76\x0c\xe5\xb1\x4d\x45\xa1\xfa\x0c\x1d\x1d\xa6\x42\x03\x17\xb8\xa6\xc5\xe4\xc1\x95\x9c\x19\x29\x55\xa7\x1b\xf9\x92\xd8\x53\x6c\x8a\x1a\x81\xf7\xfe\x83\xde\x04\x95\xad\x75\x11\xf3\x8b\x3c\xa8\x59\x4b\x7c\x76\x12\x06\x30\x43\x19\x69\xbc\xf2\xeb\x77\x5e\x9c\x83\x1e\xfb\xb3\xa2\x51\x08\xa5\xff\x0e\xc0\x8b\x45\x03\x15\x20\xcd\x65\xd0\xd3\x96\xd7\xd8\xb3\x81\x37\x43\x83\x47\xca\x25\x28\x2d\x1a\xd8\xbe\xac\x51\x11\xc9\x20\xc2\xdc\x83\x2a\xce\x2f\xe8\x2f\xac\xe6\xb4\x24\x8d\x09\x82\xc4\x62\x83\x2e\x18\x27\xe5\x81\x02\x3c\xe4\x91\x7b\xae\x66\xa4\xd9\x22\x59\xaa\x4f\x64\x88\xa1\xdf\xa1\x27\xd5\x26\x4e\x5d\x74\xce\x5b\xe9\x85\xbe\x09\xc6\x8a\xe3\x08\xff\xf6\x37\xbd\xf3\xce\x80\x65\x89\x19\x0a\x9e\xa2\xa9\x2e\x49\xa7\x6a\x6f\xc2\x81\x7e\x10\xd8\x3f\xad\x73\xd5\x9f\x47\xce\xab\x4a\xa7\x39\x03\x0d\x7f\xab\xba\x07\xd5\x34\xec\x7a\x14\x9c\x92\xe7\xde\x96\x78\xb0\x5f\xb0\xba\xc0\xed\x84\x96\x3b\xfa\xd7\x07\x56\xe1\xd4\x5d\x57\x40\xe5\xd4\x22\x21\x55\xbd\x76\x51\x2b\xb0\x78\x90\x8c\x98\xf5\xff\xf2\xfe\x94\x49\x87\xac\x26\x6e\x6a\x32\x77\x7b\x10\x3b\x45\x4b\xa1\x52\x80\x43\xce\x10\x12\x6d\x51\x4d\xcc\x76\x02\x0e\xc7\xc1\x97\xa4\xa3\x55\x11\x67\xe2\x21\xbd\x81\x0b\xdc\x09\xa6\xa0\x66\xf2\x9b\x1c\xeb\xa2\xbe\xc5\x15\x2d\x61\xef\xff\x86\xe6\xa4\x9d\xb1\xa8\x22\xe4\x85\xf2\x18\xcf\xf0\x62\x41\x6a\x49\x1d\x27\x31\x24\xd8\xfd\xbb\x36\x6d\xca\xde\x67\x7a\x62\xe2\x34\xcc\x71\xf3\xce\x4f\xa6\xa4\xf3\x39\x29\x29\x6e\x49\xb5\xca\xec\x91\x78\xe7\xf6\xec\x13\x7f\x43\x0d\xef\x8e\xf4\xd6\x0a\x33\x4d\x32\x2f\xa3\x4d\xc2\x87\xd7\x2e\x7c\xeb\xed\xa9\x5c\xa4\xbb\xfe\x01\xaf\x7b\x57\x73\x3c\x25\xb2\xb6\xd9\xf3\xba\x7c\x4d\xa6\x5d\x5d\x3a\xbc\x3b\x6c\xff\x6f\xa0\x0f\xee\xe8\xcc\x50\x57\x01\xd3\xf0\x57\x61\x58\x17\x34\xfc\x5a\x71\x5d\x59\x70\x14\x76\xa7\xec\xcd\x46\x5b\x34\x51\xce\x28\x8e\x0a\x5c\x55\x32\x99\x5f\x3d\x41\x22\xff\xac\x6c\xb2\xa6\x4a\x80\x25\x10\xfc\x94\x1c\xb4\x5f\xde\xea\x6d\xa1\x96\x24\x9a\xfe\xc9\xf2\x5d\x57\x8f\xe9\xe3\xc1\x2e\xb0\xb5\x45\x36\x85\xb7\x4f\xb6\xb4\xdc\x36\x66\xe9\xe5\xe6\x94\x91\x9d\x0d\xec\x4f\x1e\x95\x70\x30\x85\x67\x2b\xce\x24\x17\x51\x6c\x67\x1e\x31\xc9\x72\xcf\xe3\x92\x99\x5d\x90\x3f\x11\xbf\x0e\xd4\xf1\xb8\x93\x88\x94\x16\x7d\x24\x32\xa5\xc1\x66\xb8\x7e\x79\x54\xcf\x26\xd5\x32\x79\xbd\x0a\x5a\x07\x07\x48\x17\x40\xa4\x4d\x5c\x7b\xef\x1a\x17\xef\x94\x51\x97\x36\xbd\x09\xcb\xf9\x82\x47\x9f\xbc\x1a\x5a\xf2\xca\xb2\x4d\x20\x6d\x62\x8f\xae\x2f\x6d\xae\x9e\x16\xb6\x1f\xef\xae\x65\xf0\x8e\xb8\x9b\xcd\xc6\x2a\x3c\x9d\x15\x99\xc4\x31\x93\x60\xe8\x42\x2e\x29\x87\x9b\x02\xee\x3f\xd5\x21\x7c\x4e\xb0\xdb\x53\xdf\x13\xf0\x90\xae\x18\xcf\xfd\x06\x6f\xbe\x15\x5d\x4c\x00\xd0\x90\xc7\xa4\x96\x26\x6a\x79\xe3\x2b\x9c\xc5\xb5\x5a\x71\x16\x39\xdf\x46\x95\x80\xfb\xfd\xf7\x64\x1f\xbb\x11\x97\x9f\x72\x3f\xa8\x90\x8f\x38\x97\x94\xfc\xab\xc3\x95\xb2\xe3\xf9\xfa\x54\x62\xeb\x28\x80\x4e\x2a\x9b\x50\xad\xa6\xac\x29\x3c\x49\x21\x76\x77\x7e\xaa\x92\x72\x62\x76\xdd\x35\x6c\x89\xa3\x60\x43\x70\x6b\x62\xac\x55\x47\x30\xd7\xc1\xe2\x42\xb0\xd3\x31\x46\xa8\xa9\xf8\x05\xd7\xd2\xe0\x09\x7e\x06\x5c\xaf\xd0\x9c\x35\x31\x84\x5b\xdc\xe8\xfd\xf5\x9a\x55\xe0\x0f\x82\xb8\xa0\xd8\xbe\x98\x15\xe3\xcf\x52\xaf\x27\xe4\xf9\x60\xa8\x33\x55\x41\x21\x39\xba\xdb\xb7\x13\x7c\x65\xf7\x53\x42\x58\x04\xed\x19\xca\xa5\xb6\x8d\x1b\xc5\x47\xe7\x4c\x25\x77\x1d\x0d\x88\x2b\xe8\xd3\xd8\x3e\x7d\x5c\x63\x7a\x8e\x35\x80\x26\xa7\x9e\x37\x86\xf6\x0d\xfb\x31\xae\x84\xe2\x2a\x03\x6b\x77\x7c\xc5\x5d\x3b\x9b\xfc\xd8\xb5\x42\xb4\x42\xb6\xfd\xab\x89\x72\x07\x61\x20\x2b\xc5\xfc\x18\x0c\xdd\x27\xca\x5c\x32\x89\x29\x5a\x28\xbd\xa5\x52\x1a\x97\xae\x0e\x96\x51\x21\xc1\xa1\x48\x1a\x30\xa3\xea\x98\xcb\xaa\x72\x93\x44\x04\xcb\xd4\xfc\x48\xb2\xa0\x74\x0f\x02\xc3\x77\xa8\xf2\x0a\x08\xae\x9c\xcc\x52\x14\x42\x00\x68\x1e\xa7\x99\x22\xf6\xe2\xcb\x68\x21\x20\x46\x0e\x9d\x22\x3f\x54\x7f\x39\xa3\x15\x51\xdf\x9d\x20\xd7\xeb\x97\x2e\xee\x6d\xc3\x4a\x4e\xe1\xe9\xb7\xf0\xea\x2f\xf1\xe9\x53\xa3\xc9\x7f\xbf\x46\x47\x31\x7b\x5b\x3b\x19\xc9\x8c\x9d\xe0\x95\xe3\x52\x9e\x7b\x72\x5b\x47\xa5\x41\xf6\x25\x33\x99\x3f\xf2\xf9\x88\x63\x6a\xd2\xa2\x6d\x4a\x43\xfa\xe7\x53\x24\xee\x0e\x4f\x6e\x64\x2a\x6f\xaa\x08\x04\xdc\xd7\xe9\xf9\x24\x56\x3a\x53\x58\xb6\x9f\x12\xeb\x64\xf7\x86\x57\x75\x0a\xf2\xda\x0a\xf8\xc8\xcd\xe4\x6b\xe4\x21\x3b\x5d\xd3\xf8\xb3\x55\x24\x13\x06\x83\x18\xbd\xa1\xe1\xc7\x54\x8e\xad\xe3\xfe\x40\x89\xfa\xb1\x21\x43\x3d\xab\x08\xb0\x3d\xda\x52\x08\x43\x04\x73\xf4\x35\x91\x41\x1c\xae\x64\x6e\x3a\x59\x95\x69\x39\x28\x69\x4e\x3e\x1c\x54\x29\xa5\x5d\xed\x7a\x85\x38\x69\x5b\xa5\x31\xd2\x46\x23\xd2\x32\xf4\xbf\xa4\x61\x8e\xe2\xe9\x66\x85\x09\x38\x4e\x31\xf2\xb0\x26\x4a\x3e\x22\xa4\xd9\x58\xb5\x3c\x38\x50\x2f\xab\x54\x05\xa9\x0b\x4a\x22\x0d\xdb\x02\xa1\x24\xc1\x1f\x64\xd3\x75\x01\x38\x38\xa8\xad\x35\x79\x47\x56\xda\x94\xbf\x33\xd6\x70\x84\x73\x06\x90\x51\x76\xad\x70\xb0\xb8\xfd\x5b\xa3\x0c\x4e\x49\xbb\xe5\x82\x34\x94\x95\x68\x39\x53\xe1\x08\x61\xde\xa9\x6f\xdb\x6f\x88\x8c\x52\x90\x4a\x4a\x58\xc1\xb4\x21\x15\xec\x1b\x9b\xa2\x92\xb7\xee\xa7\xf2\x20\x36\x0c\x80\x16\x82\x59\x24\x96\xf9\x0a\xdd\x66\xde\xfa\xb6\xe9\x48\x20\x9b\xe6\xc0\x06\x54\xff\x5e\x9b\x76\x34\x69\xd4\x1c\xc5\x09\x35\x46\x1d\x71\xfe\xbb\xda\x73\xdb\x48\xea\xeb\x33\xec\x0f\x26\x28\x0e\x8d\xbe\xbd\x91\x64\xc2\xb2\xe7\x07\x52\xe1\xea\xda\xdb\x32\xca\x1f\xb4\x56\xe6\x49\xb0\x4e\x42\xe0\xd3\x83\x69\x76\xaa\x33\xe9\x62\xa3\x7b\x70\x10\x21\x0d\x95\x2c\xa5\x2f\x4a\xbd\x24\x54\x46\xd8\xe1\xac\x52\x91\x26\xb9\x3c\x35\xf3\x66\xc2\x51\x18\x60\x24\xcd\xe2\xd0\x7c\x7c\xcd\x4b\xeb\xf3\x6e\x3a\x58\xe2\x81\x5d\xe7\x01\x56\x29\xeb\xe1\x7c\x7d\xc1\x3c\xd8\x9f\x4a\x8d\xe0\x9e\x1e\xa1\xb2\xc6\x28\x6f\xc1\x6b\x67\xf7\x23\x9d\x22\x2a\x14\xf9\xba\x0c\xd8\x81\x8a\x28\x92\xe5\x23\x39\xa2\x35\xef\xa6\x53\x5a\x50\x62\x9b\xd3\x59\x81\x32\xde\x7d\xe0\x59\xd6\xc5\xa9\x22\x93\xb8\xef\xa2\x6e\x95\xca\x94\x11\x53\x63\x09\x35\x5d\x43\x21\xb8\xbb\xfc\x8d\x19\x1a\xc4\x13\xf6\x50\x8d\xe1\xa5\xf4\xe1\x6f\xf3\xea\x69\x88\x32\x6b\x8f\x76\x29\x0a\x84\xc6\xa9\xbc\x37\xa4\x0d\x15\xd4\x91\x58\x15\x6c\xb1\x4a\x69\xab\x43\x78\x39\xf1\xa6\xbd\x68\xbd\xb2\xcf\x19\x51\x6c\x0d\xcc\xdc\xb0\xd6\x04\x5e\xe2\xdd\x48\x56\xfb\x99\xc8\x18\x52\x1a\xe8\xd2\x11\x29\x21\x2d\x4a\x0b\x71\x82\x5b\xa7\xec\x99\xe9\xdd\x2f\x35\x0b\xbb\x4d\xb5\x4f\x52\x43\xa3\xf2\x1d\xde\x5d\x27\xca\x2e\xc1\xd1\xd2\x37\x87\xb9\x4c\xe5\x48\x4b\x98\x3f\x04\x5e\xdd\xb0\xb6\x25\x35\x14\x55\xaf\x61\xff\x63\x18\x57\x06\x59\x5d\xc7\x81\x1a\x1a\x74\x5d\x46\x61\xc8\x80\x1e\xb8\x1c\xae\x89\x8c\x06\x20\x11\x39\xa2\x89\x9b\xba\xd2\xd4\x48\xbe\x52\x5e\x05\xdf\x6c\xcb\xd0\xd1\xe1\x61\xf8\x92\xe4\xd6\xbd\x6e\x5f\x25\x65\x48\x0b\xb1\x11\x0d\x95\x45\xb9\xa5\xf3\x68\x05\xd8\x54\x02\xc4\x95\xe6\x23\x41\xec\x40\xca\xcd\xab\x33\xdb\x2e\xce\xc5\x4b\xe1\x5c\x73\xce\xd6\xed\xb9\x44\x34\x34\xc8\x5b\x0a\xea\x2d\xfa\xf6\x09\xf1\xeb\x8b\xae\xb2\xcd\xf9\xbe\x93\x9a\xe1\x24\x03\xf1\xc6\xeb\x10\x98\xc6\x71\x64\x1f\xc1\x14\x72\xa3\x1a\x2c\xb9\xb4\xba\xe0\x7a\x2d\x24\x5b\x45\xa7\x28\x64\xa3\x6f\x25\x89\x7e\x11\xe7\x5c\x8a\x38\x29\xd5\x1d\x97\x73\x5a\xef\xf9\x61\x2e\x62\x68\x8e\x26\x26\x20\xfa\x40\x05\x71\xcb\x5f\x55\xe8\xf5\x81\x1b\xda\x1c\x23\x7a\x70\x60\xd2\x3a\x0c\xf0\xe7\x97\xe7\xf2\x90\x85\x67\x3a\xe9\x7f\xf7\x49\x81\xee\xdb\xdc\x11\xf4\xf0\x21\x9a\xdc\x0f\x96\xe4\xf7\xdf\xd1\x7d\x9f\x32\x39\x67\xbb\x23\x43\x8d\x91\xfd\xdd\x9f\x4f\xaa\xfe\xa6\x06\x0c\x38\x7e\xa4\x11\x19\xa8\xe9\xd7\x0b\x56\xb7\xb4\xee\x62\x02\xa7\xed\x38\x0b\xd2\xcc\x29\xe7\x94\xd5\x95\x0e\x08\xd6\x9b\x41\x5e\xf5\xc9\x75\xbe\x7c\xf9\xe6\xfb\x63\xf4\xdc\x8d\xa3\x96\x11\xa1\x8e\xdc\xb3\x68\x28\x6b\xb4\x3f\xea\xe8\xf0\x70\xef\xc5\x3f\x5e\xfe\x1c\x27\xbe\xa6\xc0\x4f\x54\x7a\x48\xb0\x9b\x76\x80\xa5\xc9\x3b\x5e\x32\x3e\x15\x4d\x82\x51\x4b\xe6\x0b\xd6\xe0\x66\x85\x6e\x1a\x5c\x18\x75\x4c\x7d\x9f\x1a\x43\x0e\xd1\x42\x8a\xfe\x4d\x83\xeb\x72\x8a\xa1\xa8\x77\x19\xb6\x26\x9b\xe3\x95\xba\x5f\x94\xd8\x25\x26\x2d\x46\x8a\xa6\xb2\x9f\x1a\x07\x92\x82\xa1\x74\xb7\x47\x2e\x98\x1b\xa1\x10\x4f\xee\x1e\x98\x97\xaf\xd3\xe7\x25\xce\xb7\x3b\x38\x40\x68\x0f\xbd\xac\xc4\x21\xe3\x11\xad\x76\x75\x8b\x39\x57\xd1\x04\xc8\x60\xc1\x48\x9f\x41\x09\xf2\x92\x2c\x25\x48\x99\x9d\x63\x55\x2b\x09\xd3\x96\x0c\x35\xb7\xee\x46\xa7\xfb\xd4\x3f\xdd\xe1\xe1\x16\x1f\xf9\x87\x7b\xfb\x67\xfb\x33\x1e\xb5\xa4\x3d\xea\xe8\xb0\xbf\xfa\xb7\x56\x49\x7c\x34\xb3\xca\xb2\x97\xb8\xa5\xf3\x7b\xa0\x29\x21\x69\x5a\x2c\xd4\x3c\x93\x36\x21\x93\x25\xf0\x2d\xa6\x95\xe0\x6c\x99\x6c\x09\xce\xfc\x86\xb2\x73\xb1\x8d\x53\x89\x87\x20\x33\xc1\xa8\xba\x89\xb3\x7a\x03\xc6\xf1\x60\xda\xac\x0b\x71\xe8\xd8\xbc\x5a\x89\x15\x94\xb1\xe2\x46\x8e\x01\xf9\x45\x4a\x5f\x54\x16\xfd\x2a\xfd\x84\xb0\x4b\x87\xe7\x68\xa6\x60\xc1\x08\x7d\x48\xbc\xc6\xa1\xaf\x4e\xe3\x87\x91\x19\x51\x88\xaa\x68\x4d\x5d\xcf\xc3\x1f\xe1\x79\x55\x45\x53\xad\xc8\xd4\x5a\x1d\xa7\xb2\x67\xb5\x03\x00\x91\xf7\xb4\x95\x73\xa3\xf3\x45\x45\x0b\xda\xba\xb3\x6b\x99\x74\xe2\x8a\x09\xfa\xfa\x9f\x59\x06\x2e\x73\x1a\x04\x9a\x4a\xd2\x85\xda\xb2\xce\x06\xe0\x5a\x82\x73\xd4\xbf\xb6\xc1\x35\xa7\xf1\x14\xb2\x4a\x5b\xc2\x30\xe0\x59\x25\x22\xcb\x82\x72\x37\x1a\x17\xe2\xdd\x1d\xc9\x91\xa2\xd3\x93\x08\x97\x05\xae\xf1\x57\xb9\x74\x09\xa8\x26\x51\x24\x0b\xc3\x4f\xc5\xf1\x8f\x63\x04\x0e\xb6\x81\x6a\x73\x6f\xe8\x75\x8a\xde\xfe\x12\x29\x47\xff\x00\x03\x28\x6c\x37\xae\x8a\xc8\x06\xad\x41\x93\xe6\x58\x2f\xdb\x73\x93\xcc\x56\x5f\xf3\x1e\x97\xe1\xca\x77\x84\xc0\xf8\xe1\x63\x84\x0d\x99\x2f\xda\x95\xff\xa8\x5d\x9c\x60\x24\x74\x8a\x3e\x1c\x1d\xa3\x0f\x1f\x77\xd1\x23\xf9\xcf\x63\xf9\xcf\x13\xf9\xcf\x53\xf1\xcf\xda\xf9\x06\x60\xca\x49\xa0\x31\x22\x05\x96\x27\x02\x87\x81\x45\xd9\xb0\x50\xb3\x23\xb5\x9e\x92\x14\xbe\xfd\x35\x51\xe2\x3d\x3a\x0d\x3e\x7f\x9b\x09\x69\x70\xb6\xcd\xeb\xb4\xdc\xc8\x7b\xf7\x12\xf2\xc2\x22\x0c\xc6\x6a\x38\xf4\xec\xd4\x4d\x26\x54\x1f\xa6\x2f\x4a\x19\x83\x84\xab\x4a\x73\xff\x46\xe6\xd8\xec\x6a\x1f\x82\xe5\x8e\xf0\x94\xb6\x53\xf8\x15\x5c\x42\x92\x5a\xe5\x2f\x49\xa7\x9c\x06\xa8\x7f\xee\x70\x7b\x27\x22\x4e\x4d\x6f\x90\x1c\xb9\xbe\x56\x3c\x65\x92\x47\x56\xf9\xd2\x77\xd0\xb3\xd1\x94\xcd\x91\xfb\x12\xc2\xc1\x63\x7a\x83\x68\x56\x96\xc0\xb2\x5d\x53\x73\x78\xdf\xa4\x53\x8b\x73\xa3\x9d\xe9\x72\x42\x68\xc6\x96\x68\xae\x0d\x2d\x60\xd4\x53\x2b\x6c\x03\x92\xcc\x48\xd2\xda\xa3\x03\x93\x92\x11\x49\x48\xdb\x97\xbb\xf9\xa5\xbb\x93\x35\x83\xb6\x11\x36\x77\xa2\xf7\x5e\x4c\xef\xf1\xd4\x86\x63\x66\xf0\x7b\x5e\x0a\xe5\x7f\x9d\xa1\xc3\xb9\x65\x9d\xfc\x17\x75\x29\x34\x60\x23\x7d\x50\xf1\x37\x35\xbd\xe9\xa2\x35\xc4\x4d\x83\x57\xc6\x6e\x95\xb2\x25\xb9\x24\x2e\x49\x45\xc4\xae\x50\x71\xc5\x72\x06\xda\x8c\x7a\x1a\xf2\xe8\x5e\x8a\x1c\x1c\xa0\xd7\xbe\x84\x15\x62\x3c\x06\x29\x19\x6b\x12\x52\xa7\x27\x28\x4b\x2f\x86\x1c\x52\x6c\xf0\x53\xd4\x90\x5b\xd2\xb4\xf4\xba\x22\x12\xa3\x13\x39\xaf\x67\x93\x39\x2b\xbb\x8a\x1d\x8f\x5f\xa9\x34\x27\x40\x5e\xf0\xa6\x0c\x5f\x71\xe2\x23\x77\x55\x59\x7b\x25\x88\xed\xa2\xb6\x59\x21\x7c\x83\x69\xdd\x07\x4d\x5a\xeb\x05\x98\x9a\xb5\xbb\x90\x7d\x20\x3e\xc8\xdb\x04\xdd\x1f\x19\xf0\x60\x96\xf2\xad\xa1\xc6\x40\x4a\x81\xfe\xc9\xbe\x1c\x3b\x5e\xc2\x9f\x68\xad\x4e\xe3\x8f\x52\xf1\x6f\xfa\x27\xbd\xc5\x12\x2a\x0d\xf2\xda\xa0\x8b\xcb\x43\xb2\x6f\x65\x3a\x54\x52\xef\x88\xdb\x03\xd6\x8b\xd6\xde\xa4\x87\xee\x0d\x5b\x9d\x35\xba\x89\xdd\x7d\xf3\xd6\x0c\x10\x87\x3b\xe9\x9f\x3b\x5c\x41\x48\x69\x76\x3d\x97\xfb\x3e\x24\xbf\x0c\xdd\x64\x39\xe2\x5e\x69\xd9\x51\x85\xe8\xdb\xb8\x5e\xe3\x07\x92\x6a\x17\x53\x7a\xd3\x9c\xfa\xdf\xec\xba\xb1\xb1\xd0\x85\x5e\x5c\x36\x42\x01\xc8\xec\xde\x34\x27\xef\x65\xf1\x1e\xdf\x8d\xa7\xd2\x9b\x77\xe2\xdc\x92\xfa\x96\x73\x6f\x4a\xac\xb6\xd3\x88\xdb\x32\x07\xde\x24\x66\xc9\xdb\x74\xe4\x65\x7a\xc9\x54\x23\x51\x08\x36\x21\x44\xc5\x56\x03\x17\x70\x6a\x4b\x73\x15\x76\xed\x84\xa8\xac\x3c\xc3\xbb\x56\x5f\xb7\x45\xeb\xd1\x9c\x72\xa4\xfd\xef\x75\x26\x7c\x84\xa7\x64\x05\xa5\x05\x87\x8a\x0b\x72\x0e\xb3\x4e\x9e\xee\x39\x11\xb9\x68\xde\xe4\x94\x42\x93\xcc\xa8\x79\x59\x35\x4d\x9d\xbe\xe7\x55\xd5\x43\xb2\x74\x18\xb7\x90\x21\x64\xb9\x3a\x0e\xc5\xf5\x4c\xe0\xb5\x53\x26\xc7\x3d\x7b\xf1\x11\x4d\x41\x85\x3d\x24\xa3\x4a\x9d\x5d\xc8\xf7\x65\xc9\x80\x02\xbc\x52\x15\x5b\x92\x26\x7c\x42\x59\x62\x52\x30\x6b\xb2\x74\xb1\x13\xdb\x4f\x83\x90\xc6\x18\x5b\xfe\xc6\x01\x98\xd2\x32\x3c\x95\xd9\x6a\x3a\xb6\xc0\x84\xdc\xa0\x19\x43\x5c\x20\xbd\xf5\xee\xe3\x70\x94\xc4\xb2\xf6\x2c\xf2\x67\x8e\xcc\x5e\x33\x2a\xdb\x80\x19\x1f\x90\xed\x0d\x27\x0b\x01\x67\xcb\x04\x71\xa7\x50\x4a\xca\x5c\x68\x77\x7f\xce\x52\x78\x86\x05\xfb\x4f\x24\x24\x2b\x7b\x12\x43\x0b\xbc\xb2\x95\x1b\x58\x60\x12\xf7\x60\x5d\x63\x2e\x0e\x47\x1d\x35\xc6\xb1\x8d\x85\x82\x70\xe8\x4f\x55\x67\x35\xd4\xdf\x6d\x29\x6e\x5b\xeb\xfd\x39\x48\xe3\xa7\x01\xbc\xfd\xb8\x28\x3d\x72\xfd\x8a\x51\x91\x72\xfd\x5e\xb6\xec\x7d\x68\x0e\xf2\x5a\x86\xd6\x21\x41\x63\x8a\xef\xea\x72\x1f\x73\x2a\x58\x8a\xe9\xa1\xeb\xc1\x85\x1e\x98\x89\xf9\x39\x35\xa0\x52\x52\x3a\x44\x4d\xab\x4a\x8d\x16\xfd\x57\x98\x96\xb2\x3b\xc0\xb1\x37\xe9\x5d\xb8\x08\x5e\x10\xc2\x8f\xd1\xe1\xfe\xe1\xae\xea\x7b\xa0\xfe\x98\x12\xc2\xbf\xeb\x9a\xda\x7c\x40\x9c\xe5\x7b\xe1\x14\xb9\x0f\x56\x36\xcd\x72\x65\xf4\xa7\xbc\x5e\xeb\x3d\x66\xeb\x37\x58\x8b\x99\xca\x4d\x16\x97\x7a\xfd\x15\xd4\x1a\xe4\xca\x56\x6c\x8c\xa2\x4e\x71\x8c\xa4\x83\xc9\x58\xb6\xb4\xd3\x2e\x2e\x10\x92\x56\xb5\xf4\xb9\xcc\x55\x1c\xf1\x80\x26\x66\x28\xcf\xa7\xcf\xd7\x50\xbc\x67\xa7\x84\x28\xd7\xb4\xb2\xff\x09\xe2\xef\xdf\x90\xf6\x85\xf9\x22\x11\xfc\x25\x97\x25\xe8\x42\x90\xa8\xf3\x4f\xa7\xee\x00\x27\xfe\x06\x8f\x37\x8b\x07\x36\x68\xf4\x80\xf6\x1c\x50\x7d\xec\xfa\xe0\x00\x7d\x67\x3b\x6d\x4f\x09\x91\x3e\x68\x65\xe7\x56\x5d\x5c\xb4\x58\x27\xb6\x54\xd8\x4a\x57\x79\xa3\xdd\xa6\x65\xa8\xc2\xbc\x7f\xad\x15\x2d\xa1\xc2\x71\x5f\x88\x81\x20\x2f\x3c\x34\x89\x1b\xaf\x28\xf8\xd0\xe6\x05\x9d\xec\x19\x78\x26\xb4\x5e\x7a\xf5\x5f\xc8\x23\x02\x8f\x99\x60\x7b\x4b\x9b\x38\xce\xf9\x47\x71\xac\xfd\x96\xae\xe0\x1e\x0d\xbb\x89\x38\xab\xe6\xaf\x44\x2e\x5e\x1e\x26\x5d\x31\x89\xd7\x8f\x50\x24\x7c\xad\xec\x9d\x87\x2f\xf4\xcb\xfb\xf2\xed\xe4\x9d\xe9\x40\x4f\x6b\x34\xa9\x40\x23\xd5\x6c\x7d\x2e\x91\x6a\xc8\x94\x34\xa4\x2e\xc2\x60\x60\x04\x07\xc5\x52\x3d\xee\xfb\xed\x8f\xbf\x2f\xe0\x05\xed\x7a\x3c\x52\xed\xf4\xba\xd8\x2c\xc1\x6d\x3f\x10\x5a\x67\xee\x8d\x2d\x05\xb2\x04\xe3\x25\xbb\xfe\xf8\xc0\x55\x3f\x89\xd4\x8b\xa9\xdb\x07\xa5\x6c\x42\x51\x2e\xa3\xe9\xc4\x13\x52\xd8\x23\x7f\x26\xaf\x56\x3c\x91\xea\x88\x26\xe8\x69\xf3\x8d\x0c\x25\x2d\xce\x63\xbb\x21\xa0\x3b\x66\x1b\xf5\xc0\x73\xc7\x4f\x50\x35\xdf\x77\x20\x63\x90\x4c\x92\x1b\x25\x52\x78\x36\xa4\x78\x80\x50\xc6\x08\x96\x6a\xf0\x24\x6f\x75\x1d\x93\x92\xde\x77\xa3\x52\xa2\x5c\xa0\xfe\x25\x9f\xb8\xda\x43\xcc\x12\x1a\x1a\x20\xbb\x0e\x8e\xf1\xee\x5b\x0b\x8d\x44\x92\xa3\x16\x6b\xd0\x69\xee\x16\xf3\xaf\xca\x67\xa7\x43\x77\xa5\x03\x31\x2b\x18\xfa\x52\xc5\xe6\xa2\x98\xfe\xcd\xca\x63\x1e\xd3\xf3\x25\x33\x6f\x7b\xa9\x84\xa8\x4d\x45\xb5\xcf\x22\xa6\x6d\x24\xa2\xdd\x45\x3c\x83\xae\x53\xbc\x6d\xd8\x2a\xb8\x95\xa7\x40\x63\xa7\x16\xac\x0e\x6c\x60\x73\x02\xf1\x00\x1e\x18\x20\x78\xb3\x7f\xdd\x35\xf5\xc4\x3f\xd5\xf9\xe2\xeb\xda\x6b\xc3\xbd\xfa\x82\x5e\xcb\x9b\x28\x26\x29\x93\x5b\xb2\x61\x83\x89\x44\x7c\xb6\x1c\xf6\x32\x2a\xa0\xa7\x1d\x11\x6b\x04\x21\xdf\x8f\x28\xad\xbb\xaa\xf2\x6e\x6e\xec\x79\x52\x71\x4c\x24\xce\x8a\xa3\x0a\x87\x40\xe6\xf3\x65\xc7\x7e\x63\x9f\x09\xe4\x38\xb1\x6e\x2e\x80\xd3\x8c\xe8\xa4\xd4\xe7\x04\x81\x82\xae\x69\xa0\xe8\xb8\x2d\xd3\x7e\xe9\xab\xaa\xe7\x79\xe6\x60\xda\xb2\xc5\x91\x6c\x22\xd7\x55\x2d\x5d\x54\x54\xb6\x86\xb1\xf1\x39\x1e\x3d\x20\x3a\x27\x8a\x99\x36\x84\x91\x78\xc9\xc6\x49\xe3\xca\xe7\x1f\xb8\x04\x89\x39\x63\x52\xf8\x39\x46\x6f\x13\xa0\xa3\x66\x71\xe9\x68\x88\x37\xa6\xb3\x80\x5b\x0e\x12\x0e\x92\xb8\xed\x66\xa4\x72\x82\x7f\x52\x4c\x25\x4e\x8d\xe6\xdd\x5c\x0d\xfe\xb3\x86\x20\x95\x9d\xfc\xd8\xb6\x91\x1f\xb7\x35\xf7\x93\xa3\xe5\x0e\x98\x33\x38\x10\x4f\xc8\xfd\x3e\xbb\xb9\x52\x2d\xaa\xd2\xb8\xa4\xd2\xce\xb3\x53\x56\x11\xe6\x6a\xeb\x84\xa0\x74\xfd\x0c\x87\x9c\xda\x9f\xa7\x49\x1a\x9d\xea\x3a\xe6\x8c\xd9\xf3\x94\xe3\xa2\x71\x0a\x91\x8d\x00\x48\xc0\xff\x3c\x11\xe0\x6e\xf4\xdb\x57\x96\x91\x16\xb8\x16\xf4\xd0\x65\x33\x4b\x59\xc7\xb4\xa4\x53\x50\x3d\xdc\x4e\x05\x29\x88\x17\x6e\x37\x41\x07\xaa\x34\xef\x73\xe6\xc3\x85\x93\x8d\xe7\xa4\x0f\xa8\xd5\x28\xcf\xd5\xab\x6f\x98\x53\xe7\xf3\x34\x45\x40\x1d\xd3\x7d\x3f\x9e\xf5\x98\x5d\x38\xfc\xcc\x60\xd9\x9f\xb4\xa9\xc6\x63\x69\x35\x6b\xe6\xe6\x70\xab\x73\x66\xea\xd9\xd8\x72\xa5\x10\x3f\xa7\x03\xe7\xec\xba\x44\xf0\xfd\x9e\x8a\xcf\xe7\xaa\xaa\xc8\x50\x65\x9a\xbf\x44\xfc\x70\x00\x32\x7f\x2e\x70\x01\xfe\xc1\x2a\x88\x75\x39\x8d\xc7\xfd\x4b\xcf\x92\xf5\x3a\x0e\xac\x10\xa1\xb6\x87\xe4\x42\x96\xc9\x6b\xb2\x24\xcf\xab\x5a\xe0\x98\xc7\x25\x3e\xfc\x1a\x4d\x22\xb4\xf7\xfa\xe6\x99\x49\x79\x08\x19\x7f\xfa\x58\x86\x3c\x3f\x28\xbd\x99\x3e\x9e\x39\xce\x67\xd8\xbf\x3a\xba\x19\xa6\x8b\xdc\x9c\x1b\x67\xe7\xd1\xc6\x39\x85\xe6\x80\xca\x2e\xae\xc9\x29\xae\x57\x83\x03\xf5\xd6\xe1\x40\x6b\xd6\xe2\x40\x6b\xd6\xe3\x40\xe3\x6a\x72\xa0\x6d\xd7\xe5\x40\x5b\xe4\x2d\xfd\x55\x19\xb2\x7e\x6f\x9f\xbd\xc4\x1d\x78\xa5\x83\x81\x72\xaf\x65\x0e\x54\x91\xce\xfb\x81\x43\x6e\xed\x54\x64\xee\x95\x3d\x92\x00\x75\xb0\x8e\xa3\x17\x1b\x3e\x35\x50\xea\x62\x04\x9b\xca\x8c\x90\xe2\x57\x69\x24\xd6\x63\x5a\xc8\x67\x5c\xe6\x4c\x3a\x1e\x20\xcb\xbf\x78\x37\xcf\xed\x98\xb1\xcc\x2a\x8d\xf3\xde\xe0\x74\x33\x7b\x55\x05\xdb\xf4\x13\x4a\x49\xfd\x26\x68\xbf\x27\xe8\x42\x97\xfd\xf1\xb5\xae\xaf\x38\x2a\xba\x74\xbc\x00\x9d\x46\x73\x8a\x31\xf8\xcb\x1a\x8d\x82\x76\x8c\x7d\x37\x6b\x70\xd2\x02\xd4\x59\xd7\xba\x1b\x6f\x7b\x38\xe4\x87\x1e\x7b\x81\xc6\xdf\x7e\xed\xa3\x9c\x1f\x62\xfd\x8d\x1f\x3f\xb2\x17\x0c\x96\x1a\x27\x1d\xec\x14\xde\x83\xfb\x43\x6d\x4d\x1d\xa3\x99\xe9\x6c\x3a\xbc\x99\x63\x64\x72\x96\x70\x0f\x13\xb7\xd1\x72\xef\x1d\x3f\x04\x4c\x3a\x0b\x55\x7c\x52\xf8\xe5\xa0\xfd\x4c\x73\x09\xad\x2a\x2b\xfd\x33\x71\xe2\x0f\xd0\xc4\x55\xc0\xf7\x86\x2f\x8e\xd8\x11\xe3\x6a\xe0\xaf\xaa\xce\xe5\x31\x91\x12\xfc\x75\x12\xb7\x50\x19\x3b\x88\x12\x97\xfd\xbe\xf1\xd2\x27\xdb\xa3\xed\x78\x36\x92\xbe\xb2\xc2\x79\xa1\x5e\x75\xeb\x18\x60\x4b\xdb\xd5\x95\xb6\x21\x5c\x7b\x4b\x90\x8c\x57\x8f\x47\x38\xd5\x75\x23\xfb\x12\xc1\x46\x50\xe2\x33\x0b\xa9\x41\x55\x38\xa5\xe2\x40\x21\x59\x55\x9c\x72\x86\x13\x35\x18\xdd\x06\xc2\x7e\xd7\x10\x23\xc2\xf8\xe1\x11\x7e\x71\xc8\xff\xc8\xae\x77\x90\x5d\x0f\x3e\x81\x00\xb9\x2d\x79\x6f\xe0\xe4\xa0\xa4\x38\xe3\x1f\xa1\xcf\x26\xc3\x18\x59\xf2\x73\x0b\x2e\x1b\x0c\x3c\x46\x5a\x09\x78\x9d\xf3\xd1\xa6\x72\xc9\xc0\x04\xbe\x2c\x09\x44\x22\x31\x54\x7c\x0e\xa5\x9c\x99\xe3\xc5\x90\xdc\x20\xdb\x93\x3d\xc0\x3d\xa1\x1c\x17\xa7\x23\xac\xf5\x23\x0c\xe2\x9e\x35\x3f\x89\x69\x3a\xd2\x8e\x07\x0d\xba\xd7\x0e\xb3\x93\xb1\xb7\xaa\x42\xa4\x6a\xdd\x23\x0b\xee\xf8\x41\x76\xe2\x6e\xe0\x52\x34\xf2\x3e\x7f\xe3\x70\x33\x37\x5a\x46\x17\xc0\x90\x49\xbb\xb7\x8e\x85\x32\x59\xd4\x27\x04\x05\x71\xe2\xb2\x02\x90\x10\xa4\x9d\x9e\x0d\x10\x74\x23\xd1\xd7\x41\xda\xab\xb8\xe0\xa9\x80\xf7\x53\xed\x36\x82\x26\x5c\x87\x75\x43\xe4\x39\xba\x86\x62\x38\x12\x2a\xe3\x86\x06\xaa\xea\x0c\xf6\xfa\x3c\xb8\x35\xf6\x36\x68\x81\x3e\xaa\x85\xda\x98\x5a\xd6\xc7\xe8\xc1\x19\xae\x21\x28\xcf\x59\x36\x9a\x6c\xe5\x82\x28\x47\xbc\xa5\x15\x94\x52\x59\x34\xec\xa6\x21\xbc\xbf\xd1\xda\x17\x5f\x15\xa9\x17\xa9\xfe\xbe\x05\x5f\x56\xed\xdf\xd7\x26\x23\xb7\xb7\x34\x8f\xb8\xf1\xc1\x65\x1c\xa2\xe5\xb8\x43\x83\x89\xc5\x3e\xe9\xb5\x52\x5c\xc3\x81\xd2\x49\xae\xfd\x54\x82\xdb\xd5\xaf\x0b\xfa\x27\xac\xe0\xfc\x69\x5d\xd4\xf9\x9a\x46\x03\xca\xde\xf6\xcb\x1a\x99\xba\x20\xa7\x9b\xd5\xfa\x31\xf9\x2a\x51\xa5\x37\x9c\xf4\xb6\xa3\x4c\x0f\x80\x5c\x5d\xe6\xdf\x7f\xb7\x28\xa6\x95\x86\x04\x09\x9c\x72\x48\x52\x54\xfe\x0e\xc2\x32\xde\xac\x16\x24\x55\xbd\xfd\x8e\x10\xee\xa7\x3c\x5c\xd1\x7c\x92\xb8\x43\x78\x8e\x3b\xcc\xdd\xbb\x6c\xa4\x63\xb7\x72\xca\xf7\x27\xef\x7f\x91\x42\xc6\x3b\x58\x6f\xbd\x99\x66\x13\x10\xd3\xc9\x45\xba\x63\xd3\xcc\x95\x26\xec\xfe\x4b\x16\x4a\xcf\xed\x40\x23\x4f\x8c\xaf\x0c\x3e\xae\x20\x78\x96\x5e\xd1\x88\x23\xd7\x6e\x7c\xf7\x12\x3b\xc2\xf0\xea\xc5\xd8\x8c\x4d\xf1\x72\x0a\xd9\x6b\x59\xcc\x61\x03\x75\x69\xea\x96\xcf\x41\x4a\xf4\x47\x1b\xb5\x36\x71\x35\xee\xf5\x16\xa7\xa7\x78\x75\x96\x1e\xf1\x98\x6b\x2d\x8f\x20\xe4\xe0\xfa\xa8\x53\x38\xbc\x38\x09\x64\xd2\xd8\x04\x2d\x66\x6a\x86\x2a\x56\xdf\x90\x46\xa6\x2b\x5f\xeb\x54\xbc\xb9\x2c\x25\xb7\xeb\x54\x77\x9e\x07\xd5\x71\xd8\x14\x12\x14\x6f\xfb\xb2\x1f\xe9\x34\x29\xd8\x8e\xac\x5a\x37\x60\x11\xcc\x15\x35\xeb\x2b\xf6\xe0\x59\x4c\xd7\xac\xb6\x94\x56\x94\xed\xfe\xb6\x5b\xba\x6b\xd9\x1c\xb7\xb4\xc0\x42\x39\xf1\x32\x36\x05\xd7\x51\xa2\x46\x0e\x9a\x97\xc9\x09\x11\x35\xb0\x02\x2a\xbb\x3f\x51\xf2\xd7\xfd\xd9\xa8\x54\x7b\x14\x82\x9b\x6a\xea\x16\x8b\x74\xa3\x8e\x3f\x94\x10\x95\xef\x18\xf3\x01\x57\x02\x61\x42\xb0\xe9\x09\x36\xd1\xfd\x0d\xb4\x91\xdc\x9a\x1e\xbf\x1a\xd2\x60\xf5\x4f\x14\x1b\x9e\xc4\xec\x53\x05\x84\x0f\x9c\x47\x37\xd2\x27\x12\x96\x7a\x2a\x3e\x07\xd0\x28\x47\x50\x48\xcf\xa4\x5e\xda\x09\x9b\x43\xed\x35\x4c\xc8\x75\x17\x71\xa7\x8c\x8b\xb6\xc3\xb6\x70\xe5\x0b\xd6\x5c\x92\xf7\x2d\x68\xbb\x09\xf3\x63\xaa\xb3\xd7\x80\x89\x72\x2f\x11\xaa\x1e\x72\xb4\x1c\x87\xe9\x43\xee\x24\x23\x85\x9b\x65\x52\xdc\x07\xd0\x79\x6d\x2b\xe9\xf5\x76\x4d\xfc\x52\x1a\x63\xc4\xf8\x6c\xbb\x3d\x45\xc6\xbc\xfb\x45\x88\xd4\x83\x14\xcb\xb7\x49\x51\x1c\x39\x55\x7f\x3a\xaf\x95\xa0\x6d\x34\x8c\x41\x99\xa6\x31\xfd\xd2\xfd\x16\x5a\xc6\x0c\xef\x9d\x5e\xb9\xff\x33\xec\xe4\xbc\x2b\x61\x53\x29\x3e\xb3\x62\xeb\x09\xf2\xb9\x15\xdb\x76\x9b\x9f\x91\xc2\x7e\x6a\xcd\x46\xf3\x9f\x1e\x71\x7f\x18\x9d\x75\x57\x6d\xbb\x52\x7f\x66\x2d\xd7\x14\xfc\xfb\x17\x73\x83\x3e\x3b\x39\xf2\x8d\x55\x0e\xf2\xcb\x99\xd2\x0f\x32\x87\x75\x70\x31\x47\x6b\x07\x68\x2d\x81\xd6\x4a\x16\x03\x52\x2d\xda\x82\x64\x8b\xb6\x26\xdd\x66\xdb\x24\x8d\x92\x71\x51\xef\xa6\x37\xed\x38\xbd\xee\x92\x8e\x1c\xa7\x55\x28\x15\xca\xe6\x7a\xde\x4d\x0f\xb7\x76\xb5\x48\x0b\x3b\x5f\xc0\xbd\x3b\x4a\x50\x4b\x22\x3f\x4e\x4a\x39\xdc\x3f\x1c\x6b\x56\xf8\x74\xb4\xfe\x22\xe8\x3c\x42\xc7\xcf\x14\xd4\xd1\xde\x05\x45\x07\x4b\x98\x29\x25\x55\xa9\x32\xe3\x54\x6a\x42\xc7\x93\x1d\x3d\x22\xc0\xf5\xb8\x7e\xa5\xd1\xf2\xc5\x89\xf8\xd0\xc8\x48\x0d\xb7\x94\xa3\x7d\xc5\x43\xf7\x95\xf7\x92\xcc\xab\x4b\x35\x1a\x8a\x81\x07\xe5\xaa\xa4\x16\xe0\x36\x97\xa8\x93\xa5\x4f\x53\xde\xb7\xb4\xad\xde\x33\x21\x24\xfa\x3a\x9a\xea\x7c\xa6\x79\xae\x5a\x06\x70\x8f\xda\x2a\xc0\xd6\x0d\x3b\xc3\x1c\x91\x3a\x2c\xd1\x74\x70\x80\xde\x90\xaa\xe2\x68\x69\x9a\xf0\x92\xa5\x8e\xfe\x59\xc8\x34\x2a\x95\x6f\xb3\x0f\x29\x46\xe2\x6b\xf5\x39\xe5\x36\x48\x5d\x8e\x56\xcc\x70\x7d\x13\x8f\x70\x2d\x0b\x83\x43\x1c\x8a\xec\xad\x20\xde\x95\x45\xf8\xd5\x9b\xa6\xff\xeb\x35\xd1\x50\x6c\x7d\x2f\x22\xed\x40\x66\x2e\x1e\x7c\xd9\x2c\x5a\x39\x45\xdd\x00\xbc\xa4\x4b\x3c\xcc\xa0\xdb\xcd\xde\x02\xc8\x0d\x67\x91\xfe\xf3\x71\x4e\xf6\x1e\x88\x91\xef\x36\xf8\xc0\xcd\x9e\x74\xb6\x35\xd4\x69\xae\x57\xe2\x14\x35\x70\xa2\x0a\xa9\x52\xbb\x35\x99\xa1\xf8\xa5\x2c\x4a\x8f\x30\xac\xd2\xa5\x8e\xaf\x92\x1d\x7c\x4c\xeb\x27\x45\x52\xd6\x35\x05\x31\x3e\x20\xb7\x98\x8d\x18\x81\xb7\x62\xc5\xe4\x9d\x49\x9b\xd0\x4f\x05\x60\x43\x1f\x35\x2e\xfd\xfe\xf9\xba\x99\x5b\x1f\x41\xa4\x69\x0d\xc2\xe2\xfa\xe9\xd6\x2e\x59\x03\x67\xb2\x2c\x1b\xc2\xf9\x18\xd8\xf6\xa5\x1f\xc8\x6a\xcc\x0b\x8a\x39\x8c\x7c\x3a\x50\x3b\x8e\xd1\xdf\x3f\xbc\xe8\xea\x1b\x7a\x5d\x49\x4f\xfd\x3e\xe4\xc3\x7e\xdc\x39\x46\x7f\x87\xba\xcb\x10\xd6\x00\xf0\xac\xd0\x88\x39\x27\x4d\x8b\x26\x83\x4c\x22\x70\xd1\xfb\x78\xcd\x09\xe7\xf8\x86\x58\xbf\xbd\xbb\x11\xdc\xb0\xa8\xbc\x13\x5f\x35\x55\x8a\x3d\xf8\x0e\xeb\x51\x2e\x57\x31\x19\x74\xb2\x87\x0a\xb0\xad\xa2\x60\xc9\x69\xd9\x47\xb3\xe0\x47\xae\x3e\x94\xef\x1b\xff\x52\x62\x2f\x44\x1f\x6d\x04\x0e\xd6\xdd\xfb\x73\x0d\x30\xee\xde\xb1\xbf\xaf\x01\x20\xda\x4e\x27\x7b\xb6\x44\x89\xa4\xf5\xf7\xf3\x45\xbb\x92\xb5\x57\x6e\xc5\x7f\xc5\x9d\x7e\x8c\xc4\x7f\x4f\xfe\x6e\x9f\x85\x07\x9e\x4d\x76\x76\x82\xa5\x53\x66\x39\xdd\x34\x6d\x1e\x5b\xa4\x4a\x5d\x8d\x36\xd8\x9f\x93\xf8\x9a\x1c\xdd\x10\x26\xa9\x9a\xef\x3a\x2b\x9f\xdd\xcb\x6f\x52\x0d\xc1\xe4\xce\x56\x0d\x8e\x54\x7b\xcc\xc8\x9d\x80\x26\x0f\xf6\x0b\x56\x17\xb8\x9d\xa8\x4f\xf6\x5b\x26\x0f\xf4\x64\x67\x47\x7f\xf5\x60\xc7\x5c\x30\xc5\x8c\x71\xd5\xcf\x50\x96\xba\xb3\x00\xc4\x9f\xe9\xb7\x1f\x38\xca\x8d\x43\xea\x4c\x28\x1f\x87\x7e\x72\x27\x7b\xf7\xf5\x11\x72\x43\xa8\x74\x9c\x95\xe5\xdb\x92\x5b\x20\x76\xfd\x3f\x04\x24\x4f\xa7\x41\xbe\x3d\xcd\xc0\xa3\x79\xc4\xa4\xfd\x03\x6b\x81\x9d\xec\x39\x47\x56\x7e\xa6\x8e\xac\x83\xbe\x7d\x1e\x98\x0e\xb9\x24\xaa\xf4\xcf\xe4\x64\x2f\x58\x4d\xe7\x2d\x85\xbf\x74\x2d\x39\x9c\xce\xb9\xbf\x5e\x2b\x9e\xc4\xd5\x2c\xad\x56\x27\xf4\x4a\x84\x51\x57\xd3\x7f\x75\x04\x5d\x9c\x9b\x65\xe1\x0b\x52\xd0\x29\x0d\xcb\x02\x18\x90\x32\x4e\x59\xf7\x33\xb4\x00\x35\xd5\x54\xbd\x42\x5c\x55\x0a\x9d\xb8\xa9\x9b\xc4\xe9\x92\x58\x83\xba\x51\xea\xd4\x0d\xb0\x2e\x9f\x37\x80\x3e\x2b\x9b\x77\xdc\x0d\x77\x66\xf1\x77\x0e\xec\x48\x4e\x37\x8c\x86\x77\x9a\x1e\x6d\x32\x4d\xa8\x1d\x51\xab\x15\x05\xe0\xd9\x09\x05\x8c\x6f\x94\x59\xbe\x97\x03\x66\x2d\xb2\xa7\xc6\xf7\xb1\x0e\x4f\x73\x23\xb3\xb7\xc8\xdd\x1e\x24\xd9\xd3\xd8\xad\xb8\xbe\xef\xb4\xce\xf6\x1d\xcb\x79\x50\xef\xb0\xbd\x03\xb1\x86\xa3\x6b\x52\xa9\xb2\x6b\x9a\x4c\xc0\xbe\x92\x9b\xe2\xe0\x00\xd1\xba\x90\x4b\x1d\x58\x98\x2e\xce\x65\x49\x53\xd2\x64\xf2\x14\x7c\x05\xf5\xdc\x1a\x7c\x94\x04\x3f\x49\x65\x2d\x98\x6f\x55\x61\xdb\xc7\x8f\x26\x47\x3b\x3e\x42\x67\x92\x35\x87\xbc\xb1\x91\x07\x11\xba\xbc\x4a\x89\xdc\x34\xbf\x2c\x58\x0d\x76\x89\x21\xd4\xfc\xf8\xe9\x5e\xf4\x1c\x0b\xd6\xb1\x23\xe2\x85\xce\x46\x17\x75\xad\x7d\x99\x67\xe4\x44\xc6\xd9\xab\x7b\x91\xe9\xa1\x8f\xcf\x67\xc3\x4b\x92\x2d\x6b\x32\xf2\x72\x74\xf0\xf6\xaf\x47\x4b\x3d\x71\x43\x0e\x10\x2d\x39\x55\xf7\x4e\x75\x86\xd1\x00\x9c\x8b\x55\x9b\x5d\xc7\x5c\xaf\x0e\xa4\xf0\x82\x55\x65\xe7\xb0\xad\x38\x27\x0d\xde\x88\xd5\x44\x6b\xcf\x52\xd3\xa3\xba\x5a\x81\x40\xd5\xbb\x18\x25\x8d\x76\xd0\x2d\x25\x4b\xb8\x21\x23\x66\x1f\x75\xea\x3e\x46\x10\x46\xe9\x5f\x89\x3f\x2b\x53\xf1\x0e\x7a\x68\xdf\x75\x2e\xc4\x38\x38\x39\x2b\x36\xf9\x19\x64\x71\x7b\xb0\x07\x57\xbe\x94\x70\x71\xee\x56\xc2\x56\x61\x96\x76\xba\x0f\x02\x0d\xdb\x21\xef\xe4\xe1\x20\x12\x98\x8f\x9e\xed\xdf\x76\xee\x8f\x5c\xa1\x19\x41\xbf\xe9\xf2\x97\xbf\xa9\x8a\x91\x9e\x7e\xbe\xc0\x2b\x19\x5f\x6e\xcb\x6c\x0d\x2c\x98\x53\xea\xf1\x18\x3d\x34\xb5\x35\xe1\x23\x79\xc3\x78\xf2\x89\xaa\x20\xc9\x75\x09\x49\xb8\x27\xfb\x0a\x27\xc6\xd0\x92\xe5\x13\x0d\x1a\xbe\xb1\xae\xa7\x68\x62\x82\x36\x7a\x3c\x24\xb1\x93\xa7\xfd\x41\x7c\x3a\xcc\x04\x42\xb2\xff\xb4\x28\xc1\x52\x86\x51\x51\x61\x3a\x27\x25\xba\x66\xac\x22\xb8\x96\x42\x84\x16\x33\x0b\xb4\xc0\x2d\x64\x2b\x50\x65\x5c\x03\x96\x62\xa5\x4d\xb4\xa0\xa4\x80\xa3\x04\x1b\x6d\x4e\x5a\x5c\xe2\x16\x83\x61\x4d\xe6\x23\x68\xf0\x2b\xa5\x78\x27\x97\x4a\xac\x52\x07\x28\x9d\xc9\xe7\x27\x62\x5c\x71\x9e\x80\x70\xaf\x70\x3b\xdb\x45\xbf\xa2\x77\x8e\x15\x42\x43\x96\x41\xbf\x3b\xc1\xca\xa9\x2f\xcf\x29\x48\x7a\x32\x5d\xa4\x6f\x05\x33\x61\xcf\x10\x4f\xac\x97\x51\xa0\x94\x5b\x34\xd5\x04\x59\x92\x0b\x04\x18\x33\xb2\xbb\x2c\x74\x6a\x08\xe2\x1f\xf5\x08\xdf\xb7\xef\xc8\x2a\x8a\xb8\x4c\x56\xd3\x8f\x5e\xf5\x82\xab\xde\x91\x55\x8f\x01\xed\x8a\xb4\x5e\xdb\x73\xaf\x2f\xa8\xdb\xee\x5c\x1b\x75\xad\xa9\x51\x2d\xa1\xbe\x71\x55\x4b\xfa\xb4\xe1\x56\x33\xc8\x28\x54\x3b\x5c\xb6\xca\x69\x7b\xde\x9f\x56\xe0\xad\x4c\xd4\x0b\x4a\x62\x1b\xd4\x7a\x4b\x42\xe5\xf8\x96\x44\x50\x15\xb6\x99\x46\x53\x2e\xf0\x80\x9e\xff\x2d\xe8\xe9\xd2\x4b\x53\xd6\x35\x83\x2b\x3b\xb6\x91\x59\x5c\xd2\xee\x38\xcd\x05\x9c\x3d\xb4\x1f\xa9\x6a\x86\xb9\xe5\xe2\xda\x43\x52\xff\xcd\x21\xb5\x4e\x61\x4a\x11\xa4\x60\x8b\xd5\x26\x64\xde\x84\x12\x72\xae\x93\x8a\xbe\x23\xc8\xf6\x8b\x33\x65\xfa\x64\xaf\x24\xbd\x41\x0d\xe8\x1f\xc8\x42\xf6\xb9\xb8\xc6\xc5\x3b\x55\xec\x89\xcd\x17\xb8\xa5\xd7\xb4\xa2\xed\x2a\xa9\xd6\xde\x90\xf6\xca\x75\x1f\x64\x7a\xf1\xdb\xd6\x22\xdc\xd1\x8d\x32\x89\x03\x01\x39\x6b\x27\x41\x20\xb2\x54\x97\x25\xd7\x96\x47\x5c\x97\x07\x9e\x8a\xa3\x98\x7a\x9c\x0d\x91\xd4\xea\x75\x14\xa8\x35\x63\x4f\xd1\x6f\xae\x37\xf5\x37\x21\xfb\xff\x56\xd3\xea\xb7\x5d\x29\xac\x8b\x93\x93\x58\x0c\x37\x01\x48\x45\x05\x94\x42\x68\xe0\x88\x0e\x00\xaf\x59\xbd\xe7\x0e\x60\x5e\x14\x63\xdc\xd0\x5b\x52\xeb\x64\x0e\xde\x12\x0c\xa9\x6f\x02\x07\xa8\xa9\xe8\x0c\x9a\xe7\x23\xfd\xae\xe5\x61\x3b\x74\xf2\xc7\x13\xb3\xa5\xca\xf1\xb7\xb5\x81\xf8\x6e\xeb\x71\xd9\x32\x7f\xdb\x09\x4c\xdc\x99\xa6\xf3\x2e\x6c\x71\xb7\x4c\x36\xb8\xb1\xb6\x92\xa8\xb3\x49\x92\x8e\xaf\x9a\x98\x9a\xf7\xd4\x74\x62\xd2\xf7\x8c\xbe\x52\xe4\x3e\x51\x37\xcd\x2e\x62\xb7\xa4\x59\x36\x54\x25\x6d\x4b\xb5\xa3\x14\x72\xba\x7b\x79\x42\x6d\x50\x45\x25\x23\xf4\x27\x42\x5a\x93\x1d\x5d\x2f\xce\xa3\x36\x01\x1a\x53\xd7\x69\x04\x7e\x24\xaa\x3a\xa7\x49\x4d\xd3\x0b\x10\x15\x40\x85\x96\xbc\x1b\x42\x52\x4f\x0b\xf4\x2f\xce\xbd\x2f\x15\xe6\x5d\xbd\x6c\xf0\x62\x41\x4a\x47\x45\x76\xf3\x87\x2f\xce\x53\x15\xfb\x53\xd3\x7d\x9b\x02\x95\x4c\xd0\xf0\x23\xa7\x43\x1a\x19\x21\xfe\x34\x3d\x4e\xbf\xe4\xe1\xa8\xa0\xb5\x4c\x97\x33\x5c\xde\xa9\x9c\x00\xa6\x4c\xbd\x7d\xe4\x66\x32\x4e\x6f\xb9\xf8\x1e\x50\x2f\xd9\xde\x69\x85\x66\xf6\x74\x9c\x68\xf7\xff\xc1\x2a\x96\x9f\x78\xf5\xca\xf4\xaa\x25\x6f\x65\x2b\xef\x19\x31\x6f\x39\x53\x0d\xa2\xf5\x3a\x81\xde\x6d\x88\xc4\x0d\x00\xd6\x88\x67\xbd\x5a\x6d\xfe\x8b\xfe\x2b\x39\x89\x25\x64\x3f\x9e\xb8\x12\x72\xcf\x8d\x04\x97\x3b\xf1\x41\x87\x62\xa6\x7d\x91\x6a\x3b\xfc\x23\xb8\xea\x0d\x41\xb2\xcf\x41\xaf\x0f\xb2\xac\x56\x8e\x61\xb3\x56\x8d\x8b\x99\xf8\xb6\xfe\xaa\x35\x9c\xd1\x09\xa2\x3c\xd0\x6d\xc3\x81\x73\xaa\xa6\x5e\xba\x74\xb2\xa9\x1e\x18\xb6\x65\xd2\x45\x62\xa5\xa7\xc6\x6f\xe8\xac\x20\xa6\x5a\xd0\xca\x31\xac\x98\x29\xed\x45\x73\xbc\x70\x9b\xc1\x1b\x20\x50\x40\x33\xda\x3a\x60\x45\x51\x1d\xa0\x13\xd2\x5f\x62\x50\x4e\xff\x97\xe8\xc6\x46\x5e\x37\xa5\x9c\xe0\x16\x74\xda\x97\xfd\x7e\xfd\x4e\xc1\xdf\x3c\x59\x73\x9f\xf8\xef\x8e\x6a\x95\xab\xfb\xee\xa0\x84\x68\x07\x35\xe5\x1a\x76\x4b\x4b\xc7\xe6\x62\x9c\x2d\xe9\xde\xbf\x49\xc9\x07\x97\xe5\x1b\x16\x0c\xcb\xdb\xc8\x01\x23\xc8\xa5\x7a\x11\xc3\x4c\x76\x7a\x0d\x49\xe6\x69\xf4\x4c\x7b\x18\x8e\xa0\xf1\xba\xfd\xe2\xc4\xba\x1e\x8e\xd1\x83\x37\xba\xb7\x9c\x6e\x2d\x7f\xb4\x8b\x1e\xed\xa2\xc7\xbb\xe8\xc9\xae\xe0\x01\x4f\x5d\x93\xd1\x3d\x97\x75\x6f\xd2\xc4\x38\x2d\xd1\xdc\xa9\xa9\xf1\xfd\x1e\xa4\x72\x5d\x7c\x3d\x81\xc1\x50\x66\xd8\x4c\x73\xe3\xf6\x09\x56\x07\x52\x37\x1c\x3e\x46\x9e\xd7\x54\xf6\x25\x73\x5c\x13\xbe\x6d\x40\xee\xc6\x51\xfd\x69\xad\x72\x92\x3c\x1d\xf7\xdf\x9a\xe1\xa2\xce\xb5\x7a\x02\xe1\xb6\x14\x9c\x46\xf6\xc9\x53\x4e\x18\xcb\x51\x86\x26\x91\xd8\x0c\xc9\x49\x38\x37\x96\x77\xd7\x25\xda\x29\x4b\xdc\x73\x0d\x1e\xc3\x43\x28\xfb\xcd\x65\xce\x61\xa6\x9b\xdd\xc0\x49\x6c\xd2\x2d\xec\xb2\xc7\x71\xf4\x49\x4c\x1d\xc2\x3f\xdb\xf9\x1b\x3c\x34\x42\x1f\x4c\xde\x0e\x41\x59\x8a\x2d\x1c\xe3\xad\x9e\xe0\xf4\xbe\xef\xdf\xf5\x29\x4d\xa4\x6f\xeb\xaf\xb1\xeb\xad\x49\x40\xab\xf6\x03\x7b\xbc\xe7\x5e\x55\x62\x58\xa6\xc5\x7b\x74\xb9\x8e\xd8\x58\xde\x55\xbb\x9d\x8d\x34\xb6\xcf\xbc\x2f\xf4\xca\xde\x87\x13\x65\x6d\x0e\x65\x0f\xc3\xe7\x72\x84\x12\xb4\x77\x1a\xf2\x05\xb2\xc7\xd1\x37\x5b\xa0\xce\x88\x2e\x85\x57\x4e\xef\xbf\x04\x55\x0e\x81\x28\x87\x40\x93\x43\x20\xc9\x21\x50\xe4\x30\xad\x05\xf8\x02\x25\xee\x5a\xb6\xc7\x16\xa4\x26\x65\xd8\xe7\xd2\x50\x67\x1f\xe5\xe8\xf3\x72\x41\x6a\x08\xa0\x11\x6f\xfe\x51\xe4\xf1\x90\x88\x28\x34\xf9\xf0\x11\x61\x1e\x22\x16\x09\x73\xaf\x6d\xe8\x4c\x20\x15\x53\x13\x5d\x6c\x3a\xac\xc7\xa6\x4c\xdb\x23\x64\x9c\x60\x2b\xcf\xac\xdf\x10\xb2\x9f\x7e\x4a\x09\x55\xa7\x5d\xbe\x31\x8e\xcb\xaf\x4b\xcf\xa0\x4d\x65\x78\x91\xc9\x75\xf4\xf0\x18\xb4\x16\xa8\x74\x5b\x7d\xcf\x0a\x5e\xf5\x95\x53\x9e\xe8\x16\x57\x1d\xf1\x2e\x80\x5d\xf1\x2c\x6f\x9b\xae\x68\x11\x8d\xdb\xc4\x2c\x7c\xbb\x6c\x5f\xd9\xa4\x31\xb5\x5f\xa0\xc2\x24\xab\xd4\x8c\xe3\x55\x38\x1d\x3a\x67\x1e\x34\xbf\x92\x4c\x8c\xea\x50\x21\x99\x8b\x7a\xca\xd2\xd3\xb9\x54\xdf\x46\x75\x2d\x43\x50\x76\x32\x6f\x35\x44\x93\x26\x91\xfd\xee\x3e\x54\x6b\x74\xc1\x7c\x4c\xad\xbc\x7d\x3f\x6f\x6e\x38\x9b\x91\xe2\x9d\x29\x93\x25\x0d\x7e\x1c\x6e\x01\xd5\xa2\x5d\x57\xc4\xe7\x42\xa8\x81\xbe\xb5\x05\xe6\x04\xcd\xc8\x7b\x54\xcc\xb0\xd8\x23\xba\xea\x19\x38\x2d\x55\x01\x6f\x52\xf3\xae\x21\x26\xb8\xc1\x76\xd6\x2c\xbb\x45\x25\xbd\x94\x5a\x3d\xcd\x5b\x21\x28\xff\x27\xae\xa8\x72\x07\x4c\x7e\x45\xb4\x5e\x74\xad\xe3\xc1\x17\xb7\x54\x60\xb2\xbd\x5e\xb5\xe4\x9f\xa4\xe1\xb2\xb1\x3d\xbc\xb0\xdf\xb5\xd3\x6f\xed\xba\x8b\x35\x37\x88\x8b\x65\x77\x5f\xf9\x10\x5a\x93\x26\x13\xfb\xec\x09\x7a\xf2\xed\x0e\xfa\xfd\x77\xe4\x7c\xf6\x0c\x3d\xfd\x2f\x21\x20\xba\x4f\xfd\xf5\xbf\xe2\xa7\x8e\x0e\x1f\xed\xa4\x92\xa6\xb5\x13\x18\x2a\x04\xa5\x17\xf4\x63\xe4\x32\x36\x72\xb9\xb3\x8e\x36\xb3\x22\x5f\xf1\x4c\x71\x82\x6a\x85\x88\x0c\xd5\xcb\x93\x3e\x2e\xae\x16\x10\x7b\x50\x7d\x17\xcf\x47\xbc\xcb\x07\xbb\x63\x8b\x23\xa1\x94\x11\xac\x46\x18\xfa\xfa\x39\x51\x20\x60\xcf\x30\xcd\x69\x16\x0d\x5b\xb0\x9e\x14\x1d\x01\xea\xdc\x56\xc7\x0b\x48\xa2\x3c\x23\x26\x85\x43\xf5\x02\x77\x83\xf3\xc0\x14\x64\x40\xcd\xf0\x2d\xd8\x84\xc0\x6b\x6e\x3a\xe8\x5f\xcb\x9e\x54\x20\xbe\xc8\x0f\x05\xb9\x71\x75\xc3\x1a\xda\xce\xe6\x68\x45\xac\xab\xe6\xb9\x69\xae\x11\x2e\x0f\xa9\x4b\xbe\x6b\x7c\xfa\x90\x49\x28\x3b\x71\x74\xb5\xe7\xf2\xe5\xb6\x90\xa0\x81\x2a\x65\x57\x15\x6e\x05\x92\x81\x2d\x36\xa8\x0a\xfa\x89\xaf\xb2\x79\x29\xbb\x8e\x11\x8a\xca\x06\xe2\x92\x2a\xb8\x28\xba\x06\xb7\xa4\x5a\xa1\x86\x2c\x1a\xc2\x75\xe4\x99\x93\x7a\xa1\xbb\xda\xa4\xf3\x14\x13\x37\xea\x2b\xb5\x68\x69\x2f\x5f\xc6\xcd\x97\x6b\x82\xa3\x40\x78\x6f\x05\x95\xb8\x46\xd7\x1e\xeb\x29\xdb\xb7\x71\xc9\x3e\x17\xaf\x85\x3f\xf1\x04\x5e\x1f\x3e\xfa\x7c\xaa\x76\x5a\xf7\x48\x4a\x24\x7a\x28\xdf\x3d\xf0\x15\xb9\x45\xbc\xdf\xf8\xe1\x5c\x7e\x15\x8f\x7c\xb0\x64\x0c\xed\xc6\x0b\xc4\x4c\xe3\x36\x3a\x1e\x3f\x46\x2c\x17\x9d\x99\xa4\xcf\x05\xd7\x8b\xab\x18\xd9\x29\x1a\x2e\xd8\x96\x02\xf4\x33\xa1\x37\xb3\xa0\x1e\x37\xad\x69\x4b\x71\x25\xbf\x8a\x9c\x57\x10\x18\xb5\xe7\x87\x6d\x80\xd1\x16\x4d\x64\x26\x19\x65\xf5\x81\x6a\xa0\x2b\x7f\xad\xb9\xb8\x3d\xf9\xc1\x2d\x69\x80\x17\x88\x8f\x77\x42\xb0\xda\xea\x60\x00\x3f\xbf\x3c\x57\xf5\xaa\xbb\xe9\x94\x16\x94\xd4\xaa\x06\x5f\x78\xa5\xf5\x44\x34\x8b\x9b\x2c\x58\xb6\x87\x0f\x03\x02\x26\x2e\xb1\x60\x63\xe7\x2c\x48\xfa\x47\x97\x47\x0e\xee\xbb\x70\x86\x0b\xd2\xcc\x29\x17\xd7\x72\xa5\xd9\xb1\x26\x9c\xe4\x2a\x11\x4d\x2e\x5f\xbe\xf9\xfe\x18\x3d\xf7\xd9\x37\x15\x02\xbe\x0a\xc9\x25\x25\x5a\x34\xd4\xba\xf3\x8f\x0e\x0f\xf7\xa0\xaf\xaf\xcc\x8d\x6f\x6c\x28\x75\x08\x7a\x22\x01\x85\x54\xdf\x51\x62\x4d\x6b\x78\xb0\x2a\xc6\x8a\x51\x4b\xe6\x0b\xd6\x08\xdd\xe4\xa6\xc1\x05\x58\xfc\x29\x33\xdf\x87\xf0\x25\xf8\x76\x46\x38\x11\xcf\xd7\xe5\x14\x83\xd8\x14\xb5\x16\x9c\xe3\x15\xe2\xdd\x35\xb8\x1c\x80\xdd\x8a\xc9\x8a\x51\xa2\x29\xec\x87\x63\x80\xcf\x02\x32\x1a\x3d\x12\xc1\x9c\x08\x15\xc3\x79\x1b\xea\xe5\xeb\xf4\x7e\x3a\x0e\xe1\xa2\x3d\xf4\xb2\x12\x1b\x90\x47\xf4\xd9\x95\xf1\x21\xd0\x91\x4b\xc8\x8e\x20\x1b\x02\xd4\xff\x25\x0d\x4b\xec\x4f\x09\xee\x92\x2c\x25\x38\xbc\x82\x2c\xdc\xda\x87\x07\xa3\x28\xdc\xae\x15\x9b\x5a\x77\xd7\x9f\x7a\xbb\x3e\xdc\xa3\x93\xe0\x14\xa8\xb2\xf8\xf6\x14\xa4\x5e\x72\xf8\xc3\xb3\xa0\x9c\xfb\xa7\x3a\x33\xf1\x6f\x4a\x2e\x0b\xc0\x27\x03\x5e\x22\x21\xcb\x6d\xb0\x60\x05\x2d\x20\x34\xb9\x25\x8d\x73\x8c\x7a\x3d\x87\xfd\xe1\x3b\x79\xeb\x42\x6d\x1a\xd2\xf5\x2b\x29\x51\xb5\x78\xca\x35\xd7\xb2\x75\x9d\xdc\x70\x7a\x5d\xe5\xd8\x3d\xdb\xba\x6c\x73\x22\x61\x27\x69\x0e\x70\x94\x92\x51\x57\x96\x6c\x83\xea\x9b\x9d\x93\x1a\x8b\x9b\xd0\x36\x9c\xe4\x96\x91\x4a\x2e\xea\x82\x35\x0d\x29\x5a\xe5\x5d\xd4\xe6\xf5\xa9\xad\x6b\x25\x8f\xc5\x3e\xfa\x31\x67\xae\x8e\x43\x53\xcd\x74\x9c\x14\x91\x2b\x73\xb8\x7a\x95\x0f\x4b\x51\x93\x98\x88\xb0\x4c\x72\x04\x4d\xa4\x37\xe4\x34\xda\x50\x61\x9e\xa4\x8e\x40\xc5\x7e\x56\x6d\xbf\x96\x72\x43\x5a\x3f\x72\xd5\x68\x25\x51\x1e\x26\xd1\x23\xec\xca\x78\x56\x35\x4e\x64\x8a\x1a\x37\xef\x77\x64\x75\x97\x39\xff\x40\x56\x1a\x6f\x27\xb8\xf6\xee\x73\xfd\x81\xac\x82\x69\x9a\x40\xd4\x71\x53\xd4\x47\x6b\xa3\xf9\x5d\x99\x64\xd3\x2d\x4e\xce\x66\xb0\x8e\x98\x99\x75\x80\x2b\xc4\x79\x8b\xdb\x0e\xbc\xe5\x58\xd9\x82\xba\x0a\x37\x99\xf0\x69\x6f\x72\x51\x38\x7b\x84\xa2\x17\x25\x9d\x9c\xe9\xff\xf9\x3f\x9b\x04\x45\x6f\x3d\x0e\x3a\x20\x78\x26\xe8\x39\xa7\xb7\xbf\x0e\x02\x20\xd3\x11\xcb\x26\xe5\x45\x26\x0d\xcc\x30\x47\x9c\xc4\x2e\x10\x97\x9a\xbe\x6e\xf6\x19\x02\x67\xd5\x80\xc9\x80\x93\xd4\x2c\xdd\x38\x1d\x4e\x9c\xde\x91\x52\x3b\x6e\x48\xd9\x15\x36\xa0\x18\xb4\x64\xb7\xb3\x76\xfe\x2e\xcd\xb4\x79\x4d\x74\xdc\xde\x84\x06\xea\xdd\x1c\x15\x32\xc3\xe7\xb6\x56\xe1\xb9\xeb\xb2\xdd\xc7\x1f\xe4\xcf\xa2\x77\x59\xb9\x97\xb6\xdf\x76\xdb\x14\xa7\x19\x88\x61\x4a\xe7\x49\xfa\xf6\xfb\x5e\xea\xa5\x6e\xe2\xf5\x91\xf7\xf3\x25\xfb\x71\x1e\x4e\xf2\xd4\x38\xaf\xb3\xe0\xf2\x8d\x68\x99\x0d\x4e\x8a\x1d\xab\x31\xa3\xf5\x3d\xdc\x3f\x4c\x4b\x8f\x3d\x3e\x18\xd7\xe3\x99\xe9\x9c\x6d\x80\x89\x3b\xc3\xeb\xee\xc5\xa6\xd2\x35\x63\x0a\x10\xe5\xc8\xf5\x26\x5f\x37\x68\xfc\x2a\xf7\x14\x1f\xca\x2e\x76\xd8\x2d\x16\xf4\x48\x49\x02\xd7\xd2\x9a\x9e\x28\x9b\xba\xed\x3e\xbc\xf4\xb6\x6c\x1a\x47\x7a\xea\xba\x20\x4c\x62\x53\x04\xad\xd9\xcd\x13\xa7\x66\x39\x91\x63\x67\x12\x93\x15\x38\xac\x57\x9b\x29\xe5\x21\x39\x38\x40\xe7\x0c\xb8\x80\x8c\x3f\x76\xed\xa9\x29\xb5\x0c\x46\x76\xad\x10\xb1\xb6\xe4\x77\x98\x77\xff\xfa\x7a\x93\x62\x52\xe2\x97\x5f\xee\x8f\xd5\xa5\xdc\x66\xec\xf9\xdd\xf0\x8e\xd4\xba\xc0\x90\x72\x92\x0d\xe5\xe5\x44\x0b\xfa\x7d\x50\x92\x67\xf0\xa8\x87\x35\x7c\xf2\x22\x4e\xd7\x7a\xfd\x54\x83\xf4\x6d\x79\x57\x2d\x30\x05\xfd\xdc\xb7\x38\xf4\x62\x6c\xfa\x3b\xd9\xf6\xa5\x83\x48\xd7\x99\x0e\x51\x39\xdc\xe1\xfe\xe0\x6e\x43\x66\x38\x65\xb6\x4d\xb8\x63\x19\x6a\x48\x41\xc9\xad\x0d\x72\x94\x16\xa1\x33\x73\x1a\x55\x72\x7a\xc7\x07\x54\x58\x89\xd5\x6b\x18\x79\x3c\x1b\x69\x9c\xb7\xdc\xe9\xd0\x9a\xb6\x93\x5f\x51\xb8\x5a\x56\x49\xfc\x55\x4d\xed\xcc\xff\xb0\x88\xc3\xc6\xa2\x90\x4a\xf7\xb4\x64\xb3\xa7\x26\x6d\xd3\x91\x20\x55\x2a\x70\xc5\x04\x39\x58\x92\x25\x9d\xec\x79\x26\xe9\xa4\x80\x9a\x36\x63\x0f\xa3\x14\x01\x4a\xe3\xe7\xc8\xf2\x3b\x5b\x80\x9a\x54\x7f\xb6\x0b\x38\xd4\x21\x43\xd2\xda\x32\x26\x8e\x52\x80\x4e\x63\x07\xbf\xaa\xfe\x91\x78\xf1\x55\x77\x5d\xd1\x42\xbf\xb7\x80\xbf\xb2\xaf\xe9\xaa\x70\x42\xd6\x1e\x18\x51\x3f\xe6\x03\x38\xb7\x42\xc2\xd0\xdb\x36\xcb\xdb\x07\x91\x12\xa3\xc4\x46\xd1\x31\x76\xc7\xe8\xd1\xd3\xc3\xc3\xc3\xc3\xfd\xc3\x5d\x75\x0d\x3c\xda\x39\x46\xf0\x91\xf3\xd9\xe3\x9d\x63\x74\x14\x3e\xf8\x44\x7c\xf8\xf8\xa9\xf7\xd9\x53\xf1\x99\xf8\x60\xcc\x46\x7c\x7a\xb8\x7f\x88\x30\x37\xe7\xce\x5b\xd6\x41\x01\x69\x48\x7e\xf0\x67\x19\x4c\x30\x98\x5b\x30\xab\x60\x42\xf1\x74\x42\x86\x82\x4e\x23\x1e\x13\x9f\xea\x04\xeb\x45\xa7\x96\xff\xf8\x2f\xb8\x1c\x2d\x9c\xc9\xd1\x37\xdf\xfa\x73\x79\x7a\xf4\x6d\x30\x9b\xff\xfa\xd6\x9f\xcf\xa3\xc7\xdf\x44\x33\x4a\xb9\xee\x82\x36\x4e\x39\xbe\x92\x49\x65\xc5\xa1\xea\xd6\xbb\xfe\x91\x3e\xe8\xbc\x9e\xce\x2e\xf5\x54\x43\x0f\x7d\xbf\x95\x6c\x30\x0b\x7d\x77\x8c\xe3\x8f\x09\x15\x2d\x86\x9e\xc6\x2f\xab\xb4\xf9\x76\xc7\x0d\xdb\x66\x8d\xc0\x38\x4a\xec\x08\xc7\x1a\xdb\x39\xcb\x43\x18\xb2\x97\xfc\xd0\xc3\x7c\x28\xe4\xe9\xe8\x28\x44\xb4\x6e\x1b\x30\x1f\x85\x4c\x02\x72\x10\x21\x69\x46\x3a\x38\x40\x57\x58\x15\xc6\x09\xc3\x59\x21\xe6\x71\x5d\x9c\xe2\x34\x89\x84\xd4\x30\x02\x49\x1d\xb5\xe8\x91\x9c\x9b\x70\xc6\x5c\xa4\xd5\x91\x60\xc6\x40\x64\xf5\xdb\x63\xf3\xdb\x13\xf3\xdb\x53\xf5\xdb\xc7\x88\x0c\x10\x34\x21\x63\x3d\xd7\x5e\x0c\x8b\x5c\x30\xbd\x4c\x3c\x66\x34\xb3\x8d\x63\xc8\x92\xb3\x28\xfc\x40\xab\x75\x66\x21\x11\xc9\xcf\x22\x08\xf3\x1b\x91\x2e\x3f\x31\x55\x61\x54\x39\x0d\x09\xbc\x4f\x1e\xd0\x36\x99\x8f\xff\x2f\x00\x00\xff\xff\xd0\x11\xbf\x8c\xb4\x8c\x01\x00" +var _flowidtablestakingCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x7d\x6b\x73\x1b\x37\xb2\xe8\xe7\xeb\x5f\x01\xfb\x83\x43\x6d\xf4\xf4\x23\x27\xab\x92\xbc\xeb\x48\xf1\xb9\xaa\x6c\x64\x97\xe5\x6c\x3e\xb8\x52\x09\x34\x03\x8a\x38\x1e\x0e\xb8\x83\x19\xd1\x3c\x8e\xff\xfb\x2d\x34\xde\xaf\x99\x21\x45\x3b\xbe\xd9\x55\xed\xc6\x12\x39\xd3\x68\x34\x80\x46\xbf\xfb\xe0\x2f\xf7\xee\x21\x84\xd0\x8b\x8a\x2d\x2f\xce\xdf\xe0\xeb\x8a\x5c\xb5\xf8\x1d\xad\x6f\xe4\xe7\x6f\x66\x04\xbe\x43\x17\xe7\x08\xbe\x45\xb8\x2e\x91\x7a\x04\x15\xac\x6e\x1b\x5c\xb4\x68\x8e\x6b\x7c\x43\x38\xbc\x52\xb3\x92\x20\xb6\x20\x0d\x6e\x59\xc3\xbf\x82\x17\x4a\x52\x91\x1b\xf5\x37\xad\xa7\xac\x99\xe3\x96\xb2\x1a\x9e\x17\xdf\xc3\x10\x2d\x7b\x47\x6a\x8e\xda\x19\x6e\x11\x6e\x08\xe2\x2d\x7e\x47\x4a\x84\x39\x5a\xe0\xa6\x45\x6c\x8a\x5a\x8d\xcd\xab\x86\xb5\xac\x60\xd5\xbe\xc4\xf2\x92\x95\x84\x23\xde\x5d\xcf\x69\x2b\x1e\xa2\x8d\x7c\x19\xb5\x0c\xde\x59\x74\xd7\x15\x2d\x10\x2e\x4b\xf1\xe4\x45\x3d\x65\x68\xda\xd5\x85\x41\xa1\xec\x1a\x31\x1d\xf1\x28\x57\x53\xc3\x1d\x7c\x8d\x16\x33\xcc\xc9\xbe\x26\x06\xe5\xa8\x21\x05\x6b\x4a\xae\x86\x11\x93\x81\x19\x14\x6c\x3e\xa7\x6d\x4b\x4a\x35\x8d\x7d\x41\xba\x15\xc2\x15\x67\x68\x49\xab\x0a\xdd\x90\x16\x61\xc0\x14\x60\xbd\xbc\xfe\x1f\x52\xb4\x72\xb2\xad\x78\xb2\xc0\x35\xea\x38\xa0\x0c\xb8\xef\xa2\xae\x56\xbf\x08\xf8\x4b\xda\xce\xca\x06\x2f\x51\x43\x96\xb8\x29\xb9\x42\xe9\x7b\x5c\xcc\x24\xc5\x67\x98\xa3\x79\x57\xb5\x74\x51\x11\x89\x03\xba\xee\x8a\x77\xa4\x55\x14\x9d\xb1\xaa\x54\x48\x4b\x0c\xe1\xfd\x6b\xcc\x49\x89\x58\x6d\xa9\xd6\x76\xfc\xd8\xce\x66\x57\xad\x82\xc6\x86\xd6\x37\x06\xb1\x52\x62\x26\x11\x22\xa5\xc2\xe8\xdc\x2c\x35\x4c\x09\x08\xd0\x90\x1b\xca\x5b\x22\x46\xd6\x5b\x81\xa0\x17\xff\x78\xf9\xb3\xf8\x00\xfb\x3b\x66\xd4\x82\xa0\xeb\x15\xea\xb8\x7e\x44\x83\xbf\x24\x4b\x33\xfa\x64\xc7\x2c\xf1\xbe\xde\xc9\x2b\x34\xc3\xb7\x44\x42\xc5\xf3\x24\x95\xfc\xcd\x8b\x4a\xb6\x6f\xcf\xc1\xf3\x72\x4e\x6b\xa0\xb3\x80\x80\xbb\x76\xc6\x1a\xda\xae\xc4\x1c\x1a\x32\x67\xb7\x44\xbe\xad\x36\xc8\x2e\xbc\xd7\x90\x69\x57\x97\x88\xd6\xbc\x9b\x4e\x69\x41\x49\xdd\x56\x2b\xbd\xb3\xc5\xe3\x7c\x17\x2d\xf0\x4a\xaf\xea\xae\x39\x11\x00\x4f\x9d\x88\x6b\xd2\x2e\x89\xc5\x14\xb6\x16\x27\x72\x5b\xcd\xf0\x62\x41\x6a\xc4\xea\x82\x20\x72\x4b\x9a\x15\x22\x0b\x56\xcc\x14\xda\x57\x84\x88\x5d\x4f\x05\x19\x70\x65\x68\x59\xb2\xa2\x9b\x93\xba\x85\x43\x88\x66\xa4\x21\xc7\x68\xd6\xb6\x0b\x7e\x7c\x70\x50\xb2\x82\xef\xb3\x7a\x5a\xb1\xe5\x3e\x6b\x6e\x0e\xd4\x3b\x07\xf7\xee\xa1\xbf\x1c\xdc\xbb\x47\xe7\x0b\xd6\xb4\xe8\xc1\x8b\xae\xbe\xa1\xd7\x15\x79\x23\x50\x7c\x60\x3f\xae\xd8\x32\xf8\xe8\xbb\xae\xa9\x49\xe3\x3f\xf2\x82\x10\x6e\x3e\x39\x6b\x56\x8b\x96\xdd\xbb\x87\x8b\x82\x70\x3e\xc1\x55\xb5\x63\x39\x4b\xcc\x98\xd0\x07\x39\xb7\x83\x83\x03\xf4\xbd\x98\xab\xa4\x99\xf3\x32\xb9\x25\x75\x8b\x2e\xc9\x12\xbe\x9e\xb4\xac\xc5\xd5\x15\x90\xfc\x18\xfd\xf4\x82\xbe\xff\xe6\xc9\x2e\x82\x0f\x5f\x03\xd5\x5f\xe1\x15\xeb\x5a\xfb\x55\xad\x5e\x3c\x63\x5d\xdd\x92\xe6\x18\xfd\x74\x51\xb7\xdf\x3c\xd9\xc9\x8c\x03\xcf\xbe\xb1\xe0\xf8\x2b\x4c\x4b\x39\xa8\x85\x39\x6d\xd8\x5c\x4c\xda\x7e\x32\xa7\x75\xeb\x22\x34\x25\x84\x03\xa9\x9c\xcf\x88\x83\xc6\x0b\xd6\x28\xf8\x16\x21\x43\x07\xc3\x56\x92\x64\x10\xdf\x9e\x35\x04\xb7\xa4\x9c\x88\x3d\x77\x71\x7e\x8c\xae\xda\x06\xce\x72\xc3\x2a\x22\x01\x7e\xbb\x8b\xf0\x5c\x8c\x75\xa6\x0f\xbf\x46\x24\x37\x73\x58\x68\x6e\x1e\x8f\x60\x4b\x70\xe3\xa0\xc8\xf5\xd9\x10\x84\x98\xa0\x04\xf3\x9a\xfc\xab\x23\xbc\x25\xe5\x1b\xf6\x93\xe4\x52\x77\xc2\xea\x27\xcd\xf4\xb6\x00\xe5\x4e\xb3\x7b\x0d\x0c\xa6\x7c\x5e\x97\xaf\x81\xa3\x6c\x0c\xcc\xdd\xa3\xfd\x10\xfc\xed\x77\x8c\x06\x8e\x81\x9e\xa4\x9c\xf2\xcf\xea\xba\xaa\xef\x84\xe6\x76\x60\x5d\x92\x76\xc9\x1a\xb1\x8a\xcf\xcb\xb2\x21\x9c\xff\xb4\x28\x93\x67\xa1\x26\x4b\xf5\x84\xfe\xac\x6f\x49\x7e\x26\xf4\x66\xd6\x9e\xcd\x70\x7d\x93\x86\x25\x1f\x48\x9c\x56\x73\x49\xe5\x8f\xac\x79\x24\x77\x6e\x8d\x44\x25\x3e\x14\x23\x3c\x7e\x94\x43\xd6\xc0\x1a\x3a\xaf\x09\x98\x63\x69\x1c\x8c\x91\x39\xcd\xdb\x1b\x60\xc4\x39\xdf\xde\x60\x79\x2e\xb0\xed\x31\x3e\x11\xcd\xfa\x0e\xfd\x08\xf8\x6b\x72\x02\x33\xec\x58\x96\xb0\xbd\x29\x6e\x65\x24\x73\x4e\xcf\x8c\x10\x42\x49\x55\xf2\x31\xa7\xb5\x6b\x5f\x91\xa6\x10\xa2\xd5\x0d\x99\xd4\x64\xe9\x7d\x30\xcc\xa8\x96\x3f\x13\xf2\xae\x5a\x49\x89\x44\xbc\xef\xcb\x26\x3d\x2f\x2a\xe1\xe8\x47\x5a\xd3\x79\x37\xe7\xe2\x5d\xfd\xfb\x31\xfa\x00\xf7\xbb\x86\xf2\xb1\x07\x8c\x99\x89\x0f\xcf\x01\x97\xa0\xd3\xff\x65\x95\x54\x88\x10\x2d\x49\xdd\x82\x4c\x0c\xba\xe2\x94\x35\x08\x57\x15\x7c\x05\xc2\x2e\xa2\xb5\xfc\x43\xb2\xe4\x7d\x03\xe2\xa2\x2e\xaa\x4e\x3c\x20\x1f\xd3\x3a\x60\xfd\x55\x8b\x70\xd1\xd2\x5b\x52\xad\x40\x0b\xa4\x05\x5d\xe0\x56\xa8\xa7\xfa\xcd\x77\x64\x85\x4e\xa5\xe4\x7d\x71\xee\x4e\x4c\x8b\x90\x3b\xe8\x16\x37\x12\xee\x31\xfa\xfb\x07\xb9\x15\x8e\xd5\xad\x2a\x44\xf5\x8f\x76\x26\x42\xcc\x9f\xcb\x79\xaa\x6d\x01\x6a\xa7\xa3\x98\x12\xa1\x70\xc1\xb6\x6e\x50\xbb\x5a\x48\xbd\x4b\xeb\x6c\x06\x0e\xad\x11\x6b\x4a\xa9\xf0\x5c\x13\x21\xcd\x72\x5a\x92\x86\x94\xe8\x16\x57\xb4\x34\xcf\xfd\x40\x56\xfc\xd8\xfc\x75\x84\xf6\xd0\x19\xab\x2a\x52\xb4\xac\x91\x4a\xad\xf9\xee\x11\x7c\x57\x73\x52\xf3\x8e\x07\xdf\x3d\x46\x7b\xe8\xfb\xf7\xa4\xe8\x40\x9c\xf7\xbf\x7b\x82\xf6\xd0\x3f\x49\x43\xa7\xb4\xc0\x89\xaf\x9f\xa2\x3d\xf4\x1c\xe8\xe5\x7c\xa1\x77\x46\x51\x08\x0a\x48\xfa\x29\xaa\x00\x63\x17\xcc\x97\x36\x42\x3e\x0c\x36\x96\x4f\x48\x10\x81\x33\x64\x74\xf4\xfb\x68\x93\x18\x20\x6c\x2a\xc9\x0d\x8b\x0b\xc4\x76\xf4\xc2\xa2\x6b\x1a\xb1\x69\x49\xa4\x02\xb8\x68\x03\x0e\xee\x9d\xf4\xdd\x0a\x84\xc5\xd5\x82\xdc\x01\x7b\xd0\xbc\xae\x09\x5a\x60\x0a\xf6\x09\xa5\xbd\x29\xf4\xda\x35\xf0\x23\x52\x79\x78\x47\x6a\xff\xa4\xfb\xb8\x34\x62\xe9\xb4\x01\x64\x09\x2c\x02\x61\x39\xa4\xdd\x94\x96\x4a\x37\xa4\xb5\x44\xbc\x7c\xf9\xe6\xfb\x63\x74\x26\xb1\xa9\x56\x88\x8a\x33\xd6\xa2\x8e\x93\x32\x7f\x5a\xe4\x84\x5e\x8b\x61\x63\xf6\xe1\xe3\xb6\x30\xec\x4d\x20\xa8\x29\x21\xd1\x02\x7d\xd4\x53\xa9\x91\x58\x04\x0e\xea\x90\x81\x22\x26\xd5\x71\xd2\x38\x5b\x43\xf1\x69\x58\x6b\x86\x68\x9b\xa5\x9f\x00\x7e\x6e\x1e\x96\x97\xc0\x59\x8a\x8c\xaf\x70\x3b\xe3\xb0\xd7\x78\xcb\x60\x13\x69\x65\xb8\x21\x9c\x75\x4d\x41\x62\xfe\x5e\x11\x29\xe9\xc1\xce\x69\xae\x5a\xd6\xe0\x1b\x22\x00\x89\x0b\xc5\xfc\x31\xf0\xda\x2b\xb0\x3d\xc9\xb7\xec\xef\xc9\x97\x14\xcf\x05\x3b\xc3\x5a\xa3\x39\x5c\x3b\xf3\x96\xa4\xc3\x5f\xec\x4f\xda\xa0\x77\xc6\xe6\x0b\xc6\x69\x4b\x90\x38\x21\xe8\x9c\x4c\x69\x0d\xc6\x03\x8e\xfe\xe2\xfe\x1c\xf8\x97\x24\xa6\x35\x77\xed\x7a\x72\x21\x29\x47\x7c\x41\x0a\xc1\x7a\x1c\x3b\x0f\xad\x41\xa7\x8f\xe6\xa1\x97\xc1\x61\xcc\x5a\xd3\x77\xb7\x5b\x57\xd3\x7f\x75\x82\xd5\xeb\xe3\x50\x6b\xd5\x57\x3f\x75\x45\x5a\xb4\x9c\x91\xda\x7c\x2b\x10\x29\xa4\x18\x6d\x1e\x0c\x29\x48\x4b\x2d\x24\xc4\x43\xc2\x99\x62\x53\x7f\x24\x17\x00\x9c\x18\xab\x47\xdf\xcb\x3e\x54\x87\x9a\x88\x19\x74\xf8\x8d\x1f\xc8\x6a\xf0\x69\xb5\xa5\xdd\x47\xfd\xd9\xbc\x3c\x7f\x79\x8c\x5e\x35\x8c\x4d\xc5\x84\x5e\x31\xce\x09\xe7\x62\xc1\x26\xaf\xd8\xab\x1d\x4d\x52\x7d\x32\x16\x0d\xbd\xc5\x2d\x11\x57\x6c\x82\x2a\xc0\x1f\x5d\xae\xc8\xea\x6a\x85\xda\x19\x95\x97\xb8\x66\x80\xd5\x0a\xae\x48\x6d\x31\x14\xbc\x87\xc2\x65\x0f\x86\x28\x63\x2c\x0c\xe0\x53\x2e\x6e\xca\x8e\xa0\x79\xc7\x5b\x84\xab\x25\x5e\x71\xc1\x71\xf1\x35\x53\x16\x3c\x7d\x4d\x37\xf2\x32\x9a\x0b\x5e\x2b\xef\x61\x63\x5f\x13\x17\x4b\x51\x90\x45\x9b\x1a\x47\xd1\x6e\x8e\x17\x0b\x81\xc9\x85\x92\x5c\xf4\xb5\x61\x6f\x8c\x63\xf4\x77\x63\xd5\xda\xff\x27\xee\xaa\x36\x45\x0c\x4b\x06\x4b\x01\x31\x6f\xd7\x2e\xac\x8c\xd2\x82\x09\x49\x21\xe8\x7d\xab\xad\x75\x2e\xc0\x1f\xd9\x2d\xe1\xda\x74\xed\x62\xa2\x0c\x80\x48\x9a\x8c\x11\xa9\x4b\xb1\x62\xb8\x76\xee\x98\x91\x33\x73\x4c\x3c\x77\x99\x9c\x36\x04\x03\x3f\x97\x96\xf6\x86\xdc\x52\xd6\xf1\x00\xa5\xcc\xb4\xb4\x82\xd0\x3f\xb1\xfd\x75\x66\x66\x74\xb5\xc1\x99\x0d\xcf\x4a\x70\x46\x71\x1b\x01\x9b\x6c\x99\xb5\xc1\x0b\xf6\x22\x2e\x37\x69\xb9\x5f\xe2\xba\x5d\x1f\xc5\x61\xda\x5f\x99\x0b\x4a\xde\xa9\x02\x15\x90\x38\x80\x86\x94\x2b\xaa\xad\x33\xf4\x6b\x65\xab\x1f\x1a\xfa\x1f\x94\x83\xd0\x63\xcf\x8d\xda\xb5\x9a\x4e\x9e\xb5\x3e\xc5\x50\xed\x9b\x42\xe8\x96\xaa\xd6\xb1\xab\xae\x39\x92\xb7\xbb\xd9\x68\x5d\xc8\xc3\x0c\x53\x38\x07\x39\x45\x5a\xd8\x95\x0b\xa1\x26\xcb\x9e\xe3\x6c\x58\xa1\xa3\xe9\x79\x76\xdc\xc7\x8f\xe2\x31\xd3\x42\x9e\xbf\x29\x1a\x6d\x70\x10\xc8\xa8\x1d\x92\x38\xc9\x59\x7c\xda\x8c\xd9\xc2\x97\x54\x34\x56\xd2\x74\x24\x44\xcb\x92\xb4\xa4\x99\xd3\x5a\x1c\x92\x95\x74\x3c\x48\x6c\xf5\x1e\x9d\xb6\x72\x1f\x46\x8e\x92\x89\x65\xc0\x8a\x7f\x1e\x1d\x1e\xee\x64\x11\x84\x8b\x1e\x57\xbe\xd1\xca\x62\x25\xbe\x9e\x98\xbf\xe0\x13\x73\x65\xee\x7a\x9f\xbb\x16\x65\xef\x8b\xec\xed\x97\x7b\xcc\xb9\xc7\xfc\x47\xe2\x7b\xce\xff\x3e\x66\x72\x1f\x3c\x7f\x85\xdc\xf2\x1f\xcd\x3b\x3b\xe8\x83\xf7\xfe\xa2\x21\xc1\x27\x72\xc2\xfb\x15\xa9\x6f\xda\x19\x3a\x3d\x45\xdf\x3c\x39\x46\x0f\x2e\xa5\xd6\x89\xd4\xc7\x70\x57\x5d\x13\xf4\xf8\x11\xba\x5e\xb5\x84\xa3\xc9\x37\x4f\xd0\x8c\xbc\x47\xc5\x0c\x0b\xd9\x9a\x34\x7c\xe7\x41\x04\x36\xf6\x70\xec\x53\xfe\x4f\xa1\x26\x82\xb3\xf2\x7c\x42\xcb\x9d\x63\xf4\xe0\x8d\x96\x66\x2e\xce\xe5\x40\xe0\xcb\x82\x3b\xb7\xee\xe6\xd7\x42\x7c\x16\xfc\xaa\x62\x4b\xd2\x14\x98\x93\x60\xe0\x51\xe3\x82\xfa\xf5\x96\x96\xbf\x88\x19\xd6\xb4\x52\xc3\x5e\x9c\xa3\x02\xd7\xe2\xe6\xc6\x55\x43\x70\xb9\x42\xe4\xbd\x60\x10\x4a\x99\x97\x0e\xaf\x78\x00\xb1\x11\xd0\xb3\x53\xb9\x15\x26\x47\x3b\xe8\xe1\x43\xf9\xd9\x89\xfe\xec\xa9\x9e\x18\x7c\xac\xc9\x77\xb4\x8b\x1e\xed\xa2\xc7\xbb\xe8\xc9\xae\xb8\xc2\x9f\xc6\x90\xa3\x9d\xa4\x17\xe6\x19\x3a\x14\xa3\x64\xbf\x3f\x39\x45\x4f\x8f\x0e\x35\x35\xc3\xa7\x0c\x06\x95\xf8\xa3\x9d\xe1\x5a\x3c\xdd\x4b\x44\x6f\xb3\x3a\xdb\xe3\xe8\xd1\xb7\xd1\x28\x3f\x90\x55\xb8\x53\xc8\x7b\x5c\x88\x03\xfa\xcd\x13\xbd\x63\x8e\x1e\x7d\x3b\xbc\x65\xec\xfe\x77\x87\xfc\xeb\x23\x35\xa4\xfd\x3a\x37\xde\x5f\xbf\x31\xe3\xfd\xf5\xd1\xf0\x78\xf7\x13\x7b\xe5\x86\xb4\x91\x61\xfd\xac\xc2\x74\x4e\xca\x09\xd6\xe7\x3b\x22\xf1\x4e\x96\xf6\x6a\x87\xc1\xae\xd6\xdb\xec\x9a\x90\x1a\x15\x12\xe8\x06\x58\xfd\x40\x56\x1a\xa3\x77\x82\x55\x78\x4b\x11\x63\xf2\x83\xf4\xc2\x6f\x07\x8b\x2b\xb3\x06\x1e\x0a\x76\x69\x76\xe2\xc5\x5a\x6f\x70\xe7\xf2\x14\x3f\xe2\xd2\x85\x3b\xe1\x07\x30\x88\x49\x55\xf3\x07\xb2\x9a\x44\x18\x2f\xf4\x57\x2e\x3a\xfb\x25\x29\x58\x49\xfe\x2f\x79\x3f\xd9\xd9\x8d\x37\x1c\xbd\xa9\x71\xdb\x35\xe4\x79\x75\xc3\x1a\xda\xce\xe6\xc7\xe8\x2a\xfa\x6c\xff\xbb\x7f\x5c\xfd\xfa\xdd\x3f\xae\x8e\x1e\xfd\xfa\xf8\xdb\x23\x0f\xc8\x4e\x8c\x6c\x4d\xda\x75\x50\xf5\x4f\xda\x36\xb0\xfd\xfe\xec\xfc\xea\xf9\xaf\xaf\x1e\x3d\xfd\xa6\x0f\x55\xa3\x36\x81\x15\x6d\xa5\xa4\x5c\x76\x4b\x4b\x52\x26\x55\xa9\x31\x4a\x14\x60\x49\xaa\xe9\x3e\x2d\xd1\x29\xa2\x65\xfc\x05\x70\xc4\x53\x60\x8c\xf1\x97\xf1\xe9\x39\x8d\x4f\x54\xdf\x6b\x92\xf0\xde\xdf\xf1\xe3\xce\xce\x3c\x75\x76\x4a\x62\x12\xae\xe8\x80\x4e\xd1\x61\xfc\x88\x23\x48\x9e\xec\xa1\x0f\x1f\x7b\x9e\x30\x02\x1b\x40\xf2\x1e\x4c\x1c\xb5\x0e\x7c\x79\xfa\x8c\x2d\xc0\xf0\x71\xc0\xa5\xe5\xe3\x20\xa2\x09\xd1\x2c\x6a\x37\xa6\xd7\xae\x3e\x66\xc7\xa8\x6d\x3a\xb2\xb3\xa5\x91\x7f\x20\xab\xd4\xa0\x3f\x90\xd5\x56\x07\xb4\xeb\x63\x47\xb3\x9f\x45\x43\xc5\xf4\x0f\x64\x26\xb1\x4c\xe1\x47\x98\xdf\x8f\xf5\x86\x0c\x20\xa5\xb1\x9e\xec\x21\xfb\x82\x34\xc2\x7c\x3f\x5f\xb4\x2b\x78\x77\x72\x2b\xfe\x2b\x6d\xb1\xe2\xbf\x27\x21\xf0\x67\x93\x9d\x9d\xb5\x46\x35\xda\xdf\x1f\x33\xf0\xe7\x9f\xb0\x56\xe8\x3e\xff\xb8\xa1\x22\x23\x4e\xeb\x7e\x70\x5e\xc9\x9c\x66\x03\x50\x14\xfb\xd3\x11\x28\x86\xe9\x25\xa2\x50\x52\xfb\x73\xff\x1a\x57\xb8\x2e\x9c\x53\x13\x28\x93\x3f\xb5\xb4\xa2\xed\x0a\xbd\x50\x51\x60\x52\xa9\x2b\x66\xa4\x78\xc7\x95\x2d\xf2\x2b\x8e\xd8\x2d\x69\x70\x55\x39\x66\x1a\x05\x57\x9a\x34\x68\xcb\xd1\x35\x6b\x1a\xb6\x24\xa5\x92\x73\x23\x05\xca\x98\xa3\x29\x59\xa2\x69\x57\x03\xe8\x17\x5d\x55\x19\x5c\xbf\x93\x20\x27\x3b\x5a\xd9\x0b\x94\x0b\x3a\x45\x93\xbe\x39\xa2\xaf\xe3\x93\x65\xe6\x8f\x4e\x06\xd6\x25\x56\x64\x1a\xd2\x76\x4d\x0d\xcb\xe5\x7e\xfc\x11\x91\x8a\xf7\x3c\xbf\x29\x8a\x68\xaf\x1f\xc3\x40\xaa\xc9\xac\xa7\x5c\x06\x84\x51\x43\xa6\xa4\x21\x02\x6e\xcb\xc4\xff\x58\x4d\xf4\x9d\x1b\x98\x2b\xac\xc5\xd9\xaa\x29\xc3\xcb\x27\x07\x0a\x2c\x15\x93\x5f\x93\x11\x17\xc7\x10\x06\x38\xf1\x95\x4b\xed\x7e\xde\x41\x0f\x03\x28\xa3\xd4\xcc\xe0\xbe\x7c\xeb\x8c\xfb\x0b\xba\x2f\xf5\xb2\xe8\x25\xf1\xf3\xe0\x4a\x5a\xdb\x89\x13\x6f\x2b\x74\xb7\x92\x11\xe9\xf3\x19\xd4\xda\xfc\x6b\x59\x2d\xfb\xe4\x61\x2f\x46\x98\xaf\x47\x83\xbf\xed\xdc\xcf\x2d\xf1\xf3\xb2\x44\xd8\xc1\x5d\xd9\x0a\x9d\xa8\xca\xec\xea\x89\x85\xe3\xa4\xb5\xe1\x9f\x49\x4f\xbf\xf9\xf0\x18\xfd\x3d\x40\x2b\x34\x01\xf4\xce\xf9\x64\xef\xbe\x85\x95\x9a\xcd\x10\x7a\x46\xc6\x99\xfc\x8a\x6a\xb2\x0c\x2c\x54\xfd\xb8\xb8\xf2\x91\x7d\x77\x0d\x2c\x22\xb5\x4d\x22\x11\x86\x3e\xa5\x90\x48\x0b\x9e\xcb\x50\xe2\x8c\x71\xb0\xee\x45\x85\x44\x36\x8c\x07\x70\x51\x7f\xa8\xaf\x4d\xc8\x41\x0a\xa5\x9e\xfb\x28\x02\xb4\x0e\x82\x52\x9a\x95\xe8\x04\x91\x5c\x29\x34\x42\x19\xd8\xbc\x75\xcf\x3f\x5c\x8e\xf7\xf4\xaa\x6d\xba\x02\x9c\x16\xf2\xbe\x16\xbf\xdd\x90\x16\x09\xc5\x6f\x0f\x0c\x3b\x32\xba\xfc\x9a\x75\xad\xe2\x65\x91\xd7\x8c\x4b\x18\x26\xac\xfd\xc3\x18\x0f\x57\xee\x11\xd7\x87\x95\x7b\x66\x3d\x17\x96\xff\xc6\x90\x0b\x4b\xab\xb0\x23\x1f\xf5\x9d\x34\xca\x8c\xda\xff\x70\x14\xda\x3a\xf0\xbc\xe3\x4d\x58\xe3\xf9\xd1\xe0\xad\x39\x3e\x65\x04\xae\x42\x23\x3c\xba\x38\xbf\x93\x1d\xfe\xe1\x5b\xc9\x5f\x7e\x19\x7e\x3a\xb6\x9a\x0f\xcd\x24\x6b\xd8\xce\x6e\xc8\x7e\x83\x33\xdc\xc7\x60\x75\xf6\x83\xb8\xc2\xd3\x07\x5b\xcc\xba\x8c\x4f\x53\x9a\x93\xbc\xd2\xad\x63\x59\x81\x4c\xa9\x41\xa0\x90\x5b\x78\xfb\x3d\xba\xb9\xf3\xd4\x1a\x6a\xba\x7d\x69\x13\x8d\x3d\xf5\xf6\xb0\xf2\xee\xbc\xd6\xa7\xc7\x7b\x9a\x9b\xf7\x56\x4a\xac\x1b\x56\x21\x13\x20\x22\xc1\x71\x58\x93\x4b\x40\x31\x5f\x8e\x83\x92\x46\x45\x7f\x37\x04\xc3\xa8\x58\x09\x18\xfa\xbb\x3c\x0c\x47\x24\xf5\xde\xb7\x9f\xef\xbf\x23\xab\xc4\xd2\xa7\xef\xfb\x04\x00\xf3\xfd\x7a\x77\x63\x3c\x95\x5e\xb9\x3c\x7d\xc9\x39\xe7\xc4\xfd\x2a\x27\xe0\x9d\x93\x86\xde\x92\xd2\x8d\xa7\x44\xa1\x2b\x4a\x8b\xe1\x10\x5f\x60\xb6\x8b\x90\x27\x6d\x66\x51\x56\x93\xda\x88\x19\xa8\x73\xef\xdb\x5f\x6e\x71\x63\x95\xc2\xab\x6e\x8e\x4e\x35\x49\x43\xb4\x58\xd7\xba\x98\xdd\x8b\xc0\xd0\xba\x24\xef\x23\xb3\xd8\x72\x46\x2b\xa2\xbe\x3b\x09\xf7\x8a\x36\xeb\xc7\xda\x81\xc7\xa5\x35\x52\x8e\x9c\x0a\x00\x7f\x89\x7d\x57\x0a\x07\xf9\xef\xd7\xe8\x28\x07\xd8\x50\xce\x59\xdb\xb4\x46\x64\x06\xdd\x89\x60\x05\x84\xf3\xfe\xfc\xda\x8e\x62\xf1\x4e\xab\xcb\xc3\xba\x89\x0b\xb9\x4f\x02\x1e\xd8\x59\xc1\x12\x7e\xf2\xcd\xa5\xb0\x77\xb9\x79\xd6\x66\xb0\xde\xb4\x24\x8b\xfe\x43\x4e\x8b\xe4\xa6\xde\x51\xb1\x97\xc6\x7f\x4e\x05\xf2\x09\x64\x7e\x77\xcf\xc3\xe0\x35\x9b\x3c\x04\x06\xd6\x7a\x5b\x45\x6a\x60\x17\xb5\x42\x3c\xb7\x49\x62\xe3\x8f\x12\x10\xbe\x4e\x5f\xfa\x5f\xa7\x6f\xf1\xc4\xc7\xe1\xc3\xfa\x32\xcd\x6b\x4c\xaf\x6d\xee\xad\xf1\xaf\x48\x1d\x89\x73\x56\x50\x2c\xc6\x5f\xd2\x76\xe6\x5a\x11\xcc\xcb\x2a\x7b\x57\x45\x19\x52\x0e\x81\xa0\xa4\xd4\xf6\x10\x27\xec\x90\x39\xb9\xb9\x94\xa3\x6b\xe2\x84\xaa\x41\x00\x48\xa4\x86\x19\xb0\x79\x83\x8f\x17\x73\x44\xb9\xb3\x5d\xfd\x30\xb1\xe1\x98\x92\xed\x04\x76\x65\x51\x71\xc2\xb2\xd3\x71\xcc\x23\x51\x19\x19\x3d\x97\xc5\x23\x19\x71\x83\xeb\x52\x2c\x49\xc5\x8a\xad\xe0\xb8\x7e\xb4\x58\x84\x26\x38\x68\x75\x0e\xb4\x4c\x05\xc7\xb5\x09\x15\x1b\x46\x26\xa5\x0d\xae\x19\xb9\x66\x11\xf2\x42\xd7\x36\xc5\x63\x6c\x7c\xda\xf3\x4c\xd8\x14\x19\xb1\x90\x69\xfe\xb4\x56\x9c\x14\xe8\x86\x3d\x26\x21\xcf\x95\xf5\x39\x7d\x23\xff\x66\xae\xaf\x3f\xca\x05\xf5\xc7\xb9\xdc\x32\xae\x2f\x7b\x6d\xad\xe3\x88\x32\x67\x65\x2b\xde\x28\x27\x8d\x43\x5f\xf6\x03\x42\xf6\x7f\x7c\x52\x9b\xf9\xa4\xbe\x54\xc3\x36\x4a\x1b\x99\x61\xcf\xe1\x1a\x5d\x13\x45\x3a\x15\x91\x3e\x63\x4b\x93\x7d\xe5\x99\x9b\xcb\x6c\x92\xb2\xb2\x39\x5b\x67\xc6\xb0\xe1\x79\xc0\x86\xe8\x5b\xf8\xb6\x6c\xc3\x5d\xcb\x40\xbc\xae\xc1\x37\xb2\xe0\x8e\x01\xbf\x86\x7d\x78\xf8\x1a\xcc\xd9\x49\xd3\x29\xe2\xdb\x34\x9e\x86\x80\xca\x40\xf6\x5d\x47\x5b\x0a\xe1\x59\x5b\xac\xf3\x48\xc2\x3e\x0a\xa8\xa8\x91\x52\x0f\xc4\x26\xc9\x00\xcb\x75\xed\x92\xc6\x3a\x9a\x86\x33\xce\x44\xea\x1a\x37\xd3\x70\x36\xb1\x70\xf6\x41\x5a\xcb\xcc\x99\x06\x34\x6c\xeb\xec\xe1\x58\x39\x90\x59\xbe\xfb\x67\x54\x61\x93\x1a\x23\xad\x5b\xd2\x4c\xb1\x4a\x7c\x73\x73\x06\xc7\x3b\xf3\x12\xf0\x41\xac\xaf\x64\x5a\x94\x00\xfc\x52\x3b\x8a\x1c\x65\x5a\x61\x60\xc4\x76\x3f\x53\x13\x6e\x36\x56\xe9\xa4\x49\x59\x14\x2c\x3b\x0d\x8b\xfc\x71\x6a\x22\xbe\x44\x64\x72\xf8\x8c\xb2\x3b\xca\x97\x95\x4a\xd2\x03\xce\x67\xbf\x48\xfb\x66\x83\x20\xcb\x30\xed\x84\x54\x15\x47\xcb\x19\x69\x67\xa4\xf1\xb2\x06\x31\x64\x9b\xc0\x5f\xcb\x19\x73\x32\xda\x54\x12\xad\x97\x91\x2e\x2d\x0f\x4a\x15\x92\x9b\xc3\x1b\x46\xa8\x64\x42\x1d\x22\x35\xeb\x6e\x66\xbd\x1a\x3f\x7c\x24\xa4\x3d\xcf\xaf\xa4\xc8\x21\xa6\xe4\x1c\x04\xca\xbf\xaf\x28\x44\x5e\xbc\x60\xcd\x19\xae\x4b\x5a\xe2\x96\xa8\x25\x68\x3b\x70\xee\x1b\x36\x7c\x8c\x1e\x26\x38\xbc\xe5\xed\x3b\xc7\xe8\x3b\xc6\xaa\xc4\x2d\x61\xa6\x5a\xb7\x90\x1c\x94\xbc\x2a\x54\xa4\xc1\xbe\x0a\x4a\x54\x4c\xff\xe4\xa1\x49\xba\x17\xc0\x3f\x3e\x9b\x08\x69\xd6\x89\x5d\xa4\x25\x40\x51\x39\xca\x02\xbc\x13\x23\x82\xa4\x30\x1a\x8c\xff\xd6\x73\xd1\x41\xbe\x42\xdb\x74\x3d\x82\xe2\x14\x57\x7c\x84\x2d\x6d\xc0\xe7\x25\xc6\x39\xdc\x3f\x44\x0f\x1f\x46\xe3\x24\xd3\x38\xfe\x1b\xb4\x91\xe6\xcd\x0c\xd7\xaa\x7c\xc2\x0b\xd6\xbc\x66\x15\x99\xd4\xdd\x5c\x72\xaf\xe3\x11\x4e\x32\x1d\x24\x17\x78\x1c\xb3\xb1\x6f\xb2\x28\x8d\xd9\xca\x5f\x71\xc7\x09\x8f\x54\x70\xbe\x4a\xc9\x25\x4b\xc4\xea\x68\x8f\xb9\x1c\x43\x4a\xb6\x32\xf8\x74\xb3\xd0\x91\x74\x9c\x53\x82\x60\x8a\xcb\x7c\x5f\x8b\x0f\x81\x9f\x3f\x38\x93\x31\xf1\x72\xf8\xd4\x34\xe8\x34\x99\xfd\x44\x79\xfd\x15\xc4\x3a\x2d\x1a\x76\x23\x1e\x4c\xe5\x6e\x2c\x73\xe9\x23\xe1\x17\x5b\xcf\x1b\xb9\x43\x46\xc5\x72\xcb\xa9\x14\x1f\xa3\x78\xf7\xef\x64\xa8\x9d\xb3\x7d\xa4\xb2\x69\xd3\x3c\x79\x50\x00\x72\x8b\x6e\x85\x7b\x03\x7b\x64\xf3\x80\xef\x1e\xcf\xbb\x13\x1f\x0d\x8c\x22\x40\xc3\xf5\x9f\xa7\xe2\xa7\x9c\x45\xf9\x94\x01\xeb\xcb\x5c\xa4\xba\x37\xa6\x0a\xba\x1d\xa8\x79\x65\xc2\x6f\xdd\xe3\xeb\xce\x23\xc3\x5a\x9e\x97\x25\x30\x0d\x6d\xf2\x93\x21\x7a\x7c\xc5\x5b\x32\xb7\x29\xce\x4e\x9d\x8e\xbc\x1d\x3b\x66\x32\xf0\xf2\x25\x91\x56\x18\xc1\x5b\x5a\xc5\x22\xd3\xf9\x7b\x9f\x80\xcf\x48\xf4\x37\xe3\x29\x5f\xf2\x41\x82\x4d\x91\xab\xff\xe5\xdd\xa5\xb6\x1e\x92\x2a\x64\x6a\x02\xad\xc3\xd9\x89\xad\x20\x57\xd8\xdb\x0e\xf2\x37\x23\xde\xe4\x0e\x52\x78\xd5\x95\x04\x2a\x4f\x28\xd9\xe0\x64\x4f\x7e\x1f\x8f\xfa\xb2\xae\x56\x82\xf9\x8b\xa1\xe7\x10\x7d\x2a\xf8\x9d\x94\x7a\x94\xe0\x36\x95\x79\xd9\x25\x83\xf2\x41\x92\x01\x86\x60\x64\x25\x50\x57\x58\x73\xd2\xbd\x83\x1a\x03\xa1\x2c\x22\x49\x3c\x24\x77\xd9\xb9\x86\xfb\x34\xb3\x2b\x71\x59\xbe\x61\x1e\x24\x21\xe9\xe4\x56\x49\x08\x00\x6f\xd8\xf3\xb2\xec\x11\x0b\x12\xbb\x32\x31\xee\x9c\x95\x74\xba\xba\x24\x4b\xc8\xd0\x7f\x45\xea\xd2\x2d\x75\x66\x18\x85\x67\x4e\xa8\x69\xb5\x2b\xe3\x89\x69\x7d\x23\xd0\x84\x8f\xb2\x5c\xe3\x4a\x55\xe3\xf5\x0b\x00\x29\xcf\x5b\xb2\x16\xc0\x48\x66\xe1\x97\x18\x9b\x04\xa5\xbc\xbe\x68\xfe\xb0\xc5\xd3\x2d\x4b\xf6\xcc\x31\xad\x05\xc3\x97\x6e\x99\x53\x75\x8e\xa3\x03\x74\x01\xc8\x8b\x7d\x2e\xfe\x5f\xaf\xbc\x65\x81\x63\xa1\x5c\x5a\x3d\x09\xef\x9e\xc3\x6d\x37\x1c\xa1\x10\xfc\xa2\x42\xed\x8c\x71\x82\xa6\xb4\x01\xe1\x68\xca\x1a\x4b\x31\xc1\x32\x8c\xaf\xca\x29\x47\xec\x1c\xb2\x70\x3e\x27\xa3\x62\x96\x12\xeb\xeb\x5f\xde\xbd\xe5\x03\x87\x80\xef\x85\x58\xc5\x4e\xfe\x78\x19\x32\x26\xed\xc4\x14\x9f\x6d\x38\xc3\x78\xcc\xf0\x93\xbd\xb5\xe3\xbd\xd6\xa0\xdc\xe1\xfe\x61\x2f\xcb\x81\x22\x41\x73\x55\x9a\xdb\xa2\xa6\x0b\x19\x98\xbb\x50\xed\xc3\x2e\xc3\x08\xd0\x7a\xf7\x47\x3e\xde\x4f\xfb\x44\x0d\xb7\x08\x17\x75\x0b\x77\x67\xb4\x4f\xfe\x73\x8d\xfd\x7b\x5c\x63\xc6\x8c\xba\xd6\x35\xa6\xdf\xfa\xf7\xbe\xc6\xee\x72\xba\x8d\x75\x3a\x3a\xdd\x78\x6b\x87\x1a\xff\xe7\x2c\xff\x79\xce\xb2\xba\xc8\xf4\x2d\x64\x15\x18\xf0\x90\x42\xb5\x6d\x79\x35\x99\xe3\xe1\x15\xa7\x5a\x57\xb5\x55\xe2\x94\x2d\x25\xfc\xc9\xcf\xb8\x96\xd9\xbe\xb4\x53\x6e\x44\x50\x4d\x13\x44\x39\xba\x91\x86\x52\x69\x3c\x6b\x4d\x79\x39\x59\xd9\xc6\x86\x18\x85\x80\x5c\xb7\xb6\xed\x4a\xd1\x90\x5b\xd2\xf8\x82\x03\xe6\x9c\x34\x2d\x8a\x2b\x4c\x0c\x19\x7c\xbf\x1e\x7e\xa3\xdf\x77\x28\x7e\x9e\x69\x61\x1c\x7d\x3d\x46\x10\x8b\x2b\x5a\xcc\x09\xe7\x50\x40\xf8\xc1\x25\x6b\xb5\x07\xc1\x6e\x59\x35\xf5\xfb\xfe\x12\xc6\x74\xbf\xf4\xbb\x5b\x2c\x67\x4c\x32\x1d\x27\x49\x41\x31\x21\xf9\xaf\x1a\x48\x6e\x77\xda\x20\xb6\xac\x33\x0e\x0e\xbd\x1e\x0c\xcd\x09\x69\x5d\x4e\xb5\x0b\x7e\x11\x88\x29\xa8\x57\xd2\xce\x41\xaf\x3b\x59\x53\x12\xce\x57\xa2\x98\xd7\xd8\x15\x8b\x43\x83\x4f\x4f\xd1\x21\xfa\xfd\xf7\x2d\x5a\xe7\x33\xfe\x92\x8b\x7a\xca\xd2\x7c\x70\x67\x38\x47\x00\xed\xa9\xfd\x90\x33\xec\xf7\xed\x80\xe0\x78\x5f\x93\x4a\x99\x98\x74\x45\x44\xea\x2a\x78\x96\x44\xbd\x9b\x43\x9c\xef\x20\xef\x7e\x5c\xfa\xce\xc0\xd1\x16\x67\xb3\x60\x73\x15\xc0\xe4\xb4\x95\x31\xb5\xf4\xfc\x2f\x9c\xdd\x5c\x86\x77\x5c\x88\x9f\x3d\x55\x1f\xee\x45\xf4\x3a\x38\xb0\x43\x38\x08\x19\x75\x33\x1c\x97\x53\xc8\x28\x37\x4d\x62\x04\x89\x41\x0f\x56\x37\xf1\x2a\xd0\x44\x50\x8a\x13\x18\x15\x63\x50\x5c\xb1\x84\x1c\x29\xaf\x20\x5f\x66\x89\xca\xc5\x9b\x3b\xb1\x57\x58\xc9\x86\x53\x6d\x67\xfd\xff\x0c\x84\x37\x0f\xa4\x56\xe0\xe0\x40\x7b\xa2\xf4\x06\xd7\x31\x54\x70\x13\x55\x64\xda\xb2\x5b\xd2\xe8\x7d\x49\x83\xe0\x57\xe7\x96\xfa\x94\x66\x8a\xaf\x91\x9a\x93\xe1\x33\xbd\x93\xfa\xc4\xf2\xd7\x36\xb6\xb1\xc5\x3f\x0d\x6d\x54\x03\x98\x08\xf6\x08\x5a\x0e\x19\x36\x64\x5f\x16\x1b\x34\xd0\x27\xfc\x2f\x05\x4f\x66\x35\xd1\xc6\xb0\xeb\xce\xd4\xb8\xaf\xd9\x32\xe4\x76\xf7\x3f\x91\x48\x2f\x65\xdb\x17\x0d\x9b\xe7\xe5\xfa\xa0\x36\x4b\xbf\x30\x8f\x10\x1a\x90\xb1\xb9\x17\xc1\x5f\x55\x6e\xe9\x66\x47\x1c\x71\x43\xd7\x83\x6e\x6a\x7e\x20\x05\x47\x4b\x52\x55\x40\x6b\x15\xb9\xd8\xf3\x2a\x54\x92\x35\x63\xd2\xa6\xa7\x78\x68\xc2\xeb\x2d\x91\x7e\x5e\x55\x51\xa4\xf9\x9f\x58\x42\xa7\xd3\x11\x9c\x1f\x3d\x83\x48\x88\xc4\xd5\xbb\xd6\xf9\x1e\x1e\x28\xc9\x86\x0f\x34\xd1\xb6\x2e\x68\x68\xf8\xff\x9f\x5e\x62\x23\xe8\xd9\xcb\xd3\x52\x6b\x1f\xa8\x44\xd9\x85\x3f\xf8\x02\xaf\xc7\x20\x32\xfd\x0b\xb9\xfd\xfe\x98\xfb\xea\x13\xdf\x06\x01\xf3\xff\xd9\x1c\x20\xe7\xc8\x40\xaf\x87\x75\x3d\x7d\x7a\x93\xf7\x3b\xfb\x72\x51\x02\x5b\x4d\x7a\x8d\x6d\x88\x43\x4d\x8e\xd6\xb1\x25\xaa\x20\xb4\x93\x84\xbb\x26\xef\xbd\xc0\x81\x27\x6a\xec\x32\x34\xeb\x5a\xaa\xf5\xc8\xfd\xc6\xea\x3f\x68\x19\xfa\xfb\x3f\x6d\x69\x11\x06\x8d\xcc\xce\x22\x20\x3f\x0f\x43\x45\xc2\xda\x68\xdf\x96\xa1\x7f\x75\xa4\x59\x79\x7d\x33\xd2\xc9\x17\xe2\x7d\xb3\x6c\x2a\xc6\x12\xd1\xd6\xcf\x61\xbd\x87\xc6\x45\x18\x1b\x3b\xc4\xa8\x20\xe3\xf5\x13\x37\x06\x62\x91\xcd\xf0\x2f\x97\x35\x49\x45\x23\x33\xbf\x31\xae\x93\x4b\x08\x73\xd5\x2d\xa4\x68\x63\x28\xd1\x32\xb4\x20\x8d\x20\xa2\x15\xa1\x40\x82\x8a\x3b\xba\x78\xe1\xca\xe7\xb6\x1a\x58\x9a\x30\x5b\xa4\x8c\x79\xce\xc4\x2b\xeb\x9a\x64\x75\x6f\x75\x9b\xfe\x22\xb1\xb9\xf4\x87\xa8\xec\x86\x6a\xb9\x1b\x07\x6e\xf5\x06\x5e\xfb\x6b\xb5\xe3\x66\x93\x39\x51\x5a\x52\x4a\xf9\x6c\x11\x5a\xa6\x7f\xf0\xb6\x82\xb4\xae\xfd\x20\x2d\x1d\xa2\xe5\xea\x28\x6e\x3b\xaf\x1b\x12\xee\xcb\x20\x13\x0f\xdd\x89\xbb\xf5\x24\xd7\x8c\x4f\xab\xe9\xe1\x93\x83\xcd\x20\x1d\x2c\x02\x11\x27\x92\x47\xc4\xca\xe7\xc3\xc3\x1c\x9f\x7f\xbc\xef\x7a\xa9\x17\x16\x44\xc8\xbb\x01\xc5\xbf\xc3\x21\x97\x23\xe4\xb9\xfe\x09\x8f\xf7\x2a\x99\xa3\x36\x20\xf4\xdc\xf9\xfc\x7d\xee\xc0\xa7\xed\x1e\xbb\x2f\xf2\x7c\xfc\x9b\x44\x51\x85\xa7\x6b\x54\x88\x91\x7d\xa9\x4f\xfb\x1a\x01\xfa\x93\x87\x50\x6d\x34\xbd\x31\x11\x54\xc3\x80\x37\xa4\xda\xa6\xf1\x53\x7d\x4b\x3f\x9e\x85\x86\x4f\xde\x2d\x4c\x6a\x9b\xd7\x4b\x52\x3a\xff\x42\xd9\xbb\xee\xd1\xb4\x25\xee\xfe\xb9\xe3\x81\xfe\x0d\xb8\xfb\xe6\x27\x62\xa3\xd0\xa2\x3f\xf9\x41\x78\x6d\xed\x7b\xfa\x56\x73\x0b\x24\xc1\xe1\x18\x95\x04\x92\x3a\x05\x9f\x3f\x56\x46\x9b\x2b\x3b\x93\xec\xfb\xe7\x3d\x08\xaa\xe9\x99\x95\xc0\x6d\x37\xa9\x5c\x60\x89\xf7\x7e\x36\x30\xa3\xbf\x8e\x59\x22\x92\x26\x7f\x24\xc7\x04\xd2\x0c\xdf\xc7\x9f\x2c\x8e\xe6\x53\xf9\x1e\xe8\x74\x98\x26\x7f\x7c\xd8\x43\x56\x62\x18\x62\xa4\x63\x82\x1e\xc2\xc1\x52\xcc\x34\xed\x55\xba\x03\x2f\xcd\x86\x45\x08\x56\xf7\xdf\x4a\xe1\xd7\xf4\x57\x86\x81\x30\x0a\xd8\x26\x87\xa7\x53\x9f\x50\x36\xca\x62\xf8\x18\x44\x80\x52\xd1\x30\xca\x2b\x13\x3e\xfa\x69\x57\xcc\x0d\x2c\x08\x47\xfd\xf8\x79\x3d\x44\x5b\x53\x51\x3e\x4b\xf8\xc4\xda\x17\xf1\x67\x3a\x19\x43\x91\x16\xc1\x80\x43\xee\xab\x71\x43\x0f\x2f\x4a\xae\x16\xec\x96\x7c\x4e\x29\x29\xe4\x0b\xf1\x3a\x7d\x36\x83\xe0\x9a\x8e\xac\x0d\xd8\xac\xf5\xac\x8c\x57\x3a\x3f\x91\x77\xab\x6f\xc1\xff\x60\xff\xd6\x67\x5b\xf0\xb5\x5c\x66\x5b\x5d\xee\x3b\xf8\xd1\x2e\xa0\x77\x38\xb1\xa1\x3f\x46\xf3\x6e\x08\x7e\x57\xb2\x65\xad\x7a\xff\xa8\xaf\xc5\x34\x64\x67\xd4\xa8\x39\x90\x69\x4e\x6f\x15\x93\x20\xbc\xc8\x06\xa2\xc7\x2d\x82\xe1\x32\x9a\xd3\x5a\x57\x70\x51\x78\x44\x2e\x27\x55\x2d\xed\x7b\x31\x86\x9c\x37\xbf\xea\xe6\x73\xdc\xac\x7a\x5c\x6f\x30\xa8\x7a\x7a\xb0\x56\x98\x99\xf9\x31\x7a\xab\xde\xf9\x4e\x7f\xf4\x4b\xaa\x50\x58\x0a\xfa\x6e\x3f\x98\x4c\x85\x3a\x0b\x07\x9d\x7a\x48\xc7\x0f\x1b\xf0\xe8\xd4\x0e\x95\x5f\xe7\x73\xd2\x62\x5a\xf1\xf4\x12\xcb\x05\xac\x11\xad\x4b\x7a\x4b\xcb\x0e\x57\x2a\xfa\xae\x2e\xa1\x6c\x4e\x10\xe2\x95\x58\x8e\x70\x82\x3d\x6b\x91\xf0\x71\x86\x8f\x41\xa7\x7e\x38\x2f\xe3\x56\xac\xf4\x8f\x20\x3f\x46\xa6\x43\xb6\x7c\xf3\xe3\xfa\x7d\x30\xc6\xd5\x43\x73\xb0\x4c\xd8\x55\xfd\xb2\xd9\xf6\xb9\x0f\x7d\x15\x10\x61\x56\xba\xb5\x90\x05\x3f\xf9\x55\xaf\x5b\x6f\x95\x43\x1f\xa1\x26\xd8\x3d\x61\xfe\x5d\x81\x2b\xe2\x6d\x09\x36\x15\x07\x99\xd6\x37\x95\xab\xd1\x5e\xaf\xc4\xa7\x05\xae\x84\xea\x3e\xc5\x45\xae\xa8\x14\x60\x2d\x60\x06\x3c\x91\xa7\xdb\x47\x29\x88\x2f\x00\x60\x6e\x56\x74\x2a\x7b\xe9\x00\xa0\xa8\x14\xb9\x82\xef\xb7\x93\x4a\x0b\xed\x23\x5e\xd4\x04\x43\x7f\xf1\x71\xcb\x0a\x4b\xfa\xb7\x7e\x6a\xe8\xb0\x0f\x4d\x8c\x51\xf3\x4e\xac\x66\xf4\x51\x0e\xcd\x51\xcb\xec\x86\x7a\x36\x7c\xa0\xab\x9b\x37\x9f\xe7\x55\xb5\xfe\x54\xc6\x50\xc2\xfb\xd3\xbf\xb1\xa1\x82\x17\x04\x66\x24\xd7\x11\x9a\x7e\xe4\x9a\xbf\x8d\xd8\x92\xe2\xf2\x1d\x8f\x4c\x56\x5e\xbe\x22\xad\xcb\x62\x4d\x4a\xb6\x7f\x3f\xda\x83\x05\xba\xaf\xea\x3d\xd4\xc7\x07\x02\xe4\xd3\xc7\x69\x0c\x7b\x18\xb7\xff\x79\x9f\xbc\x60\x02\x6e\x84\x82\x09\x6d\xb5\x0a\x56\xb7\x98\xd6\x5c\x99\xe6\x21\x15\xc9\xe8\xf1\x0b\xac\x52\xc7\xc4\xdb\x4c\x1b\x7a\x6e\xba\x0a\x37\x08\x77\x2d\x9b\x83\x89\x73\xaa\x8a\xf9\x0a\x06\xa3\x1e\x92\x95\xdb\x16\x0d\x2b\x74\x2b\x1f\x59\x75\x9e\x70\xe5\x24\x04\x32\xd9\x3e\xfe\xbf\x09\x89\x10\xc4\x82\xdf\x4c\xf9\x17\xd4\xce\x1a\xb0\x49\x61\x54\xe0\x05\xbe\x86\xca\xc1\xd1\x1d\x96\x88\xec\x01\x38\x2f\xed\x74\xd2\xd7\x99\x5a\x1d\x78\x18\xe4\xbe\x57\x78\xc5\x3a\xd5\xe4\x4c\xfe\x6e\x56\xa3\x0f\xc0\x55\xc5\xda\x7f\xd0\x39\x6d\xf9\x84\x9b\x5f\xd5\x25\xf6\xad\x5c\xe0\xa3\x6f\x3e\xf6\x82\x10\x37\x85\x6a\xb1\x56\x07\x75\x4b\x97\x7e\xb7\xb5\x3c\x94\x16\x37\xba\xcf\xf6\x73\x69\x9f\x9d\xe4\x9f\x26\x75\x19\x3e\x7b\x8c\xde\xca\x31\xd3\x0d\xb1\xc4\x5b\x0b\xbc\xd2\xe7\x6f\xca\x1a\x20\x9c\xd7\x18\x4b\x08\x4e\x8d\x27\xd5\x1d\xa7\x44\xbd\x3c\x5a\x05\xae\x8a\xae\x32\x2e\x1f\x68\xd6\x91\x00\x90\x7d\x7f\xce\x6e\x55\x24\xe9\xa4\x26\xcb\x14\x82\x3b\xee\x91\x48\x6e\xa3\xe7\xe5\x9c\xd6\xc7\x89\x3d\x14\xf3\x0a\x59\x31\x8e\x13\x10\x85\x75\xc2\x99\x36\x92\x37\xe4\x5f\x1d\x6d\x20\xce\x2b\x21\x84\x7b\xc0\xc4\xf2\xf3\xaf\x64\xe3\x0d\x21\x9f\x37\x44\x05\x75\x41\x6f\x2d\x99\xf6\x99\x6e\x10\xa4\xf6\x8f\x4a\xd8\xbb\xd2\x45\x90\xf5\xb8\x72\x2f\xbb\x9f\x38\xfb\x52\xca\x56\xe3\xfc\x07\x01\x14\x60\xd8\x4e\x96\xe1\xd3\x4c\x0f\xce\x37\x10\x14\xa0\x0b\xc2\x71\xfa\x1e\x91\xba\x6d\x28\x91\x04\x01\x29\xd5\x25\x1b\xf1\x88\xd6\xd7\x8d\x33\x65\x66\x8a\x69\x50\xca\xea\xd0\x2e\xe6\xb1\x06\x78\x49\x96\x0a\x84\xa2\x22\xec\x1d\xfd\xfb\x71\x08\x20\x5f\x0e\x61\xf3\x1d\x91\x4f\xc2\x48\x5e\x23\x99\xd5\x8e\x16\x3b\x77\x97\x8c\xa8\x55\x59\x31\x5c\x9e\xc8\xb7\xa3\x02\x95\x06\x5b\x9f\x6c\x83\x1d\xbb\xc3\x31\x38\xbe\x25\x13\x1f\xe3\x5d\xd4\xb2\x31\x23\x25\x57\xf1\x3c\xfd\xb4\xb3\x9a\xe1\x62\x0e\x94\x8c\x74\x55\xde\x25\x21\xef\xaa\x95\xe0\x80\xac\x6b\x6d\xb5\xc8\x5b\x5c\x75\xbd\x77\xff\xa8\xdb\x25\x16\x9a\xcd\x33\xe8\x7e\xd2\x58\x42\x02\xb0\x89\x23\xab\xc9\xf2\x33\x60\xae\x46\x77\xc6\x36\xbf\xf6\x75\x96\x1a\x33\xf4\xa9\x05\x35\xe2\x6c\x58\xf1\xa9\xe8\x5a\xb4\x20\x4d\x41\xea\x16\xdf\x28\x89\x44\x1a\x28\x64\x5c\x90\x97\x0e\x1d\xc9\x36\x09\x5a\x9f\x75\xed\x2b\x03\x4f\xf5\x92\x75\x3f\x5a\xcf\x65\x1a\xbe\xad\x7c\x0a\xb2\x22\xa6\xff\xcd\x09\x3a\xda\x3f\xcc\xb0\xc0\x33\x7f\x96\x9a\x17\x5e\x93\x76\x49\x48\x8d\x0e\x41\x4d\x3f\xba\xdf\xc7\xec\xe4\x7e\xf0\x87\x4c\x6f\x8b\xda\x46\xee\xd2\xfa\x46\x5e\x9a\x67\xbd\xbb\xc3\x1c\x1a\x9f\x78\x31\xe9\xc2\x4f\xd6\xdc\x35\x39\xcc\x4e\x23\xc0\xbd\x7b\x48\xec\xa0\x0a\x04\x2c\x13\x55\x62\x8a\x22\xf8\x89\x86\x5c\x9b\x45\x92\x8e\x76\x6f\xdb\xf8\xb9\x1e\x73\xda\x4e\x9c\xde\xaf\x50\x13\x12\x3e\xcd\x75\xbc\x4d\x6f\x1f\xb8\xba\x9f\x9d\x4a\x20\x93\xa3\x1d\xb1\x71\xe0\xb3\x13\xfd\xd9\x53\x5d\xb3\x14\x3e\xd6\x1b\xe3\x68\x17\x3d\xda\x45\x8f\x77\xd1\x93\x5d\xc4\x1a\xf4\x74\xd0\xa5\x5e\x44\xe8\xf3\x71\xf5\x88\x81\xc7\xbb\x52\xea\x37\x4f\xf2\xd5\x88\xe3\x41\x82\xaa\xc4\x09\x34\xde\x8a\x89\xfd\x22\x97\x18\x3e\xd9\xe4\x86\x88\x31\x4c\x8c\x14\xdc\x1b\x3d\x48\xf7\xec\x2e\x24\xa4\x77\x34\x51\xed\xa1\xd5\x2e\x13\x9b\x88\xe0\x62\xa6\xa2\xa1\xdd\x0a\xd4\x4a\xa1\x91\xaf\xc1\xe3\x66\x6b\x7a\xfb\xd2\x29\xd6\xac\x76\xa6\xac\x8d\x3d\x23\xe8\x86\xde\x92\x5a\xae\xff\x72\x46\x8b\x19\x9a\xe3\x95\xd8\x04\xb8\x2c\xa5\x8b\xaf\xb5\x25\x6d\xf7\xbd\x81\x2f\x94\xf6\xb6\x68\xc8\x2d\xc8\x13\xd1\xee\x17\xec\xf3\x7f\x18\x84\xa8\xed\x8b\xc7\x4d\xe3\xf3\x02\x77\x9c\x18\xa7\x5a\x02\x3d\xeb\x90\xdf\xf5\xc6\x14\x23\x69\x6f\x7f\xdf\xf4\xc8\xfb\x82\x10\xdd\x98\xcc\x10\x67\x7f\x0b\x3a\xd4\xb8\x96\xf1\x06\x40\x2c\xa6\xa2\x07\x62\x24\xa4\x8e\xc9\x39\x05\xdd\x07\x37\x2b\x88\x5a\x00\x82\x82\xe3\xff\xa9\x96\x53\xe3\x5a\xc5\x16\xfa\xdb\x23\xd3\x81\x1e\x3d\xb8\x24\x72\xc1\x64\x99\x61\xb5\x1d\x84\x1c\x38\x85\xe2\xf1\x55\x45\x8a\x56\x89\xbc\xfd\x40\x1f\x8d\x07\x5a\x73\x52\xf3\x8e\x8f\x00\xfa\x78\x2c\x50\xf2\x9e\x14\x50\x8e\x64\x04\xd0\x27\x63\x81\xde\x92\x86\x4e\x69\x81\x47\xc2\x7d\x3a\x16\xae\xdc\x47\x29\x88\xc3\xa9\x7e\x83\xcc\xf0\xe8\x9b\x98\x19\x4e\x2b\xa6\x75\x05\xbb\x61\x37\x93\x7b\xed\x7c\x03\xde\x35\x30\x46\xce\x64\x65\xcf\x23\x5b\x10\x49\x65\xa0\xa9\xac\x6c\x5e\x55\x6c\x29\xa4\x90\xe0\x32\x3c\x30\xe5\xba\x1c\x4a\x82\xfa\xd9\x71\x53\x8a\x9f\x72\x1b\xcd\xe1\xf3\x83\xeb\xae\x45\x0c\xda\x04\xc0\x70\xed\x6a\x01\xbc\xad\xaa\x2c\x0b\x53\x76\xc9\x69\xd7\x76\x4d\xaf\x9c\xfc\x72\x41\x6a\x48\xe4\x17\x38\x4f\xc4\x1c\xe0\xb7\x0d\x59\x80\x79\xbf\x6f\x33\x81\xec\xfe\x45\x6c\x26\x6f\xf2\x9b\xed\x27\x33\xe3\xfc\x76\xca\x8c\x92\x16\xd5\x75\xbb\x75\x58\xd9\x8b\x73\x59\x1e\x09\xd6\x56\x46\x08\x16\x84\xde\x5a\x8b\x74\x7f\xeb\x41\xd3\x6f\x92\x72\xb9\xb1\x54\x2c\x24\x3c\x05\x1b\x74\xd1\xd5\x94\xcf\xf4\xed\xa8\x0b\x31\x2d\x18\x6b\x50\xb7\x68\xe9\x9c\x20\x0f\x18\x6b\xe0\xa1\x92\x21\xa7\x1a\x7e\xcb\x50\x85\x5b\xc2\x5b\xb5\xf9\xd9\xb4\x5d\x8a\xad\xfc\xaf\x8e\x16\x42\x75\x93\xf1\x6d\xd1\xed\xbd\xc0\x0d\x9e\x93\x96\x34\xb2\xc5\x45\x69\xaf\x04\xdd\x15\x50\x93\xc0\x7b\x15\x34\x40\x2b\xd7\xef\xaa\xfb\x9b\xca\xd3\xe8\x08\xfc\xa6\xd2\x02\x79\xbf\x20\x45\x0b\xbd\xca\x24\xd1\x84\xc2\xe3\xc3\x84\xba\x18\x82\xc6\x9a\xbe\xb4\xe6\x2d\xc1\x26\xfd\x6a\xda\x55\xda\xf9\xda\x6f\x4d\xac\x8d\xe1\x0a\x57\x60\x5c\x82\x14\xe6\x5f\x95\x23\x4c\x9c\x2a\xdd\x83\x22\x63\x05\x12\x0b\xea\x4c\x82\xd6\xfa\xd5\x7d\x38\x35\x29\x63\xbd\x8c\x84\x8c\x03\x21\xe1\x94\x3a\x5a\x94\xee\x19\xe1\x7e\x08\x0a\x54\x1c\xa0\x88\xbc\x20\x45\x47\xfb\x91\x47\xb7\x65\xa8\x24\x45\x43\x30\xb7\x3b\x51\x29\xe8\x7c\xc6\xba\xaa\x4c\x28\x5a\xf1\xcd\xb3\xa6\x22\x93\x3e\xeb\x01\x39\x73\x62\x74\x66\x65\x36\x3a\xf2\x89\x41\xd5\x1a\xa5\xa5\xe1\xc1\xb1\xc3\xda\xf6\xe2\xd2\x50\xdb\xb9\x61\x2d\x2b\x58\x05\xe1\x69\xa4\x75\xbd\x21\xd2\x3c\xad\x7c\x24\x9e\x23\xc4\x96\xa5\xa0\x8d\x29\x49\x22\x3d\x2a\x85\x32\xaf\xb0\xc6\x94\x83\x11\x27\x55\x15\x1a\xdc\x8e\xa1\x3c\xb6\xa9\x28\x54\x9f\xa1\xa3\xc3\x54\x68\xe0\x02\xd7\xb4\x98\x3c\xb8\x92\x33\x23\xa5\xea\x74\x23\x5f\x12\x7b\x8a\x4d\x51\x23\xf0\xde\x7f\xd0\x9b\xa0\xb2\xb5\x2e\x62\x7e\x91\x07\x35\x6b\x89\xcf\x4e\xc2\x00\x66\x28\x23\x8d\x57\x7e\xfd\xce\x8b\x73\xd0\x63\x7f\x56\x34\x0a\xa1\xf4\xdf\x01\x78\xb1\x68\xa0\x02\xa4\xb9\x0c\x7a\xda\xf2\x1a\x7b\x36\xf0\x66\x68\xf0\x48\xb9\x04\xa5\x45\x03\xdb\x97\x35\x2a\x22\x19\x44\x98\x7b\x50\xc5\xf9\x05\xfd\x85\xd5\x9c\x96\xa4\x31\x41\x90\x58\x6c\xd0\x05\xe3\xa4\x3c\x50\x80\x87\x3c\x72\xcf\xd5\x8c\x34\x5b\x24\x4b\xf5\x89\x0c\x31\xf4\x3b\xf4\xa4\xda\xc4\xa9\x8b\xce\x79\x2b\xbd\xd0\x37\xc1\x58\x71\x1c\xe1\xdf\xfe\xa6\x77\xde\x19\xb0\x2c\x31\x43\xc1\x53\x34\xd5\x25\xe9\x54\xed\x4d\x38\xd0\x0f\x02\xfb\xa7\x75\xae\xfa\xf3\xc8\x79\x55\xe9\x34\x67\xa0\xe1\x6f\x55\xf7\xa0\x9a\x86\x5d\x8f\x82\x53\xf2\xdc\xdb\x12\x0f\xf6\x0b\x56\x17\xb8\x9d\xd0\x72\x47\xff\xfa\xc0\x2a\x9c\xba\xeb\x0a\xa8\x9c\x5a\x24\xa4\xaa\xd7\x2e\x6a\x05\x16\x0f\x92\x11\xb3\xfe\x5f\xde\x9f\x32\xe9\x90\xd5\xc4\x4d\x4d\xe6\x6e\x0f\x62\xa7\x68\x29\x54\x0a\x70\xc8\x19\x42\xa2\x2d\xaa\x89\xd9\x4e\xc0\xe1\x38\xf8\x92\x74\xb4\x2a\xe2\x4c\x3c\xa4\x37\x70\x81\x3b\xc1\x14\xd4\x4c\x7e\x93\x63\x5d\xd4\xb7\xb8\xa2\x25\xec\xfd\xdf\xd0\x9c\xb4\x33\x16\x55\x84\xbc\x50\x1e\xe3\x19\x5e\x2c\x48\x2d\xa9\xe3\x24\x86\x04\xbb\x7f\xd7\xa6\x4d\xd9\xfb\x4c\x4f\x4c\x9c\x86\x39\x6e\xde\xf9\xc9\x94\x74\x3e\x27\x25\xc5\x2d\xa9\x56\x99\x3d\x12\xef\xdc\x9e\x7d\xe2\x6f\xa8\xe1\xdd\x91\xde\x5a\x61\xa6\x49\xe6\x65\xb4\x49\xf8\xf0\xda\x85\x6f\xbd\x3d\x95\x8b\x74\xd7\x3f\xe0\x75\xef\x6a\x8e\xa7\x44\xd6\x36\x7b\x5e\x97\xaf\xc9\xb4\xab\x4b\x87\x77\x87\xed\xff\x0d\xf4\xc1\x1d\x9d\x19\xea\x2a\x60\x1a\xfe\x2a\x0c\xeb\x82\x86\x5f\x2b\xae\x2b\x0b\x8e\xc2\xee\x94\xbd\xd9\x68\x8b\x26\xca\x19\xc5\x51\x81\xab\x4a\x26\xf3\xab\x27\x48\xe4\x9f\x95\x4d\xd6\x54\x09\xb0\x04\x82\x9f\x92\x83\xf6\xcb\x5b\xbd\x2d\xd4\x92\x44\xd3\x3f\x59\xbe\xeb\xea\x31\x7d\x3c\xd8\x05\xb6\xb6\xc8\xa6\xf0\xf6\xc9\x96\x96\xdb\xc6\x2c\xbd\xdc\x9c\x32\xb2\xb3\x81\xfd\xc9\xa3\x12\x0e\xa6\xf0\x6c\xc5\x99\xe4\x22\x8a\xed\xcc\x23\x26\x59\xee\x79\x5c\x32\xb3\x0b\xf2\x27\xe2\xd7\x81\x3a\x1e\x77\x12\x91\xd2\xa2\x8f\x44\xa6\x34\xd8\x0c\xd7\x2f\x8f\xea\xd9\xa4\x5a\x26\xaf\x57\x41\xeb\xe0\x00\xe9\x02\x88\xb4\x89\x6b\xef\x5d\xe3\xe2\x9d\x32\xea\xd2\xa6\x37\x61\x39\x5f\xf0\xe8\x93\x57\x43\x4b\x5e\x59\xb6\x09\xa4\x4d\xec\xd1\xf5\xa5\xcd\xd5\xd3\xc2\xf6\xe3\xdd\xb5\x0c\xde\x11\x77\xb3\xd9\x58\x85\xa7\xb3\x22\x93\x38\x66\x12\x0c\x5d\xc8\x25\xe5\x70\x53\xc0\xfd\xa7\x3a\x84\xcf\x09\x76\x7b\xea\x7b\x02\x1e\xd2\x15\xe3\xb9\xdf\xe0\xcd\xb7\xa2\x8b\x09\x00\x1a\xf2\x98\xd4\xd2\x44\x2d\x6f\x7c\x85\xb3\xb8\x56\x2b\xce\x22\xe7\xdb\xa8\x12\x70\xbf\xff\x9e\xec\x63\x37\xe2\xf2\x53\xee\x07\x15\xf2\x11\xe7\x92\x92\x7f\x75\xb8\x52\x76\x3c\x5f\x9f\x4a\x6c\x1d\x05\xd0\x49\x65\x13\xaa\xd5\x94\x35\x85\x27\x29\xc4\xee\xce\x4f\x55\x52\x4e\xcc\xae\xbb\x86\x2d\x71\x14\x6c\x08\x6e\x4d\x8c\xb5\xea\x08\xe6\x3a\x58\x5c\x08\x76\x3a\xc6\x08\x35\x15\xbf\xe0\x5a\x1a\x3c\xc1\xcf\x80\xeb\x15\x9a\xb3\x26\x86\x70\x8b\x1b\xbd\xbf\x5e\xb3\x0a\xfc\x41\x10\x17\x14\xdb\x17\xb3\x62\xfc\x59\xea\xf5\x84\x3c\x1f\x0c\x75\xa6\x2a\x28\x24\x47\x77\xfb\x76\x82\xaf\xec\x7e\x4a\x08\x8b\xa0\x3d\x43\xb9\xd4\xb6\x71\xa3\xf8\xe8\x9c\xa9\xe4\xae\xa3\x01\x71\x05\x7d\x1a\xdb\xa7\x8f\x6b\x4c\xcf\xb1\x06\xd0\xe4\xd4\xf3\xc6\xd0\xbe\x61\x3f\xc6\x95\x50\x5c\x65\x60\xed\x8e\xaf\xb8\x6b\x67\x93\x1f\xbb\x56\x88\x56\xc8\xb6\x7f\x35\x51\xee\x20\x0c\x64\xa5\x98\x1f\x83\xa1\xfb\x44\x99\x4b\x26\x31\x45\x0b\xa5\xb7\x54\x4a\xe3\xd2\xd5\xc1\x32\x2a\x24\x38\x14\x49\x03\x66\x54\x1d\x73\x59\x55\x6e\x92\x88\x60\x99\x9a\x1f\x49\x16\x94\xee\x41\x60\xf8\x0e\x55\x5e\x01\xc1\x95\x93\x59\x8a\x42\x08\x00\xcd\xe3\x34\x53\xc4\x5e\x7c\x19\x2d\x04\xc4\xc8\xa1\x53\xe4\x87\xea\x2f\x67\xb4\x22\xea\xbb\x13\xe4\x7a\xfd\xd2\xc5\xbd\x6d\x58\xc9\x29\x3c\xfd\x16\x5e\xfd\x25\x3e\x7d\x6a\x34\xf9\xef\xd7\xe8\x28\x66\x6f\x6b\x27\x23\x99\xb1\x13\xbc\x72\x5c\xca\x73\x4f\x6e\xeb\xa8\x34\xc8\xbe\x64\x26\xf3\x47\x3e\x1f\x71\x4c\x4d\x5a\xb4\x4d\x69\x48\xff\x7c\x8a\xc4\xdd\xe1\xc9\x8d\x4c\xe5\x4d\x15\x81\x80\xfb\x3a\x3d\x9f\xc4\x4a\x67\x0a\xcb\xf6\x53\x62\x9d\xec\xde\xf0\xaa\x4e\x41\x5e\x5b\x01\x1f\xb9\x99\x7c\x8d\x3c\x64\xa7\x6b\x1a\x7f\xb6\x8a\x64\xc2\x60\x10\xa3\x37\x34\xfc\x98\xca\xb1\x75\xdc\x1f\x28\x51\x3f\x36\x64\xa8\x67\x15\x01\xb6\x47\x5b\x0a\x61\x88\x60\x8e\xbe\x26\x32\x88\xc3\x95\xcc\x4d\x27\xab\x32\x2d\x07\x25\xcd\xc9\x87\x83\x2a\xa5\xb4\xab\x5d\xaf\x10\x27\x6d\xab\x34\x46\xda\x68\x44\x5a\x86\xfe\x97\x34\xcc\x51\x3c\xdd\xac\x30\x01\xc7\x29\x46\x1e\xd6\x44\xc9\x47\x84\x34\x1b\xab\x96\x07\x07\xea\x65\x95\xaa\x20\x75\x41\x49\xa4\x61\x5b\x20\x94\x24\xf8\x83\x6c\xba\x2e\x00\x07\x07\xb5\xb5\x26\xef\xc8\x4a\x9b\xf2\x77\xc6\x1a\x8e\x70\xce\x00\x32\xca\xae\x15\x0e\x16\xb7\x7f\x6b\x94\xc1\x29\x69\xb7\x5c\x90\x86\xb2\x12\x2d\x67\x2a\x1c\x21\xcc\x3b\xf5\x6d\xfb\x0d\x91\x51\x0a\x52\x49\x09\x2b\x98\x36\xa4\x82\x7d\x63\x53\x54\xf2\xd6\xfd\x54\x1e\xc4\x86\x01\xd0\x42\x30\x8b\xc4\x32\x5f\xa1\xdb\xcc\x5b\xdf\x36\x1d\x09\x64\xd3\x1c\xd8\x80\xea\xdf\x6b\xd3\x8e\x26\x8d\x9a\xa3\x38\xa1\xc6\xa8\x23\xce\x7f\x57\x7b\x6e\x1b\x49\x7d\x7d\x86\xfd\xc1\x04\xc5\xa1\xd1\xb7\x37\x92\x4c\x58\xf6\xfc\x40\x2a\x5c\x5d\x7b\x5b\x46\xf9\x83\xd6\xca\x3c\x09\xd6\x49\x08\x7c\x7a\x30\xcd\x4e\x75\x26\x5d\x6c\x74\x0f\x0e\x22\xa4\xa1\x92\xa5\xf4\x45\xa9\x97\x84\xca\x08\x3b\x9c\x55\x2a\xd2\x24\x97\xa7\x66\xde\x4c\x38\x0a\x03\x8c\xa4\x59\x1c\x9a\x8f\xaf\x79\x69\x7d\xde\x4d\x07\x4b\x3c\xb0\xeb\x3c\xc0\x2a\x65\x3d\x9c\xaf\x2f\x98\x07\xfb\x53\xa9\x11\xdc\xd3\x23\x54\xd6\x18\xe5\x2d\x78\xed\xec\x7e\xa4\x53\x44\x85\x22\x5f\x97\x01\x3b\x50\x11\x45\xb2\x7c\x24\x47\xb4\xe6\xdd\x74\x4a\x0b\x4a\x6c\x73\x3a\x2b\x50\xc6\xbb\x0f\x3c\xcb\xba\x38\x55\x64\x12\xf7\x5d\xd4\xad\x52\x99\x32\x62\x6a\x2c\xa1\xa6\x6b\x28\x04\x77\x97\xbf\x31\x43\x83\x78\xc2\x1e\xaa\x31\xbc\x94\x3e\xfc\x6d\x5e\x3d\x0d\x51\x66\xed\xd1\x2e\x45\x81\xd0\x38\x95\xf7\x86\xb4\xa1\x82\x3a\x12\xab\x82\x2d\x56\x29\x6d\x75\x08\x2f\x27\xde\xb4\x17\xad\x57\xf6\x39\x23\x8a\xad\x81\x99\x1b\xd6\x9a\xc0\x4b\xbc\x1b\xc9\x6a\x3f\x13\x19\x43\x4a\x03\x5d\x3a\x22\x25\xa4\x45\x69\x21\x4e\x70\xeb\x94\x3d\x33\xbd\xfb\xa5\x66\x61\xb7\xa9\xf6\x49\x6a\x68\x54\xbe\xc3\xbb\xeb\x44\xd9\x25\x38\x5a\xfa\xe6\x30\x97\xa9\x1c\x69\x09\xf3\x87\xc0\xab\x1b\xd6\xb6\xa4\x86\xa2\xea\x35\xec\x7f\x0c\xe3\xca\x20\xab\xeb\x38\x50\x43\x83\xae\xcb\x28\x0c\x19\xd0\x03\x97\xc3\x35\x91\xd1\x00\x24\x22\x47\x34\x71\x53\x57\x9a\x1a\xc9\x57\xca\xab\xe0\x9b\x6d\x19\x3a\x3a\x3c\x0c\x5f\x92\xdc\xba\xd7\xed\xab\xa4\x0c\x69\x21\x36\xa2\xa1\xb2\x28\xb7\x74\x1e\xad\x00\x9b\x4a\x80\xb8\xd2\x7c\x24\x88\x1d\x48\xb9\x79\x75\x66\xdb\xc5\xb9\x78\x29\x9c\x6b\xce\xd9\xba\x3d\x97\x88\x86\x06\x79\x4b\x41\xbd\x45\xdf\x3e\x21\x7e\x7d\xd1\x55\xb6\x39\xdf\x77\x52\x33\x9c\x64\x20\xde\x78\x1d\x02\xd3\x38\x8e\xec\x23\x98\x42\x6e\x54\x83\x25\x97\x56\x17\x5c\xaf\x85\x64\xab\xe8\x14\x85\x6c\xf4\xad\x24\xd1\x2f\xe2\x9c\x4b\x11\x27\xa5\xba\xe3\x72\x4e\xeb\x3d\x3f\xcc\x45\x0c\xcd\xd1\xc4\x04\x44\x1f\xa8\x20\x6e\xf9\xab\x0a\xbd\x3e\x70\x43\x9b\x63\x44\x0f\x0e\x4c\x5a\x87\x01\xfe\xfc\xf2\x5c\x1e\xb2\xf0\x4c\x27\xfd\xef\x3e\x29\xd0\x7d\x9b\x3b\x82\x1e\x3e\x44\x93\xfb\xc1\x92\xfc\xfe\x3b\xba\xef\x53\x26\xe7\x6c\x77\x64\xa8\x31\xb2\xbf\xfb\xf3\x49\xd5\xdf\xd4\x80\x01\xc7\x8f\x34\x22\x03\x35\xfd\x7a\xc1\xea\x96\xd6\x5d\x4c\xe0\xb4\x1d\x67\x41\x9a\x39\xe5\x9c\xb2\xba\xd2\x01\xc1\x7a\x33\xc8\xab\x3e\xb9\xce\x97\x2f\xdf\x7c\x7f\x8c\x9e\xbb\x71\xd4\x32\x22\xd4\x91\x7b\x16\x0d\x65\x8d\xf6\x47\x1d\x1d\x1e\xee\xbd\xf8\xc7\xcb\x9f\xe3\xc4\xd7\x14\xf8\x89\x4a\x0f\x09\x76\xd3\x0e\xb0\x34\x79\xc7\x4b\xc6\xa7\xa2\x49\x30\x6a\xc9\x7c\xc1\x1a\xdc\xac\xd0\x4d\x83\x0b\xa3\x8e\xa9\xef\x53\x63\xc8\x21\x5a\x48\xd1\xbf\x69\x70\x5d\x4e\x31\x14\xf5\x2e\xc3\xd6\x64\x73\xbc\x52\xf7\x8b\x12\xbb\xc4\xa4\xc5\x48\xd1\x54\xf6\x53\xe3\x40\x52\x30\x94\xee\xf6\xc8\x05\x73\x23\x14\xe2\xc9\xdd\x03\xf3\xf2\x75\xfa\xbc\xc4\xf9\x76\x07\x07\x08\xed\xa1\x97\x95\x38\x64\x3c\xa2\xd5\xae\x6e\x31\xe7\x2a\x9a\x00\x19\x2c\x18\xe9\x33\x28\x41\x5e\x92\xa5\x04\x29\xb3\x73\xac\x6a\x25\x61\xda\x92\xa1\xe6\xd6\xdd\xe8\x74\x9f\xfa\xa7\x3b\x3c\xdc\xe2\x23\xff\x70\x6f\xff\x6c\x7f\xc6\xa3\x96\xb4\x47\x1d\x1d\xf6\x57\xff\xd6\x2a\x89\x8f\x66\x56\x59\xf6\x12\xb7\x74\x7e\x0f\x34\x25\x24\x4d\x8b\x85\x9a\x67\xd2\x26\x64\xb2\x04\xbe\xc5\xb4\x12\x9c\x2d\x93\x2d\xc1\x99\xdf\x50\x76\x2e\xb6\x71\x2a\xf1\x10\x64\x26\x18\x55\x37\x71\x56\x6f\xc0\x38\x1e\x4c\x9b\x75\x21\x0e\x1d\x9b\x57\x2b\xb1\x82\x32\x56\xdc\xc8\x31\x20\xbf\x48\xe9\x8b\xca\xa2\x5f\xa5\x9f\x10\x76\xe9\xf0\x1c\xcd\x14\x2c\x18\xa1\x0f\x89\xd7\x38\xf4\xd5\x69\xfc\x30\x32\x23\x0a\x51\x15\xad\xa9\xeb\x79\xf8\x23\x3c\xaf\xaa\x68\xaa\x15\x99\x5a\xab\xe3\x54\xf6\xac\x76\x00\x20\xf2\x9e\xb6\x72\x6e\x74\xbe\xa8\x68\x41\x5b\x77\x76\x2d\x93\x4e\x5c\x31\x41\x5f\xff\x33\xcb\xc0\x65\x4e\x83\x40\x53\x49\xba\x50\x5b\xd6\xd9\x00\x5c\x4b\x70\x8e\xfa\xd7\x36\xb8\xe6\x34\x9e\x42\x56\x69\x4b\x18\x06\x3c\xab\x44\x64\x59\x50\xee\x46\xe3\x42\xbc\xbb\x23\x39\x52\x74\x7a\x12\xe1\xb2\xc0\x35\xfe\x2a\x97\x2e\x01\xd5\x24\x8a\x64\x61\xf8\xa9\x38\xfe\x71\x8c\xc0\xc1\x36\x50\x6d\xee\x0d\xbd\x4e\xd1\xdb\x5f\x22\xe5\xe8\x1f\x60\x00\x85\xed\xc6\x55\x11\xd9\xa0\x35\x68\xd2\x1c\xeb\x65\x7b\x6e\x92\xd9\xea\x6b\xde\xe3\x32\x5c\xf9\x8e\x10\x18\x3f\x7c\x8c\xb0\x21\xf3\x45\xbb\xf2\x1f\xb5\x8b\x13\x8c\x84\x4e\xd1\x87\xa3\x63\xf4\xe1\xe3\x2e\x7a\x24\xff\x79\x2c\xff\x79\x22\xff\x79\x2a\xfe\x59\x3b\xdf\x00\x4c\x39\x09\x34\x46\xa4\xc0\xf2\x44\xe0\x30\xb0\x28\x1b\x16\x6a\x76\xa4\xd6\x53\x92\xc2\xb7\xbf\x26\x4a\xbc\x47\xa7\xc1\xe7\x6f\x33\x21\x0d\xce\xb6\x79\x9d\x96\x1b\x79\xef\x5e\x42\x5e\x58\x84\xc1\x58\x0d\x87\x9e\x9d\xba\xc9\x84\xea\xc3\xf4\x45\x29\x63\x90\x70\x55\x69\xee\xdf\xc8\x1c\x9b\x5d\xed\x43\xb0\xdc\x11\x9e\xd2\x76\x0a\xbf\x82\x4b\x48\x52\xab\xfc\x25\xe9\x94\xd3\x00\xf5\xcf\x1d\x6e\xef\x44\xc4\xa9\xe9\x0d\x92\x23\xd7\xd7\x8a\xa7\x4c\xf2\xc8\x2a\x5f\xfa\x0e\x7a\x36\x9a\xb2\x39\x72\x5f\x42\x38\x78\x4c\x6f\x10\xcd\xca\x12\x58\xb6\x6b\x6a\x0e\xef\x9b\x74\x6a\x71\x6e\xb4\x33\x5d\x4e\x08\xcd\xd8\x12\xcd\xb5\xa1\x05\x8c\x7a\x6a\x85\x6d\x40\x92\x19\x49\x5a\x7b\x74\x60\x52\x32\x22\x09\x69\xfb\x72\x37\xbf\x74\x77\xb2\x66\xd0\x36\xc2\xe6\x4e\xf4\xde\x8b\xe9\x3d\x9e\xda\x70\xcc\x0c\x7e\xcf\x4b\xa1\xfc\xaf\x33\x74\x38\xb7\xac\x93\xff\xa2\x2e\x85\x06\x6c\xa4\x0f\x2a\xfe\xa6\xa6\x37\x5d\xb4\x86\xb8\x69\xf0\xca\xd8\xad\x52\xb6\x24\x97\xc4\x25\xa9\x88\xd8\x15\x2a\xae\x58\xce\x40\x9b\x51\x4f\x43\x1e\xdd\x4b\x91\x83\x03\xf4\xda\x97\xb0\x42\x8c\xc7\x20\x25\x63\x4d\x42\xea\xf4\x04\x65\xe9\xc5\x90\x43\x8a\x0d\x7e\x8a\x1a\x72\x4b\x9a\x96\x5e\x57\x44\x62\x74\x22\xe7\xf5\x6c\x32\x67\x65\x57\xb1\xe3\xf1\x2b\x95\xe6\x04\xc8\x0b\xde\x94\xe1\x2b\x4e\x7c\xe4\xae\x2a\x6b\xaf\x04\xb1\x5d\xd4\x36\x2b\x84\x6f\x30\xad\xfb\xa0\x49\x6b\xbd\x00\x53\xb3\x76\x17\xb2\x0f\xc4\x07\x79\x9b\xa0\xfb\x23\x03\x1e\xcc\x52\xbe\x35\xd4\x18\x48\x29\xd0\x3f\xd9\x97\x63\xc7\x4b\xf8\x13\xad\xd5\x69\xfc\x51\x2a\xfe\x4d\xff\xa4\xb7\x58\x42\xa5\x41\x5e\x1b\x74\x71\x79\x48\xf6\xad\x4c\x87\x4a\xea\x1d\x71\x7b\xc0\x7a\xd1\xda\x9b\xf4\xd0\xbd\x61\xab\xb3\x46\x37\xb1\xbb\x6f\xde\x9a\x01\xe2\x70\x27\xfd\x73\x87\x2b\x08\x29\xcd\xae\xe7\x72\xdf\x87\xe4\x97\xa1\x9b\x2c\x47\xdc\x2b\x2d\x3b\xaa\x10\x7d\x1b\xd7\x6b\xfc\x40\x52\xed\x62\x4a\x6f\x9a\x53\xff\x9b\x5d\x37\x36\x16\xba\xd0\x8b\xcb\x46\x28\x00\x99\xdd\x9b\xe6\xe4\xbd\x2c\xde\xe3\xbb\xf1\x54\x7a\xf3\x4e\x9c\x5b\x52\xdf\x72\xee\x4d\x89\xd5\x76\x1a\x71\x5b\xe6\xc0\x9b\xc4\x2c\x79\x9b\x8e\xbc\x4c\x2f\x99\x6a\x24\x0a\xc1\x26\x84\xa8\xd8\x6a\xe0\x02\x4e\x6d\x69\xae\xc2\xae\x9d\x10\x95\x95\x67\x78\xd7\xea\xeb\xb6\x68\x3d\x9a\x53\x8e\xb4\xff\xbd\xce\x84\x8f\xf0\x94\xac\xa0\xb4\xe0\x50\x71\x41\xce\x61\xd6\xc9\xd3\x3d\x27\x22\x17\xcd\x9b\x9c\x52\x68\x92\x19\x35\x2f\xab\xa6\xa9\xd3\xf7\xbc\xaa\x7a\x48\x96\x0e\xe3\x16\x32\x84\x2c\x57\xc7\xa1\xb8\x9e\x09\xbc\x76\xca\xe4\xb8\x67\x2f\x3e\xa2\x29\xa8\xb0\x87\x64\x54\xa9\xb3\x0b\xf9\xbe\x2c\x19\x50\x80\x57\xaa\x62\x4b\xd2\x84\x4f\x28\x4b\x4c\x0a\x66\x4d\x96\x2e\x76\x62\xfb\x69\x10\xd2\x18\x63\xcb\xdf\x38\x00\x53\x5a\x86\xa7\x32\x5b\x4d\xc7\x16\x98\x90\x1b\x34\x63\x88\x0b\xa4\xb7\xde\x7d\x1c\x8e\x92\x58\xd6\x9e\x45\xfe\xcc\x91\xd9\x6b\x46\x65\x1b\x30\xe3\x03\xb2\xbd\xe1\x64\x21\xe0\x6c\x99\x20\xee\x14\x4a\x49\x99\x0b\xed\xee\xcf\x59\x0a\xcf\xb0\x60\xff\x89\x84\x64\x65\x4f\x62\x68\x81\x57\xb6\x72\x03\x0b\x4c\xe2\x1e\xac\x6b\xcc\xc5\xe1\xa8\xa3\xc6\x38\xb6\xb1\x50\x10\x0e\xfd\xa9\xea\xac\x86\xfa\xbb\x2d\xc5\x6d\x6b\xbd\x3f\x07\x69\xfc\x34\x80\xb7\x1f\x17\xa5\x47\xae\x5f\x31\x2a\x52\xae\xdf\xcb\x96\xbd\x0f\xcd\x41\x5e\xcb\xd0\x3a\x24\x68\x4c\xf1\x5d\x5d\xee\x63\x4e\x05\x4b\x31\x3d\x74\x3d\xb8\xd0\x03\x33\x31\x3f\xa7\x06\x54\x4a\x4a\x87\xa8\x69\x55\xa9\xd1\xa2\xff\x0a\xd3\x52\x76\x07\x38\xf6\x26\xbd\x0b\x17\xc1\x0b\x42\xf8\x31\x3a\xdc\x3f\xdc\x55\x7d\x0f\xd4\x1f\x53\x42\xf8\x77\x5d\x53\x9b\x0f\x88\xb3\x7c\x2f\x9c\x22\xf7\xc1\xca\xa6\x59\xae\x8c\xfe\x94\xd7\x6b\xbd\xc7\x6c\xfd\x06\x6b\x31\x53\xb9\xc9\xe2\x52\xaf\xbf\x82\x5a\x83\x5c\xd9\x8a\x8d\x51\xd4\x29\x8e\x91\x74\x30\x19\xcb\x96\x76\xda\xc5\x05\x42\xd2\xaa\x96\x3e\x97\xb9\x8a\x23\x1e\xd0\xc4\x0c\xe5\xf9\xf4\xf9\x1a\x8a\xf7\xec\x94\x10\xe5\x9a\x56\xf6\x3f\x41\xfc\xfd\x1b\xd2\xbe\x30\x5f\x24\x82\xbf\xe4\xb2\x04\x5d\x08\x12\x75\xfe\xe9\xd4\x1d\xe0\xc4\xdf\xe0\xf1\x66\xf1\xc0\x06\x8d\x1e\xd0\x9e\x03\xaa\x8f\x5d\x1f\x1c\xa0\xef\x6c\xa7\xed\x29\x21\xd2\x07\xad\xec\xdc\xaa\x8b\x8b\x16\xeb\xc4\x96\x0a\x5b\xe9\x2a\x6f\xb4\xdb\xb4\x0c\x55\x98\xf7\xaf\xb5\xa2\x25\x54\x38\xee\x0b\x31\x10\xe4\x85\x87\x26\x71\xe3\x15\x05\x1f\xda\xbc\xa0\x93\x3d\x03\xcf\x84\xd6\x4b\xaf\xfe\x0b\x79\x44\xe0\x31\x13\x6c\x6f\x69\x13\xc7\x39\xff\x28\x8e\xb5\xdf\xd2\x15\xdc\xa3\x61\x37\x11\x67\xd5\xfc\x95\xc8\xc5\xcb\xc3\xa4\x2b\x26\xf1\xfa\x11\x8a\x84\xaf\x95\xbd\xf3\xf0\x85\x7e\x79\x5f\xbe\x9d\xbc\x33\x1d\xe8\x69\x8d\x26\x15\x68\xa4\x9a\xad\xcf\x25\x52\x0d\x99\x92\x86\xd4\x45\x18\x0c\x8c\xe0\xa0\x58\xaa\xc7\x7d\xbf\xfd\xf1\xf7\x05\xbc\xa0\x5d\x8f\x47\xaa\x9d\x5e\x17\x9b\x25\xb8\xed\x07\x42\xeb\xcc\xbd\xb1\xa5\x40\x96\x60\xbc\x64\xd7\x1f\x1f\xb8\xea\x27\x91\x7a\x31\x75\xfb\xa0\x94\x4d\x28\xca\x65\x34\x9d\x78\x42\x0a\x7b\xe4\xcf\xe4\xd5\x8a\x27\x52\x1d\xd1\x04\x3d\x6d\xbe\x91\xa1\xa4\xc5\x79\x6c\x37\x04\x74\xc7\x6c\xa3\x1e\x78\xee\xf8\x09\xaa\xe6\xfb\x0e\x64\x0c\x92\x49\x72\xa3\x44\x0a\xcf\x86\x14\x0f\x10\xca\x18\xc1\x52\x0d\x9e\xe4\xad\xae\x63\x52\xd2\xfb\x6e\x54\x4a\x94\x0b\xd4\xbf\xe4\x13\x57\x7b\x88\x59\x42\x43\x03\x64\xd7\xc1\x31\xde\x7d\x6b\xa1\x91\x48\x72\xd4\x62\x0d\x3a\xcd\xdd\x62\xfe\x55\xf9\xec\x74\xe8\xae\x74\x20\x66\x05\x43\x5f\xaa\xd8\x5c\x14\xd3\xbf\x59\x79\xcc\x63\x7a\xbe\x64\xe6\x6d\x2f\x95\x10\xb5\xa9\xa8\xf6\x59\xc4\xb4\x8d\x44\xb4\xbb\x88\x67\xd0\x75\x8a\xb7\x0d\x5b\x05\xb7\xf2\x14\x68\xec\xd4\x82\xd5\x81\x0d\x6c\x4e\x20\x1e\xc0\x03\x03\x04\x6f\xf6\xaf\xbb\xa6\x9e\xf8\xa7\x3a\x5f\x7c\x5d\x7b\x6d\xb8\x57\x5f\xd0\x6b\x79\x13\xc5\x24\x65\x72\x4b\x36\x6c\x30\x91\x88\xcf\x96\xc3\x5e\x46\x05\xf4\xb4\x23\x62\x8d\x20\xe4\xfb\x11\xa5\x75\x57\x55\xde\xcd\x8d\x3d\x4f\x2a\x8e\x89\xc4\x59\x71\x54\xe1\x10\xc8\x7c\xbe\xec\xd8\x6f\xec\x33\x81\x1c\x27\xd6\xcd\x05\x70\x9a\x11\x9d\x94\xfa\x9c\x20\x50\xd0\x35\x0d\x14\x1d\xb7\x65\xda\x2f\x7d\x55\xf5\x3c\xcf\x1c\x4c\x5b\xb6\x38\x92\x4d\xe4\xba\xaa\xa5\x8b\x8a\xca\xd6\x30\x36\x3e\xc7\xa3\x07\x44\xe7\x44\x31\xd3\x86\x30\x12\x2f\xd9\x38\x69\x5c\xf9\xfc\x03\x97\x20\x31\x67\x4c\x0a\x3f\xc7\xe8\x6d\x02\x74\xd4\x2c\x2e\x1d\x0d\xf1\xc6\x74\x16\x70\xcb\x41\xc2\x41\x12\xb7\xdd\x8c\x54\x4e\xf0\x4f\x8a\xa9\xc4\xa9\xd1\xbc\x9b\xab\xc1\x7f\xd6\x10\xa4\xb2\x93\x1f\xdb\x36\xf2\xe3\xb6\xe6\x7e\x72\xb4\xdc\x01\x73\x06\x07\xe2\x09\xb9\xdf\x67\x37\x57\xaa\x45\x55\x1a\x97\x54\xda\x79\x76\xca\x2a\xc2\x5c\x6d\x9d\x10\x94\xae\x9f\xe1\x90\x53\xfb\xf3\x34\x49\xa3\x53\x5d\xc7\x9c\x31\x7b\x9e\x72\x5c\x34\x4e\x21\xb2\x11\x00\x09\xf8\x9f\x27\x02\xdc\x8d\x7e\xfb\xca\x32\xd2\x02\xd7\x82\x1e\xba\x6c\x66\x29\xeb\x98\x96\x74\x0a\xaa\x87\xdb\xa9\x20\x05\xf1\xc2\xed\x26\xe8\x40\x95\xe6\x7d\xce\x7c\xb8\x70\xb2\xf1\x9c\xf4\x01\xb5\x1a\xe5\xb9\x7a\xf5\x0d\x73\xea\x7c\x9e\xa6\x08\xa8\x63\xba\xef\xc7\xb3\x1e\xb3\x0b\x87\x9f\x19\x2c\xfb\x93\x36\xd5\x78\x2c\xad\x66\xcd\xdc\x1c\x6e\x75\xce\x4c\x3d\x1b\x5b\xae\x14\xe2\xe7\x74\xe0\x9c\x5d\x97\x08\xbe\xdf\x53\xf1\xf9\x5c\x55\x15\x19\xaa\x4c\xf3\x97\x88\x1f\x0e\x40\xe6\xcf\x05\x2e\xc0\x3f\x58\x05\xb1\x2e\xa7\xf1\xb8\x7f\xe9\x59\xb2\x5e\xc7\x81\x15\x22\xd4\xf6\x90\x5c\xc8\x32\x79\x4d\x96\xe4\x79\x55\x0b\x1c\xf3\xb8\xc4\x87\x5f\xa3\x49\x84\xf6\x5e\xdf\x3c\x33\x29\x0f\x21\xe3\x4f\x1f\xcb\x90\xe7\x07\xa5\x37\xd3\xc7\x33\xc7\xf9\x0c\xfb\x57\x47\x37\xc3\x74\x91\x9b\x73\xe3\xec\x3c\xda\x38\xa7\xd0\x1c\x50\xd9\xc5\x35\x39\xc5\xf5\x6a\x70\xa0\xde\x3a\x1c\x68\xcd\x5a\x1c\x68\xcd\x7a\x1c\x68\x5c\x4d\x0e\xb4\xed\xba\x1c\x68\x8b\xbc\xa5\xbf\x2a\x43\xd6\xef\xed\xb3\x97\xb8\x03\xaf\x74\x30\x50\xee\xb5\xcc\x81\x2a\xd2\x79\x3f\x70\xc8\xad\x9d\x8a\xcc\xbd\xb2\x47\x12\xa0\x0e\xd6\x71\xf4\x62\xc3\xa7\x06\x4a\x5d\x8c\x60\x53\x99\x11\x52\xfc\x2a\x8d\xc4\x7a\x4c\x0b\xf9\x8c\xcb\x9c\x49\xc7\x03\x64\xf9\x17\xef\xe6\xb9\x1d\x33\x96\x59\xa5\x71\xde\x1b\x9c\x6e\x66\xaf\xaa\x60\x9b\x7e\x42\x29\xa9\xdf\x04\xed\xf7\x04\x5d\xe8\xb2\x3f\xbe\xd6\xf5\x15\x47\x45\x97\x8e\x17\xa0\xd3\x68\x4e\x31\x06\x7f\x59\xa3\x51\xd0\x8e\xb1\xef\x66\x0d\x4e\x5a\x80\x3a\xeb\x5a\x77\xe3\x6d\x0f\x87\xfc\xd0\x63\x2f\xd0\xf8\xdb\xaf\x7d\x94\xf3\x43\xac\xbf\xf1\xe3\x47\xf6\x82\xc1\x52\xe3\xa4\x83\x9d\xc2\x7b\x70\x7f\xa8\xad\xa9\x63\x34\x33\x9d\x4d\x87\x37\x73\x8c\x4c\xce\x12\xee\x61\xe2\x36\x5a\xee\xbd\xe3\x87\x80\x49\x67\xa1\x8a\x4f\x0a\xbf\x1c\xb4\x9f\x69\x2e\xa1\x55\x65\xa5\x7f\x26\x4e\xfc\x01\x9a\xb8\x0a\xf8\xde\xf0\xc5\x11\x3b\x62\x5c\x0d\xfc\x55\xd5\xb9\x3c\x26\x52\x82\xbf\x4e\xe2\x16\x2a\x63\x07\x51\xe2\xb2\xdf\x37\x5e\xfa\x64\x7b\xb4\x1d\xcf\x46\xd2\x57\x56\x38\x2f\xd4\xab\x6e\x1d\x03\x6c\x69\xbb\xba\xd2\x36\x84\x6b\x6f\x09\x92\xf1\xea\xf1\x08\xa7\xba\x6e\x64\x5f\x22\xd8\x08\x4a\x7c\x66\x21\x35\xa8\x0a\xa7\x54\x1c\x28\x24\xab\x8a\x53\xce\x70\xa2\x06\xa3\xdb\x40\xd8\xef\x1a\x62\x44\x18\x3f\x3c\xc2\x2f\x0e\xf9\x1f\xd9\xf5\x0e\xb2\xeb\xc1\x27\x10\x20\xb7\x25\xef\x0d\x9c\x1c\x94\x14\x67\xfc\x23\xf4\xd9\x64\x18\x23\x4b\x7e\x6e\xc1\x65\x83\x81\xc7\x48\x2b\x01\xaf\x73\x3e\xda\x54\x2e\x19\x98\xc0\x97\x25\x81\x48\x24\x86\x8a\xcf\xa1\x94\x33\x73\xbc\x18\x92\x1b\x64\x7b\xb2\x07\xb8\x27\x94\xe3\xe2\x74\x84\xb5\x7e\x84\x41\xdc\xb3\xe6\x27\x31\x4d\x47\xda\xf1\xa0\x41\xf7\xda\x61\x76\x32\xf6\x56\x55\x88\x54\xad\x7b\x64\xc1\x1d\x3f\xc8\x4e\xdc\x0d\x5c\x8a\x46\xde\xe7\x6f\x1c\x6e\xe6\x46\xcb\xe8\x02\x18\x32\x69\xf7\xd6\xb1\x50\x26\x8b\xfa\x84\xa0\x20\x4e\x5c\x56\x00\x12\x82\xb4\xd3\xb3\x01\x82\x6e\x24\xfa\x3a\x48\x7b\x15\x17\x3c\x15\xf0\x7e\xaa\xdd\x46\xd0\x84\xeb\xb0\x6e\x88\x3c\x47\xd7\x50\x0c\x47\x42\x65\xdc\xd0\x40\x55\x9d\xc1\x5e\x9f\x07\xb7\xc6\xde\x06\x2d\xd0\x47\xb5\x50\x1b\x53\xcb\xfa\x18\x3d\x38\xc3\x35\x04\xe5\x39\xcb\x46\x93\xad\x5c\x10\xe5\x88\xb7\xb4\x82\x52\x2a\x8b\x86\xdd\x34\x84\xf7\x37\x5a\xfb\xe2\xab\x22\xf5\x22\xd5\xdf\xb7\xe0\xcb\xaa\xfd\xfb\xda\x64\xe4\xf6\x96\xe6\x11\x37\x3e\xb8\x8c\x43\xb4\x1c\x77\x68\x30\xb1\xd8\x27\xbd\x56\x8a\x6b\x38\x50\x3a\xc9\xb5\x9f\x4a\x70\xbb\xfa\x75\x41\xff\x84\x15\x9c\x3f\xad\x8b\x3a\x5f\xd3\x68\x40\xd9\xdb\x7e\x59\x23\x53\x17\xe4\x74\xb3\x5a\x3f\x26\x5f\x25\xaa\xf4\x86\x93\xde\x76\x94\xe9\x01\x90\xab\xcb\xfc\xfb\xef\x16\xc5\xb4\xd2\x90\x20\x81\x53\x0e\x49\x8a\xca\xdf\x41\x58\xc6\x9b\xd5\x82\xa4\xaa\xb7\xdf\x11\xc2\xfd\x94\x87\x2b\x9a\x4f\x12\x77\x08\xcf\x71\x87\xb9\x7b\x97\x8d\x74\xec\x56\x4e\xf9\xfe\xe4\xfd\x2f\x52\xc8\x78\x07\xeb\xad\x37\xd3\x6c\x02\x62\x3a\xb9\x48\x77\x6c\x9a\xb9\xd2\x84\xdd\x7f\xc9\x42\xe9\xb9\x1d\x68\xe4\x89\xf1\x95\xc1\xc7\x15\x04\xcf\xd2\x2b\x1a\x71\xe4\xda\x8d\xef\x5e\x62\x47\x18\x5e\xbd\x18\x9b\xb1\x29\x5e\x4e\x21\x7b\x2d\x8b\x39\x6c\xa0\x2e\x4d\xdd\xf2\x39\x48\x89\xfe\x68\xa3\xd6\x26\xae\xc6\xbd\xde\xe2\xf4\x14\xaf\xce\xd2\x23\x1e\x73\xad\xe5\x11\x84\x1c\x5c\x1f\x75\x0a\x87\x17\x27\x81\x4c\x1a\x9b\xa0\xc5\x4c\xcd\x50\xc5\xea\x1b\xd2\xc8\x74\xe5\x6b\x9d\x8a\x37\x97\xa5\xe4\x76\x9d\xea\xce\xf3\xa0\x3a\x0e\x9b\x42\x82\xe2\x6d\x5f\xf6\x23\x9d\x26\x05\xdb\x91\x55\xeb\x06\x2c\x82\xb9\xa2\x66\x7d\xc5\x1e\x3c\x8b\xe9\x9a\xd5\x96\xd2\x8a\xb2\xdd\xdf\x76\x4b\x77\x2d\x9b\xe3\x96\x16\x58\x28\x27\x5e\xc6\xa6\xe0\x3a\x4a\xd4\xc8\x41\xf3\x32\x39\x21\xa2\x06\x56\x40\x65\xf7\x27\x4a\xfe\xba\x3f\x1b\x95\x6a\x8f\x42\x70\x53\x4d\xdd\x62\x91\x6e\xd4\xf1\x87\x12\xa2\xf2\x1d\x63\x3e\xe0\x4a\x20\x4c\x08\x36\x3d\xc1\x26\xba\xbf\x81\x36\x92\x5b\xd3\xe3\x57\x43\x1a\xac\xfe\x89\x62\xc3\x93\x98\x7d\xaa\x80\xf0\x81\xf3\xe8\x46\xfa\x44\xc2\x52\x4f\xc5\xe7\x00\x1a\xe5\x08\x0a\xe9\x99\xd4\x4b\x3b\x61\x73\xa8\xbd\x86\x09\xb9\xee\x22\xee\x94\x71\xd1\x76\xd8\x16\xae\x7c\xc1\x9a\x4b\xf2\xbe\x05\x6d\x37\x61\x7e\x4c\x75\xf6\x1a\x30\x51\xee\x25\x42\xd5\x43\x8e\x96\xe3\x30\x7d\xc8\x9d\x64\xa4\x70\xb3\x4c\x8a\xfb\x00\x3a\xaf\x6d\x25\xbd\xde\xae\x89\x5f\x4a\x63\x8c\x18\x9f\x6d\xb7\xa7\xc8\x98\x77\xbf\x08\x91\x7a\x90\x62\xf9\x36\x29\x8a\x23\xa7\xea\x4f\xe7\xb5\x12\xb4\x8d\x86\x31\x28\xd3\x34\xa6\x5f\xba\xdf\x42\xcb\x98\xe1\xbd\xd3\x2b\xf7\x7f\x86\x9d\x9c\x77\x25\x6c\x2a\xc5\x67\x56\x6c\x3d\x41\x3e\xb7\x62\xdb\x6e\xf3\x33\x52\xd8\x4f\xad\xd9\x68\xfe\xd3\x23\xee\x0f\xa3\xb3\xee\xaa\x6d\x57\xea\xcf\xac\xe5\x9a\x82\x7f\xff\x62\x6e\xd0\x67\x27\x47\xbe\xb1\xca\x41\x7e\x39\x53\xfa\x41\xe6\xb0\x0e\x2e\xe6\x68\xed\x00\xad\x25\xd0\x5a\xc9\x62\x40\xaa\x45\x5b\x90\x6c\xd1\xd6\xa4\xdb\x6c\x9b\xa4\x51\x32\x2e\xea\xdd\xf4\xa6\x1d\xa7\xd7\x5d\xd2\x91\xe3\xb4\x0a\xa5\x42\xd9\x5c\xcf\xbb\xe9\xe1\xd6\xae\x16\x69\x61\xe7\x0b\xb8\x77\x47\x09\x6a\x49\xe4\xc7\x49\x29\x87\xfb\x87\x63\xcd\x0a\x9f\x8e\xd6\x5f\x04\x9d\x47\xe8\xf8\x99\x82\x3a\xda\xbb\xa0\xe8\x60\x09\x33\xa5\xa4\x2a\x55\x66\x9c\x4a\x4d\xe8\x78\xb2\xa3\x47\x04\xb8\x1e\xd7\xaf\x34\x5a\xbe\x38\x11\x1f\x1a\x19\xa9\xe1\x96\x72\xb4\xaf\x78\xe8\xbe\xf2\x5e\x92\x79\x75\xa9\x46\x43\x31\xf0\xa0\x5c\x95\xd4\x02\xdc\xe6\x12\x75\xb2\xf4\x69\xca\xfb\x96\xb6\xd5\x7b\x26\x84\x44\x5f\x47\x53\x9d\xcf\x34\xcf\x55\xcb\x00\xee\x51\x5b\x05\xd8\xba\x61\x67\x98\x23\x52\x87\x25\x9a\x0e\x0e\xd0\x1b\x52\x55\x1c\x2d\x4d\x13\x5e\xb2\xd4\xd1\x3f\x0b\x99\x46\xa5\xf2\x6d\xf6\x21\xc5\x48\x7c\xad\x3e\xa7\xdc\x06\xa9\xcb\xd1\x8a\x19\xae\x6f\xe2\x11\xae\x65\x61\x70\x88\x43\x91\xbd\x15\xc4\xbb\xb2\x08\xbf\x7a\xd3\xf4\x7f\xbd\x26\x1a\x8a\xad\xef\x45\xa4\x1d\xc8\xcc\xc5\x83\x2f\x9b\x45\x2b\xa7\xa8\x1b\x80\x97\x74\x89\x87\x19\x74\xbb\xd9\x5b\x00\xb9\xe1\x2c\xd2\x7f\x3e\xce\xc9\xde\x03\x31\xf2\xdd\x06\x1f\xb8\xd9\x93\xce\xb6\x86\x3a\xcd\xf5\x4a\x9c\xa2\x06\x4e\x54\x21\x55\x6a\xb7\x26\x33\x14\xbf\x94\x45\xe9\x11\x86\x55\xba\xd4\xf1\x55\xb2\x83\x8f\x69\xfd\xa4\x48\xca\xba\xa6\x20\xc6\x07\xe4\x16\xb3\x11\x23\xf0\x56\xac\x98\xbc\x33\x69\x13\xfa\xa9\x00\x6c\xe8\xa3\xc6\xa5\xdf\x3f\x5f\x37\x73\xeb\x23\x88\x34\xad\x41\x58\x5c\x3f\xdd\xda\x25\x6b\xe0\x4c\x96\x65\x43\x38\x1f\x03\xdb\xbe\xf4\x03\x59\x8d\x79\x41\x31\x87\x91\x4f\x07\x6a\xc7\x31\xfa\xfb\x87\x17\x5d\x7d\x43\xaf\x2b\xe9\xa9\xdf\x87\x7c\xd8\x8f\x3b\xc7\xe8\xef\x50\x77\x19\xc2\x1a\x00\x9e\x15\x1a\x31\xe7\xa4\x69\xd1\x64\x90\x49\x04\x2e\x7a\x1f\xaf\x39\xe1\x1c\xdf\x10\xeb\xb7\x77\x37\x82\x1b\x16\x95\x77\xe2\xab\xa6\x4a\xb1\x07\xdf\x61\x3d\xca\xe5\x2a\x26\x83\x4e\xf6\x50\x01\xb6\x55\x14\x2c\x39\x2d\xfb\x68\x16\xfc\xc8\xd5\x87\xf2\x7d\xe3\x5f\x4a\xec\x85\xe8\xa3\x8d\xc0\xc1\xba\x7b\x7f\xae\x01\xc6\xdd\x3b\xf6\xf7\x35\x00\x44\xdb\xe9\x64\xcf\x96\x28\x91\xb4\xfe\x7e\xbe\x68\x57\xb2\xf6\xca\xad\xf8\xaf\xb8\xd3\x8f\x91\xf8\xef\xc9\xdf\xed\xb3\xf0\xc0\xb3\xc9\xce\x4e\xb0\x74\xca\x2c\xa7\x9b\xa6\xcd\x63\x8b\x54\xa9\xab\xd1\x06\xfb\x73\x12\x5f\x93\xa3\x1b\xc2\x24\x55\xf3\x5d\x67\xe5\xb3\x7b\xf9\x4d\xaa\x21\x98\xdc\xd9\xaa\xc1\x91\x6a\x8f\x19\xb9\x13\xd0\xe4\xc1\x7e\xc1\xea\x02\xb7\x13\xf5\xc9\x7e\xcb\xe4\x81\x9e\xec\xec\xe8\xaf\x1e\xec\x98\x0b\xa6\x98\x31\xae\xfa\x19\xca\x52\x77\x16\x80\xf8\x33\xfd\xf6\x03\x47\xb9\x71\x48\x9d\x09\xe5\xe3\xd0\x4f\xee\x64\xef\xbe\x3e\x42\x6e\x08\x95\x8e\xb3\xb2\x7c\x5b\x72\x0b\xc4\xae\xff\x87\x80\xe4\xe9\x34\xc8\xb7\xa7\x19\x78\x34\x8f\x98\xb4\x7f\x60\x2d\xb0\x93\x3d\xe7\xc8\xca\xcf\xd4\x91\x75\xd0\xb7\xcf\x03\xd3\x21\x97\x44\x95\xfe\x99\x9c\xec\x05\xab\xe9\xbc\xa5\xf0\x97\xae\x25\x87\xd3\x39\xf7\xd7\x6b\xc5\x93\xb8\x9a\xa5\xd5\xea\x84\x5e\x89\x30\xea\x6a\xfa\xaf\x8e\xa0\x8b\x73\xb3\x2c\x7c\x41\x0a\x3a\xa5\x61\x59\x00\x03\x52\xc6\x29\xeb\x7e\x86\x16\xa0\xa6\x9a\xaa\x57\x88\xab\x4a\xa1\x13\x37\x75\x93\x38\x5d\x12\x6b\x50\x37\x4a\x9d\xba\x01\xd6\xe5\xf3\x06\xd0\x67\x65\xf3\x8e\xbb\xe1\xce\x2c\xfe\xce\x81\x1d\xc9\xe9\x86\xd1\xf0\x4e\xd3\xa3\x4d\xa6\x09\xb5\x23\x6a\xb5\xa2\x00\x3c\x3b\xa1\x80\xf1\x8d\x32\xcb\xf7\x72\xc0\xac\x45\xf6\xd4\xf8\x3e\xd6\xe1\x69\x6e\x64\xf6\x16\xb9\xdb\x83\x24\x7b\x1a\xbb\x15\xd7\xf7\x9d\xd6\xd9\xbe\x63\x39\x0f\xea\x1d\xb6\x77\x20\xd6\x70\x74\x4d\x2a\x55\x76\x4d\x93\x09\xd8\x57\x72\x53\x1c\x1c\x20\x5a\x17\x72\xa9\x03\x0b\xd3\xc5\xb9\x2c\x69\x4a\x9a\x4c\x9e\x82\xaf\xa0\x9e\x5b\x83\x8f\x92\xe0\x27\xa9\xac\x05\xf3\xad\x2a\x6c\xfb\xf8\xd1\xe4\x68\xc7\x47\xe8\x4c\xb2\xe6\x90\x37\x36\xf2\x20\x42\x97\x57\x29\x91\x9b\xe6\x97\x05\xab\xc1\x2e\x31\x84\x9a\x1f\x3f\xdd\x8b\x9e\x63\xc1\x3a\x76\x44\xbc\xd0\xd9\xe8\xa2\xae\xb5\x2f\xf3\x8c\x9c\xc8\x38\x7b\x75\x2f\x32\x3d\xf4\xf1\xf9\x6c\x78\x49\xb2\x65\x4d\x46\x5e\x8e\x0e\xde\xfe\xf5\x68\xa9\x27\x6e\xc8\x01\xa2\x25\xa7\xea\xde\xa9\xce\x30\x1a\x80\x73\xb1\x6a\xb3\xeb\x98\xeb\xd5\x81\x14\x5e\xb0\xaa\xec\x1c\xb6\x15\xe7\xa4\xc1\x1b\xb1\x9a\x68\xed\x59\x6a\x7a\x54\x57\x2b\x10\xa8\x7a\x17\xa3\xa4\xd1\x0e\xba\xa5\x64\x09\x37\x64\xc4\xec\xa3\x4e\xdd\xc7\x08\xc2\x28\xfd\x2b\xf1\x67\x65\x2a\xde\x41\x0f\xed\xbb\xce\x85\x18\x07\x27\x67\xc5\x26\x3f\x83\x2c\x6e\x0f\xf6\xe0\xca\x97\x12\x2e\xce\xdd\x4a\xd8\x2a\xcc\xd2\x4e\xf7\x41\xa0\x61\x3b\xe4\x9d\x3c\x1c\x44\x02\xf3\xd1\xb3\xfd\xdb\xce\xfd\x91\x2b\x34\x23\xe8\x37\x5d\xfe\xf2\x37\x55\x31\xd2\xd3\xcf\x17\x78\x25\xe3\xcb\x6d\x99\xad\x81\x05\x73\x4a\x3d\x1e\xa3\x87\xa6\xb6\x26\x7c\x24\x6f\x18\x4f\x3e\x51\x15\x24\xb9\x2e\x21\x09\xf7\x64\x5f\xe1\xc4\x18\x5a\xb2\x7c\xa2\x41\xc3\x37\xd6\xf5\x14\x4d\x4c\xd0\x46\x8f\x87\x24\x76\xf2\xb4\x3f\x88\x4f\x87\x99\x40\x48\xf6\x9f\x16\x25\x58\xca\x30\x2a\x2a\x4c\xe7\xa4\x44\xd7\x8c\x55\x04\xd7\x52\x88\xd0\x62\x66\x81\x16\xb8\x85\x6c\x05\xaa\x8c\x6b\xc0\x52\xac\xb4\x89\x16\x94\x14\x70\x94\x60\xa3\xcd\x49\x8b\x4b\xdc\x62\x30\xac\xc9\x7c\x04\x0d\x7e\xa5\x14\xef\xe4\x52\x89\x55\xea\x00\xa5\x33\xf9\xfc\x44\x8c\x2b\xce\x13\x10\xee\x15\x6e\x67\xbb\xe8\x57\xf4\xce\xb1\x42\x68\xc8\x32\xe8\x77\x27\x58\x39\xf5\xe5\x39\x05\x49\x4f\xa6\x8b\xf4\xad\x60\x26\xec\x19\xe2\x89\xf5\x32\x0a\x94\x72\x8b\xa6\x9a\x20\x4b\x72\x81\x00\x63\x46\x76\x97\x85\x4e\x0d\x41\xfc\xa3\x1e\xe1\xfb\xf6\x1d\x59\x45\x11\x97\xc9\x6a\xfa\xd1\xab\x5e\x70\xd5\x3b\xb2\xea\x31\xa0\x5d\x91\xd6\x6b\x7b\xee\xf5\x05\x75\xdb\x9d\x6b\xa3\xae\x35\x35\xaa\x25\xd4\x37\xae\x6a\x49\x9f\x36\xdc\x6a\x06\x19\x85\x6a\x87\xcb\x56\x39\x6d\xcf\xfb\xd3\x0a\xbc\x95\x89\x7a\x41\x49\x6c\x83\x5a\x6f\x49\xa8\x1c\xdf\x92\x08\xaa\xc2\x36\xd3\x68\xca\x05\x1e\xd0\xf3\xbf\x05\x3d\x5d\x7a\x69\xca\xba\x66\x70\x65\xc7\x36\x32\x8b\x4b\xda\x1d\xa7\xb9\x80\xb3\x87\xf6\x23\x55\xcd\x30\xb7\x5c\x5c\x7b\x48\xea\xbf\x39\xa4\xd6\x29\x4c\x29\x82\x14\x6c\xb1\xda\x84\xcc\x9b\x50\x42\xce\x75\x52\xd1\x77\x04\xd9\x7e\x71\xa6\x4c\x9f\xec\x95\xa4\x37\xa8\x01\xfd\x03\x59\xc8\x3e\x17\xd7\xb8\x78\xa7\x8a\x3d\xb1\xf9\x02\xb7\xf4\x9a\x56\xb4\x5d\x25\xd5\xda\x1b\xd2\x5e\xb9\xee\x83\x4c\x2f\x7e\xdb\x5a\x84\x3b\xba\x51\x26\x71\x20\x20\x67\xed\x24\x08\x44\x96\xea\xb2\xe4\xda\xf2\x88\xeb\xf2\xc0\x53\x71\x14\x53\x8f\xb3\x21\x92\x5a\xbd\x8e\x02\xb5\x66\xec\x29\xfa\xcd\xf5\xa6\xfe\x26\x64\xff\xdf\x6a\x5a\xfd\xb6\x2b\x85\x75\x71\x72\x12\x8b\xe1\x26\x00\xa9\xa8\x80\x52\x08\x0d\x1c\xd1\x01\xe0\x35\xab\xf7\xdc\x01\xcc\x8b\x62\x8c\x1b\x7a\x4b\x6a\x9d\xcc\xc1\x5b\x82\x21\xf5\x4d\xe0\x00\x35\x15\x9d\x41\xf3\x7c\xa4\xdf\xb5\x3c\x6c\x87\x4e\xfe\x78\x62\xb6\x54\x39\xfe\xb6\x36\x10\xdf\x6d\x3d\x2e\x5b\xe6\x6f\x3b\x81\x89\x3b\xd3\x74\xde\x85\x2d\xee\x96\xc9\x06\x37\xd6\x56\x12\x75\x36\x49\xd2\xf1\x55\x13\x53\xf3\x9e\x9a\x4e\x4c\xfa\x9e\xd1\x57\x8a\xdc\x27\xea\xa6\xd9\x45\xec\x96\x34\xcb\x86\xaa\xa4\x6d\xa9\x76\x94\x42\x4e\x77\x2f\x4f\xa8\x0d\xaa\xa8\x64\x84\xfe\x44\x48\x6b\xb2\xa3\xeb\xc5\x79\xd4\x26\x40\x63\xea\x3a\x8d\xc0\x8f\x44\x55\xe7\x34\xa9\x69\x7a\x01\xa2\x02\xa8\xd0\x92\x77\x43\x48\xea\x69\x81\xfe\xc5\xb9\xf7\xa5\xc2\xbc\xab\x97\x0d\x5e\x2c\x48\xe9\xa8\xc8\x6e\xfe\xf0\xc5\x79\xaa\x62\x7f\x6a\xba\x6f\x53\xa0\x92\x09\x1a\x7e\xe4\x74\x48\x23\x23\xc4\x9f\xa6\xc7\xe9\x97\x3c\x1c\x15\xb4\x96\xe9\x72\x86\xcb\x3b\x95\x13\xc0\x94\xa9\xb7\x8f\xdc\x4c\xc6\xe9\x2d\x17\xdf\x03\xea\x25\xdb\x3b\xad\xd0\xcc\x9e\x8e\x13\xed\xfe\x3f\x58\xc5\xf2\x13\xaf\x5e\x99\x5e\xb5\xe4\xad\x6c\xe5\x3d\x23\xe6\x2d\x67\xaa\x41\xb4\x5e\x27\xd0\xbb\x0d\x91\xb8\x01\xc0\x1a\xf1\xac\x57\xab\xcd\x7f\xd1\x7f\x25\x27\xb1\x84\xec\xc7\x13\x57\x42\xee\xb9\x91\xe0\x72\x27\x3e\xe8\x50\xcc\xb4\x2f\x52\x6d\x87\x7f\x04\x57\xbd\x21\x48\xf6\x39\xe8\xf5\x41\x96\xd5\xca\x31\x6c\xd6\xaa\x71\x31\x13\xdf\xd6\x5f\xb5\x86\x33\x3a\x41\x94\x07\xba\x6d\x38\x70\x4e\xd5\xd4\x4b\x97\x4e\x36\xd5\x03\xc3\xb6\x4c\xba\x48\xac\xf4\xd4\xf8\x0d\x9d\x15\xc4\x54\x0b\x5a\x39\x86\x15\x33\xa5\xbd\x68\x8e\x17\x6e\x33\x78\x03\x04\x0a\x68\x46\x5b\x07\xac\x28\xaa\x03\x74\x42\xfa\x4b\x0c\xca\xe9\xff\x12\xdd\xd8\xc8\xeb\xa6\x94\x13\xdc\x82\x4e\xfb\xb2\xdf\xaf\xdf\x29\xf8\x9b\x27\x6b\xee\x13\xff\xdd\x51\xad\x72\x75\xdf\x1d\x94\x10\xed\xa0\xa6\x5c\xc3\x6e\x69\xe9\xd8\x5c\x8c\xb3\x25\xdd\xfb\x37\x29\xf9\xe0\xb2\x7c\xc3\x82\x61\x79\x1b\x39\x60\x04\xb9\x54\x2f\x62\x98\xc9\x4e\xaf\x21\xc9\x3c\x8d\x9e\x69\x0f\xc3\x11\x34\x5e\xb7\x5f\x9c\x58\xd7\xc3\x31\x7a\xf0\x46\xf7\x96\xd3\xad\xe5\x8f\x76\xd1\xa3\x5d\xf4\x78\x17\x3d\xd9\x15\x3c\xe0\xa9\x6b\x32\xba\xe7\xb2\xee\x4d\x9a\x18\xa7\x25\x9a\x3b\x35\x35\xbe\xdf\x83\x54\xae\x8b\xaf\x27\x30\x18\xca\x0c\x9b\x69\x6e\xdc\x3e\xc1\xea\x40\xea\x86\xc3\xc7\xc8\xf3\x9a\xca\xbe\x64\x8e\x6b\xc2\xb7\x0d\xc8\xdd\x38\xaa\x3f\xad\x55\x4e\x92\xa7\xe3\xfe\x5b\x33\x5c\xd4\xb9\x56\x4f\x20\xdc\x96\x82\xd3\xc8\x3e\x79\xca\x09\x63\x39\xca\xd0\x24\x12\x9b\x21\x39\x09\xe7\xc6\xf2\xee\xba\x44\x3b\x65\x89\x7b\xae\xc1\x63\x78\x08\x65\xbf\xb9\xcc\x39\xcc\x74\xb3\x1b\x38\x89\x4d\xba\x85\x5d\xf6\x38\x8e\x3e\x89\xa9\x43\xf8\x67\x3b\x7f\x83\x87\x46\xe8\x83\xc9\xdb\x21\x28\x4b\xb1\x85\x63\xbc\xd5\x13\x9c\xde\xf7\xfd\xbb\x3e\xa5\x89\xf4\x6d\xfd\x35\x76\xbd\x35\x09\x68\xd5\x7e\x60\x8f\xf7\xdc\xab\x4a\x0c\xcb\xb4\x78\x8f\x2e\xd7\x11\x1b\xcb\xbb\x6a\xb7\xb3\x91\xc6\xf6\x99\xf7\x85\x5e\xd9\xfb\x70\xa2\xac\xcd\xa1\xec\x61\xf8\x5c\x8e\x50\x82\xf6\x4e\x43\xbe\x40\xf6\x38\xfa\x66\x0b\xd4\x19\xd1\xa5\xf0\xca\xe9\xfd\x97\xa0\xca\x21\x10\xe5\x10\x68\x72\x08\x24\x39\x04\x8a\x1c\xa6\xb5\x00\x5f\xa0\xc4\x5d\xcb\xf6\xd8\x82\xd4\xa4\x0c\xfb\x5c\x1a\xea\xec\xa3\x1c\x7d\x5e\x2e\x48\x0d\x01\x34\xe2\xcd\x3f\x8a\x3c\x1e\x12\x11\x85\x26\x1f\x3e\x22\xcc\x43\xc4\x22\x61\xee\xb5\x0d\x9d\x09\xa4\x62\x6a\xa2\x8b\x4d\x87\xf5\xd8\x94\x69\x7b\x84\x8c\x13\x6c\xe5\x99\xf5\x1b\x42\xf6\xd3\x4f\x29\xa1\xea\xb4\xcb\x37\xc6\x71\xf9\x75\xe9\x19\xb4\xa9\x0c\x2f\x32\xb9\x8e\x1e\x1e\x83\xd6\x02\x95\x6e\xab\xef\x59\xc1\xab\xbe\x72\xca\x13\xdd\xe2\xaa\x23\xde\x05\xb0\x2b\x9e\xe5\x6d\xd3\x15\x2d\xa2\x71\x9b\x98\x85\x6f\x97\xed\x2b\x9b\x34\xa6\xf6\x0b\x54\x98\x64\x95\x9a\x71\xbc\x0a\xa7\x43\xe7\xcc\x83\xe6\x57\x92\x89\x51\x1d\x2a\x24\x73\x51\x4f\x59\x7a\x3a\x97\xea\xdb\xa8\xae\x65\x08\xca\x4e\xe6\xad\x86\x68\xd2\x24\xb2\xdf\xdd\x87\x6a\x8d\x2e\x98\x8f\xa9\x95\xb7\xef\xe7\xcd\x0d\x67\x33\x52\xbc\x33\x65\xb2\xa4\xc1\x8f\xc3\x2d\xa0\x5a\xb4\xeb\x8a\xf8\x5c\x08\x35\xd0\xb7\xb6\xc0\x9c\xa0\x19\x79\x8f\x8a\x19\x16\x7b\x44\x57\x3d\x03\xa7\xa5\x2a\xe0\x4d\x6a\xde\x35\xc4\x04\x37\xd8\xce\x9a\x65\xb7\xa8\xa4\x97\x52\xab\xa7\x79\x2b\x04\xe5\xff\xc4\x15\x55\xee\x80\xc9\xaf\x88\xd6\x8b\xae\x75\x3c\xf8\xe2\x96\x0a\x4c\xb6\xd7\xab\x96\xfc\x93\x34\x5c\x36\xb6\x87\x17\xf6\xbb\x76\xfa\xad\x5d\x77\xb1\xe6\x06\x71\xb1\xec\xee\x2b\x1f\x42\x6b\xd2\x64\x62\x9f\x3d\x41\x4f\xbe\xdd\x41\xbf\xff\x8e\x9c\xcf\x9e\xa1\xa7\xff\x25\x04\x44\xf7\xa9\xbf\xfe\x57\xfc\xd4\xd1\xe1\xa3\x9d\x54\xd2\xb4\x76\x02\x43\x85\xa0\xf4\x82\x7e\x8c\x5c\xc6\x46\x2e\x77\xd6\xd1\x66\x56\xe4\x2b\x9e\x29\x4e\x50\xad\x10\x91\xa1\x7a\x79\xd2\xc7\xc5\xd5\x02\x62\x0f\xaa\xef\xe2\xf9\x88\x77\xf9\x60\x77\x6c\x71\x24\x94\x32\x82\xd5\x08\x43\x5f\x3f\x27\x0a\x04\xec\x19\xa6\x39\xcd\xa2\x61\x0b\xd6\x93\xa2\x23\x40\x9d\xdb\xea\x78\x01\x49\x94\x67\xc4\xa4\x70\xa8\x5e\xe0\x6e\x70\x1e\x98\x82\x0c\xa8\x19\xbe\x05\x9b\x10\x78\xcd\x4d\x07\xfd\x6b\xd9\x93\x0a\xc4\x17\xf9\xa1\x20\x37\xae\x6e\x58\x43\xdb\xd9\x1c\xad\x88\x75\xd5\x3c\x37\xcd\x35\xc2\xe5\x21\x75\xc9\x77\x8d\x4f\x1f\x32\x09\x65\x27\x8e\xae\xf6\x5c\xbe\xdc\x16\x12\x34\x50\xa5\xec\xaa\xc2\xad\x40\x32\xb0\xc5\x06\x55\x41\x3f\xf1\x55\x36\x2f\x65\xd7\x31\x42\x51\xd9\x40\x5c\x52\x05\x17\x45\xd7\xe0\x96\x54\x2b\xd4\x90\x45\x43\xb8\x8e\x3c\x73\x52\x2f\x74\x57\x9b\x74\x9e\x62\xe2\x46\x7d\xa5\x16\x2d\xed\xe5\xcb\xb8\xf9\x72\x4d\x70\x14\x08\xef\xad\xa0\x12\xd7\xe8\xda\x63\x3d\x65\xfb\x36\x2e\xd9\xe7\xe2\xb5\xf0\x27\x9e\xc0\xeb\xc3\x47\x9f\x4f\xd5\x4e\xeb\x1e\x49\x89\x44\x0f\xe5\xbb\x07\xbe\x22\xb7\x88\xf7\x1b\x3f\x9c\xcb\xaf\xe2\x91\x0f\x96\x8c\xa1\xdd\x78\x81\x98\x69\xdc\x46\xc7\xe3\xc7\x88\xe5\xa2\x33\x93\xf4\xb9\xe0\x7a\x71\x15\x23\x3b\x45\xc3\x05\xdb\x52\x80\x7e\x26\xf4\x66\x16\xd4\xe3\xa6\x35\x6d\x29\xae\xe4\x57\x91\xf3\x0a\x02\xa3\xf6\xfc\xb0\x0d\x30\xda\xa2\x89\xcc\x24\xa3\xac\x3e\x50\x0d\x74\xe5\xaf\x35\x17\xb7\x27\x3f\xb8\x25\x0d\xf0\x02\xf1\xf1\x4e\x08\x56\x5b\x1d\x0c\xe0\xe7\x97\xe7\xaa\x5e\x75\x37\x9d\xd2\x82\x92\x5a\xd5\xe0\x0b\xaf\xb4\x9e\x88\x66\x71\x93\x05\xcb\xf6\xf0\x61\x40\xc0\xc4\x25\x16\x6c\xec\x9c\x05\x49\xff\xe8\xf2\xc8\xc1\x7d\x17\xce\x70\x41\x9a\x39\xe5\xe2\x5a\xae\x34\x3b\xd6\x84\x93\x5c\x25\xa2\xc9\xe5\xcb\x37\xdf\x1f\xa3\xe7\x3e\xfb\xa6\x42\xc0\x57\x21\xb9\xa4\x44\x8b\x86\x5a\x77\xfe\xd1\xe1\xe1\x1e\xf4\xf5\x95\xb9\xf1\x8d\x0d\xa5\x0e\x41\x4f\x24\xa0\x90\xea\x3b\x4a\xac\x69\x0d\x0f\x56\xc5\x58\x31\x6a\xc9\x7c\xc1\x1a\xa1\x9b\xdc\x34\xb8\x00\x8b\x3f\x65\xe6\xfb\x10\xbe\x04\xdf\xce\x08\x27\xe2\xf9\xba\x9c\x62\x10\x9b\xa2\xd6\x82\x73\xbc\x42\xbc\xbb\x06\x97\x03\xb0\x5b\x31\x59\x31\x4a\x34\x85\xfd\x70\x0c\xf0\x59\x40\x46\xa3\x47\x22\x98\x13\xa1\x62\x38\x6f\x43\xbd\x7c\x9d\xde\x4f\xc7\x21\x5c\xb4\x87\x5e\x56\x62\x03\xf2\x88\x3e\xbb\x32\x3e\x04\x3a\x72\x09\xd9\x11\x64\x43\x80\xfa\xbf\xa4\x61\x89\xfd\x29\xc1\x5d\x92\xa5\x04\x87\x57\x90\x85\x5b\xfb\xf0\x60\x14\x85\xdb\xb5\x62\x53\xeb\xee\xfa\x53\x6f\xd7\x87\x7b\x74\x12\x9c\x02\x55\x16\xdf\x9e\x82\xd4\x4b\x0e\x7f\x78\x16\x94\x73\xff\x54\x67\x26\xfe\x4d\xc9\x65\x01\xf8\x64\xc0\x4b\x24\x64\xb9\x0d\x16\xac\xa0\x05\x84\x26\xb7\xa4\x71\x8e\x51\xaf\xe7\xb0\x3f\x7c\x27\x6f\x5d\xa8\x4d\x43\xba\x7e\x25\x25\xaa\x16\x4f\xb9\xe6\x5a\xb6\xae\x93\x1b\x4e\xaf\xab\x1c\xbb\x67\x5b\x97\x6d\x4e\x24\xec\x24\xcd\x01\x8e\x52\x32\xea\xca\x92\x6d\x50\x7d\xb3\x73\x52\x63\x71\x13\xda\x86\x93\xdc\x32\x52\xc9\x45\x5d\xb0\xa6\x21\x45\xab\xbc\x8b\xda\xbc\x3e\xb5\x75\xad\xe4\xb1\xd8\x47\x3f\xe6\xcc\xd5\x71\x68\xaa\x99\x8e\x93\x22\x72\x65\x0e\x57\xaf\xf2\x61\x29\x6a\x12\x13\x11\x96\x49\x8e\xa0\x89\xf4\x86\x9c\x46\x1b\x2a\xcc\x93\xd4\x11\xa8\xd8\xcf\xaa\xed\xd7\x52\x6e\x48\xeb\x47\xae\x1a\xad\x24\xca\xc3\x24\x7a\x84\x5d\x19\xcf\xaa\xc6\x89\x4c\x51\xe3\xe6\xfd\x8e\xac\xee\x32\xe7\x1f\xc8\x4a\xe3\xed\x04\xd7\xde\x7d\xae\x3f\x90\x55\x30\x4d\x13\x88\x3a\x6e\x8a\xfa\x68\x6d\x34\xbf\x2b\x93\x6c\xba\xc5\xc9\xd9\x0c\xd6\x11\x33\xb3\x0e\x70\x85\x38\x6f\x71\xdb\x81\xb7\x1c\x2b\x5b\x50\x57\xe1\x26\x13\x3e\xed\x4d\x2e\x0a\x67\x8f\x50\xf4\xa2\xa4\x93\x33\xfd\x3f\xff\x67\x93\xa0\xe8\xad\xc7\x41\x07\x04\xcf\x04\x3d\xe7\xf4\xf6\xd7\x41\x00\x64\x3a\x62\xd9\xa4\xbc\xc8\xa4\x81\x19\xe6\x88\x93\xd8\x05\xe2\x52\xd3\xd7\xcd\x3e\x43\xe0\xac\x1a\x30\x19\x70\x92\x9a\xa5\x1b\xa7\xc3\x89\xd3\x3b\x52\x6a\xc7\x0d\x29\xbb\xc2\x06\x14\x83\x96\xec\x76\xd6\xce\xdf\xa5\x99\x36\xaf\x89\x8e\xdb\x9b\xd0\x40\xbd\x9b\xa3\x42\x66\xf8\xdc\xd6\x2a\x3c\x77\x5d\xb6\xfb\xf8\x83\xfc\x59\xf4\x2e\x2b\xf7\xd2\xf6\xdb\x6e\x9b\xe2\x34\x03\x31\x4c\xe9\x3c\x49\xdf\x7e\xdf\x4b\xbd\xd4\x4d\xbc\x3e\xf2\x7e\xbe\x64\x3f\xce\xc3\x49\x9e\x1a\xe7\x75\x16\x5c\xbe\x11\x2d\xb3\xc1\x49\xb1\x63\x35\x66\xb4\xbe\x87\xfb\x87\x69\xe9\xb1\xc7\x07\xe3\x7a\x3c\x33\x9d\xb3\x0d\x30\x71\x67\x78\xdd\xbd\xd8\x54\xba\x66\x4c\x01\xa2\x1c\xb9\xde\xe4\xeb\x06\x8d\x5f\xe5\x9e\xe2\x43\xd9\xc5\x0e\xbb\xc5\x82\x1e\x29\x49\xe0\x5a\x5a\xd3\x13\x65\x53\xb7\xdd\x87\x97\xde\x96\x4d\xe3\x48\x4f\x5d\x17\x84\x49\x6c\x8a\xa0\x35\xbb\x79\xe2\xd4\x2c\x27\x72\xec\x4c\x62\xb2\x02\x87\xf5\x6a\x33\xa5\x3c\x24\x07\x07\xe8\x9c\x01\x17\x90\xf1\xc7\xae\x3d\x35\xa5\x96\xc1\xc8\xae\x15\x22\xd6\x96\xfc\x0e\xf3\xee\x5f\x5f\x6f\x52\x4c\x4a\xfc\xf2\xcb\xfd\xb1\xba\x94\xdb\x8c\x3d\xbf\x1b\xde\x91\x5a\x17\x18\x52\x4e\xb2\xa1\xbc\x9c\x68\x41\xbf\x0f\x4a\xf2\x0c\x1e\xf5\xb0\x86\x4f\x5e\xc4\xe9\x5a\xaf\x9f\x6a\x90\xbe\x2d\xef\xaa\x05\xa6\xa0\x9f\xfb\x16\x87\x5e\x8c\x4d\x7f\x27\xdb\xbe\x74\x10\xe9\x3a\xd3\x21\x2a\x87\x3b\xdc\x1f\xdc\x6d\xc8\x0c\xa7\xcc\xb6\x09\x77\x2c\x43\x0d\x29\x28\xb9\xb5\x41\x8e\xd2\x22\x74\x66\x4e\xa3\x4a\x4e\xef\xf8\x80\x0a\x2b\xb1\x7a\x0d\x23\x8f\x67\x23\x8d\xf3\x96\x3b\x1d\x5a\xd3\x76\xf2\x2b\x0a\x57\xcb\x2a\x89\xbf\xaa\xa9\x9d\xf9\x1f\x16\x71\xd8\x58\x14\x52\xe9\x9e\x96\x6c\xf6\xd4\xa4\x6d\x3a\x12\xa4\x4a\x05\xae\x98\x20\x07\x4b\xb2\xa4\x93\x3d\xcf\x24\x9d\x14\x50\xd3\x66\xec\x61\x94\x22\x40\x69\xfc\x1c\x59\x7e\x67\x0b\x50\x93\xea\xcf\x76\x01\x87\x3a\x64\x48\x5a\x5b\xc6\xc4\x51\x0a\xd0\x69\xec\xe0\x57\xd5\x3f\x12\x2f\xbe\xea\xae\x2b\x5a\xe8\xf7\x16\xf0\x57\xf6\x35\x5d\x15\x4e\xc8\xda\x03\x23\xea\xc7\x7c\x00\xe7\x56\x48\x18\x7a\xdb\x66\x79\xfb\x20\x52\x62\x94\xd8\x28\x3a\xc6\xee\x18\x3d\x7a\x7a\x78\x78\x78\xb8\x7f\xb8\xab\xae\x81\x47\x3b\xc7\x08\x3e\x72\x3e\x7b\xbc\x73\x8c\x8e\xc2\x07\x9f\x88\x0f\x1f\x3f\xf5\x3e\x7b\x2a\x3e\x13\x1f\x8c\xd9\x88\x4f\x0f\xf7\x0f\x11\xe6\xe6\xdc\x79\xcb\x3a\x28\x20\x0d\xc9\x0f\xfe\x2c\x83\x09\x06\x73\x0b\x66\x15\x4c\x28\x9e\x4e\xc8\x50\xd0\x69\xc4\x63\xe2\x53\x9d\x60\xbd\xe8\xd4\xf2\x1f\xff\x05\x97\xa3\x85\x33\x39\xfa\xe6\x5b\x7f\x2e\x4f\x8f\xbe\x0d\x66\xf3\x5f\xdf\xfa\xf3\x79\xf4\xf8\x9b\x68\x46\x29\xd7\x5d\xd0\xc6\x29\xc7\x57\x32\xa9\xac\x38\x54\xdd\x7a\xd7\x3f\xd2\x07\x9d\xd7\xd3\xd9\xa5\x9e\x6a\xe8\xa1\xef\xb7\x92\x0d\x66\xa1\xef\x8e\x71\xfc\x31\xa1\xa2\xc5\xd0\xd3\xf8\x65\x95\x36\xdf\xee\xb8\x61\xdb\xac\x11\x18\x47\x89\x1d\xe1\x58\x63\x3b\x67\x79\x08\x43\xf6\x92\x1f\x7a\x98\x0f\x85\x3c\x1d\x1d\x85\x88\xd6\x6d\x03\xe6\xa3\x90\x49\x40\x0e\x22\x24\xcd\x48\x07\x07\xe8\x0a\xab\xc2\x38\x61\x38\x2b\xc4\x3c\xae\x8b\x53\x9c\x26\x91\x90\x1a\x46\x20\xa9\xa3\x16\x3d\x92\x73\x13\xce\x98\x8b\xb4\x3a\x12\xcc\x18\x88\xac\x7e\x7b\x6c\x7e\x7b\x62\x7e\x7b\xaa\x7e\xfb\x18\x91\x01\x82\x26\x64\xac\xe7\xda\x8b\x61\x91\x0b\xa6\x97\x89\xc7\x8c\x66\xb6\x71\x0c\x59\x72\x16\x85\x1f\x68\xb5\xce\x2c\x24\x22\xf9\x59\x04\x61\x7e\x23\xd2\xe5\x27\xa6\x2a\x8c\x2a\xa7\x21\x81\xf7\xc9\x03\xda\x26\xf3\xf1\xff\x05\x00\x00\xff\xff\x5f\x0d\x90\x95\x78\x8c\x01\x00" func flowidtablestakingCdcBytes() ([]byte, error) { return bindataRead( @@ -160,11 +160,11 @@ func flowidtablestakingCdc() (*asset, error) { } info := bindataFileInfo{name: "FlowIDTableStaking.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xc5, 0xb6, 0x9, 0x6, 0x93, 0xed, 0x4d, 0x57, 0xfb, 0xed, 0xda, 0xaf, 0xe4, 0x43, 0x4a, 0xe6, 0x3f, 0xc2, 0xd2, 0xb5, 0xa2, 0x75, 0x9e, 0x2b, 0xac, 0x68, 0x3e, 0xba, 0xae, 0xad, 0x9f, 0x3b}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xd4, 0xc9, 0x41, 0x12, 0x2d, 0xc, 0xc4, 0x19, 0x67, 0x92, 0xca, 0xc0, 0x1f, 0x91, 0xbb, 0x56, 0x2e, 0x82, 0x8d, 0x3b, 0xf0, 0x10, 0xce, 0xb7, 0x47, 0x33, 0x89, 0x24, 0x44, 0x11, 0x3e, 0x38}} return a, nil } -var _flowserviceaccountCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x59\xdf\x6f\xdb\x38\x12\x7e\xcf\x5f\x31\xcd\xc3\x9e\x0c\x24\x4a\x1f\x16\xfb\x60\xc4\xdd\x73\xb3\xed\x22\xc0\xdd\xe1\x90\xb6\xdb\x87\xc5\xa2\x4b\x4b\x23\x8b\xa8\x4c\x1a\x24\x65\xd7\x1b\xe4\x7f\x3f\xf0\x97\x44\x8a\x92\xe3\x34\xb9\xbb\x3c\x6c\xd7\x14\xf9\x71\xe6\x9b\xe1\xf0\x23\x49\x37\x5b\x2e\x14\xbc\x6f\xd9\x9a\xae\x1a\xfc\xc8\xbf\x22\x83\x4a\xf0\x0d\x9c\x47\x6d\xe7\x67\xbe\x67\xc3\xf7\x51\x2f\xff\x3b\xea\xf1\x1e\x51\x06\x1d\xf4\xcf\xe8\xfb\x07\xc5\x05\x59\xe3\xa0\x5b\xd0\x1a\xf5\x7e\xf7\x0d\x8b\x56\x51\xce\xfe\x4d\x04\xd9\xa0\x42\x11\x8e\x1a\xf9\x7a\x7e\x76\x46\x8a\x02\xa5\xcc\x48\xd3\xcc\xa0\xe0\x4c\x09\x52\xb8\xa9\x51\xec\x68\x81\xcb\xa2\xe0\x2d\x53\x70\x7f\x76\x06\x00\x10\x76\xc7\x1d\x32\x05\x1f\x05\x61\x92\x14\x1a\xf8\x3d\xe2\xa7\x6d\x49\x14\x96\x19\x43\xed\xcc\x1c\x3e\xbd\xa7\xdf\x7e\xfa\x71\x36\x35\xd8\xa1\xdf\x08\x24\xcf\x07\xe0\x62\x59\x96\x58\x66\x24\x6a\x9b\xc3\xb2\x2c\x05\x4a\x79\x22\xc6\x1d\x6e\xf8\xee\x3b\x50\x6e\xe5\xc0\x99\x3b\x94\x4a\xd0\x42\x61\xe9\x7d\xa2\xb2\x6f\x9b\xc3\x5b\xce\x1b\x87\x76\x75\x75\x05\x4b\xa8\xe8\x37\x2c\x2f\x05\x51\x08\x15\x22\x14\x35\x11\x6b\x2c\x41\x71\x40\x13\x3a\x04\x02\xaa\x67\x3b\xb1\x63\x47\x44\xf8\x3d\xa0\xef\xb4\x59\x0a\x6d\xb8\x9e\x84\xe1\x1e\x9c\xfb\xa3\x93\x90\x24\x6a\xe9\x44\x1f\x6b\x84\x86\x4a\x05\xbc\xf2\xfd\x81\x58\x0a\x51\x82\xaa\x89\x82\x9a\xec\x10\xb6\x28\x36\x54\x4a\xca\x59\x68\x82\x1d\x20\xc3\xd9\x7d\x72\xa6\x26\x70\x21\xe7\x70\xef\xe2\x63\x79\x7d\xe8\x0d\xb9\x65\x54\x51\xd2\xd0\xbf\x10\x08\xeb\x4c\xd9\x53\x55\x03\x09\x56\xe9\x6f\xa4\x6d\x14\x10\x56\xc2\xb6\x5d\x35\x54\xd6\x50\x90\x2d\x59\xd1\x86\x2a\x8a\x32\x4f\x78\xa8\x5a\x06\x94\x51\xf5\x0b\x56\x7a\xa4\x01\xc9\xbe\xe8\x2e\x6a\x0e\xa4\x55\x75\xf6\x81\xec\xf0\x37\xd2\xb4\x78\x01\x37\x01\xd4\x0c\x7e\x70\x89\x32\x83\x7b\x03\x6b\x2d\x85\x9b\x90\xfe\x31\xc3\xa4\xe6\x8b\x2a\xa0\x0c\xa4\xad\x00\xdd\x70\x3d\x6d\xee\x1a\x73\xdd\x2f\xbb\xbe\xec\x20\x72\xcb\xea\xbb\xcd\x56\x1d\x0c\x5a\xb6\x33\x26\x1f\xb6\x38\x07\xfd\xdf\xeb\xbf\xf7\x7d\x4d\x87\x37\xd9\x6c\x76\x01\x8a\xcf\xe1\xca\x81\x5e\x55\xbe\x87\xe9\xe0\xf2\x76\x68\xb9\xa1\xae\xe8\x99\x3b\xe8\x98\xaa\x1a\x9d\x13\x26\xea\x9c\x35\x07\xc0\x6f\x5b\x2e\x51\x86\x20\xba\x5b\x89\x5b\x2e\xa9\xd2\xe4\x9a\x14\x06\x55\x0b\xde\xae\x6b\xf3\xf1\x0e\x0b\xa4\x3b\x14\x40\x99\x42\x51\x91\xa2\x77\xbf\x41\x05\xc2\x7d\xbe\xe9\x27\x5f\x58\x5e\xa2\x40\x7a\x92\xa8\x94\x2d\x5e\xff\x90\x38\x3e\xe9\x70\x44\x75\x04\xe9\x12\x26\x4b\x2d\xb8\x00\xa2\xe6\x70\x65\x69\xe9\x11\xbd\x27\xff\x25\x16\x57\xa4\x21\xac\x40\xa8\x28\x36\x65\x44\xe1\x5b\xf7\x65\x9c\x41\x37\xee\xff\x47\x60\x62\xc0\x04\x7f\xce\x0d\x0b\x19\x2c\xf5\x5f\x51\xb9\x34\xaa\x2c\x53\x66\x01\x79\x3a\x38\x0b\x0a\x80\x1f\xd3\x8d\xbd\x43\xd5\x0a\x26\xe1\x35\xd0\xca\x80\xf8\x4a\x51\x13\x09\x8c\x77\x98\x0e\x2d\xad\x8b\x14\xf7\xa6\x28\x94\x41\x41\x70\x86\x76\x75\xa1\x5b\xf9\xbe\x5e\x06\x15\x40\x57\x35\x6f\xea\x02\x5e\xe7\xaf\xbb\x2f\xb4\x0a\xc3\x73\x87\xd5\x68\x5c\x56\x5c\x08\xbe\x1f\x0b\xc8\x14\x7d\xc1\xe4\xfa\xaf\x9f\xbc\x9f\x29\x0f\xdd\x0d\xd8\xd6\x7f\xc2\x30\x16\x11\x12\xc4\xc2\xf2\x09\x04\x04\x56\x28\x50\x03\xbb\x2c\x8e\xa3\x63\x4a\xd1\x48\x6c\x1e\xe5\xd6\x56\xb2\xa8\xe2\xbe\x35\x14\x98\x9a\x3b\x0b\xb9\x36\x1f\x23\x99\x96\x7f\xa6\xaa\x2e\x05\xd9\xcf\x60\x48\x58\xc0\x8a\xf3\x30\x2a\xae\x8e\xe6\x27\x41\xbe\xc9\xb4\x0a\x3b\x52\x4c\xc3\x30\xfc\xfc\x33\x6c\x09\xa3\x45\x76\xfe\x89\x91\x55\x63\x68\xb3\x93\x9e\x44\xe5\x79\xb2\x2a\x3e\xd3\xa6\x81\x95\x29\xae\x02\x0b\x2d\x44\xcc\x6e\x52\x10\x66\x5b\x1b\x34\x4d\x95\x42\x61\x40\xe5\x9e\xaa\xa2\xe6\xba\xd2\x2a\xde\xa9\xd4\xbc\xc4\xb2\x2d\x54\xac\xf6\x92\x55\x74\x43\x9a\x06\x4b\xd8\xd7\xc8\x62\xb1\x02\x54\x82\x6c\x57\x1b\xaa\x94\x15\x1b\x16\xce\x4c\x58\xf5\x40\x56\xae\xea\xc6\x65\xab\x6a\xaf\x3d\x4d\xc5\xeb\x47\xd3\x34\x43\x6c\x72\xa4\x06\x9e\x92\x1f\x41\xc0\x69\x05\x12\x9b\x2a\x8f\x55\x14\x2c\x16\x6e\xb9\x66\xaf\x87\x8b\xc6\xa6\xc8\xd8\xf2\xd0\x4b\x56\x75\x31\x86\x85\x45\x4e\x33\x58\xdb\x37\x8b\xaa\x40\x85\xb8\xdc\x18\xc7\x17\x63\xe6\x3c\x66\xed\x9b\x60\x5a\xbf\x7e\x07\x56\x87\x33\xa4\x9d\x03\x6f\xfc\xff\x45\x5e\x55\x88\xd6\xa7\xeb\xcb\x70\xf4\xde\xe5\x7f\x46\x0c\xf4\xbc\x9f\xa5\x77\x2f\xc8\x26\xb3\xd3\xbb\x85\x71\x7d\xe9\x31\x93\xec\xbd\x84\x5f\x4c\x5c\x65\x54\x94\x0b\x27\x3d\x8d\x84\x35\x39\x43\x60\x4b\x0e\xd8\x09\xc3\x3c\x00\xd0\x0a\x50\xa6\xeb\x25\xed\xe2\xd1\xdd\x32\x35\x3b\x70\x41\xd5\x61\x5c\xfd\x49\x54\xed\xf6\x5f\xb8\x77\x79\x94\x75\x4e\xb2\xae\x2d\x55\x82\x41\x0a\x4e\xc9\xc2\x8b\x0e\xc8\x78\x74\x2c\x77\x4d\xcf\x99\x3f\x9b\xb9\x9c\x78\x95\x9e\xde\x72\x2a\xe3\x43\x4e\x66\xa0\x73\x27\xc8\x87\x49\xed\xea\x8f\x5f\x7e\x8c\x2b\x63\x03\x17\xf4\xaf\xf8\xa4\xe0\x64\xfa\xf9\x2c\x5c\x00\x49\x7e\xa6\xc7\x05\xb8\x1e\x9e\x6e\xf3\x0d\x65\x74\xd3\x6e\x5c\xd3\x1d\x4a\x14\x3b\x1b\xe2\xa3\xb6\x85\x89\x20\x6d\x48\x80\xb2\x82\x0b\x81\x85\x6a\x0e\xb1\x65\x4f\x5d\x9a\x86\xa4\xd9\x77\xe5\xfe\x84\xe3\x31\x98\xec\xfc\xef\x30\x33\x3f\x41\x0a\x79\x32\x63\x33\x20\xf2\x15\x0c\x35\xfd\x93\x16\x61\xd4\x77\x98\x4b\xc3\x53\x4f\x9f\xef\xb3\x98\x63\xb3\x21\x59\xbd\x32\x82\x93\xf2\x3d\x0a\xe4\x41\x12\x6b\x07\xec\x25\x95\xc3\x2b\x3a\x25\x5a\xf4\xa2\x6e\x4d\x77\x7a\x67\xb2\x69\xaf\xf7\x24\x73\xfc\xf4\x7b\xd2\x20\xad\x2f\xa0\x22\x8d\x44\xe0\xaa\x46\xb1\xa7\xf2\x88\xe8\x4b\xd6\xd7\x17\x3f\x49\x7f\x71\x60\x4f\xa6\xf1\x99\xef\xb6\x4a\x4b\x1a\x95\x66\xc5\x89\xee\xaa\xe0\x42\x9b\xae\x05\xd2\x81\x33\x34\xfb\xb6\x37\x34\x96\x4c\x7e\xfd\x9b\xdc\xa3\xd3\xd7\x11\xd9\xf8\x26\x66\x88\x1a\xa9\xfd\xee\x6b\x92\xd1\x5c\xc8\xdf\x9d\x93\x7f\x68\xd5\x62\xc8\x1a\x06\xe1\xb6\xe7\xdf\xdf\x2a\x30\x25\x8d\x13\xe6\x08\xb3\x42\xe7\x4c\x09\xab\x03\x90\xed\x56\xf0\x9d\x56\x23\x2e\x04\xf0\xe7\xd8\xb4\x7f\x9e\x1a\x88\x81\xdb\x49\x04\x46\x5c\xeb\x84\x5e\xc1\xb7\x87\x6b\xdd\x3f\x51\x6f\x47\xe6\x98\x4d\x10\x61\xe4\x8c\xae\x9f\x36\xc4\x02\x25\x6f\x85\xd5\x71\x45\x4d\xd8\x1a\xad\x10\xd2\x07\x36\x09\xdc\xe6\xaa\xbf\xf0\x48\x12\x9a\x34\x4d\x70\x95\x72\x2c\x83\xa7\x79\x5a\xa3\x8a\x33\x56\x6a\x7a\x7e\x5f\xfa\x78\x1e\xe5\xc8\x0f\xc9\xbf\xe2\x41\x0e\x1c\xfd\x15\x95\x84\xee\xaa\x11\xde\x55\x15\x17\x0a\x3e\x23\x5d\xd7\x4a\xf6\xf2\x4e\xda\x5a\xe0\x2d\xfd\x9b\xec\x36\xdd\xa3\x36\x77\xc0\x16\xd7\xc1\x6a\xd3\xef\x3f\xdd\x32\xf5\xd3\x8f\x73\xb0\xff\x3e\xa4\x1e\x4c\xdc\x81\xe6\x47\x60\x8f\xfb\xf6\x4f\xdc\x70\x71\x78\x79\xdf\x2c\xee\x8b\xfb\x36\x80\x3d\xc9\xb7\x7f\xd0\x0d\x55\x27\x78\xf6\x14\xc7\x0c\xa6\x76\xcb\x7a\xf3\x1c\x67\x1c\xd4\xb0\xe8\x3c\x77\xb1\x85\x8e\x74\xa3\x97\xa5\xde\x70\xa5\x12\x3a\xf5\x43\xc9\xa5\x67\xfc\x80\x4e\x61\x86\x47\x9e\x0a\xa3\x0b\xba\xa1\x78\x4c\x4e\x2a\x83\x2b\xef\x41\x91\xb6\x15\x54\x8b\xa7\x57\xa3\xdb\xe9\xe0\x14\x10\x0f\xd6\x7f\xa8\x43\x79\xfc\xb6\xde\xfe\x1b\x9f\x47\x1f\xa2\x5f\x8f\x4f\xbc\x70\x28\x63\xc2\x2b\xa2\x6a\x4c\xcb\x1f\xe3\x2b\x7d\x2b\x78\x36\x67\x23\xca\x74\x82\xb7\xc7\x1f\x2a\xbe\x8b\xbb\x11\x03\x1e\xe3\x6f\x59\x96\x32\xbc\xc9\xf6\x62\x86\xd8\xd6\x5e\xa7\x47\xfc\x72\x31\x49\x2d\x29\xcb\x54\xbc\x4c\x3c\x7e\xa4\xfc\x3e\xe2\x94\x11\x09\xd1\xef\x3f\xf4\x71\x9a\xd1\xe6\x14\xa6\xa7\x5e\x74\xe2\xdf\xcf\xe0\x7c\xd4\xbc\xa1\x10\x8a\xe8\xb7\xcf\x43\x2f\x1b\x01\x61\x30\xff\xb7\x41\x78\xf5\x84\x20\x4c\x3d\x89\xbd\x64\x18\x72\x4b\x42\xf6\x15\x0f\xd3\xc0\x41\x2c\xc6\x2a\xc4\x91\x27\xb8\xec\x0b\xa0\xb9\x4e\xf3\x0f\x6f\x03\xcf\xf5\x71\x65\x4b\x54\x0d\x8b\x93\x74\x5e\x32\x96\x37\xa5\x39\x9b\x8f\x1f\x75\x86\xda\xb2\xe1\xa4\x8c\xb4\xa5\x9e\x7a\x76\x22\x63\xd1\x3b\x8f\x43\x71\xbe\xd9\x37\x9b\x14\x8c\x56\xde\x7b\x1d\xf7\xce\xd6\x89\xe0\x3f\xf9\x25\xd3\x61\x4f\x25\xc0\x43\xb8\x3f\xeb\xd3\x63\x74\x00\x19\xbd\x70\x8b\xee\xbf\xa7\x2e\x11\x6c\xaf\xe9\x6e\x5c\x48\x58\xc0\xfd\xe0\xe0\x4f\xf4\x3e\xae\x8f\xda\x4e\x2b\x47\xfb\x7a\x16\x3c\x53\xe8\xf6\x3c\x2d\x8e\xd1\x61\x81\x44\x8f\xc2\x43\x2b\x86\x2f\x72\x06\x72\xe4\x5d\xcd\xc7\x59\x7f\xf6\x62\xe6\xe1\xec\x3f\x01\x00\x00\xff\xff\x3a\x6f\xe8\x5d\x73\x20\x00\x00" +var _flowserviceaccountCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x59\xdf\x6f\xdb\x38\x12\x7e\xcf\x5f\x31\xcd\xc3\x9e\x0c\x24\x4a\x1f\x16\xfb\x60\xc4\xdd\x73\xb3\xed\x22\xc0\xdd\xe1\x90\xb6\xdb\x87\xc5\xa2\x4b\x4b\x23\x8b\xa8\x4c\x1a\x24\x65\xd7\x1b\xe4\x7f\x3f\xf0\x97\x44\x8a\x92\xe3\x34\xb9\xbb\x3c\x34\x0d\x45\x7e\x9c\xf9\x66\x38\xfc\x48\xd2\xcd\x96\x0b\x05\xe7\xef\x5b\xb6\xa6\xab\x06\x3f\xf2\xaf\xc8\xce\xcf\xba\xe6\x86\xef\x47\x9a\xde\x23\xca\xb8\xe5\x83\xe2\x82\xac\x31\xfd\xf0\xee\x1b\x16\xad\xa2\x9c\xfd\x9b\x08\xb2\x41\x85\x42\x9e\x9f\x9d\x91\xa2\x40\x29\x33\xd2\x34\x33\x28\x38\x53\x82\x14\x0a\x0c\x0e\x8a\x1d\x2d\x70\x59\x14\xbc\x65\x0a\xee\xcf\xce\x00\x00\xc2\xee\xb8\x43\xa6\xe0\xa3\x20\x4c\x92\x42\x03\xbf\x47\xfc\xb4\x2d\x89\xc2\x32\x63\xa8\x4d\x9b\xc3\xa7\xf7\xf4\xdb\x4f\x3f\xce\xa6\x06\x3b\xf4\x1b\x81\xe4\xf9\x00\x5c\x2c\xcb\x12\xcb\x8c\x44\x6d\x73\x58\x96\xa5\x40\x29\x4f\xc4\xb8\xc3\x0d\xdf\x7d\x07\xca\xad\x1c\x38\x73\x87\x52\x09\x5a\x28\x2c\xbd\x4f\x54\xf6\x6d\x73\x78\xcb\x79\xe3\xd0\xae\xae\xae\x60\x09\x15\xfd\x86\xe5\xa5\x20\x0a\xa1\x42\x84\xa2\x26\x62\x8d\x25\x28\x0e\x68\x42\x87\x40\x40\xf5\x6c\x27\x76\xec\x88\x08\xbf\x07\xf4\x9d\x36\x4b\xa1\x0d\xd7\x93\x30\xdc\x83\x73\x7f\x74\x12\x92\x44\x2d\x9d\xe8\x63\x8d\xd0\x50\xa9\x80\x57\xbe\x3f\x10\x4b\x21\x4a\x50\x35\x51\x50\x93\x1d\xc2\x16\xc5\x86\x4a\x49\x39\x0b\x4d\xb0\x03\x64\x38\xbb\x4f\xce\xd4\x04\x2e\xe4\x1c\xee\x5d\x7c\x2c\xaf\x0f\xbd\x21\xb7\x8c\x2a\x4a\x1a\xfa\x17\x02\x61\x9d\x29\x7b\xaa\x6a\x20\xd0\xad\x2a\xf8\x8d\xb4\x8d\x02\xc2\x4a\xd8\xb6\xab\x86\xca\x1a\x0a\xb2\x25\x2b\xda\x50\x45\x51\xe6\x09\x0f\x55\xcb\x80\x32\xaa\x7e\xc1\x4a\x8f\x34\x20\xd9\x17\xdd\x45\xcd\x81\xb4\xaa\xce\x3e\x90\x1d\xfe\x46\x9a\x16\x2f\xe0\x26\x80\x9a\xc1\x0f\x2e\x51\x66\x70\x6f\x60\xad\xa5\x70\x13\xd2\x3f\x66\x98\xd4\x7c\x51\x05\x94\x81\xb4\x8b\xbc\x1b\xae\xa7\xcd\x5d\x63\xae\xfb\x65\xd7\x97\x1d\x44\x6e\x59\x7d\xb7\xd9\xaa\x83\x41\xcb\x76\xc6\xe4\xc3\x16\xe7\xa0\xff\xbd\xfe\x7b\xdf\xd7\x74\x78\x93\xcd\x66\x17\xa0\xf8\x1c\xae\x1c\xe8\x55\xe5\x7b\x98\x0e\x2e\x6f\x87\x96\x1b\xea\x8a\x9e\xb9\x83\x8e\xa9\xaa\xd1\x39\x61\xa2\xce\x59\x73\x00\xfc\xb6\xe5\x12\x65\x08\xa2\xbb\x95\xb8\xe5\x92\x2a\x4d\xae\x49\x61\x50\xb5\xe0\xed\xba\x36\x1f\xef\xb0\x40\xba\x43\x01\x94\x29\x14\x15\x29\x7a\xf7\x1b\x54\x20\xdc\xe7\x9b\x7e\xf2\x85\xe5\x25\x0a\xa4\x27\x89\x4a\xd9\xe2\xf5\x0f\x89\xe3\x93\x0e\x47\x54\x47\x90\x2e\x61\xb2\xd4\x82\x0b\x20\x6a\x0e\x57\x96\x96\x1e\xd1\x7b\xf2\x5f\x62\x71\x45\x1a\xc2\x0a\x84\x8a\x62\x53\x46\x14\xbe\x75\x5f\xc6\x19\x74\xe3\xfe\x7f\x04\x26\x06\x4c\xf0\xe7\xdc\xb0\x90\xc1\x52\xff\x15\x95\x4b\xa3\xca\x32\x65\x16\x90\xa7\x83\xb3\xa0\x00\xf8\x31\xdd\xd8\x3b\x54\xad\x60\x12\x5e\x03\xad\x0c\x88\xaf\x14\x35\x91\xc0\x78\x87\xe9\xd0\xd2\xba\x48\x71\x6f\x8a\x42\x19\x14\x04\x67\x68\x57\x17\xba\x95\xef\xeb\x65\x50\x01\x74\x55\xf3\xa6\x2e\xe0\x75\xfe\xba\xfb\x42\xab\x30\x3c\x77\x58\x8d\xc6\x65\xc5\x85\xe0\xfb\xb1\x80\x4c\xd1\x17\x4c\xae\x7f\xfa\xc9\xfb\x99\xf2\xd0\xdd\x80\x6d\xfd\x23\x0c\x63\x11\x21\x41\x2c\x2c\x9f\x40\x40\x60\x85\x02\x35\xb0\xcb\xe2\x38\x3a\xa6\x14\x8d\xc4\xe6\x51\x6e\x6d\x25\x8b\x2a\xee\x5b\x43\x81\xa9\xb9\xb3\x90\x6b\xf3\x31\xd2\x55\xf9\x67\xaa\xea\x52\x90\xfd\x0c\x86\x84\x05\xac\x38\x0f\xa3\xe2\xea\x68\x7e\x12\xe4\x9b\xac\x12\x7c\x73\xa4\x98\x86\x61\xf8\xf9\x67\xd8\x12\x46\x8b\xec\xfc\x13\x23\xab\xc6\xd0\x66\x27\x3d\x89\xca\xf3\x64\x55\x7c\xa6\x4d\x03\x2b\x53\x5c\x05\x16\x5a\x88\x98\xdd\xa4\x20\xcc\xb6\x36\x68\x9a\x2a\x85\xc2\x80\xca\x3d\x55\x45\xcd\x75\xa5\x55\x1c\xbc\xc8\xcc\x4b\x2c\xdb\x42\xc5\x6a\x2f\x59\x45\x37\xa4\x69\xb0\x84\x7d\x8d\x2c\x16\x2b\x40\x25\xc8\x76\xb5\xa1\x4a\x59\xb1\x61\xe1\xcc\x84\x55\x0f\x04\x9a\x28\xd3\xb8\x6c\x55\xed\xb5\xa7\xa9\x78\xfd\x68\x9a\x66\x88\x4d\x8e\xd4\xc0\x53\xf2\x23\x08\x38\xad\x40\x62\x53\xe5\xb1\x8a\x82\xc5\xc2\x2d\xd7\xec\xf5\x70\xd1\xd8\x14\x19\x5b\x1e\x7a\xc9\xaa\x2e\xc6\xb0\xb0\xc8\x69\x06\x6b\xfb\x66\x51\x15\xa8\x10\x97\x1b\xe3\xf8\x62\xcc\x9c\xc7\xac\x7d\x13\x4c\xeb\xd7\xef\xc0\xea\x70\x86\xb4\x73\xe0\x8d\xff\x5f\xe4\x55\x85\x68\x7d\xba\xbe\x0c\x47\xef\x5d\xfe\x67\xc4\x40\xcf\xfb\x59\x7a\xf7\x82\x6c\x32\x3b\xbd\x5b\x18\xd7\x97\x1e\x33\xc9\xde\x4b\xf8\xc5\xc4\x55\x46\x45\xb9\x70\xd2\xd3\x48\x58\x93\x33\x04\xb6\xe4\x80\x9d\x30\xcc\x03\x00\xad\x00\x65\xba\x5e\xd2\x2e\x1e\xdd\x2d\x53\xb3\x03\x17\x54\x1d\xc6\xd5\x9f\x44\xd5\x6e\xff\x85\x7b\x97\x47\x59\xe7\x24\xeb\xda\x52\x25\x18\xa4\xe0\x94\x2c\xbc\xe8\x80\x8c\x47\xc7\x72\xd7\xf4\x9c\xf9\xb3\x99\xcb\x89\x57\xe9\xe9\x2d\xa7\x32\x3e\xe4\x64\x06\x3a\x77\x82\x7c\x98\xd4\xae\xfe\xf8\xe5\xc7\xb8\x32\x36\x70\x41\xff\x8a\x4f\x0a\x4e\xa6\x9f\xcf\xc2\x05\x90\xe4\x67\x7a\x5c\x80\x6b\x18\x1c\x55\xf3\x0d\x65\x74\xd3\x6e\x5c\xd3\x1d\x4a\x14\x3b\x1b\xe2\xa3\xb6\x85\x89\x20\x6d\x48\x80\xb2\x82\x0b\x81\x85\x6a\x0e\xb1\x65\x4f\x5d\x9a\x86\xa4\xd9\x77\xe5\xfe\x84\xe3\x31\x98\xec\xfc\xef\x30\x33\x3f\x41\x0a\x79\x32\x63\x33\x20\xf2\x15\x0c\x35\xfd\x93\x16\x61\xd4\x77\x98\x4b\xc3\x53\x4f\x9f\xef\xb3\x98\x63\xb3\x21\x59\xbd\x32\x82\x93\xf2\x3d\x0a\xe4\x41\x12\x6b\x07\xec\x25\x95\xc3\x2b\x3a\x25\x5a\xf4\xa2\x6e\x4d\x77\x7a\x67\xb2\x69\xaf\xf7\x24\x73\xfc\xf4\x7b\xd2\x20\xad\x2f\xa0\x22\x8d\x44\xe0\xaa\x46\xb1\xa7\xf2\x88\xe8\x4b\xd6\xd7\x17\x3f\x49\x7f\x71\x60\x4f\xa6\xf1\x99\xef\xb6\x4a\x4b\x1a\x95\x66\xc5\x89\xee\xaa\xe0\x42\x9b\xae\x05\xd2\x81\x33\x34\xfb\xb6\x37\x34\x96\x4c\x7e\xfd\x9b\xdc\xa3\xd3\xd7\x11\xd9\xf8\x26\x66\x88\x1a\xa9\xfd\xee\x6b\x92\xd1\x5c\xc8\xdf\x9d\x93\x7f\x68\xd5\x62\xc8\x1a\x06\xe1\xb6\xe7\xdf\xdf\x2a\x30\x25\x8d\x13\xe6\x08\xb3\x42\xe7\x4c\x09\xab\x03\x90\xed\x56\xf0\x9d\x56\x23\x2e\x04\xf0\xe7\xd8\xb4\x7f\x9e\x1a\x88\x81\xdb\x49\x04\x46\x5c\xeb\x84\x5e\xc1\xb7\x87\x6b\xdd\x3f\x51\x6f\x47\xe6\x98\x4d\x10\x61\xe4\x8c\xae\x9f\x36\xc4\x02\x25\x6f\x85\xd5\x71\x45\x4d\xd8\x1a\xad\x10\xd2\x07\x36\x09\xdc\xe6\xaa\xbf\xf0\x48\x12\x9a\x34\x4d\x70\x95\x72\x2c\x83\xa7\x79\x5a\xa3\x8a\x33\x56\x6a\x7a\x7e\x5f\xfa\x78\x1e\xe5\xc8\x0f\xc9\xbf\xe2\x41\x0e\x1c\xfd\x15\x95\x84\xee\xaa\x11\xde\x55\x15\x17\x0a\x3e\x23\x5d\xd7\x4a\xf6\xf2\x4e\xda\x5a\xe0\x2d\xfd\x9b\xec\x36\xdd\xa3\x36\x77\xc0\x16\xd7\xc1\x6a\xd3\xef\x3f\xdd\x32\xf5\xd3\x8f\x73\xb0\xbf\x1f\x52\x0f\x26\xee\x40\xf3\x23\xb0\xc7\x7d\xfb\x27\x6e\xb8\x38\xbc\xbc\x6f\x16\xf7\xc5\x7d\x1b\xc0\x9e\xe4\xdb\x3f\xe8\x86\xaa\x13\x3c\x7b\x8a\x63\x06\x53\xbb\x65\xbd\x79\x8e\x33\x0e\x6a\x58\x74\x9e\xbb\xd8\x42\x47\xba\xd1\xcb\x52\x6f\xb8\x52\x09\x9d\xfa\xa1\xe4\xd2\x33\x7e\x40\xa7\x30\xc3\x23\x4f\x85\xd1\x05\xdd\x50\x3c\x26\x27\x95\xc1\x95\xf7\xa0\x48\xdb\x0a\xaa\xc5\xd3\xab\xd1\xed\x74\x70\x0a\x88\x07\xeb\x1f\xd4\xa1\x3c\x7e\x5b\x6f\x7f\xc7\xe7\xd1\x87\xe8\xaf\xc7\x27\x5e\x38\x94\x31\xe1\x15\x51\x35\xa6\xe5\x8f\xf1\x95\xbe\x15\x3c\x9b\xb3\x11\x65\x3a\xc1\xdb\xe3\x0f\x15\xdf\xc5\xdd\x88\x01\x8f\xf1\xb7\x2c\x4b\x19\xde\x64\x7b\x31\x43\x6c\x6b\xaf\xd3\x23\x7e\xb9\x98\xa4\x96\x94\x65\x2a\x5e\x26\x1e\x3f\x52\x7e\x1f\x71\xca\x88\x84\xe8\xef\x3f\xf4\x71\x9a\xd1\xe6\x14\xa6\xa7\x5e\x74\xe2\xbf\x9f\xc1\xf9\xa8\x79\x43\x21\x14\xd1\x6f\x9f\x87\x5e\x36\x02\xc2\x60\xfe\x6f\x83\xf0\xea\x09\x41\x98\x7a\x12\x7b\xc9\x30\xe4\x96\x84\xec\x2b\x1e\xa6\x81\x83\x58\x8c\x55\x88\x23\x4f\x70\xd9\x17\x40\x73\x9d\xe6\x1f\xde\x06\x9e\xeb\xe3\xca\x96\xa8\x1a\x16\x27\xe9\xbc\x64\x2c\x6f\x4a\x73\x36\x1f\x3f\xea\x0c\xb5\x65\xc3\x49\x19\x69\x4b\x3d\xf5\xec\x44\xc6\xa2\x77\x1e\x87\xe2\x7c\xb3\x6f\x36\x29\x18\xad\xbc\xf7\x3a\xee\x9d\xad\x13\xc1\x7f\xf2\x4b\xa6\xc3\x9e\x4a\x80\x87\x70\x7f\xd6\xa7\xc7\xe8\x00\x32\x7a\xe1\x16\xdd\x7f\x4f\x5d\x22\xd8\x5e\xd3\xdd\xb8\x90\xb0\x80\xfb\xc1\xc1\x9f\xe8\x7d\x5c\x1f\xb5\x9d\x56\x8e\xf6\xf5\x2c\x78\xa6\xd0\xed\x79\x5a\x1c\xa3\xc3\x02\x89\x1e\x85\x87\x56\x0c\x5f\xe4\x0c\xe4\xc8\xbb\x9a\x8f\xb3\xfe\xec\xc5\xcc\xc3\xd9\x7f\x02\x00\x00\xff\xff\xf1\x42\x2b\xa7\x11\x20\x00\x00" func flowserviceaccountCdcBytes() ([]byte, error) { return bindataRead( @@ -180,11 +180,11 @@ func flowserviceaccountCdc() (*asset, error) { } info := bindataFileInfo{name: "FlowServiceAccount.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x6b, 0x31, 0x8c, 0x4d, 0x56, 0x75, 0xca, 0x5b, 0x8b, 0x3b, 0xbb, 0xe1, 0x9, 0x1f, 0xa2, 0xac, 0xe2, 0xe4, 0xee, 0x59, 0x84, 0xe3, 0x2b, 0x78, 0xd7, 0xcc, 0x21, 0xa5, 0x61, 0x2, 0xff, 0x87}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x4e, 0x2f, 0x59, 0xe1, 0xf3, 0xa5, 0x25, 0xb6, 0xed, 0x8e, 0xd, 0x8c, 0xd1, 0xc8, 0x95, 0x1f, 0xc, 0x28, 0xd2, 0x30, 0xf6, 0x25, 0x43, 0x44, 0xb4, 0xd1, 0xae, 0xf7, 0x43, 0x60, 0x79, 0x95}} return a, nil } -var _flowstakingcollectionCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x7d\x59\x73\x1b\x37\xd6\xe8\xbb\x7e\xc5\xb1\x1e\x1c\x6a\x42\x51\xa9\x7b\x6f\xdd\xfa\x4a\x65\xc5\x71\x2c\xdb\xa3\x72\x62\x7b\xbc\x4c\x1e\x52\x53\x09\xd8\x0d\x8a\x18\x37\x1b\x4c\xa3\x29\x85\xe3\xf1\x7f\xff\x0a\xfb\xde\x0b\x45\xc9\x76\x39\x7c\xb0\x45\x76\x63\x3b\xfb\x39\x38\x38\x38\xf9\xdb\xc1\x01\x00\xc0\xd3\x8a\x5e\xbf\x69\xd1\x7b\x52\x5f\x3e\xa6\x55\x85\x8b\x96\xd0\x5a\x3e\x7a\xbb\x24\x0c\x0a\x5a\xb7\x0d\x2a\x5a\x28\xf1\x82\xd4\x98\x01\x82\xc2\xbc\x07\x0b\xda\x00\x93\xad\x01\xd5\x25\x94\xb8\xc2\x97\xa8\xe5\x5f\xe9\xfc\xdf\xb8\x68\x99\xe8\xe9\x7a\x49\x8a\x25\xa0\xaa\xa2\xd7\x0c\x36\x0c\x37\x0c\x5a\x2a\x1a\x62\xb7\x19\x16\xfd\x21\x06\x2b\x54\x6f\xa1\xa6\x25\x1f\x8e\x41\xbb\xc4\x5b\xb8\x46\x75\x0b\xa4\x06\x04\x8c\xd4\x97\x15\x06\x54\x14\x74\x53\xb7\x33\x31\xc0\x45\x0b\x62\xae\xab\x35\x6a\xc9\xbc\xc2\x70\x4d\xda\x25\x6f\x08\x15\x2d\xde\xe3\x12\x5a\xfa\x1e\xd7\xba\x0d\x30\xdc\x6e\xd6\x33\xb9\xca\x37\x18\x8b\x17\x69\xbd\xa8\xe8\xf5\x09\xff\xe7\xb8\xa0\x0d\x3e\xd6\x2b\x67\xf0\xfa\xc9\xa3\xf3\x9f\x9f\x88\xc9\xad\x68\x83\x61\x49\x2e\x97\x50\xe1\x2b\x5c\x01\xa9\x17\xb4\x59\x21\x01\x0c\x34\xa7\x9b\x56\xf4\xa5\x41\x62\x21\xc5\x07\xfb\xdb\xc9\xc1\x01\x59\xad\x69\xd3\xc2\xd3\x4d\x7d\xc9\xe7\xf9\x56\x4c\x6b\xd1\xd0\x15\x1c\x7a\xbf\x1d\x9a\x37\x2b\x7a\xed\xbd\xa5\xbf\x7b\x6f\x5c\x9c\xbf\x45\xf3\x0a\x2b\x44\x3a\xaf\xfa\x0f\x4c\x9b\x9f\x04\x54\x44\x3f\x4c\xbd\xed\xfe\xe4\xf5\xfd\xa6\xa5\x0d\xba\xc4\x4f\x31\x66\x4e\xc7\xce\xaf\xde\xdb\x8f\xab\x0d\x6b\x71\xf3\x8f\xc7\xce\xbb\xe6\x37\xef\xcd\xf3\xe7\xcf\x9c\x77\xce\x9f\x3f\xf3\x9e\x3e\x59\xd3\x62\xe9\x3c\x17\xdf\xcd\x1b\x3f\x6e\x9a\x1a\x37\xea\xb1\xfc\x72\x78\x70\x80\x8a\x02\x33\x36\x41\x55\x75\x64\xe9\x36\x49\xe0\xf0\x41\x22\xff\xe4\xe4\x04\x1e\x29\xa2\x58\xa3\x76\x29\xc9\xd5\xed\xa7\xc2\x2d\x44\xcd\xd5\xe2\x5f\xa1\x76\x79\x0a\xce\x97\x61\xad\x5f\x35\xe4\x0a\xb5\xaa\xb5\xf3\x65\x60\xeb\xcd\xbc\x22\x85\x6a\x6c\xfe\xb6\xcb\x79\x72\x85\xeb\x36\x5e\x07\xe6\x3f\xc3\x0b\x5a\xe2\x47\x65\xc9\xf1\x1c\x75\x3c\xe1\x0c\x77\x71\xce\x17\xd4\x90\xfa\x72\x0a\x0d\xad\xf0\x29\xbc\xbb\xa8\xdb\xff\x99\x02\x5a\x71\x20\x3d\xa6\xab\x15\x69\x5b\x5c\x9e\xc2\xbb\xa7\xe4\xcf\xff\xff\xff\xa6\x80\xca\xb2\xc1\x8c\x9d\xc2\x23\xf9\xc7\xc3\xa3\xcc\xd8\xe7\x92\xc9\x69\x33\x78\x02\xa5\x6e\xc1\x7f\xe4\xf3\xf8\xbf\xff\x67\xdc\x44\x3a\xa0\xf0\x1a\xaf\xe8\x15\x2e\x9f\x36\x74\x35\x16\x12\xa3\x17\x3c\x6a\xac\xf4\xa2\x07\xaf\xed\x67\x54\x2c\x49\x8d\x15\x51\x3f\x6e\x30\x6a\x71\x39\x6e\x41\x47\x96\x98\xde\xb4\xcd\xa6\xe0\x32\x0d\xb5\xc0\x5a\xda\x60\x66\xe7\x07\x17\xe7\x42\xfc\x45\x13\x61\xb2\xd1\xb9\x5d\x08\x83\x0f\xe2\xad\x14\x81\x9b\xfe\x5e\x78\x73\xec\x7f\xdf\xc2\xe7\xc0\xbc\x7c\x45\xf0\x35\x90\x9a\xb4\x43\xc0\x7a\xe4\xcc\x8a\x7f\x18\xae\x16\xb3\x60\x3a\x70\x06\xb2\xa7\x8e\x37\xc5\x5b\xce\x37\xf3\xea\xc7\x03\xf9\xaf\x01\xe7\x63\x5a\xb7\x88\xd4\x2c\xa1\x36\x90\x18\xe7\x1b\xae\xfb\x04\x02\xb5\x58\x32\x6d\xa5\x0e\x25\x5c\x01\x33\x5c\xd0\xba\x44\xcd\xd6\x28\x34\x81\x20\xc2\x80\xd6\xd5\x16\x56\x98\xeb\xca\x96\xc2\x92\x56\xa5\x69\xcf\xf5\xd2\x3f\x1e\x03\x6d\x80\x0b\x5e\xa9\x9d\x85\xf2\x7d\xfa\xd3\xcb\x5f\xf8\xdb\x68\xd3\x52\x3e\xa5\x02\x55\xd5\x16\xd6\x68\x2b\x14\x5e\xdb\xa0\x9a\x21\xa5\xed\x31\x66\xa6\xbf\x06\x57\x9c\xb4\x78\x4b\xa7\xdb\x35\x6e\xc4\xaa\xd8\x2c\x47\x16\x3e\x81\x5e\xd4\x0b\xda\x41\x1c\xf5\x30\x9a\x70\xc8\xd9\xbc\xc3\xc1\x8d\xd6\x68\x4e\x2a\xd2\x6e\xf9\x2c\x39\x00\xc4\x5a\xff\x89\x36\x95\x80\x8f\x30\x48\xa4\xf2\xbf\xae\x71\xe3\x36\x6d\xa9\x30\x21\xca\x06\x5d\xf3\xb5\x95\x78\x4d\x19\x69\x55\x37\xa4\x31\x58\xd2\x08\x20\x0b\xa8\x31\x2e\x71\x19\xce\x51\xeb\x21\x39\xd1\x95\xb7\x78\x31\x91\x57\x0d\xbd\x22\x25\x6e\x4e\x9d\xe9\x3e\x40\x9b\x76\x39\xf1\x0c\x82\xd9\x2f\x6a\x3a\x47\x70\xdf\xd8\x00\x33\xd1\xc3\xf7\x96\xfe\x93\xa4\xef\x31\xfb\xed\xcc\x20\x64\xa5\x75\x83\x83\x5f\xf8\xa7\x63\xec\x59\xb1\xc4\xc5\xfb\xc9\xd1\x69\xd4\x88\x7f\x0e\x93\x4a\x7c\x16\x93\xd2\x8c\x03\xe0\x14\x2e\xea\x2b\x54\x91\x52\xe8\x7e\x90\xd6\x93\x44\xba\x19\xee\xd0\x1b\xe7\x63\xcc\xdd\x75\x1f\xfb\x73\xa8\xc2\x99\x00\x6e\xfc\xb0\x63\xa5\x70\xd6\x05\x07\x47\x76\xb8\xe4\xf8\x0c\xb7\xc2\x0e\xd6\xb2\x1a\xe8\x42\x7c\x0d\xc8\x30\xc9\x20\x42\x26\x2e\x36\x35\x5c\xe2\x56\x49\xf8\xc9\x91\x11\xf6\x01\x9a\x1a\xdc\x6e\x9a\xba\x77\x11\xb3\x39\x6d\x1a\x7a\x3d\x39\xba\x37\x13\xac\x73\x6f\xa6\x26\x96\x97\x7d\xd2\x56\x01\x52\xb7\xb8\x59\xa0\x02\x4b\x99\x25\x9d\x81\x02\xd5\xb0\xe6\xcf\xd9\x52\x0a\x1d\xc1\x63\xb1\x15\x6d\x3a\x63\x54\x36\xa7\xed\x52\xb7\xff\x63\x83\x9b\x6d\xd0\x32\xa9\x9e\x1a\xcc\xe8\xa6\x29\xb0\x33\x95\x8c\x91\x95\x11\x4c\x57\xa8\x51\x6e\x85\xb4\x96\xdf\x31\x6b\x86\x64\x1b\x6c\xea\x51\x4d\x38\xbe\x50\x59\x72\x25\xf4\x52\x88\xea\xc9\x6f\x82\x12\x4f\xe1\x87\xd8\xac\x9f\xf1\xd7\xf8\xdf\xb8\x09\x19\x9c\x33\xc5\x69\x42\xe6\x2a\xa3\x25\x33\xac\x51\xdd\x66\x6c\xa3\xde\xf2\x13\x30\x8d\xd2\x5d\x1b\x32\x2c\x29\x66\x62\xb2\x4f\xfe\x24\x6c\x90\xa2\x7e\x78\x74\x0a\x3f\x52\x5a\x65\xa7\x7c\x89\x5b\xa9\xae\x05\x65\xff\x2a\xbb\xfa\x57\xd7\xeb\xae\x71\x22\xda\xb8\x3f\x74\xb6\x7c\x54\x55\x62\xac\x7a\x41\x45\xc3\x0c\x34\xf8\xf3\xbe\x7e\xec\x98\x1d\x9d\x79\x2f\x75\xf6\xe8\x63\x59\x2c\xeb\x83\x04\x45\x8a\x02\x3c\x06\xf5\xec\xc8\xba\x25\x6d\x85\x57\xdc\x9a\xb4\x1c\xf1\x52\x68\x48\xc3\x80\x6f\x97\xd8\x32\x92\x32\x0f\x39\xfd\x31\x69\x26\x72\x4f\x5d\xb2\xa2\x92\x4c\xca\xe1\xa7\x0d\x36\x5d\xa0\xaa\x0a\xd8\x55\x85\x0c\x84\x55\x52\x44\xba\x5b\x79\xf2\x5a\xe3\xca\x97\x4d\x6f\xcf\x31\x5e\x33\x6e\xad\x14\xef\xb9\x70\x5c\xd2\x6b\x19\x45\xd0\xad\xea\xd2\xb0\xa0\x0c\x06\x30\x40\x8d\xf4\xd4\x71\xe9\xca\x15\xd2\xc2\xfb\x9a\x5e\x33\x65\x70\xa9\x77\x5b\x0a\x97\xe4\x0a\xeb\xb9\x70\xb1\x05\xd7\x4b\x5c\xcb\xe0\x84\x36\x0f\xf8\x28\xda\x6c\x30\x7d\x96\x64\xb1\xc0\x0d\x87\x66\xbb\x5d\x63\x29\xba\x45\xa7\xe6\x0d\xf3\xc7\x2f\x8f\x5e\xbf\xb8\x78\xf1\xec\x14\x2e\x16\xb0\xa5\x1b\x28\x31\x6b\x1b\xba\xe5\x26\x5f\x24\x0b\x6d\x88\xe3\x77\xf5\xda\xef\x50\xd0\xd5\x0a\xd5\xe5\xd4\x74\xc8\x3b\xb9\x26\x55\x05\x15\x65\x58\x61\x59\x59\x3e\xfc\x59\xa3\x83\x2c\x36\x06\x43\x1b\x26\xf1\x99\x8e\x63\x98\x9e\x57\xa8\x46\x97\x98\xcd\xf4\x54\xaf\x95\xcd\xa9\xa7\x4c\xda\xa9\xf8\x7d\xb5\x61\x2d\x60\xc2\xe5\xb4\xb4\x25\x17\xb8\xb1\x43\x8b\xb9\x38\x10\x42\x81\xd1\xbb\xa9\x55\x90\x48\xcf\x57\xa3\x2e\x05\x68\xf1\x82\x6a\x51\xba\x6f\x36\xf8\x1a\x35\x25\x83\x05\x69\x58\x0b\x73\xbc\xe0\x14\xaa\x26\xca\x59\xcc\xa5\xea\x9a\xe3\xd6\x03\x6b\xa4\x1c\x7e\x87\x15\x6e\x97\xb4\xf4\x97\x9b\xd7\x33\x51\x07\xa7\x39\x85\x33\x55\x81\x8d\x19\xff\x8f\x0b\x01\x1d\xa7\xb0\xf0\x50\x24\x7c\xc5\xb5\x71\x28\x0c\xb8\xd6\xf6\xb5\x8d\x50\xda\x7b\xb1\x2c\xf9\xe8\xc9\xb1\x85\x6f\xc2\x49\x6c\x8e\xa1\x26\x15\xb7\x84\x85\xa1\xa2\xd8\x74\x89\x18\xd4\x14\x0a\xda\x34\x98\xad\x69\x5d\x72\x7a\xf2\x59\x39\xbf\x8c\xfd\x2c\xe2\xa1\xbf\x8a\x37\xd2\x8f\x0d\x85\x0e\xb7\x3b\x52\xdc\xe0\xb5\x7d\x8c\x6a\xe9\x63\x71\x22\xa1\x35\x76\xbc\xe1\x35\x56\x24\xed\x18\x8b\xbc\x09\x77\x0b\x38\xa5\xcc\x31\xac\x65\xac\x47\x0d\x75\x0d\x73\x5c\x20\x45\x6d\x5b\x28\xe8\xa6\x2a\xf9\x5b\x1b\xe6\x80\xc8\x91\x14\x49\x08\xd5\x46\xf3\xb3\x53\xf8\xc1\x88\xfb\x4e\x1b\xe1\x63\x77\x77\x46\xe1\x0c\xe9\xd1\xbc\xfc\xf1\x20\x00\x94\x40\x96\x95\xde\x02\x21\x7f\xa7\x15\xb7\x80\x95\xf3\x29\x75\x84\xa5\xe9\x90\x1c\x9c\xe0\x1c\x13\xdc\x2e\xfd\xe4\x40\x0f\x08\xda\xab\xa9\x8a\x4f\x40\xbb\x24\x6c\xca\x85\xb8\x43\x93\xf9\xf5\xb6\x76\x56\x43\x09\x6c\xea\x05\x4f\x67\xe2\xbf\x97\xc6\xed\x3d\x82\xfb\xf1\x63\x39\x40\x48\x87\x6f\xb9\xae\x62\x83\x34\x95\x96\xc5\xb8\xe1\x4e\xbe\x24\x10\x11\x2a\x37\x2a\xd4\x50\xee\x89\xf0\x56\x93\xc4\xfb\x0b\x97\x6e\x85\x0c\x9c\xf1\x1e\x6a\x7c\xad\x06\x98\x42\xac\x19\x37\x0c\x97\x52\x62\x4e\x61\x41\xb9\xa7\x8c\x4b\x98\x6f\xc3\xb9\xc5\x23\x68\xb9\xcc\x87\xd0\xdd\xa7\x54\xaf\x7e\xaf\x4e\x8d\xd2\x49\xfe\xb7\x62\x85\xa7\x70\x93\x70\xb1\x18\x20\xc6\x68\x41\x44\xec\x43\xa8\x60\x01\xfa\x3c\x89\xf9\xf6\x38\xeb\xb1\xc9\x7c\x4f\xde\x73\xcd\xf6\x25\xd3\xa7\x5e\xaf\x77\xcc\x01\x7a\xd8\x61\x01\x03\x6f\xc9\x3b\x85\x08\xe2\x5f\x64\x84\xe0\x31\xaa\xb9\xcc\xb8\xa8\x49\x4b\x50\x45\xfe\x83\x01\x69\xa5\xec\x18\xbd\xf7\xe0\x30\x39\xd8\xac\xa0\x75\x81\xda\xc9\x21\x37\x83\xd7\xd2\x27\x2e\x9d\xad\x1a\x19\x6c\x70\x4c\x58\x41\x28\x26\xa0\xe4\x58\xd8\x8c\x33\x34\x91\xe1\x8a\xd9\xe1\x51\x5f\x54\xc2\x03\x08\x9c\xf9\x00\x3a\x48\x47\x31\x94\x7a\x80\x07\xc7\xf0\x21\x13\xe8\xb0\x22\x5f\xbd\x15\xbf\x16\xf2\x0d\x9c\xc1\x77\xb3\xef\xf2\x33\x8c\xde\xf4\x5e\x3d\x39\xe1\x76\x63\x68\x27\x84\xb2\x7d\x2a\xb8\x40\xe1\x87\x08\x1f\x82\x43\x77\x29\x88\x29\xec\x8f\xcb\x4d\xd7\x40\x71\xc0\xef\xbd\x4a\x16\x22\x12\xe7\xd0\xfd\xcb\xf9\xbf\xe1\xcc\xfd\x21\x41\x89\x62\x6d\xee\x2b\x5e\x83\x83\xe8\xfd\x93\x13\x90\x21\x12\x25\x43\xb8\xae\x13\x93\x97\x76\xb3\xd1\x81\x62\x07\x2b\xe1\xdd\xa4\x3a\xe4\x3e\x08\x6e\x1d\x2b\xde\x69\xd7\xb9\x64\xfe\xe1\x6b\x76\x30\xf3\xb3\x9a\xc6\x59\x00\x08\x27\xb0\x23\xff\x72\xdf\x9e\x1c\xa5\xe1\xe2\xd3\x64\x3c\xca\xcc\xb7\x18\xf9\xe7\x23\xe0\x8a\xa5\x58\x3e\x01\x68\x57\x83\x77\x8c\x1b\xbe\x96\xa2\xe2\x40\x18\xc3\x99\xcb\x12\x81\x09\x23\x62\x6e\xc2\xf3\xaa\x4b\xd4\x94\x80\x9b\x86\x36\xb0\xc2\x8c\xa1\x4b\xe1\xb8\x30\xae\xba\xb5\x13\x08\x0d\xfe\x63\x83\x19\xd7\x0a\x52\x53\x7b\x7d\x11\x26\x4c\x14\x11\x0c\xe6\xd2\x45\xe8\xb8\x0e\x0f\x4b\xb5\xf3\xfa\xf8\x61\x8d\x1a\xb4\x32\x21\x71\x2e\x7a\x2e\xce\x75\x20\xd0\x8e\xce\x9f\xa7\xda\x79\x71\x95\x5c\x63\xf3\x52\x7e\x16\x2a\x42\xa8\x95\x18\xef\x69\xb1\xa9\xaa\x18\x3c\xeb\x86\x0c\x88\x48\x4a\xe9\x74\x4e\x31\xab\x5b\x11\x10\xba\xa8\xad\xfc\x7d\xc2\xfb\x9c\x2c\x36\x75\xf1\x02\xad\xb0\x8d\x11\x0d\x8c\x19\xc9\xc7\x01\x91\xc9\x6d\x18\xa6\x37\xb6\xf8\xec\x6b\xe9\x50\xd7\x68\x85\x75\xf8\x11\xe6\xf8\x92\xd4\xb5\x70\x10\x24\x90\xc4\xfa\xbc\x9e\x38\x4b\x89\x5f\x7f\x34\xef\x9e\x0d\xd7\x43\x87\x5a\x89\xe8\xe5\x1d\x19\xad\x72\x0a\x81\x26\x08\x17\xf0\x56\xcf\xc7\xc0\x9b\x30\xc7\x8b\x26\x0b\x6e\x00\x8b\xad\x22\xeb\x9f\x5c\x31\xb5\xc7\x94\x92\x86\xf6\x35\x6f\x27\x2b\xc1\x9f\x0a\xfd\xfe\xba\x3d\x7d\xc8\xd6\xb8\x20\x0b\xe2\x52\x93\x35\x94\x38\xd5\x1d\xc6\x62\x04\x1c\xa5\x2a\x91\x6b\xa1\xe1\xfb\x63\xa2\xbd\x7e\x66\x7e\x9d\xb5\x54\x22\x7b\x72\xd4\xdd\xf9\xa1\x08\x3f\x0a\x66\xc4\x9c\xda\xb4\x13\x22\xa2\xd8\xdf\x30\x37\x63\xa3\x6f\x9e\x87\x3f\xa3\xf7\x18\xd8\xa6\xc1\x36\x60\x72\x71\xce\x44\xd4\x03\xd7\x2d\x6e\x70\xe9\xb8\xbd\x2a\xd2\x61\x20\xa2\x77\xec\x42\x91\x40\x58\x2a\x7b\x24\xb4\x0c\x72\xd2\x73\x0c\x76\x04\x3a\x04\x62\x76\xc0\xc9\x2d\x43\x31\x03\x44\x19\xbb\x52\x91\xa3\x1b\x01\x30\x27\xf4\x1f\x23\xd1\x93\x91\xea\x4e\xbc\x8d\xb3\x98\x8c\xf6\x70\x7d\x4b\x10\xfc\xae\x82\x35\xf3\x4d\x53\x4f\x8e\x7e\xcf\xef\xfc\x71\x51\xc7\x5f\xe2\x9d\xcf\x11\xb7\x61\xdd\xb8\x0e\x28\x51\x22\x61\xcc\x75\x92\x50\x55\x6e\x4c\x3b\x7a\xb7\x74\xf7\xd6\x6d\x03\x3f\xaa\xed\x0f\xa1\xe3\x1b\x62\xd7\xde\x0c\x96\x51\xc0\x45\x45\x99\x34\x1c\x4d\x7c\x5e\xfe\x1f\xc8\xda\x9a\x54\x21\x60\xa3\x41\x5d\xd6\x25\xb5\x3f\xf5\xe1\xc3\x3b\xcd\xc2\x3d\xfa\x60\x4e\xc9\x37\x2f\xce\x77\x20\x00\xc7\x57\x56\x7e\xab\x93\xef\x36\x53\x9b\x72\x4e\x0e\x95\x0a\x73\xd2\x06\xe6\xb4\x5d\x4a\x9b\xcc\x77\x90\xdf\x31\xcc\x02\x5f\x5b\x39\xbf\xad\x08\x3d\x6a\x37\x99\x2c\x00\xd5\x5b\x99\x6d\x26\xc3\xd4\x22\xca\x91\xdc\x61\x96\xae\xa6\x52\xa7\xd2\xec\x9e\xc8\x24\x19\xed\xdb\x1e\x9d\xc2\x0f\x1f\x7c\x5f\x4e\x18\x4d\x1f\x53\x64\x18\xba\x18\xb1\xdf\x61\x6d\xc4\x6c\xe3\x1f\x51\x85\xea\x02\x87\x1e\xca\x6c\xae\x7e\x3f\x0e\x33\xcb\x66\x2b\x52\x93\xd5\x66\xa5\x7e\x7a\x8d\x19\x6e\xae\x90\xcd\x45\xb4\x40\x54\x8e\x43\x83\xa5\x82\x0b\x3d\x06\x1d\xbd\xf5\xec\x62\x01\xe3\x50\xef\x45\x26\xe4\x3d\x61\x43\x86\x30\x01\xcf\x78\xf6\xa0\xe2\xfc\x74\x2f\x03\x14\xbf\xb5\x05\xcb\x5e\x81\x22\x88\x81\x31\xdc\x04\x11\x03\xf3\x4c\x50\x03\x3c\x38\x0b\xa6\xf1\x6d\x88\xaf\x69\xb2\xb9\xb2\x31\x4e\x87\xdb\x36\x86\x10\x8d\xa3\x7d\xa9\x5d\x2e\x9b\xf9\x99\x73\xae\xf5\xc7\x53\x5b\x6a\x09\x74\x21\x53\x38\xac\xc5\xda\x52\x8e\xf2\x69\x4e\xcd\x84\x9d\xc9\x7e\x5c\x73\xc1\x0c\x33\xe5\x04\xb5\x92\x31\x44\x24\xa5\x3f\xdb\xac\xf8\x90\x03\xfb\x3e\x4c\x45\xf0\xf8\x74\xa7\x8e\xc9\x32\xf1\x00\xfe\x6d\x80\x80\xa3\x5e\x43\x26\x1a\x74\x1a\x2a\x5f\x1d\xa8\x0a\x75\x1e\xff\x1c\x25\x3d\xd5\x8b\x85\x8e\x24\x6a\x1c\x15\xa8\x86\x39\x77\x0c\x44\xe2\x9a\x94\x6e\x72\xa2\x53\x1b\xc6\x90\x5b\x2b\xc2\xe0\x68\x97\x78\x15\xf5\x4c\x16\x30\xc9\x90\x5e\x18\xfe\xd1\x9f\x5c\xa8\x21\xfd\xfb\xb7\x8a\x2c\xe2\x45\x81\xb5\x85\x1e\x1c\xbb\xbc\xa6\x27\x6f\x24\xa4\xfc\x3f\x86\x54\x06\x4e\x9c\x96\x39\xac\xba\x00\x24\x7f\x84\x6b\x6e\xa0\xc8\xf7\x94\x78\x57\x0f\xa4\xcb\xc5\x94\xf3\xaf\x29\x20\x1a\xd0\x18\x79\xc9\xd5\x9d\x9c\xc0\x66\x5d\xa2\x16\x07\xea\x44\x84\x6d\x1b\x5c\xd0\x46\xd8\x43\xa8\x14\x1b\x2e\x66\x48\xe5\xcc\xa8\x36\x4a\xf2\xec\x05\x15\x1e\x7e\xd3\x73\x16\x56\xce\x66\xf5\xce\x0b\x11\xbd\xa5\xef\x18\x97\x88\x8a\x52\x8e\x87\x74\xc4\x35\xa9\x5c\xbc\xb7\x81\xd0\x0b\x02\x35\x86\x91\x1e\xb9\xce\x57\xa4\xde\x30\x81\x40\x7c\x85\x1b\xb8\x46\xaa\xd3\x30\x5a\x13\x84\xa7\x23\xf0\x25\x83\x61\xb9\x27\xdf\x66\x60\x93\x87\xa5\x5a\xef\x83\x63\x1b\x7a\x9c\x15\x22\xe3\xf3\xc9\x6a\xdd\x6e\x05\xc5\x4f\x84\x06\x7c\xbb\x5d\xe3\x53\xe0\xff\x3e\xf8\x21\x8c\x07\x73\x49\x93\x03\xc4\x33\xdc\xaa\x28\x5d\xbb\x41\x95\x6f\xec\xa0\x62\x09\x71\x60\xc7\x9d\x9f\x5c\xca\x2b\xda\x08\xfb\xf9\xc1\x31\x74\x72\xa2\x2f\x20\xb2\x9d\x6a\xc8\x39\xdd\xfa\x36\x46\xd4\x71\x1a\xac\xf9\x45\x9f\xeb\x64\xbf\x25\x5e\x01\xa9\x55\xa0\x8d\xa1\x15\xee\x58\xaf\x04\xcd\x4c\x65\x02\x4c\x38\x88\x4e\x8d\xec\x51\x73\x4d\x2f\x2a\xd3\x32\x58\x67\x66\xba\x46\xc8\x65\x48\xf1\xe3\x30\xbf\xf1\xe4\x04\xde\x90\x5a\xa4\x72\x28\xcb\xaa\xa6\x91\x69\x25\x74\x84\xa4\x80\x25\x92\xb9\x10\x05\x5d\x61\xcb\x15\x35\x6d\x56\xa8\xb2\xfc\x38\xcf\xf1\xf0\x30\x63\xe5\x2f\xe3\xa4\xd3\x38\xf1\x47\x1d\x3c\xc8\xe4\xf6\x4c\x8e\x81\x16\xc7\x2e\xa2\x31\xa7\xe8\x0d\xfd\xf7\xc8\x80\x94\x9a\xcf\xfa\x80\x4a\x00\x18\xe7\x8e\xfb\xec\x32\xf2\x20\xdd\x09\xb4\x68\x71\x03\x73\xcc\xd5\x8a\xb3\x8b\xc9\xd9\x40\xee\x22\x61\x91\x0f\xad\xce\x42\xd1\x7a\x96\xeb\x3d\x52\x5d\xca\x19\x24\x0b\x58\x53\xc6\xb8\xbb\x36\x62\x5b\xd4\x3a\x82\x4a\x96\x28\x67\x50\x4a\x94\xb4\x07\x38\x6c\x1f\x4e\x84\x1c\x09\x53\x31\x47\xb6\x14\xa9\x0a\xb5\xd0\x8d\x73\x0c\x6d\x43\x2e\x2f\x45\xa4\x86\xd4\xb0\x6e\x68\xb9\x91\x01\x93\x39\x2e\x10\xdb\x60\xd7\xae\x54\x9b\xca\xb8\x2a\x63\x51\x75\x72\xa2\x7b\x16\xa9\x12\x74\x8d\x9b\x6a\xab\xf6\x4b\xa4\x22\x57\x36\xaa\x48\xfa\x34\x61\xdb\xb8\x23\xbe\x5e\xe3\x54\x3d\xe8\xa2\xaa\xa4\x2d\x73\xc3\xfd\x45\x0f\xf6\xa7\x7d\x1b\x88\x5a\x04\x29\x3a\x16\x1c\xae\x13\xf2\xdd\xed\x31\xc1\xf5\xdc\xe1\xad\x1a\x8c\xca\x2d\x87\x34\xf7\x74\xdd\x78\x44\x14\xe2\xba\x99\x6b\x1f\xb8\xdd\x7d\x7e\xf7\xa5\xb2\x14\x3c\xbf\x5b\xee\xd4\xa9\x28\x90\x00\x8b\x9b\xc5\x0f\x7d\x7e\x78\xc2\x0a\xe7\x3e\xc5\x40\xfc\x76\xfa\x18\xa3\xc4\xcf\xb1\x47\x52\x69\x45\xec\x83\x31\x54\xe6\xfc\xff\x58\x36\x66\xd5\xb1\x04\x39\xbc\x96\x44\x91\x14\x12\x3b\x4e\x22\x96\x8c\x39\xe8\xa5\x75\xc1\x88\x3d\x5e\xaf\xc9\x60\x47\x22\x80\x75\x06\x32\xae\x4c\x94\xac\xa3\x4d\x7c\xbd\x0b\x52\x60\x40\x6c\xa8\x9d\x9e\x0e\xe4\x0c\xc5\xe2\x88\x8d\xcd\x9b\x90\x5d\xd8\x61\xc6\x43\xed\xb2\xe0\x34\x93\xca\xac\xfb\x70\xcf\x58\x6d\xb4\xe8\x93\x2e\xda\x1e\x22\xed\x2c\x1a\x6a\x2c\xb5\x67\x55\xad\x24\x71\x06\x6d\xb3\xc1\x22\xea\x99\xd2\x9f\xda\x99\x13\x7b\x0d\x4c\x1b\x1f\xf1\xa1\x4e\x91\x12\x25\xf2\x74\x75\x80\x5b\x2c\x89\xae\xf9\x53\x54\xb9\x91\xe1\xa9\xd4\x22\xd7\x84\x0b\x51\x54\x31\x3c\xeb\xde\xa9\xdc\x3d\x69\x3d\x20\x85\x20\xeb\xcc\x3f\xf4\xf6\x30\xb1\x8d\x1d\x34\x38\x4f\x1f\x97\x1b\xd3\xd2\x99\x23\xa8\x66\xe3\x62\xac\x9a\x8c\xdc\x63\x16\xda\x0b\x40\x6d\x94\xc7\x07\x8e\x9c\x77\x77\xf6\x1d\x39\xef\x7f\xd4\xa6\xe4\x6f\x7e\x1a\x40\xd8\xde\x72\x6a\x46\x82\x46\x60\x86\x33\xaf\x4f\xbb\xc5\x92\x48\x6c\x08\x3a\x38\x8f\x8e\x05\x86\x3d\x05\x6f\x8c\xe8\xb2\xbb\xbb\x64\x57\x1f\xbb\x54\xbd\x4d\xae\x51\x9e\x08\xc7\xa2\xe4\x0d\x43\xa7\x53\x10\xd9\x54\xc2\xa6\xd2\xa6\xa6\x9b\x02\xce\x5f\x37\xbf\xaf\x50\x5b\x2c\x31\xeb\xdc\x38\x0e\x0f\x41\xa6\xd1\x3a\xe9\x00\xe9\xbd\x74\xa6\x07\xff\xdc\xbf\x9f\x03\xdc\xf8\x46\x72\xb4\x7b\x70\x96\x3c\xda\xd5\x3b\xa2\x68\x98\xdd\x56\xe2\x9f\x34\x31\xea\x40\x69\xb3\x89\x25\xf9\xc7\x64\x54\xf6\x27\x4a\xdf\x87\x68\xb3\x49\xff\xc1\x3e\xae\x12\x75\xee\xe1\xdc\x9c\xaf\x24\xf8\x48\xb2\x8e\x59\x57\xf7\x2e\x9f\xbb\x5c\xcd\xb5\xc3\x94\x5e\x80\x72\x0f\xd3\x01\x8c\x23\xbc\xe4\xd8\x7a\x24\x24\xe3\x55\xf3\x91\xf4\x8e\x76\x8a\x80\xb2\xca\xea\xa9\xce\x14\xe1\xbe\x60\x59\x02\xaa\xa5\x4a\xe2\x32\xd0\xa6\x57\xbb\x27\x53\xe0\xce\x8f\x75\x05\x40\xe3\x3c\x4a\x4a\x75\x8c\x71\x46\xca\xe8\xa1\x92\xe1\xe2\x1c\xee\x59\x2e\xcb\x5b\x9c\x4f\xd2\x24\x42\xca\x78\x3f\xba\xa5\x2d\xaa\xde\xc8\x83\x17\x67\x6e\x9f\x33\xf1\x44\x1a\x35\x17\xf5\x6b\xa1\xc7\x27\x47\x70\x1c\xbc\xc3\x1f\xbf\x16\xa7\x34\x82\xa0\xec\x2e\xb1\x02\x67\x32\x3e\x39\xe0\x15\xe9\x29\x81\x10\x51\x8f\x5e\xb4\x3b\x5d\x52\xc6\xa1\x28\x79\xc6\xd6\x7d\x8b\xff\x12\xbf\x17\x55\x2f\x88\x60\x65\x9e\xfd\x22\x33\xde\x6d\x6e\xe6\xe4\x28\xd1\x9f\x3e\xbb\x2f\xc0\x21\xe2\x31\x0f\xa3\xb3\x98\x10\xc7\x61\xc2\xec\xd0\x5f\x49\xf9\x2f\x78\x70\x7c\x2f\xce\x10\x3a\x39\x81\x37\x4a\xdf\x87\x87\x9e\x75\xae\x94\x61\x82\x54\x63\xb5\x53\x62\x42\xa8\xb2\xa0\x0b\xd0\xaa\xec\x38\x3c\x0d\x99\x84\x3d\x31\xcd\xf0\x00\xed\x85\x3e\xe5\x09\xe3\x59\xd6\x40\x77\x00\xd7\xde\xf0\x54\x64\x82\x33\x7b\x99\xcf\x3f\x21\x18\xe5\x42\xcc\xba\xc5\xf5\xec\x8b\x62\x55\xb7\x2f\xc1\xa9\xfd\x05\x43\x06\xb1\xab\x82\x51\xf4\xae\x07\xb3\x3e\xfe\xee\xe1\x5b\xbe\x24\x05\xd3\x6f\x13\x8f\x4c\xbb\x0c\x34\x55\xbc\xf8\x2d\x7d\x27\x4f\xaf\xdd\x88\xcf\x23\x9c\xf8\x19\xde\xbf\x86\xd4\x23\xf9\x3e\xce\xfc\xec\xe0\x24\xb5\x91\xd9\xa9\xff\xfc\xa0\xa7\x32\x48\xc5\xb9\xc9\xa5\xde\x4e\x73\x4e\xbd\xe8\x83\x22\xa2\xe7\x64\x7f\x4c\x27\xd1\x22\xe9\xfa\xfb\xfd\xff\x82\xa1\xa4\x32\xc7\xb6\xc2\xa8\x49\x8b\x2b\x82\xab\x52\x09\x2d\xd1\x57\x89\x81\x3b\x39\x5e\x47\xce\x99\x2c\x55\xcd\x82\x36\xb0\x42\x5b\x73\xc0\xf1\x3d\xc6\x6b\x20\xad\x11\x68\xa1\xc4\x08\x8e\xcc\x4a\xe9\x21\x01\xe6\x18\x1e\xda\x6f\x3b\xea\xd3\xfc\x0f\x07\x05\x68\x65\x41\x92\xb4\x8f\x9a\x4d\xdc\x4a\x07\x3a\x75\x2e\xd9\xa8\xc4\xdc\x43\xbb\xc0\x43\x9b\x9e\x3b\x2c\x65\x0c\xf2\x31\xa2\x33\x95\xc0\x34\xf9\x6e\xf6\xdd\x4d\xcf\x7d\xd8\x19\x9e\xda\xa0\xab\x24\x63\x49\x0a\x66\x1b\xcb\xc9\xf9\xeb\x89\xde\xba\xc4\xe2\xb4\x92\xd9\x5a\xea\x84\xac\x93\xfb\x91\x5c\xe5\x88\xd4\x55\x8f\x57\x66\x32\x24\x4f\x98\xcc\xb5\x96\xd5\x7f\xfc\x40\x61\x5f\xea\xa5\x58\xb1\xdc\xc6\xb0\x87\xf0\x9c\x93\xb5\xb5\x3e\x2b\xab\x8e\x72\x57\x15\x15\x42\x4c\xbe\x2c\x22\x6e\x64\x85\xbb\x8f\xad\x24\xa3\x00\xae\xe1\xa1\x85\x50\x36\x1a\xb0\x9b\x95\xaa\xec\xfb\x64\x6f\x7b\x55\x81\x9d\x7b\xa9\xb1\x18\xe3\x08\x93\x20\x57\xb9\x23\x53\xb5\x3f\xd2\xa2\x0a\xea\xcd\x6a\xce\xdf\x5c\x44\x31\x5f\x73\xa8\x59\x65\x76\x97\xb8\xdc\x14\xad\x9b\x92\x20\x64\x1c\x6e\xe2\x58\xdd\x2e\x81\xc7\xac\x09\x0d\x3a\x32\xcd\xe7\xce\x32\x4b\x34\x73\x8a\x4f\x54\x31\x59\x75\xa3\xe6\x8b\x75\xce\x26\xad\xd0\x3a\x9e\xb8\x4e\x8a\x55\x9d\x3f\x38\xce\x13\xcf\x83\xe3\x38\x8c\xa5\xa6\xfa\x38\xab\x0f\xdc\xb0\x15\x56\x31\xc6\x34\xf4\x42\x2b\x54\x0f\x9b\x08\x9e\x81\xeb\x67\x0c\x2a\xfc\xa5\xa5\x64\xc6\x85\xe8\x54\xfd\x03\xf2\x96\xcc\x0e\xa9\x03\xcb\x61\xce\xbb\x3a\x68\x60\xce\x47\x98\x9c\x6f\x59\x37\x89\x2b\x52\xa3\xae\x91\x4b\x06\xe2\x24\x6e\xa9\xe3\xb4\xd1\x99\xae\x85\x38\x39\x2d\x83\xb9\x31\xd6\xd7\xa8\x26\xc5\xe4\xd0\x17\xd1\x42\x40\xdb\x6e\xfd\x2e\x07\x27\x77\x0f\x30\x61\x42\x7f\x60\x0f\x56\x4c\xd8\x65\xde\x90\xe9\xb7\x20\xe2\x80\x4d\x57\x7d\xb3\x01\x5e\xc9\x2d\x99\x17\x6e\xc4\x68\xff\x66\x86\x99\x7d\x9f\xad\xd1\x19\xa7\xbb\x33\x9b\xe3\xdc\x7a\x89\xa1\xe1\x61\xe3\x75\x7f\x59\x1f\x77\x6a\x7d\x38\xfe\xd0\x20\x03\xa4\xb4\xb5\x1c\x17\x70\x06\x93\xfb\x5d\x3d\x21\x26\x4f\x5d\x77\x32\x5e\x22\x51\x9c\x2c\xbc\x71\x66\xa4\x0c\x82\xcd\xf0\x21\x96\xef\x70\xb3\x58\xc2\x78\xbe\x81\x3b\xb1\xa2\x20\x65\x49\x85\xa2\x74\x47\x63\x4a\x97\x1b\xde\xcd\x9e\x82\xdb\xb0\xa9\x20\x6d\x57\x45\x0b\x1e\x6e\x5a\x39\x67\xba\x93\xd6\x15\x38\x16\x96\x1d\xc6\x35\xb2\x12\x94\x9d\xb3\xb3\x20\x8a\xd9\x74\x9a\x3e\xc9\xf6\xe0\xc4\x6f\x72\x31\x1b\xfd\xc9\x51\x6b\xbe\xc5\xe0\x00\x8a\xfe\xf4\x25\x5c\xfa\x80\x8b\x77\x22\x94\x55\x95\x66\x58\x65\xe4\xec\xac\x47\x06\x26\x27\x3e\xf9\x73\x8d\x0b\xef\x5c\x6f\xfa\xf8\xe4\xc5\xf9\xf8\x24\x40\x6b\x0e\xfa\x87\x1c\xd3\xc4\xf9\x4d\x50\x38\x76\x60\xb2\x62\x20\x0e\xdd\x59\xee\x9c\x88\x31\xde\xac\xb5\xec\xb1\x0f\xcb\x76\xcf\x48\x37\x08\xc9\xdb\x16\xf6\x90\xe7\x2e\x98\xb7\x18\xd7\x06\x87\x14\x99\x5d\xb0\x98\x1d\x1e\x0d\xb4\xc9\x6d\xe1\x10\x69\x95\x5f\x12\xd6\xe2\x46\xd4\xa6\x09\x2a\x34\x75\xd9\xf2\xaa\x15\x12\xed\x34\xf5\x49\xcd\x93\xa7\xc9\x81\x76\xb7\xec\x5b\xc4\xee\x7c\x73\xa2\x34\xd6\xb7\xf7\xbb\x5b\x6e\xd5\x7b\x50\xe3\xf6\x9a\x36\x7c\x12\x8f\xb4\x30\x4a\xb5\xb7\xaf\x3d\xc7\xdb\xf4\x2b\x0a\x32\xd9\xe7\xfe\xf1\x3f\xff\xd9\x1a\x6d\x71\x73\x0a\xa2\xbe\xcb\x8f\x62\x3f\xf4\x9f\xa8\xda\xe0\x23\xb8\xff\x28\xc8\xdb\x38\x52\x6f\xa9\xe3\x67\x53\x5b\x1e\x86\x60\x36\x15\xc5\x8c\x45\x7d\xfc\x29\x3c\xc7\x5b\x36\x85\x8b\x7a\x4e\xff\xb4\xfd\x3c\x4c\x9d\x2e\xb4\x47\x16\xb4\x03\x10\x9c\x58\xd4\x89\xba\x51\x4b\x3f\x12\x90\xb0\x6f\xd4\xbe\xaa\xb2\x37\x62\xe3\xaa\x3c\x85\xfc\xce\x5d\x7a\xb7\x2e\x81\xb1\xe8\xa7\xae\x56\x02\x41\xde\xd7\xf8\x6d\x17\x97\xf6\xef\xf8\xbd\x60\x27\xe1\x34\x9d\xf3\x7f\xb4\xb7\x1d\x4f\x0b\xef\x8e\x0d\xcf\x81\x9b\x9c\xf2\x87\x3b\xda\xbd\x54\x21\x8e\x24\x01\xbd\xc6\x3a\x39\xf0\x2c\xca\x08\x08\x37\xcb\xf8\xe7\xe1\xc3\xf1\x52\xdb\xca\x8b\x2e\x3d\x6d\xc5\xb6\x4c\xa6\xa6\xad\x2e\x18\x83\xa0\x31\xb3\x54\xb2\xab\xc6\xd7\xd5\x16\xe4\xd1\x9e\x61\x07\xf7\xdd\x21\x48\x69\xcf\x11\x08\xc1\x9c\x04\xcd\xc8\xd8\xaa\x81\xa4\xd8\x64\x0c\x37\x7d\x5f\x6b\x89\xdc\xb5\x6d\x9c\xdc\x2d\x16\x6b\x64\x80\x6a\x21\x7b\x82\x6a\x9f\xce\x91\x43\x06\xa6\x1c\x37\x14\xa8\xaa\x82\xa0\x16\x59\x98\x45\xa9\x4a\xcd\x67\xf6\x5a\x09\xb1\xa2\xd7\xb4\xc2\x33\x85\x38\xda\xcc\x1a\x24\xe5\x20\xfc\xf7\xbf\x03\x5b\xd6\x0c\xd7\x6c\xc3\x6c\xcb\x6c\x39\x06\x59\x2f\x5a\x81\xc4\x4f\xda\x98\x78\xb0\x0c\x40\x3b\xd5\xc2\x5a\xfc\x37\xae\x04\xc4\xe0\xa4\x16\x8d\x2a\x55\x65\xce\x94\x96\x4f\x61\x0d\xc5\xd5\x65\x74\x59\x57\xe5\xa5\x63\x0e\xa5\x63\x5d\x1b\xde\xbd\x03\x46\x37\x78\x59\x57\x5b\x83\x43\x54\xc3\xa3\x4d\xbb\x7c\xe4\x63\x59\x95\x90\x14\x74\x4e\x4c\x35\x09\x2a\x4e\xd6\x17\x1a\xee\x6e\x06\xa7\xee\xce\x5d\xb4\xae\x52\x2b\x89\xe3\x1b\x06\x7f\x14\xa2\x92\xfb\xfb\x4b\xc7\x79\xf4\x6d\x18\x6e\x3c\xa4\x8a\x10\xce\x37\xad\xb2\x79\x5a\xb7\x43\x69\xf4\x32\x62\xcb\xd4\xa2\xb2\x94\x75\xac\x0b\x78\x8f\xb7\x2a\x7b\x36\x34\x33\xec\x31\x8d\x0c\x49\xf8\xd6\x80\x4f\x1f\xb9\xb8\x82\x4a\x13\xfa\x8c\x34\xfd\xde\x65\x8a\xbc\xcb\x22\x8b\x28\x3d\xae\x8d\xd5\xb7\x70\xa6\xeb\x47\x4e\x7c\x46\x0a\xbb\xd6\xc7\x1c\x93\x19\xd1\x85\x1d\x37\xce\x3b\x51\xb7\x1a\x74\xcc\xa2\xbb\x00\x7c\x3b\x2b\x1c\x50\xcf\x98\x44\x40\xc4\xd4\x33\xc2\xd8\x06\x8f\x2c\xf4\x37\x39\x51\xdd\x89\x4b\x8d\xc4\x13\xf1\x20\x3c\xdc\x11\xcf\x57\xe1\x2d\xce\x2f\xeb\x36\x17\x7a\xb2\xa3\x3c\xb1\x1a\xbf\xd4\x79\x33\xc1\x90\x92\xf9\x10\xa5\x3f\x84\x78\x96\xf1\xfb\xad\x28\xa9\x81\x1c\xb9\xc2\x67\x36\xd5\x88\x46\xf0\x8f\xc7\xf0\x4f\xda\xda\xfd\x2c\x4e\x05\xaa\xac\xb5\x29\x75\x93\x49\x72\xde\x51\xe9\x24\x0e\x79\xbb\x64\x99\x9b\x4c\x32\x54\xf9\x47\x21\x27\xaf\xac\x64\x39\xf8\x25\x6e\xcd\x2d\x4c\xe2\xf1\xc4\x9a\x4a\x01\xf3\xc5\x06\x85\x4b\xae\x8a\xa4\x66\x0c\x5d\xe1\xc9\x83\x63\x35\xd8\x14\x5a\x7a\xea\xdf\xff\x34\x13\x0f\x9c\xcb\x91\xd2\xb5\x07\x98\x58\xa3\x4a\xc7\x70\xae\x3f\x49\xc1\x17\x3a\xf7\xe3\x24\xf1\x65\xd2\xc3\xd2\x7b\x74\xe9\xcb\x72\x92\x06\xd5\x20\x3a\x07\x43\xeb\x83\xd0\x9e\xee\xc0\x18\xc5\x37\xba\x7f\x41\x7f\x12\x50\xd7\x67\xcd\x2c\x56\x33\xf9\xe3\x96\x51\x94\xce\x0d\x19\xe5\xfc\xf9\x33\x78\x85\x9a\x96\x14\x64\x8d\x7c\x2b\x6d\x08\xbf\x28\x1b\x66\x30\xdb\x24\x2c\xae\x14\x49\xe9\xe3\x09\xeb\xee\x99\xa5\xe3\xfc\xef\x2f\xdd\x05\x85\x3c\x74\xfe\xfc\x99\xf3\x78\x4f\x3c\xe4\x8f\x69\x59\xe9\xfc\xf9\xb3\x99\xf3\xe0\x2f\x56\xea\x20\x85\xcf\x87\x95\xdc\xc7\x41\x3a\x7a\xc2\x34\x0f\x8c\xf1\x47\xf2\x8a\x44\x73\xb6\x5a\x98\xd7\x1d\xd9\xb7\xb4\xc6\xaa\xa4\x87\xae\x01\x1d\xd8\xbf\x72\x8f\x4e\xec\x53\x2b\xab\x5a\xf6\x5b\xe2\x82\x94\x58\x56\x11\xd5\x55\xf9\x53\x83\xd8\x3b\x1e\x28\xa0\x5a\x9e\xbc\x4d\x99\xc8\xa6\x3c\x77\xc5\x6c\x8f\x8d\x3e\x94\x47\xab\x32\xd1\x73\x41\x1b\x07\xf1\xbc\x17\xda\xa8\x59\x6e\xd5\x04\xc1\xde\xfd\x28\xcf\xd2\x7b\xb7\x05\xec\x00\x11\x2d\xd8\x06\x76\x39\xb5\x76\x3f\x69\x62\x83\xdf\xf7\x84\x5c\x38\x46\xce\x86\xf5\xe4\x3b\x2f\xeb\x51\xa9\xc6\x3e\x37\xa5\x42\x5a\xc1\xfe\xbf\xf7\xcc\xa7\xf6\xd8\x03\x98\xea\x3b\x0b\x5d\x33\x3f\xe5\x16\x84\x02\xf6\x33\x4d\x3e\xcc\x00\x6c\x74\x26\x62\xe2\xc8\xf4\x0e\x5e\xcc\xc5\x79\xec\x60\x24\x8a\x1c\x46\x77\xb1\x29\x45\x19\x65\x29\x31\xb9\xc1\x52\xb4\x41\xea\xea\xc5\xf9\xc1\xde\xac\xcf\x10\x0f\x8e\x1d\x29\x37\xbc\x7d\x92\x32\x1a\x4c\xca\xce\x07\xf7\x13\x96\xdf\xf7\xea\x38\x68\x9f\x51\x98\x22\x83\xf1\x61\xb7\x0c\x09\x0c\xde\x29\xb3\x51\x38\x55\x5e\x39\xf6\x02\xcc\xd6\xab\x29\xf8\x1d\xa2\x4a\xc4\xe4\xf4\x0d\x5d\x76\xb3\x25\x80\x9d\x7a\xc1\xdf\xcb\x8a\x43\xa3\x1d\x25\x52\xd4\xd9\xd6\xb3\x33\x07\x47\xd9\x34\x77\xd8\xa9\x48\xca\x4d\xe1\xf9\x56\x52\xb8\x04\xe0\xcb\x4e\x02\x0f\x6a\xc3\xea\x2e\xa2\xa5\x8d\xde\x97\x14\xc7\x16\xf3\xfb\x91\xf1\x09\x3a\x3b\x78\x6e\xc4\x64\x0c\xee\x26\xf6\x6b\x38\x40\x6c\x83\x0e\xe6\xbf\xc0\x5c\x74\xf9\xaf\xcb\x92\x4c\x01\xf3\xb3\xe0\xbf\x8c\x73\xf1\x39\xb2\x61\x84\xb1\xcf\x90\x1b\x43\x70\xee\xc4\x94\xb9\x85\x7e\x86\xbc\x39\x44\x07\x47\xf1\x3e\xae\x6c\xa5\xeb\xb2\x73\x44\x4f\x10\xd7\xa7\x0f\xea\xc5\x01\xd3\x9f\x53\xe9\xcf\x7d\x7e\xf1\xfe\x62\x83\x09\x66\xb8\xcb\xb0\x60\xbc\x7f\x98\x4f\xea\x1e\x7e\xbc\xf0\x62\x01\xc8\xa6\x03\xeb\x0d\x3a\x75\xa0\x44\xa5\x2f\x8a\x2d\x11\x06\xd7\x98\xff\x2d\x6e\xf5\x92\x69\x6a\xdb\x6f\x54\x49\x5f\xed\x87\x08\xd3\x4e\xa7\xa5\x84\x9b\x2c\x36\x0a\x9d\xb8\x7d\x56\x9f\x0a\x57\x2e\x0f\x84\xae\x45\x32\xb3\x41\xf6\xe8\xe3\xf1\x29\x6d\x9e\xa8\x74\xe8\xc4\x61\xa5\x69\xff\x96\xc2\x1e\x76\x12\x5c\x44\x7d\xa6\x0e\xc7\x00\xd0\x7d\x2e\xce\x87\xaa\xd3\xd0\xb7\xf9\x5d\x67\x8f\xdc\x7f\x8a\x3d\xcc\xdc\x1d\x2d\x51\x09\x91\x7c\x71\xd4\xfd\xde\xbe\x02\x7b\xb8\x81\x05\x6e\xef\x16\x96\x9e\xb1\x5e\x04\xc8\x4f\xdc\xd0\xe2\x90\x42\x5e\x97\x8f\x37\x0b\x07\x30\x4a\x9f\x11\x03\x3d\xc9\x12\x42\xe0\xd9\x8c\x89\x0c\x4a\xe3\xbc\x07\xfd\x19\x4f\xdf\x09\xa0\x76\x51\x39\xf4\xd5\x6b\xd9\x2d\x2c\xe8\x94\x61\xde\x02\xba\x42\xa4\x12\x17\x46\x8a\xe2\x71\x1a\x08\xb1\xaa\x18\xa4\x19\x74\xd7\x4f\x1b\xba\x4a\x80\xc2\x55\x08\x41\xa1\xf9\x2f\x43\x7c\xe7\xd7\xb7\x83\xd4\x76\xbf\x29\xb9\x95\x34\x98\x3a\x6d\x8e\xb4\x23\x28\x44\x4a\xca\xff\x13\xe6\xd2\x90\x98\xf6\x9e\xbc\xbb\x3c\xc0\x76\x70\xf0\x14\xe7\x7a\x49\x4e\xa1\x41\x23\x56\x9e\xe6\x59\x3f\x8b\x50\x83\x28\x5f\xf1\x33\xd9\xc1\xce\x97\x1c\x40\x6f\xf1\x33\x39\xb7\x60\xdc\xac\xa6\xbb\x75\x44\x24\x10\xb0\x20\x35\xb7\x51\x73\x69\x59\x29\xdf\xab\xb3\xeb\x3a\xb8\x1c\x66\x78\xf2\x6f\x47\x12\xaf\xcd\xb9\xde\x6b\x1a\x6f\xfe\x00\x5d\xb7\x24\x1b\x7e\xe9\x8a\xdb\x8a\x83\x94\x94\x42\x00\xf4\xdf\x7c\x42\x16\xea\xdd\xf0\x7e\x13\x5b\x12\x69\x6f\xc7\x09\x02\x60\x0c\x4b\x54\xd4\xf9\xe5\x06\x4f\xce\xe9\x35\x95\x44\x31\xc0\x4d\x8f\xfa\x75\x4a\x2e\xa0\xd6\x24\x7d\xe9\x42\xa7\xf2\x78\x8f\x77\x62\x47\x69\x37\xc2\x12\xc4\x10\xd1\x1e\x24\xb4\xaf\xfb\x2d\xc2\xf2\xcd\x32\x94\xbd\x93\x34\x09\xa3\xdd\xa4\x87\xe2\x8e\xe2\x5b\xd9\x54\xdf\x54\x76\xef\x0d\xaa\xa4\x78\x13\x1e\x56\x27\xc5\x6f\x32\xa8\x52\xca\xad\x25\xff\x06\xe7\x93\xc2\x95\xd8\x8c\xe0\xf8\x94\x4e\x20\x87\xa4\x2b\xcb\xc2\xd4\x5b\x65\x5c\x92\xf0\x2a\xa8\x50\xe2\xa8\xcb\x5e\x75\xad\x48\xc7\x96\xfe\x2d\xd8\xa7\xd3\xee\x71\xc6\x9d\x7b\xa9\x0a\x8e\x1c\xf5\xe4\xf9\x85\x6e\xf2\x4e\x75\x15\x94\xd9\x79\x3f\xdb\x12\xb1\xfd\x4c\x76\x98\x26\x1c\x9b\xb7\x9a\xc5\x99\x95\x4a\xbb\x21\x6e\xec\x19\xeb\x1c\x8c\x6c\xb9\x28\xa9\x86\xfa\x8f\x84\x76\x60\xf5\xb6\xcf\xab\xee\x6f\x11\x3b\x9e\x6b\x55\xe8\xf7\xe6\x6d\xce\xd0\x59\xda\x18\x7a\xc8\x6b\x1c\x35\x19\x45\x62\x4f\x23\x79\x8f\xdf\x1a\xc7\xab\x40\x55\xc5\x6c\x31\x33\x73\x88\xec\x7a\x89\xf5\xdd\x5f\x5c\x49\x9a\xe4\x29\x7d\x86\xc9\x66\x4f\x83\xbd\x12\x8d\x03\xcf\x1d\xc6\xcd\xba\x8a\x1b\xca\xa0\xa1\xde\xf6\x70\xc3\x7d\xaa\xf8\xe3\xef\x35\xa9\x7e\xd7\xf5\xd5\x92\x95\x20\x3b\xc7\x70\x6a\x83\x86\x03\x99\x61\xdc\xd4\x7d\xdb\x8f\x5d\x8e\x9f\x13\x21\x66\x25\xe7\xe9\x1d\xfe\x6b\xa9\x32\x32\xb7\xea\x16\x3f\x53\xa1\x34\x7c\x59\x15\x65\xf3\x18\x5f\xde\xfc\xa2\x2f\x45\x17\xf9\xdb\xf6\x88\x8d\xd9\xf7\x49\x5b\xb3\x83\x6c\x45\x79\xaf\xce\x8b\xf0\xa0\x4f\x24\x0e\x6a\x7c\x1d\x1c\xe4\xfa\x42\xfc\xdf\xcc\x02\x6f\x1a\xb2\xb4\x05\x32\xb4\x11\xe7\xa7\xd7\x5b\x39\x3c\xd5\x4e\x20\x69\xa3\x23\xfa\xda\x92\x1a\x15\xa4\xe4\x4f\x66\x59\xbc\x19\x3c\x0d\x0c\x3f\xca\x8b\xfa\xec\x4a\xba\x4e\x3a\x26\xa5\xaf\x3b\xff\x64\xc5\x62\xfd\x97\xc4\x5b\xc2\x4f\xdf\x6d\x41\x43\xfc\x2c\x51\x49\xc8\xb9\xfb\x5f\x72\xbf\x53\x06\xa5\xa3\x00\x77\xae\xf2\xf6\x20\xb6\x12\x03\xbf\xc0\xd7\xca\x9c\x1e\xa0\x5c\x1f\xde\x51\x7c\xc9\xab\x56\x92\xf6\xb0\x76\x63\x34\x7f\xc9\x3b\x57\x2b\x49\xf2\x99\x16\xde\x88\xf9\xb2\x5b\x57\x04\xd1\x2e\x93\xd1\x51\x28\x77\x15\x7a\x47\x0d\x67\xf5\x62\x8a\x43\x14\xab\x3b\xd6\xd6\x30\x7e\x87\x5c\x9f\x89\xab\x88\x6f\x58\xaa\x38\x5d\x3f\xd8\xd6\x3f\xd4\x20\xb2\x44\xa9\x83\x38\x3d\xbe\xdf\xc8\xab\x1c\x82\xbd\x8c\x6e\xc9\xd0\x79\x17\x17\xaa\xb7\xaa\x54\x6a\x58\xd4\x62\xea\x57\xef\x5f\xe2\x55\x6a\x7f\x22\x5f\x06\x22\xbc\xa0\xb2\xeb\x5e\x84\x5d\x2e\xac\x4c\x8d\xeb\x5c\x10\xf8\xfd\xb0\xfb\x01\x61\xc7\x5b\xe4\x72\x7d\xb9\x45\xd7\xc3\x40\x5e\x67\x50\x70\xf0\x2d\x63\xe9\x00\xc8\x47\xce\x00\x39\x44\xbf\xf3\x39\xb8\xa7\xec\x40\x16\xa3\x2e\x23\xb9\xeb\x0c\xf9\x29\x3d\xc3\x2e\x2e\xe9\xbb\x3b\x71\xff\x76\x81\xcd\xb4\xda\xdd\x3c\x08\xf4\xcf\x83\xe3\x31\x3c\xde\x65\x2b\xdc\x0e\x63\x7e\x0a\xa6\x1c\xcf\x90\xfb\x62\xc6\x2e\x53\xe9\xae\x18\xf3\x63\x82\x25\x1d\x76\x64\xfd\xc5\xed\x92\x48\x54\xed\x6e\x64\x0e\xca\x3e\x42\x12\xde\xe9\x72\xb3\xd8\x16\xdc\xd4\xa6\xba\xe4\xdd\x1b\x84\xaa\xe2\x71\xf9\x99\x5b\x85\xfb\x36\x0a\xfd\x65\xef\xcb\x32\xdc\xed\x52\x8e\x4f\x64\x75\x05\x98\xef\xdd\xb7\xeb\x35\xb1\xa2\x35\x74\xf2\xda\x78\x05\xd8\x33\xe1\x68\xbe\xb7\xa3\xc1\x46\xcc\x22\x0b\xb1\xdb\x10\x4b\x63\xe6\x35\x5c\x36\x35\xaa\x40\xdc\x27\x91\x4d\xba\x3a\xdd\x57\x26\x9b\xfc\x65\x7f\x05\xb2\x49\xd6\x8f\x47\x65\x09\xce\xbd\xaa\xca\x48\x4b\x5e\x2e\xad\x77\x2c\x25\x75\x32\x11\x04\x95\x35\x5a\x56\xa4\x6e\xbb\x2f\x9c\x53\x61\x51\xd4\xe0\xfa\x9b\x16\xc8\x6a\x85\x4b\x82\x5a\x2c\x8a\x62\x2c\x2a\x59\xae\x4d\x91\xee\x80\x4b\x33\xe1\x66\xf7\xa9\xa6\xba\x8b\x05\x5f\xc0\x07\xbd\x82\xaf\xe7\x5a\x43\x1d\x6c\x57\xcb\x4b\x5a\x52\x61\xf1\x2f\x09\x62\xb1\xfd\xdc\x0b\xa4\x74\xd6\xfd\xc9\x09\x30\x6a\x63\xd6\xbc\x2f\x19\x5f\x2b\xfd\x4b\x00\xdc\xcf\x5d\x68\x95\xb1\xc0\xdd\xa7\x56\xd9\x23\xe5\x58\x05\x35\x62\x41\x77\xaa\xa0\xc6\xcc\x6b\x88\x82\xd2\x97\xab\xd9\x9b\x12\xe7\x8e\x2d\x7d\x57\x8a\x4a\xcd\x42\x6a\x5f\x52\x5f\xee\xaa\xa5\xe0\x4b\x52\x53\xe1\xa2\xbf\x02\x1d\x65\x05\x47\x84\xf1\xcf\xd7\x72\xee\x9d\x6a\x34\xd3\xbd\xdb\xcc\xa3\xa6\x70\x57\xf2\x68\xdc\xa4\x86\x08\x23\x25\x77\xdc\x3b\xfa\x43\x09\xa4\xb6\xb2\xa4\x5a\x1d\x2a\x7a\x4c\xc5\x2e\x9b\x61\x6c\x72\xbd\xf4\xf5\x38\xd1\x45\xe4\xe9\x5d\x55\x39\xc3\x47\x55\x15\x5e\x81\xf3\x85\x6c\x9a\x9a\xf9\xef\x98\x24\xbc\xc7\x8d\x4e\x0b\xca\x4f\x43\xbf\xf9\x09\x0c\xa1\x55\x93\xb9\xfe\xa9\x02\x4f\x7a\x02\xfb\x89\x3d\x7d\x51\x9a\x33\xbd\xf4\xaf\x40\x7f\xfa\xa9\x9d\x56\x45\x65\x68\xa1\x4f\x51\x59\xa4\xba\xd7\xfd\x47\x49\xe0\x61\x93\x4f\xa6\x89\x77\x5c\xe6\x5e\xf5\xb1\x8f\x02\x21\xc9\x76\x9c\xd6\x48\xc8\xdf\x95\x58\xdc\x61\x35\xe3\x04\xe6\xa7\x8a\x86\xe9\x09\x7c\x7d\x01\xb1\xf4\xca\xbf\x02\x79\x29\x63\x62\x32\x42\x92\x0f\x84\xc9\x2b\x15\xd5\x41\x67\x0d\x2b\x4e\x89\x3a\x42\x96\xeb\x3b\x1b\x39\x43\xb5\x3c\xa4\xf2\x89\x03\x63\x3b\xe9\x90\x9e\x08\xc3\x17\xaa\x44\x06\x6a\x96\x5d\x16\x7f\x72\x02\xe2\xb2\x02\x8f\xbe\x34\x69\xe4\x0e\xe7\x86\x81\xd9\xbe\x3c\x08\xfd\xe2\x6b\xd5\xaf\xde\x40\xce\x00\x25\x7b\x90\x2c\x8b\xbd\xdc\x4e\x74\xb8\x6f\x1d\x4c\xe4\xf3\x8d\xed\x8d\xd1\xdc\x63\xd1\xfe\xb9\xa9\xee\x3e\x5d\x3e\x76\x7d\xb7\x4a\xd2\xb7\x49\xce\xfb\x23\xe5\x5c\x92\xfd\xe3\x8a\x32\xdc\x04\xf7\x78\x88\x1f\x99\x67\xc5\x30\x6d\xc5\x94\xc6\x8a\x99\x82\xbe\x90\xa5\xaa\x8c\x9e\x11\xd1\x08\x45\x96\x73\x54\xbc\x37\x60\xe4\xa3\x18\xd8\xca\x92\xf1\xaa\xb9\xc9\xe3\xf0\xe6\x40\xe3\x94\xf3\xe8\xa2\x25\xe7\x88\xd9\x20\x93\xa9\xe0\xeb\x12\x54\x37\xc8\x4c\xfa\xc2\xcc\x22\xbb\xba\x4f\x68\x0a\xf9\xef\xef\xfd\xde\xb3\x68\xbc\xae\x5a\x50\xde\x3c\xc2\x0b\xc1\x53\x0f\xed\x95\xe0\xe9\xe7\x26\x36\x08\x67\x67\xf0\xdd\xec\xbb\x7d\x95\x92\xb2\x98\x1b\x7e\x74\x5b\x1e\xfc\x14\x2d\x6d\xae\x31\xf7\x2d\x36\x75\x4b\x2a\x37\xe6\xb8\x44\x57\x18\xe6\x18\x5b\x97\xa1\x9e\x72\xf6\x12\x77\x81\xc9\xe3\x59\x1e\xf7\xb2\x16\xb5\xd1\x15\x7e\x90\xae\xb5\xea\x9e\x22\x8a\x00\x85\x4b\xf8\x9e\x83\x29\x63\x15\x09\x2a\xef\x09\xfb\xf4\x51\x84\xf5\x64\xba\xa6\xd1\x9b\x0d\xd9\xb1\x14\xad\x6b\x86\x2f\x25\xe3\x90\xdd\x6c\x29\xba\xd3\xa1\x4b\xb9\xb3\xf8\x8d\x1d\x64\xd8\x35\x75\xa9\x7e\x4a\xcc\xda\x86\x6e\x6d\x5f\x39\xf3\x3a\xae\x41\xf3\xd8\xd6\x09\x4b\x96\xa2\xc9\x4d\xbb\xcd\x96\x7a\xb1\x3d\x8e\xad\xf8\x92\x04\x89\x3b\x50\x78\x7d\x58\x36\x42\x34\x10\x1c\xe9\xe5\x8d\x2d\x07\xe3\x08\x1f\xb1\x40\x50\xc0\x73\x4a\xb0\xa9\x2c\x5a\xed\x07\x2e\xe8\xa6\x2e\x53\x12\x22\x41\x8b\x23\x6e\x20\x1c\xc1\x29\x9d\xd7\x2f\x8f\x34\x56\x6f\x5a\xcd\x09\x94\xc5\xf2\xa6\xa3\x26\xb4\xad\x10\xdb\x52\x75\x26\xd0\xb9\xb8\xad\xa6\x50\xd1\x9a\x53\xa2\xbc\xa6\x2e\xc7\xd0\xfb\xa8\x61\x02\xb7\x5b\xc7\x04\x76\x2b\x49\xe4\xd0\x60\x54\x94\x44\x16\x71\x6a\xf0\x42\xda\x7f\x01\x78\x39\x19\xf6\xba\x99\xf9\x92\x22\xf7\x3a\x6a\x8a\xf0\xcf\x15\x6a\xec\x36\x9b\x4a\x96\xd6\x61\x33\x10\x46\x40\xb2\x19\x59\x44\x19\xdf\xaa\x44\xe0\xcf\xf8\x12\xfd\xb8\x6d\x31\x7b\x85\x1b\x99\xf6\x8d\x4b\x51\x1f\xe8\xde\x19\x88\xeb\x8d\x3b\x4e\x59\x84\x13\x51\x54\xeb\x8e\x52\xe2\x05\x5f\x96\x60\xe4\x47\xc1\xeb\x93\x1d\x11\x1d\x16\x61\xcf\x1d\x9f\xe8\x90\x49\x99\xd9\x9b\x4a\x31\xf3\x8e\x34\xf4\x8f\xc9\x5f\xbb\x0b\xbe\x74\x94\xa0\x09\x66\x91\x2b\x41\x35\xe0\x8e\xf9\x78\xa2\xa3\xcc\x53\x23\x7c\x42\xd3\x34\x7c\xe0\x9a\xa5\xe1\xb3\xbb\x30\x49\x03\x5b\x53\x27\xa8\xef\xc7\xcc\x1c\x68\x65\xa6\xd7\x7d\xa7\x16\x66\x6e\x0a\x43\x4d\xb2\xb0\xfd\x27\xb0\x2c\x73\x53\x18\x63\x55\x8e\x0e\x7a\x81\x1f\x19\x72\xcd\xc4\xb0\xba\xc5\x00\x1b\x51\xf6\xf2\x65\x1b\x88\x16\x12\x09\xeb\xb0\xa3\xde\xdf\x30\x18\x7c\x31\x56\xa1\xac\xd6\x37\xc2\x20\x94\xb5\x69\x2d\x11\x8b\xe2\xb4\x3d\xc6\xa0\x3f\x91\xc4\x94\x4e\xe4\x69\xb1\x36\x8a\x82\xb9\xbb\x7d\xa2\xc2\x64\x55\xa9\xc3\x72\xa5\xda\xe5\xab\x2a\x93\x37\x2b\x77\xf4\xd8\xe0\x2d\x3d\x73\xb1\xc4\x25\x6e\x65\x45\x29\x36\x39\x3a\x85\x5f\x65\x3c\x2a\x34\xdc\x4c\xe1\xd1\x73\xe6\xbc\x73\x16\x31\xd2\xec\x3d\xde\xb2\x64\x0c\xe7\x06\x1c\xc1\x9b\xff\xe6\x1f\x95\xed\xe1\x86\x8e\x60\xb5\x6c\xa4\x6b\x68\x79\xfd\xce\x0c\x28\x12\xe4\xaf\x96\xf1\x5b\xaa\x93\xf8\xb7\x34\x0b\x28\x08\xce\xd0\x7a\x8d\xeb\x72\x12\xf7\xb5\x63\x8d\x48\xd9\xed\x90\x4d\x63\x4d\x46\xce\x01\x6d\x87\x96\xa2\x0d\xe2\xdd\xc8\xc9\xaf\x7d\x76\x0a\xbf\xba\x3f\x8c\xa6\x2c\xeb\xc9\x4b\xe2\x0a\x1b\x3b\x7a\x86\x45\x63\x9d\xc1\xaf\xff\xf2\x61\xa6\x13\xd5\x2e\xce\xf9\xda\xd4\xc8\xf9\x38\xa2\xc0\x6f\x47\x54\xe1\xe1\x8c\x24\x2e\xee\x77\xe7\xa4\xb1\xed\x41\xa5\x4f\x73\x5e\x9c\xdf\x8b\xca\xe5\x7d\xfe\x5c\x65\x96\x98\x65\xaf\xe0\x8d\x04\x9f\xe5\xba\xec\xee\x4e\x74\x35\x84\x67\xe3\x29\x76\x3c\x4c\x73\x71\x57\xaf\xd9\x1e\xb3\xbd\x8d\x22\x97\x8e\x95\x04\x34\x94\x99\x5d\xee\xe4\xf9\x4e\x72\xc7\x9d\xf6\x18\xe1\xf3\x42\xd4\x0d\xaa\x17\xd4\x48\x99\x7d\x2a\xb3\x47\x55\x65\xc2\x26\x5c\xf8\x74\x84\x55\xb2\xb2\xa8\x5e\xd0\xbe\x96\xb1\x64\x19\xa7\x23\xdd\x96\x43\x65\x92\x9e\x9b\xa6\x91\x11\x11\xa3\x2f\x4f\x98\x7c\x42\x15\x3d\x12\xc4\x09\x3d\x7e\x03\x45\xde\x71\xb1\x40\x8a\x99\x6c\x6d\xc9\x24\x47\xed\x49\xa5\x3f\xaa\x2a\x7f\xc7\x2c\xc3\x59\xde\x4b\x29\xf6\xf2\xb6\x16\x06\xf5\xb1\x03\xa3\x85\x26\xc3\x20\x66\xeb\xd9\x49\xdc\xc9\x0e\xe0\x5d\x90\x3d\xef\x41\xde\x4b\x28\x3a\x7f\xc3\x46\x91\x2e\x1f\xf8\xcb\x63\xfb\xbf\x6c\x88\xdd\x6c\x88\x5d\x48\xed\xe6\xe6\x44\x3a\x74\x09\xc3\x49\x52\x7f\x6e\x6a\x81\x74\x48\xcd\x67\xb8\x65\xea\x42\x16\x06\x15\x61\x2d\xd0\x45\x7c\xa1\x5e\xbd\xa0\xcd\x0a\xf5\xc9\x41\xbf\xbc\xb6\xf0\x6e\x3e\x48\x01\x74\x9a\xb8\xfc\xe6\x63\x80\x2f\xf7\x56\x81\x20\xb2\x1b\x4e\x5e\x97\x1d\x31\xb1\x01\x53\xb1\x4b\xc9\x76\xd5\x2e\x16\xe3\xde\x52\x0e\x20\xa3\x3a\x18\x16\xb1\xaa\xa8\xfa\x24\xd5\x5b\x40\x5c\x38\xa2\xda\x8e\xa3\xa3\xbc\x41\xdd\x54\x17\x46\xa6\x64\x6a\x90\x8c\x62\xe2\x23\xaa\x3e\xdd\x14\x06\x25\xbf\x9c\xc2\x8f\x94\xba\xa5\x4c\x2b\x79\xcb\x86\xc0\xd7\x99\xd0\x4a\xea\xfe\x81\x78\xe3\x4d\x07\xb9\x3c\xc8\xc8\xcd\x26\x94\xba\x8d\x49\x5f\x99\x16\x41\xf3\x7b\x51\x0e\x36\x8e\x4f\xbd\x12\x17\xfa\xc7\x97\xa5\x99\xad\x27\x9d\x42\x63\x9b\xfc\x4c\x18\x23\xf5\xa5\x4c\x9b\xd1\x53\x76\xe6\xac\xa9\x23\x31\xed\x9d\xd3\x7b\x0e\x1c\x92\x4a\x91\x41\x36\x87\x57\x9d\x77\x57\xb9\xe4\x6e\xea\x59\x12\xe3\x97\xb8\x7d\x17\xe5\x0e\x46\x88\x3f\x32\x1b\x57\x7f\x21\x15\xa7\xb2\x2d\x87\xa0\x6b\x2f\xc8\xfa\xe9\x2f\x54\x8d\x42\xd5\x58\x44\x0d\x0d\xd5\x6a\xb5\x14\xad\x6f\xca\xa5\x33\xad\xb1\x92\xc6\xb3\x08\x9b\x41\xe8\x36\x81\xbf\x44\x28\xf7\x2b\xc6\xa0\x1b\xe6\x1e\x82\xbd\x31\x11\xd2\x1b\x63\xd1\x0b\xf6\xa4\x50\x99\x8b\xa0\x7e\xdd\x08\x4d\x5c\xb2\xd1\x83\xd5\x51\xa1\xa7\x1b\xa3\xd5\x0d\x45\xa5\xb0\x3a\x30\x34\xf5\x75\x23\xd9\x8b\xe7\x0d\xc1\xf1\x4e\x11\x91\x7d\xe0\xda\x77\xb2\x06\x22\x3c\x1b\x31\xf9\xea\xb1\x1e\x04\x9c\x42\xd4\x3f\xab\xe8\x1c\x55\xb6\xd8\xbe\x43\x01\xc9\x1b\xd3\x39\x2d\x68\x1a\xd0\x65\x47\x99\xba\xfb\xaf\x84\xf9\x56\x98\x4e\x72\x9e\xdf\x0c\xf1\x76\x32\x1e\x61\x02\xed\x03\x3d\xc4\xaf\x1b\xe1\x91\x67\x1d\xe2\xfb\x1c\xb7\xb8\x59\x91\x1a\x33\xe1\xb8\xd6\xee\x5d\xf8\x0c\xb7\xb0\x59\xab\x3b\x9e\x73\xb7\x41\x65\x5d\x55\x35\xe6\xdf\xd1\x15\x8e\x53\x00\x12\xf8\x1c\xed\x96\x06\x20\x48\xa1\xc8\x83\x32\x87\xc7\x1e\x90\x35\x2b\x96\xb8\x78\x9f\xe0\x1c\x19\x10\x61\x2d\xaa\x4b\xd4\x94\x80\x39\xca\x74\x8a\x96\xe0\x91\xeb\x25\xe6\x22\x91\x91\xcb\x1a\x37\xf6\x7e\x66\x79\x19\x30\xca\x71\xc7\xc9\xc9\x89\x19\xe3\x87\x35\x6a\xd0\x4a\x2f\xf5\x54\x5c\x96\x61\x0e\xdf\xa8\xdb\x18\xc8\x02\x5a\x54\xc9\x7a\xe5\x73\xba\x69\x5d\xa4\xca\x2b\x20\x98\xbe\x37\x43\x4d\x65\x66\xfa\x0f\x3f\x17\x0b\x79\xe3\x4b\x23\x6b\x88\x39\x6d\xa6\x50\x61\x74\xa5\x2e\xd2\x45\xcd\xe5\x66\x85\xf9\x1c\x98\xcc\x82\x9d\xc5\x33\x57\x58\xd2\x4c\xcb\x67\xbe\xd8\x54\x95\x0f\xa6\x4e\xef\x2a\xc3\x14\xbf\x59\x70\x28\x62\x7a\x78\xa4\x63\x20\x0e\x3d\xa9\xd8\xa0\x86\x92\x61\xe9\x74\x30\xe9\xd0\x85\xec\xa1\x3e\x9e\x91\xb8\xc7\x3c\x0a\xb0\x25\x2e\xe0\xd6\x08\x8e\x39\xc8\xdc\x09\x2d\xd1\xb1\x46\xed\x32\x75\x03\x9c\xee\x73\x60\x96\x8f\x73\xe7\xfc\xb0\xa9\xce\x38\x3a\xb6\xb0\xda\x30\x2e\xd1\x49\x4b\x50\x45\xfe\xa3\xaf\x3d\x09\x2e\x3e\x26\xcc\x1c\xdb\x22\x0d\x6b\xef\x39\xd3\x4d\x26\x2a\xb9\x00\xcd\x51\xfe\x40\xc0\x7c\x1a\xb8\xe8\x59\xdf\x18\x3a\xa1\xc0\x90\x77\x86\x73\x99\x31\x6f\x44\xb2\x15\xbe\x06\xbc\x5a\xb7\xdb\x84\x24\x80\x06\x33\xba\x69\x0a\xac\xce\xd8\x71\x98\x32\x20\xe6\x38\x63\x81\xaa\x4a\xa5\x8e\x85\xda\x54\xde\x0b\x1b\x8b\x60\x33\x31\x2f\xe5\xf6\xd4\xde\x22\xbd\x1d\x79\x5d\xba\xcd\x51\x75\xc2\xda\x43\xfb\x9b\x82\x1b\x3c\x99\x89\xff\xec\x0d\x41\x47\x70\x3f\x7e\x2c\x07\xf8\x5e\xde\x79\x75\x74\x0a\x3f\xc4\x41\xdb\x0f\xa1\x92\x78\x70\xac\x6f\xf7\x8e\x01\x12\xc0\xc1\xfb\x3a\xf5\xd7\xe4\x7c\xf1\xf4\x00\x27\x8f\x89\x9b\x2c\x99\x56\x2d\x0e\x21\xc2\x19\x98\x5b\xe6\x23\x25\xde\xd3\xcd\xab\x86\x5c\xa1\xd6\x74\xb3\x96\x5f\xc7\x77\x63\x14\x9d\xe8\x45\x7c\xcb\x74\xf2\xf1\xe0\xe3\x01\xfc\x6f\x00\x00\x00\xff\xff\x9b\x0f\x90\x5a\xcf\xfc\x00\x00" +var _flowstakingcollectionCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x7d\x59\x73\x1b\x37\xd6\xe8\xbb\x7e\xc5\xb1\x1e\x1c\x6a\x42\x51\xa9\x7b\x6f\xdd\xfa\x4a\x65\xc5\x71\x2c\xdb\xa3\x72\x62\x7b\xbc\x4c\x1e\x52\x53\x09\xd8\x0d\x8a\x18\x37\x1b\x4c\xa3\x29\x85\xe3\xf1\x7f\xff\x0a\xfb\xde\x0b\x45\xc9\x76\x39\x7c\xb0\x45\x76\x63\x3b\xfb\x39\x38\x38\x38\xf9\xdb\xc1\x01\x00\xc0\xd3\x8a\x5e\xbf\x69\xd1\x7b\x52\x5f\x3e\xa6\x55\x85\x8b\x96\xd0\x5a\x3e\x7a\xbb\x24\x0c\x0a\x5a\xb7\x0d\x2a\x5a\x28\xf1\x82\xd4\x98\x01\x82\xc2\xbc\x07\x0b\xda\x00\x93\xad\x01\xd5\x25\x94\xb8\xc2\x97\xa8\xe5\x5f\xe9\xfc\xdf\xb8\x68\x99\xe8\xe9\x7a\x49\x8a\x25\xa0\xaa\xa2\xd7\x0c\x36\x0c\x37\x0c\x5a\x2a\x1a\x62\xb7\x19\x16\xfd\x21\x06\x2b\x54\x6f\xa1\xa6\x25\x1f\x8e\x41\xbb\xc4\x5b\xb8\x46\x75\x0b\xa4\x06\x04\x8c\xd4\x97\x15\x06\x54\x14\x74\x53\xb7\x33\x31\xc0\x45\x0b\x62\xae\xab\x35\x6a\xc9\xbc\xc2\x70\x4d\xda\x25\x6f\x08\x15\x2d\xde\xe3\x12\x5a\xfa\x1e\xd7\xba\x0d\x30\xdc\x6e\xd6\x33\xb9\xca\x37\x18\x8b\x17\x69\xbd\xa8\xe8\xf5\x09\xff\xe7\xb8\xa0\x0d\x3e\xd6\x2b\x67\xf0\xfa\xc9\xa3\xf3\x9f\x9f\x88\xc9\xad\x68\x83\x61\x49\x2e\x97\x50\xe1\x2b\x5c\x01\xa9\x17\xb4\x59\x21\x01\x0c\x34\xa7\x9b\x56\xf4\xa5\x41\x62\x21\xc5\x07\xfb\xdb\xc9\xc1\x01\x59\xad\x69\xd3\xc2\xe1\xd3\x4d\x7d\xc9\x27\xfa\x96\xcf\xeb\xd0\xfe\x5c\xd1\xeb\xc4\x4f\x17\xe7\x6f\xd1\xbc\xc2\x0a\x4f\xf6\xd9\x4f\x62\x71\xa2\x01\xf3\x5b\xbc\x69\x69\x83\x2e\xf1\x53\x8c\x83\x07\x8f\xab\x0d\x6b\x71\xf3\x8f\xc7\xfe\xcf\xe7\xcf\x9f\xf9\x3f\x3c\x59\xd3\x62\x69\x7f\xfa\x71\xd3\xd4\xb8\x39\x3c\x38\x40\x45\x81\x19\x9b\xa0\xaa\x3a\xb2\xb4\x91\x24\x22\xf8\x20\x01\x7c\x72\x72\x02\x8f\x14\xe0\xd7\xa8\x5d\x4a\x92\x70\xfb\xa9\x70\x0b\x51\x73\xb5\x82\x57\xa8\x5d\x9e\x82\xf3\x65\x58\xeb\x57\x0d\xb9\x42\xad\x6a\xed\x7c\x19\xd8\x7a\x33\xaf\x48\xa1\x1a\x9b\xbf\xed\x72\x9e\x5c\xe1\xba\x8d\xd7\x81\xf9\xcf\xf0\x82\x96\xf8\x51\x59\x72\xbc\x44\x1d\x4f\x38\x51\x5f\x9c\xf3\x05\x35\xa4\xbe\x9c\x42\x43\x2b\x7c\x0a\xef\x2e\xea\xf6\x7f\xa6\x80\x56\x1c\x48\x8f\xe9\x6a\x45\xda\x16\x97\xa7\xf0\xee\x29\xf9\xf3\xff\xff\xbf\x29\xa0\xb2\x6c\x30\x63\xa7\xf0\x48\xfe\xf1\xf0\x28\x33\xf6\xb9\x64\x24\xda\x0c\x9e\x40\xa9\x5b\xf0\x1f\xf9\x3c\xfe\xef\xff\x19\x37\x91\x0e\x28\xbc\xc6\x2b\x7a\x85\xcb\xa7\x0d\x5d\x8d\x85\xc4\xe8\x05\x8f\x1a\x2b\xbd\xe8\xc1\x6b\xfb\x19\x15\x4b\x52\x63\x45\xd4\x8f\x1b\x8c\x5a\x5c\x8e\x5b\xd0\x91\x25\xa6\x37\x6d\xb3\x29\xb8\xdc\x40\x2d\xb0\x96\x36\x98\xd9\xf9\xc1\xc5\xb9\x10\x31\xd1\x44\x98\x6c\x74\x6e\x17\xc2\xe0\x83\x78\x2b\x45\xe0\xa6\xbf\x17\xde\x1c\xfb\xdf\xb7\xf0\x39\x30\x2f\x5f\x11\x7c\x0d\xa4\x26\xed\x10\xb0\x1e\x39\xb3\xe2\x1f\x86\xab\xc5\x2c\x98\x0e\x9c\x81\xec\xa9\xe3\x4d\xf1\x96\xf3\xcd\xbc\xfa\xf1\x40\xfe\x6b\xc0\xf9\x98\xd6\x2d\x22\x35\x4b\x88\x66\x24\xc6\xf9\x86\xeb\x17\x81\x40\x2d\x96\x4c\x5b\xa9\xa7\x08\x57\x72\x0c\x17\xb4\x2e\x51\xb3\x35\x4a\x43\x20\x88\x30\xa0\x75\xb5\x85\x15\xe6\xfa\xa8\xa5\xb0\xa4\x55\x69\xda\x73\xd9\xff\x8f\xc7\x40\x1b\x38\x7f\xfe\x4c\x69\x40\xa1\xe0\x9e\xfe\xf4\xf2\x17\xfe\x36\xda\xb4\x94\x4f\xa9\x40\x55\xb5\x85\x35\xda\x0a\xa5\xd2\x36\xa8\x66\x48\x69\x54\x8c\x99\xe9\xaf\xc1\x15\x27\x2d\xde\xd2\xe9\x76\x8d\x1b\xb1\x2a\x36\xcb\x91\x85\x4f\xa0\x17\xf5\x82\x76\x10\x47\x3d\x8c\x26\x1c\x72\x36\xef\x70\x70\xa3\x35\x9a\x93\x8a\xb4\x5b\x3e\x4b\x0e\x00\xb1\xd6\x7f\xa2\x4d\x25\xe0\x23\x94\xbe\x54\xb0\xd7\x35\x6e\xdc\xa6\x2d\x15\x6a\xba\x6c\xd0\x35\x5f\x5b\x89\xd7\x94\x91\x56\x75\x43\x1a\x83\x25\x8d\x00\xb2\x80\x1a\xe3\x12\x97\xe1\x1c\xb5\x1e\x92\x13\x5d\x79\x8b\x17\x13\x79\xd5\xd0\x2b\x52\xe2\xe6\xd4\x99\xee\x03\xb4\x69\x97\x13\x4f\x0f\xcf\x7e\x51\xd3\x39\x82\xfb\x46\x13\xcf\x44\x0f\xdf\x5b\xfa\x4f\x92\xbe\xc7\xec\xb7\x33\x83\x90\x95\xd6\x0d\x0e\x7e\xe1\x9f\x8e\xb1\x67\xc5\x12\x17\xef\x27\x47\xa7\x51\x23\xfe\x39\x4c\x2a\xf1\x59\x4c\x4a\x33\x0e\x80\x53\xb8\xa8\xaf\x50\x45\x4a\xa1\xfb\x41\xcc\x53\x21\xdd\x0c\x77\xe8\x8d\xf3\x31\xe6\xee\xba\x8f\xfd\x39\x54\xe1\x4c\x00\x37\x7e\xd8\xb1\x52\x38\xeb\x82\x83\x23\x3b\x5c\x72\x7c\x86\x5b\x61\x6b\x6a\x59\x0d\x74\x21\xbe\x06\x64\x98\x64\x10\x21\x13\x17\x9b\x1a\x2e\x71\xab\x24\xfc\xe4\xc8\x08\xfb\x00\x4d\x0d\x6e\x37\x4d\xdd\xbb\x88\xd9\x9c\x36\x0d\xbd\x9e\x1c\xdd\x9b\x09\xd6\xb9\x37\x53\x13\xcb\xcb\x3e\x69\xab\x00\xa9\x5b\xdc\x2c\x50\x81\xa5\xcc\x92\x06\x77\x81\x6a\x58\xf3\xe7\x6c\x29\x85\x8e\xe0\xb1\xd8\x52\x35\x9d\x31\x2a\x9b\xd3\x76\xa9\xdb\xff\xb1\xc1\xcd\x36\x68\x99\x54\x4f\x0d\x66\x74\xd3\x14\xd8\x99\x4a\xc6\xc8\xca\x08\xa6\x2b\xd4\x28\xd3\x5d\x5a\xb7\xef\x98\x35\x43\xb2\x0d\x36\xf5\xa8\x26\x1c\x5f\xa8\x2c\xb9\x12\x7a\x29\x44\xf5\xe4\x37\x41\x89\xa7\xf0\x43\x6c\x74\xcf\xf8\x6b\xfc\x6f\xdc\x84\x0c\xce\x99\xe2\x34\x21\x73\x95\xd1\x92\x19\xd6\xa8\x6e\x33\xb6\x51\x6f\xf9\x09\x98\x46\xe9\xae\x0d\x19\x96\x14\x33\x31\xd9\x27\x7f\x12\x36\x48\x51\x3f\x3c\x3a\x85\x1f\x29\xad\xb2\x53\xbe\xc4\xad\x54\xd7\x82\xb2\x7f\x95\x5d\xfd\xab\xeb\x75\xd7\x38\x11\x6d\xdc\x1f\x3a\x5b\x3e\xaa\x2a\x31\x56\xbd\xa0\xa2\x61\x06\x1a\xfc\x79\x5f\x3f\x76\xcc\x8e\xce\xbc\x97\x3a\x7b\xf4\xb1\x2c\x96\xf5\x41\x82\x22\x45\x01\x1e\x83\x7a\x76\x64\xdd\x92\xb6\xc2\x2b\x6e\x4d\x5a\x8e\x78\x29\x34\xa4\x61\xc0\xb7\x4b\x6c\x19\x49\x99\x87\x9c\xfe\x98\x34\x13\xb9\x37\x2c\x59\x51\x49\x26\xe5\x54\xd3\x06\x9b\x2e\x50\x55\x05\xec\xaa\xdc\x72\x61\x95\x14\x91\xee\x56\xde\xb2\xd6\xb8\xf2\x65\xd3\xdb\x73\x8c\xd7\x8c\x5b\x2b\xc5\x7b\x2e\x1c\x97\xf4\x5a\x7a\xea\xba\x55\x5d\x1a\x16\x94\x0e\x37\x03\xd4\x48\x6f\x18\x97\xae\x5c\x21\x2d\xbc\xaf\xe9\x35\x53\x06\x97\x7a\xb7\xa5\x70\x49\xae\xb0\x9e\x0b\x17\x5b\x70\xbd\xc4\xb5\x0c\x00\x68\xf3\x80\x8f\xa2\xcd\x06\xd3\x67\x49\x16\x0b\xdc\x70\x68\xb6\xdb\x35\x96\xa2\x5b\x74\x6a\xde\x30\x7f\xfc\xf2\xe8\xf5\x8b\x8b\x17\xcf\x4e\xe1\x62\x01\x5b\xba\x81\x12\xb3\xb6\xa1\x5b\x6e\xf2\x45\xb2\xd0\x86\x11\x7e\x57\xaf\xfd\x0e\x05\x5d\xad\x50\x5d\x4e\x4d\x87\xbc\x93\x6b\x52\x55\x50\x51\x86\x15\x96\x95\xe5\xc3\x9f\x35\x3a\x90\x61\xe3\x1c\xb4\x61\x12\x9f\xe9\x58\x81\xe9\x79\x85\x6a\x74\x89\xd9\x4c\x4f\xf5\x5a\xd9\x9c\x7a\xca\xa4\x9d\x8a\xdf\x57\x1b\xd6\x02\x26\x5c\x4e\x4b\x5b\x72\x81\x1b\x3b\xb4\x98\x8b\x03\x21\x14\x18\xbd\x9b\x5a\x05\x62\xf4\x7c\x35\xea\x52\x80\x16\x2f\xa8\x16\xa5\xfb\x66\x83\xaf\x51\x53\x32\x58\x90\x86\xb5\x30\xc7\x0b\x4e\xa1\x6a\xa2\x9c\xc5\x5c\xaa\xae\x39\x6e\x3d\xb0\x46\xca\xe1\x77\x58\xe1\x76\x49\x4b\x7f\xb9\x79\x3d\x13\x75\x70\x9a\x53\x38\x53\x90\xb1\x8c\x19\xff\x8f\x0b\x01\x1d\xa7\xb0\xf0\x50\x24\x7c\xc5\xb5\x71\x28\x0c\xb8\xd6\xf6\xb5\x8d\x50\xda\x7b\xb1\x2c\xf9\xe8\xc9\xb1\x85\x6f\xc2\x49\x6c\x8e\xa1\x26\x15\xb7\x84\x85\xa1\xa2\xd8\x74\x89\x18\xd4\x14\x0a\xda\x34\x98\xad\x69\x5d\x72\x7a\xf2\x59\x39\xbf\x8c\xfd\x2c\xe2\xa1\xbf\x8a\x37\xd2\x8f\x0d\x85\x0e\xb7\x3b\x52\xdc\xe0\xb5\x7d\x8c\x6a\xe9\x63\x71\x22\xa1\x35\x76\xbc\xe1\x35\x56\x24\xed\x18\x8b\xbc\x09\x77\x0b\x38\xa5\xcc\x31\xac\x65\xac\x47\x0d\x75\x0d\x73\x5c\x20\x45\x6d\x5b\x28\xe8\xa6\x2a\xf9\x5b\x1b\xe6\x80\xc8\x91\x14\x49\x08\xd5\x46\xf3\xb3\x53\xf8\xc1\x88\xfb\x4e\x1b\xe1\x63\x77\x77\x46\xe1\x0c\xe9\xd1\xbc\xfc\xf1\x20\x00\x94\x40\x96\x95\xde\x02\x21\x7f\xa7\x15\xb7\x80\x95\xf3\x29\x75\x84\xa5\xe9\x90\x1c\x9c\xe0\x1c\x13\xdc\x2e\xfd\xe4\x40\x0f\x08\xda\xab\xa9\x8a\x4f\x40\xbb\x24\x6c\xca\x85\xb8\x43\x93\xf9\xf5\xb6\x76\x56\x43\x09\x6c\x0a\x6e\x64\x73\x26\xfe\x7b\x69\xdc\xde\x23\xb8\x1f\x3f\x96\x03\x84\x74\xf8\x96\xeb\x2a\x36\x48\x53\x69\x59\x8c\x1b\xee\xe4\x4b\x02\x11\xe1\x68\xa3\x42\x0d\xe5\x9e\x08\x6f\x35\x49\xbc\xbf\x70\xe9\x56\xc8\xc0\x19\xef\xa1\xc6\xd7\x6a\x80\x29\xc4\x9a\x71\xc3\x70\x29\x25\xe6\x14\x16\x94\x7b\xca\xb8\x84\xf9\x36\x9c\x5b\x3c\x82\x96\xcb\x7c\x08\xdd\x7d\x4a\xf5\xea\xf7\xea\xd4\x28\x9d\xe4\x7f\x2b\x56\x78\x0a\x37\x09\x17\x8b\x01\x62\x8c\x16\x44\xc4\x3e\x84\x0a\x16\xa0\xcf\x93\x98\x6f\x8f\xb3\x1e\x9b\xcc\xf7\xe4\x3d\xd7\x6c\x5f\x32\x7d\xea\xf5\x7a\xc7\x1c\xa0\x87\x1d\x16\x30\xf0\x96\xbc\x53\x88\x20\xfe\x45\x46\x08\x1e\xa3\x9a\xcb\x8c\x8b\x9a\xb4\x04\x55\xe4\x3f\x18\x90\x56\xca\x8e\xd1\x7b\x0f\x0e\x93\x83\xcd\x0a\x5a\x17\xa8\x9d\x1c\x72\x33\x78\x2d\x7d\x62\x19\x6d\x70\x83\x0d\x8e\x09\x2b\x08\xc5\x04\x94\x1c\x0b\x9b\x71\x86\x26\x32\x5c\x31\x3b\x3c\xea\x8b\x4a\x78\x00\x81\x33\x1f\x40\x07\xe9\x28\x86\x52\x0f\xf0\xe0\x18\x3e\x64\x02\x1d\x56\xe4\xab\xb7\xe2\xd7\x42\xbe\x81\x33\xf8\x6e\xf6\x5d\x7e\x86\xd1\x9b\xde\xab\x27\x27\xdc\x6e\x0c\xed\x84\x50\xb6\x4f\x05\x17\x28\xfc\x10\xe1\x43\x70\xe8\x2e\x05\x31\x85\xfd\x71\xb9\xe9\x1a\x28\x0e\xf8\xbd\x57\xc9\x42\x44\xe2\x1c\xba\x7f\x39\xff\x37\x9c\xb9\x3f\x24\x28\x51\xac\xcd\x7d\xc5\x6b\x70\x10\xbd\x7f\x72\x02\x32\x44\xa2\x64\x08\xd7\x75\x62\xf2\xd2\x6e\x36\x3a\x70\xd1\xd0\x55\xca\xbb\x49\x75\xc8\x7d\x10\xdc\x3a\x56\xbc\xd3\xae\x73\xc9\xfc\xc3\xd7\xec\x60\xe6\x67\x35\x8d\xb3\x00\x10\x4e\x60\x47\xfe\xe5\xbe\x3d\x39\x4a\xc3\xc5\xa7\xc9\x78\x94\x99\x6f\x31\xf2\xcf\x47\xc0\x15\x4b\xb1\x7c\x02\xd0\xae\x06\xef\x18\x37\x7c\x2d\x45\xc5\x81\x30\x86\x33\x97\x25\x02\x13\x46\xc4\xdc\x84\xe7\x55\x97\xa8\x29\x01\x37\x0d\x6d\x60\x85\x19\x43\x97\xc2\x71\x61\x5c\x75\x6b\x27\x10\x1a\xfc\xc7\x06\x33\xae\x15\xa4\xa6\xf6\xfa\x22\x4c\x98\x28\x22\x18\xcc\xa5\x8b\xd0\x71\x1d\x1e\x96\x6a\xe7\xf5\xf1\xc3\x1a\x35\x68\x65\x42\xe2\x5c\xf4\x5c\x9c\xeb\x40\xa0\x1d\x9d\x3f\x4f\xb5\xf3\xe2\x2a\xb9\xc6\xe6\xa5\xfc\x2c\x54\x84\x50\x2b\x31\xde\xd3\x62\x53\x55\x31\x78\xd6\x0d\x19\x10\x91\x94\xd2\xe9\x9c\x62\x56\xb7\x22\x20\x74\x51\x5b\xf9\xfb\x84\xf7\x39\x59\x6c\xea\xe2\x05\x5a\x61\x1b\x23\x1a\x18\x33\x92\x8f\x03\x22\x93\xdb\x30\x4c\x6f\x6c\xf1\xd9\xd7\xd2\xa1\xae\xd1\x0a\xeb\xf0\x23\xcc\xf1\x25\xa9\x6b\xe1\x20\x48\x20\x89\xf5\x79\x3d\x71\x96\x12\xbf\xfe\x68\xde\x3d\x1b\xae\x87\x0e\xb5\x12\xd1\xcb\x3b\x32\x5a\xe5\x14\x02\x4d\x10\x2e\xe0\xad\x9e\x8f\x81\x37\x61\x8e\x17\x4d\x16\xdc\x00\x16\x5b\x45\xd6\x3f\xb9\x62\x6a\x8f\x29\x25\x0d\xed\x6b\xde\x4e\x56\x82\x3f\x15\xfa\xfd\x75\x7b\xfa\x90\xad\x71\x41\x16\xc4\xa5\x26\x6b\x28\x71\xaa\x3b\x8c\xc5\x08\x38\x4a\x55\x22\xd7\x42\xc3\xf7\xc7\x44\x7b\xfd\xcc\xfc\x3a\x6b\xa9\x44\xf6\xe4\xa8\xbb\xf3\x43\x11\x7e\x14\xcc\x88\x39\xb5\x69\x27\x44\x44\xb1\xbf\x61\x6e\x56\x44\xdf\x3c\x0f\x7f\x46\xef\x31\xb0\x4d\x83\x6d\xc0\xe4\xe2\x9c\x89\xa8\x07\xae\x5b\xdc\xe0\xd2\x71\x7b\x55\xa4\xc3\x40\x44\xef\xd8\x85\x22\x81\xb0\x54\x86\x46\x68\x19\xe4\xa4\xe7\x18\xec\x08\x74\x08\xc4\xec\x80\x93\x5b\x86\x62\x06\x88\x32\x76\xa5\x22\x47\x37\x02\x60\x4e\xe8\x3f\x46\xa2\x27\x23\xd5\x9d\x78\x1b\x67\x31\x19\xed\xe1\xfa\x96\x20\xf8\x5d\x05\x6b\xe6\x9b\xa6\x9e\x1c\xfd\x9e\xdf\xf9\xe3\xa2\x8e\xbf\xc4\x3b\x9f\x23\x6e\xc3\xba\x71\x1d\x50\xa2\x44\xc2\x98\xeb\x24\xa1\xaa\xdc\x98\x76\xf4\x6e\xe9\xee\xad\xdb\x06\x7e\x54\xdb\x1f\x42\xc7\x37\xc4\xae\xbd\x19\x2c\xa3\x80\x8b\x8a\x32\x69\x38\x9a\xf8\xbc\xfc\x3f\x90\xb5\x35\xa9\x42\xc0\x46\x83\xba\xac\x4b\x6a\x7f\xea\xc3\x87\x77\x9a\x85\x7b\xf4\xc1\x9c\x92\x6f\x5e\x9c\xef\x40\x00\x8e\xaf\xac\xfc\x56\x27\xa7\x6c\xa6\x36\xe5\xd4\x03\x6e\xc7\xa9\x30\x27\x6d\x60\x4e\xdb\xa5\xb4\xc9\x7c\x07\xf9\x1d\xc3\x2c\xf0\xb5\x95\xf3\xdb\x8a\xd0\xa3\x76\x93\xc9\x02\x50\xbd\x95\x19\x5d\x32\x4c\x2d\xa2\x1c\xc9\x1d\x66\xe9\x6a\x2a\x75\x2a\xcd\xee\x89\x4c\x92\xd1\xbe\xed\xd1\x29\xfc\xf0\xc1\xf7\xe5\x84\xd1\xf4\x31\x45\x86\xa1\x8b\x11\xfb\x1d\xd6\x46\xcc\x36\xfe\x11\x55\xa8\x2e\x70\xe8\xa1\xcc\xe6\xea\xf7\x63\x08\x12\xc1\x66\x2b\x52\x93\xd5\x66\xa5\x7e\x7a\x8d\x19\x6e\xae\x90\xcd\xf7\xb3\x40\x54\x8e\x43\x83\xa5\x82\x0b\x3d\x06\x1d\xbd\xf5\xec\x62\x01\xe3\x50\xef\x45\x26\xe4\x3d\x61\x43\x86\x30\x01\xcf\x78\xf6\xa0\xe2\xfc\x74\x2f\x03\x14\xbf\xb5\x05\xcb\x5e\x81\x22\x88\x81\x31\xdc\x04\x11\x03\xf3\x4c\x50\x03\x3c\x38\x0b\xa6\xf1\x6d\x88\xaf\x69\xb2\xb9\xb2\x31\x4e\x87\xdb\x36\x86\x10\x8d\xa3\x7d\xa9\x5d\x2e\x9b\x5d\x99\x73\xae\xf5\xc7\x53\x5b\x6a\x09\x74\x21\x53\x38\xac\xc5\xda\x52\x8e\xf2\x69\x4e\xcd\x84\x9d\xc9\x7e\x5c\x73\xc1\x0c\x33\xe5\x04\xb5\x92\x31\x44\x24\xa5\x3f\xdb\xac\xf8\x90\x03\xfb\x3e\x4c\x45\xf0\xf8\x74\xa7\x8e\xc9\x32\xf1\x00\xfe\x6d\x80\x80\xa3\x5e\x43\x26\x1a\x74\x1a\x2a\x5f\x1d\xa8\x0a\x75\x1e\xff\x1c\x25\x3d\xd5\x8b\x85\x8e\x24\x6a\x1c\x15\xa8\x86\x39\x77\x0c\x44\xe2\x9a\x94\x6e\x72\xa2\x53\x1b\xc6\x90\x5b\x2b\xc2\xe0\x68\x97\x78\x15\xf5\x4c\x16\x30\xc9\x90\x5e\x18\xfe\xd1\x9f\x5c\xa8\x21\xfd\xfb\xb7\x8a\x2c\xe2\x45\x81\xb5\x85\x1e\x1c\xbb\xbc\xa6\x27\x6f\x24\xa4\xfc\x3f\x86\x54\x06\x4e\x9c\x96\x39\xac\xba\x00\x24\x7f\x84\x6b\x6e\xa0\xc8\xf7\x94\x78\x57\x0f\xa4\xcb\xc5\x94\xf3\xaf\x29\x20\x1a\xd0\x18\x79\xc9\xd5\x9d\x9c\xc0\x66\x5d\xa2\x16\x07\xea\x44\x84\x6d\x1b\x5c\xd0\x46\xd8\x43\xa8\x14\x1b\x2e\x66\x48\xe5\xcc\xa8\x36\x4a\xf2\xec\x05\x15\x1e\x7e\xd3\x73\x16\x56\xce\x66\xf5\xce\x0b\x11\xbd\xa5\xef\x18\x97\x88\x8a\x52\x8e\x87\x74\xc4\x35\xa9\x5c\xbc\xb7\x81\xd0\x0b\x02\x35\x86\x91\x1e\xb9\xce\x57\xa4\xde\x30\x81\x40\x7c\x85\x1b\xb8\x46\xaa\xd3\x30\x5a\x13\x84\xa7\x23\xf0\x25\x83\x61\xb9\x27\xdf\x66\x60\x93\x87\xa5\x5a\xef\x83\x63\x1b\x7a\x9c\x15\x22\xe3\xf3\xc9\x6a\xdd\x6e\x05\xc5\x4f\x84\x06\x7c\xbb\x5d\xe3\x53\xe0\xff\x3e\xf8\x21\x8c\x07\x73\x49\x93\x03\xc4\x33\xdc\xaa\x28\x5d\xbb\x41\x95\x6f\xec\xa0\x62\x09\x71\x60\xc7\x9d\x9f\x5c\xca\x2b\xda\x08\xfb\xf9\xc1\x31\x74\x72\xa2\x2f\x20\xb2\x9d\x6a\xc8\x39\xdd\xfa\x36\x46\xd4\x71\x1a\xac\xf9\x45\x9f\xeb\x64\xbf\x25\x5e\x01\xa9\x55\xa0\x8d\xa1\x15\xee\x58\xaf\x04\xcd\x4c\x65\x02\x4c\x38\x88\x4e\x8d\xec\x51\x73\x4d\x2f\x2a\xd3\x32\x58\x67\x66\xba\x46\xc8\x65\x48\xf1\xe3\x30\xbf\xf1\xe4\x04\xde\x90\x5a\xa4\x72\x28\xcb\xaa\xa6\x91\x69\x25\x74\x84\xa4\x80\x25\x92\xb9\x10\x05\x5d\x61\xcb\x15\x35\x6d\x56\xa8\xb2\xfc\x38\xcf\xf1\xf0\x30\x63\xe5\x2f\xe3\xa4\xd3\x38\xf1\x47\x1d\x3c\xc8\xe4\xf6\x4c\x8e\x81\x16\xc7\x2e\xa2\x31\xa7\xe8\x0d\xfd\xf7\xc8\x80\x94\x9a\xcf\xfa\x80\x4a\x00\x18\xe7\x8e\xfb\xec\x32\xf2\x20\xdd\x09\xb4\x68\x71\x03\x73\xcc\xd5\x8a\xb3\x8b\xc9\xd9\x40\xee\x22\x61\x91\x0f\xad\xce\x1b\xd1\x7a\x96\xeb\x3d\x52\x5d\xca\x19\x24\x0b\x58\x53\xc6\xb8\xbb\x36\x62\x5b\xd4\x3a\x82\x4a\x96\x28\x67\x50\x4a\x94\xb4\x07\x38\x6c\x1f\x4e\x84\x1c\x09\x53\x31\x47\xb6\x14\xa9\x0a\xb5\xd0\x8d\x73\x0c\x6d\x43\x2e\x2f\x45\xa4\x86\xd4\xb0\x6e\x68\xb9\x91\x01\x93\x39\x2e\x10\xdb\x60\xd7\xae\x54\x9b\xca\xb8\x2a\x63\x51\x75\x72\xa2\x7b\x16\xa9\x12\x74\x8d\x9b\x6a\xab\xf6\x4b\xa4\x22\x57\x36\xaa\x48\xfa\x34\x61\xdb\xb8\x23\xbe\x5e\xe3\x54\x3d\xe8\xa2\xaa\xa4\x2d\x73\xc3\xfd\x45\x0f\xf6\xa7\x7d\x1b\x88\x5a\x04\x29\x3a\x16\x1c\xae\x13\xf2\xdd\xed\x31\xc1\xf5\xdc\xe1\xad\x1a\x8c\xca\x2d\x87\x34\xf7\x74\xdd\x78\x44\x14\xe2\xba\x99\x6b\x1f\xb8\xdd\x7d\x7e\xf7\xa5\xb2\x14\x3c\xbf\x5b\xee\xd4\xa9\x28\x90\x00\x8b\x9b\xc5\x0f\x7d\x7e\x78\xc2\x0a\xe7\x3e\xc5\x40\xfc\x76\xfa\x18\xa3\xc4\xcf\xb1\x47\x52\x69\x45\xec\x83\x31\x54\xe6\xfc\xff\x58\x36\x66\xd5\xb1\x04\x39\xbc\x96\x44\x91\x14\x12\x3b\x4e\x22\x96\x8c\x39\xe8\xa5\x75\xc1\x88\x3d\x5e\xaf\xc9\x60\x47\x22\x80\x75\x06\x32\xae\x4c\x94\xac\xa3\x4d\x7c\xbd\x0b\x52\x60\x40\x6c\xa8\x9d\x9e\x0e\xe4\x0c\xc5\xe2\x88\x8d\xcd\x9b\x90\x5d\xd8\x61\xc6\x43\xed\xb2\xe0\x34\x93\xca\xac\xfb\x70\xcf\x58\x6d\xb4\xe8\x93\x2e\xda\x1e\x22\xed\x2c\x1a\x6a\x2c\xb5\x67\x55\xad\x24\x71\x06\x6d\xb3\xc1\x22\xea\x99\xd2\x9f\xda\x99\x13\x7b\x0d\x4c\x1b\x1f\xf1\xa1\x4e\x91\x12\x25\xf2\x74\x75\x80\x5b\x2c\x89\xae\xf9\x53\x54\xb9\x91\xe1\xa9\xd4\x22\xd7\x84\x0b\x51\x54\x31\x3c\xeb\xde\xa9\xdc\x3d\x69\x3d\x20\x85\x20\xeb\xcc\x3f\xf4\xf6\x30\xb1\x8d\x1d\x34\x38\x4f\x1f\x97\x1b\xd3\xd2\x99\x23\xa8\x66\xe3\x62\xac\x9a\x8c\xdc\x63\x16\xda\x0b\x40\x6d\x94\xc7\x07\x8e\x9c\x77\x77\xf6\x1d\x39\xef\x7f\xd4\xa6\xe4\x6f\x7e\x1a\x40\xd8\xde\x72\x6a\x46\x82\x46\x60\x86\x33\xaf\x4f\xbb\xc5\x92\x48\x6c\x08\x3a\x38\x8f\x8e\x05\x86\x3d\x05\x6f\x8c\xe8\xb2\xbb\xbb\x64\x57\x1f\xbb\x54\xbd\x4d\xae\x51\x9e\x08\xc7\xa2\xe4\x0d\x43\xa7\x53\x10\xd9\x54\xc2\xa6\xd2\xa6\xa6\x9b\x02\xce\x5f\x37\xbf\xaf\x50\x5b\x2c\x31\xeb\xdc\x38\x0e\x0f\x41\xa6\xd1\x3a\xe9\x00\xe9\xbd\x74\xa6\x07\xff\xdc\xbf\x9f\x03\xdc\xf8\x46\x72\xb4\x7b\x70\x96\x3c\xda\xd5\x3b\xa2\x68\x98\xdd\x56\xe2\x9f\x34\x31\xea\x40\x69\xb3\x89\x25\xf9\xc7\x64\x54\xf6\x27\x4a\xdf\x87\x68\xb3\x49\xff\xc1\x3e\xae\x12\x75\xee\xe1\xdc\x9c\xaf\x24\xf8\x48\xb2\x8e\x59\x57\xf7\x2e\x9f\xbb\x5c\xcd\xb5\xc3\x94\x5e\x80\x72\x0f\xd3\x01\x8c\x23\xbc\xe4\xd8\x7a\x24\x24\xe3\x55\xf3\x91\xf4\x8e\x76\x8a\x80\xb2\xca\xea\xa9\xce\x14\xe1\xbe\x60\x59\x02\xaa\xa5\x4a\xe2\x32\xd0\xa6\x57\xbb\x27\x53\xe0\xce\x8f\x75\x05\x40\xe3\x3c\x4a\x4a\x75\x8c\x71\x46\xca\xe8\xa1\x92\xe1\xe2\x1c\xee\x59\x2e\xcb\x5b\x9c\x4f\xd2\x24\x42\xca\x78\x3f\xba\xa5\x2d\xaa\xde\xc8\x83\x17\x67\x6e\x9f\x33\xf1\x44\x1a\x35\x17\xf5\x6b\xa1\xc7\x27\x47\x70\x1c\xbc\xc3\x1f\xbf\x16\xa7\x34\x82\xa0\xec\x2e\xb1\x02\x67\x32\x3e\x39\xe0\x15\xe9\x29\x81\x10\x51\x8f\x5e\xb4\x3b\x5d\x52\xc6\xa1\x28\x79\xc6\xd6\x7d\x8b\xff\x12\xbf\x17\x55\x2f\x88\x60\x65\x9e\xfd\x22\x33\xde\x6d\x6e\xe6\xe4\x28\xd1\x9f\x3e\xbb\x2f\xc0\x21\xe2\x31\x0f\xa3\xb3\x98\x10\xc7\x61\xc2\xec\xd0\x5f\x49\xf9\x2f\x78\x70\x7c\x2f\xce\x10\x3a\x39\x81\x37\x4a\xdf\x87\x87\x9e\x75\xae\x94\x61\x82\x54\x63\xb5\x53\x62\x42\xa8\xb2\x68\x0a\xd0\xaa\xec\x38\x3c\x0d\x99\x84\x3d\x31\xcd\xf0\x00\xed\x85\x3e\xe5\x09\xe3\x59\xd6\x40\x77\x00\xd7\xde\xf0\x54\x64\x82\x33\x7b\x99\xcf\x3f\x21\x18\xe5\x42\xcc\xba\xc5\xf5\xec\x8b\x62\x55\xb7\x2f\xc1\xa9\xfd\x05\x43\x06\xb1\xab\x82\x51\xf4\xae\x07\xb3\x3e\xfe\xee\xe1\x5b\xbe\x24\x05\xd3\x6f\x13\x8f\x4c\xbb\x0c\x34\x55\xbc\xf8\x2d\x7d\x27\x4f\xaf\xdd\x88\xcf\x23\x9c\xf8\x19\xde\xbf\x86\xd4\x23\xf9\x3e\xce\xfc\xec\xe0\x24\xb5\x91\xd9\xa9\xff\xfc\xa0\xa7\x32\x48\xc5\xb9\xc9\xa5\xde\x4e\x73\x4e\xbd\xe8\x83\x22\xa2\xe7\x64\x7f\x4c\x27\xd1\x22\xe9\xfa\xfb\xfd\xff\x82\xa1\xa4\x32\xc7\xb6\xc2\xa8\x49\x8b\x2b\x82\xab\x52\x09\x2d\xd1\x57\x89\x81\x3b\x39\x5e\x47\xce\x99\x2c\x55\xcd\x82\x36\xb0\x42\x5b\x73\xc0\xf1\x3d\xc6\x6b\x20\xad\x11\x68\xa1\xc4\x08\x8e\xcc\x4a\xe9\x21\x01\xe6\x18\x1e\xda\x6f\x3b\xea\xd3\xfc\x0f\x07\x05\x68\x65\x41\x92\xb4\x8f\x9a\x4d\xdc\x4a\x07\x3a\x75\x2e\xd9\xa8\xc4\xdc\x43\xbb\xc0\x43\x9b\x9e\x3b\x2c\x65\x0c\xf2\x31\xa2\x33\x95\xc0\x34\xf9\x6e\xf6\xdd\x4d\xcf\x7d\xd8\x19\x9e\xda\xa0\xab\x24\x63\x49\x0a\x66\x1b\xcb\xc9\xf9\xeb\x89\xde\xba\xc4\xe2\xb4\x92\xd9\x5a\xea\x84\xac\x93\xfb\x91\x5c\xe5\x88\xd4\x55\x8f\x57\x66\x32\x24\x4f\x98\xcc\xb5\x96\xd5\x7f\xfc\x40\x61\x5f\xea\xa5\x58\xb1\xdc\xc6\xb0\x87\xf0\x9c\x93\xb5\xb5\x3e\x2b\xab\x8e\x72\x57\x15\x15\x42\x4c\xbe\x2c\x22\x6e\x64\x85\xbb\x8f\xad\x24\xa3\x00\xae\xe1\xa1\x85\x50\x36\x1a\xb0\x9b\x95\xaa\xec\xfb\x64\x6f\x7b\x55\x81\x9d\x7b\xa9\xb1\x18\xe3\x08\x93\x20\x57\xb9\x23\x53\xb5\x3f\xd2\xa2\x0a\xea\xcd\x6a\xce\xdf\x5c\x44\x31\x5f\x73\xa8\x59\x65\x76\x97\xb8\xdc\x14\xad\x9b\x92\x20\x64\x1c\x6e\xe2\x58\xdd\x2e\x81\xc7\xac\x09\x0d\x3a\x32\xcd\xe7\xce\x32\x4b\x34\x73\x8a\x4f\x54\x31\x59\x75\xa3\xe6\x8b\x75\xce\x26\xad\xd0\x3a\x9e\xb8\x4e\x8a\x55\x9d\x3f\x38\xce\x13\xcf\x83\xe3\x38\x8c\xa5\xa6\xfa\x38\xab\x0f\xdc\xb0\x15\x56\x31\xc6\x34\xf4\x42\x2b\x54\x0f\x9b\x08\x9e\x81\xeb\x67\x0c\x2a\xfc\xa5\xa5\x64\xc6\x85\xe8\x54\xfd\x03\xf2\x96\xcc\x0e\xa9\x03\xcb\x61\xce\xbb\x3a\x68\x60\xce\x47\x98\x9c\x6f\x59\x37\x89\x2b\x52\xa3\xae\x91\x4b\x06\xe2\x24\x6e\xa9\xe3\xb4\xd1\x99\xae\x85\x38\x39\x2d\x83\xb9\x31\xd6\xd7\xa8\x26\xc5\xe4\xd0\x17\xd1\x42\x40\xdb\x6e\xfd\x2e\x07\x27\x77\x0f\x30\x61\x42\x7f\x60\x0f\x56\x4c\xd8\x65\xde\x90\xe9\xb7\x20\xe2\x80\x4d\x57\x7d\xb3\x01\x5e\xc9\x2d\x99\x17\x6e\xc4\x68\xff\x66\x86\x99\x7d\x9f\xad\xd1\x19\xa7\xbb\x33\x9b\xe3\xdc\x7a\x89\xa1\xe1\x61\xe3\x75\x7f\x59\x1f\x77\x6a\x7d\x38\xfe\xd0\x20\x03\xa4\xb4\xb5\x1c\x17\x70\x06\x93\xfb\x5d\x3d\x21\x26\x4f\x5d\x77\x32\x5e\x22\x51\x9c\x2c\xbc\x71\x66\xa4\x0c\x82\xcd\xf0\x21\x96\xef\x70\xb3\x58\xc2\x78\xbe\x81\x3b\xb1\xa2\x20\x65\x49\x85\xa2\x74\x47\x63\x4a\x97\xf4\xdd\xcd\x9e\x82\xdb\xb0\xa9\x20\x6d\x57\x45\x0b\x1e\x6e\x5a\x39\x67\xba\x93\xd6\x15\x38\x16\x96\x1d\xc6\x35\xb2\x12\x94\x9d\xb3\xb3\x20\x8a\xd9\x74\x9a\x3e\xc9\xf6\xe0\xc4\x6f\x72\x31\x1b\xfd\xc9\x51\x6b\xbe\xc5\xe0\x00\x8a\xfe\xf4\x25\x5c\xfa\x80\x8b\x77\x22\x94\x55\x95\x66\x58\x65\xe4\xec\xac\x47\x06\x26\x27\x3e\xf9\x73\x8d\x0b\xef\x5c\x6f\xfa\xf8\xe4\xc5\xf9\xf8\x24\x40\x6b\x0e\xfa\x87\x1c\xd3\xc4\xf9\x4d\x50\x38\x76\x60\xb2\x62\x20\x0e\xdd\x59\xee\x9c\x88\x31\xde\xac\xb5\xec\xb1\x0f\xcb\x76\xcf\x48\x37\x08\xc9\xdb\x16\xf6\x90\xe7\x2e\x98\xb7\x18\xd7\x06\x87\x14\x99\x5d\xb0\x98\x1d\x1e\x0d\xb4\xc9\x6d\xe1\x10\x69\x95\x5f\x12\xd6\xe2\x46\xd4\xa6\x09\x2a\x34\x75\xd9\xf2\xaa\x15\x12\xed\x34\xf5\x49\xcd\x93\xa7\xc9\x81\x76\xb7\xec\x5b\xc4\xee\x7c\x73\xa2\x34\xd6\xb7\xf7\xbb\x5b\x6e\xd5\x7b\x50\xe3\xf6\x9a\x36\x7c\x12\x8f\xb4\x30\x4a\xb5\xb7\xaf\x3d\xc7\xdb\xf4\x2b\x0a\x32\xd9\xe7\xfe\xf1\x3f\xff\xd9\x1a\x6d\x71\x73\x0a\xa2\xbe\xcb\x8f\x62\x3f\xf4\x9f\xa8\xda\xe0\x23\xb8\xff\x28\xc8\xdb\x38\x52\x6f\xa9\xe3\x67\x53\x5b\x1e\x86\x60\x36\x15\xc5\x8c\x45\x0d\xfa\x29\x3c\xc7\x5b\x36\x85\x8b\x7a\x4e\xff\xb4\xfd\x3c\x4c\x9d\x2e\xb4\x47\x16\xb4\x03\x10\x9c\x58\xd4\x89\xba\x51\x4b\x3f\x12\x90\xb0\x6f\xd4\xbe\xaa\xb2\x37\x62\xe3\xaa\x3c\x85\xfc\xce\x5d\x7a\xb7\x2e\x81\xb1\xe8\xa7\xae\x56\x02\x41\xde\xd7\xf8\x6d\x17\x97\xf6\xef\xf8\xbd\x60\x27\xe1\x34\x9d\xf3\x7f\xb4\xb7\x1d\x4f\x0b\xef\x8e\x0d\xcf\x81\x9b\x9c\xf2\x87\x3b\xda\xbd\x54\x21\x8e\x24\x01\xbd\xc6\x3a\x39\xf0\x2c\xca\x08\x08\x37\xcb\xf8\xe7\xe1\xc3\xf1\x52\xdb\xca\x8b\x2e\x3d\x6d\xc5\xb6\x4c\xa6\xa6\xad\x2e\x18\x83\xa0\x31\xb3\x54\xb2\xab\xc6\xd7\xd5\x16\xe4\xd1\x9e\x61\x07\xf7\xdd\x21\x48\x69\xcf\x11\x08\xc1\x9c\x04\xcd\xc8\xd8\xaa\x81\xa4\xd8\x64\x0c\x37\x7d\x5f\x6b\x89\xdc\xb5\x6d\x9c\xdc\x2d\x16\x6b\x64\x80\x6a\x21\x7b\x82\x6a\x9f\xce\x91\x43\x06\xa6\x1c\x37\x14\xa8\xaa\x82\xa0\x16\x59\x98\x45\xa9\x4a\xcd\x72\x69\xe2\xea\x08\xb1\xa2\xd7\xb4\xc2\x33\x85\x38\xda\xcc\x1a\x24\xe5\x20\xfc\xf7\xbf\x03\x5b\xd6\x0c\xd7\x6c\xc3\x6c\xcb\x6c\x39\x06\x59\x2f\x5a\x81\xc4\x4f\xda\x98\x78\xb0\x0c\x40\x3b\xd5\xc2\x5a\xfc\x37\xae\x04\xc4\xe0\xa4\x16\x8d\x2a\x55\x65\xce\x94\x96\x4f\x61\x0d\xc5\xd5\x65\x74\x59\x57\xe5\xa5\x63\x0e\xa5\x63\x5d\x1b\xde\xbd\x67\x45\x37\x78\x59\x57\x5b\x83\x43\x54\xc3\xa3\x4d\xbb\x7c\xe4\x63\x59\x95\x90\x14\x74\x4e\x4c\x35\x09\x2a\x4e\xd6\x17\x1a\xee\x6e\x06\xa7\xee\xce\x5d\xb4\xae\x52\x2b\x89\xe3\x1b\x06\x7f\x14\xa2\x92\xfb\xfb\x4b\xc7\x79\xf4\x6d\x18\x6e\x3c\xa4\x8a\x10\xce\x37\xad\xb2\x79\x5a\xb7\x43\x69\xf4\x32\x62\xcb\xd4\xa2\xb2\x94\x75\xac\x0b\x78\x8f\xb7\x2a\x7b\x36\x34\x33\xec\x31\x8d\x0c\x49\xf8\xd6\x80\x4f\x1f\xb9\xb8\x82\x4a\x13\xfa\x8c\x34\xfd\xde\x65\x8a\xbc\xcb\x22\x8b\x28\x3d\xae\x8d\xd5\xb7\x70\xa6\xeb\x47\x4e\x7c\x46\x0a\xbb\xd6\xc7\x1c\x93\x19\xd1\x85\x1d\x37\xce\x3b\x51\xb7\x1a\x74\xcc\xa2\xbb\x00\x7c\x3b\x2b\x1c\x50\xcf\x98\x44\x40\xc4\xd4\x33\xc2\xd8\x06\x8f\x2c\xf4\x37\x39\x51\xdd\x89\x8b\x83\xc4\x13\xf1\x20\x3c\xdc\x11\xcf\x57\xe1\x2d\xce\x2f\xeb\x36\x17\x7a\xb2\xa3\x3c\xb1\x1a\xbf\xd4\x79\x33\xc1\x90\x92\xf9\x10\xa5\x3f\x84\x78\x96\xf1\xfb\xad\x28\xa9\x81\x1c\xb9\xc2\x67\x36\xd5\x88\x46\xf0\x8f\xc7\xf0\x4f\xda\xda\xfd\x2c\x4e\x05\xaa\xac\xb5\x29\x75\x93\x49\x72\xde\x51\xe9\x24\x0e\x79\xbb\x64\x99\x9b\x4c\x32\x54\xf9\x47\x21\x27\xaf\xac\x64\x39\xf8\x25\x6e\xcd\xed\x4a\xe2\xf1\xc4\x9a\x4a\x01\xf3\xc5\x06\x85\x4b\xae\x8a\xa4\x66\x0c\x5d\xe1\xc9\x83\x63\x35\xd8\x14\x5a\x2a\x6b\xc4\x9a\x51\x66\xe2\x81\x73\x39\x52\xba\xf6\x00\x13\x6b\x54\xe9\x18\xce\xf5\x27\x29\xf8\x42\xe7\x7e\x9c\x24\xbe\x4c\x7a\x58\x7a\x8f\x2e\x7d\x59\x4e\xd2\xa0\x1a\x44\xe7\x60\x68\x7d\x10\xda\xd3\x1d\x18\xa3\xf8\x46\xf7\x2f\xe8\x4f\x02\xea\xfa\xac\x99\xc5\x6a\x26\x7f\xdc\x32\x8a\xd2\xb9\x21\xa3\x9c\x3f\x7f\x06\xaf\x50\xd3\x92\x82\xac\x91\x6f\xa5\x0d\xe1\x17\x65\xc3\x0c\x66\x9b\x84\xc5\x95\x22\x29\x7d\x3c\x61\xdd\x3d\xb3\x74\x9c\xff\xfd\xa5\xbb\xa0\x90\x87\xce\x9f\x3f\x73\x1e\xef\x89\x87\xfc\x31\x2d\x2b\x9d\x3f\x7f\x36\x73\x1e\xfc\xc5\x4a\x1d\xa4\xf0\xf9\xb0\x92\xfb\x38\x48\x47\x4f\x98\xe6\x81\x31\xfe\x48\x5e\x43\x68\xce\x56\x0b\xf3\xba\x23\xfb\x96\xd6\x58\x95\xf4\xd0\x35\xa0\x03\xfb\x57\xee\xd1\x89\x7d\x6a\x65\x55\xcb\x7e\x4b\x5c\x90\x12\xcb\x2a\xa2\xba\x2a\x7f\x6a\x10\x7b\xc7\x03\x05\x54\xcb\x93\xb7\x29\x13\xd9\x94\xe7\xae\x98\xed\xb1\xd1\x87\xf2\x68\x55\x26\x7a\x2e\x68\xe3\x20\x9e\xf7\x42\x1b\x35\xcb\xad\x9a\x20\xd8\xfb\x15\xe5\x59\x7a\xef\xb6\x80\x1d\x20\xa2\x05\xdb\xc0\x2e\xa7\xd6\xee\x27\x4d\x6c\xf0\xfb\x9e\x90\x0b\xc7\xc8\xd9\xb0\x9e\x7c\xe7\x65\x3d\x2a\xd5\xd8\xe7\xa6\x54\x48\x2b\xd8\xff\xf7\x9e\xf9\xd4\x1e\x7b\x00\x53\x7d\x67\xa1\x6b\xe6\xa7\xdc\x82\x50\xc0\x7e\xa6\xc9\x87\x19\x80\x8d\xce\x44\x4c\x1c\x99\xde\xc1\x8b\xb9\x38\x8f\x1d\x8c\x44\x91\xc3\xe8\x2e\x36\xa5\x28\xa3\x2c\x25\x26\x37\x58\x8a\x36\x48\x5d\xbd\x38\x3f\xd8\x9b\xf5\x19\xe2\xc1\xb1\x23\xe5\x86\xb7\x4f\x52\x46\x83\x49\xd9\xf9\xe0\x7e\xc2\xf2\xfb\x5e\x1d\x07\xed\x33\x0a\x53\x64\x30\x3e\xec\x96\x21\x81\xc1\x3b\x65\x36\x0a\xa7\xca\x2b\xc7\x5e\x80\xd9\x7a\x35\x05\xbf\x43\x54\x89\x98\x9c\xbe\xa1\xcb\x6e\xb6\x04\xb0\x53\x2f\xf8\x7b\x59\x71\x68\xb4\xa3\x44\x8a\x3a\xdb\x7a\x76\xe6\xe0\x28\x9b\xe6\x0e\x3b\x15\x49\xb9\x29\x3c\xdf\x4a\x0a\x97\x00\x7c\xd9\x49\xe0\x41\x6d\x58\xdd\x45\xb4\xb4\xd1\xfb\x92\xe2\xd8\x62\x7e\x3f\x32\x3e\x41\x67\x07\xcf\x8d\x98\x8c\xc1\xdd\xc4\x7e\x0d\x07\x88\x6d\xd0\xc1\xfc\x17\x98\x8b\x2e\xff\x75\x59\x92\x29\x60\x7e\x16\xfc\x97\x71\x2e\x3e\x47\x36\x8c\x30\xf6\x19\x72\x63\x08\xce\x9d\x98\x32\xb7\xd0\xcf\x90\x37\x87\xe8\xe0\x28\xde\xc7\x95\xad\x74\x5d\x76\x8e\xe8\x09\xe2\xfa\xf4\x41\xbd\x38\x60\xfa\x73\x2a\xfd\xb9\xcf\x2f\xde\x5f\x6c\x30\xc1\x0c\x77\x19\x16\x8c\xf7\x0f\xf3\x49\xdd\xc3\x8f\x17\x5e\x2c\x00\xd9\x74\x60\xbd\x41\xa7\x0e\x94\xa8\xf4\x45\xb1\x25\xc2\xe0\x1a\xf3\xbf\xc5\xad\x5e\x32\x4d\x6d\xfb\x8d\x2a\xe9\xab\xfd\x10\x61\xda\xe9\xb4\x94\x70\x93\xc5\x46\xa1\x13\xb7\xcf\xea\x53\xe1\xca\xe5\x81\xd0\xb5\x48\x66\x36\xc8\x1e\x7d\x3c\x3e\xa5\xcd\x13\x95\x0e\x9d\x38\xac\x34\xed\xdf\x52\xd8\xc3\x4e\x82\x8b\xa8\xcf\xd4\xe1\x18\x00\xba\xcf\xc5\xf9\x50\x75\x1a\xfa\x36\xbf\xeb\xec\x91\xfb\x4f\xb1\x87\x99\xbb\xa3\x25\x2a\x21\x92\x2f\x8e\xba\xdf\xdb\x57\x60\x0f\x37\xb0\xc0\xed\xdd\xc2\xd2\x33\xd6\x8b\x00\xf9\x89\x1b\x5a\x1c\x52\xc8\xeb\xf2\xf1\x66\xe1\x00\x46\xe9\x33\x62\xa0\x27\x59\x42\x08\x3c\x9b\x31\x91\x41\x69\x9c\xf7\xa0\x3f\xe3\xe9\x3b\x01\xd4\x2e\x2a\x87\xbe\x7a\x2d\xbb\x85\x05\x9d\x32\xcc\x5b\x40\x57\x88\x54\xe2\xc2\x48\x51\x3c\x4e\x03\x21\x56\x15\x83\x34\x83\xee\xfa\x69\x43\x57\x09\x50\xb8\x0a\x21\x28\x34\xff\x65\x88\xef\xfc\xfa\x76\x90\xda\xee\x37\x25\xb7\x92\x06\x53\xa7\xcd\x91\x76\x04\x85\x48\x49\xf9\x7f\xc2\x5c\x1a\x12\xd3\xde\x93\x77\x97\x07\xd8\x0e\x0e\x9e\xe2\x5c\x2f\xc9\x29\x34\x68\xc4\xca\xd3\x3c\xeb\x67\x11\x6a\x10\xe5\x2b\x7e\x26\x3b\xd8\xf9\x92\x03\xe8\x2d\x7e\x26\xe7\x16\x8c\x9b\xd5\x74\xb7\x8e\x88\x04\x02\x16\xa4\xe6\x36\x6a\x2e\x2d\x2b\xe5\x7b\x75\x76\x5d\x07\x97\xc3\x0c\x4f\xfe\xed\x48\xe2\xb5\x39\xd7\x7b\x4d\xe3\xcd\x1f\xa0\xeb\x96\x64\xc3\x2f\x5d\x71\x5b\x71\x90\x92\x52\x08\x80\xfe\x9b\x4f\xc8\x42\xbd\x1b\xde\x6f\x62\x4b\x22\xed\xed\x38\x41\x00\x8c\x61\x89\x8a\x3a\xbf\xdc\xe0\xc9\x39\xbd\xa6\x92\x28\x06\xb8\xe9\x51\xbf\x4e\xc9\x05\xd4\x9a\xa4\x2f\x5d\xe8\x54\x1e\xef\xf1\x4e\xec\x28\xed\x46\x58\x82\x18\x22\xda\x83\x84\xf6\x75\xbf\x45\x58\xbe\x59\x86\xb2\x77\x92\x26\x61\xb4\x9b\xf4\x50\xdc\x51\x7c\x2b\x9b\xea\x9b\xca\xee\xbd\x41\x95\x14\x6f\xc2\xc3\xea\xa4\xf8\x4d\x06\x55\x4a\xb9\xb5\xe4\xdf\xe0\x7c\x52\xb8\x12\x9b\x11\x1c\x9f\xd2\x09\xe4\x90\x74\x65\x59\x98\x7a\xab\x8c\x4b\x12\x5e\x05\x15\x4a\x1c\x75\xd9\xab\xae\x15\xe9\xd8\xd2\xbf\x05\xfb\x74\xda\x3d\xce\xb8\x73\x2f\x55\xc1\x91\xa3\x9e\x3c\xbf\xd0\x4d\xde\xa9\xae\x82\x32\x3b\xef\x67\x5b\x22\xb6\x9f\xc9\x0e\xd3\x84\x63\xf3\x56\xb3\x38\xb3\x52\x69\x37\xc4\x8d\x3d\x63\x9d\x83\x91\x2d\x17\x25\xd5\x50\xff\x91\xd0\x0e\xac\xde\xf6\x79\xd5\xfd\x2d\x62\xc7\x73\xad\x0a\xfd\xde\xbc\xcd\x19\x3a\x4b\x1b\x43\x0f\x79\x8d\xa3\x26\xa3\x48\xec\x69\x24\xef\xf1\x5b\xe3\x78\x15\xa8\xaa\x98\x2d\x66\x66\x0e\x91\x5d\x2f\xb1\xbe\xfb\x8b\x2b\x49\x93\x3c\xa5\xcf\x30\xd9\xec\x69\xb0\x57\xa2\x71\xe0\xb9\xc3\xb8\x59\x57\x71\x43\x19\x34\xd4\xdb\x1e\x6e\xb8\x4f\x15\x7f\xfc\xbd\x26\xd5\xef\xba\xbe\x5a\xb2\x12\x64\xe7\x18\x4e\x6d\xd0\x70\x20\x33\x8c\x9b\xba\x6f\xfb\xb1\xcb\xf1\x73\x22\xc4\xac\xe4\x3c\xbd\xc3\x7f\x2d\x55\x46\xe6\x56\xdd\xe2\x67\x2a\x94\x86\x2f\xab\xa2\x6c\x1e\xe3\xcb\x9b\x5f\xf4\xa5\xe8\x22\x7f\xdb\x1e\xb1\x31\xfb\x3e\x69\x6b\x76\x90\xad\x28\xef\xd5\x79\x11\x1e\xf4\x89\xc4\x41\x8d\xaf\x83\x83\x5c\x5f\x88\xff\x9b\x59\xe0\x4d\x43\x96\xb6\x40\x86\x36\xe2\xfc\xf4\x7a\x2b\x87\xa7\xda\x09\x24\x6d\x74\x44\x5f\x5b\x52\xa3\x82\x94\xfc\xc9\x2c\x8b\x37\x83\xa7\x81\xe1\x47\x79\x51\x9f\x5d\x49\xd7\x49\xc7\xa4\xf4\x75\xe7\x9f\xac\x58\xac\xff\x92\x78\x4b\xf8\xe9\xbb\x2d\x68\x88\x9f\x25\x2a\x09\x39\x77\xff\x4b\xee\x77\xca\xa0\x74\x14\xe0\xce\x55\xde\x1e\xc4\x56\x62\xe0\x17\xf8\x5a\x99\xd3\x03\x94\xeb\xc3\x3b\x8a\x2f\x79\xd5\x4a\xd2\x1e\xd6\x6e\x8c\xe6\x2f\x79\xe7\x6a\x25\x49\x3e\xd3\xc2\x1b\x31\x5f\x76\xeb\x8a\x20\xda\x65\x32\x3a\x0a\xe5\xae\x42\xef\xa8\xe1\xac\x5e\x4c\x71\x88\x62\x75\xc7\xda\x1a\xc6\xef\x90\xeb\x33\x71\x15\xf1\x0d\x4b\x15\xa7\xeb\x07\xdb\xfa\x87\x1a\x44\x96\x28\x75\x10\xa7\xc7\xf7\x1b\x79\x95\x43\xb0\x97\xd1\x2d\x19\x3a\xef\xe2\x42\xf5\x56\x95\x4a\x0d\x8b\x5a\x4c\xfd\xea\xfd\x4b\xbc\x4a\xed\x4f\xe4\xcb\x40\x84\x17\x54\x76\xdd\x8b\xb0\xcb\x85\x95\xa9\x71\x9d\x0b\x02\xbf\x1f\x76\x3f\x20\xec\x78\x8b\x5c\xae\x2f\xb7\xe8\x7a\x18\xc8\xeb\x0c\x0a\x0e\xbe\x65\x2c\x1d\x00\xf9\xc8\x19\x20\x87\xe8\x77\x3e\x07\xf7\x94\x1d\xc8\x62\xd4\x65\x24\x77\x9d\x21\x3f\xa5\x67\xd8\xc5\x25\x7d\x77\x27\xee\xdf\x2e\xb0\x99\x56\xbb\x9b\x07\x81\xfe\x79\x70\x3c\x86\xc7\xbb\x6c\x85\xdb\x61\xcc\x4f\xc1\x94\xe3\x19\x72\x5f\xcc\xd8\x65\x2a\xdd\x15\x63\x7e\x4c\xb0\xa4\xc3\x8e\xac\xbf\xb8\x5d\x12\x89\xaa\xdd\x8d\xcc\x41\xd9\x47\x48\xc2\x3b\x5d\x6e\x16\xdb\x82\x9b\xda\x54\x97\xbc\x7b\x83\x50\x55\x3c\x2e\x3f\x73\xab\x70\xdf\x46\xa1\xbf\xec\x7d\x59\x86\xbb\x5d\xca\xf1\x89\xac\xae\x00\xf3\xbd\xfb\x76\xbd\x26\x56\xb4\x86\x4e\x5e\x1b\xaf\x00\x7b\x26\x1c\xcd\xf7\x76\x34\xd8\x88\x59\x64\x21\x76\x1b\x62\x69\xcc\xbc\x86\xcb\xa6\x46\x15\x88\xfb\x24\xb2\x49\x57\xa7\xfb\xca\x64\x93\xbf\xec\xaf\x40\x36\xc9\xfa\xf1\xa8\x2c\xc1\xb9\x57\x55\x19\x69\xc9\xcb\xa5\xf5\x8e\xa5\xa4\x4e\x26\x82\xa0\xb2\x46\xcb\x8a\xd4\x6d\xf7\x85\x73\x2a\x2c\x8a\x1a\x5c\x7f\xd3\x02\x59\xad\x70\x49\x50\x8b\x45\x51\x8c\x45\x25\xcb\xb5\x29\xd2\x1d\x70\x69\x26\xdc\xec\x3e\xd5\x54\x77\xb1\xe0\x0b\xf8\xa0\x57\xf0\xf5\x5c\x6b\xa8\x83\xed\x6a\x79\x49\x4b\x2a\x2c\xfe\x25\x41\x2c\xb6\x9f\x7b\x81\x94\xce\xba\x3f\x39\x01\x46\x6d\xcc\x9a\xf7\x25\xe3\x6b\xa5\x7f\x09\x80\xfb\xb9\x0b\xad\x32\x16\xb8\xfb\xd4\x2a\x7b\xa4\x1c\xab\xa0\x46\x2c\xe8\x4e\x15\xd4\x98\x79\x0d\x51\x50\xfa\x72\x35\x7b\x53\xe2\xdc\xb1\xa5\xef\x4a\x51\xa9\x59\x48\xed\x4b\xea\xcb\x5d\xb5\x14\x7c\x49\x6a\x2a\x5c\xf4\x57\xa0\xa3\xac\xe0\x88\x30\xfe\xf9\x5a\xce\xbd\x53\x8d\x66\xba\x77\x9b\x79\xd4\x14\xee\x4a\x1e\x8d\x9b\xd4\x10\x61\xa4\xe4\x8e\x7b\x47\x7f\x28\x81\xd4\x56\x96\x54\xab\x43\x45\x8f\xa9\xd8\x65\x33\x8c\x4d\xae\x97\xbe\x1e\x27\xba\x88\x3c\xbd\xab\x2a\x67\xf8\xa8\xaa\xc2\x2b\x70\xbe\x90\x4d\x53\x33\xff\x1d\x93\x84\xf7\xb8\xd1\x69\x41\xf9\x69\xe8\x37\x3f\x81\x21\xb4\x6a\x32\xd7\x3f\x55\xe0\x49\x4f\x60\x3f\xb1\xa7\x2f\x4a\x73\xa6\x97\xfe\x15\xe8\x4f\x3f\xb5\xd3\xaa\xa8\x0c\x2d\xf4\x29\x2a\x8b\x54\xf7\xba\xff\x28\x09\x3c\x6c\xf2\xc9\x34\xf1\x8e\xcb\xdc\xab\x3e\xf6\x51\x20\x24\xd9\x8e\xd3\x1a\x09\xf9\xbb\x12\x8b\x3b\xac\x66\x9c\xc0\xfc\x54\xd1\x30\x3d\x81\xaf\x2f\x20\x96\x5e\xf9\x57\x20\x2f\x65\x4c\x4c\x46\x48\xf2\x81\x30\x79\xa5\xa2\x3a\xe8\xac\x61\xc5\x29\x51\x47\xc8\x72\x7d\x67\x23\x67\xa8\x96\x87\x54\x3e\x71\x60\x6c\x27\x1d\xd2\x13\x61\xf8\x42\x95\xc8\x40\xcd\xb2\xcb\xe2\x4f\x4e\x40\x5c\x56\xe0\xd1\x97\x26\x8d\xdc\xe1\xdc\x30\x30\xdb\x97\x07\xa1\x5f\x7c\xad\xfa\xd5\x1b\xc8\x19\xa0\x64\x0f\x92\x65\xb1\x97\xdb\x89\x0e\xf7\xad\x83\x89\x7c\xbe\xb1\xbd\x31\x9a\x7b\x2c\xda\x3f\x37\xd5\xdd\xa7\xcb\xc7\xae\xef\x56\x49\xfa\x36\xc9\x79\x7f\xa4\x9c\x4b\xb2\x7f\x5c\x51\x86\x9b\xe0\x1e\x0f\xf1\x23\xf3\xac\x18\xa6\xad\x98\xd2\x58\x31\x53\xd0\x17\xb2\x54\x95\xd1\x33\x22\x1a\xa1\xc8\x72\x8e\x8a\xf7\x06\x8c\x7c\x14\x03\x5b\x59\x32\x5e\x35\x37\x79\x1c\xde\x1c\x68\x9c\x72\x1e\x5d\xb4\xe4\x1c\x31\x1b\x64\x32\x15\x7c\x5d\x82\xea\x06\x99\x49\x5f\x98\x59\x64\x57\xf7\x09\x4d\x21\xff\xfd\xbd\xdf\x7b\x16\x8d\xd7\x55\x0b\xca\x9b\x47\x78\x21\x78\xea\xa1\xbd\x12\x3c\xfd\xdc\xc4\x06\xe1\xec\x0c\xbe\x9b\x7d\xb7\xaf\x52\x52\x16\x73\xc3\x8f\x6e\xcb\x83\x9f\xa2\xa5\xcd\x35\xe6\xbe\xc5\xa6\x6e\x49\xe5\xc6\x1c\x97\xe8\x0a\xc3\x1c\x63\xeb\x32\xd4\x53\xce\x5e\xe2\x2e\x30\x79\x3c\xcb\xe3\x5e\xd6\xa2\x36\xba\xc2\x0f\xd2\xb5\x56\xdd\x53\x44\x11\xa0\x70\x09\xdf\x73\x30\x65\xac\x22\x41\xe5\x3d\x61\x9f\x3e\x8a\xb0\x9e\x4c\xd7\x34\x7a\xb3\x21\x3b\x96\xa2\x75\xcd\xf0\xa5\x64\x1c\xb2\x9b\x2d\x45\x77\x3a\x74\x29\x77\x16\xbf\xb1\x83\x0c\xbb\xa6\x2e\xd5\x4f\x89\x59\xdb\xd0\xad\xed\x2b\x67\x5e\xc7\x35\x68\x1e\xdb\x3a\x61\xc9\x52\x34\xb9\x69\xb7\xd9\x52\x2f\xb6\xc7\xb1\x15\x5f\x92\x20\x71\x07\x0a\xaf\x0f\xcb\x46\x88\x06\x82\x23\xbd\xbc\xb1\xe5\x60\x1c\xe1\x23\x16\x08\x0a\x78\x4e\x09\x36\x95\x45\xab\xfd\xc0\x05\xdd\xd4\x65\x4a\x42\x24\x68\x71\xc4\x0d\x84\x23\x38\xa5\xf3\xfa\xe5\x91\xc6\xea\x4d\xab\x39\x81\xb2\x58\xde\x74\xd4\x84\xb6\x15\x62\x5b\xaa\xce\x04\x3a\x17\xb7\xd5\x14\x2a\x5a\x73\x4a\x94\xd7\xd4\xe5\x18\x7a\x1f\x35\x4c\xe0\x76\xeb\x98\xc0\x6e\x25\x89\x1c\x1a\x8c\x8a\x92\xc8\x22\x4e\x0d\x5e\x48\xfb\x2f\x00\x2f\x27\xc3\x5e\x37\x33\x5f\x52\xe4\x5e\x47\x4d\x11\xfe\xb9\x42\x8d\xdd\x66\x53\xc9\xd2\x3a\x6c\x06\xc2\x08\x48\x36\x23\x8b\x28\xe3\x5b\x95\x08\xfc\x19\x5f\xa2\x1f\xb7\x2d\x66\xaf\x70\x23\xd3\xbe\x71\x29\xea\x03\xdd\x3b\x03\x71\xbd\x71\xc7\x29\x8b\x70\x22\x8a\x6a\xdd\x51\x4a\xbc\xe0\xcb\x12\x8c\xfc\x28\x78\x7d\xb2\x23\xa2\xc3\x22\xec\xb9\xe3\x13\x1d\x32\x29\x33\x7b\x53\x29\x66\xde\x91\x86\xfe\x31\xf9\x6b\x77\xc1\x97\x8e\x12\x34\xc1\x2c\x72\x25\xa8\x06\xdc\x31\x1f\x4f\x74\x94\x79\x6a\x84\x4f\x68\x9a\x86\x0f\x5c\xb3\x34\x7c\x76\x17\x26\x69\x60\x6b\xea\x04\xf5\xfd\x98\x99\x03\xad\xcc\xf4\xba\xef\xd4\xc2\xcc\x4d\x61\xa8\x49\x16\xb6\xff\x04\x96\x65\x6e\x0a\x63\xac\xca\xd1\x41\x2f\xf0\x23\x43\xae\x99\x18\x56\xb7\x18\x60\x23\xca\x5e\xbe\x6c\x03\xd1\x42\x22\x61\x1d\x76\xd4\xfb\x1b\x06\x83\x2f\xc6\x2a\x94\xd5\xfa\x46\x18\x84\xb2\x36\xad\x25\x62\x51\x9c\xb6\xc7\x18\xf4\x27\x92\x98\xd2\x89\x3c\x2d\xd6\x46\x51\x30\x77\xb7\x4f\x54\x98\xac\x2a\x75\x58\xae\x54\xbb\x7c\x55\x65\xf2\x66\xe5\x8e\x1e\x1b\xbc\xa5\x67\x2e\x96\xb8\xc4\xad\xac\x28\xc5\x26\x47\xa7\xf0\xab\x8c\x47\x85\x86\x9b\x29\x3c\x7a\xce\x9c\x77\xce\x22\x46\x9a\xbd\xc7\x5b\x96\x8c\xe1\xdc\x80\x23\x78\xf3\xdf\xfc\xa3\xb2\x3d\xdc\xd0\x11\xac\x96\x8d\x74\x0d\x2d\xaf\xdf\x99\x01\x45\x82\xfc\xd5\x32\x7e\x4b\x75\x12\xff\x96\x66\x01\x05\xc1\x19\x5a\xaf\x71\x5d\x4e\xe2\xbe\x76\xac\x11\x29\xbb\x1d\xb2\x69\xac\xc9\xc8\x39\xa0\xed\xd0\x52\xb4\x41\xbc\x1b\x39\xf9\xb5\xcf\x4e\xe1\x57\xf7\x87\xd1\x94\x65\x3d\x79\x49\x5c\x61\x63\x47\xcf\xb0\x68\xac\x33\xf8\xf5\x5f\x3e\xcc\x74\xa2\xda\xc5\x39\x5f\x9b\x1a\x39\x1f\x47\x14\xf8\xed\x88\x2a\x3c\x9c\x91\xc4\xc5\xfd\xee\x9c\x34\xb6\x3d\xa8\xf4\x69\xce\x8b\xf3\x7b\x51\xb9\xbc\xcf\x9f\xab\xcc\x12\xb3\xec\x15\xbc\x91\xe0\xb3\x5c\x97\xdd\xdd\x89\xae\x86\xf0\x6c\x3c\xc5\x8e\x87\x69\x2e\xee\xea\x35\xdb\x63\xb6\xb7\x51\xe4\xd2\xb1\x92\x80\x86\x32\xb3\xcb\x9d\x3c\xdf\x49\xee\xb8\xd3\x1e\x23\x7c\x5e\x88\xba\x41\xf5\x82\x1a\x29\xb3\x4f\x65\xf6\xa8\xaa\x4c\xd8\x84\x0b\x9f\x8e\xb0\x4a\x56\x16\xd5\x0b\xda\xd7\x32\x96\x2c\xe3\x74\xa4\xdb\x72\xa8\x4c\xd2\x73\xd3\x34\x32\x22\x62\xf4\xe5\x09\x93\x4f\xa8\xa2\x47\x82\x38\xa1\xc7\x6f\xa0\xc8\x3b\x2e\x16\x48\x31\x93\xad\x2d\x99\xe4\xa8\x3d\xa9\xf4\x47\x55\xe5\xef\x98\x65\x38\xcb\x7b\x29\xc5\x5e\xde\xd6\xc2\xa0\x3e\x76\x60\xb4\xd0\x64\x18\xc4\x6c\x3d\x3b\x89\x3b\xd9\x01\xbc\x0b\xb2\xe7\x3d\xc8\x7b\x09\x45\xe7\x6f\xd8\x28\xd2\xe5\x03\x7f\x79\x6c\xff\x97\x0d\xb1\x9b\x0d\xb1\x0b\xa9\xdd\xdc\x9c\x48\x87\x2e\x61\x38\x49\xea\xcf\x4d\x2d\x90\x0e\xa9\xf9\x0c\xb7\x4c\x5d\xc8\xc2\xa0\x22\xac\x05\xba\x88\x2f\xd4\xab\x17\xb4\x59\xa1\x3e\x39\xe8\x97\xd7\x16\xde\xcd\x07\x29\x80\x4e\x13\x97\xdf\x7c\x0c\xf0\xe5\xde\x2a\x10\x44\x76\xc3\xc9\xeb\xb2\x23\x26\x36\x60\x2a\x76\x29\xd9\xae\xda\xc5\x62\xdc\x5b\xca\x01\x64\x54\x07\xc3\x22\x56\x15\x55\x9f\xa4\x7a\x0b\x88\x0b\x47\x54\xdb\x71\x74\x94\x37\xa8\x9b\xea\xc2\xc8\x94\x4c\x0d\x92\x51\x4c\x7c\x44\xd5\xa7\x9b\xc2\xa0\xe4\x97\x53\xf8\x91\x52\xb7\x94\x69\x25\x6f\xd9\x10\xf8\x3a\x13\x5a\x49\xdd\x3f\x10\x6f\xbc\xe9\x20\x97\x07\x19\xb9\xd9\x84\x52\xb7\x31\xe9\x2b\xd3\x22\x68\x7e\x2f\xca\xc1\xc6\xf1\xa9\x57\xe2\x42\xff\xf8\xb2\x34\xb3\xf5\xa4\x53\x68\x6c\x93\x9f\x09\x63\xa4\xbe\x94\x69\x33\x7a\xca\xce\x9c\x35\x75\x24\xa6\xbd\x73\x7a\xcf\x81\x43\x52\x29\x32\xc8\xe6\xf0\xaa\xf3\xee\x2a\x97\xdc\x4d\x3d\x4b\x62\xfc\x12\xb7\xef\xa2\xdc\xc1\x08\xf1\x47\x66\xe3\xea\x2f\xa4\xe2\x54\xb6\xe5\x10\x74\xed\x05\x59\x3f\xfd\x85\xaa\x51\xa8\x1a\x8b\xa8\xa1\xa1\x5a\xad\x96\xa2\xf5\x4d\xb9\x74\xa6\x35\x56\xd2\x78\x16\x61\x33\x08\xdd\x26\xf0\x97\x08\xe5\x7e\xc5\x18\x74\xc3\xdc\x43\xb0\x37\x26\x42\x7a\x63\x2c\x7a\xc1\x9e\x14\x2a\x73\x11\xd4\xaf\x1b\xa1\x89\x4b\x36\x7a\xb0\x3a\x2a\xf4\x74\x63\xb4\xba\xa1\xa8\x14\x56\x07\x86\xa6\xbe\x6e\x24\x7b\xf1\xbc\x21\x38\xde\x29\x22\xb2\x0f\x5c\xfb\x4e\xd6\x40\x84\x67\x23\x26\x5f\x3d\xd6\x83\x80\x53\x88\xfa\x67\x15\x9d\xa3\xca\x16\xdb\x77\x28\x20\x79\x63\x3a\xa7\x05\x4d\x03\xba\xec\x28\x53\x77\xff\x95\x30\xdf\x0a\xd3\x49\xce\xf3\x9b\x21\xde\x4e\xc6\x23\x4c\xa0\x7d\xa0\x87\xf8\x75\x23\x3c\xf2\xac\x43\x7c\x9f\xe3\x16\x37\x2b\x52\x63\x26\x1c\xd7\xda\xbd\x0b\x9f\xe1\x16\x36\x6b\x75\xc7\x73\xee\x36\xa8\xac\xab\xaa\xc6\xfc\x3b\xba\xc2\x71\x0a\x40\x02\x9f\xa3\xdd\xd2\x00\x04\x29\x14\x79\x50\xe6\xf0\xd8\x03\xb2\x66\xc5\x12\x17\xef\x13\x9c\x23\x03\x22\xac\x45\x75\x89\x9a\x12\x30\x47\x99\x4e\xd1\x12\x3c\x72\xbd\xc4\x5c\x24\x32\x72\x59\xe3\xc6\xde\xcf\x2c\x2f\x03\x46\x39\xee\x38\x39\x39\x31\x63\xfc\xb0\x46\x0d\x5a\xe9\xa5\x9e\x8a\xcb\x32\xcc\xe1\x1b\x75\x1b\x03\x59\x40\x8b\x2a\x59\xaf\x7c\x4e\x37\xad\x8b\x54\x79\x05\x04\xd3\xf7\x66\xa8\xa9\xcc\x4c\xff\xe1\xe7\x62\x21\x6f\x7c\x69\x64\x0d\x31\xa7\xcd\x14\x2a\x8c\xae\xd4\x45\xba\xa8\xb9\xdc\xac\x30\x9f\x03\x93\x59\xb0\xb3\x78\xe6\x0a\x4b\x9a\x69\xf9\xcc\x17\x9b\xaa\xf2\xc1\xd4\xe9\x5d\x65\x98\xe2\x37\x0b\x0e\x45\x4c\x0f\x8f\x74\x0c\xc4\xa1\x27\x15\x1b\xd4\x50\x32\x2c\x9d\x0e\x26\x1d\xba\x90\x3d\xd4\xc7\x33\x12\xf7\x98\x47\x01\xb6\xc4\x05\xdc\x1a\xc1\x31\x07\x99\x3b\xa1\x25\x3a\xd6\xa8\x5d\xa6\x6e\x80\xd3\x7d\x0e\xcc\xf2\x71\xee\x9c\x1f\x36\xd5\x19\x47\xc7\x16\x56\x1b\xc6\x25\x3a\x69\x09\xaa\xc8\x7f\xf4\xb5\x27\xc1\xc5\xc7\x84\x99\x63\x5b\xa4\x61\xed\x3d\x67\xba\xc9\x44\x25\x17\xa0\x39\xca\x1f\x08\x98\x4f\x03\x17\x3d\xeb\x1b\x43\x27\x14\x18\xf2\xce\x70\x2e\x33\xe6\x8d\x48\xb6\xc2\xd7\x80\x57\xeb\x76\x9b\x90\x04\xd0\x60\x46\x37\x4d\x81\xd5\x19\x3b\x0e\x53\x06\xc4\x1c\x67\x2c\x50\x55\xa9\xd4\xb1\x50\x9b\xca\x7b\x61\x63\x11\x6c\x26\xe6\xa5\xdc\x9e\xda\x5b\xa4\xb7\x23\xaf\x4b\xb7\x39\xaa\x4e\x58\x7b\x68\x7f\x53\x70\x83\x27\x33\xf1\x9f\xbd\x21\xe8\x08\xee\xc7\x8f\xe5\x00\xdf\xcb\x3b\xaf\x8e\x4e\xe1\x87\x38\x68\xfb\x21\x54\x12\x0f\x8e\xf5\xed\xde\x31\x40\x02\x38\x78\x5f\xa7\xfe\x9a\x9c\x2f\x9e\x1e\xe0\xe4\x31\x71\x93\x25\xd3\xaa\xc5\x21\x44\x38\x03\x73\xcb\x7c\xa4\xc4\x7b\xba\x79\xd5\x90\x2b\xd4\x9a\x6e\xd6\xf2\xeb\xf8\x6e\x8c\xa2\x13\xbd\x88\x6f\x99\x4e\x3e\x1e\x7c\x3c\x80\xff\x0d\x00\x00\xff\xff\xed\x2e\xdc\x62\x33\xfc\x00\x00" func flowstakingcollectionCdcBytes() ([]byte, error) { return bindataRead( @@ -200,11 +200,11 @@ func flowstakingcollectionCdc() (*asset, error) { } info := bindataFileInfo{name: "FlowStakingCollection.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xcc, 0x3b, 0x44, 0xe7, 0xdf, 0x40, 0x95, 0x53, 0x4d, 0xe4, 0x4b, 0xec, 0x6b, 0xfa, 0x90, 0x7d, 0x67, 0x6d, 0x69, 0xf2, 0xeb, 0xa3, 0xfe, 0x18, 0xa3, 0xf2, 0x90, 0xa5, 0xa2, 0x98, 0x13, 0x5}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x87, 0x5b, 0x6b, 0x3e, 0x3, 0x1c, 0xfa, 0x5e, 0x8a, 0x5, 0x43, 0xb9, 0x33, 0xe8, 0x8b, 0x18, 0xc9, 0xd3, 0xc0, 0x62, 0x3d, 0x35, 0x40, 0xfd, 0xc2, 0x88, 0x6e, 0xcd, 0x4d, 0x60, 0x99, 0x96}} return a, nil } -var _flowstoragefeesCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\x5a\xeb\x6b\x1b\xcb\x15\xff\xae\xbf\xe2\x60\x68\xaf\x94\x3a\x2b\x1b\x2e\xa1\x18\xbb\xe0\x7b\x5b\x97\x40\x4d\x4b\xe2\xdb\x7e\x08\x69\x3c\xda\x3d\xab\x1d\xb2\x3b\x23\x66\x66\x25\x8b\x90\xff\xbd\x9c\x79\xed\x5b\x0f\x17\xc2\xd5\x17\x4b\x3b\x33\xbf\xf3\x7e\xcd\x7a\xf9\x66\x06\x6f\xe0\xa9\x40\x78\x28\xe5\xee\xa3\x91\x8a\xad\xf1\x01\x51\x83\xae\x98\x32\x90\x4a\x61\x14\x4b\xcd\x0c\xec\xc6\x7b\x01\x2c\x4d\x65\x2d\xcc\x4f\x1a\xb4\xdb\x0d\x29\xdb\xb0\x94\x9b\x3d\x64\x68\x50\x55\x5c\xa0\x86\x7a\x03\x46\x42\x21\x77\x50\xd5\x69\x11\xb7\x4a\x01\x69\xc1\xb8\x00\x6e\x20\x65\x02\x6a\x8d\x09\x58\xe0\x21\x1a\xd7\x90\xb2\x32\xad\x4b\x66\x30\x83\xd5\x1e\xaa\xba\x34\x7c\x53\xee\xb9\x58\x83\x29\x10\x58\x45\x8c\x80\xcc\x41\xa1\x46\xb5\xc5\x0c\xf2\x52\xee\x60\xc7\x4d\x01\xcf\x8d\x2c\x89\x87\x7e\xc4\x35\xfb\x65\x6f\x50\xff\x0b\xd5\x07\x7f\xe2\xe1\x1f\xff\xfc\xcf\x73\x50\x41\xc5\x05\xaf\xea\xaa\x05\x6c\xf1\x8c\xfc\x8a\x42\xb7\x88\x48\x35\xca\xed\x73\x4f\x85\x89\xc7\xf3\x8f\x1c\x49\x66\xb8\x14\xcf\x60\x0a\xae\xe9\xcc\x86\xf1\x0c\xb2\x5a\x91\x4c\x5e\xb3\x90\x2a\xb4\xbb\x2e\x49\x68\x12\xd4\x3e\x90\x2a\x21\x3e\xad\xb2\x8c\x7d\x8c\x22\x23\x1e\x59\x59\x82\x51\x4c\x68\x96\xd2\x29\x7d\x09\x4c\xec\x23\x98\x29\x98\x81\x82\x65\xf6\xe1\x96\x95\x35\x92\x05\xc4\x1a\x33\xe0\x82\x60\x78\x23\x0c\x61\x17\x4c\xf7\x9e\x46\x11\xd3\x02\xd3\xaf\x98\x01\x5b\x33\x2e\xb4\xe9\x6d\xab\x35\x2d\x89\xcc\x3f\xae\xc8\xca\x8d\xfa\x60\xcb\xea\xd2\xb4\x8f\x46\x6d\xab\x46\x2f\x56\xc2\xf7\x79\x47\x80\x9c\xf1\x52\x3b\x7d\x59\x06\xec\xd9\x96\xbc\xb0\xe3\xa5\xdd\xd4\xa8\x27\x3a\x29\x54\x72\xcb\xc5\x7a\x99\x61\x89\x86\x54\xcc\x8d\x37\xd3\x13\x31\x95\xfc\x9b\x98\x7a\x26\x0e\x64\xad\x52\x24\xa8\x92\x7e\x11\xab\x84\xe4\x34\xd4\xa1\x46\x94\x08\x69\x85\x29\xab\x35\x3a\x47\xf4\xd4\xec\xf1\x82\x6d\x11\x84\x1c\xa8\x2f\xb0\xb7\x9c\xcd\x78\xb5\x91\xca\xc0\x43\x2d\xd6\x7c\x55\xa2\xe5\x05\x72\x25\x2b\xb8\xe8\x3c\xbb\x88\x3b\x03\xc7\x61\x57\xf8\x7d\x31\x9b\xb1\x34\x45\xad\xe7\xac\x2c\x17\x31\x5a\x07\xc1\xfc\x6d\x36\x03\x00\x58\x2e\xe1\x6f\x15\x37\x14\x4f\xbb\x02\x45\x2f\x8a\x06\x06\x67\x8d\x22\xc9\x2d\x36\xa8\x9a\x20\x78\x68\x4c\xeb\xfc\x49\x5b\x0a\x6d\x6e\x70\x8b\xc2\xc0\xc7\xc3\xc1\xf7\xab\x73\xc6\xf9\x17\x38\x12\xa5\x37\xf0\xdb\x03\x7f\x79\xf7\xf3\x62\x5a\x94\x61\xfc\x3e\xb4\xe2\xd7\x46\x42\x4b\x24\x81\x98\x69\x9b\xa5\xc8\x62\x87\xa3\xdb\x8b\x98\x4c\xc8\xf8\x38\x15\xe8\x8d\x74\x93\xb9\x60\x28\xd7\x5f\x31\xb7\x39\x74\x90\x3d\x23\x3b\xb8\x45\xb5\x3f\xc5\x36\x49\xc0\xcc\x08\x93\x5b\x0f\xe6\x1a\x76\x8a\x34\x27\xec\xa9\x5a\xf0\x26\xd5\x51\x70\x22\xb3\x69\x85\x14\xca\xc5\x16\x95\xc6\x4b\x08\x30\x5a\xd2\x73\x85\x04\x22\x24\x94\x52\x6b\xda\xbb\x51\x98\x72\x4d\xe0\x21\x63\x53\x88\x04\xb6\xad\xcf\x12\x7c\x83\xb3\xaa\x4d\x03\x34\x44\xb1\x16\x6d\x43\x59\xe6\x88\x5b\x8f\x39\x34\xc4\x96\xa9\x53\x3d\x68\xa0\xe8\x13\x7d\xa7\xab\xf5\x33\xdc\x27\x5a\xc1\xa6\xb6\x8e\xdd\x4a\xd4\x96\xbe\x70\x19\xce\x53\x8f\x68\xbe\x00\x84\x4c\x2f\xf6\x9d\x5c\xc4\x0d\x6c\x98\x32\x3c\xe5\x1b\x5b\x23\xb9\xb8\x1c\xcb\x8e\x31\x3d\x8e\xa8\xec\xa8\x5b\x46\x65\x51\x56\xcd\x68\xbb\x36\x8a\xaa\x51\x93\x35\xad\x72\xa8\x9a\xbb\x28\xb1\x2c\x6c\x98\x62\x15\xb5\x03\x3a\xf8\xd2\xe1\xfe\x62\xc8\x5d\x84\xbf\xef\x50\xf5\x99\xcc\x33\xe5\xe2\x4b\xbf\x22\x91\xf9\xdf\xfa\xa7\x46\xd9\xe1\x18\xf9\x4a\x12\xa9\xb4\x79\xca\x6b\x01\x1a\xcd\x91\x94\x76\x46\x2e\x83\x6f\x91\x0e\x7d\x78\xde\x57\xd3\xb1\xde\x05\xee\xee\x8e\x11\xeb\xd1\x00\x50\x68\x6a\x25\x3a\x0f\xbf\x77\x7e\x9d\xcd\xc3\x31\x16\x3a\xe8\x58\xf1\x93\xab\xc2\x11\xdc\xc5\xac\x11\x60\xca\x2d\x46\x02\x9b\x78\xee\xb9\x44\x3f\x8e\x0f\xda\x7f\x32\xdd\x9f\x94\xe7\x8f\xdb\x7c\x12\x83\xac\x3d\xbd\xf8\x7f\xdb\xf9\x00\xdd\x69\xb2\x43\xdb\x1e\xad\x86\x93\x58\xa3\xf6\xf4\x06\x08\x99\x62\x01\x54\xc8\xe6\x8b\x6f\x4e\x96\xef\x21\x41\x2d\x9b\x69\xe1\xde\x19\xf6\xd7\x10\xfe\x4e\x11\xce\x1d\x06\xb9\x41\xb6\x73\x72\xc0\x8a\x98\x1f\xfc\xd1\x0a\xd7\x6c\x45\x1e\x18\x57\xde\xe7\x9d\xde\x8f\x9c\x48\x48\xaa\xb3\xb6\xd1\x5d\xb1\x92\x89\x14\x29\x45\x53\xe3\x4a\x5b\xa8\x3d\xd6\xc0\xe2\x92\xcc\xe1\x2a\xb9\x82\x18\x1f\x7d\x47\x9b\x12\x67\xfe\x25\x10\xbd\xcf\x32\x85\x5a\xdf\x80\xff\xb2\x08\x3e\xd6\x72\x05\x4a\xf2\x81\xe2\x1d\x11\x8c\x2b\x25\x1a\x02\x32\x70\x07\x6b\x34\x9e\xc8\xbc\x0b\xbd\x68\xcc\xc0\x73\x7b\xc2\x63\x7d\xc0\x1c\xee\xec\xf1\x84\x34\xb9\xe2\x25\x37\x1c\x75\xb2\x92\x4a\xc9\xdd\xed\x1f\x7b\x3d\xf6\x5f\xe6\xcb\x4d\xbd\x2a\x79\xba\xcc\xc3\xc2\x2f\x0e\xa8\x1f\x0e\x0d\xaf\x0d\xa5\xc4\x7f\x1d\xf3\x0e\x67\x5b\xd0\x58\xe6\x89\xe7\xdd\x23\x3f\x49\x2f\x93\xf7\xb3\xa8\x3f\x8f\xb6\x38\xe6\x3f\xfa\x74\x07\x82\x15\x33\x69\x61\xbf\xfa\xb3\x27\x99\x54\x4f\xda\x14\xf5\x0d\x7c\xf2\xdf\x3f\x2f\x6e\xe0\x93\x33\xec\xe7\x96\xb6\xc8\x1a\x9e\x09\x6e\xb7\x87\x2d\x77\xf0\xe9\x73\xdc\x45\xfd\x48\x17\x9a\xa6\x9a\x3e\xb1\x9e\x11\x5a\xd0\x7b\xca\xee\xa4\xdc\x49\x77\xec\x7b\x4c\x1b\xa8\xe1\x2f\x61\x9b\x0d\x8a\x6c\x1e\x60\xdb\xa1\xde\xb3\x65\x73\xa8\x6b\xa1\x96\x9b\x46\xc5\x3d\x48\xf5\xd4\x74\x3b\xc1\xd2\x76\x4e\x7c\xad\xd1\x96\x4b\x78\xf2\xd3\xb9\x9d\x69\x8d\xf4\x83\x27\xa7\x33\xa3\xbd\x55\x9c\x06\x65\x77\x76\x5d\x21\x35\xaf\x72\x8b\x6a\x94\x8b\x86\x1c\x35\x4c\x7b\x54\x44\x93\x09\xc0\x97\x14\x37\x96\x02\xd3\x76\x64\x1d\xbb\x6d\xc8\x50\x71\xdb\x70\x52\x77\x4d\x9b\x42\xe4\x54\x5c\xd4\xbe\xf4\xb1\x17\x5b\xfa\x36\x52\x6b\x1a\x2a\xbb\x83\x2c\x35\x61\x81\x83\xf9\x60\x85\xbb\xf4\x86\x2f\x98\xd6\xf6\x29\xe6\x39\x8d\xa2\xc4\xa1\x19\x2c\xd1\x4a\xc9\x2b\x6e\x2e\x81\x25\x5f\x13\x96\xdc\x40\x2a\xab\x4d\x6d\x5c\xf9\xe8\x2d\xad\xa9\xf1\xa5\x47\x8b\xd1\x28\x39\xcb\xcc\xf3\x03\x71\x73\xe9\xb4\x1a\xf3\xe3\x25\x69\xe4\xe9\x85\x6a\x5d\xac\xc6\x3f\x3a\xb4\xa6\xf3\xf1\x2b\x72\xf2\x0f\xcc\xcb\x9e\x54\x4f\xde\xbb\x3b\xef\xb8\xc3\xcd\xde\xb3\x78\xb7\x4c\x72\xed\xc7\x83\x3d\xaa\x4b\xc8\x30\xab\x53\x73\xa2\xaf\x5a\x47\xa7\xad\xfd\x6a\xd0\xfe\x1c\x2a\x1f\x89\x66\xa6\x56\x76\xa0\xfc\x58\xaf\x6c\x33\x31\x8f\x0e\xb1\x18\xc0\x7d\x07\x2c\x35\x4e\x48\x76\x52\x99\x8a\x48\xbd\x1e\xec\x48\x8a\x7c\x4d\x2d\x5b\xc0\x2b\xf2\xe9\x69\x34\x0e\x26\xd2\x08\xd5\xb4\xd3\x3b\x59\x97\x99\xeb\xa6\xed\x4d\xec\x9a\x6f\xfd\xfd\x8c\x9d\xe2\x5b\xed\x4f\xcb\x31\x46\xa6\x53\x8e\x3b\x9b\x0e\x4e\xd4\xc4\x97\x80\xdc\x0a\xed\x41\x37\xe4\x8a\x08\x30\xef\xbe\xee\xfe\xaa\x6f\x36\x9e\x47\x26\x6f\x5d\xed\x3b\xb5\xe7\x76\xfe\x7e\xeb\x06\xfa\xe6\x7e\xd3\x5a\xa1\x1b\xe8\xe1\x61\x2b\xfe\xbb\x23\x8c\xdf\x10\x93\xba\xbb\xfb\xe6\x98\x39\xa5\xc6\x7e\xd4\x0e\xb3\x56\xb1\xa3\x2d\x91\x0b\xeb\xd3\x3a\x20\xb8\x77\x23\x12\x17\xed\xbb\x8f\xb0\x38\xde\x09\x8f\x5a\x6c\x9c\xe8\x17\x3f\x82\x1d\xb2\x8f\x67\xdd\x6d\x6c\xc5\xeb\xa3\xbf\xfa\x9f\x9f\x39\x9a\x4e\x4b\xd8\x6f\xe8\xa3\x7c\x7d\xd1\x47\x25\xd4\x5d\xd9\x9e\x24\x9d\x3a\x49\xc2\xd7\x8d\xf8\x34\x28\x7c\x3b\xee\x40\x2d\xff\x89\x79\x74\x70\xbb\xd6\xd9\x55\x1b\x13\x5e\xa7\xf8\x7b\xef\x15\xa3\x56\x47\x18\x09\xcf\xa3\x76\x7c\x86\x8a\xaf\x0b\x03\x42\x1a\xd8\x73\x2c\x33\x97\x17\x58\x15\x10\xc6\x8d\x09\xcb\x73\xe5\xee\x99\x2e\x95\x62\x8b\xaa\xd5\x0c\xd9\xe6\xcc\x16\x85\xdf\xde\x0b\xf3\xee\x67\xb0\x20\xd4\xae\x79\xa5\x3f\x06\x13\x1f\x48\x2e\x1e\xd5\x21\x78\xe6\x2c\xce\x93\x74\x28\x11\xa4\xb9\xd5\xb9\xf1\x04\x27\x12\x8c\x66\x39\x06\xdc\xc0\x5a\xc3\xd4\x9c\xc2\x57\xd6\xc6\x76\x85\xa4\xe0\x45\xa7\xeb\xa0\xea\xed\x76\x86\xbb\x0f\xf8\x03\x5c\x5f\xf9\xcf\x02\xde\x90\xc5\xdd\xe7\x1a\xfe\xd4\xdf\xba\x6c\x6d\x6d\xb3\x94\x61\xca\x2b\x56\xc2\x46\x72\x61\x20\x95\x4a\xa1\x2d\xac\x49\xa3\x23\x62\xd1\x7d\xb1\x99\x9b\x79\x09\xec\x75\xac\xcc\xe1\xfa\xea\xbf\x6f\xdf\xc1\xae\xe0\x25\x06\x49\x42\x7e\x73\x2f\x95\xb8\xb6\x7b\xfe\xdc\x91\x26\x58\x78\x05\x77\x90\x8f\x85\xf3\xf5\xd5\x55\xd2\x62\x35\x64\xae\x70\xac\x3f\xa1\xfd\x1d\x8d\x86\x0b\xb6\x65\xbc\x64\xab\x12\x2f\xda\xc5\xe4\xc0\x10\x4f\xfd\x75\x3c\x34\x7e\x86\xf8\xa7\x26\x3a\xcc\xef\x9d\xca\xe0\x5b\xea\x5d\xc1\xec\xbe\xb1\xbb\xde\xe4\xc7\xdd\x0b\x78\x28\xdb\xac\xdd\x07\xa9\x7c\x75\x3c\xef\x6e\x60\xb9\x5c\x37\x9d\x63\x6b\x0e\x3a\xf3\x8a\x20\xec\x1e\xb6\xb6\xbf\xf7\xcb\x03\xdf\x0e\x34\x2f\x5a\x0a\xdb\xbb\xac\xc6\xef\xf3\x3b\x82\xc6\x0d\x7e\x3c\x6e\x5b\x25\x64\xb1\x60\x94\xc9\xfe\xbd\x5b\xe4\xc7\xfa\xd3\x40\x66\x70\x59\xe1\x42\x21\x2c\x9f\x13\x09\xcd\xcb\x85\x43\x81\xd0\xc9\xb2\xad\xee\xc3\xbf\x91\x88\x7d\xa0\xd4\xa6\x69\x41\x3a\xef\x9c\x26\xa8\xb9\x01\xb2\x44\xd6\x7b\x0d\x1c\x10\xbb\xaf\x83\xa7\xf2\xf6\x21\x75\x9f\x15\x03\xe7\xbb\x78\xdf\xf2\xe3\xbd\x80\xbb\x33\x39\xbd\xba\xd8\x68\x08\xc9\x84\x94\xbe\xe8\x64\xf0\xa8\xb2\x23\xfd\xe8\xd0\x83\xdb\x31\x18\x59\x3f\xb3\xaf\xed\x8b\x7c\xfc\x32\x78\x78\x43\xd7\xe1\xc7\x2f\xbb\x9b\xdc\x16\xb1\xb6\x42\x0f\xbc\x6e\xb8\x4e\xae\x48\x29\xd7\xf0\xb8\xb2\xce\x77\xdd\xea\xda\xba\x58\x87\xae\xb4\xaf\x1c\x8a\x54\x70\x05\x5f\x57\x14\x06\x07\x7c\x71\xd6\xf5\x98\xac\xe2\x02\x6e\xdf\xba\x7f\xcd\xe8\xbd\xa3\x9a\x2f\xba\x3c\x84\x11\x27\x58\x57\xb3\x2d\xce\x6f\xdf\x5a\x8c\x4b\x30\xf2\x06\x96\x7e\x29\xfc\xa5\xf6\xc8\x42\x86\xb0\xff\x3e\x83\xff\x05\x00\x00\xff\xff\x62\x86\xfb\x9a\xaa\x23\x00\x00" +var _flowstoragefeesCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\x5a\xeb\x6b\x1b\xcb\x15\xff\xae\xbf\xe2\x60\x68\xaf\x94\x3a\x2b\x1b\x2e\xa1\x18\xbb\xe0\x7b\x5b\x97\x40\x4d\x4b\xe2\xdb\x7e\x08\x69\x3c\xda\x3d\xab\x1d\xb2\x3b\x23\x66\x66\x25\x8b\x90\xff\xbd\x9c\x79\xed\x5b\x0f\x17\xc2\xd5\x97\xac\x77\x66\x7e\xe7\xfd\x9a\xcd\xf2\xcd\x0c\xde\xc0\x53\x81\xf0\x50\xca\xdd\x47\x23\x15\x5b\xe3\x03\xa2\x06\x5d\x31\x65\x20\x95\xc2\x28\x96\x9a\x19\xd8\x8d\xf7\x02\x58\x9a\xca\x5a\x98\x9f\x34\x68\xb7\x1b\x52\xb6\x61\x29\x37\x7b\xc8\xd0\xa0\xaa\xb8\x40\x0d\xf5\x06\x8c\x84\x42\xee\xa0\xaa\xd3\x22\x6e\x95\x02\xd2\x82\x71\x01\xdc\x40\xca\x04\xd4\x1a\x13\xb0\xc0\x43\x34\xae\x21\x65\x65\x5a\x97\xcc\x60\x06\xab\x3d\x54\x75\x69\xf8\xa6\xdc\x73\xb1\x06\x53\x20\xb0\x8a\x18\x01\x99\x83\x42\x8d\x6a\x8b\x19\xe4\xa5\xdc\xc1\x8e\x9b\x02\x9e\x1b\x59\x12\x0f\xfd\x88\x6b\xf6\xcb\xde\xa0\xfe\x17\xaa\x0f\xfe\xc4\xc3\x3f\xfe\xf9\x9f\xe7\xa0\x82\x8a\x0b\x5e\xd5\x55\x0b\xd8\xe2\x19\xf9\x15\x85\x6e\x11\x91\x6a\x94\xdb\xe7\x9e\x0a\x13\x8f\xe7\x5f\x39\x92\xcc\x70\x29\x9e\xc1\x14\x5c\xd3\x99\x0d\xe3\x19\x64\xb5\x22\x99\xbc\x66\x21\x55\x68\x77\x5d\x92\xd0\x24\xa8\x7d\x21\x55\x42\x7c\x5a\x65\x19\xfb\x1a\x45\x46\x3c\xb2\xb2\x04\xa3\x98\xd0\x2c\xa5\x53\xfa\x12\x98\xd8\x47\x30\x53\x30\x03\x05\xcb\xec\xcb\x2d\x2b\x6b\x24\x0b\x88\x35\x66\xc0\x05\xc1\xf0\x46\x18\xc2\x2e\x98\xee\xbd\x8d\x22\xa6\x05\xa6\x5f\x31\x03\xb6\x66\x5c\x68\xd3\xdb\x56\x6b\x5a\x12\x99\x7f\x5d\x91\x95\x1b\xf5\xc1\x96\xd5\xa5\x69\x1f\x8d\xda\x56\x8d\x5e\xac\x84\xef\xf3\x8e\x00\x39\xe3\xa5\x76\xfa\xb2\x0c\xd8\xb3\x2d\x79\x61\xc7\x4b\xbb\xa9\x51\x4f\x74\x52\xa8\xe4\x96\x8b\xf5\x32\xc3\x12\x0d\xa9\x98\x1b\x6f\xa6\x27\x62\x2a\xf9\x37\x31\xf5\x4c\x1c\xc8\x5a\xa5\x48\x50\x25\xfd\x45\xac\x12\x92\xd3\x50\x87\x1a\x51\x22\xa4\x15\xa6\xac\xd6\xe8\x1c\xd1\x53\xb3\xc7\x0b\xb6\x45\x10\x72\xa0\xbe\xc0\xde\x72\x36\xe3\xd5\x46\x2a\x03\x17\x0f\xb5\x58\xf3\x55\x89\x96\x99\x8b\xe6\x75\xe0\xef\x62\x36\x63\x69\x8a\x5a\xcf\x59\x59\x2e\x62\x2c\x0e\x42\xf5\xdb\x6c\x06\x00\xb0\x5c\xc2\xdf\x2a\x6e\x28\x5a\x76\x05\x8a\x5e\x8c\x0c\xcc\xc9\x1a\x35\x91\xd1\x37\xa8\x1a\x17\x7f\x68\x0c\xe7\xbc\x45\x5b\x0a\x6d\x6e\x70\x8b\xc2\xc0\xc7\xc3\xa1\xf5\xab\x73\xb5\xf9\x17\x38\x12\x83\x37\xf0\xdb\x03\x7f\x79\xf7\xf3\x62\x5a\x94\x61\x74\x3e\xb4\xa2\xd3\xfa\x79\x4b\x24\x81\x98\x69\x9b\x83\xc8\x1e\x87\x63\xd7\x8b\x98\x4c\xc8\xf8\x38\x15\xc6\x8d\x74\x93\x91\x3e\x94\xeb\xaf\x98\xdb\x0c\x39\xc8\x8d\x91\x1d\xdc\xa2\xda\x9f\x62\x9b\x24\x60\x66\x84\xc9\xad\x7f\x72\x0d\x3b\x45\x9a\x13\xf6\x54\x2d\x78\x93\xc8\x28\xf4\x90\xd9\xa4\x41\x0a\xe5\x62\x8b\x4a\xe3\x25\x04\x18\x2d\xe9\xbd\x42\x02\x11\x12\x4a\xa9\x35\xed\xdd\x28\x4c\xb9\x26\xf0\x90\x8f\x29\x00\x02\xdb\xb9\x92\x95\x85\x6f\x70\x56\xb5\x69\x80\x86\x28\xd6\xa2\x6d\x28\xcb\x1c\x71\xeb\x31\x87\x86\xd8\x32\x75\xaa\x07\x0d\x14\x7d\xa2\xef\x74\xb5\x7e\x86\xfb\x44\x2b\xd8\xc4\xd5\xb1\x5b\x89\xda\xd2\x17\x2e\x7f\x79\xea\x11\xcd\xa7\xf7\x90\xc7\xc5\xbe\x93\x69\xb8\x81\x0d\x53\x86\xa7\x7c\x63\x2b\x20\x17\x97\x63\xb9\x2f\x26\xbf\x11\x95\x1d\x75\xcb\xa8\x2c\xca\x99\x19\x6d\xd7\x46\x51\xad\x69\x72\xa2\x55\x0e\xd5\x6a\x17\x25\x96\x85\x0d\x53\xac\xa2\x62\xaf\x83\x2f\x1d\xee\x1e\x86\xdc\x45\xf8\xfb\x0e\x55\x9f\xc9\x3c\x53\x2e\xbe\xf4\x2b\x12\x99\xff\x5b\xff\xd4\x28\x3b\x1c\x23\x5f\x49\x22\x95\x36\x4f\x79\x2d\x40\xa3\x39\x92\xd2\xce\xc8\x65\xf0\x2d\xd2\xa1\x1f\xcf\xfb\x6a\x3a\xd6\x99\xc0\xdd\xdd\x31\x62\x3d\x1a\x00\x0a\x4d\xad\x44\xe7\xe5\xf7\xce\x5f\x67\xf3\x70\x8c\x85\x0e\x3a\x56\xfc\xe4\xaa\x70\x04\x77\x31\x6b\x04\x98\x72\x8b\x91\xc0\x26\x9e\x7b\x2e\xd1\x8f\xe3\x83\xf6\x9f\x4c\xf7\x27\xe5\xf9\xe3\x36\x9f\xc4\x20\x6b\x4f\x2f\xfe\xdf\x76\x3e\x40\x77\x9a\xec\xd0\xb6\x47\xab\xe1\x24\xd6\xa8\x3d\xbd\x01\x42\xa6\x58\x00\x15\xb2\xf9\xe2\x9b\x93\xe5\x7b\x48\x50\xcb\x66\x16\xb8\x77\x86\xfd\x35\x84\xbf\x53\x84\x73\x87\x41\x6e\x90\xed\x9c\x1c\xb0\x22\xe6\x07\x7f\xb4\xc2\x35\x5b\x91\x07\xc6\x95\xf7\x79\xa7\xb3\x23\x27\x12\x92\xea\xac\x6d\x63\x57\xac\x64\x22\x45\x4a\xd1\xd4\x96\xd2\x16\x6a\x7e\x35\xb0\xb8\x24\x73\xb8\x4a\xae\x20\xc6\x47\xdf\xd1\xa6\xc4\x99\x7f\x09\x44\xef\xb3\x4c\xa1\xd6\x37\xe0\x1f\x16\xc1\xc7\x5a\xae\x40\x49\x3e\x50\xbc\x23\x82\x71\xa5\x44\x43\x40\x06\xee\x60\x8d\xc6\x13\x99\x77\xa1\x17\x8d\x19\x78\x6e\x4f\x78\xac\x0f\x98\xc3\x9d\x3d\x9e\x90\x26\x57\xbc\xe4\x86\xa3\x4e\x56\x52\x29\xb9\xbb\xfd\x63\xaf\x83\xfe\xcb\x7c\xb9\xa9\x57\x25\x4f\x97\x79\x58\xf8\xc5\x01\xf5\xc3\xa1\xe1\xb5\xa1\x94\xf8\xc7\x31\xef\x70\xb6\x05\x8d\x65\x9e\x78\xde\x3d\xf2\x93\xf4\x32\x79\x3f\x8b\xfa\xf3\x68\x8b\x63\xfe\xa3\x4f\x77\x20\x58\x31\x93\x16\xf6\xd1\x9f\x3d\xc9\xa4\x7a\xd2\xa6\xa8\x6f\xe0\x93\x7f\xfe\xbc\xb8\x81\x4f\xce\xb0\x9f\x5b\xda\x22\x6b\x78\x26\xb8\xdd\x1e\xb6\xdc\xc1\xa7\xcf\x71\x17\xf5\x23\x5d\x68\x9a\x59\xfa\xc4\x7a\x46\x68\x41\xef\x29\xbb\x93\x72\x27\xdd\xb1\xef\x31\x6d\xa0\x86\xbf\x84\x6d\x36\x28\xb2\x79\x80\x6d\x87\x7a\xcf\x96\xcd\xa1\xae\x85\x5a\x6e\x1a\x15\xf7\x20\xd5\x53\xd3\xed\x04\x4b\xdb\x29\xf0\xb5\x46\x5b\x2e\xe1\xc9\xcf\xde\x76\x62\x35\xd2\x8f\x95\x9c\xce\x8c\xf6\x56\x71\xd6\x93\xdd\xc9\x74\x85\xd4\xbc\xca\x2d\xaa\x51\x2e\x1a\x72\xd4\x30\xed\x51\x11\x4d\x26\x00\x5f\x52\xdc\x58\x0a\x4c\xdb\x81\x74\xec\x2e\x21\x43\xc5\x6d\xc3\x49\xdd\x35\x6d\x0a\x91\x53\x71\x51\xfb\xd2\xc7\x5e\x6c\xe9\xdb\x48\xad\x69\x8a\xec\x8e\xa9\xd4\x84\x05\x0e\xe6\x83\x15\xee\xd2\x1b\xbe\x60\x5a\xdb\xb7\x98\xe7\x34\x7b\x12\x87\x66\xb0\x44\x2b\x25\xaf\xb8\xb9\x04\x96\x7c\x4d\x58\x72\x03\xa9\xac\x36\xb5\x71\xe5\xa3\xb7\xb4\xa6\xc6\x97\x5e\x2d\x46\xa3\xe4\x2c\x33\xcf\x0f\xc4\xcd\xa5\xd3\x6a\xcc\x8f\x97\xa4\x91\xa7\x17\xaa\x75\xb1\x1a\xff\xe8\xd0\x9a\xce\xc7\xaf\xc8\xc9\x3f\x30\x2f\x7b\x52\x3d\x79\xef\xee\xbc\xe3\x0e\x37\x7b\xcf\xe2\xdd\x32\xc9\xb5\x1f\x0f\xf6\xa8\x2e\x21\xc3\xac\x4e\xcd\x89\xbe\x6a\x1d\x9d\xb6\xf6\xab\x41\xfb\x77\xa8\x7c\x24\x9a\x99\x5a\xd9\x81\xf2\x63\xbd\xb2\xcd\xc4\x3c\x3a\xc4\x62\x00\xf7\x1d\xb0\xd4\x38\x21\xd9\x49\x65\x2a\x22\xf5\x7a\xb0\x23\x29\xf2\x35\xb5\x6c\x01\xaf\xc8\xa7\xa7\xd1\x38\x98\x48\x23\x54\xd3\x4e\xef\x64\x5d\x66\xae\x9b\xb6\xf7\xac\x6b\xbe\xf5\xf7\x33\x76\x8a\x6f\xb5\x3f\x2d\xc7\x18\x99\x4e\x39\xee\x6c\x3a\x38\x51\x13\x5f\x02\x72\x2b\xb4\x07\xdd\x90\x2b\x22\xc0\xbc\xfb\xba\xfb\xab\xbe\xd9\x78\x1e\x99\xbc\x75\xb5\xef\xd4\x9e\xdb\xf9\xfb\xad\x1b\xe8\x9b\xdb\x4b\x6b\x85\x6e\xa0\x87\x97\xad\xf8\xef\x8e\x30\x7e\x43\x4c\xea\xee\x66\x9b\x63\xe6\x94\x1a\xfb\x51\x3b\xcc\x5a\xc5\x8e\xb6\x44\x2e\xac\x4f\xeb\x80\xe0\xde\x8d\x48\x5c\xb4\xef\x3e\xc2\xe2\x78\x27\x3c\x6a\xb1\x71\xa2\x5f\xfc\x08\x76\xc8\x3e\x9e\x75\xb7\xb1\x15\xaf\x8f\xfe\x62\x7f\x7e\xe6\x68\x3a\x2d\x61\xbf\xa1\x8f\xf2\xf5\x45\x1f\x95\x50\x77\x65\x7b\x92\x74\xea\x24\x09\x5f\x37\xe2\xd3\xa0\xf0\xed\xb8\x03\xb5\xfc\x27\xe6\xd1\xc1\xed\x5a\x67\x57\x6d\x4c\xf8\x58\xe2\x6f\xb5\x57\x8c\x5a\x1d\x61\x24\x3c\x8f\xda\xf1\x19\x2a\xbe\x2e\x0c\x08\x69\x60\xcf\xb1\xcc\x5c\x5e\x60\x55\x40\x18\x37\x26\x2c\xcf\x95\xbb\x67\xba\x54\x8a\x2d\xaa\x56\x33\x64\x9b\x33\x5b\x14\x7e\x7b\x2f\xcc\xbb\x9f\xc1\x82\x50\xbb\xe6\x95\xfe\x18\x4c\x7c\x20\xb9\x78\x54\x87\xe0\x99\xb3\x38\x4f\xd2\xa1\x44\x90\xe6\x56\xe7\xc6\x13\x9c\x48\x30\x9a\xe5\x18\x70\x03\x6b\x0d\x53\x73\x0a\x5f\x59\x1b\xdb\x15\x92\x82\x17\x9d\xae\x83\xaa\xb7\xdb\x19\xee\x3e\xe0\x0f\x70\x7d\xe5\x7f\x0b\x78\x43\x16\x77\xbf\x6b\xf8\x53\x7f\xeb\xb2\xb5\xb5\xcd\x52\x86\x29\xaf\x58\x09\x1b\xc9\x85\x81\x54\x2a\x85\xb6\xb0\x26\x8d\x8e\x88\x45\xf7\x60\x33\x37\xf3\x12\xd8\xeb\x58\x99\xc3\xf5\xd5\x7f\xdf\xbe\x83\x5d\xc1\x4b\x0c\x92\x84\xfc\xe6\x3e\x19\x71\x6d\xf7\xfc\xb9\x23\x4d\xb0\xf0\x0a\xee\x20\x1f\x0b\xe7\xeb\xab\xab\xa4\xc5\x6a\xc8\x5c\xe1\x58\x7f\x42\xfb\x3b\x1a\x0d\x17\x6c\xcb\x78\xc9\x56\x25\x5e\xb4\x8b\xc9\x81\x21\x9e\xfa\xeb\x78\x68\xfc\x0c\xf1\x4f\x4d\x74\x98\xdf\x3b\x95\xc1\xb7\xd4\xbb\x82\xd9\x7d\x63\x77\xbd\xc9\x8f\xbb\x17\xf0\x50\xb6\x59\xbb\x0f\x52\xf9\xea\x78\xde\xdd\xc0\x72\xb9\x6e\x3a\xc7\xd6\x1c\x74\xe6\x15\x41\xd8\x3d\x6c\x6d\x7f\xef\x97\x07\xbe\x1d\x68\x3e\xb4\x14\xb6\x77\x59\x8d\xdf\xe7\x77\x04\x8d\x1b\xfc\x78\xdc\xb6\x4a\xc8\x62\xc1\x28\x93\xfd\x7b\xb7\xc8\x8f\xf5\xa7\x81\xcc\xe0\xb2\xc2\x85\x42\x58\x3e\x27\x12\x9a\x8f\x0b\x87\x02\xa1\x93\x65\x5b\xdd\x87\xff\x22\x11\xfb\x40\xa9\x4d\xd3\x82\x74\xbe\x39\x4d\x50\x73\x03\x64\x89\xac\xf7\x91\x37\x20\x76\x3f\xf6\x4e\xe5\xed\x43\xea\x3e\x2b\x06\xce\x77\xf1\xbe\xe5\xc7\x7b\x01\x77\x67\x72\x7a\x75\xb1\xd1\x10\x92\x09\x29\x7d\xd1\xc9\xe0\x51\x65\x47\xfa\xd1\xa1\x07\xb7\x63\x30\xb2\x7e\x66\x5f\xdb\x17\xf9\xf8\x65\xf0\xf0\x86\xae\xc3\x8f\x5f\x76\x37\xb9\x2d\x62\x6d\x85\x1e\xf8\xdc\x70\x9d\x5c\x91\x52\xae\xe1\x71\x65\x9d\xef\xba\xd5\xb5\x75\xb1\x0e\x5d\x69\x5f\x39\x14\xa9\xe0\x0a\xbe\xae\x28\x0c\x0e\xf8\xe2\xac\xeb\x31\x59\xc5\x05\xdc\xbe\x75\xff\xf1\xa2\xf7\x8d\x6a\xbe\xe8\xf2\x10\x46\x9c\x60\x5d\xcd\xb6\x38\xbf\x7d\x6b\x31\x2e\xc1\xc8\x1b\x58\xfa\xa5\xf0\x2f\xb5\x47\x16\x32\x84\xfd\xf7\x19\xfc\x2f\x00\x00\xff\xff\xa3\x75\x90\x32\x88\x23\x00\x00" func flowstoragefeesCdcBytes() ([]byte, error) { return bindataRead( @@ -220,11 +220,11 @@ func flowstoragefeesCdc() (*asset, error) { } info := bindataFileInfo{name: "FlowStorageFees.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x4, 0x2f, 0x95, 0xbb, 0xa6, 0x5b, 0xd0, 0xb1, 0xd0, 0x81, 0x90, 0xea, 0xad, 0xcd, 0xa6, 0xa, 0x44, 0xb8, 0x59, 0xfe, 0x81, 0xa7, 0x46, 0x96, 0x65, 0xa6, 0xde, 0x6b, 0x7c, 0x9, 0x4, 0x5f}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xa9, 0x2c, 0x26, 0xfb, 0x2e, 0xa5, 0x97, 0x25, 0x44, 0x1f, 0xa7, 0x3, 0xaa, 0x4c, 0xd8, 0x11, 0xe0, 0xfc, 0x56, 0xac, 0x73, 0xd6, 0x49, 0xa8, 0xe1, 0x2c, 0x1e, 0x72, 0xb6, 0x7a, 0x84, 0x73}} return a, nil } -var _flowtokenCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x5a\x5f\x6f\x1b\xb7\xb2\x7f\xae\x3f\x05\xab\x87\x54\x42\x1d\xd9\x37\x4d\xd2\x54\xb0\xe3\x38\x69\x7c\x6f\x80\xa4\xb7\x48\x9d\xf6\x02\x45\xd1\x50\xbb\x23\x2d\xaf\xb9\xcb\x3d\x24\x57\xb2\x1a\xf8\xbb\x1f\xcc\x90\xdc\xe5\xfe\xb3\xe5\xb4\x05\xce\x43\xf5\x90\x58\x2b\xce\x1f\xce\x0c\x67\x7e\x33\x4b\x91\x97\x4a\x5b\x76\x51\x15\x6b\xb1\x94\x70\xa9\xae\xa0\x60\x2b\xad\x72\x36\x69\x3d\x9b\x1c\xf8\x95\xef\xc0\xf2\x94\x5b\xfe\xb3\x80\xad\xf1\x2b\x5b\xcf\xea\x95\x2d\xfa\x21\xb2\xf1\x05\x93\x83\x03\x9e\x24\x60\xcc\x94\x4b\x39\x63\x89\x2a\xac\xe6\x89\x65\x17\x52\x6d\x69\xf5\xa2\xa3\xf1\xa7\x83\x03\xc6\x18\x3b\x3a\x62\x97\xca\x72\xc9\x4c\x55\x96\x72\xc7\xd4\x8a\x48\x98\xc5\x45\x86\x89\x82\xc1\xb5\x30\x16\x8a\x04\x68\x7d\x2c\x64\xc3\x35\xb3\x48\xfc\x13\xd1\x2e\xd8\x87\x0b\x71\xfd\xf4\x71\xcd\xf8\xf5\x06\x0a\xcb\x6c\xc6\x2d\x13\x86\x41\x2e\xac\x85\x94\x6d\x33\x28\x02\x7b\xae\x81\x6d\x85\xcd\x52\xcd\xb7\xde\x88\x9c\xfd\xcc\x2b\x69\x7b\xc2\x80\x98\x91\xee\xe6\x97\x40\x32\xe5\xb9\xaa\x0a\x1b\x24\x1f\x12\x8b\x05\x3b\x4f\x53\x0d\xc6\x9c\xcd\xee\xa9\x4a\x0a\xa5\x32\x02\x7f\xb1\x6a\x2f\x45\xbe\x0f\x04\x3d\x45\xac\xba\xa7\x1a\x05\x6c\x63\x55\x72\x51\x58\x48\x6f\x15\xfe\x8e\x96\x74\x24\xef\x25\x8b\x93\x34\x12\xa1\x99\x06\xa3\x2a\x9d\x00\xae\x4a\x34\xf0\x71\xb1\x24\x50\xbf\x72\x6b\xf0\x07\xb5\x85\xf4\xfc\x73\xc5\x2f\x2b\x5d\xdc\x4b\xfc\x4b\x22\x08\xe2\x1b\x49\x8d\x9b\x8e\x8e\x6a\xe9\x3c\xc9\x58\x65\x40\x33\x63\x95\x06\xc3\x78\xc1\x44\x61\x2c\x2f\x12\xc0\x18\x57\x85\xdc\x31\x9b\x81\x23\xc6\x30\xb7\x19\x08\xb7\x9a\xaf\xa1\x3e\x1a\x19\xb0\x55\x55\x24\x56\x28\x77\x18\x1a\x12\x5e\xa4\x6c\xad\x36\xa0\x0b\x48\xd9\xd2\x31\x2b\x35\xd0\xf3\x52\x19\x8b\x47\x30\x15\x44\x18\xb8\x89\xa2\x73\x06\x5d\xfc\x65\xb0\x23\x97\x27\x5c\x4a\x48\xe7\xb1\xec\x24\x83\xe4\xca\xb0\x8c\x97\x25\xda\xcd\x32\x5d\x15\x56\xe4\x40\x94\xb0\x01\xcd\x78\xad\x1f\x19\xb0\xc5\x22\x70\x7a\xef\x4d\x8c\xbf\x17\x6e\xeb\x4b\x08\xc6\x0e\xbb\xc2\x8c\x01\xd7\x16\x8d\x13\xbe\x52\x02\x21\x0f\xa2\x8e\x81\x9b\x3b\x28\x2b\x51\x10\xed\x21\x33\x0a\x7f\xd6\xe4\xc0\x42\xb1\x2d\xdf\xb1\x95\x42\xc5\x72\x2e\x45\x22\x54\x65\x9c\x23\xac\xf2\x22\x9d\x01\x6b\xab\xa8\xca\x0b\x15\x05\xe3\x42\xcf\xd9\x39\x33\x25\x24\x82\x4b\x1f\x70\x4d\x88\x14\x00\xa9\x41\x46\xcb\x46\x05\xab\x28\x90\x03\xb7\xe6\x18\xb5\xac\x10\x47\x53\xcd\x8e\xf4\xe8\xe4\xc5\xb9\xf3\xae\xcf\x8e\x9e\x69\xa6\x24\xca\xcd\x80\x2d\xb9\x0c\x21\xc4\x69\x5b\xc6\x4b\xab\x97\x77\x13\xa4\xa7\x68\x27\xc7\x3a\x20\x84\x15\x5c\x8a\x3f\xa0\xc5\x1c\xfd\x1c\x74\x24\x93\xa1\x77\xd1\xed\x35\x2d\x12\x4e\x3b\x9c\x67\xec\x53\xfd\x3b\x7e\x0c\xc8\xd5\x3c\xb0\x3c\x0d\xcc\xeb\x25\x37\xb1\x26\x47\xec\x15\x45\x4e\x38\x9f\x2b\x6f\x12\xb7\x39\xf4\x2c\x9d\xd6\x94\x6d\x04\x27\x55\x3f\xba\xc3\x38\xc7\xc7\xd3\xd9\x47\x96\x83\xcd\x54\xda\x35\x42\x08\xa2\x19\x32\x24\x16\x28\x66\xc9\x93\xab\x69\x57\x5b\xb1\x6a\x2b\xfc\x9c\x1d\xcf\x8f\x3b\x6b\xf0\x53\xd7\xb3\x79\x54\x79\xd8\xe9\xc8\xf3\x87\x2d\xa6\x2d\x66\x37\xb7\x19\xeb\x78\x7e\x3c\x66\xa8\x35\x58\x64\xae\xb4\x85\x94\x62\xe5\x72\x57\x82\x61\xaa\x44\x2f\x71\x29\x77\x4c\x83\xad\x34\xa6\x71\x26\x85\xa1\xd8\xde\x50\x4c\x59\x5a\xe8\xcf\x93\x30\x4c\x43\x02\x82\xce\x70\x92\x40\x69\x47\x42\x48\xc0\x96\xac\x37\x2c\x77\x3a\x5b\xb0\x4f\xf8\xd7\x82\xbd\x54\x4a\xde\x74\x2c\xe6\x54\x61\x9f\x68\x7b\x6b\x20\x1a\x24\xb1\xba\x82\x9b\xa1\x1d\x0e\x8a\x16\xa6\x2f\x79\x6a\x49\x28\xfe\x39\x73\xb2\xfb\x0e\xa5\x35\xec\xf4\x94\xb5\xc5\xcf\xd8\xa7\xa0\x18\xea\xc1\x6e\x18\x48\x03\xcd\xc3\x15\xc7\xaf\x83\xea\xa1\x03\xce\xcd\x95\x41\xee\x18\x86\xae\xf6\x51\x5a\x5b\xf6\x90\x04\x19\x79\x53\x17\x87\x5b\xb6\x77\xbe\xe1\x42\x72\x4a\x01\x01\x5a\x74\xcb\xea\xe0\x1e\xbd\xc2\x5e\x8b\x93\xd3\xe1\x68\x6b\xe9\x5f\x2b\x19\x3d\x8b\x7f\xbe\x08\xd9\xdc\xc5\x09\xbf\x0a\xb5\xcb\xc2\x1a\x43\xc5\x89\xe2\xf4\x90\xeb\x75\x95\x43\x61\x63\x7a\x2c\x3f\x41\x84\x0f\x36\x4f\xe3\x6d\xe2\xd3\xde\x3c\x26\x7a\x63\x7d\x6a\x36\xbe\x36\x5b\x40\x40\xca\xf5\xce\x17\xbb\x50\xc6\x2b\xe3\x32\x2e\x26\xc4\x98\x01\xb2\xcd\x55\x01\xbb\x7a\xe5\x12\x44\xb1\x66\x56\xf3\xc2\xac\x40\x6b\x48\xe7\x28\x25\x1c\x0d\x5c\x5f\xc0\x56\xee\x62\x26\xa1\x20\x79\x91\xaa\x55\x96\x88\xaf\x2b\x6f\x58\x71\x44\xed\xf4\x1a\xb3\xc5\xac\x30\xa0\xb6\x58\x94\xe6\x43\x66\xf6\x51\xd0\xce\xfb\xc1\xf1\x2e\x57\x6d\x47\xc3\xe0\xc5\xa7\x81\x7a\xd1\x3d\x77\x9d\x74\xd2\xfa\xfa\xd0\x3b\xe4\xa0\x45\x81\x5e\x70\x31\xad\xb6\x08\x8b\x84\x33\x92\xb1\xfc\x0a\x0d\xc9\x93\x04\x69\x0e\x59\xaa\x58\xa1\x2c\xe1\xa9\x76\x9d\x0e\xf5\x90\xb0\x92\xe9\xf2\xa6\xb3\x20\xa8\x76\x66\x20\x4b\xda\x9f\x83\x2c\xa0\x57\x4a\xe7\xa1\xa8\xe1\x23\x28\x55\x92\x39\xd7\x11\x7e\x61\xaa\x04\xcd\x1b\x24\x13\xb1\x7d\x2d\xb0\xf4\x63\xcd\x3f\xf4\x20\x4d\x52\xb3\x80\x75\xd1\x64\xaa\x92\x29\xba\xa8\xe4\x3b\xda\x83\xb5\x50\xb8\xd8\x76\xbe\xed\x72\x1b\x76\x48\xe1\xb7\xc4\x78\xb1\x43\x70\xb1\x84\x84\x57\x06\x2b\xa6\x32\x6e\xff\x5c\x14\x5d\x56\x79\x95\x64\x2c\x57\x88\xaa\x54\x5e\x6a\xc8\xa0\x30\x62\x03\x58\xa7\xa8\x67\xea\xae\x3f\x4f\x1d\x56\xc3\x04\x7e\x88\xca\x19\x08\x62\xb7\x42\x4a\xf7\x77\x45\xe9\x7d\x09\x4c\x43\xae\x36\x90\x46\x69\xa6\x76\x03\x8a\x93\x60\x21\x0a\x6d\x56\xa3\xbf\x15\xdf\x28\x1d\xcc\xdc\x86\x82\x03\x6e\x13\x2b\x26\xc1\x32\xee\xba\x88\x10\x46\x14\x1e\x67\xf3\xf0\xb4\x5f\x21\xc5\xaa\x26\xf9\xf2\x94\x1d\x5f\xaf\x9e\xa5\x4f\xe1\xf8\xc9\xb3\xa7\xcb\x63\xfe\xe8\x38\xf9\x96\x3d\x78\xd0\xa3\xc1\x43\xd1\xa2\x79\xfc\xe4\xd1\xb7\xdf\x7e\xf7\x0d\xc0\xd3\x67\x1c\x52\xd8\x87\xe6\x3b\x48\xf8\xa3\xe5\x37\xcf\x96\xff\xf5\x6c\xf9\x24\x5d\xed\x45\xf3\xec\xe9\xa3\xc7\xcb\x27\x8f\x56\xdf\xa5\x69\x92\x1e\x3f\xe6\xac\x47\xd1\xdf\x1f\x7e\x28\xfc\xc7\x7a\x41\xf7\x7f\xe8\x05\xbd\xbc\x59\x8f\x4f\x1b\x00\x84\x22\xd4\x5b\x76\x0f\x51\x85\x90\xb3\x5b\x30\x86\xaf\x16\x27\x0f\x63\x18\xdc\xa0\x38\xc7\x6b\x36\x52\x36\x7c\x9a\xbb\x4f\xd5\xf0\x89\x54\x2d\xff\x1f\x92\x6e\xc9\xa0\x3a\xc1\xd3\xd4\xb4\xe0\xa8\x35\x35\x06\xf5\x47\x34\xc2\xbb\x75\x6e\x32\xc3\x15\x44\x18\xe6\x5b\x42\x24\x4e\xc1\x58\xad\x5c\x5b\x64\x50\xa0\x53\xa6\x39\xbc\x10\xf5\x6d\x9e\xc9\x16\x75\x8c\x6a\x0f\x56\x19\xa8\xcf\x8b\x47\xf5\xd4\x17\x11\xe9\x57\x8d\xb6\x19\x6f\x6d\x64\x09\x50\xe0\x91\x34\x55\x0e\x29\x6d\x95\x3a\x94\x15\xe5\x83\x50\x36\x48\xbf\xd0\x2c\xb1\x0e\x38\xc0\x1a\xe0\x4d\x3e\x75\xce\x1d\xce\xfb\x5d\x18\x8b\x07\xd6\xa1\xbd\x93\x87\x7e\x9e\x61\xbe\x64\x2f\x1a\x74\xda\xde\x34\xbb\xa3\x56\x7c\xed\x98\xd5\x90\xe2\x9f\x92\xd1\xe1\xd6\xf6\x49\x3d\x8e\xf9\xa7\x64\xfc\x53\x32\x3a\x9f\x28\x8f\xf7\xa7\x76\xad\x53\xe6\x86\x77\x7f\x61\xdd\xd8\x4b\xde\x1d\xc5\xa3\x45\xd1\xe9\x50\xf1\x13\xf2\x6d\xbb\xdf\xe9\xb4\x4e\xff\x8d\xb1\x21\x25\xc5\x52\x98\x1e\x33\x37\x5f\x16\x18\x83\x58\x19\xdc\x34\xab\x4e\x58\x31\x7d\x8b\xd7\x0b\x5f\xce\xce\xb1\xa8\x68\x4e\x93\x63\xd7\x0a\x53\x5a\x21\xf4\x9f\x41\x8b\x2f\x76\x5c\x94\xc0\xa9\x2f\x93\x15\xb8\x83\xb2\x04\xd7\x57\x2c\x77\x2d\x01\xcd\xce\x36\x20\x31\x9f\x50\x2a\xba\x2a\xd4\x96\x6d\x33\x91\x64\xac\xe4\x9a\xe7\x60\xdd\x68\xa9\xe4\xc6\x84\x24\xa1\xc1\x28\xb9\x01\xdc\xd8\x74\xe6\x47\x13\xf3\xc1\x8d\x8c\x75\xda\x64\x13\x6c\x94\x7f\xc5\x2d\xfd\x36\xd8\xf5\x35\x39\x7d\x0d\xf6\x95\x3f\xcc\x8e\x30\x4c\x6f\x5c\x63\xde\xf2\xec\x90\x47\xda\xbe\x70\x29\x62\x0f\x07\xd0\xfe\x49\xed\x05\x15\x45\x94\x16\x32\x45\x0a\x46\x68\x6f\xf2\xf9\xb0\xdf\x98\xb1\xba\x4a\x6c\xa5\xd1\x60\xa5\x06\xac\xd2\xc1\x6b\x1a\xfe\x55\x81\xb1\x43\x0c\x46\xcb\x65\x6c\xf5\xdf\x83\x5a\x6e\x3c\x70\x5e\xec\x7e\x22\x61\x67\xc3\x0d\x74\x63\x4a\xcf\x24\x36\x67\xdf\x9a\x87\xc4\xdd\x7d\xc5\xbf\x06\xad\xdb\x55\xcf\x81\xae\xd7\x79\x69\x77\x0e\x78\xed\xdb\xcb\xdd\x01\xdb\x8e\xe7\xc7\xb1\xfc\x48\x8b\xba\xa5\x6d\x84\x76\x06\xb3\x6d\xd8\xd6\x6e\xc1\x1d\x5e\xa2\xa2\xcb\x63\x18\xf6\x07\x68\x55\x8f\x62\x8b\xb4\x6e\xa9\x45\xd3\x32\x73\x29\xd1\x91\xbe\x75\x9e\xb3\x73\x37\x80\xcd\x2b\xe3\x5a\x68\x57\x7f\xc2\xdc\x38\x66\x46\xc3\x72\x1f\x01\xd6\x4d\xfc\x86\x07\xe4\xf8\x40\xe9\xd4\x9d\x3d\x82\x7d\xee\xf7\x9a\x99\x03\x1f\x7e\x56\xcb\xdd\x28\x31\x4c\xbc\x02\xb2\x32\x7e\xee\xeb\x67\xa8\x34\x20\x1b\x9d\xda\x0e\xfa\x70\x13\xc6\x51\x75\xa8\x75\xa1\x56\xe4\xcc\x7d\x1d\x59\xbb\x8f\x8e\x67\x3c\xc7\xa3\x31\x47\x38\xab\x94\xcd\xa2\x71\x5e\x5d\xcf\x8d\x1b\x96\x99\xde\x16\xe2\x0c\x73\x5b\xc2\xc0\x7f\xcf\xea\xe4\xd3\xdf\x01\x3d\x3f\x19\x7f\x17\x38\xbf\xb8\xc4\xff\x9f\x4f\x67\x87\xbd\xb2\x74\x37\xe9\xf7\xc2\x94\x92\xef\x3e\x93\x9a\x8c\xfa\x3d\xb7\xfc\xb3\xe8\x2f\x9b\xd9\xed\xf3\xe9\xec\xb7\x01\x77\xec\x93\x2d\x8f\xea\x13\x76\xef\x2c\xf9\xa7\x32\xe4\xd1\x48\xd8\xde\x9d\xd4\xc8\xe3\x71\x5a\xbb\x2d\x71\x9a\xad\xb0\x49\x56\x2f\xee\xa4\xab\x84\x1b\xd8\xc7\x4f\x2e\x40\x16\x3d\x17\x85\x94\x7c\x17\xf1\x74\x10\x65\xad\xac\x0f\x9f\x85\x83\x9e\xf7\xce\xe7\xf7\x89\xcf\x19\x35\x57\xfb\x2c\x3e\xeb\x87\xa2\xd3\xb6\x0e\xd7\xbf\x4f\xdf\xf8\x44\xec\xa1\x71\xbd\xfc\xac\xa7\xf2\xec\x73\x1c\xdd\x98\xab\xef\x6b\xec\x15\x72\x48\x05\x67\xa7\xed\x5b\x0a\xf3\x77\xf8\x74\xd8\xc5\x64\x38\x21\x61\xd1\x21\xf9\x9f\xcb\xcb\x1f\x2f\x84\x84\x71\xaa\x4a\xcb\x45\x1b\x36\xbd\x55\x6b\xf5\xe1\xfd\x9b\x69\x1f\x65\xd3\x7e\x87\xbd\x46\x1a\x3b\xeb\x4f\x44\xce\xd7\x70\x64\x36\xeb\xaf\xaf\x73\x39\xb9\xc3\x62\xad\x2d\x9b\xe1\x3d\x9b\xe9\xaf\xf4\xf3\x6f\x7d\xd2\x7d\x4e\x86\xb7\xf6\xb0\x0d\x0a\x9e\xa3\xce\x17\x6f\xff\xf7\x17\xf6\x03\xd8\xad\xd2\x57\xae\x43\x98\x0c\x6f\xd4\xec\xf2\xa5\x92\x9e\x62\x64\x4d\x0a\x26\xd1\x82\x5e\x3e\x05\xd6\x7e\x0e\x50\x70\x8b\xb5\xd6\x95\xd6\x95\xd2\xae\x83\xc4\x4a\xbd\x94\x2a\xb9\x4a\x32\x2e\x8a\xb9\x1f\xdc\x60\x36\xa3\x4c\x88\xeb\x0c\x24\x95\x0e\x79\xae\x70\x7a\x1e\xba\xe6\x9e\x3b\xb8\xb2\x02\x30\x87\x35\x14\x08\xdf\x68\xec\x70\xc8\x2e\xde\xbe\xf9\x91\x6d\x14\x65\x4a\xc4\x14\x39\x35\xe0\x01\xe2\x33\x5e\x96\x52\x24\x6e\x36\xc0\x96\x95\x90\x96\xa9\xa2\xd1\xed\x65\xad\xdb\xc8\x86\xe1\xda\x82\x2e\xb8\xfc\xf0\xfe\x6d\x37\x02\x5f\x37\x3f\x4d\x27\x99\xb5\xa5\x59\x1c\x1d\xad\xa4\xda\xce\x13\x95\x4f\x46\xa2\x49\xaa\xb5\x32\x0b\x1f\x13\x23\x7e\x50\x89\xe0\xd2\x2c\x46\x3a\x4b\xfc\x4c\xec\x56\x58\x0b\x7a\xb2\x97\x4e\x7e\x31\xaa\x45\xfa\xfd\xde\x78\x64\x32\x7c\x14\x6e\xfe\x9a\x64\x10\xe7\xa2\xe1\x74\x40\x88\xea\x3d\xac\x5a\xaf\x54\x3d\x9a\x9b\x7b\x8f\xcf\x97\x4a\x6b\xb5\x3d\xe1\x95\xcd\x46\xdf\xa2\x3c\xe8\x00\xb1\xe7\x7e\x8e\x76\xe4\x99\xd0\xc6\xe9\x77\xfa\x79\x76\xf0\xc5\x17\x5f\x04\x45\xce\xce\x58\xc9\x0b\x91\x4c\x27\xaf\x68\x20\x54\x28\xcb\x9c\x4c\xa6\x61\x05\x1a\xa2\x09\x65\x80\x5d\x5f\xf9\xb1\xe4\x97\x03\x16\xdc\xab\xa6\x05\xd3\x0c\x9f\x5d\xaf\xf5\x8f\xdc\x66\xa3\x7b\x18\x8e\x9e\xf0\x9a\xd7\x93\x96\xd5\x52\x8a\xa4\xa1\x7c\xef\x7f\x1e\xcb\x75\x4e\xcb\x11\xe2\x97\x7e\x82\x70\xab\xe0\xb7\xa2\xb8\x82\x34\x2a\x57\x0f\x3a\x6d\x4f\xad\xc2\xd0\x55\x88\x9b\x41\x20\x17\xeb\x76\x27\xff\xa0\xe5\xfd\xd8\x77\xc1\x7e\x68\x96\x16\x6c\x8a\xa0\x6a\xef\xfe\x6d\x20\x10\x4e\x1e\x86\x30\x9f\xf7\xdb\xc2\xe1\xf3\xd7\x7f\xfc\x19\x07\xb0\x0d\x6f\x3f\x07\x7b\x45\x1c\xa6\xad\xab\x77\x83\xf7\x1f\xba\x8d\x69\x24\xa3\x10\x32\x46\xd7\x83\xf7\x63\xce\xd3\x5c\x14\xc2\x58\xcd\xad\xd2\x91\x55\xeb\xc6\xf6\x07\xd8\xba\x2b\x3a\x7b\xbd\x96\xa8\xfb\xdb\xa8\x6b\x1d\xbc\x89\x36\xc4\x6d\xb8\x15\xac\x15\x18\xb9\x8d\xb6\x60\x2f\xfc\x1d\xa2\x76\x4c\xd0\x70\xee\xd6\xeb\x6c\xad\xaf\xb3\x5b\x07\x02\xc3\x1a\x8c\x30\xe8\x4e\x08\x22\xfb\xf5\x2f\x6c\x85\x77\x37\xae\xc9\xa4\x42\xce\xd1\x27\xa1\xbd\x76\x17\xba\x32\x25\xeb\x6b\x50\xf7\xba\xff\x54\x9b\x26\xf6\x59\x74\xad\x02\xbb\x24\x77\x23\x31\x5c\x02\x0b\x9e\x6a\xbf\xeb\xa9\xef\x5f\x75\x25\x6d\xb8\x66\x83\x8e\x69\x49\x44\xf2\xcb\xf6\x25\xaa\xdb\xc2\x08\x97\x9b\x68\x9f\x87\xf4\x1e\x0b\xb5\xcb\x43\x4d\xb0\xd1\x8d\xd6\xc3\x98\x53\x1c\x7a\x31\x41\x77\x64\xb2\x4f\x04\x36\x6a\x0f\x5c\x12\x18\x9f\x42\xe0\xa7\xd4\x43\x13\x63\x6f\xf5\xe7\x9e\xcd\xf4\x78\xb6\x60\x13\x67\x37\x7f\x1d\xd4\x8d\x70\x96\xc0\xd6\x14\x79\x08\xe9\x78\x41\x13\xa1\x3e\xf4\xed\x5c\x4a\xe9\xb8\x61\x84\xaf\x04\x63\x1c\x53\x0a\x03\xef\x62\xc7\x6a\x72\xcb\x74\xfa\x7e\xb7\xb2\xbe\x0e\x37\x20\x62\x16\x7d\x2d\xd9\x90\xea\xcd\xf5\x89\x98\x38\x1a\xb6\x77\x6e\xc5\x76\xdf\xaa\xb2\x3f\xf5\x22\x96\xee\xdd\x0d\xa7\x9a\xa1\x1b\x20\xdd\xed\xb4\xbe\x8f\xa5\x04\x3f\x75\xaa\x11\x31\xf6\x48\xec\xff\xde\xbd\x65\x1f\xde\xbf\x71\xd3\x8e\xf8\x92\xea\xd8\x7c\xa9\xee\xac\x16\xec\x27\x4b\x68\xbe\x37\x46\x1a\xc7\x77\x89\x2a\x77\x27\x8e\x6c\x1c\xb6\x79\x09\x33\x44\x6b\x93\x49\xbc\x07\xb2\x52\x6c\x10\x32\x46\x3b\x32\x8e\xe7\xc7\xad\x24\xe0\xd2\x70\x74\xbf\xb6\x7e\xdd\x68\x3b\xd7\xd3\xc3\x25\xe9\x22\x65\x86\x6f\x80\x09\x9a\x4e\xc6\x36\x61\xed\x83\xdb\x7a\x27\x3b\xec\xf2\xae\x82\xb3\x83\xb6\xee\x5d\x03\xa1\xe0\xa9\x47\x11\xee\xf5\xcd\x28\xac\x1d\xd8\x24\x67\x0e\xc7\xb1\x84\x97\x7c\x29\xa4\xb0\xbb\x90\x88\x68\x00\x9b\xc6\xb7\xae\xe8\xba\x2e\x5c\x97\xca\x80\xe9\xe6\xe9\x8f\x7e\x90\x1a\xee\x5f\x32\x9b\x69\x55\xad\x9d\xdd\x3e\x06\x58\xf7\x91\x6e\x8f\xe9\x15\x1f\xae\xac\x68\x9e\x00\x15\x5f\x35\x0a\x9d\xb6\x77\x5e\xab\x2a\xc0\xd4\x66\x10\xc6\x54\x70\xd2\x47\xfa\xa3\xc6\x18\x34\x6a\x8b\x35\x59\xc6\x64\xd3\xbe\x46\x87\x8c\xdb\x5b\xf0\xf3\xdf\x6c\x69\x1f\x2a\x1f\xd9\x4a\x80\xec\x18\xfa\x65\xf8\xed\x4e\x3b\x7b\x2e\xff\x39\x66\xee\x29\x34\x62\x65\xbf\xc5\xc8\xc8\xee\x3d\x33\x82\x91\xe6\x54\xb5\x00\xe3\x74\x44\x8f\xce\x19\x22\x1e\x63\x67\x88\x18\x7a\xa1\x37\x07\x37\x07\xff\x0e\x00\x00\xff\xff\x83\xa0\x8e\x30\x7c\x33\x00\x00" +var _flowtokenCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x5a\x5f\x6f\x1b\xb7\xb2\x7f\xae\x3f\xc5\x54\x0f\xa9\x84\x3a\xb2\x6f\x9a\xa4\xa9\x60\xc7\x71\xd2\xf8\xde\x00\x49\x6f\x91\x3a\xed\x05\x8a\xa2\xa1\x76\x47\x5a\x5e\xaf\x96\x7b\x48\xae\x64\x35\xf0\x77\x3f\x98\x21\xb9\xe2\xfe\xb3\xe5\xb4\x05\xce\x43\xf5\x90\x58\x2b\xce\x1f\xce\x0c\x67\x7e\x33\x4b\xb9\x2a\x95\xb6\x30\xba\xa8\x8a\xa5\x9c\xe7\x78\xa9\xae\xb0\x18\x1d\x84\xc7\xef\xd0\x8a\x54\x58\xf1\xb3\xc4\x8d\xd9\x3d\x6e\xac\x6e\xad\x39\x10\x49\x82\xc6\x8c\x45\x9e\x4f\x20\x51\x85\xd5\x22\xb1\x70\x91\xab\x0d\xaf\x9e\x41\x83\x18\x3e\x1d\x1c\x00\x00\x1c\x1d\xc1\xa5\xb2\x22\x07\x53\x95\x65\xbe\x05\xb5\x60\x12\xb0\xb4\xc8\x80\x2c\x00\xaf\xa5\xb1\x58\x24\xc8\xeb\x63\x21\x6b\xa1\xc1\x12\xf1\x4f\x4c\x3b\x83\x0f\x17\xf2\xfa\xe9\xe3\x9a\xf1\xeb\x35\x16\x16\x6c\x26\x2c\x48\x03\xb8\x92\xd6\x62\x0a\x9b\x0c\x8b\xc0\x5e\x68\x84\x8d\xb4\x59\xaa\xc5\xa6\x80\x85\x56\x2b\x10\xf0\xb3\xa8\x72\xdb\x11\x86\xcc\x8c\x75\x37\xbf\x04\x92\xb1\x58\xa9\xaa\xb0\x41\xf2\x21\xb3\x98\xc1\x79\x9a\x6a\x34\xe6\x6c\x72\x4f\x55\x52\x2c\x95\x91\xf4\x8b\x55\x7b\x29\xf2\x7d\x20\xe8\x28\x62\xd5\x3d\xd5\x28\x70\x13\xab\xb2\x92\x85\xc5\xf4\x56\xe1\xef\x78\x49\x4b\xf2\x5e\xb2\x04\x4b\x63\x11\x1a\x34\x1a\x55\xe9\x04\x69\x55\xa2\x51\x0c\x8b\x65\x81\xfa\x95\x5b\x43\x3f\xa8\x0d\xa6\xe7\x9f\x2b\x7e\x5e\xe9\xe2\x5e\xe2\x5f\x32\x41\x10\xbf\x93\xb4\x73\xd3\xd1\x51\x2d\x5d\x24\x19\x54\x06\x35\x18\xab\x34\x1a\x10\x05\xc8\xc2\x58\x51\x24\x48\x31\xae\x8a\x7c\x0b\x36\x43\x47\x4c\x61\x6e\x33\x94\x6e\xb5\x58\x62\x7d\x34\x32\x84\x45\x55\x24\x56\x2a\x77\x18\x76\x24\xa2\x48\x61\xa9\xd6\xa8\x0b\x4c\x61\xee\x98\x95\x1a\xf9\x79\xa9\x8c\xa5\x23\x98\x4a\x26\x0c\xdc\x64\xd1\x3a\x83\x2e\xfe\x32\xdc\xb2\xcb\x13\x91\xe7\x98\x4e\x63\xd9\x49\x86\xc9\x95\x81\x4c\x94\x25\xd9\xcd\x82\xae\x0a\x2b\x57\xc8\x94\xb8\x46\x0d\xa2\xd6\x8f\x0d\xd8\x60\x11\x38\xbd\xf7\x26\xa6\xdf\x0b\xb7\xf5\x39\x06\x63\x87\x5d\x51\xc6\xc0\x6b\x4b\xc6\x09\x5f\x39\x81\xb0\x07\x49\xc7\xc0\xcd\x1d\x94\x85\x2c\x98\xf6\x10\x8c\xa2\x9f\x35\x3b\xb0\x50\xb0\x11\x5b\x58\x28\x52\x6c\x25\x72\x99\x48\x55\x19\xe7\x08\xab\xbc\x48\x67\xc0\xda\x2a\xaa\xf2\x42\x65\x01\x42\xea\x29\x9c\x83\x29\x31\x91\x22\xf7\x01\xb7\x0b\x91\x02\x31\x35\xc4\x68\xbe\x53\xc1\x2a\x0e\xe4\xc0\x6d\x77\x8c\x1a\x56\x88\xa3\xa9\x66\xc7\x7a\xb4\xf2\xe2\xd4\x79\xd7\x67\x47\xcf\x34\x53\x39\xc9\xcd\x10\xe6\x22\x0f\x21\x24\x78\x5b\xc6\x4b\xab\x97\xb7\x13\xa4\xa7\x68\x26\xc7\x3a\x20\xa4\x95\x22\x97\x7f\x60\x83\x39\xf9\x39\xe8\xc8\x26\x23\xef\x92\xdb\x6b\x5a\x22\x1c\xb7\x38\x4f\xe0\x53\xfd\x3b\x7d\x0c\xe6\x8b\x69\x60\x79\x1a\x98\xd7\x4b\x6e\x62\x4d\x8e\xe0\x15\x47\x4e\x38\x9f\x0b\x6f\x12\xb7\x39\xf2\x2c\x9f\xd6\x14\xd6\x52\xb0\xaa\x1f\xdd\x61\x9c\xd2\xe3\xf1\xe4\x23\xac\xd0\x66\x2a\x6d\x1b\x21\x04\xd1\x84\x18\x32\x0b\x12\x33\x17\xc9\xd5\xb8\xad\xad\x5c\x34\x15\x7e\x0e\xc7\xd3\xe3\xd6\x1a\xfa\xd4\xf5\x6c\x1a\x55\x1e\x38\x1d\x78\xfe\xb0\xc1\xb4\xc1\xec\xe6\x36\x63\x1d\x4f\x8f\x87\x0c\xb5\x44\x4b\xcc\x95\xb6\x98\x72\xac\x5c\x6e\x4b\x34\xa0\x4a\xf2\x92\xc8\xf3\x2d\x68\xb4\x95\xa6\x34\x0e\xb9\x34\x1c\xdb\x6b\x8e\x29\xcb\x0b\xfd\x79\x92\x06\x34\x26\x28\xf9\x0c\x27\x09\x96\x76\x20\x84\x24\x6e\xd8\x7a\xfd\x72\xc7\x93\x19\x7c\xa2\xbf\x66\xf0\x52\xa9\xfc\xa6\x65\x31\xa7\x0a\x7c\xe2\xed\x2d\x91\x69\x88\xc4\xea\x0a\x6f\xfa\x76\xd8\x2b\x5a\x9a\xae\xe4\xb1\x65\xa1\xf4\xe7\xc4\xc9\xee\x3a\x94\xd7\xc0\xe9\x29\x34\xc5\x4f\xe0\x53\x50\x8c\xf4\x80\x1b\xc0\xdc\xe0\xee\xe1\x42\xd0\xd7\x5e\xf5\xc8\x01\xe7\xe6\xca\x10\x77\x0a\x43\x57\xfb\x38\xad\xcd\x3b\x48\x82\x8d\xbc\xae\x8b\xc3\x2d\xdb\x3b\x5f\x0b\x99\x0b\x4e\x01\x01\x5a\xb4\xcb\x6a\xef\x1e\xbd\xc2\x5e\x8b\x93\xd3\xfe\x68\x6b\xe8\x5f\x2b\x19\x3d\x8b\x7f\xbe\x08\xd9\xdc\xc5\x89\xb8\x0a\xb5\xcb\xe2\x92\x42\xc5\x89\x12\xfc\x50\xe8\x65\xb5\xc2\xc2\xc6\xf4\x54\x7e\x82\x08\x1f\x6c\x9e\xc6\xdb\xc4\xa7\xbd\x69\x4c\xf4\xc6\xfa\xd4\x6c\x7c\x6d\xb6\x48\x80\x53\xe8\xad\x2f\x76\xa1\x8c\x57\xc6\x65\x5c\x4a\x88\x31\x03\x62\xbb\x52\x05\x6e\xeb\x95\x73\x94\xc5\x12\xac\x16\x85\x59\xa0\xd6\x98\x4e\x49\x4a\x38\x1a\xb4\xbe\xc0\x4d\xbe\x8d\x99\x84\x82\xe4\x45\xaa\x46\x59\x62\xbe\xae\xbc\x51\xc5\x91\xb5\xd3\x6b\xcc\x16\xb3\xa2\x80\xda\x50\x51\x9a\xf6\x99\xd9\x47\x41\x33\xef\x07\xc7\xbb\x5c\xb5\x19\x0c\x83\x17\x9f\x7a\xea\x45\xfb\xdc\xb5\xd2\x49\xe3\xeb\x43\xef\x90\x83\x06\x05\x79\xc1\xc5\xb4\xda\x10\x2c\x92\xce\x48\xc6\x8a\x2b\x32\xa4\x48\x12\xa2\x39\x84\x54\x41\xa1\x2c\xe3\xa9\x66\x9d\x0e\xf5\x90\xb1\x92\x69\xf3\xe6\xb3\x20\xb9\x76\x66\x98\x97\xbc\x3f\x07\x59\x50\x2f\x94\x5e\x85\xa2\x46\x8f\xb0\x54\x49\xe6\x5c\xc7\xf8\x05\x54\x89\x5a\xec\x90\x4c\xc4\xf6\xb5\xa4\xd2\x4f\x35\xff\xd0\x83\xb4\x9c\x9b\x05\xaa\x8b\x26\x53\x55\x9e\x92\x8b\x4a\xb1\xe5\x3d\x58\x8b\x85\x8b\x6d\xe7\xdb\x36\xb7\x7e\x87\x14\x7e\x4b\x20\x8a\x2d\x81\x8b\x39\x26\xa2\x32\x54\x31\x95\x71\xfb\x17\xb2\x68\xb3\x5a\x55\x49\x06\x2b\x45\xa8\x4a\xad\x4a\x8d\x19\x16\x46\xae\x91\xea\x14\xf7\x4c\xed\xf5\xe7\xa9\xc3\x6a\x94\xc0\x0f\x49\x39\x83\x41\xec\x46\xe6\xb9\xfb\xbb\xe2\xf4\x3e\x47\xd0\xb8\x52\x6b\x4c\xa3\x34\x53\xbb\x81\xc4\xe5\x68\x31\x0a\x6d\xa8\xd1\xdf\x42\xac\x95\x0e\x66\x6e\x42\xc1\x1e\xb7\xc9\x05\xe4\x68\x41\xb8\x2e\x22\x84\x11\x87\xc7\xd9\x34\x3c\xed\x56\x48\xb9\xa8\x49\xbe\x3c\x85\xe3\xeb\xc5\xb3\xf4\x29\x1e\x3f\x79\xf6\x74\x7e\x2c\x1e\x1d\x27\xdf\xc2\x83\x07\x1d\x1a\x3a\x14\x0d\x9a\xc7\x4f\x1e\x7d\xfb\xed\x77\xdf\x20\x3e\x7d\x26\x30\xc5\x7d\x68\xbe\xc3\x44\x3c\x9a\x7f\xf3\x6c\xfe\x5f\xcf\xe6\x4f\xd2\xc5\x5e\x34\xcf\x9e\x3e\x7a\x3c\x7f\xf2\x68\xf1\x5d\x9a\x26\xe9\xf1\x63\x01\x1d\x8a\xee\xfe\xe8\xc3\xe1\x3f\xd4\x0b\xba\xff\x43\x2f\xe8\xe5\x4d\x3a\x7c\x9a\x00\x20\x14\xa1\xce\xb2\x7b\x88\x2a\x64\x3e\xb9\x05\x63\xf8\x6a\x71\xf2\x30\x86\xc1\x3b\x14\xe7\x78\x4d\x06\xca\x86\x4f\x73\xf7\xa9\x1a\x3e\x91\xaa\xf9\xff\x63\xd2\x2e\x19\x5c\x27\x44\x9a\x9a\x06\x1c\xb5\xa6\xc6\xa0\xfe\x88\x46\x78\xb7\xce\x4d\xa6\xbf\x82\x48\x03\xbe\x25\x24\xe2\x14\x8d\xd5\xca\xb5\x45\x86\x04\x3a\x65\x76\x87\x17\xa3\xbe\xcd\x33\xd9\x90\x8e\x51\xed\xa1\x2a\x83\xf5\x79\xf1\xa8\x9e\xfb\x22\x26\xfd\x6a\xa7\x6d\x26\x1a\x1b\x99\x23\x16\x74\x24\x4d\xb5\xc2\x94\xb7\xca\x1d\xca\x82\xf3\x41\x28\x1b\xac\x5f\x68\x96\xa0\x05\x0e\xa8\x06\x78\x93\x8f\x9d\x73\xfb\xf3\x7e\x1b\xc6\xd2\x81\x75\x68\xef\xe4\xa1\x9f\x67\x98\x2f\xe1\xc5\x0e\x9d\x36\x37\x0d\x77\xd4\x8a\xaf\x1d\xb3\x1a\x52\xfc\x53\x32\x5a\xdc\x9a\x3e\xa9\xc7\x31\xff\x94\x8c\x7f\x4a\x46\xeb\x13\xe5\xf1\xee\xd4\xae\x71\xca\xdc\xf0\xee\x2f\xac\x1b\x7b\xc9\xbb\xa3\x78\x34\x28\x5a\x1d\x2a\x7d\x42\xbe\x6d\xf6\x3b\xad\xd6\xe9\xbf\x29\x36\xf2\x9c\x63\x29\x4c\x8f\x81\xc7\xc7\x20\x29\x06\xa9\x32\xb8\x69\x56\x9d\xb0\x62\xfa\x06\xaf\x17\xbe\x9c\x9d\x53\x51\xd1\x82\x27\xc7\xae\x15\xe6\xb4\xc2\xe8\x3f\xc3\x06\x5f\xea\xb8\x38\x81\x73\x5f\x96\x57\xe8\x0e\xca\x1c\x5d\x5f\x31\xdf\x36\x04\xec\x76\xb6\xc6\x9c\xf2\x09\xa7\xa2\xab\x42\x6d\x60\x93\xc9\x24\x83\x52\x68\xb1\x42\xeb\x46\x4b\xa5\x30\x26\x24\x09\x8d\x46\xe5\x6b\xa4\x8d\x8d\x27\x7e\x34\x31\xed\xdd\xc8\x50\xa7\xcd\x36\xa1\x46\xf9\x57\xda\xd2\x6f\xbd\x5d\xdf\x2e\xa7\x2f\xd1\xbe\xf2\x87\xd9\x11\x86\xe9\x8d\x6b\xcc\x1b\x9e\xed\xf3\x48\xd3\x17\x2e\x45\xec\xe1\x00\xde\x3f\xab\x3d\xe3\xa2\x48\xd2\x42\xa6\x48\xd1\x48\xed\x4d\x3e\xed\xf7\x1b\x18\xab\xab\xc4\x56\x9a\x0c\x56\x6a\xa4\x2a\x1d\xbc\xa6\xf1\x5f\x15\x1a\xdb\xc7\x60\xb0\x5c\xc6\x56\xff\x3d\xa8\xe5\xc6\x03\xe7\xc5\xf6\x27\x16\x76\xd6\xdf\x40\xef\x4c\xe9\x99\xc4\xe6\xec\x5a\xf3\x90\xb9\xbb\xaf\xf4\x57\xaf\x75\xdb\xea\x39\xd0\xf5\x7a\x55\xda\xad\x03\x5e\xfb\xf6\x72\x77\xc0\xb6\xe3\xe9\x71\x2c\x3f\xd2\xa2\x6e\x69\x77\x42\x5b\x83\xd9\x26\x6c\x6b\xb6\xe0\x0e\x2f\x71\xd1\x15\x31\x0c\xfb\x03\xb5\xaa\x47\xb1\x45\x5a\xb7\xd4\x72\xd7\x32\x8b\x3c\x27\x47\xfa\xd6\x79\x0a\xe7\x6e\x00\xbb\xaa\x8c\x6b\xa1\x5d\xfd\x09\x73\xe3\x98\x19\x0f\xcb\x7d\x04\x58\x37\xf1\xeb\x1f\x90\xd3\x03\xa5\x53\x77\xf6\x18\xf6\xb9\xdf\x6b\x66\x0e\x7c\xf8\x59\xad\x70\xa3\xc4\x30\xf1\x0a\xc8\xca\xf8\xb9\xaf\x9f\xa1\xf2\x80\x6c\x70\x6a\xdb\xeb\xc3\x75\x18\x47\xd5\xa1\xd6\x86\x5a\x91\x33\xf7\x75\x64\xed\x3e\x3e\x9e\xf1\x1c\x8f\xc7\x1c\xe1\xac\x72\x36\x8b\xc6\x79\x75\x3d\x37\x6e\x58\x66\x3a\x5b\x88\x33\xcc\x6d\x09\x83\xfe\x3d\xab\x93\x4f\x77\x07\xfc\xfc\x64\xf8\x5d\xe0\xf4\xe2\x92\xfe\x7f\x3e\x9e\x1c\x76\xca\xd2\xdd\xa4\xdf\x4b\x53\xe6\x62\xfb\x99\xd4\x6c\xd4\xef\x85\x15\x9f\x45\x7f\xb9\x9b\xdd\x3e\x1f\x4f\x7e\xeb\x71\xc7\x3e\xd9\xf2\xa8\x3e\x61\xf7\xce\x92\x7f\x2a\x43\x1e\x0d\x84\xed\xdd\x49\x8d\x3d\x1e\xa7\xb5\xdb\x12\xa7\xd9\x48\x9b\x64\xf5\xe2\x56\xba\x4a\x84\xc1\x7d\xfc\xe4\x02\x64\xd6\x71\x51\x48\xc9\x77\x11\x8f\x7b\x51\xd6\xc2\xfa\xf0\x99\x39\xe8\x79\xef\x7c\x7e\x9f\xf8\x9c\x70\x73\xb5\xcf\xe2\xb3\x6e\x28\x3a\x6d\xeb\x70\xfd\xfb\xf4\x8d\x4f\xc4\x1e\x1a\xd7\xcb\xcf\x3a\x2a\x4f\x3e\xc7\xd1\x3b\x73\x75\x7d\x4d\xbd\xc2\x0a\x53\x29\xe0\x14\x9a\x74\xef\xe8\x69\xbf\x8b\xd9\x70\x32\xc7\x59\x8b\xe4\x7f\x2e\x2f\x7f\xbc\x90\x39\x0e\x53\x55\x3a\x9f\x35\x61\xd3\x5b\xb5\x54\x1f\xde\xbf\x19\x77\x51\x36\xef\xb7\xdf\x6b\xac\xb1\xb3\xfe\x48\xae\xc4\x12\x8f\xcc\x7a\xf9\xf5\xf5\x2a\x1f\xdd\x61\xb1\xc6\x96\x4d\xff\x9e\xcd\xf8\x57\xfe\xf9\xb7\x2e\xe9\x3e\x27\xc3\x5b\xbb\xdf\x06\x85\x58\x91\xce\x17\x6f\xff\xf7\x17\xf8\x01\xed\x46\xe9\x2b\xd7\x21\x8c\xfa\x37\x6a\xb6\xab\xb9\xca\x3d\xc5\xc0\x9a\x14\x4d\xa2\x25\xbf\x7c\x0a\xac\xfd\x1c\xa0\x10\x96\x6a\xad\x2b\xad\x0b\xa5\x5d\x07\x49\x95\x7a\x9e\xab\xe4\x2a\xc9\x84\x2c\xa6\x7e\x70\x43\xd9\x8c\x33\x21\xad\x33\x98\x54\x3a\xe4\xb9\xc2\xe9\x79\xe8\x9a\x7b\xe1\xe0\xca\x02\xd1\x1c\xd6\x50\x20\x7c\xe3\xb1\xc3\x21\x5c\xbc\x7d\xf3\x23\xac\x15\x67\x4a\xc2\x14\x2b\x6e\xc0\x03\xc4\x07\x51\x96\xb9\x4c\xdc\x6c\x00\xe6\x95\xcc\x2d\xa8\x62\xa7\xdb\xcb\x5a\xb7\x81\x0d\xe3\xb5\x45\x5d\x88\xfc\xc3\xfb\xb7\xed\x08\x7c\xbd\xfb\x69\x3c\xca\xac\x2d\xcd\xec\xe8\x68\x91\xab\xcd\x34\x51\xab\xd1\x40\x34\xe5\x6a\xa9\xcc\xcc\xc7\xc4\x80\x1f\x54\x22\x45\x6e\x66\x03\x9d\x25\x7d\x46\x76\x23\xad\x45\x3d\xda\x4b\x27\xbf\x98\xd4\x62\xfd\x7e\xdf\x79\x64\xd4\x7f\x14\x6e\xfe\x9a\x64\x10\xe7\xa2\xfe\x74\xc0\x88\xea\x3d\x2e\x1a\xaf\x54\x3d\x9a\x9b\x7a\x8f\x4f\xe7\x4a\x6b\xb5\x39\x11\x95\xcd\x06\xdf\xa2\x3c\x68\x01\xb1\xe7\x7e\x8e\x76\xe4\x99\xf0\xc6\xf9\x77\xfe\x79\x72\xf0\xc5\x17\x5f\x04\x45\xce\xce\xa0\x14\x85\x4c\xc6\xa3\x57\x3c\x10\x2a\x94\x05\x27\x13\x34\x2e\x50\x63\x34\xa1\x0c\xb0\xeb\x2b\x3f\x96\xfc\xb2\xc7\x82\x7b\xd5\xb4\x60\x9a\xfe\xb3\xeb\xb5\xfe\x51\xd8\x6c\x70\x0f\xfd\xd1\x13\x5e\xf3\x7a\xd2\xb2\x9a\xe7\x32\xd9\x51\xbe\xf7\x3f\x0f\xe5\x3a\xa7\xe5\x00\xf1\x4b\x3f\x41\xb8\x55\xf0\x5b\x59\x5c\x61\x1a\x95\xab\x07\xad\xb6\xa7\x56\xa1\xef\x2a\xc4\x4d\x2f\x90\x8b\x75\xbb\x93\x7f\xd0\xf2\x7e\xec\xdb\x60\x3f\x34\x4b\x33\x18\x13\xa8\xda\xbb\x7f\xeb\x09\x84\x93\x87\x21\xcc\xa7\xdd\xb6\xb0\xff\xfc\x75\x1f\x7f\xc6\x01\x6c\xc2\xdb\xcf\xc1\x5e\x11\x87\x71\xe3\xea\x5d\xef\xfd\x87\x76\x63\x1a\xc9\x28\x64\x1e\xa3\xeb\xde\xfb\x31\xe7\xe9\x4a\x16\xd2\x58\x2d\xac\xd2\x91\x55\xeb\xc6\xf6\x07\xdc\xb8\x2b\x3a\x7b\xbd\x96\xa8\xfb\xdb\xa8\x6b\xed\xbd\x89\xd6\xc7\xad\xbf\x15\xac\x15\x18\xb8\x8d\x36\x83\x17\xfe\x0e\x51\x33\x26\x78\x38\x77\xeb\x75\xb6\xc6\xd7\xc9\xad\x03\x81\x7e\x0d\x06\x18\xb4\x27\x04\x91\xfd\xba\x17\xb6\xc2\xbb\x1b\xd7\x64\x72\x21\x17\xe4\x93\xd0\x5e\xbb\x0b\x5d\x99\xca\xeb\x6b\x50\xf7\xba\xff\x54\x9b\x26\xf6\x59\x74\xad\x82\xba\x24\x77\x23\x31\x5c\x02\x0b\x9e\x6a\xbe\xeb\xa9\xef\x5f\xb5\x25\xad\x85\x86\x5e\xc7\x34\x24\x12\xf9\x65\xf3\x12\xd5\x6d\x61\x44\xcb\x4d\xb4\xcf\x43\x7e\x8f\x45\xda\xad\x42\x4d\xb0\xd1\x8d\xd6\xc3\x98\x53\x1c\x7a\x31\x41\x7b\x64\xb2\x4f\x04\xee\xd4\xee\xb9\x24\x30\x3c\x85\xa0\x4f\xa9\xfb\x26\xc6\xde\xea\xcf\x3d\x9b\xf1\xf1\x64\x06\x23\x67\x37\x7f\x1d\xd4\x8d\x70\xe6\x08\x4b\x8e\x3c\x82\x74\xa2\xe0\x89\x50\x17\xfa\xb6\x2e\xa5\xb4\xdc\x30\xc0\x37\x47\x63\x1c\x53\x0e\x03\xef\x62\xc7\x6a\x74\xcb\x74\xfa\x7e\xb7\xb2\xbe\x0e\x37\x20\x62\x16\x5d\x2d\xa1\x4f\xf5\xdd\xf5\x89\x98\x38\x1a\xb6\xb7\x6e\xc5\xb6\xdf\xaa\xc2\x9f\x7a\x11\xcb\xf7\xee\xfa\x53\x4d\xdf\x0d\x90\xf6\x76\x1a\xdf\x87\x52\x82\x9f\x3a\xd5\x88\x98\x7a\x24\xf8\xbf\x77\x6f\xe1\xc3\xfb\x37\x6e\xda\x11\x5f\x52\x1d\x9a\x2f\xd5\x9d\xd5\x0c\x7e\xb2\x8c\xe6\x3b\x63\xa4\x61\x7c\x97\xa8\x72\x7b\xe2\xc8\x86\x61\x9b\x97\x30\x21\xb4\x36\x1a\xc5\x7b\x60\x2b\xc5\x06\x61\x63\x34\x23\xe3\x78\x7a\xdc\x48\x02\x2e\x0d\x47\xf7\x6b\xeb\xd7\x8d\xb6\x75\x3d\x3d\x5c\x92\x2e\x52\x30\x62\x8d\x20\x79\x3a\x19\xdb\x04\x9a\x07\xb7\xf1\x4e\xb6\xdf\xe5\x6d\x05\x27\x07\x4d\xdd\xdb\x06\x22\xc1\x63\x8f\x22\xdc\xeb\x9b\x41\x58\xdb\xb3\x49\x01\x0e\xc7\x41\x22\x4a\x31\x97\xb9\xb4\xdb\x90\x88\x78\x00\x9b\xc6\xb7\xae\xf8\xba\x2e\x5e\x97\xca\xa0\x69\xe7\xe9\x8f\x7e\x90\x1a\xee\x5f\x82\xcd\xb4\xaa\x96\xce\x6e\x1f\x03\xac\xfb\xc8\xb7\xc7\xf4\x42\xf4\x57\x56\x32\x4f\x80\x8a\xaf\x76\x0a\x9d\x36\x77\x5e\xab\x2a\xd1\xd4\x66\x90\xc6\x54\x78\xd2\x45\xfa\x83\xc6\xe8\x35\x6a\x83\x35\x5b\xc6\x64\xe3\xae\x46\x87\x20\xec\x2d\xf8\xf9\x6f\xb6\xb4\x0f\x95\x8f\xb0\x90\x98\xb7\x0c\xfd\x32\xfc\x76\xa7\x9d\x3d\x97\xff\x1c\x33\x77\x14\x1a\xb0\xb2\xdf\x62\x64\x64\xf7\x9e\x99\xc0\xc8\xee\x54\x35\x00\xe3\x78\x40\x8f\xd6\x19\x62\x1e\x43\x67\x88\x19\x7a\xa1\x37\x07\x37\x07\xff\x0e\x00\x00\xff\xff\xa6\xfd\xd8\x60\x36\x33\x00\x00" func flowtokenCdcBytes() ([]byte, error) { return bindataRead( @@ -240,11 +240,11 @@ func flowtokenCdc() (*asset, error) { } info := bindataFileInfo{name: "FlowToken.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xa2, 0x15, 0x9f, 0xbc, 0x51, 0xae, 0x75, 0x19, 0x95, 0x25, 0x15, 0xfc, 0x66, 0xb8, 0x4a, 0x9d, 0xe1, 0x8d, 0x41, 0xc7, 0x58, 0xc, 0x6d, 0xba, 0x3e, 0x2, 0x70, 0x0, 0xb1, 0xb, 0xb1, 0x15}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x2b, 0x57, 0x15, 0xfc, 0x60, 0xd2, 0xa, 0x3, 0x51, 0x63, 0x22, 0x69, 0x3a, 0xa2, 0xe3, 0xc7, 0x11, 0x63, 0x1c, 0x74, 0xbb, 0x42, 0x9b, 0x4c, 0xc2, 0xd6, 0xf, 0x13, 0xb4, 0x49, 0xf0, 0x66}} return a, nil } -var _lockedtokensCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x7d\x5b\x73\x1b\x37\xb2\xf0\xbb\x7e\x05\xac\x07\x87\xda\x95\xa9\xfd\xf6\x3b\x75\x1e\x54\x52\x1c\xc5\x8a\xcf\xaa\x72\x71\x4a\xb6\x4f\x1e\xb6\x52\x5b\xe0\x4c\x53\x44\x3c\x1c\x4c\x00\x90\x8c\xd6\xe5\xff\x7e\x0a\xd7\xc1\x75\x66\x48\x39\x8e\x73\x8e\xf4\x62\x73\x06\x68\x34\xba\x1b\x7d\x43\x03\x73\xf6\x97\xa3\x23\x84\x10\xfa\x8e\x56\xef\xa0\x7e\x43\xdf\x41\xcb\x11\x59\x77\x0d\xac\xa1\x15\x1c\x89\x15\xa0\xe5\xa6\xad\x04\xa1\x2d\x6e\x88\xb8\x47\x0c\x7e\xdd\x10\x06\x35\x12\x14\xad\x71\x8b\xef\x00\xbd\xfc\xee\xd5\x4f\x0a\xca\x62\x73\x0f\x8c\xa3\x46\x01\x43\x42\x43\x5b\x32\xba\x56\x70\xd4\x6f\xc4\x71\x03\x73\x3d\xe8\x37\xb8\x5a\x99\xa7\x2b\xda\xd4\xc0\xd0\x1d\xc8\x31\x77\x14\xe1\xaa\xa2\x9b\x56\xf0\x39\x7a\xd5\x82\xfd\x85\x88\x42\x88\xb0\x60\x04\x05\xca\xb4\x98\xa3\x1b\x81\x76\xa4\x69\xd0\x02\xd0\x2f\x94\xb4\xa2\xb9\x47\x15\x6d\x05\xa3\x4d\x03\x35\x5a\xdc\x2b\x4c\x36\x1c\x18\xc2\x6d\xed\xa1\x85\xeb\x35\x69\x09\x17\x0c\x0b\xca\xe6\x0a\xe6\x9b\xfc\x4b\xb4\xde\x70\x81\x2a\xfa\x8c\x93\xbb\x56\x43\x60\xb8\xe5\x4b\x60\x88\x2e\x11\x6e\xef\xc3\xf9\x67\x61\xa1\x0a\xb7\x2d\x15\x88\xb4\x02\x18\xae\x24\xce\x62\xa5\x60\x99\x89\xa8\x4e\xf2\x21\xdd\x08\x84\xbb\x8e\xd1\x2d\x6e\x62\x52\x6a\xa2\x9d\xaa\xb6\xf0\x5b\x05\x9d\x90\x4c\xa9\xa1\xa3\x9c\x08\x84\xeb\x9a\x68\xb6\x59\x84\x1c\x9f\x28\x93\x0d\x37\xad\x7c\x8e\xe0\x37\xc2\x05\x69\xef\xd4\x6b\x84\x05\x02\xc9\x96\x35\x69\x80\x0b\xda\x02\x22\xad\x37\xe4\x16\x74\xdb\x0e\x18\xa1\xb5\xe1\xa3\x9c\x1c\x87\x8a\xb6\x75\xc4\x29\x33\x04\xd4\x86\xe2\x96\x49\x6f\x56\x84\x7b\x4d\x15\x10\xd2\xa2\xe5\xa6\x69\x50\x47\x39\x07\x4e\x68\xab\x18\x64\x78\x27\x29\x1b\x33\xee\x5e\x12\x11\xd5\x14\xed\x56\x58\xc0\x16\x98\x02\xa3\x5e\xec\x70\x6b\x48\x4a\xe2\xd1\x94\x70\x70\x41\x19\x20\x8c\x2a\xdc\xe1\x05\x51\x62\x2d\x56\x58\x20\xdc\x34\x74\xc7\x2d\x9c\xb5\x24\x92\x84\x52\x33\xbc\xb3\xd2\xbc\x5b\x41\xab\x07\x59\x40\x45\xd7\xde\x14\x25\x5a\xb8\xe1\x14\x09\xaa\x20\x74\xc0\x96\x94\xad\x11\x17\xf8\x9d\x24\x19\xed\x80\x61\xc9\x10\xee\xb8\x1d\x49\x32\x37\xf4\xfc\x49\x8e\x81\x03\x9a\x49\x82\x56\x0c\xb0\x80\xfa\x14\x2d\xa8\x58\xb9\x15\x82\x30\x93\x3c\x22\x82\xe0\x86\xfc\x1b\x6a\x05\xdc\x4e\x81\x30\xc4\x80\x77\x50\x09\xb2\x05\x44\x17\xbf\x40\x25\xf8\xb9\xbf\xda\xbf\x57\x4b\x98\xa1\xa5\x94\x09\xc9\xc7\x15\x96\x8b\xdb\x40\xd7\xb2\x25\x67\xa6\x1a\xff\x43\xaf\x52\xdb\xb6\x9f\x7a\xcf\x58\xc3\xa3\x0a\x37\x0d\x77\x9a\x43\x93\x94\xb6\x01\x94\x0c\x71\x9d\x7c\x87\x58\x68\x8e\xe7\xa9\x8a\xab\x90\xa4\x21\x41\x8f\x8e\xd0\x5f\xce\x8e\x8e\xc8\xba\xa3\x4c\xa0\x97\x0d\xdd\x29\x0c\xf4\x40\xc7\xee\xf7\xb1\x6b\xb1\x69\xef\xc8\xa2\x81\xa0\x95\xff\xec\xd8\x87\x75\x73\xfd\x06\x2f\x1a\x78\x6d\x50\xe9\x81\x86\x2f\x82\x3e\xaf\x05\x65\xf8\x0e\x5e\x02\x70\xaf\x83\xf7\xd4\xb5\x36\xbd\x7f\x64\xf4\xb7\x7b\xd3\xd4\x7f\x74\x7c\x74\x84\xab\x0a\x38\x9f\xe1\xa6\x39\xd1\x0b\x45\x6a\x92\x40\x93\xbf\x3f\xb2\xda\xd1\x35\x84\x2d\xb4\x02\xbd\x56\x04\xbe\xd2\xf4\xbd\x85\x3b\xc2\x05\x30\xa8\x67\xb8\xae\x19\x70\x7e\x8e\xae\xf4\x7f\x4e\x0a\xfd\xdf\x1a\xd6\x4f\x81\x30\x08\xe2\x3b\xb2\x26\xe2\xa6\x95\xb2\xcd\x33\xbd\x4f\x11\x31\xef\xae\xd6\x72\xa0\x73\xf4\xf6\x25\xf9\xed\x3f\xff\xe3\x14\xb5\xb0\x53\x7d\xed\x93\xe2\x38\xdf\xe5\x11\xbd\xe2\x3f\xd0\x1a\x32\x03\xb6\xb4\x86\x9b\xeb\x73\xf4\x5a\x30\xd2\xde\x95\x08\x50\x84\x7a\x0d\x0d\xdc\x49\x3b\x31\x01\xf4\x20\x6c\xcd\xc2\x6b\xad\xcd\xb3\xa4\xc1\x01\x49\x0c\xb8\xb3\xb3\x33\xf4\x23\x96\x8b\x81\x1a\x3d\x17\xaf\x0a\x63\xb6\x95\x6a\xa0\x1b\x56\x81\xeb\x67\x54\x7d\xb8\xfa\x12\x24\x1b\x10\x19\x0d\x62\x44\x58\x0e\x2d\x27\xe8\x7e\x0c\x61\xd5\x31\xb2\xc5\x02\x7c\x3d\x6c\x75\x4b\x6f\xda\x65\x57\x83\xf1\x44\x54\x7e\xd4\x60\x35\x2a\xde\x8f\x29\xa8\x04\x84\xd2\xb6\xba\x21\xed\xbb\x87\x91\xe8\x4a\xc2\x39\x04\x2b\xe3\x2c\x48\xe7\x45\xe9\xb9\x18\x0d\xfd\x7e\x1f\x2c\x5e\x38\x58\x87\x30\x2c\x70\xd6\x4a\xe2\x13\x9b\x85\x2c\x5e\x9e\x25\x98\x80\xc8\x66\xd1\x90\x0a\x75\x09\x3e\x03\x06\x5c\xf6\x63\x80\x6b\xa9\x99\x49\x2b\x6d\x86\x32\xbe\x08\x2f\x94\x4b\x85\x26\xe0\x18\xac\xf1\x9b\x76\x49\x35\x1e\x86\x83\xee\xff\x31\xc1\x14\x22\x8e\x2b\xda\x6c\x53\x86\x76\x74\xd3\xd4\x1a\x77\xd7\x41\xce\xc1\x92\x51\x77\x54\xae\xc5\x86\x4b\x52\x1b\x83\x1f\x61\xca\xc7\x51\x7d\xa1\x47\x9c\xca\xe0\x41\x7c\x3b\x39\x4d\xbe\xf2\x31\x26\xac\xb8\x60\x8d\x40\x1a\x5b\x2d\xdb\x5b\x6f\xd4\xf3\x6d\xf5\x08\x92\x17\x3d\x98\xc9\x93\x1a\x63\x81\xf4\x40\x7a\x69\xf7\x11\xd5\xb2\x51\x72\xf9\x3d\x87\xd8\x38\x23\xc6\x13\xee\x75\x50\xec\x11\xc7\xbe\x70\x3c\x05\xc7\x58\xe5\xe5\x2f\x71\x15\x60\xf6\x5e\xb5\xf7\xfa\x68\x7b\xa8\xb5\xfe\x89\x74\x9d\x9c\xe9\xf3\x2c\xe5\xac\x86\x46\xe0\x5e\xe5\xcb\xfe\x1f\xfa\xd9\x7f\xd3\x0a\x22\x74\xec\x56\x60\x4c\x34\x49\xe9\x57\x04\xd2\xd8\x07\x69\xca\xeb\xda\x62\x46\xe8\x86\xa3\x3b\x86\x73\xa2\x07\xde\x78\x3e\xfe\xfb\x61\xa4\xa5\x9d\x41\x45\xb7\xc0\x50\xa3\x3c\x01\xeb\xc0\x39\x39\x22\x0c\x2a\x19\xcd\x29\x4f\xc8\x39\xbf\xbb\x15\x45\x2b\xbc\x85\xb0\x97\x04\xa7\xdd\x6d\x50\x36\xb7\x07\xf3\x9a\xb4\x6a\xa5\x81\xf4\xff\x99\x7c\xdb\xc7\x3f\x4e\x56\x08\x38\x7f\x92\x70\x7f\x8e\xa7\xbd\xaa\x53\x1e\x39\x6d\x1b\xb5\x58\x6b\x1d\x16\xe0\x8d\x58\x51\x46\xfe\xad\xfc\x52\x1d\x15\x6a\xf7\xd4\x2a\x27\xa9\x8f\xee\x1d\x8c\x15\xe6\x86\x98\x12\xdf\x38\xf8\x2b\x91\xf9\x56\x93\xe9\x3b\x39\x5f\x5f\xec\x65\xc4\x95\xb5\xee\x12\x51\xa5\x75\xea\xbc\xf1\xf2\x02\x79\x3d\x66\x2f\x0f\x34\xf5\x1d\xb6\x78\xd3\x58\x87\x5c\x03\xd3\x3e\xe9\x59\xad\xfd\x1e\x39\x77\x3b\x32\x1f\x58\x13\xa9\xd5\x3e\x0f\xbd\xef\xf9\x2d\x54\x40\xb6\xc0\x4e\xa3\xe7\x3f\x32\xba\x25\x32\xee\x0d\x57\x93\x5b\x4e\x8e\x1c\x32\xea\x43\x0c\x96\xc0\x40\x31\x5d\xe3\x5b\xc3\x52\x4d\x41\x45\xbb\x7a\x36\x43\xd4\x99\xfb\x70\x83\x31\xae\x9a\x20\xb0\x76\x6a\x83\x41\x00\x90\x70\x3d\xca\x29\xda\xad\x48\xb5\x52\x41\xeb\xc2\x92\xda\x34\xda\x51\xb4\xc3\xf7\xfc\x3c\x80\x8f\xd0\xff\x3b\x41\xd7\x46\xec\xa5\x1f\x1c\xc9\x94\xc9\x40\xe8\xac\x86\x0a\x09\x13\x0b\xad\xd9\x94\xe8\xba\x68\x98\xbf\x9f\xa0\x9b\xd6\xad\xaf\x2d\xc1\x0a\x50\xca\xa0\x0c\x0e\x3d\x02\xf1\xd8\xb1\x76\x33\xe4\x3c\x91\x1a\x45\x13\xe4\x1c\xbd\x70\xca\xf9\x42\x2e\x9d\x59\xc8\xe7\x9f\x4c\x70\x78\x82\x9e\xba\x40\x6d\xfe\xdf\xb2\xe7\x97\x31\xb3\xc1\xb8\xc2\x2a\x4d\x60\x34\x80\x31\xa6\x36\x1c\x6d\x5d\xb0\x19\x70\x14\xdd\xa8\x85\x5c\x83\x09\x40\x5c\x7c\xaf\xfb\xd9\x3e\x3c\x99\x8e\x14\x66\x39\x95\x4d\xaf\x9b\xad\x56\x0e\xb1\x7b\xd5\x99\x24\x8c\x0c\x37\x64\x00\xe7\x2d\xcd\x39\xfa\x89\x34\x8d\x56\x23\x0b\x40\x4b\xa2\x92\x54\xa4\xcf\x75\x04\x90\x24\xb1\x39\xda\x74\x52\x92\xa5\x04\x29\xd5\x66\xf4\x1c\x4d\x08\x6e\x03\x42\x8d\x66\xeb\x06\x3f\x47\x5f\xa5\x21\xea\xbc\x47\xee\xf9\x00\xfa\x2e\xb6\xf9\x58\x33\xa8\x2d\xc0\x71\xec\xdd\xd8\xe5\x09\xb8\x26\xde\x1c\x48\x4b\xc4\xec\xa1\xf2\x76\xe2\x59\x6b\xf9\xc7\xa1\x59\xce\xb5\xee\xb8\xd4\xc2\x9c\xbe\xee\x29\x8e\x2e\x9e\xa1\x96\x34\xf9\x26\x3d\x49\x4b\xad\x3c\x09\x43\x97\xe8\x6f\xf3\xbf\xb9\x26\x1f\x7c\x56\x15\xb4\xa7\x4d\x90\xe4\x05\x98\xc0\x4e\x79\x1a\x77\x20\x5e\x6f\xba\x8e\x32\x01\xb5\x9a\xf2\x9b\xfb\x0e\xf8\xec\xe4\x1c\xbd\x97\xff\x3b\x47\x5f\x53\xda\x7c\x88\xa8\xc0\x40\x6c\x58\xab\x5b\x5c\x7c\x15\xd3\x4c\x76\x16\x6c\x03\x1f\xf2\xe8\x9e\xa1\x5b\xd5\x5d\x65\xd4\xa4\x3d\x46\x54\xf2\x59\xaf\xd9\x3b\xb2\x95\xab\xf0\xbe\x53\xc6\x4b\x62\xdc\x89\x5e\xcd\xd8\xa9\x85\xda\xd8\xe8\x72\xb5\xee\x2b\xed\xce\x42\x27\x54\x3e\x56\x01\xe2\x2b\xe5\xcf\xfe\xb2\xe1\xc2\x62\x2e\xd1\x93\x40\x8d\x49\x18\x26\x11\xe1\x29\x85\x66\x42\x11\x47\xfe\xf7\x44\xd3\x28\x22\x11\x59\x2a\x47\xd6\xeb\x8b\x2e\x35\x57\x4b\x14\xff\xa7\x04\xf9\x33\x7a\x8f\x02\x38\x1e\xb9\x7d\x58\x41\x9b\x0f\x08\x1a\x0e\xe8\xbd\x6d\xb8\xc4\xf2\x67\x91\xfc\x26\xb1\xc0\xfb\x70\xad\xf7\x9d\x94\x77\x5b\x24\x89\xa4\x86\x71\xeb\x67\xd2\x1b\x3b\x47\x5f\xbd\x0f\x85\x4f\x4d\xe8\x43\x76\xd5\x98\x8e\x36\x7f\xa4\xdd\x45\x03\xe6\xe2\x99\xfc\xf7\x24\x87\xb1\x19\x5f\x82\x08\x10\xc8\xc2\x99\x86\x8e\x64\x8c\x9a\xe4\x2d\x2c\x2d\x57\xd4\xef\xf9\x82\x32\x46\x77\xb3\x93\x27\x47\x49\x87\x05\x6e\xb0\x74\x26\x2e\x95\x1f\x3a\x37\x3f\xc3\x76\x16\xe8\x3c\x24\xd2\xc5\x33\xa4\xa7\x97\x12\x65\xc0\xd1\x37\x23\x64\x89\x92\x2c\x7a\xeb\x1a\xb9\x45\x1f\x2e\x11\xfe\x8e\x5b\xd5\x6c\xec\xa5\x71\x46\xac\x99\x6b\x6d\x06\xd6\x3a\x2d\x63\x4b\xe2\x6a\x8b\x49\x83\xd5\xf8\x56\x7d\xce\xa2\xac\x54\x76\x5d\x4c\xa1\x7d\x46\xf6\x0d\xd6\x17\x97\x3d\x8d\x2d\x43\x9e\x3e\xf5\xde\xc6\x7a\xb3\xb4\x06\x2c\xce\xe9\x22\x70\x99\xe8\x2c\x19\x4a\x86\x43\x12\x65\x57\xa4\x43\x5e\x2c\xf3\x4a\xf5\xe2\x99\x9a\x83\x05\x16\x89\xb9\x05\xad\xff\x9d\xb6\x60\x46\x40\xed\x87\x65\xc7\x20\x7a\x82\x72\xe6\xea\xcb\x4b\x97\xa3\x3c\xbe\x85\x5f\x37\xc0\xa5\xd6\x32\x7c\x82\xdf\x2a\x80\x3a\x26\x3d\x6a\x64\xcf\xe3\x50\xb3\x85\x4b\xa6\xa3\x5c\x4c\x19\xfd\xf2\x12\x2d\x60\x49\x19\xcc\xe2\x57\x27\xe8\x59\x8f\xd8\xdb\xae\xc6\x12\xad\x1c\x1e\xd2\xfc\x90\xb6\xa2\x4c\x3a\xc7\x83\x48\x1d\xa4\x4d\xb4\xc9\xba\x78\xd6\x8b\x73\x22\x3d\x96\xc5\x39\x4d\x5a\x54\x1a\xd9\x4e\x4e\xb2\x42\x91\x4e\x65\x26\x71\x0d\xbe\xd6\x6b\x4c\x5a\x74\x2d\x26\x1f\x67\x35\xc7\x6b\x78\xa2\xde\x1f\xcb\x89\xe4\xac\x4e\xe8\x43\x25\x8f\x9e\x21\x05\xa2\xa0\x63\xfd\x74\xfc\xdc\x8b\x39\xb3\x4a\xf6\x05\xf6\x37\x9a\x75\x8e\x03\xb6\xc0\xee\x91\x20\x6b\xe9\xf2\xda\xac\x11\x03\x95\xb2\x40\x2b\xdc\x75\x90\xfa\x67\x87\x64\x83\x0e\x98\xf9\x5f\xa3\x99\xcb\x3f\x90\x2f\x86\x77\x67\x14\x1c\xba\x6b\x81\x3d\x99\xe3\xd2\x4e\x8d\x82\xec\x6f\xd4\x24\xcb\x70\x32\xc1\xcd\x96\x61\x96\xe2\x76\xf3\x45\x46\xfb\x2d\xec\xc2\xa8\xa8\xdf\x17\x94\xfe\xa9\xdd\x53\x73\xbb\x65\x01\x20\xbd\xdf\xbc\x5e\x4b\xa7\x08\xb7\x76\x4f\xd5\x0b\x2d\x13\x3f\x89\x4b\xff\xbe\x18\xe9\x4a\xa6\x31\x83\x9c\xda\x6b\x52\xdb\x3f\xed\x92\x9e\x07\x7b\x7b\x2a\x74\x91\x8f\x93\x0d\x9d\xbc\x33\x19\x06\x16\xf9\x58\x23\xa3\x1e\x65\x57\x93\xab\x91\x83\xa1\xcb\xcc\x16\xa6\x43\x65\x66\x77\xaa\x7a\xc8\x73\x52\x47\x0a\x45\xcd\x99\x73\x60\x62\x96\x3c\x57\xf2\xd7\x8f\x36\xd7\x34\x53\x90\x6a\xf4\xd7\xcc\xab\x17\x8a\xf0\xa2\xf0\xf6\x6d\x6b\xf7\x7b\xcb\x6f\x0b\x5d\x6f\x61\x87\x59\x2d\x1d\x6f\x15\x3c\x9d\x66\x51\x5d\x03\xe7\xf8\x0e\xce\xd1\xf1\x0b\x5d\x98\x61\xf9\xe6\xcb\xd4\xa6\x15\xa4\x41\xb8\x69\x12\x27\xa1\x63\xb0\x55\x69\x52\xd5\x4e\xe5\x23\x17\x00\xbd\xcd\x6d\x8f\x93\x51\x33\xb4\xac\x81\x0b\x46\xef\x3d\x9a\x7f\x74\x83\x63\x10\xdf\xdf\xe2\x4c\x12\xbc\x8c\x40\xe1\xba\x96\x32\x75\x0b\x15\x65\xf5\x8c\xd4\x5a\xa2\x14\x7b\x48\x7d\x8a\x18\x6d\xc0\x7b\x24\x7f\x4a\x85\x21\x76\x94\xc9\xee\x57\x56\xdf\xb8\x16\xc9\x3b\xbf\xf9\xb7\x70\x9f\x6d\xfa\x2d\xdc\x9f\x5a\xc9\x08\xdb\xf4\x0f\x4f\x51\x24\x87\xd2\x61\xd7\x8f\x22\x52\x64\xd8\x94\xaa\xcf\x89\x9b\xce\x59\x3d\xea\xaf\x3d\x43\xa9\x82\xa6\x4c\x95\x5f\x9f\x4e\xd8\x43\xf1\xe9\x9d\xb4\xa6\x01\xa6\x72\xd2\x52\xb1\x75\x50\x91\xa5\xb6\x61\x37\xd7\xb6\xfa\x26\x9f\x6f\x32\x10\xee\x55\xe6\xd3\xcb\x02\x9b\x4d\x20\x34\xa2\x19\xfb\xfd\xf2\x70\x77\x7c\xa2\x36\xac\xfd\xfc\x49\x31\xab\x52\xd0\x87\xae\x73\x59\x23\x5e\xfb\x4d\x1c\x8a\xae\xe3\x5c\x3f\x39\xf5\x40\x05\xaf\xf7\x56\x9a\x01\x4a\xb1\xda\xcc\xbd\xf4\x15\x67\xee\xbd\xaf\x3a\xcb\xef\x8b\xdd\x3f\x8a\xfa\xec\x99\xf4\xa9\x74\x68\x9a\x58\x44\x1f\x41\x85\x96\x18\x97\x44\xa3\x5f\x66\x65\xe9\x0e\x84\x13\xa7\xef\x49\x4b\xd6\x9b\xb5\x62\xed\xad\x2e\xa9\x5c\x43\x2b\x66\x27\x29\x85\x7b\xea\x7e\xbf\xe1\x42\x93\x46\xef\x64\xe8\xb5\x46\x5b\xb4\xd6\xd0\xf4\x46\x04\xeb\xc1\xd9\x3d\x0d\xe3\xb9\x98\x14\x19\x0d\xf8\x43\x6b\x08\x49\x9b\x51\xfd\x0f\xb2\x1b\x13\x96\x68\x86\x58\xce\x73\x82\x5d\xaa\x22\xec\xaa\xdb\x57\x67\xf7\x62\xb1\x87\xca\xce\x54\xf4\x8c\xeb\xed\xeb\xa1\xa8\xbc\xdf\x0c\xb1\x51\x96\x16\x38\x65\x1c\x4e\xce\x91\xce\x4e\xe7\xdd\xb3\x57\x46\xff\x9a\x34\x75\x39\x8f\x9f\x09\xd2\x5a\x65\x8a\xa5\xac\x3f\x8d\xcd\x37\xe6\x1f\x67\xd4\x5c\xa0\x67\x86\x3d\x80\x20\x3d\xe9\x07\xa8\xe2\x1a\xbd\x92\x0c\x29\x63\xd8\x6f\x0f\x64\x48\xe3\x24\x23\xa6\x4f\x2f\xa7\x03\x24\xda\x1f\x85\x1c\x9d\x7c\x1c\x4a\x06\xff\xcd\x0a\xd0\x92\x36\x0d\xdd\x29\x1b\xbb\xa3\x7d\x91\xa5\x32\xc0\x0d\x16\xe0\x4a\x7f\xb9\x5e\xeb\x5d\x43\x2a\xf9\x38\x28\xe4\x8e\xec\x37\x16\x68\x87\x39\x6a\x28\xf7\x8a\x91\x5f\x30\xe0\x15\xb4\x35\x45\x9b\xee\x8e\xe1\x1a\x62\x54\x4c\x55\x45\x50\xdd\xa1\x60\xd1\x5d\xab\x4b\x2d\x82\x22\x53\x41\x0d\x5f\xa3\x8d\xd9\xc4\x1b\xd1\x9e\x06\xf3\x54\x47\xb8\xff\x2f\x43\x34\xae\x2b\x5a\x22\x94\xf4\xbe\x6f\xbf\x31\x6f\x02\x71\xe5\x04\xbd\xa4\x9b\xb6\xd6\x0a\x33\xae\x37\x30\x1b\x86\x44\x28\x0f\xc8\xec\x3f\xd0\xd0\xe3\x49\x62\x74\x7f\x2b\x3e\xbb\x96\x5f\x52\xfd\xf2\xf7\x5a\xd3\x46\x6e\x94\xac\xfa\x1a\x64\x60\xa5\x0d\xe2\xec\xc4\x73\x0a\xe2\x0f\x5e\x76\x29\xf6\xde\x72\x1f\x98\x42\x9a\x1a\x61\xb0\xa6\x5b\xb0\xda\x73\x64\x7f\xb3\xa0\x17\xcb\xc1\x74\x21\x8d\x26\xdb\x1d\x80\x65\xa0\xd2\xc6\x77\x32\xf3\xaa\x6a\xd0\xd9\x2d\xe0\x5b\x43\xe3\xa1\xeb\x21\x5d\xaa\x34\x51\xb8\xbf\x72\x55\xeb\x51\xb1\x89\x2b\x6a\xe2\xb6\xb2\x0a\xb7\xf7\x0b\x5a\xdf\xeb\xb5\x85\xeb\x4c\xd5\x9d\xe7\x8a\x04\xe5\x15\x12\xe8\xb7\xd0\xe9\x0a\xa1\x05\xae\xde\x49\x9f\x93\xa3\x8a\xae\x3b\x2c\x48\xa1\x42\x2c\x53\x5e\x95\x14\xec\xa5\x55\x56\x6e\x07\xeb\x0e\x44\xd0\xdc\xc4\x93\x92\x2b\xe6\xbf\xa3\x79\xd1\xa0\x7f\x92\x24\x1d\x1a\xd9\xcf\xe1\x0d\x77\xf0\xc7\x53\xd9\x99\x6b\xd9\x41\x87\x48\xcf\x47\x7b\xf4\xd1\x8b\xea\xf6\xf6\xa6\x15\xff\xff\xef\x7b\x74\xcb\x8f\xe8\x15\x9c\xbd\x76\x95\x2e\x26\x45\x37\x5a\xfc\xe9\xd8\xe6\x25\xf6\xf6\x2f\xfd\xc9\x71\x3a\xb1\x93\xc6\x33\xb3\xe1\xab\x29\xec\x99\x69\x04\x4f\xd2\x0a\x9f\xb8\xb6\x23\xae\xb8\x8e\x33\xbd\x61\xed\x29\xe1\xda\xe2\x08\xea\xaa\xba\xb2\x65\x34\x01\x90\x72\x39\x31\x2a\xd4\xce\x88\xa0\x64\x6a\x5a\x49\xc3\x69\x98\x52\x0d\x55\xd3\xd3\x14\xc5\xa8\xc0\xe6\xad\x99\x56\xe9\xec\x85\x57\xee\xa1\xcc\xa7\xa9\x0a\xda\x74\x61\x7a\x95\x8f\x95\xac\xe8\x2c\x7f\x58\xae\xa2\x52\xa4\xf6\xc4\xca\x0f\xe1\xe3\xe7\xc3\x68\x7a\xb9\x88\x03\x30\x2d\x96\xa6\x84\x58\xba\xa5\x92\x20\x1a\xbe\x89\x4b\x52\xcc\xf1\x89\xa4\xa6\xff\x93\xb0\x37\xce\xa5\xe4\xb7\xf3\x7c\x54\x5c\x44\x8c\x9e\x5c\x4a\x1b\x63\x83\xd1\x0e\x73\x49\xac\xcc\x81\xa2\xbe\xf2\x76\x70\xdf\x4c\x59\x31\xbb\x50\x2f\x51\x40\x96\xb4\xa1\x8f\x12\xba\x0c\x30\x0c\xc1\xca\xf5\xa9\xab\xa7\x75\x06\x82\x6b\x83\xde\xa9\xc3\x34\xae\x46\x24\xae\xc3\xeb\x2b\xdb\x32\x63\x47\x32\x89\x2e\xf3\x42\x39\x0b\x39\x98\xa0\x7d\x92\x20\x5a\xf9\x88\xf6\x1e\xef\x43\x71\x0d\xe5\x2f\x40\x37\x7c\x35\x8e\x71\x86\x77\x6a\xc1\x09\x53\x02\x6e\xe2\x8a\xa2\x7f\x5f\xd0\x84\xe6\x40\xda\xd4\x60\xd0\xef\xda\x3b\xa6\x1f\x65\x45\x0c\x78\xa6\xd9\x55\xf0\xa4\x9c\x8f\xd5\x45\x4d\xa9\xa7\xe3\xac\x91\xae\x82\x76\xe5\xba\xba\x5c\xb2\x60\x84\x4a\xce\x46\xea\xac\x0c\xcc\x00\x47\xab\x69\x3a\xca\x36\x9d\x35\x82\xb2\x72\x04\x36\x0b\x95\x58\xd6\x70\x6c\x3e\xca\xc4\x68\xd2\xe8\x03\xdb\x6a\x57\xd0\x2b\xad\x68\x36\x80\x16\x50\x61\x55\x01\x2e\x05\xbd\xa3\xcc\x1d\x73\xb1\x90\x8d\xf5\x36\xa8\x59\x94\x08\x57\xd5\x62\xd8\x16\xa0\x98\x42\xf2\x07\xfa\x6c\xbe\x17\x81\x92\x92\x1f\x2f\x52\x09\x65\x71\xee\x6f\x92\x1f\xc5\x69\x6a\x0b\xe0\x22\x3e\x00\x38\x5f\xdb\x24\xa0\x7a\x74\xeb\x11\x29\xd5\xc6\x86\xa3\x7e\xfd\x1f\x72\x9e\x7c\xd4\xc8\x8e\xf8\x6c\xfa\x88\x85\xad\x58\x5f\x38\x9c\x6b\xa7\x4b\x23\x0e\x94\xe3\xac\xeb\x3b\x1a\x19\x46\xf4\x1e\xa9\xed\x79\xac\x71\x7c\xac\x71\x0c\x6a\x1c\x4d\xfe\x3a\x93\x0d\xb7\x65\xf9\x6b\xcc\xde\x71\x7d\xea\x1b\xf3\x00\x48\x78\xc0\xdb\xd7\x37\x36\x05\x5e\x8c\xf4\x0e\xae\x92\xcc\x0a\x7d\x5c\x4e\x58\x2c\x96\xfc\xf3\xd6\x05\x26\x75\x7e\x56\x8e\xf2\x6a\xbb\xc4\xf7\xbe\xae\x2f\xde\x65\xf2\x59\x6f\x6e\x06\xd8\xb9\x02\x76\xbe\xa9\x2a\x80\x3a\x0c\xd0\x34\x5d\xdc\x49\x75\x83\x1a\xe1\xa8\xd1\x21\x1e\x6e\xe5\xaa\x86\x5f\x37\xb8\x71\x07\x66\x02\xbd\xf4\x09\x6b\x06\x07\x84\xa7\xb8\x5d\x53\x20\x61\x74\x92\x5f\xb1\xde\xf9\x79\x9a\x28\xe6\x9e\x85\x60\x3b\xa9\x1c\xe3\xb9\x8c\xb1\xde\xbf\xa2\xd2\xbf\x95\x42\xa9\x37\x03\x57\xa0\xd2\x45\xf6\x88\x18\xd1\xc1\x55\x4c\xc3\x28\x23\xa5\x89\xa7\xdd\xe7\xde\x0b\x3f\xa4\xcc\x66\xe2\x0a\x2c\x54\xf3\xb4\x09\xe4\xec\x5e\xd8\xe7\x1c\x93\xfc\xe1\x52\xe0\xb2\xfe\x37\xd7\xee\x9c\xa0\xfa\x1d\x0c\x61\xa2\x23\xc8\x14\x17\x8c\xc8\x46\xa9\xcc\xe0\x00\xee\x97\xb7\x23\x2d\xfb\x0f\xdd\xfb\xfd\x5f\x14\x1b\x7e\x6d\xe3\xc0\x63\x17\x08\x1e\x47\x47\x06\x4d\xf8\x67\x0c\xb0\x77\x3c\x57\xd7\xa2\x84\x9b\x42\x7d\x5a\x07\xab\x0b\x5c\x32\xb7\x7f\x64\xae\xdd\x19\x93\x0f\xcd\x67\xa3\x37\x4e\x0a\x69\xa6\xe9\xb5\xcf\xf1\x72\x34\xb9\x92\xa4\xb1\xfc\x3b\x96\x6b\x2b\x1e\xa9\xa6\xc0\xdb\x2f\x84\x3e\x93\xfa\x24\x4e\x9c\xf8\xbf\x7c\x17\x39\x1a\x36\x1b\x9c\x4e\xce\x29\x67\x36\x1c\xa2\xac\xcb\x50\x58\x9c\xc3\x31\x68\xda\xe3\xfa\x7c\x4e\xea\x43\xa4\xc7\x4b\xeb\x1d\x2e\x40\x99\xdc\xe0\xc3\x64\x28\xd8\xd6\x29\xad\xa6\xfd\x24\x29\xea\x3b\x49\x98\xa2\x3e\x87\xcb\x53\x08\x68\x2f\x91\xca\x6f\x3a\x7c\x02\xb9\xea\x77\xcd\x0a\xa2\xb5\xff\x7e\xc7\xa7\xc5\x5a\xdb\x91\x18\x73\x6f\xbb\x65\x24\x13\x9f\x6c\xb6\x70\xc1\x36\xee\x4e\xa0\x1f\xe2\xa4\x7a\xe2\x1e\x85\x4a\xaf\x9c\xf8\xfe\xc4\x7b\x10\x2a\x61\xfe\xe7\x49\x8c\xdf\xb4\x5b\xdc\x90\xf8\xb2\x9d\x72\x3e\xdc\xff\x35\x9a\xe5\x2e\x4b\x75\x7f\x46\x42\x8a\xd1\x2b\xa5\x1a\xbf\x91\xeb\x9e\xcf\xfe\x65\xb1\xb8\x85\xe5\x79\x6e\xe2\x83\xd1\x58\xdf\xd7\xdf\x1b\xd7\xd3\x2d\x29\xf0\x17\x2b\xdc\xde\x19\x0f\xae\x2f\xc4\x45\x71\x2a\x32\x0e\x98\x37\xea\x2c\xce\x0f\x71\x91\xef\xec\x5f\xd2\xff\x71\x9b\x25\xbd\xe7\x36\xb4\x36\xbd\xa2\xbe\x29\xcb\xb3\x54\xdb\xe7\x34\x62\x40\xd1\x68\xa0\xc1\xaa\x3d\x53\x13\x59\x19\x92\x24\xd4\x30\x8e\x34\x33\x49\x4d\xe3\x39\xab\xd1\x9e\x0c\x56\xe6\x45\x48\x04\x25\x20\xcf\xe7\x25\x5a\xf6\x94\x2c\x3a\x6f\x8a\xc5\x5c\xf9\x9c\xe1\x75\x6a\x25\xbe\xa9\x50\xe6\x07\xd8\xe5\x0f\x95\xfd\xc9\x18\xa5\x26\x73\x30\x53\xa2\xa2\xd2\x98\x47\x83\xf5\xa5\xc3\x0c\x8d\x88\x6c\x0e\x72\x0d\xd5\x62\x8e\x31\x78\x63\x6b\x7f\x93\xfb\xf7\x4a\xe5\xe2\x59\xc6\xdb\x12\xe2\x47\xee\x4f\xe1\x60\x81\x5a\x23\xf9\x18\xc3\x31\x66\xcb\xb1\x8d\x87\x8a\x6e\xc3\x07\xaa\x06\x70\xc9\x00\x9a\x7b\x97\x55\x92\x61\x68\x00\x8b\x53\x17\xbb\xeb\xdb\x4a\x24\x3a\xa7\x61\x9e\x4b\xe7\xf8\x4d\x42\x79\x01\xee\x70\x57\x98\x1d\xb3\x9b\x37\xa1\x18\x49\xa0\xb0\x5c\xea\x5b\x27\x9b\x7b\x24\xf4\xc5\x95\x08\xf3\x7d\xd4\x89\x9d\xd9\xa3\x54\x4d\x91\xaa\x02\xb5\xb2\x89\xa8\x18\xdc\xc0\xc9\xc2\x11\xa9\x34\x87\x7a\xad\x26\x51\xb7\x60\x7a\xc9\x9b\x22\x83\x99\xee\xe7\xce\x26\x3c\x72\xb7\xc8\xdd\x22\xa9\xa6\xb2\x46\xdd\xf9\xa5\x31\x94\x91\xaf\x77\x96\xe7\x0b\x97\x1f\xd7\x77\xd7\xca\x97\x61\xd0\x6c\x2f\xf5\x31\xe5\xb1\xfd\xa9\x0c\x9b\x88\x73\xd7\x40\x0d\xb2\xdb\x8c\x7f\xd5\x34\xb3\x47\xd6\x7a\x1e\x9a\x47\x96\xb1\xad\x0c\xb3\x03\x1b\x2a\xda\x05\x56\x37\xb9\x25\x3c\x4b\x6f\xec\x32\x7b\x1d\x35\x05\xbd\x6f\x6e\x97\x7c\xa0\xf4\x03\x38\xda\x00\x84\x0a\xfe\x2c\x46\x40\x6a\xfa\x8a\xb6\x9c\xd4\x60\xae\x04\xe7\x82\x34\x4d\x64\x23\x2c\x3e\xa4\x45\x02\xd8\xda\x15\xe4\xd9\xa3\xd0\xbc\x5a\x41\xbd\x69\xca\xf2\xd3\xdf\x5d\xf0\xe8\x68\x78\xb3\x3b\xd4\xcd\x94\x7d\xdd\xd6\x9e\xb9\x29\xf8\xe2\xd9\x88\xb0\x8e\xf0\xc0\x68\xa3\x27\x13\xaf\x42\x89\x86\x1f\x17\x7f\xed\xf8\x44\x77\xd4\x04\x1b\xb9\x41\x3f\x9d\x12\xb4\x52\xce\x33\xbe\xcd\xa8\xb0\x3d\xfa\x1f\xee\x2f\x96\x8c\x98\x9b\xd3\x24\x67\xd8\x45\x79\xe2\xcb\x00\x1a\x4e\x7b\xe5\x2a\x3b\x33\xdb\x1e\x83\x99\xb0\xb8\x70\x33\x49\x86\x25\xa9\xdb\xc7\x7c\xd8\xc3\xf2\x61\x7b\x15\x89\x26\xab\xe0\xa1\x49\x31\xb7\x79\xf6\xfb\x65\xc6\xfa\x83\x18\xc3\xc9\x31\xeb\x3c\x15\xcb\x13\x3c\xc3\x5d\x54\x53\x16\xc8\xe7\x90\x75\xc9\xd3\xf6\x63\xa9\xa9\x7e\xdb\xf3\x8f\xc9\xbf\x78\x5b\x3b\xcf\xe7\x29\xd9\xad\x12\x3c\x3c\x1b\x73\xdd\xef\x6a\x87\xe2\xe0\xdc\x2d\x1b\x5c\x2d\x36\xd5\x3b\x18\x97\x89\xcf\xc6\x4f\xfa\x9c\x04\x63\x0f\xe6\x1e\x96\xa2\x71\x6c\x4c\x92\x34\x37\x81\x1f\x62\x6e\x60\x0e\xbd\x10\x3f\x9b\x22\x56\xc0\x61\x34\x93\x53\x62\xfe\x67\xe3\xb7\xfc\x49\x99\xff\x87\x66\x52\xfc\x68\x7d\x24\x49\xf6\x19\xe5\x50\xfe\x64\x9c\x3e\x34\xa5\xe2\x02\x88\x42\x1c\x9e\xc4\x24\x41\xef\x09\x01\xf8\xc4\xc8\xe4\x51\xbd\x67\xf8\xfe\x10\xbb\x5f\x0c\x53\x27\x08\xd3\xc4\xb8\x78\x6a\x84\x3b\x2e\x54\xfb\x06\xba\xa1\x59\x09\x3a\x47\xe9\x1b\x27\xd6\x0f\x4e\xd4\x3c\xda\xa0\x8c\x84\x1e\x16\x45\x67\x85\xed\xb0\x50\xba\x74\xd0\x3b\xfc\xc2\x46\xda\x36\x73\xd2\xfa\xaa\xb6\xc5\xd8\xe9\x11\xeb\x10\x9c\x16\x0c\xec\xda\x87\x8c\xe2\xfe\x77\xa8\x92\xd3\x90\x41\xd3\x4d\xf8\xc9\xa9\xe1\xc6\x8a\x96\xea\x9a\xc6\xdf\x2f\x36\x8e\xb3\x14\xb7\xf1\x87\x5c\xf4\xad\x13\x3a\x98\x53\x37\x41\xba\xa6\xea\x03\x01\xf6\x3c\x02\x61\x99\x4f\x31\x14\x97\x9d\xec\xbe\xa4\xcc\x95\x4d\xfb\xa7\x6f\xd2\xb4\x47\x78\xda\x3a\xfa\x02\xd0\x79\xc8\xc6\x40\x35\x7c\x8f\xbb\x4e\x95\xd8\x2d\xe3\x03\x6c\x2a\x6c\x1d\x0c\xe6\x09\x24\x5e\x4b\x9f\x2b\xb1\x9f\xee\x38\x47\xef\x1d\x0b\x7f\x27\x0e\x7d\x88\x52\x26\xd9\xa3\x16\xee\x53\x22\x97\xe8\x7d\xf1\x20\xc9\x55\x5d\x9b\x1a\x5c\xd3\xfc\x0b\x9e\xff\xa4\x56\xf4\x45\x1b\x14\x7e\x49\x83\xa9\x6b\xf0\xfe\x4f\xaf\x17\xf9\x37\xc0\x85\x7f\xe6\x26\xf8\xb3\xb5\xe7\x57\x6e\x11\xd9\x3f\x75\x73\xd3\xe8\xc7\xec\x72\x40\x4f\x52\x38\x13\x3e\x6a\x97\x27\x6a\xd1\xb8\xff\x17\xf8\x9f\x56\xe2\x39\xf1\xc8\xdc\x0e\x61\x39\x9f\x7c\x4a\xef\x77\xe3\xcd\xd0\xd5\x2c\x8e\x35\x06\x9d\x9f\x07\xd2\x6d\x6e\x16\xba\x6e\x3d\xd2\x37\xea\xc6\x93\x9c\x22\x2a\x9d\x67\x31\xd5\xef\xb9\x2e\xb3\x09\x36\x6e\xec\x86\x90\xe0\x93\x52\x03\x57\x85\xe0\xba\xee\xe9\x3e\xab\x70\x97\xf2\x21\xa0\x77\xbc\xa0\x9f\xe6\x26\x10\xdb\x8f\xf8\xfb\x5b\xdc\x7d\xe6\x8c\x70\x7f\x26\xa1\xc5\xb0\x9d\x49\x8b\x28\x33\x5f\xd5\x5c\x00\xb2\x27\xd4\xfa\x23\x19\xe9\x07\x93\x92\x4a\x8c\x81\xef\xf4\x84\x33\x3a\x1f\x20\xe3\x69\xc1\xa6\xa4\x76\xc0\x35\xeb\x69\xf9\x51\xe8\x1a\xdf\xb4\x90\xd7\xfa\x99\xd1\x51\x31\x69\xfb\x89\x04\x62\x52\xb2\xbd\xc2\xdd\x68\xcd\x69\xfc\xd9\xc0\x7d\xf2\xec\x05\xca\x54\xb8\x1b\xa0\xcc\x88\x09\xdb\xc3\x6a\x45\x7f\x7b\x19\xb1\xe8\xef\x53\xd8\xb4\xf8\xf4\xd0\x40\x49\x7f\x96\xb0\x83\x45\xfd\x26\xf4\xc0\x75\x7f\x22\x5f\xdf\x9f\x19\x7f\x44\x6d\x85\xb9\x3d\x6b\x0a\x75\x70\x19\x9b\x56\x00\x2c\xfe\xdc\x5e\x7a\x97\x66\x4f\xac\x44\xba\xf2\xc8\x05\x12\x17\x7f\x6c\x6f\xf4\xaa\x7c\x85\xb7\x17\xe8\xe5\x88\xf3\xa4\x18\xf1\x99\xce\xf3\x51\x11\xcb\x3d\x3d\x48\xde\xf2\xcf\x27\x8b\x5f\xff\xff\x81\x5d\x4e\x63\x87\xfc\xdb\x34\x82\xe3\x5f\x5a\xfe\xb4\x35\x44\xfe\xd6\x97\xec\x1c\xdc\x31\x2f\x5b\x17\xbe\x1e\x9d\x68\xfa\xde\x5a\xa7\xf2\xfd\xf0\x0f\x27\x9d\xa3\xaf\x06\x6f\xdb\xe8\x8f\xae\x9a\xa9\x96\x91\x50\xff\xc4\x46\x53\x1f\xa8\xb4\xb7\x1f\xfb\x77\xc5\x3b\x0b\xe6\xee\x29\x28\x5c\xc5\xe4\xee\x3f\x0c\xbe\x16\xa6\x8d\xaf\x33\xb7\xc9\xa7\xae\x07\xe8\xe8\x61\xf1\x07\x5f\xf3\x63\xdd\x2d\x43\x92\x01\xb2\x0f\xe0\x1c\xfc\x8c\x31\x4f\xcf\x02\x66\xfc\xb0\x58\xc4\x42\x6b\x31\xeb\x85\x24\x7c\x91\xc3\x37\x90\x92\x18\x8e\x3f\xbe\x32\xfd\x58\xaf\x3e\x45\x53\x73\xe5\xc5\x09\x7a\x7a\x65\xef\x97\xe9\xe1\x2b\x1d\x34\xf8\x4d\x63\x74\x89\xce\xcc\x6d\x26\x67\x4d\xf9\x4e\xaf\x02\x20\xef\x73\xbf\x12\x90\xf9\xd8\x70\x0e\x50\x11\x52\xfc\x0d\xe1\x02\x9c\x30\x44\xca\x02\xc9\x7e\x02\xb8\x30\xbf\xa8\x43\x84\x9e\x27\x35\x05\x50\x4b\xab\x10\xfe\x11\x7e\x15\xd0\x43\x2c\xfb\x7d\x5d\x35\x3b\xf5\xeb\xac\x89\x5b\x65\x69\x54\xfc\xf4\x6d\x3a\xb1\x28\xdd\x35\x0a\x6c\x1c\xab\x20\x73\x66\x75\x8a\xd3\xdd\x9c\xb4\x77\x4d\xfa\x2d\x67\x55\x74\x69\xd4\x8c\x97\xf3\x57\x26\xd8\x20\x3c\xe7\x78\x0b\xb3\x91\x38\x48\x2e\xc9\xf3\x3d\x38\x6d\x97\xc9\x87\xa3\xff\x09\x00\x00\xff\xff\x06\xa9\x9c\x6c\xfd\x83\x00\x00" +var _lockedtokensCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x7d\x5b\x73\x1b\x37\xb2\xf0\xbb\x7e\x05\xec\x07\x87\xda\x95\xa9\xfd\xf6\x3b\x75\x1e\x54\x56\x1c\xc5\x8a\xcf\xaa\x72\x71\x4a\xb6\x4f\x1e\xb6\x52\x5b\xe0\x4c\x53\x44\x3c\x1c\x4c\x00\x90\x0c\xd7\xe5\xff\x7e\x0a\xd7\xc1\x75\x66\x48\x39\x8e\x73\x8e\xf4\x62\x73\x06\x68\x34\xba\x1b\x7d\x43\x03\x73\xfe\x97\x93\x13\x84\x10\xfa\x8e\x56\xef\xa0\x7e\x43\xdf\x41\xcb\x11\x59\x77\x0d\xac\xa1\x15\x1c\x89\x15\xa0\xe5\xa6\xad\x04\xa1\x2d\x6e\x88\xd8\x23\x06\xbf\x6e\x08\x83\x1a\x09\x8a\xd6\xb8\xc5\x77\x80\x5e\x7e\xf7\xea\x27\x05\x65\xb1\xd9\x03\xe3\xa8\x51\xc0\x90\xd0\xd0\x96\x8c\xae\x15\x1c\xf5\x1b\x71\xdc\xc0\x5c\x0f\xfa\x0d\xae\x56\xe6\xe9\x8a\x36\x35\x30\x74\x07\x72\xcc\x1d\x45\xb8\xaa\xe8\xa6\x15\x7c\x8e\x5e\xb5\x60\x7f\x21\xa2\x10\x22\x2c\x18\x41\x81\x32\x2d\xe6\xe8\x46\xa0\x1d\x69\x1a\xb4\x00\xf4\x0b\x25\xad\x68\xf6\xa8\xa2\xad\x60\xb4\x69\xa0\x46\x8b\xbd\xc2\x64\xc3\x81\x21\xdc\xd6\x1e\x5a\xb8\x5e\x93\x96\x70\xc1\xb0\xa0\x6c\xae\x60\xbe\xc9\xbf\x44\xeb\x0d\x17\xa8\xa2\x4f\x39\xb9\x6b\x35\x04\x86\x5b\xbe\x04\x86\xe8\x12\xe1\x76\x1f\xce\x3f\x0b\x0b\x55\xb8\x6d\xa9\x40\xa4\x15\xc0\x70\x25\x71\x16\x2b\x05\xcb\x4c\x44\x75\x92\x0f\xe9\x46\x20\xdc\x75\x8c\x6e\x71\x13\x93\x52\x13\xed\x4c\xb5\x85\xdf\x2a\xe8\x84\x64\x4a\x0d\x1d\xe5\x44\x20\x5c\xd7\x44\xb3\xcd\x22\xe4\xf8\x44\x99\x6c\xb8\x69\xe5\x73\x04\xbf\x11\x2e\x48\x7b\xa7\x5e\x23\x2c\x10\x48\xb6\xac\x49\x03\x5c\xd0\x16\x10\x69\xbd\x21\xb7\xa0\xdb\x76\xc0\x08\xad\x0d\x1f\xe5\xe4\x38\x54\xb4\xad\x23\x4e\x99\x21\xa0\x36\x14\xb7\x4c\x7a\xb3\x22\xdc\x6b\xaa\x80\x90\x16\x2d\x37\x4d\x83\x3a\xca\x39\x70\x42\x5b\xc5\x20\xc3\x3b\x49\xd9\x98\x71\x7b\x49\x44\x54\x53\xb4\x5b\x61\x01\x5b\x60\x0a\x8c\x7a\xb1\xc3\xad\x21\x29\x89\x47\x53\xc2\xc1\x05\x65\x80\x30\xaa\x70\x87\x17\x44\x89\xb5\x58\x61\x81\x70\xd3\xd0\x1d\xb7\x70\xd6\x92\x48\x12\x4a\xcd\xf0\xce\x4a\xf3\x6e\x05\xad\x1e\x64\x01\x15\x5d\x7b\x53\x94\x68\xe1\x86\x53\x24\xa8\x82\xd0\x01\x5b\x52\xb6\x46\x5c\xe0\x77\x92\x64\xb4\x03\x86\x25\x43\xb8\xe3\x76\x24\xc9\xdc\xd0\xf3\x27\x39\x06\x0e\x68\x26\x09\x5a\x31\xc0\x02\xea\x33\xb4\xa0\x62\xe5\x56\x08\xc2\x4c\xf2\x88\x08\x82\x1b\xf2\x6f\xa8\x15\x70\x3b\x05\xc2\x10\x03\xde\x41\x25\xc8\x16\x10\x5d\xfc\x02\x95\xe0\x17\xfe\x6a\xff\x5e\x2d\x61\x86\x96\x52\x26\x24\x1f\x57\x58\x2e\x6e\x03\x5d\xcb\x96\x9c\x99\x6a\xfc\x0f\xbd\x4a\x6d\xdb\x7e\xea\x3d\x63\x0d\x8f\x2a\xdc\x34\xdc\x69\x0e\x4d\x52\xda\x06\x50\x32\xc4\x75\xf2\x1d\x62\xa1\x39\x9e\xa7\x2a\xae\x42\x92\x86\x04\x3d\x39\x41\x7f\x39\x3f\x39\x21\xeb\x8e\x32\x81\x1e\xbf\x6c\xe8\x4e\xa1\xf0\xb8\x7f\xb4\x69\xef\xc8\xa2\x81\xf8\x71\x43\x77\x37\xd7\x6f\xf0\xa2\x81\xd7\x7a\xa4\xf0\xdd\x6b\x41\x19\xbe\x83\x97\x00\xbc\x7f\x61\x5a\xfe\xc8\xe8\x6f\xfb\xc7\x27\x27\xb8\xaa\x80\xf3\x19\x6e\x9a\x53\x2d\xc7\x72\xa1\x07\x8a\xf6\xfd\x89\x55\x5e\xae\x21\x6c\xa1\x15\xe8\xb5\x9a\xff\x95\x9e\xfe\x2d\xdc\x11\x2e\x80\x41\x3d\xc3\x75\xcd\x80\xf3\x0b\x74\xa5\xff\x73\x5a\xe8\xff\xd6\x70\x66\x0a\x84\x41\x10\xdf\x91\x35\x11\x37\xad\x14\x3d\x9e\xe9\x7d\x86\x88\x79\x77\xb5\x96\x03\x5d\xa0\xb7\x2f\xc9\x6f\xff\xf9\x1f\x67\xa8\x85\x9d\xea\x6b\x9f\x14\xc7\xf9\x2e\x8f\xe8\x15\xff\x81\xd6\x90\x19\xb0\xa5\x35\xdc\x5c\x5f\xa0\xd7\x82\x91\xf6\xae\x44\x80\x22\xd4\x6b\x68\xe0\x4e\xaa\xf1\x09\xa0\x07\x61\x6b\x16\x5e\x6b\x65\x9b\x25\x0d\x0e\x48\x62\xc0\x9d\x9f\x9f\xa3\x1f\xb1\x94\x55\x6a\xd4\x50\x2c\xb4\xc6\xaa\xaa\x95\x4b\x37\xac\x02\xd7\xcf\x68\xe2\x70\x71\x24\x48\x36\x20\x32\x0b\xdc\x08\xac\x1c\x5a\x4e\xd0\xfd\x18\xc2\xaa\x63\x64\x8b\x05\xf8\x6a\xd2\x2e\xfd\xde\xf2\xca\xae\x06\xe3\x89\xa8\xfc\xa8\xc1\x6a\x54\xbc\x1f\x53\x50\x09\x08\xa5\x4d\x69\x43\xda\x77\xf7\x23\xd1\x95\x84\x73\x0c\x56\xc6\x96\x4b\xdf\x42\xa9\xa1\x18\x0d\xfd\xfe\x10\x2c\x5e\x38\x58\xc7\x30\x2c\xf0\xa5\x4a\xe2\x13\x6b\xed\x2c\x5e\x9e\xa2\x9e\x80\xc8\x66\xd1\x90\x0a\x75\x09\x3e\x03\xf6\x55\xf6\x63\x80\x6b\xa9\xc3\x49\x2b\x55\xba\xb2\x8d\x08\x2f\x94\xc7\x83\x26\xe0\x18\xac\xf1\x9b\x76\x49\x35\x1e\x86\x83\xee\xff\x31\xc1\x14\x22\x8e\x2b\xda\xaa\x52\x86\x76\x74\xd3\xd4\x1a\x77\xd7\x41\xce\xc1\x92\x51\x77\x54\x96\x7f\xc3\x25\xa9\x8d\x3d\x8e\x30\xe5\xe3\xa8\xbe\xd0\x23\x4e\x65\xf0\x20\xbe\x9d\x9c\x26\x5f\xf9\x18\x13\x56\x5c\xb0\x46\x20\x8d\x29\x95\xed\xad\xb3\xe8\xb9\x9e\x7a\x04\xc9\x8b\x1e\xcc\xe4\x49\x8d\xb1\x40\x3a\x08\xbd\xb4\xfb\x88\x6a\xd9\x28\x79\xe4\x9e\xbf\x6a\x7c\x05\xe3\xa8\xf6\x3a\x28\x76\x58\x63\x57\x35\x9e\x82\x63\xac\x72\xc2\x97\xb8\x0a\x30\x7b\xaf\xda\x7b\x7d\xb4\x3d\xd4\x5a\xff\x54\x7a\x36\xce\xf4\x79\x96\x72\x56\x43\x23\x70\xaf\xf2\x65\xff\x0f\xfd\xec\xbf\x69\x05\x11\x3a\xb4\x2a\x30\x26\x9a\xa4\x74\x88\x02\x69\xec\x63\x28\xe5\x14\x6d\x31\x23\x74\xc3\xd1\x1d\xc3\x39\xd1\x03\x6f\x3c\x1f\xff\xc3\x30\xd2\xd2\xce\xa0\xa2\x5b\x60\xa8\x51\x9e\x80\xf5\xaf\x9c\x1c\x11\x06\x95\x0c\xb6\x94\x0b\xe7\x7c\xd3\xdd\x8a\xa2\x15\xde\x42\xd8\x4b\x82\xd3\xde\x30\x28\x9b\xdb\x83\x79\x4d\x5a\xb5\xd2\x40\xba\xe7\x4c\xbe\xed\xc3\x13\x27\x2b\x04\x9c\xbb\x47\xb8\x3f\xc7\xb3\x5e\xd5\x29\x87\x99\xb6\x8d\x5a\xac\xb5\xf6\xda\xf1\x46\xac\x28\x23\xff\x56\x6e\xa3\x0e\xda\xb4\xf7\x68\x95\x93\xd4\x47\x7b\x07\x63\x85\xb9\x21\xa6\xc4\x37\x8e\xcd\x4a\x64\xbe\xd5\x64\xfa\x4e\xce\xd7\x17\x7b\x19\x10\x65\xad\xbb\x44\x54\x69\x9d\x3a\x6f\xbc\xbc\x38\x5b\x8f\xd9\xcb\x03\x4d\x7d\x87\x2d\xde\x34\xd6\x5f\xd6\xc0\xb4\x4f\x7a\x5e\x6b\xbf\x47\xce\xdd\x8e\xcc\x07\xd6\x44\x6a\xb5\x2f\x50\xe0\x2a\xcf\x6f\xa1\x02\xb2\x05\x76\x16\x3d\xff\x91\xd1\x2d\x91\x61\x69\xb8\x9a\xdc\x72\x72\xe4\x90\x41\x19\x62\xb0\x04\x06\x8a\xe9\x1a\xdf\x1a\x96\x6a\x0a\x2a\x18\xd5\xb3\x19\xa2\xce\xdc\x87\x1b\x8c\x71\xd5\x04\x71\xaf\x53\x1b\x0c\x02\x80\x84\xeb\x51\xce\xd0\x6e\x45\xaa\x95\x8a\x29\x17\x96\xd4\xa6\xd1\x8e\xa2\x1d\xde\xf3\x8b\x00\x3e\x42\xff\xef\x14\x5d\x1b\xb1\x97\x7e\x70\x24\x53\x26\x41\xa0\x93\x0e\x2a\x62\x4b\x2c\xb4\x66\x53\xa2\xeb\xa2\x61\xfe\x7e\x8a\x6e\x5a\xb7\xbe\xb6\x04\x2b\x40\x29\x83\x32\x38\xf4\x08\xc4\x63\xc7\xda\xcd\x90\xf3\x54\x6a\x14\x4d\x90\x0b\xf4\xc2\x29\xe7\x67\x72\xe9\xcc\x42\x3e\xff\x64\x62\xb7\x53\xf4\xc4\x85\x55\xf3\xff\x96\x3d\xbf\x8c\x99\x0d\xc6\x15\x56\x51\xbc\xd1\x00\xc6\x98\xda\x68\xb1\x75\xb1\x60\xc0\x51\x74\xa3\x16\x72\x0d\x26\x00\x71\xe1\xb7\xee\x67\xfb\xf0\x64\x3a\x52\x98\xe5\x54\x36\xbd\x6e\xb6\x5a\x39\xc4\xee\x55\x67\x72\x24\x32\xdc\x90\x01\x9c\xb7\x34\xe7\xe8\x27\xd2\x34\x5a\x8d\x2c\x00\x2d\x89\xca\x21\x91\x3e\x15\x11\x40\x92\xc4\xe6\x68\xd3\x49\x49\x96\x12\xa4\x54\x9b\xd1\x73\x34\x21\xb8\x0d\x08\x35\x9a\xad\x1b\xfc\x02\x7d\x95\xc6\x9e\xf3\x1e\xb9\xe7\x03\xe8\xbb\xd8\xe6\x63\xcd\xa0\xb6\x00\xc7\xb1\x77\x63\x97\x27\xe0\x9a\x78\x73\x20\x2d\x11\xb3\xfb\xca\xdb\xa9\x67\xad\xe5\x1f\x87\x66\x39\xd7\xba\xe3\x52\x0b\x73\xfa\xba\xa7\x38\x7a\xf6\x14\xb5\xa4\xc9\x37\xe9\x49\x5a\x6a\xe5\x49\x18\xba\x44\x7f\x9b\xff\xcd\x35\xf9\xe0\xb3\xaa\xa0\x3d\x6d\xfe\x22\x2f\xc0\x04\x76\xca\xd3\xb8\x03\xf1\x7a\xd3\x75\x94\x09\xa8\xd5\x94\xdf\xec\x3b\xe0\xb3\xd3\x0b\xf4\x5e\xfe\xef\x02\x7d\x4d\x69\xf3\x21\xa2\x02\x03\xb1\x61\xad\x6e\xf1\xec\xab\x98\x66\xb2\xb3\x60\x1b\xf8\x90\x47\xf7\x1c\xdd\xaa\xee\x2a\xe1\x25\xed\x31\xa2\x92\xcf\x7a\xcd\xde\x91\xad\x5c\x85\xfb\x4e\x19\x2f\x89\x71\x27\x7a\x35\x63\xa7\x16\x6a\x63\xa3\xcb\xd5\xba\xaf\xb4\x3b\x0b\x9d\x50\xe9\x52\x05\x88\xaf\x94\x3f\xfb\xcb\x86\x0b\x8b\xb9\x44\x4f\x02\x35\x26\x61\x98\x44\x84\xa7\x14\x9a\x09\x45\x1c\xf9\xdf\x53\x4d\xa3\x88\x44\x64\xa9\x1c\x59\xaf\x2f\xba\xd4\x5c\x2d\x51\xfc\x9f\x12\xe4\xcf\xe8\x3d\x0a\xe0\x78\xe4\xf6\x61\x05\x6d\x3e\x20\x68\x38\xa0\xf7\xb6\xe1\x12\xcb\x9f\x45\xf2\x9b\xc4\x02\xef\xc3\xb5\xde\x77\x52\xde\x6d\x91\x24\x92\x1a\xc6\xad\x9f\x49\x6f\xec\x02\x7d\xf5\x3e\x14\x3e\x35\xa1\x0f\xd9\x55\x63\x3a\xda\xfc\x91\x76\x17\x0d\x98\x67\x4f\xe5\xbf\xa7\x39\x8c\xcd\xf8\x12\x44\x80\x40\x16\xce\x34\x74\x24\x63\xd4\x24\x6f\x61\x69\xb9\xa2\x7e\xcf\x17\x94\x31\xba\x9b\x9d\x3e\x3a\x49\x3a\x2c\x70\x83\xa5\x33\x71\xa9\xfc\xd0\xb9\xf9\x19\xb6\xb3\x40\xe7\x21\x91\x9e\x3d\x45\x7a\x7a\x29\x51\x06\x1c\x7d\x33\x42\x96\x28\xc9\xa2\xb7\xae\x91\x5b\xf4\xe1\x12\xe1\xef\xb8\x55\xcd\xc6\x5e\x1a\x67\xc4\x9a\xb9\xd6\x26\x48\xad\xd3\x32\xb6\x24\xae\xb6\x98\x34\x58\x8d\x6f\xd5\xe7\x2c\xca\x4a\x65\xd7\xc5\x14\xda\x67\x64\xdf\x60\xfd\xec\xb2\xa7\xb1\x65\xc8\x93\x27\xde\xdb\x58\x6f\x96\xd6\x80\xc5\x39\x5d\x04\x2e\x51\x9c\x25\x43\xc9\x70\x48\xa2\xec\x8a\x74\xc8\x8b\x65\x5e\xa9\x3e\x7b\xaa\xe6\x60\x81\x45\x62\x6e\x41\xeb\x7f\xa7\x2d\x98\x11\x50\x87\x61\xd9\x31\x88\x9e\xa0\x9c\xb9\xfa\xf2\xd2\xe5\x28\x1f\xdf\xc2\xaf\x1b\xe0\x52\x6b\x19\x3e\xc1\x6f\x15\x40\x1d\x93\x1e\x35\xb2\xe7\xe3\x50\xb3\x85\x4b\xa6\xa3\x5c\x4c\x19\xfd\xf2\x12\x2d\x60\x49\x19\xcc\xe2\x57\xa7\xe8\x69\x8f\xd8\xdb\xae\xc6\x12\xad\x1c\x1e\xd2\xfc\x90\xb6\xa2\x4c\x3a\xc7\x83\x48\x1d\xa5\x4d\xb4\xc9\x7a\xf6\xb4\x17\xe7\x44\x7a\x2c\x8b\x73\x9a\xb4\xa8\x34\xb2\x9d\x9c\x64\x85\x22\x9d\xca\x4c\xe2\x1a\x7c\xad\xd7\x98\xb4\xe8\x5a\x4c\x3e\xce\x6a\x8e\xd7\xf0\x44\xbd\x3f\x96\x13\xc9\x59\x9d\xd0\x87\x4a\x1e\x3d\x45\x0a\x44\x41\xc7\xfa\xe9\xf8\xb9\x17\x73\x66\x95\xec\x0b\xec\xef\x03\xeb\x1c\x07\x6c\x81\xed\x91\x20\x6b\xe9\xf2\xda\xac\x11\x03\x95\xb2\x40\x2b\xdc\x75\x90\xfa\x67\xc7\x64\x83\x8e\x98\xf9\x5f\xa3\x99\xcb\x3f\x90\x2f\x86\x77\x67\x14\x1c\xba\x6b\x81\x3d\x9a\xe3\xd2\x4e\x8d\x82\xec\x6f\xd4\x24\xcb\x70\x32\xc1\xcd\x8e\x5e\x96\xe2\x76\xf3\x45\x46\xfb\x2d\xec\xc2\xa8\xa8\xdf\xb6\x93\xfe\x29\x32\xd1\x82\xdb\x2d\x0b\x00\xe9\xed\xe0\xf5\x5a\x3a\x45\xb8\xb5\x5b\x9e\x5e\x68\x99\xf8\x49\x5c\xfa\xf7\xc5\x48\x57\x32\x8d\x19\xe4\xd4\x5e\x93\xda\xfe\x69\x97\xf4\x02\xf9\x1b\x79\x2a\x74\x91\x8f\x93\x0d\x9d\xbc\x33\x19\x06\x16\xf9\x58\x23\xa3\x1e\x65\x57\x93\xab\x91\x83\xa1\x4b\x54\x88\xa2\xe4\xdb\x99\xdd\xa9\xea\x21\xcf\x49\x1d\x29\x14\x35\x67\xce\x81\x89\x59\xf2\x5c\xc9\x5f\x3f\xda\x5c\xd3\x4c\x41\xaa\xd1\x5f\x33\xaf\x5e\x28\xc2\x8b\xc2\xdb\xb7\xad\xdd\x8e\x2d\xbf\x2d\x74\xbd\x85\x1d\x66\xb5\x74\xbc\x55\xf0\x74\x96\x45\x75\x0d\x9c\xe3\x3b\xb8\x40\x8f\x5f\xe8\xba\x09\xcb\x37\x5f\xa6\x36\xad\x20\x0d\xc2\x4d\x93\x38\x09\x1d\x83\xad\x4a\x93\xaa\x76\x2a\x1f\xb9\x00\xe8\x6d\x6e\xfb\x38\x19\x35\x43\xcb\x1a\xb8\x60\x74\xef\xd1\xfc\xa3\x1b\x1c\x83\xf8\xe1\x16\x67\x92\xe0\x65\x04\x0a\xd7\xb5\x94\xa9\x5b\xa8\x28\xab\x67\xa4\xd6\x12\xa5\xd8\x43\xea\x33\xc4\x68\x03\xde\x23\xf9\x53\x2a\x0c\xb1\xa3\x4c\x76\xbf\xb2\xfa\xc6\xb5\x48\xde\xf9\xcd\xbf\x85\x7d\xb6\xe9\xb7\xb0\x3f\xb3\x92\x11\xb6\xe9\x1f\x9e\xa1\x48\x0e\xa5\xc3\xae\x1f\x45\xa4\xc8\xb0\x29\x55\x9f\x13\x37\x9d\xb3\x7a\xd4\x5f\x7b\x86\x52\x05\x4d\x99\x2a\xbf\x3e\x9d\x70\x80\xe2\xd3\x3b\x69\x4d\x03\x4c\xe5\xa4\xa5\x62\xeb\xa0\x22\x4b\x6d\xc3\x6e\xae\x6d\x71\x4c\x3e\xdf\x64\x20\xec\x55\xe6\xd3\xcb\x02\x9b\x4d\x20\x34\xa2\x19\xfb\xfd\xf2\x70\x77\x7c\xa2\x36\xac\xfd\xfc\x49\x31\xab\x52\xd0\x87\xae\x73\x59\x23\x5e\xfb\x4d\x1c\x8a\xae\xe3\x5c\x3f\x39\xf3\x40\x05\xaf\x0f\x56\x9a\x01\x4a\xb1\xda\xcc\xbd\xf4\x15\x67\xee\xbd\xaf\x3a\xcb\xef\x8b\xdd\x3f\x8a\xfa\xec\x99\xf4\xa9\x74\x68\x9a\x58\x44\x1f\x41\x85\x96\x18\x97\x44\xa3\x5f\x66\x65\xe9\x0e\x84\x13\xa7\xef\x49\x4b\xd6\x9b\xb5\x62\xed\xad\xae\x78\x5c\x43\x2b\x66\xa7\x29\x85\x7b\xea\x7e\xbf\xe1\x42\x93\x46\xef\x64\xe8\xb5\x46\x5b\xb4\xd6\xd0\xf4\x46\x04\xeb\xc1\xd9\x3d\x0d\xe3\xb9\x98\x14\x19\x0d\xf8\x43\x6b\x08\x49\x9b\x51\xfd\xf7\xb2\x1b\x13\x96\x68\x86\x58\xce\x73\x82\x5d\xaa\x22\xec\xaa\x3b\x54\x67\xf7\x62\x71\x80\xca\xce\x54\xf4\x8c\xeb\xed\xeb\xa1\xa8\xbc\xdf\x0c\xb1\x51\x96\x16\x38\x65\x1c\x4e\x2f\x90\xce\x4e\xe7\xdd\xb3\x57\x46\xff\x9a\x34\x75\x39\x8f\x9f\x09\xd2\x5a\x65\x8a\xa5\xac\x3f\x89\xcd\x37\xe6\x1f\x67\xd4\x5c\xa0\x67\x86\x3d\x82\x20\x3d\xe9\x07\xa8\xe2\x1a\xbd\x92\x0c\x29\x63\xd8\x6f\x0f\x64\x48\xe3\x24\x23\xa6\x4f\x2f\xa7\x03\x24\x3a\x1c\x85\x1c\x9d\x7c\x1c\x4a\x06\xff\xcd\x0a\xd0\x92\x36\x0d\xdd\x29\x1b\xbb\xa3\x7d\x0d\xa4\x32\xc0\x0d\x16\xe0\x2a\x73\xb9\x5e\xeb\x5d\x43\x2a\xf9\x38\xa8\xb3\x8e\xec\x37\x16\x68\x87\x39\x6a\x28\xf7\x6a\x85\x5f\x30\xe0\x15\xb4\x35\x45\x9b\xee\x8e\xe1\x1a\x62\x54\x4c\x55\x45\x50\xdd\xa1\x60\xd1\x5d\xab\x4b\x2d\x82\x1a\x50\x41\x0d\x5f\xa3\x8d\xd9\xc4\x1b\xd1\x9e\x06\xf3\x54\x47\xb8\xff\x2f\x43\x34\xae\x2b\x5a\x22\x94\xf4\xbe\x6f\xbf\x31\x6f\x02\x71\xe5\x04\xbd\xa4\x9b\xb6\xd6\x0a\x33\xae\x37\x30\x1b\x86\x44\x28\x0f\xc8\xec\x3f\xd0\xd0\xe3\x49\x62\x74\x7f\x2b\x3e\xbb\x96\x5f\x52\xfd\xf2\xf7\x5a\xd3\x46\x6e\x94\xac\xfa\x1a\x64\x60\xa5\x0d\xe2\xec\xc4\x73\x0a\xe2\xf7\x5e\x76\x29\xf6\xde\x72\x1f\x98\x42\x9a\x1a\x61\xb0\xa6\x5b\xb0\xda\x73\x64\x7f\xb3\xa0\x17\xcb\xc1\x74\x21\x8d\x26\xdb\x1d\x81\x65\xa0\xd2\xc6\x77\x32\xf3\xaa\x6a\xd0\xd9\x2d\xe0\x5b\x43\xe3\xa1\xeb\x21\x5d\xaa\x34\x51\xb8\xbf\x72\x45\xe5\x51\xb1\x89\x2b\x6a\xe2\xb6\xb2\x0a\xb7\xfb\x05\xad\xf7\x7a\x6d\xe1\x3a\x53\x75\xe7\xb9\x22\x41\x79\x85\x04\xfa\x2d\x74\xba\x42\x68\x81\xab\x77\xd2\xe7\xe4\xa8\xa2\xeb\x0e\x0b\x52\xa8\x10\xcb\x94\x57\x25\x05\x7b\x69\x95\x95\xdb\xc1\xba\x03\x11\x34\x37\xf1\xa4\xe4\x8a\xf9\xef\x68\x5e\x34\xe8\x9f\x24\x49\x87\x46\xf6\x73\x78\xc3\x1d\xfc\xf1\x54\x76\xe6\x5a\x76\xd0\x21\xd2\xf3\xd1\x1e\x7d\xf4\xa2\xba\xbd\xbd\x69\xc5\xff\xff\xfb\x01\xdd\xf2\x23\x7a\x05\x67\xaf\x5d\xa5\x8b\x49\xd1\x8d\x16\x7f\x3a\xb6\x79\x89\xbd\xc3\x4b\x7f\x72\x9c\x4e\xec\xa4\xf1\xcc\x6c\xf8\x6a\x0a\x7b\x66\x1a\xc1\xd3\xb4\xc2\x27\xae\xed\x88\x2b\xae\xe3\x4c\x6f\x58\x7b\x4a\xb8\xb6\x38\x82\xba\xaa\xae\x6c\x19\x4d\x00\xa4\x5c\x4e\x8c\x0a\xb5\x33\x22\x28\x99\x9a\x56\xd2\x70\x16\xa6\x54\x43\xd5\xf4\x24\x45\x31\x2a\xb0\x79\x6b\xa6\x55\x3a\x1a\xe1\x95\x7b\x28\xf3\x69\xaa\x82\x36\x5d\x98\x5e\xe5\x63\x25\x2b\x3a\xcb\x1f\x96\xab\xa8\x14\xa9\x3d\x50\xf2\x43\xf8\xf8\xf9\x30\x9a\x5e\x2e\xe2\x08\x4c\x8b\xa5\x29\x21\x96\x6e\xa9\x24\x88\x86\x6f\xe2\x92\x14\x73\x7c\x22\xa9\xe9\xff\x24\xec\x8d\x73\x29\xf9\xed\x3c\x1f\x15\x17\x11\xa3\x47\x97\xd2\xc6\xd8\x60\xb4\xc3\x5c\x12\x2b\x73\xde\xa7\xaf\xbc\x1d\xdc\x37\x53\x56\xcc\x2e\xd4\x4b\x14\x90\x25\x6d\xe8\xa3\x84\x2e\x03\x0c\x43\xb0\x72\x7d\xea\xea\x69\x9d\x81\xe0\xda\xa0\x77\x92\x15\x7d\x8d\x48\x5c\x87\xd7\x57\xb6\x65\xc6\x8e\x64\x12\x5d\xe6\x85\x72\x16\x72\x30\x41\xfb\x34\x41\xb4\xf2\x11\xed\x3d\xde\xfb\xe2\x1a\xca\x5f\x80\x6e\xf8\x6a\x1c\xe3\x0c\xef\xd4\x82\x13\xa6\x04\xdc\xc4\x15\x45\xff\xbe\xa0\x09\xcd\x79\xb1\xa9\xc1\xa0\xdf\xb5\x77\x4c\x3f\xca\x8a\x18\xf0\x4c\xb3\xab\xe0\x51\x39\x1f\xab\x8b\x9a\x52\x4f\xc7\x59\x23\x5d\x05\xed\xca\x75\x75\xb9\x64\xc1\x08\x95\x9c\x8d\xd4\x59\x19\x98\x01\x8e\x56\xd3\x74\x94\x6d\x3a\x6b\x04\x65\xe5\x08\x6c\x16\x2a\xb1\xac\xe1\xd8\x7c\x94\x89\xd1\xa4\xd1\x07\xb6\xd5\xae\xa0\x57\x5a\xd1\x6c\x00\x2d\xa0\xc2\xaa\x02\x5c\x0a\x7a\x47\x99\x3b\xe6\x62\x21\x1b\xeb\x6d\x50\xb3\x28\x11\xae\xaa\xc5\xb0\x2d\x40\x31\x85\xe4\xf7\xf4\xd9\x7c\x2f\x02\x25\x25\x3f\x5e\xa4\x12\xca\xe2\xdc\xdf\x24\x3f\x89\xd3\xd4\x16\xc0\x33\x14\x1d\xec\x9b\xaf\x6d\x12\x50\x3d\xba\xf5\x88\x94\x6a\x63\xc3\x51\xbf\xfe\x0f\x39\x4f\x3e\x6a\x64\x47\x7c\x3a\x7d\xc4\xc2\x56\xac\x2f\x1c\xce\xb5\xd3\xa5\x11\x47\xca\x71\xd6\xf5\x1d\x8d\x0c\x23\x7a\x8f\xd4\xf6\x3c\xd4\x38\x3e\xd4\x38\x06\x35\x8e\x26\x7f\x9d\xc9\x86\xdb\xb2\xfc\x35\x66\xef\xb8\x3e\x94\x8d\x79\x00\x24\x3c\x7f\xed\xeb\x1b\x9b\x02\x2f\x46\x7a\x47\x57\x49\x66\x85\x3e\x2e\x27\x2c\x16\x4b\xfe\x79\xeb\x02\x93\x3a\x3f\x2b\x47\x79\xb5\x5d\xe2\x7b\x5f\xd7\x17\xef\x32\xf9\xac\x37\x07\xf7\x77\xae\x80\x9d\x6f\xaa\x0a\xa0\x0e\x03\x34\x4d\x17\x77\x90\xdc\xa0\x46\x38\x6a\x74\x88\x87\x5b\xb9\xaa\xe1\xd7\x0d\x6e\xdc\x81\x99\x40\x2f\x7d\xc2\x9a\xc1\x01\xe1\x29\x6e\xd7\x14\x48\x18\x1d\xb4\x57\xac\x77\x7e\x9e\x26\x8a\xb9\x06\x21\xd8\x4e\x2a\xc7\x78\x2e\x63\xac\xf7\xaf\xa8\xf4\x6f\xa5\x50\xea\xcd\xc0\x15\xa8\x74\x91\x3d\x22\x46\x74\x70\x15\xd3\x30\xca\x48\x69\xe2\x69\xf7\xb9\xf7\xc2\x8f\x29\xb3\x99\xb8\x02\x0b\xd5\x3c\x6d\x02\x39\xbb\x17\xf6\x39\xc7\x24\x7f\xb8\x14\xb8\xac\xff\xcd\xb5\x3b\x27\xa8\x7e\x07\x43\x98\xe8\x08\x32\xc5\x05\x23\xb2\x51\x2a\x33\x38\x82\xfb\xe5\xed\x48\xcb\xfe\x63\xf7\x7e\xff\x17\xc5\x86\x5f\xdb\x38\xf0\xb1\x0b\x04\x1f\x47\x47\x06\x4d\xf8\x67\x0c\xb0\x77\x3c\x57\xd7\xa2\x84\x9b\x42\x7d\x5a\x07\xab\xfb\x55\x32\x97\x73\x64\x6e\xc5\x19\x93\x0f\xcd\x67\xa3\x37\x4e\x0b\x69\xa6\xe9\xb5\xcf\xf1\x72\x34\xb9\x92\xa4\xb1\xfc\x7b\x2c\xd7\x56\x3c\x52\x4d\x81\xb7\x5f\x08\x7d\x26\xf5\x51\x9c\x38\xf1\x7f\xf9\x2e\x72\x34\x6c\x36\x38\x9d\x9c\x53\xce\x6c\x38\x44\x59\x97\xa1\xb0\x38\x87\x63\xd0\xb4\xc7\xf5\xf9\x9c\xd4\xc7\x48\x8f\x97\xd6\x3b\x5e\x80\x32\xb9\xc1\xfb\xc9\x50\xb0\xad\x53\x5a\x4d\x87\x49\x52\xd4\x77\x92\x30\x45\x7d\x8e\x97\xa7\x10\xd0\x41\x22\x95\xdf\x74\xf8\x04\x72\xd5\xef\x9a\x15\x44\xeb\xf0\xfd\x8e\x4f\x8b\xb5\xb6\x23\x31\xe6\xde\x76\xcb\x48\x26\x3e\xd9\x6c\xe1\x82\x6d\xdc\x9d\x40\x3f\xc4\x49\xf5\xc4\x3d\x0a\x95\x5e\x39\xf1\xfd\x89\xf7\x20\x54\xc2\xfc\xcf\x93\x18\xbf\x69\xb7\xb8\x21\xf1\x65\x3b\xe5\x7c\xb8\xff\x6b\x34\xcb\x5d\x96\xea\xfe\x8c\x84\x14\xa3\x57\x4a\x35\x7e\x23\xd7\x3d\x9f\xfd\xcb\x62\x71\x0b\xcb\x8b\xdc\xc4\x07\xa3\xb1\xbe\xaf\xbf\x37\xae\xa7\x5b\x52\xe0\x2f\x56\xb8\xbd\x33\x1e\x5c\x5f\x88\x8b\xe2\x54\x64\x1c\x30\x6f\xd4\x59\x9c\x1f\xe2\x22\xdf\xd9\xbf\xa4\xff\xe3\x36\x4b\x7a\xcf\x6d\x68\x6d\x7a\x45\x7d\x53\x96\x67\xa9\xb6\xcf\x69\xc4\x80\xa2\xd1\x40\x83\x55\x7b\xa6\x26\xb2\x32\x24\x49\xa8\x61\x1c\x69\x66\x92\x9a\xc6\x73\x56\xa3\x3d\x1a\xac\xcc\x8b\x90\x08\x4a\x40\x9e\xcf\x4b\xb4\xec\x29\x59\x74\xde\x14\x8b\xb9\xf2\x39\xc3\xdb\xce\x4a\x7c\x53\xa1\xcc\x0f\xb0\xcb\x1f\x2a\xfb\x93\x31\x4a\x4d\xe6\x68\xa6\x44\x45\xa5\x31\x8f\x06\xeb\x4b\x87\x19\x1a\x11\xd9\x1c\xe4\x1a\xaa\xc5\x1c\x63\xf0\xc6\xd6\xfe\x26\xd7\xe3\x95\xca\xc5\xb3\x8c\xb7\x25\xc4\x0f\xdc\x9f\xc2\xc1\x02\xb5\x46\xf2\x31\x86\x63\xcc\x96\x63\x1b\x0f\x15\xdd\x86\x0f\x54\x0d\xe0\x92\x01\x34\x7b\x97\x55\x92\x61\x68\x00\x8b\x53\x17\xbb\xeb\xdb\x4a\x24\x3a\x67\x61\x9e\x4b\xe7\xf8\x4d\x42\x79\x01\xee\x70\x57\x98\x1d\xb3\x9b\x37\xa1\x18\x49\xa0\xb0\x5c\xea\x4b\x21\x9b\x3d\x12\xfa\x5e\x49\x84\xf9\x21\xea\xc4\xce\xec\x41\xaa\xa6\x48\x55\x81\x5a\xd9\x44\x54\x0c\x6e\xe0\x64\xe1\x88\x54\x9a\x43\xbd\x56\x93\x48\x95\xe1\x27\x6f\x8a\x0c\x66\xba\x9f\x3b\x9b\xf0\xc0\xdd\x22\x77\x8b\xa4\x9a\xca\x1a\x75\xe7\x97\xc6\x50\x46\xbe\xde\x59\x9e\x2f\x5c\x7e\x5c\x5f\x2d\x2b\x5f\x86\x41\xb3\xbd\xd4\xc7\x94\xc7\xf6\xa7\x32\x6c\x22\xce\x5d\x03\x35\xc8\x6e\x33\xfe\x55\xd3\xcc\x1e\x58\xeb\x79\x68\x1e\x59\xc6\xb6\x32\xcc\x0e\x6c\xa8\x68\x17\x58\xdd\xe4\x96\xf0\x2c\xbd\xb1\xcb\xec\x75\xd4\x14\xf4\xbe\xb9\x5d\xf2\x81\xd2\x0f\xe0\x68\x03\x10\x2a\xf8\xf3\x18\x01\xa9\xe9\x2b\xda\x72\x52\x83\xb9\xb1\x9b\x0b\xd2\x34\x91\x8d\xb0\xf8\x90\x16\x09\x60\x6b\x57\x90\x67\x8f\x42\xf3\x6a\x05\xf5\xa6\x29\xcb\x4f\x7f\x77\xc1\x83\xa3\xe1\xcd\xee\x58\x37\x53\xf6\x75\x5b\x7b\xe6\xa6\xe0\x67\x4f\x47\x84\x75\x84\x07\x46\x1b\x3d\x9a\x78\x15\x4a\x34\xfc\xb8\xf8\x6b\xc7\x27\xba\xa3\x26\xd8\xc8\x0d\xfa\xe9\x94\xa0\x95\x72\x9e\xf1\x6d\x46\x85\xed\xc1\xff\x70\x7f\xb1\x64\xc4\xdc\x9c\x26\x39\xc3\x2e\xca\x23\x5f\x06\xd0\x70\xda\x2b\x57\xd9\x99\xd9\xf6\x18\xcc\x84\xc5\x85\x9b\x49\x32\x2c\x49\xdd\x3e\xe4\xc3\xee\x97\x0f\x3b\xa8\x48\x34\x59\x05\xf7\x4d\x8a\xb9\xcd\xb3\xdf\x2f\x33\xd6\x1f\xc4\x18\x4e\x8e\x59\xe7\xa9\x58\x9e\xe0\x19\xee\xa2\x9a\xb2\x40\x3e\x87\xac\x4b\x9e\xb6\x1f\x4b\x4d\xf5\xdb\x9e\x7f\x4c\xfe\xc5\xdb\xda\x79\x3e\x4f\xc9\x6e\x95\xe0\xf1\xd9\x98\xeb\x7e\x57\x3b\x14\x07\xe7\x6e\xd9\xe0\x6a\xb1\xa9\xde\xc1\xb8\x4c\x7c\x36\x7e\xd2\xe7\x24\x18\x07\x30\xf7\xb8\x14\x8d\x63\x63\x92\xa4\xb9\x09\xfc\x10\x73\x03\x73\xe8\x85\xf8\xd9\x14\xb1\x02\x0e\xa3\x99\x9c\x12\xf3\x3f\x1b\xbf\xe5\x4f\xca\xfc\x3f\x34\x93\xe2\x47\xeb\x23\x49\xb2\xcf\x28\x87\xf2\x27\xe3\xf4\xb1\x29\x15\x17\x40\x14\xe2\xf0\x24\x26\x09\x7a\x4f\x08\xc0\x27\x46\x26\x0f\xea\x3d\xc3\xf7\xfb\xd8\xfd\x62\x98\x3a\x41\x98\x26\xc6\xc5\x53\x23\xdc\x71\xa1\x3a\x34\xd0\x0d\xcd\x4a\xd0\x39\x4a\xdf\x38\xb1\xbe\x77\xa2\xe6\xc1\x06\x65\x24\xf4\xb8\x28\x3a\x2b\x6c\xc7\x85\xd2\xa5\x83\xde\xe1\x17\x36\xd2\xb6\x99\x93\xd6\x57\xb5\x2d\xc6\x4e\x8f\x58\x87\xe0\xb4\x60\x60\xd7\x3e\x64\x14\xf7\xbf\x43\x95\x9c\x86\x0c\x9a\x6e\xc2\x4f\x4e\x0d\x37\x56\xb4\x54\xd7\x34\xfe\x7e\xb1\x71\x9c\xa5\xb8\x8d\x3f\xe4\xa2\x6f\x9d\xd0\xc1\x9c\xba\x09\xd2\x35\x55\x1f\x08\xb0\xe7\x11\x08\xcb\x7c\x8a\xa1\xb8\xec\x64\xf7\x25\x65\xae\x6c\xda\x3f\x7d\x93\xa6\x3d\xc2\xd3\xd6\xd1\x17\x80\x2e\x42\x36\x06\xaa\xe1\x7b\xdc\x75\xaa\xc4\x6e\x19\x1f\x60\x53\x61\xeb\x60\x30\x4f\x20\xf1\x5a\xfa\x5c\x89\xfd\x74\xc7\x05\x7a\xef\x58\xf8\x3b\x71\xe8\x43\x94\x32\xc9\x1e\xb5\x70\x9f\x12\xb9\x44\xef\x8b\x07\x49\xae\xea\xda\xd4\xe0\x9a\xe6\x5f\xf0\xfc\x27\xb5\xa2\x2f\xda\xa0\xf0\x4b\x1a\x4c\x5d\x83\xf7\x7f\x7a\xbd\xc8\xbf\x01\x2e\xfc\x33\x37\xc1\x9f\xad\x3d\xbf\x72\x8b\xc8\xfe\xa9\x9b\x9b\x46\x3f\x66\x97\x03\x7a\x9a\xc2\x99\xf0\x51\xbb\x3c\x51\x8b\xc6\xfd\xbf\xc0\xff\xb4\x12\xcf\x89\x47\xe6\x76\x08\xcb\xf9\xe4\x53\x7a\xbf\x1b\x6f\x86\xae\x66\x71\xac\x31\xe8\xfc\x3c\x90\x6e\x73\xb3\xd0\x75\xeb\x91\xbe\x51\x37\x9e\xe4\x14\x51\xe9\x3c\x8b\xa9\x7e\xcf\x75\x99\x4d\xb0\x71\x63\x37\x84\x04\x9f\x94\x1a\xb8\x2a\x04\xd7\x75\x4f\xf7\x59\x85\xbb\x94\x0f\x01\xbd\xe3\x05\xfd\x24\x37\x81\xd8\x7e\xc4\xdf\xdf\xe2\xee\x33\x67\x84\xfb\x33\x09\x2d\x86\xed\x4c\x5a\x44\x99\xf9\xe8\xe5\x02\x90\x3d\xa1\xd6\x1f\xc9\x48\x3f\x98\x94\x54\x62\x0c\x7c\xa7\x27\x9c\xd1\xc5\x00\x19\xcf\x0a\x36\x25\xb5\x03\xae\x59\x4f\xcb\x8f\x42\xd7\xf8\xa6\x85\xbc\xd6\xcf\x8c\x8e\x8a\x49\xdb\x4f\x24\x10\x93\x92\xed\x15\xee\x46\x6b\x4e\xe3\xcf\x06\x1e\x92\x67\x2f\x50\xa6\xc2\xdd\x00\x65\x46\x4c\xd8\x01\x56\x2b\xfa\x3b\xc8\x88\x45\x7f\x9f\xc2\xa6\xc5\xa7\x87\x06\x4a\xfa\xb3\x84\x1d\x2c\xea\x37\xa1\x07\xae\xfb\x13\xf9\xfa\xfe\xcc\xf8\x23\x6a\x2b\xcc\xed\x59\x53\xa8\x83\xcb\xd8\xb4\x02\x60\xf1\xe7\xf6\xd2\xbb\x34\x7b\x62\x25\xd2\x95\x47\x2e\x90\xb8\xf8\x63\x7b\xa3\x57\xe5\x2b\xbc\xbd\x40\x2f\x47\x9c\x47\xc5\x88\xcf\x74\x9e\x8f\x8a\x58\xee\xe9\x51\xf2\x96\x7f\x3e\x59\xfc\xfa\xff\x0f\xec\x72\x1a\x3b\xe4\xdf\xa6\x11\x1c\xff\xd2\xf2\xa7\xad\x21\xf2\xb7\xbe\x64\xe7\xe0\x8e\x79\xd9\xba\xf0\x71\xe7\x44\xd3\xf7\xd6\x3a\x95\xef\xfb\x7f\x38\xe9\x02\x7d\x35\x78\xdb\x46\x7f\x74\xd5\x4c\xb5\x8c\x84\xfa\x27\x36\x9a\xfa\x40\xa5\xbd\xfd\xd8\xbf\x2b\xde\x59\x30\x77\x4f\x41\xe1\x2a\x26\x77\xff\x61\xf0\xb5\x30\x6d\x7c\x9d\xb9\x4d\xbe\x44\x3d\x40\x47\x0f\x8b\x3f\xf8\x9a\x1f\xeb\x6e\x19\x92\x0c\x90\x7d\x00\xe7\xe0\x67\x8c\x79\x7a\x16\x30\xe3\x87\xc5\x22\x16\x5a\x8b\x59\x2f\x24\xe1\x8b\x1c\xbe\x81\x94\xc4\x70\xfc\xf1\x95\xe9\xc7\x7a\xf5\x29\x9a\x9a\x2b\x2f\x4e\xd1\x93\x2b\x7b\xbf\x4c\x0f\x5f\xe9\xa0\xc1\x6f\x1a\xa3\x4b\x74\x6e\x6e\x33\x39\x6f\xca\x77\x7a\x15\x00\x79\x9f\xfb\x95\x80\xcc\xc7\x86\x73\x80\x8a\x90\xe2\x6f\x08\x17\xe0\x84\x21\x52\x16\x48\xf6\x13\xc0\x85\xf9\x45\x1d\x22\xf4\x3c\xa9\x29\x80\x5a\x5a\x85\xf0\x8f\xf0\xab\x80\x1e\x62\xd9\xef\xeb\xaa\xd9\xa9\x5f\xe7\x4d\xdc\x2a\x4b\xa3\xe2\xa7\x6f\xd3\x89\x45\xe9\xae\x51\x60\xe3\x58\x05\x99\x33\xab\x53\x9c\xee\xe6\xa4\xbd\x6b\xd2\x6f\x39\xab\xa2\x4b\xa3\x66\xbc\x9c\xbf\x32\xc1\x06\xe1\x39\xc7\x5b\x98\x8d\xc4\x41\x72\x49\x5e\x1c\xc0\x69\xbb\x4c\x3e\x9c\xfc\x4f\x00\x00\x00\xff\xff\x37\x01\x0e\xfc\x9c\x83\x00\x00" func lockedtokensCdcBytes() ([]byte, error) { return bindataRead( @@ -260,7 +260,7 @@ func lockedtokensCdc() (*asset, error) { } info := bindataFileInfo{name: "LockedTokens.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x76, 0x3, 0x9d, 0x8d, 0xd7, 0x3b, 0xa9, 0x23, 0x57, 0x71, 0x6b, 0x79, 0xb7, 0xd2, 0x17, 0x58, 0xf4, 0xeb, 0xf1, 0x44, 0x26, 0x68, 0xd, 0xcc, 0xc9, 0xf9, 0xef, 0xfc, 0xc7, 0xcd, 0xf1, 0x66}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x9f, 0xd3, 0x5b, 0x34, 0x3, 0xdb, 0xa6, 0x74, 0x26, 0xd0, 0x75, 0xc7, 0xaa, 0x62, 0xa7, 0x77, 0xff, 0x78, 0xbd, 0x34, 0xe1, 0x94, 0x48, 0x36, 0x25, 0xfa, 0x2d, 0x47, 0xe5, 0xe, 0x16, 0x9d}} return a, nil } @@ -364,7 +364,7 @@ func epochsFlowdkgCdc() (*asset, error) { return a, nil } -var _epochsFlowepochCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x7d\x6d\x73\x1b\x37\xd2\xe0\x77\xff\x0a\xd8\x55\x97\x90\x8f\x29\x3a\x4e\xae\xb6\xb6\x74\x56\xf6\x1c\x49\x76\x54\x5e\xdb\x8a\xa5\x64\xaf\x2a\x95\x8a\xc1\x19\x90\xc4\x6a\x38\x60\x06\x18\xd1\x4c\xe2\xff\x7e\x85\x6e\x00\x83\xb7\x19\x92\xb2\xf3\xf2\xec\x13\x7e\x92\x48\xa0\xd1\x68\x34\xfa\x0d\x8d\x06\x5f\xad\x45\xa3\xc8\xb3\xb6\x5e\xf0\x59\xc5\xae\xc5\x0d\xab\xc9\xbc\x11\x2b\xf2\x20\xf8\xee\xc1\x3d\xdb\xb2\x12\x9b\xa0\x95\xfd\x3f\x68\x71\x71\x76\x4d\x67\x15\xbb\x52\xf4\x86\xd7\x0b\xaf\x69\xf8\x43\xd0\xe7\xb4\x6a\xa5\x62\xcd\x37\xa7\x5e\x73\xf7\x5d\xd0\xf2\xec\xc5\x73\xaf\xcd\xd9\x8b\xe7\xc1\xaf\xcf\x18\x93\xde\xcf\xfa\xdf\x07\xf7\xee\x3d\x7a\x44\xae\x97\x8c\x28\xb1\x3e\xaa\xd8\x2d\xab\x88\x5c\xd1\x46\x91\x42\xd4\xaa\xa1\x85\x22\x2b\x5a\xd3\x85\xc6\x55\x2d\x19\xa9\xf8\x9c\x15\xdb\xa2\x62\x44\xcc\x09\x5b\x8b\x62\x29\xa7\xe4\xa2\x06\xf0\x13\x0d\x0a\xbf\x23\xb4\x61\xd0\x5e\xae\x68\x55\x31\xa9\x48\x5b\x73\xa5\xfb\x28\xbe\x62\x64\xb3\x64\xe6\x77\x5e\xb2\x5a\x71\xb5\x25\x4a\x4f\x9e\x8c\xa0\x0f\xd3\x2d\x35\xb0\x9a\xa9\x8d\x68\x6e\x88\x58\xb3\x86\x2a\xd1\xc8\x31\xe1\x92\x48\x45\x15\x2f\xa6\xe4\xb5\xfd\x96\xac\xe8\x96\x88\xba\xda\x92\x8a\xd1\x5b\x46\x44\x43\xfe\x2d\x78\x0d\x03\x18\x10\x1a\x1a\x55\x88\x1d\x99\x89\xb6\x2e\x69\xc3\x99\x8c\x81\xcc\x18\x61\xff\x66\x85\x62\x25\x29\xdb\x46\x4f\x9a\xd6\xa6\xd3\x5c\x34\xe4\x96\x36\x5c\xb4\x52\x03\x5b\x71\x59\xb2\x15\xa3\xb5\x68\x1b\x39\x21\xb3\x56\xe9\xe1\xb6\xa4\x61\x2b\xca\x6b\x62\x46\x8f\xa6\xd7\xd6\x8a\x57\xf0\x03\xc2\x64\x75\x29\xa7\xf7\x1e\x3d\xd2\x00\xcf\x3b\xc2\xc9\x75\xc5\x15\xe1\xb5\x12\xe4\x0b\xb2\x5e\x52\xc9\xe4\xb1\x6e\xf2\xeb\xc9\x9d\x3f\xd0\x9d\x9c\x5f\xbe\x3e\xfd\x9a\xbc\x22\xbb\x3f\xbf\xba\xc6\x0f\x1f\x93\xe9\x74\x0a\xfd\x8f\xf4\x87\x58\xd6\x85\xff\x7e\x3d\x22\x57\x4c\xb5\x6b\xa2\xff\x3a\x15\xab\x15\x57\x9a\x78\x47\xbf\xfe\xea\x7a\x7d\x10\xd2\x1a\xc2\xe3\x31\x21\x57\xd7\x4f\x5f\x5c\xbc\x7a\x4e\x2e\xbf\x7e\x7a\x75\xae\xbf\x7c\x25\x4a\xd6\xf1\x05\x90\x0d\x48\xac\x04\x91\xed\x6c\xc5\x95\x66\x13\xc0\xb3\x61\x3f\xb5\x4c\x2a\x09\x2b\xa8\x69\xff\xea\xfc\xff\x5d\x9b\x05\xc0\x45\xd6\xf0\xd4\x92\x4b\xa4\xf5\x94\x3c\x55\xb8\x46\x75\x09\x1c\xeb\x7e\x99\xc0\xd7\xb0\x50\xf1\x26\x69\x98\x14\xd5\x2d\x93\xba\x85\x06\x27\x5a\x25\x15\xad\x4b\x8d\x40\x82\x08\xad\x4b\x52\x32\xc5\x9a\x15\xaf\xb1\x4b\xcc\x28\x16\xd5\x9a\xbd\x53\x6e\x57\x4d\x61\x9f\x66\x87\x67\x2b\xae\x64\x87\x1d\x2e\x89\x64\xcd\x2d\x2f\x18\x61\xb7\xac\xc6\xb6\x94\xd7\x6e\xba\x83\x63\xe2\x80\x13\xb2\x59\xf2\x62\x49\x78\xcd\x15\xa7\xca\xa0\xaa\x1a\x5a\x4b\xae\xb8\xa8\x35\xb1\xcd\x7c\x11\x2b\x1c\xf7\x12\xa8\x68\x16\xef\xf3\x31\xb9\x3a\xbf\xfe\xf6\xb2\x5b\xb9\x7f\x2d\x59\xed\x11\x95\xcc\xd8\x82\xd7\x08\x7a\x4d\x1b\xc5\x0b\xbe\xa6\xb5\x92\xc4\x6d\x60\x8b\x0e\xee\x0d\xa6\xa6\xe4\x0c\xf7\xa6\x06\xa2\x21\x76\x8b\x23\x23\x18\xeb\x86\xad\x75\xaf\x74\x6e\x20\xb5\xb0\x6d\x5b\xd1\x66\x42\x0a\x51\x55\xac\xd0\xd3\x02\xc9\x23\x4a\x26\x2d\x27\xdd\x0a\x3d\x77\x03\x83\x37\xa4\x40\xd9\xfb\xa9\x24\x8d\x10\x8a\xfc\xd4\x8a\xa6\x5d\x91\x82\x35\x8a\xcf\x79\x41\x15\x83\x15\x2e\x44\x2d\x59\x2d\x51\x5c\x20\xbc\xa6\xc5\x39\x95\x5c\xaa\x86\xcf\x5a\xbd\x55\x6e\xd8\x96\x2c\x58\xad\x19\x59\x93\x74\xdd\x08\x25\x0a\x51\x91\xd1\xd9\x8b\xe7\x63\x60\x67\xa6\x48\xbb\x86\x7e\x0d\xad\x4b\xb1\xd2\xf0\x66\x8c\x16\xa2\x9e\x5a\x62\xc2\xc4\x61\xae\x00\x05\xf7\x43\x21\x56\xeb\x8a\xa9\x21\xb6\x75\x7c\xe3\xd6\x10\xf7\x70\x2f\xef\x00\x28\x4d\xb5\x39\x2d\x94\xc4\xed\x81\x12\x7b\xdd\x88\x82\x49\x69\x78\x46\xc3\xdb\xc1\x36\x06\x23\x33\x60\xc0\x34\x5f\x8c\xc9\xe9\xeb\x97\x2f\x2f\xae\xaf\xcf\xcf\x76\x31\xce\xc4\x17\xf3\x5a\x3d\xcc\xdb\xaa\xda\xda\x95\x2f\x61\xb0\x64\xe8\x68\x5f\x3d\x25\x73\xca\xab\xb6\x01\xf1\xc1\x6a\xc5\x9a\x70\x9c\xb9\x68\xfc\x09\x00\x1d\x44\xc4\x50\x38\xe3\x12\xd6\x5f\xcf\x98\xaa\x7d\x58\x5a\x8f\x8b\x48\xda\xd5\x72\x04\x6d\xd7\xc0\xdb\x9a\xac\x65\xdb\x30\xb7\x19\x25\xa1\xa4\x68\xb8\xe2\x05\xad\x1c\xde\x9a\xe1\x36\xbc\xaa\x48\x41\x5b\x89\x30\x8a\xa5\x56\x44\x4a\x90\x25\xad\xd4\xf4\xde\x3d\x5a\xe8\xf5\x19\xd1\xaa\x1a\x77\x0c\xa0\xf5\x36\xae\xc3\x2f\xf7\xee\x69\xc1\xef\xb7\x62\x75\xbb\xc2\x55\x82\xd5\x39\x26\xdf\x5e\xd4\xea\xef\xe4\x97\x7b\x56\x4b\x04\x20\x35\xa9\x8c\x98\x7e\xfa\xed\xe9\xf5\xc5\xeb\x57\xfd\xed\x40\xb7\x80\x5c\xd8\xd1\x06\xd9\x00\x1a\xbd\xef\x41\x50\x6b\x82\x37\xa2\xda\x07\xbd\x57\xaf\x5f\x9d\xf7\xff\x7a\x8a\x12\x40\x34\x43\x4d\xec\x9e\xee\x47\xfb\x1d\x2b\x5a\x10\x23\xbd\x4d\xbe\x63\x0d\x0a\x8a\xc1\x56\x4f\xe1\x0b\x7f\xea\x8f\x8c\xa9\x66\x84\xad\xd2\x5b\x39\xdc\xa8\x5c\xc2\x96\xd6\x72\x65\x63\x24\x43\xb7\xd6\x1d\x03\x4b\x07\x4e\x09\x42\x49\xcd\x36\x86\x1d\x0d\x83\x5a\x8d\x45\xdb\x02\x85\x12\x6e\xce\x84\xfc\x30\x26\x6a\x1c\x40\x66\x74\xcf\x4d\xc7\xe2\x5a\x88\x16\xf6\x93\x95\xc0\x45\xdb\x34\xba\x17\x8e\x07\xdb\x84\x4b\xdc\xca\xa0\x9b\x6c\x7f\xd3\x0f\x17\xf5\x6f\xff\x7b\x92\x42\x9e\xf3\x46\x2a\x72\xcb\xd9\x86\x8c\x78\xad\x65\x32\xbf\x65\x63\x2b\x92\x82\x71\xa6\xae\x33\x74\xfa\x8e\xb3\xcd\x00\xe0\x8a\xee\x0b\xf7\x53\x19\x93\xaa\x1b\xc9\xfc\xf0\x14\xbf\x3f\xaf\xcb\x8f\x36\xaa\x3f\x9b\x9a\x56\x43\x70\x85\xa2\x15\x79\xf6\xcf\xd7\xff\x02\x74\x58\x49\x66\x5b\x42\xab\xca\xa8\x23\xb4\x43\x2a\xb6\x40\x1b\x2a\xbb\x44\xdd\x60\x4a\x03\xbb\x02\x30\xc7\xe4\xdb\x67\xfc\x5d\xcf\x70\xb2\x5d\xaf\xab\xad\xc6\x5c\x8f\x04\x83\x67\x21\x07\x5d\x2f\xf4\x94\x4b\xa3\x2a\x1a\xb6\xa1\x4d\x69\x84\x28\x48\xb5\x99\x16\xa4\xbc\x74\x80\xd6\x0d\xbb\xd5\x96\x78\x04\x09\x50\xd4\x22\xed\x0a\x70\xe8\x43\x13\xbc\x1d\x8d\x6a\xff\x40\xa2\x55\x84\x46\x66\xe0\x30\x65\xde\x20\xac\x6e\x4c\xfd\xcb\x38\xbb\x71\x33\xd6\x59\xbc\x71\x37\xfd\x0a\x13\xba\x3b\xb0\xc6\x64\xbd\x70\x4a\x1a\x49\x08\x9c\xc1\x7f\x66\x65\x9f\x95\xd7\xae\x0b\xb1\xd2\x8c\xeb\xcd\xa5\x6f\x6f\xeb\x01\xf7\xd8\xda\x11\x48\xf2\xb2\x95\x4a\x13\x54\xd4\x8c\x2c\x1a\x46\x51\xad\x52\x10\x31\x01\xb0\x41\x19\x31\xdd\x53\x24\x5c\xec\x33\x4f\xb2\xe1\x6a\xe9\x76\x00\xe1\xf5\x5c\x34\x2b\x1a\x6e\x5c\x9f\x1d\x8f\x83\x6f\x75\x9f\x8b\xb3\x89\xdb\xf3\x37\x6c\x3b\xb1\x96\x47\xee\x7f\x5a\x96\x0d\x98\x44\x8d\xa8\xd8\x24\x00\x65\x41\x78\x18\x4c\xc8\x86\xf1\xc5\x52\x4d\x60\x5f\xae\x44\xc3\x3a\x9c\x60\xe4\x7a\x2e\x8e\xc9\xf7\x69\xac\x60\xfa\xca\xfc\xfa\xc3\xc1\x52\x32\xc7\x05\x1f\x45\x4c\xf6\x03\xde\x21\xb1\xf4\xf2\xa3\x79\x4d\xa8\x94\x7c\x51\xaf\x34\x27\xf4\xb1\xd8\x39\xd5\x5e\x74\xc5\xa0\x91\x51\x5e\x15\x97\x2a\x80\xd9\xb0\x75\xc3\x24\xd3\x06\x98\x66\x45\x07\x1e\x6d\x74\xdc\x33\x9a\x25\xc0\x34\xd3\x6c\x71\x71\x26\xcd\xe0\xc6\x7e\x5c\xd2\x10\xa2\x01\x31\x41\x76\x42\xa7\x00\x17\x0f\x85\x2a\x38\x0c\x1e\xdf\x1a\xbb\xc2\xc4\x6c\xa4\x59\x45\x17\xc2\x99\x9a\xbf\x72\xeb\x27\x45\xdb\x14\x10\x6d\x41\xe3\xbf\x66\x52\xa2\x57\xa0\x71\xd3\xd3\x65\xb4\x64\x0d\x91\xcc\x78\x2f\x84\x56\x0b\xd1\x70\xb5\x5c\x01\x76\x01\xc0\xa1\xcd\xaf\x3f\x38\xc4\x15\x0c\x79\x4c\xae\x94\xf6\xb2\x32\x38\x95\x8c\x96\x15\xb8\xae\x62\x4e\x98\x5e\x02\x34\x94\xcd\x02\x9c\xbd\x78\xde\xb9\x31\x4a\x68\x11\x60\x8d\xdb\xd2\xb6\xb1\x18\x04\xb0\x3d\xdf\xd5\x88\xb5\x33\x37\x12\xc6\x45\x58\xc1\xe7\xdc\x40\x61\xcd\x0a\x10\xa0\x9d\xa7\x85\xec\x58\xb7\xab\x19\x6b\xc2\x0d\x0d\xbe\x03\x45\xd4\x3a\x8b\x9c\x88\x99\x16\xc3\x1a\xbc\x27\x31\xf5\x0a\x4a\x46\xb5\x5d\x3e\xab\x44\x71\x83\xab\x0c\xa0\x8d\x18\x0b\x40\x5b\x91\x46\x16\xfc\x96\xd5\x8e\x38\x13\xc2\x15\x29\x68\x4d\x24\x9d\xb3\x6a\xdb\xe3\x84\xf8\xa6\x95\xfe\x9c\xbd\x78\x0e\xb6\xf6\xe3\x67\xe9\x46\x89\xdb\x7c\xbe\x47\x9b\x2f\x32\x6d\x52\x65\x48\x9b\x05\x53\xa4\x6c\x8d\x0f\x9a\x67\x93\x89\xa6\xba\x64\x85\xa8\xcb\x8e\xb7\xb1\xeb\x99\xe9\x99\xe2\x11\x0d\xa1\x75\x29\x44\x00\xfb\x86\x08\x96\x18\x07\x3b\x5a\x37\xac\xe0\x52\x23\xf6\x6d\xcd\xdf\x41\xff\x68\xfc\xf3\xba\xbc\xe6\x2b\x66\x87\xef\x55\xbd\x59\xe7\x76\x58\xf5\x42\xb8\xd4\x29\x5f\x07\xb2\x0b\x75\x75\x0a\xd8\x03\x04\xc1\x48\x80\xa6\x05\x8b\xe7\x99\xf7\x4c\xdc\xc1\x5d\x52\x6d\x0c\xb3\xba\xdb\x31\x43\x9a\xd9\xcc\xe7\x03\x74\x33\xfb\xa9\xa5\x95\x65\x48\xdb\x89\xa7\x2a\xda\x19\x5c\xde\x1e\x05\x44\xf6\x55\xcf\xd7\x60\xd7\xc9\xb6\x52\x56\x45\x7c\x73\x4a\xe8\x62\xd1\x68\xeb\xd3\x04\x3e\xf4\x1c\x23\x99\x6e\x05\x74\x00\xcb\x17\xd6\x9e\xc0\x25\x0d\x2b\x18\xbf\x65\x68\x26\x52\x2f\xba\x63\x05\x76\x00\xe5\x9b\x53\x02\x21\x3a\x34\x7c\x33\x41\x1c\xb0\x0a\x41\xbc\x59\x95\x61\xe2\x34\x4c\x7a\xb3\xb6\x42\xbc\x57\xaa\x7f\x73\x9a\x93\xeb\x48\x0b\xbd\x22\xeb\x76\x56\xf1\x42\x1b\x0f\xb2\xe3\x36\x23\x43\x31\xa2\xc2\xea\x42\x94\x5a\x30\x49\x6d\xbf\x83\x79\x57\x89\xcd\xd1\x42\x84\x4a\xa9\xd9\xae\x95\x20\x15\x9f\x35\xb4\xd9\x42\x58\xa4\x26\x4b\xf6\xee\xc8\x74\x0f\x05\xe2\xf3\x46\x68\x31\xeb\xc6\xd6\xdc\xab\x9c\xbd\x60\xc8\x3f\x21\x73\x51\x55\x62\x83\x8e\x03\xc4\x0c\xeb\x92\xdf\xf2\x52\x33\x8d\x46\xd8\x81\x2c\x6f\x16\x97\xed\xec\x05\xdb\x6a\x32\xa0\xe2\xf0\x67\x5d\xde\x2c\x60\xc0\x17\x6c\x9b\xd1\x2b\xe5\xcd\xe2\xa2\x7c\x49\xd7\x6b\x5e\x2f\x8e\xc9\x2f\xf8\xfb\x31\xb9\xa8\xd5\xfb\x7e\x33\xfa\x0d\x2b\xc4\x2d\x28\xbe\x9e\xcd\x7c\xcb\xa9\xf1\x26\xa0\x21\x1a\xcf\x0b\xfd\x67\x4d\xeb\xc2\x6c\x72\x5a\x58\x89\xcc\xc0\x6f\x67\x5d\xc0\xdf\xf4\xdb\x4e\x83\xb1\xc3\xdf\xec\x1a\xe9\x71\x5b\xa9\xa5\xd6\xdc\xb3\xd4\x2f\xbd\x7d\x7f\x69\x15\xe2\x9c\xf2\x0a\x59\x8e\xd6\x5b\xd2\x30\x2a\xad\xf1\xf9\x28\x88\x71\x2d\xe9\x7a\xcd\xe2\xf0\x16\xc4\xa6\xcc\x26\x24\xcf\x68\x55\xcd\x68\x71\x43\x5e\x6a\xa3\xe5\xfb\xf3\x67\x2f\x7f\x98\xe0\xd1\x8a\x51\xb2\x6e\xcc\x2b\x45\x15\x73\x63\xb0\x77\x8a\xd5\xa5\xcc\xb8\xe3\x78\x3e\x91\x50\x00\xd4\x98\x76\xfc\xc8\xba\xa2\x05\x83\xd0\x29\x6e\x85\x0a\xa2\x52\x15\xa8\xfe\xf3\x67\x2f\x27\x4e\x6e\xe8\x71\xc2\xe1\x61\x9f\xea\x21\xbb\x90\x53\x72\xd0\xb4\x25\x4b\x7a\x0b\x11\x8b\x79\xc5\x0b\xd8\x1d\x5a\xed\x4a\x42\x67\x02\x0f\x58\x2c\xc2\x6e\x90\x5b\x5a\xf1\xd2\xe0\x2b\x61\x9c\x11\xfe\x63\x85\x99\x1e\x16\x64\xf4\x78\x3a\xb4\x80\x5e\x00\x9f\x4b\xc2\x6b\x6d\x53\x70\xa9\x58\x5d\x6c\xdd\x58\xb3\x2d\xe1\xf5\xbf\x19\x22\x86\x61\x93\x42\xac\x56\xa2\x26\x72\x09\xb1\x46\x44\x40\x09\x84\x8a\x82\x48\x7b\x85\xb0\xaf\xa7\xc4\xd3\x1e\x75\xd1\x30\xc5\x2a\xdc\xa6\x7d\x38\x61\x24\xd3\xaa\x44\x17\x22\xa7\x2b\x06\x5c\x80\x52\xae\x0b\xde\x84\x91\x4e\x5e\x2b\xe1\x06\x1c\x31\xa9\x0d\x60\x4e\x35\x40\x2d\x3e\xe7\x9c\x55\xa5\x8b\xdf\x7a\x42\x5d\x93\xcb\xd7\x2d\xb0\xad\xe4\x78\x42\x0a\x5a\x55\xc6\xe4\x74\x88\x7a\xe6\xa3\xdd\x1f\x7d\xab\xab\x69\x2a\x59\xa3\x64\x06\x02\x78\x54\xfa\x27\x6e\x9c\x9f\xe8\x38\xc3\x6e\x75\xc0\x65\xe2\x86\xc3\x78\x68\xe0\xf6\x4a\xba\x62\xa4\xa4\x8a\x76\x91\xf1\x0c\x08\xbd\x5b\x0d\x8d\x3b\xc9\xe6\x2c\x56\x58\xc4\x49\xb7\x58\xe9\x4e\x82\xdd\xbe\x2e\xa9\x42\xf7\x80\xa3\xb3\x98\x99\x98\x96\xd8\x1b\x56\x55\x83\xee\xb5\x45\x6d\xb4\x53\x89\x9b\x96\xdb\xf3\xd0\x6a\xc7\xe6\x5c\x92\x95\x51\xea\x8f\x13\x77\x3b\xda\xe7\x06\xf0\x44\xe3\xd7\xb0\xb5\x68\x54\x47\x87\x70\xaa\xa1\x25\x27\xd4\x92\x35\x1b\x6e\x02\xcc\x19\xc2\xda\x18\x4a\x63\x4f\x51\x47\x09\x53\x43\x13\x2d\x04\xc7\x7f\x88\x67\x8f\x8b\xa5\xbb\xfd\xe7\x79\xf3\x21\x7f\xf4\xf0\x44\xde\x77\x89\xc3\x9a\xe0\x0d\xc1\x40\x7f\x1a\x26\xf9\xe0\x98\x44\xcf\xf6\xd9\x2b\x24\x61\x5d\x78\xe4\xae\x81\x08\x45\xb4\x06\xbf\x5f\x80\xc2\x76\x4b\x4c\xd3\xa7\x0e\x49\x6d\x9b\x59\xe3\xec\xaf\x58\xc3\x5f\xb1\x86\xbf\x62\x0d\x1f\x1e\x6b\x18\x88\x5f\x7e\x73\x2a\xc9\x9a\x82\x8d\x61\x38\x31\x70\x45\x3c\xff\x03\x2c\x53\xc9\x80\xf1\xac\x8f\x09\x67\x10\x47\x62\x7e\x34\xa3\x75\x19\x8c\xd1\x4a\x7b\x10\x0f\xe6\x8e\x3b\x21\xd6\x82\xda\x66\x2d\x11\xb9\x16\xcd\x4d\xc8\x97\xa7\x4f\xbf\xbd\xbe\x78\xfd\xea\x98\x7c\xa7\x6d\x66\xad\x50\x9d\x27\x0e\x0e\x4c\x2d\x14\x61\xef\xd6\x15\x2f\xb8\xaa\xb6\xe4\x16\x4e\x29\xbb\x4c\xa8\xc0\xbc\x71\xde\xfa\xd3\x3a\x52\xaf\x68\x90\x77\x34\x40\x59\xbe\x6e\x50\xf6\x23\x10\x4d\x79\xc5\x6f\x3b\x52\x81\xdf\x0b\x46\x20\xa8\x51\x25\x49\x25\x0a\x5a\x79\x39\x14\xfe\x20\x7a\xd3\x2c\x99\xf6\xe1\x2c\x58\xae\x10\xc4\xbc\xad\x0b\x7b\x42\x6f\x97\x5d\x1b\x0f\x0d\x73\x59\x1f\x78\x2c\xe5\xaf\x91\xa6\xba\xc1\x7b\x12\xed\x36\x86\xbb\x12\x8f\xd2\x0b\x5a\x6b\x12\xf1\x7a\xc1\xa4\xf2\x97\xcf\x26\x3d\xc0\x16\x84\xd0\x0f\x68\x37\x70\x28\xb4\xe0\x6c\x44\xbb\x58\xda\x35\xb9\x9f\x86\x0e\xbe\x13\x8a\x9d\x51\x45\xfb\x23\x08\xb6\x45\x4e\x6a\x83\x9c\xf1\x62\x08\x9a\x3a\x17\x67\x64\x85\xfe\xb4\x23\x43\x64\xb4\x93\x90\x35\x50\xfd\x1b\x7f\xc4\x70\x62\xc3\x8e\xc0\xa7\x75\x41\x09\xd0\xae\xb2\x05\x33\x76\xde\x56\x7a\xe4\x3d\x39\xec\x86\x69\x7e\x02\x05\x7a\x47\x46\x8b\x8e\x67\x90\xcb\xf4\xd4\x3d\x9b\x0b\xa2\x67\x60\xcb\x0b\x85\xde\x0e\xfa\x62\xc8\x23\x9a\xb4\x9f\x4a\x02\xe9\x79\x9d\x14\x87\xc9\x69\x2d\xcb\xeb\x16\x34\x90\x3f\x0e\xae\xea\x46\xb4\x55\x09\x59\x14\x5e\x5e\x85\x26\xeb\x42\x08\x94\xe0\xfb\xac\xfb\xf4\xde\x8e\x60\x89\xf7\x6b\x1a\x2b\xf1\x7e\xdc\x3b\x54\x72\x6a\x6d\x07\x23\xe8\x0a\xb2\x62\x8a\x6a\xef\xc8\xf8\xd3\x41\x88\x2c\x8c\x43\x3e\xad\x2a\xb2\xe4\x52\x89\x06\xd2\x4c\xd0\xc4\x76\xdd\x21\x09\x53\x68\x8f\x77\xcd\x9a\x15\xad\x81\x75\x12\x1f\x47\xaa\xa6\x2d\x8c\x93\xf3\xd2\x76\xfd\x25\x65\x60\x3c\xa1\x9c\x73\xcf\xd3\x09\x8f\x75\x7d\xa0\x15\x53\xb1\xbb\x90\x31\x64\xb4\xc1\x82\xbc\x2b\x5c\xd4\xce\xb2\x96\x89\x15\xb8\x53\xd4\xdc\x08\x1a\x80\x25\xfe\xa0\x15\x6e\xf3\x03\x87\x11\x06\xc9\xe6\x2b\xc6\x21\xcb\x75\x3f\x90\x2c\x4c\x28\xd8\x09\x30\x49\xea\x18\x42\x56\xb7\x3b\xdf\x35\x40\xe6\x08\x5d\x4b\x0d\x77\x7c\xbe\x7b\x2d\x6f\x69\x93\x3d\x3b\xcf\x45\x4b\x21\x8c\x42\x57\x7a\xe5\xe3\xc1\x94\x40\xc3\xd0\x8b\x4d\x82\x95\xac\x77\xa6\x56\x25\x5d\x8a\x43\x2f\x16\x08\xff\x29\x82\xcf\xbb\x65\x06\xc7\xaf\x1a\x46\x6f\x4a\xb1\xa9\x7f\x88\xb0\x6c\x68\x71\x23\x09\x9f\x3b\x8a\x40\x28\x0b\x62\xf9\x5e\xea\xc2\xe0\xba\x76\x98\xc8\x4b\xca\xcb\x63\xf2\x95\x10\x55\x4a\x0c\xd1\x2c\x68\xcd\x7f\x46\x91\x27\xe6\xb1\x73\xa2\x9d\x03\xc8\x1d\x36\xfa\x25\xd4\x9d\x2e\xef\x14\x73\x41\x48\x23\xda\xba\x24\x8d\x98\x69\x1b\x48\xa0\xfe\x75\x56\xfd\xc0\x0e\xdc\xf7\x48\x33\x45\xff\x1b\x8c\xb4\x9f\x76\x91\x76\x2f\xee\xdd\xa5\xba\xdb\xc0\x51\x2f\xa5\xf6\x8a\xbc\xa7\xc3\x07\xaa\x52\x4a\x51\x70\x30\xb6\xec\x49\x2e\x39\xf3\x72\x33\x5f\xb0\x2d\x79\xee\x72\x33\xa3\x03\x11\xf4\x54\xd1\xf5\x72\xea\x04\x8f\x24\x9c\xd9\xaf\xb4\x65\xd1\x23\x3f\x9c\x57\x88\x3a\x6b\x11\x05\xe4\xc3\xd8\x7b\x1d\xb8\x12\xde\x1c\x42\xc5\xf8\xea\xf5\xf5\xf9\x31\x3a\xfe\x20\x6d\x51\x04\x6b\xdb\x70\x43\xb3\x31\x2b\xda\xd9\x09\x7a\x09\x0c\x03\xe9\x16\xa8\x5b\x4b\xf6\x2e\x1c\xe1\x2b\x86\x19\x86\x0e\xb2\xb4\x76\xd1\x8c\xb9\x01\x78\x4d\x4e\x69\xa9\x2d\xb4\x09\xd9\xb0\x20\x40\x06\xd3\x44\xed\x87\xa1\x59\x54\x84\xa1\xeb\x88\xc1\x49\xb8\x24\x30\xe2\x56\xdd\xe1\xd7\x9a\x5c\x02\x23\xfc\x5e\x6c\x20\xe6\x8d\xf2\x66\x11\xaa\xd7\x8e\x0f\x78\xcd\xd5\x28\x09\x38\x11\xff\xe3\x4b\xff\xf8\xa7\x58\x92\x47\xbf\xb3\x38\xcf\x2b\xee\x9d\x11\xad\x51\xa3\xfe\x6c\x22\xf7\x39\x24\xa3\x20\xec\xb8\xdf\x69\x55\xd0\x27\xa1\xe5\xd8\x57\xe2\x48\xaf\x6a\x3e\xb5\xc1\xca\x13\xab\x9e\xd3\x26\xa0\x96\x4f\x80\xbc\x99\x1f\x2d\x65\x75\x0b\xfb\x77\xda\xcc\x10\x98\x9c\x58\x52\x67\x21\x79\x54\x46\x70\xde\x17\x69\x07\x9f\xe2\xe4\x24\x58\x80\xb4\x71\xa0\x2a\xc8\x09\xf9\xfe\x87\xbe\x36\x20\xc4\xc9\x09\x99\xd3\x4a\xb2\x1c\xc1\xa2\x45\x04\xd2\x45\xdf\x65\xba\xb9\x25\xd4\xed\xdd\x3f\x69\x43\xb3\x6e\xe4\xc4\xae\xa0\x6b\xf2\xfe\x5e\xb2\x71\x0a\x58\xb4\xb1\x76\xa0\x48\x21\xd6\xdb\xd1\xf8\x38\x31\xdc\xfc\x11\x1a\xa6\xda\xa6\x86\x81\xf6\x05\x2b\x99\xba\xf6\x28\x3b\xfa\x91\xd4\x6c\x13\xf1\xf9\x38\x1a\x26\xb7\x3c\x5d\xaf\x03\x46\x7e\xe3\xaf\xda\xe8\x47\xa3\x66\x9d\x32\xdf\x53\xe5\x67\xd1\x8b\x19\x22\x02\x7d\x30\x92\xc0\x36\x0e\x45\xcf\x12\x18\x18\xdd\xb2\x9a\xf7\xdf\x01\xe3\xba\xad\x2f\x47\x3f\x15\x43\x92\x21\x8b\x41\xc0\x90\x3f\x15\xd9\x55\xd1\x52\xfd\x8a\x99\x33\x1d\xad\x59\x50\xdb\x69\xb7\x70\xa4\xb5\xd8\xf7\x9f\xfd\x30\x46\x75\xe0\x69\x39\x50\xd1\xf8\xf3\xe3\xe3\x1f\xc6\xe1\xe1\x38\x9e\x9f\xff\xa5\xfd\x06\x96\xf5\xec\xc5\x73\x0d\x1c\x28\x18\x4a\xef\x64\x0d\x3b\x59\x71\x13\x0a\x0a\x12\x66\x9f\x3b\x69\x60\x13\xb7\xe1\x72\x20\xeb\xbc\xe0\x19\xf8\xc7\xf5\xa2\x3b\x2a\x78\x5a\xae\x8c\x09\x94\xf1\x0d\x4f\x45\x3d\xe7\x0b\x0f\x23\x6b\x22\x61\x5c\x55\x5b\xb7\x78\x00\xcc\x6b\x38\x96\xf6\x42\x39\xbd\xba\xbf\x6e\x57\x5a\xcc\xcb\x8b\x1a\x04\x58\xea\xc0\xf8\x1d\x0c\xa9\x5e\x85\x7d\x46\x3f\xe2\xb0\xb6\x6f\x96\x66\xd1\x38\xe4\x04\xfb\xf4\xb1\x7f\xcf\xac\xf6\xf5\xcc\xc2\x99\x5d\x05\xc9\xe5\x07\x4e\x31\xec\x7c\xe0\x5c\xc3\xce\x77\x9c\x34\xb8\x6b\xe5\xcd\x02\x23\xd2\x7b\xcc\xd7\x86\x98\x0f\x9c\xa9\xed\x76\xe0\x1c\x6d\xb7\xc3\x66\xd7\xb9\x61\xd6\xf1\x72\x53\xdd\xc9\xb0\xa7\xa9\x41\xa7\x31\x7d\xfc\xb7\x5d\x13\x4d\x3a\x6a\xb5\xda\xae\x62\x30\x7d\x13\x4e\xba\x6b\xfd\xda\x75\xef\x9d\x38\x3a\xbb\x78\x25\x4d\x31\x42\x95\x09\x95\xf9\xd9\xfb\x6b\xba\x15\xad\xd2\xe2\xaf\x61\x54\x32\x49\x58\x17\x7e\x8c\xc8\xc8\x25\xb9\xa5\x55\x0b\x07\xeb\xab\xb6\x52\x7c\x5d\xf1\x4e\x82\xc0\x15\x02\xe5\xdf\x2d\x50\x82\x2c\x98\xf2\x0e\x36\x60\xa8\x5e\x02\x6b\x00\xd8\xf3\xc2\x20\x73\xc9\x9a\x82\xd5\x8a\x2e\x58\x1a\x73\xc8\x10\x7a\x08\xc0\xe8\x47\xb2\x4e\xa0\x65\xe9\x3d\x04\x85\x9c\x78\x50\x72\x64\x07\xb7\xa5\x47\xb4\x4d\x76\x4a\x86\xc9\xc0\x5e\x9a\x0c\x32\xe0\x64\x2f\xea\xed\x29\x20\xa3\x6f\x0e\x92\x33\x7d\x3f\xed\xb9\x91\xd3\x2f\x0f\xda\x10\xbb\xed\xf2\x1d\xab\x3b\xf4\x73\xbf\xbe\x45\xfd\xe8\x9f\x95\x99\x54\x1f\xbe\xd2\x06\xaa\x6b\x77\xee\xa4\x0c\xdc\x0f\xb4\x47\xc3\x34\x39\x0b\x83\x9c\x54\x0e\xaa\x1b\x22\xa0\x64\xb4\xe1\x6a\xc9\xeb\x38\x0d\x08\x42\xe6\xe3\x30\xb5\xa7\x08\x90\x29\xd9\x1c\x0f\x4b\x49\xc3\xe6\xac\x81\xe3\x98\x34\xf3\x4a\x0f\x2a\x15\x5d\xad\xed\x11\x89\xe9\xe6\x00\x43\x32\x52\x0b\x46\x5a\x84\xab\x84\xc3\x9a\xb7\xe6\xd4\x0d\x53\x92\x00\xf0\x5b\x98\x63\x9d\x9c\xe7\xa9\x25\xab\x1d\x5c\x48\x20\x8a\x26\xcf\xa5\x39\x37\x9d\x6d\x8f\x6d\x43\xd7\x21\x3a\xdf\x03\x63\x7a\x7e\x6d\xd1\x27\x0f\xbb\x23\xcb\xff\x22\xa3\x14\xa9\xa3\x86\xcd\xcd\x9f\xe3\x00\x76\x5f\x44\xfc\x1a\x96\xb0\xd7\x00\x72\xa3\xd9\x63\xef\xfe\x73\xd1\x38\x38\x57\x46\x27\xa4\x09\x6c\xbb\x40\x26\x30\x1c\xad\x5f\x2f\xdc\x6e\x86\xbd\x90\x1d\xa9\xf3\xa0\x0f\x3f\x73\xcd\xe0\xe0\xd6\x24\x1f\x9a\x3e\x15\xab\x75\xab\x1c\x37\xc9\x0d\x57\xc5\x12\xb2\x4f\x00\xb1\x19\x95\x90\x9f\x4d\xc4\x7c\x2e\x99\x39\x36\xec\xd0\x34\xa4\x79\xd4\x75\xcb\x07\x99\xb4\x62\x58\x30\x75\xed\xb3\xcc\x33\xd1\x58\xeb\x31\xe5\x0f\x67\x7a\xd8\x3f\xfa\x1d\xea\x69\xc4\x78\x68\xa1\x0f\x73\x9f\xed\x17\xb0\x60\x4e\x85\xc4\xcc\x31\xc9\x2c\xeb\x24\x4b\xe6\x58\xc6\x47\x78\x9d\x38\xbe\xcb\xb4\xea\xc6\xc0\x7d\x75\x9a\x09\x11\x65\xe6\x1e\xee\xc1\x7e\x31\xf9\xb5\xa8\x4c\x3e\xeb\x5b\x97\x7f\x38\xc5\xad\xf5\xd6\x6e\x3a\x17\xe0\x75\x62\x6c\x56\x31\x77\xa4\xe5\x6f\x55\x1b\x79\xb6\xa1\xee\xae\xb9\x75\x7f\x8e\x8d\x60\xde\xc3\x31\x32\x36\x4c\x98\x0c\xd9\x49\x3f\x74\x9b\x8c\x03\x99\xf5\x9c\x7c\x5d\x60\x52\x81\xfc\x93\xb9\x86\x15\xa2\x71\x17\x14\xdd\x09\x1d\xb0\xb5\xb9\x7b\xe0\xdd\x94\xec\xe4\x2e\x38\xb7\x38\x16\x4a\x6d\x34\x64\xbb\xe1\xde\x00\x43\xca\x0c\x58\x98\x8f\xdb\xc7\xe1\xb9\xa1\x68\x48\xcd\x2b\xc2\xe7\xa8\x64\xea\x4f\x15\x99\x8b\xd6\x24\x30\xb8\xbc\x9b\x8e\x5c\xdd\x49\xa2\xf6\xf0\xd0\x81\x85\x6f\xb4\xd6\x94\xc2\x3a\xcd\x1b\x2d\xe6\x4b\x0e\x0a\x9f\x36\x5d\x46\x6e\x29\x18\x1e\x27\xc3\x61\x0b\xe6\xff\x54\x82\x96\x1a\x2f\xb0\x36\x61\xcf\x07\xb7\xa0\xb9\x34\x2d\x12\xe9\x6c\xf6\x74\x10\xf6\x1a\xfd\x88\x13\x4c\x77\x71\xd0\xec\x1f\xde\xde\xe0\x73\xe0\x1b\x4b\xb3\x33\x87\x35\x84\x3e\xab\xf9\xd4\x4c\x73\x6a\xa6\x39\x9d\x89\xa6\x11\x9b\x27\x9f\xfc\x82\xb0\x23\xd0\xef\xbf\x1c\x69\xaa\x1f\x63\x5f\x0b\xf5\x0a\xfb\x5e\x52\xb5\x8c\xf7\x65\x34\xfe\x1b\x36\x27\x27\x19\x6c\xbe\xf7\xe7\xf5\x43\xbc\xb7\x3b\x89\xe4\xc1\x99\x62\x64\x30\x68\xf9\xfe\x5e\xfa\x97\xe9\x59\xf3\x2a\xde\xa8\x57\x14\x13\xa0\x56\xa2\x44\xee\x09\x63\x8c\x66\xab\x9a\x9c\xa5\xee\xb8\x39\x61\x8d\xfc\x76\x05\x6b\x9d\xde\xb2\x78\x05\x6b\xb6\xe9\x76\x6e\xf0\xa3\x4f\xbb\x75\xc3\xb2\xe1\x2d\x4c\x8d\xf0\xa5\x2d\x39\x39\x21\x9f\x91\x5f\x7f\x0d\x1a\x8f\xbc\x51\x5c\x30\xfc\xcb\x93\x7e\x20\x47\xe4\x31\xf9\xe4\x93\x00\x46\x0e\xc4\x13\x03\x62\xdd\x88\xb5\x90\xac\xf4\x61\x8c\xc6\xe3\xe3\x64\xdd\x1e\x9c\xa2\x40\x01\x1a\x6f\xe3\xa3\x7b\xd8\xc1\xb6\x48\xd3\x1c\x73\x84\x21\x87\x08\x80\x9b\xd6\xa2\x71\x45\x2f\x92\xcb\xd6\x0f\x32\x0b\x7e\x57\x96\xa7\xad\x5a\x8e\x5e\xb6\x8a\x2a\x36\x26\xbf\x11\xff\xe7\x99\x3f\x43\xe9\xdc\x1e\xa0\x52\x32\xa8\x6b\x10\xff\xa0\x3f\xab\x78\xa9\x4e\x4e\x72\x2b\x38\xe9\xe9\x2c\x25\x38\x50\x76\xb9\x34\xe3\x76\x48\x83\xb6\x5a\x71\xb9\xa2\xaa\x58\x76\x49\xce\x06\xa4\x7c\x90\xc0\xec\xdb\x95\x3e\xa2\xbb\xe6\x1f\xa0\xdf\xaf\x6d\x9f\xdb\x5b\x50\xe4\xf1\xe7\x7f\x27\x33\x8e\x75\x60\xbc\x94\x51\x4c\x50\x93\x5b\xa9\xd8\xca\x7c\x4f\x46\x25\x6b\xf0\x6e\x96\x66\xc0\x37\xf8\xe5\x57\x50\xc5\x66\x3c\xed\xdf\xce\x36\x1b\xee\x8d\x97\x2d\x3a\x1a\xdb\xc3\x39\x7f\xf7\x0a\xa9\x12\x93\x0a\x42\xc4\x15\xab\x17\x6a\xa9\x17\xe7\x8b\xcf\x33\xbb\xa5\x33\x18\x72\x63\x1d\x93\x53\x5b\x6a\x85\xd7\xb7\xb4\xe1\xb4\x56\xe4\x96\x8b\x8a\x2a\x56\xde\x27\xe9\x3a\xe8\xcf\xb4\x10\x75\x41\xd5\xe8\xc1\xf9\xbb\x35\x66\x38\x2f\xd9\x3b\x4b\x08\x93\x64\x0b\x0b\x6c\x50\xfb\xe2\x73\x32\xb2\xa4\x1c\x43\x29\xb1\x85\x50\xf6\xc7\x07\xe3\xc1\x31\x82\x49\x4e\x95\x40\xc2\x8c\xc6\xc3\xbd\x1e\x10\x5e\x4b\xc5\x68\x39\x7d\x30\xce\xec\x67\x48\x44\xf0\xa8\x40\x4e\x0c\xc1\xa7\x78\x97\xec\x6b\xf6\x6e\xd4\x68\x05\xab\xf8\xac\x32\xf4\x7a\x02\xf1\x82\xcf\xff\xfe\xe5\x68\x3c\x55\xe2\x2b\xbe\x38\xaf\x4b\x4e\xeb\xaf\xb6\x8a\x49\x1f\x1d\xa3\x1c\x7c\xf0\x31\x83\x79\x3e\xca\x44\xcb\xa2\x8b\xb3\x49\xb6\x02\x43\xa2\xc1\x21\x2d\x20\x15\xb5\xa1\xa3\xe0\x46\x30\xa0\x30\x9f\xd8\x15\xec\x71\x5e\x74\x26\x6a\x1d\xc3\x37\x71\x94\xee\xef\x6e\x04\x2d\x99\xbc\x3a\x77\x9e\x5d\x0a\x66\xdd\x5b\xc8\x13\x03\xda\x3a\x13\x28\x19\x4e\x8b\x31\xaa\x5b\x7b\xd2\x4e\xb3\xbe\xfb\x67\x9f\xe1\xbe\x66\xb4\x51\x33\x46\xd5\xde\x43\x2e\x6d\x8f\xc3\x87\xed\x11\xe1\x6f\x3d\xdb\x6d\xc7\xe0\x19\x01\xdf\x33\xf6\x1b\x3b\x1b\x4c\xc1\x80\x80\x40\x49\x95\x36\x1b\x3b\x07\xd4\x99\x7d\x78\xaa\x92\x0c\xe9\x48\x02\xab\xd2\x53\x3b\x48\x0b\x22\x84\x0d\xd3\x82\x38\x12\x9a\x15\xdd\xff\x7d\x5e\x52\x6a\x55\xe8\x4f\xb7\x3c\x09\x3b\x69\x41\xd5\xfd\x37\x0d\x2b\x2a\xa1\xba\xc0\x5c\x43\x33\x5b\x73\x5c\xe4\xe5\x4e\x46\xc7\x09\xa9\x8c\xea\x46\xe7\x12\x32\x35\x61\xa8\x20\xd6\x34\xf2\x30\xcc\x38\x40\xbd\x81\xba\xbc\xb2\xdb\x1b\x98\x8d\xcd\xe5\xc1\x04\x04\x1f\x1f\x93\x07\xaf\xd8\xc6\x38\x14\xf0\x95\xbb\xec\x92\x5c\x7f\x92\xed\x4a\x73\x84\xa3\x4c\x8d\xb9\xa3\x48\x70\x88\xf1\x3f\x88\xf4\xe7\xbd\x03\xf0\xcf\x1c\x20\x85\xa8\xe6\xbc\xf1\x3c\x83\x19\x32\x7a\x2c\xe6\x7f\xf3\x9f\xc6\x64\xd1\xf4\x7e\x53\xe6\xd9\x1b\x0c\x34\xd2\xdc\x75\x08\x67\xd5\x6c\xf3\xbb\x70\x57\x74\x76\x17\x11\xf0\x00\x46\xb3\xc4\xf2\x38\xad\xfb\xff\x3f\x8d\xcf\x3e\xaa\x30\x0b\x28\xf5\x47\xf0\x9a\xcf\x67\x9a\xef\x7e\x2b\x5e\x73\xa7\xa7\xc1\x8c\x0f\xe0\xb1\x24\xce\x8d\x7c\x86\x7f\x1f\xa7\x61\xf0\x0f\x61\xb7\xd3\xce\xe3\x76\x43\x4c\xfd\xd0\xe6\x83\x37\xd1\x31\x85\x25\xb3\xf1\x74\xbb\xa2\x8c\x31\x01\xf3\x83\xc7\x2e\x6d\x25\x68\xf9\x24\x99\x92\x75\x5e\x1f\x99\x66\x8f\xe6\x16\x40\x30\xf1\x3d\xc7\xd0\x3e\xe2\xc8\x4d\x6f\x42\x94\xd8\x1f\xf2\xce\xd5\xea\x3b\x4d\x66\x9b\x57\xbb\x0f\x94\xff\x6c\x92\xe1\x2e\x6c\x9f\xce\x3e\x9c\xfb\x01\xb4\x7c\xf6\xcf\xd7\xff\xba\xea\x3f\x30\xd6\x1b\x6a\xe7\x19\xea\x9f\x8d\xa4\xc4\xc8\xbe\xee\x54\xf3\xc9\x09\x79\x3c\xfd\xcc\xd8\x61\x78\x80\xdf\x6d\x2a\xb5\x61\xac\x26\x3f\xb3\x46\x80\xa0\x12\x35\xfb\xc0\x15\x1a\x3c\x84\x0f\x10\xcb\x2e\xd4\xa3\x47\xe4\xbc\x86\x98\xbf\x68\x48\xc9\x25\xfc\x49\x5b\x25\x56\x54\xf1\xc2\x65\x2d\x14\xb4\x2a\xda\xca\x56\xd1\x85\x8c\xb4\x2d\xdc\x9d\xdd\x69\xb8\x19\x48\x26\x89\x0f\xc7\x2a\x47\x3f\x12\x86\x7f\xe5\x73\xf8\x76\xc8\x13\xdd\x25\x2b\x42\x7a\x86\x3b\x48\x90\x18\xc4\x32\x62\x64\x27\xf4\xf7\xc1\x91\xdb\x79\xbe\x5c\x43\x50\x99\x65\x4a\x2e\xea\x75\xeb\x55\xe1\x8e\x2a\x25\xd8\x4b\xe1\x70\xb1\x0b\xd2\xe8\xbc\x08\x64\x13\x57\x6f\x30\x35\x5e\x32\x35\x10\xe6\x6d\x5d\x10\xb9\x84\x2b\x5b\xf6\x4a\x16\xdc\x04\xf2\xd8\x3c\x2a\xb7\xe1\xd5\x84\xe1\x5a\x57\xe8\x41\x82\xba\x01\x66\xc5\x25\xab\xe6\xb8\xe4\x7a\x78\x7f\xaa\xe7\xba\xcb\x28\x77\x50\x10\xda\x07\x3b\xb2\xc7\xf7\x49\x0f\x1f\x4c\x30\xc7\x92\x06\xd9\x5b\x65\x64\x8f\x0b\xe1\x7e\xdb\xfc\xf5\x6c\xbf\xc5\xae\xeb\xb8\xa4\xff\xca\x6c\x06\xa9\x03\x6f\x41\xfa\x10\x86\xaf\xd3\x91\x5d\x57\xea\xc8\x3e\xd7\xea\xec\xa7\x27\x07\xb7\xbb\xd6\x7b\xd9\xb0\xd3\x25\x2b\x6e\x64\x1a\x33\xf6\x56\xdf\xfd\x39\x21\xb9\x66\x01\x17\x84\xff\x67\x3a\x38\x96\x60\xbd\x4d\x1c\x63\x98\x3f\x52\xb3\xb5\x6e\x57\xaf\xe7\xa7\x19\x06\x49\x99\xc6\x04\x1b\x87\x61\xf8\xeb\x99\x2c\x71\x16\x42\x28\xbb\xcc\x89\xa7\x3d\x11\xea\x2f\x57\x1f\xca\x91\x00\x46\xc5\x14\x5e\xc8\xd9\x51\x68\x23\xcd\xe2\x9f\x9b\xcb\x54\x17\x67\x84\xd7\x96\x68\x19\x6d\x0c\xd0\xa7\x50\xa9\xa9\x1c\x0d\x0c\x31\x42\x10\x96\xfe\xe3\xa1\x68\x7d\x3a\x85\x5c\x3e\xd3\xc1\x5e\x71\x02\x56\x6f\x9b\xf0\xfa\x7f\x72\x55\x82\x3c\xdc\x95\x37\xe5\x03\xfa\xdc\x07\x94\x81\x7e\x10\xb0\x2f\x72\xc0\x3e\xdf\x01\x2c\xe1\x20\x2d\xa8\x33\x25\x48\x42\x89\xaa\xdb\x74\xe4\xf4\x5b\xa7\x7b\xd8\x5d\x1c\xf2\x85\x7d\x66\x27\xb8\x0a\x2f\xc0\x21\x69\x03\xaf\x98\x49\x27\x0b\x32\xad\x5c\x41\x05\xbb\xb7\x53\x8c\xf6\xda\xb3\x69\xbf\x50\xc0\xfb\xff\xa5\x6d\x73\x95\x22\xd2\x05\xee\xef\xf7\x79\xa6\xdf\xe7\x7b\xf4\xfb\x22\xd3\xef\x8b\x81\x7e\xb1\x4a\x0a\xff\xef\x6b\xef\xd4\x53\xf0\x6f\x2f\xa5\x07\x25\x5b\xda\xcb\xd7\x4e\xdd\xdf\xd9\x76\x9d\x8e\xf2\xfe\xc9\xb6\xf4\x94\x95\xff\x5f\x9f\x40\x8d\xd2\x77\x2f\x59\x33\x17\xcd\x4a\x12\x49\x6b\x2d\x50\x0b\x50\x58\x5e\x71\x6d\x71\xcb\x4b\x77\x18\x1c\xa4\xfd\x41\xa1\x4b\xb0\xd5\x58\x2d\x5b\x63\x9e\xe1\x45\x45\x5e\x2f\xfe\x4f\x30\xcc\x11\xb9\x86\x93\x01\x78\xb1\x00\x2f\xec\xe3\x59\x4b\x08\x31\xea\xf3\xd4\x95\x27\xb7\xaf\x25\x40\x3d\xa7\x52\x42\xdd\x1c\x4c\xf4\xa0\xa6\xb8\x12\xf9\x92\x7c\x36\x60\xa6\xe5\xf5\xf2\x1f\x6c\x84\xf5\x2a\xda\x0b\x5b\xdb\x2c\xd7\xd2\x67\xba\x8b\x5a\x8d\x3b\x2d\x71\x98\xd3\xd8\x1f\x23\x0b\xe7\x7d\xe4\xa8\xf4\xf0\xf1\xe4\x0e\x21\x58\x4b\x22\x1f\x4e\x26\x57\x41\x7f\x1e\xd8\x6a\x0e\x9e\x51\x14\xdb\x3c\x50\x14\xce\xe8\xa4\x80\x7b\x06\x7d\x4a\x28\xcd\xe5\xb1\xb8\x57\xfa\xde\x78\x08\x09\x37\xdd\xc9\x0a\xc0\x2c\x81\x7c\x92\xc0\x01\x46\xc1\x14\x1f\x4c\xa9\xfe\xe5\xb0\xc9\x58\x72\x24\xc8\x1d\x88\x4e\x15\xf3\x96\xe8\x71\xb8\xa7\xc2\xfd\xa4\xe7\x18\xb9\x62\xe0\xc3\xa7\xfb\x0c\xaf\x3b\xe8\xce\xc3\xa7\xde\x76\x36\xee\xa8\x79\x49\x65\x07\x49\xcc\xc9\x67\xd3\xcc\x99\x76\x6c\x11\x45\x0b\x19\xae\xe3\xc6\x04\x1a\x4c\xc1\x57\xf2\x53\x01\x15\x60\xf1\xd6\x17\x64\x49\x7b\x55\x5b\xef\xed\xb3\x54\x3d\xbb\x12\x52\x3a\xb2\xdb\x30\xb3\x34\x07\x2f\x4b\x74\x7f\x24\x29\x2a\x26\x33\x94\x76\x54\xce\x23\xec\x67\x00\x74\x2b\xe0\xd2\xe4\x20\x9d\x04\xa5\x6a\x32\x6e\x40\xc4\xcc\x0a\xe5\x46\xf6\x4c\xfa\xbe\xd4\x83\x5c\xd0\x20\x10\xf9\x57\x4a\xac\xa5\xd3\x35\xab\xb5\xa8\x61\x22\x58\x46\x6b\xc3\x4c\x79\x1e\x40\x3a\xba\x14\x60\x4f\xee\xd3\x07\x4b\xf0\x8c\x79\xbd\x66\x65\x38\x56\x57\x9b\x2e\x9c\xb5\x0d\xa7\x6b\x58\xe5\xcd\xc2\xeb\x3f\xa0\x5e\x74\x0b\x5b\x2a\xd3\x60\x3d\xca\x24\x23\xdd\x35\x62\x97\x11\x34\x40\x2e\x5e\x17\xcc\xd2\xa5\x61\x92\xa9\xb0\xb2\x09\xdc\x39\x2c\x05\x2c\x77\x0d\x85\xdb\x44\x16\x0e\x48\x5b\xbf\x18\x0a\xa1\x95\x14\x53\xf2\x2f\x86\x71\x13\xd3\x17\x53\xba\x07\x2e\xa9\xd9\x4f\x37\x4d\x4c\xee\xb2\x6b\xa5\x37\xc0\x68\x3c\x65\x75\x19\x9d\x5d\x45\x3b\x9e\xb0\x4a\xe6\x74\x97\xa9\x25\x57\x98\xc9\xba\xd2\xd1\x78\xc8\xb6\x13\x0d\xc7\xa8\x16\x11\x80\xa5\x79\xee\x3b\x58\xf6\x51\xca\xe8\x31\x88\xb3\x17\xcf\x83\xce\xe7\x75\x79\xf6\xe2\xf9\x40\x1e\x64\x18\x1c\x8b\x4a\xed\x56\x5b\x42\xb1\xf8\x95\x29\x11\x5a\x97\xb6\xfc\x29\x16\x73\x7d\x10\x8a\xe3\x07\x5d\xe6\xb2\x33\xcc\x06\x0c\x28\x17\x04\xb3\xfb\x00\x82\x5f\x4a\xb8\x18\x1a\xe4\x5f\xe5\x0a\x08\x8f\xce\x9f\xbd\x1c\xc7\xc0\x58\x8a\x0e\x0e\xee\x02\x76\xb6\xdc\x32\xcf\x54\x5b\x0d\x23\x80\xbb\x41\xfb\x9a\xc7\x26\xd5\xb1\x77\xb4\xd0\x44\xcb\xbd\x22\x92\x2f\x6b\x1a\x0e\x34\x40\x9d\x92\xcf\xe7\x50\x48\x17\xef\x00\x00\x2e\xa7\xde\x1e\x25\x33\x73\xdd\x97\x9b\x6b\x6c\x28\x94\xbb\x10\xa2\x7f\xd3\xc5\xbc\xbe\x85\xd1\x63\x77\x0b\xce\xab\xb3\x15\xc7\x8d\xcd\x80\xaf\x4c\xa6\x40\xa8\x93\x1a\xbf\x8c\xe4\x1f\x1a\x53\xfc\xb8\x61\xbe\xbd\x62\x8f\xff\xbd\x42\x82\x89\xbd\x7f\xa0\x71\x9e\x5b\x6a\xad\x18\x3a\x31\x94\x4f\xfd\xed\xb1\xa6\x7b\x6c\x0f\xcb\x66\xc7\xae\x42\x69\xc4\xc3\xb0\xf7\xf0\x39\x80\xec\xae\x22\x0f\xc9\xe3\x69\x8f\xe9\x47\xfc\xd4\xc2\xe7\x42\xc5\x16\xa5\x05\x31\xea\x49\x66\x24\x41\x42\x63\x4a\x8e\x9d\x79\x8d\x01\x02\x63\x94\x98\xf9\x59\xec\x83\xc2\xe0\x09\xf3\x81\xb8\xc4\xb6\xee\xfb\x4c\xe9\x94\xac\x21\x91\x44\xc6\xa2\x84\xcc\xe1\xbc\xd5\xd1\x38\x75\x85\x4e\x41\x7a\x82\x8e\x09\xd3\xee\x7b\x8f\x64\x8c\xde\xa9\xed\xf1\x9e\x4c\x63\x93\x86\xad\x5e\x76\xd9\xd6\x61\xf6\x7d\x56\x9f\x5f\x58\x61\x9a\x91\xa5\x70\x43\xd1\x60\xa2\xed\x0d\xac\xeb\xdc\x95\x39\xef\x0f\xc9\xe5\x38\x27\x8d\x9e\x60\x71\x9f\xe1\x78\x57\x36\x52\xbf\x3b\xee\x7e\x68\x28\x3f\x8d\x47\x05\xa5\x7f\x3e\x9b\x7e\x36\x31\x24\x73\xda\x56\x4f\x70\xd3\x68\x8d\x0b\x6f\x0c\xbf\x75\x0a\xe7\x69\x5d\x5e\xb9\x0a\x22\x6f\xc9\x8c\x55\x62\x93\x21\x55\x5a\x37\x28\x2e\xf7\x13\x57\x09\xca\xfc\xde\x55\x04\xf2\xa4\xe8\x0f\x96\xe7\x3b\xd9\x1b\x3b\x02\x09\x47\x5e\xc1\xad\x1d\xc3\x61\xdd\x45\x05\x70\x41\xa0\xa6\x6d\x57\x2a\xda\xe4\x6e\xc0\x23\x18\x1d\xd3\xac\x1b\xb1\x68\x98\x94\x11\x67\x76\x7b\x23\xbd\x0e\x12\x73\x6c\x6e\xa3\xc4\x5a\xbc\xe7\xf5\x42\x2c\xde\x6b\xdf\xf9\xdc\xfa\x45\xef\xbc\x77\x41\xf3\x88\xe5\x17\x2e\xb7\x6d\xcf\x57\x5c\xed\x6d\x5a\x11\xdf\xd0\x71\x2f\xda\xc5\xb5\xee\xa3\xf2\xdd\xb6\xce\x25\xc7\x1a\xd3\x35\x61\xef\xb8\x22\xe7\xcf\x5e\x26\x60\x31\x0e\x63\x6f\x8d\xc4\xc5\xee\x55\x74\x35\x0c\x5d\x8c\x5b\xce\x36\xd3\x54\xe8\xed\x73\x86\xba\xe7\x8e\xde\x6b\xb7\x1e\xba\x17\x77\xef\xee\xdd\x87\x6a\xbf\x47\x6c\xfe\xaf\x98\xb7\xdf\x2e\x27\x64\x80\x0b\x69\xa7\xf7\xba\x67\xad\x03\x93\x3e\x6b\x2f\xf4\x89\x15\x0d\xd3\x59\xee\xbd\x81\xf6\x37\x0c\x1e\x4c\x19\xf4\xff\x3c\xfd\xf6\x3f\xd6\xf3\x1b\x74\xfc\xc2\x27\xaa\x3e\xba\xc3\x67\x57\xd1\x77\xf6\x9a\x3d\xd6\xcd\x5c\xa0\x31\x09\x99\x8d\xf7\x26\x4c\x54\xe8\x3e\x83\x86\x0d\xc7\x75\xee\x22\xe6\x24\x99\xc2\x93\x56\xed\x04\x20\x4e\x69\x55\xe1\x2b\xf2\xa9\x9f\x6a\x6a\xa6\x30\xac\x9b\xe0\xc3\xd7\x13\x72\xbf\x9a\x2a\xaa\xa8\xaa\xa2\xca\x91\x6f\x22\x4d\xd7\x93\x9e\xe3\x30\x2e\x4d\x72\x94\x29\xf6\xea\x65\xd7\x14\xa2\x6d\xa4\xbb\x80\x91\xad\x36\x6d\xcb\x44\x03\x59\x00\x49\x53\xb1\xab\x12\x12\xde\xb8\xc2\x05\x70\x71\xad\x77\x5c\x02\x7d\xc3\xd5\x0f\x2f\xcb\x41\x8a\x00\xa6\x18\x01\xaf\x78\x04\x1f\x5a\x0b\x80\x2d\x93\x6d\xd2\x55\x90\x6e\x28\x94\x05\xa8\x4b\x7c\x39\xd9\xde\x36\x81\xcd\x45\xc9\xba\xe1\x5d\x00\x3d\x58\x93\xe8\x79\xa9\x39\xe5\x55\x78\x3c\x06\x28\xd2\xaa\x12\x1b\x49\xc4\x5a\x5b\xf0\xa2\x31\x88\xa8\x66\x9b\xa9\x82\x8d\xaf\x80\x5b\x0b\xd0\x12\x07\x31\x30\xef\x88\x53\xa5\xd8\x6a\xad\xfa\x6b\x16\x64\x30\xfd\x2b\xf0\x10\xb7\xfd\x4f\x08\x3c\x90\x8f\x12\x79\xc8\x5d\xa6\x3b\x28\xec\xe0\x33\xda\x9d\x43\x0f\x7f\x85\x1d\xfe\xa0\xb0\xc3\xe0\xd1\x45\xff\xc9\x45\x00\x23\x09\x19\xf8\xa0\xbc\xb0\x81\x1f\xcf\x88\x6a\x30\xe4\xd6\x26\x93\x2d\xf6\xe1\xe1\x8d\x1e\x3f\x2a\x51\x37\x55\xe5\xc4\x30\xf3\xbc\x51\xd7\x62\xf8\xb9\x70\x4b\x88\x60\x5a\x5d\x81\x82\x28\x15\x69\xff\xc8\xca\x9d\x02\x21\xb9\xd5\xb8\x0f\x95\x7a\xff\xac\x61\x91\x3c\xc6\x7e\x9b\x8c\x1b\xf3\x67\x0c\x7c\xec\xc3\xa5\x07\x46\x41\x52\x06\x0e\x6d\x2d\xc7\xb5\x5e\xba\xb6\xc3\x80\x56\x0d\xa3\xe5\xd6\x16\x64\xd9\xf1\x1a\x3b\xd9\x11\x67\xc9\x72\xf7\xff\xf4\xf0\x46\x26\x79\xf7\xaf\x80\x47\x1a\xf0\xc8\xb1\x4e\x8f\x4c\xfa\x2b\xfc\xe1\xb7\xeb\x8d\x44\x1c\x7c\x0a\x2d\x6a\x76\x68\xf8\xc1\x0b\xe3\x4e\x4c\x6d\x19\x38\xb2\x3f\x77\xa9\x1d\x15\x53\x4c\x4e\x20\x21\xe8\xad\x57\x2f\x3e\x73\x8d\xef\x21\x79\xfc\x76\x9f\xf0\x86\xf1\x3b\xe1\x85\x1d\x49\x8e\x88\x84\xec\x08\x73\xf3\xdf\x7f\xa8\x8d\x4b\x44\x66\xe2\xf2\x3c\xdc\xb3\x71\x3c\x74\xb4\x67\x42\x28\xa9\x1a\x0a\xd9\x23\x5e\x74\xc6\x64\x67\x99\x47\x5e\x65\x4d\xd7\x72\x29\xd4\xc4\x3e\x18\x0b\x3f\xf2\x9f\x99\xf4\x9e\x40\x75\x04\x34\x2f\x3e\xac\xe3\xd2\xa7\xc6\x50\x80\xdb\xc3\x7a\x0a\xf0\xd8\x22\x96\x48\x34\x71\x15\xaa\xdc\x50\x43\x5e\x9d\x25\x73\x68\x15\x0c\xd4\xc2\x38\xf4\xb6\xc7\x6f\xed\xed\xdd\xf5\x49\x83\x3b\xbc\x68\x90\xf3\xd1\xba\x8d\xb3\xcf\x91\x6d\x4f\x4d\xa8\xbb\xf8\x4d\xb6\xfa\x4f\x3b\xd3\x7a\x90\x3a\x6d\x7b\x1e\xb8\x0f\xc0\x07\x99\x2c\x2e\xdb\xda\xb6\xeb\x6a\xa9\xa5\x45\xe7\xee\x76\x75\xfa\x3f\x30\x2d\x74\xc0\xf9\x89\x2c\x82\xc4\xa7\xf0\xea\x68\x0d\x1f\xf4\xc0\x91\xdd\x6f\x71\x7c\x4a\x7c\x43\xbf\x47\x72\xe6\x2f\xa5\xef\x73\xf0\x49\xf6\xb6\x2e\xc8\x5e\x16\x03\xb9\x83\x1d\x42\xf2\x07\xa1\xfd\x87\xa0\xf9\xa3\xb4\x9e\x23\x50\x92\x97\x35\xc9\x57\x79\xbc\x7c\x69\xd3\xfd\x9d\x6f\xeb\x9c\x05\xdf\x2f\xd8\xdb\x7c\xde\x79\x4c\xb9\xef\x29\x65\xdc\xed\xf7\x38\xb4\xfc\x9d\xcf\x5c\x48\x58\x3e\x2a\x2c\x0c\xc4\x25\x4a\x40\x01\xcf\x97\xc7\x8f\x7d\xc3\x1b\x61\x68\x4b\xb8\xfe\x4a\x98\x4a\x9c\x01\x8a\x98\x6c\xea\x47\xb5\x89\x68\xbc\x9c\x44\x73\x2a\x30\x87\xc4\xc9\x4c\x71\x23\x57\x69\xc8\x15\x64\x8a\xaa\xfe\x3e\xb3\xb6\x8d\x43\x1b\x5f\x5c\xc7\x42\x96\xf8\x3a\xac\x12\x84\x96\xb7\xd4\xda\x38\xa9\x41\x01\x05\x45\x11\x79\xf3\x4e\xae\x2d\xc4\xfb\x53\xcb\x1b\xb4\xe0\x6c\x24\xbb\x7b\xa0\x6c\xc5\xf2\xc5\xd3\xb5\x6d\x61\xc6\xfb\x4a\x8f\x9f\xa4\xb7\x62\x99\xdc\xc1\x38\x51\x46\x7b\xea\xaf\xfb\x2f\xaa\x67\x37\x93\x17\x38\x02\x4c\xc8\x09\x59\x30\x75\xea\x7d\x93\x49\xe4\x24\x77\x8e\x38\x0d\x6a\xf2\xf1\xfd\xec\x48\x50\x0e\x6b\xeb\x36\x23\x24\xd1\xf2\x79\xe6\x8a\x39\x6d\x98\xbd\x14\xde\x07\xa8\xf3\x6f\x01\x0c\x2d\x54\x0b\x4f\xf7\x2f\xe1\xaa\x21\x11\x70\x57\x79\xb5\x62\x25\xa7\x8a\xe9\x06\xae\x92\x23\x33\x67\x59\x0b\x5e\xcb\x3e\xe8\xf6\xa4\xeb\xed\x9a\x6e\xcd\x1e\x7e\x26\x9a\x4b\x53\xe6\xd1\xec\xaf\xb7\xde\xf8\xeb\x60\x5e\x05\xcb\x02\x0e\x52\x9d\x69\xcf\x75\xf8\xa4\x88\xb0\xf7\xc1\x32\x97\x03\x28\x65\x7b\xbe\xef\x43\xc6\x67\x97\x29\xf8\x00\x5f\x9e\x64\x59\x21\x7e\x30\x6a\x07\x86\xbb\x32\x99\xfb\x11\x8b\x19\xff\xfc\xf2\xf5\xe9\xd7\x57\xe7\xd7\xdf\x5e\xe6\x99\xde\x50\xb4\xb3\x68\x31\x53\xfd\xd4\x3e\x70\x3d\x1a\x93\x4f\x3e\x21\xc0\xac\x67\x2f\x9e\x4f\xcb\x9b\xe0\xa7\xfb\x27\xa4\xe6\x49\xc1\x81\x64\x3a\xbd\x32\x7d\xb0\x17\x08\x63\x6b\x3f\xad\xb8\xfa\x30\x1a\x9c\xbe\x7e\xf9\xf2\xe2\xfa\xbf\xed\xce\x3f\x88\xd9\xd8\xde\x5c\x76\x18\xd7\x97\x6c\x4e\xdb\x4a\xe5\x89\x88\x45\x17\xef\xe5\x21\x44\xa1\x82\x53\x5a\x55\xd2\xab\x20\xf8\xd6\x79\xdd\x72\xe0\x3e\x40\xf4\x94\x8b\xd5\x45\x18\x23\x73\xe1\x3d\xe2\xbd\xb8\xde\xab\x71\x32\x1b\xec\x77\x2b\x8d\xc2\x10\xe7\x60\x66\x77\xac\x39\xa3\xf9\xcf\x66\xee\xbe\x32\x77\xc7\x7c\xd6\xcb\xc9\x91\x24\x22\x19\x16\x0d\xb5\xd5\x55\x28\x14\x14\x95\x58\x03\x55\xcc\xc9\x17\x9f\x6b\xa5\xaf\x9d\x3c\xd6\x48\x32\xe2\x53\x46\x1e\xff\x8d\xcc\xb6\x8a\x49\x6d\xa4\xb8\xda\xa2\xe9\x11\xc4\x87\xe4\x94\x46\xa6\x19\xfc\x09\xeb\x3b\x8a\xa6\x7d\x1c\xd3\x61\x32\x90\xe1\xd4\x1b\xc2\xda\x93\x2f\xfb\xf9\x6c\x98\x27\x2f\x07\x79\x32\x95\x77\x1f\x99\x25\x3d\x5d\x10\xb1\xa3\x8f\xa4\x61\x45\xef\xab\x3d\x8b\xea\x0c\xc8\xeb\x0f\x21\x33\x02\xdb\x49\x67\xc3\xe7\x24\xbc\xb8\x25\xe6\xd9\xbc\xde\x8c\x38\x30\x92\xf0\xb7\x20\xb9\x51\x3d\x11\xcd\xd1\x8a\x0a\xa8\x8d\x53\x3d\x84\xdc\xbb\xf3\xc3\x5e\x31\x56\x4a\x53\xb6\xde\x58\xfb\x5e\xd5\x1b\x57\x89\x56\xfb\xbb\xf1\x1a\xa1\xce\x96\xfb\x64\xa8\x2a\xd1\xe0\x79\xcf\x0a\x1e\xa4\x0a\xe2\x18\xbd\x54\xef\x33\x0b\x7a\xeb\x17\xed\xb4\x23\x06\x8a\x66\x0d\x19\x7d\xbd\x03\xee\x65\x29\xa6\x2f\xea\x74\xa4\x43\xe6\x53\xe2\x06\x9e\x68\x0e\x3c\xe1\xd4\x83\x7e\xd4\xb9\xce\xd2\x45\x75\x86\xfd\xe7\xec\xdb\x9a\xfd\x64\x75\x38\x7b\x8f\x70\x63\x55\x5a\x53\x44\x3d\x77\xaf\x2e\xa8\x6f\xb5\x6f\xde\xb2\x75\x30\xf1\x15\x78\xdc\xd4\x3e\x1c\x98\x27\xa6\x66\x53\x65\xb3\xc6\x66\xf6\x41\x4b\x1b\x5d\x8c\x0b\xcb\x0f\x06\x1f\xf0\xbc\x1b\x90\xba\x6a\x57\x2b\x53\x1a\xde\x9b\x4a\xc7\x3f\x29\xe7\x78\x96\x9c\x67\xc4\x01\x4d\x12\xfb\xad\xaf\xdc\xbe\x67\xba\x45\xa0\xa6\xc9\xf3\xa0\x21\xa2\x53\x37\xf3\xf1\x10\x88\xe0\x6d\xd3\x08\x82\x1f\xce\xea\x80\xa0\x21\x9d\x44\x7e\x22\xd8\xde\x12\xdf\xc9\xc3\x0a\xf8\x42\xb9\x77\xdb\xcd\x4b\x6a\x62\x8e\xcf\xab\x75\x0e\x64\xb0\x7e\x9f\xca\xf8\x6d\x35\x03\x12\x5a\x76\xa5\xd2\xec\x23\x97\xd2\x8c\x70\xc3\x6c\xa6\xdc\x92\xde\xb2\xfa\x53\x65\xe2\x0c\xbc\x56\x7d\x27\xcb\x64\xcb\x54\x62\x9f\x98\x16\x97\xb8\xcf\x4e\x72\xb7\xe9\x2d\x07\x5c\xeb\x41\xb1\x61\xe6\xf2\xcc\x9c\x31\x5c\x5d\x03\xe4\x19\x63\x52\x77\x7d\xc6\xd8\x57\xb4\xa2\x35\x58\x37\x7e\xa7\x5b\xda\x90\x79\x25\x36\xb0\xac\x58\xca\xef\xa9\xa6\x91\x43\xe5\xb3\x69\x58\x2c\x80\xcf\xbd\x41\x3a\xe3\xdf\xb4\x4f\xf5\xd4\x20\xf0\x67\xf0\xe3\x0d\xab\x91\x75\xb0\x49\xa8\x7a\xfa\xee\xcb\x1e\x0e\x97\x3c\x24\xa3\x10\xdb\xa3\x6e\x2a\xbb\xee\xe5\xff\x53\x50\x34\x08\xf0\x6d\x7e\xcd\x50\x33\x51\xb7\xd2\x32\x01\x64\x53\xfa\xaf\x76\xf8\xab\x02\x2d\xaf\xb1\x61\xe4\x95\x7d\xd5\xfd\x94\x8b\x2f\xb6\x33\x2c\xeb\x9d\x8e\x95\xb0\xb8\xf7\x58\x60\xc3\xdc\xd7\xf1\xda\xf9\xa8\x3c\x19\x22\xe2\x81\x14\x1f\xf8\xf1\xc8\x1f\x74\x07\x99\xc3\x2d\xbc\x5f\xdc\xd6\x77\x40\xf6\xc1\xe7\xbf\x76\x1d\xe8\x0c\xbe\x61\x97\x2c\x91\x7b\xa0\x71\xd3\x3d\x05\x19\x38\x51\xae\x36\x3b\x64\x12\xdb\x17\x48\xd0\xda\x4a\x5e\xa1\x20\x56\x60\x66\x6f\x97\xcb\x8c\x10\x08\xa7\x9e\x8a\x04\xfb\xfb\x7e\x2a\xa5\xe7\xf9\x95\x84\x19\xfe\xf1\x0f\xb2\xa6\x35\x2f\x46\xee\x64\xaf\xd3\x7c\x99\x05\x23\x33\x56\xb4\x14\xb3\xce\x97\x54\x3a\x49\xe9\xc8\xb1\x65\x2a\x4a\xe5\x8b\xf1\x4e\x94\xcf\xd0\xc4\x7b\x74\x4e\x0c\x73\xc0\x80\xba\xa4\xdb\xce\xea\x34\x59\xf9\x58\x5b\x44\x2f\x63\xc9\x2a\xb6\xc0\x4c\x66\x13\x2a\x0f\x5f\x8f\xe9\x35\x8c\xf6\x34\x01\xcd\xe3\x2e\x6b\xbf\xc1\x9d\x6d\x02\x72\x44\x1e\x67\x0a\x36\xdc\xcf\x42\x0f\x5e\xda\x4e\x85\x00\x18\x6d\xce\xb2\xc9\xe8\x29\x93\x0c\xe4\xdb\x05\xa3\xf0\x98\x2b\x3f\x6c\x90\xd8\xd6\x59\x61\x7d\xcd\x83\xd7\xc8\x53\xf6\xec\xdf\x42\xdd\x02\x8c\xe6\xe6\x21\x3b\x97\x32\x90\x1f\xca\x3d\xd1\x11\x5a\x3b\xc7\x96\x0e\xe9\xe8\x79\x38\xd1\xcb\xe7\xaa\x69\x59\x0f\xe2\x39\xc6\xcd\x40\x1c\x7e\xa1\xca\x7f\xce\x5a\xdc\x32\xe9\xe4\x91\xd1\x22\xb6\x74\xed\xac\x2d\x6e\x98\x4d\x56\x0a\x7c\x5a\x19\xdd\x59\xcc\x95\xc6\xc8\xbe\xc9\x1d\x7a\x85\xbe\xcd\x8f\x29\x3a\x5e\x61\x0b\x73\x70\xb3\x85\xd3\x02\xa9\xb0\xe2\x56\x78\x66\x90\x84\x87\x79\x7d\x69\x32\x01\x73\x55\x2a\x7b\xea\x61\xc8\x5c\x29\x8c\xf7\xf1\x20\x26\xbe\x6c\x8c\xcc\x7e\xf0\x5e\xad\x0c\x16\x97\xc9\xf0\xb4\x5a\x3f\x1b\xae\xc4\x2d\x33\x6a\xdf\x1e\x81\x3a\x36\x1c\x14\xc4\x21\xec\xc3\xf2\x95\xfd\x65\xf8\x16\x8b\x23\x27\x17\x93\x65\xff\x00\xdd\xd3\x86\x03\x18\x86\xfe\xdd\x47\x14\x60\xf7\x03\xc0\x99\x8c\x82\x83\x1d\x25\x07\xb0\x2b\x9f\x88\x07\xba\x51\x76\x51\xb0\x2e\x19\x50\xe1\xb9\xb8\x57\xf2\x30\x46\x72\xda\x93\x68\x20\x83\xf8\xa8\xcb\x20\xc8\x75\xef\x4d\x29\xf0\x6a\x28\x26\xfd\xb2\x79\x0b\x68\x19\x2b\x7a\xc3\xca\xe3\x1e\x87\xe3\xba\x6b\x32\x1a\x67\x7a\xeb\x5e\x68\x5f\x1d\xf7\x9a\xdc\x7b\x48\xfb\x14\xb0\xd3\x15\xfb\x3a\x42\x1d\x8c\x71\x2c\xfc\x5c\x4a\xa0\x8c\xa2\x73\x98\xf3\x86\xc9\xb2\x9d\x21\x62\x74\xfc\x7a\xdd\x88\xdb\xe8\x78\xdb\x97\x71\x99\xa8\x76\x97\x65\xe5\xc9\x0d\xff\xbd\xd3\x83\x0a\x06\xf9\xaf\x09\x76\xc2\xb8\x0b\x3e\x9b\xe0\x22\xa4\x06\xb9\xba\xd4\x7e\x99\xa3\xae\x02\xa8\x4b\x2b\x5c\xd2\x28\x0a\x57\xf2\x86\xc1\xe5\x43\xf4\x8b\xdf\x26\xc8\xbc\x1d\x16\xf2\x43\xb1\x70\x77\x2d\x28\x9b\x75\x17\x6b\x85\xee\x69\x53\x28\xbd\x76\x51\xcf\x45\xb3\x72\x2f\x03\xdb\x55\xb2\xcb\x82\xab\xe4\xfa\xc3\xeb\xf2\xa6\xda\xdc\xd3\xa6\xa1\xdb\xbd\x0a\xe1\xa6\xc3\xe3\xd0\x67\x60\xd3\x41\x8c\xb4\x7b\xeb\x1e\xd9\x42\x1b\xb6\xdf\x9c\x06\xe3\xba\x26\xc9\xc4\x0f\x18\xc5\xa6\x70\x76\xa3\xf8\x35\x9f\x70\x18\xd3\x66\x8f\x61\x9e\x33\x45\xec\x5c\x01\x98\x25\x5f\x48\x35\xd3\xd2\xfe\xd8\xcd\x15\x92\x2b\x42\x9c\xfc\x4e\x4a\x78\x69\xa0\x7d\x75\xaa\xf4\xb0\x1c\x32\xf4\xe2\xb3\xa1\x5f\x12\x0f\xc5\x2e\x5d\xde\xa0\x4c\xca\x08\xf2\x32\x72\x94\x83\xa5\xb7\x55\x8a\xed\x97\x51\x5b\x3e\x77\xcd\xa7\x8d\xa8\x20\x56\xae\x47\x78\x23\x2a\x36\x75\x2f\x23\x4c\x1b\xba\xf9\x0e\x0a\xfd\x67\xd2\x3a\xa2\x05\x8f\x07\x9c\xf2\x72\x30\x98\xb0\x03\x03\x43\xf6\x61\x0c\x42\x5e\xd8\x03\x83\x0c\x2e\x8f\x1e\x91\xd7\xcd\x82\xd6\x76\x11\x63\x5e\xe7\xb5\x12\x36\xf9\x4b\x86\x31\xca\xcc\xe3\xf1\xa8\x1b\x21\x8d\x30\xf3\xbe\x84\xe5\xd9\x98\x76\x61\x5c\x17\x95\xef\x37\xa7\x04\xed\xb4\x2e\xb3\x10\x9c\x71\xce\xca\x14\x9d\x61\x8b\x4f\x2b\x5b\x34\xf9\x8a\xfe\x0c\xb8\x1c\x0e\xda\x30\xf5\x1f\x52\xce\x6e\x85\xbc\x39\x08\xa3\x6a\x83\xd0\x9b\x74\xb8\x5c\x91\x89\xd4\x73\x76\x7f\x77\x6b\x06\x0a\xcf\x04\xfb\x73\x9f\x6c\xce\x47\x8f\x7c\xab\x3c\xbc\x04\x36\x63\x64\xce\x41\x61\xf0\x9a\x54\xd4\xcf\x5d\xf3\x23\x0c\xc3\x29\x9e\xc5\x1e\xe6\x6d\x3e\xc3\x70\xe8\xb3\x6f\xb6\xe7\x20\x8c\x2e\x13\x74\x30\x95\xe1\xa1\xc9\xe8\x1e\x3d\xbe\x03\xa2\x2e\x89\x74\xc7\x10\xb8\xc2\x7b\x3c\xa7\x74\xa7\x79\x06\x19\xaa\x1f\x01\x93\x7d\x1e\x92\x1a\xfa\xa4\x09\xb0\x07\x83\xb8\x7b\x96\xeb\x20\xd4\x1d\x57\xe4\x76\x7d\xba\x2b\x74\x3f\x44\x87\x57\xf6\xdd\xfe\xa5\x7b\xbb\x1f\xce\x9a\xf9\x8a\x0d\x6d\x4f\xbd\xcf\x94\xf7\xe0\x51\x2c\x21\x82\xe7\xa7\xc6\xd9\xed\x79\x1d\x5c\x19\x22\x27\x01\xbc\x69\xf2\xaa\x7d\xda\xd5\x5c\x1f\x8a\x7b\x6a\x47\xc1\xff\xfd\x99\x09\xab\x0c\x07\x14\x77\x1d\x0f\x65\x85\xca\x81\xee\x6f\x97\x6c\x10\x8a\xdc\xec\x93\x00\xd9\x01\xe3\x9c\xb9\xfd\x76\x45\x52\xf5\xff\xb0\xe7\x03\x3e\x78\x88\xdd\x8f\x0a\xdc\x69\x08\xcf\x4d\x06\x93\xbf\xe8\xe2\x66\x39\xd2\x0d\xbe\x0b\x4d\x92\xd7\x03\x9c\x05\xd7\xdf\xc1\x73\xad\x7b\x57\x6b\x28\x91\x9f\x84\x7e\x72\x1e\xc6\x60\x92\x3f\xf9\x60\x81\x73\x48\xcd\x23\xfb\xb9\xeb\xbb\x04\x71\x7f\xff\x7d\x82\xbd\x1e\x28\x88\x01\x7c\x91\x03\x30\xf4\x52\x81\xfd\xc4\xd7\x17\xf3\x32\x69\x57\x7f\x77\x9d\x31\x2b\x97\xfa\x3d\xff\xc4\x6b\x86\xe2\x7b\xa1\xe7\x02\x01\x48\x7b\x79\xaf\x0c\x82\xa1\x2c\x7c\xf7\xc9\x24\x03\xe1\x23\x4d\xce\x4a\xc4\x07\xaa\xe5\x1e\xfe\x72\x26\xb3\x8a\xcf\xc9\xfd\x5d\x29\xb0\xbf\xfe\x4a\x7a\x32\x60\x4f\x20\x03\x36\x79\x15\x3c\x48\x85\x7c\x1f\x19\x9d\x9d\xe5\x1e\x8e\xbb\x60\xca\x99\xed\xe3\x1e\x0f\xfd\xa7\x56\x34\xed\x8a\x14\xac\x51\x7c\xce\x0b\x48\x32\xe9\xad\x46\x0e\xce\xeb\x3e\x97\xd7\x52\x3f\x96\x2b\xc8\xcd\x23\x6a\xd9\x88\x76\xd1\xc5\x6a\x1c\xf2\xe0\xa8\xe2\xd5\x25\xb5\x64\xbc\xf1\x51\x22\x54\xcb\x12\x19\x38\xa4\xb6\x18\x36\xaf\x3b\x18\x21\xd5\x00\x5b\x0f\xc8\x89\x6d\xe8\x32\x05\xbf\x81\xc9\x9f\x76\x6d\x32\x99\xab\xde\xe1\x18\x94\xdf\xaf\x85\x72\x2f\xbc\xf7\x50\xd0\xe8\x7e\x2e\xed\x80\x0f\x22\xc7\xb5\xa3\xa1\x75\xf7\xbc\xde\x7d\x2f\xc1\x5d\x75\x4b\x4d\xbe\x39\x75\x4f\x4d\xb8\x60\x57\x94\xdb\x62\xd2\xa8\xd6\x7a\x5b\x20\x03\xee\x65\xe7\x1f\x7e\x9c\xd8\xc5\x72\x7b\xe4\xb8\xe3\xc2\x6f\x4e\xe5\xe8\xa7\x22\xb8\x86\x34\x4e\xa6\xa8\xb7\x2f\xee\xbf\xbd\x67\xe8\xc7\x2a\x8c\xea\x7c\x83\x10\x4e\x7a\xb6\xd9\xfd\xd0\x8a\xb3\x4f\x36\x51\xb2\xa6\x0d\x56\x50\x62\xeb\x86\x49\x56\x2b\x17\xb6\xd2\x98\x78\xb8\xe9\x25\x36\x29\x02\xf9\xe4\xa2\x69\x38\x31\x46\x24\xd3\xae\xa4\x36\x24\x49\x29\x8a\x76\xe5\x80\x03\x37\x8b\x5a\x69\x43\x51\xd4\x64\xb3\xdc\x7a\xb1\xb3\x33\xb2\xc2\x4b\xd3\x90\x54\x67\xaa\x97\x2d\x59\xc3\xa6\x89\xb5\x80\xf7\xb5\xf4\xd6\x73\x04\x98\x2e\x1a\xd1\xae\xf1\x97\xfb\x7e\xd1\x07\xf3\xf3\x1a\xfb\xdc\x1f\xef\x5e\x43\x83\xfb\xe8\x26\xb9\x1f\x66\xbb\xfe\xd6\xc6\x1f\xa6\x3d\xe6\x22\xfd\x46\x0a\x7f\xb8\x57\x7a\xc8\x5d\x39\xfb\x89\x6e\xce\x47\x94\xdd\xd9\x37\xb8\x4d\x9f\x59\xb5\x9d\x00\xc2\x4b\xf6\x06\x02\xb7\x5f\xde\x4f\x34\xe9\x57\x10\xe5\x20\xb4\x2b\xcd\x61\x8f\xc4\xd3\x80\x9d\x79\x62\xde\xde\x03\xf3\x15\xa2\xcd\x84\x18\xe3\x5d\x75\xad\x16\x73\x31\xf1\x63\xf2\x49\x26\x0e\x18\xbf\x5c\xaf\x59\x98\xea\xef\x4e\xe9\x9a\xce\x78\xc5\xd5\xd6\xca\xa2\xf8\x19\xc8\x42\xac\xb7\x4f\xba\x66\xd9\x97\x26\x7d\x14\x60\xf9\x5f\x43\xad\x32\x2e\xea\xe8\x78\x39\x2f\xdc\x15\x29\x3a\x34\x20\x41\xc7\x20\x61\x77\xfc\x83\x50\x6c\xcd\x7a\x29\xea\x4e\x59\x61\xbe\x62\xf6\x6f\x56\xa8\x74\xd2\x6f\xd8\x9c\x9c\xc4\xf3\x37\xd1\xa8\x27\xbd\xe4\xfb\x72\xb4\x7b\x2e\x06\xb3\x00\xaf\x00\x27\x7f\x26\xe6\x78\xc3\xa2\xb4\x3f\xdf\x74\xe2\x7d\x2f\x7e\xe9\x58\x25\x0e\xf3\x19\x66\xe9\x2c\x8a\xdf\x98\x4f\xcc\xc0\x7f\x28\x8b\x68\xab\xf5\x03\xb9\x23\xa2\xd7\x5d\x19\xc3\x62\xf2\x51\x78\x42\xab\xca\xc3\x98\xa1\x8b\xbb\x1a\x36\xd0\x6a\xfb\x37\x66\x00\x3b\xe6\x1f\xca\x01\xe5\xcd\x87\x0b\x08\x47\xab\xbb\x2e\xbe\x43\xe2\x80\xd5\x7f\x49\x6f\x98\x24\xee\x49\x35\xc9\x20\x95\x12\xbd\x32\x7c\x2d\x53\x92\x11\xaf\xf1\x89\xf7\x31\x38\x65\x50\x1e\x61\xda\x9d\x86\xb6\xb3\x23\x68\x2f\x49\x81\xa9\x67\xb9\x37\xe4\xe7\x6d\x55\x19\xeb\x0a\xc1\x4e\x03\xcf\xac\xaa\x3c\x1d\xd4\x5f\x15\xe2\x47\x9b\xeb\xf2\x4f\xd6\x55\x66\x24\x3f\x3a\xd7\x37\xfa\x1a\xc6\xf3\xbe\x1b\xe3\x63\xc8\xe9\x71\xf0\xa8\x03\x4b\x1e\x92\xd1\x17\xff\xe5\x01\x1c\x8f\xc9\x13\x07\x29\x26\x1f\xde\x53\x82\xf2\x2b\x7a\x96\xf0\xb4\x95\x98\x47\x67\x37\xda\x02\xd4\x86\x2e\xd4\x1b\xa5\xa4\x11\x6d\x5d\x92\x46\xcc\x78\x4d\x68\xb5\x10\x0d\x57\xcb\x95\x83\xa8\x84\x79\x89\x09\xdc\xab\xf8\x10\x48\x09\x53\xb0\x50\xf2\x9f\xe3\xf3\x97\xe4\x2a\xc5\xae\xd3\x1f\x57\x84\xa4\xb7\xe6\x89\x47\xa9\xf4\xd6\x0b\xbe\xc8\x6e\xc1\x99\xb7\x55\xc7\xe4\xcb\x93\xe1\x68\x56\x82\xd0\xb1\xab\x46\x02\x37\xc3\x2b\x26\x65\x3a\x6f\xcd\x47\x76\xb6\x0f\x3c\xef\xca\xfe\xa5\x1d\x45\xb9\x6c\xe7\xf3\x8a\x95\x78\xe3\x0d\x9f\xc8\xb5\xeb\x63\xd1\xcc\xf9\xd0\xb9\x17\xb0\xd0\xa0\x0f\x90\xc8\x3a\xec\xfd\xa4\x0b\x1e\x77\xf5\xbc\xee\x8b\xba\x64\xef\xec\x7b\xf6\xe4\xc4\x7b\xfb\xcd\x9e\xbd\xe2\x43\x6c\xf2\x8c\x03\x4f\x42\x6a\xdb\xf7\xae\x1e\x27\x72\xf2\xfb\x08\xfe\x66\xc9\x2b\x16\x8c\x40\x9e\x1c\xb8\x0c\xd1\xea\x66\x11\xb1\xae\xee\x2f\xef\xc7\x39\x67\x18\x07\x3e\x09\xff\x7d\x48\x1e\x67\xd6\x2b\xea\xf1\xd9\xbd\x20\x30\x80\x27\xd5\xfe\x7a\xfe\x92\x5e\x72\xfc\x18\xc7\xd4\xc9\x0c\xbf\xf7\x11\xfb\xe1\x7b\x5e\x6a\x42\x77\x07\xb9\xfe\x4b\x79\x49\xea\xf1\x53\x5b\x22\x41\x74\xa7\x06\x06\xdc\x84\x88\x86\x40\xe5\x6b\xf3\x23\x56\x66\xe2\x73\xb2\x61\xc8\xf6\x0b\x01\x75\x45\xcc\xcf\x15\xd5\x82\xa4\x66\x77\xa2\x32\x31\x77\x83\x83\xe6\x87\xee\xca\xdc\x39\x77\xbc\x66\xfe\x8f\x7d\x67\xda\xa7\x2e\x1e\xd4\xc5\x78\x20\xac\xec\xae\x03\x49\x78\x90\xc3\x59\x52\xd6\xae\xf0\x81\xd8\xa8\x5f\x5c\xf6\xfb\x2a\xca\xac\x19\xc4\xf2\xe3\xef\x11\x3b\x21\xff\x25\xe6\x44\x12\x8c\x38\x6e\x78\x7f\xe0\x89\xcf\x7c\xc7\xfb\x70\xe2\xfd\xf1\x5d\x77\x5c\xac\xeb\x02\x9d\xe1\xa9\xb2\xa7\x5d\x95\x33\xb8\xba\x60\xc2\x63\xd4\xde\x05\x5e\xb3\x66\xd5\x76\xb1\x14\xda\x34\x46\xfe\xe8\xce\xad\xb4\x57\x95\xe7\x5c\x2e\x59\x43\xb6\x10\x85\xc4\x1d\x0c\x9e\x4a\xa0\xe8\x92\x42\x62\x4e\x4c\xff\x88\x71\xc2\x50\x39\x75\x69\x5c\x81\x40\xe5\xda\xa0\x82\x1c\x13\xd4\x3d\xe4\x88\x3c\xce\x24\x0f\xb8\xeb\x19\xb0\xa9\x58\x85\x2f\xc0\x40\xe4\x69\x43\xd7\x50\x71\x6e\x06\xef\x7c\xc1\x23\x74\xa5\xa8\x3f\x0d\x78\xcf\x3e\x48\xd7\xb4\xb5\x3b\x10\x34\x75\xd5\x2a\xfb\x98\x0c\x55\x9f\x4a\x08\xfa\xf0\xe0\x31\x4f\xe4\xb8\xf0\xbb\xe4\x96\xd4\x25\x2f\x6e\x3a\x2a\x03\xb3\x20\xca\x9f\x41\x66\x4f\xd4\xfc\x11\xb9\x7e\x7d\xf6\xfa\x18\x43\x93\x35\xe5\xb7\x8c\xf0\xd5\x1a\x11\xa1\xae\x44\x5d\x5d\x33\x4d\x60\xda\x70\x48\x67\x92\x90\x52\xa6\xf4\x14\xe0\x5c\xf3\xe8\x88\xb4\x98\x6e\x0a\xe1\xf2\x86\xdd\xb2\x46\xf1\x59\x65\xae\x5d\x3f\x41\x1d\xf3\xe5\x88\x3f\x7c\x3c\xc6\xd8\x3c\xbd\xa5\xbc\xd2\xdb\x23\x89\xce\x22\xde\xaf\xda\x15\x39\xe9\x07\x94\xde\x71\xc2\x6e\x96\x7d\x3b\x20\xff\xcb\x9e\xe9\x73\xcd\xc6\x99\x1b\x38\x7a\xc9\x34\xef\xf1\x1f\xba\x58\xbf\x5b\x53\x15\x90\x31\x19\x54\xb1\xd5\xda\xf2\xcc\xf7\x3c\x7c\x7a\xdd\x7e\xe9\x7e\xf7\x30\xcc\xb5\xf4\x7f\x26\x27\x00\x3a\xca\x2b\x22\x27\x84\x03\x4b\xf6\xef\x45\x00\x15\x6f\xc4\xd3\xc8\xf6\x29\x30\xce\xee\x97\x21\xec\xee\x16\xf1\xc6\x24\xe8\x60\xd5\xc3\xce\x4b\xd3\x90\xb4\x3b\xd2\x94\xda\x0c\x17\x18\x15\x2d\xf8\xda\x5d\xc7\x43\x69\x6b\xf6\xb9\x8d\x61\x9a\xb0\xbd\x77\x66\x10\x6f\xd5\x85\x17\x0a\x86\x61\x41\xc1\x42\x52\x6a\x93\x0f\x14\xbd\x72\xbf\x8f\x8f\xc9\xff\x0d\x65\x24\x22\xfe\x4b\x62\x02\x1d\xa0\xd7\xbb\xe1\xa7\x81\x8a\xc7\x27\x57\xa3\xdc\xe1\x43\x72\xcd\xc2\xa8\x5d\xf7\xca\xaa\xee\xe2\x2a\xe7\x7b\xb5\x11\x22\xa3\xdf\xac\x11\xed\xd6\x07\x5d\xc3\xce\x7a\x8d\x13\x8f\x82\x48\x4a\x78\xfb\x36\x8e\xb2\xc4\x8c\xf4\xe4\x28\xec\x6d\x52\xbf\xba\x05\x4a\x28\xe5\xaa\xda\x41\xdc\xd2\xd1\xa5\xfb\x32\x09\x3a\x9e\x46\x69\x91\xbb\xf8\xf2\xec\xc5\x73\x72\x69\xb9\xae\x56\xfb\xb3\xa7\xd1\xf0\xba\xff\x8e\x2b\xce\x1e\x53\x9e\xbd\x78\xee\x0d\x76\x07\xa6\xd4\xee\xb7\x8f\xee\x9f\x83\x29\xe3\xf4\xc3\xc3\x99\xd2\x5f\xb4\x8e\x29\xe3\xc5\xd9\xc1\x9b\xe5\x4d\xee\x4e\x78\x17\xee\x49\xf9\xd1\xf6\x30\x9c\x18\xaf\x4d\x86\x48\x24\x2e\xa7\xa6\x21\xc9\x30\x61\xae\xbb\x42\x5e\x31\x9b\x3a\x6d\x8c\xb7\xae\xca\x1a\xc4\x3a\xfa\xc3\x0b\x5a\x82\x41\x1f\x77\xbc\x31\x3e\x26\x26\x8b\x27\x9f\x28\x9e\xb3\x0f\x87\xd0\x35\x0f\xd6\xc0\x19\x2c\xde\x7c\x87\xfc\x1c\x5b\x8c\xae\xa0\xf5\x00\xe2\x53\x7f\xc3\x15\x6c\x8d\x25\xb8\x4c\xbd\x57\xf3\x7e\xf8\x8c\xc1\x86\xd1\x76\xd8\x5b\xc4\xfc\xed\x84\x2c\xc5\x46\xeb\x5f\xa8\xdc\x4d\x25\xa1\x65\xc9\x4a\xcc\x0e\xd4\x3b\x8a\xd6\x9d\xb1\xb6\x5e\x34\xb4\x64\x06\x1b\x53\xa2\x4d\xc2\xc5\xa2\x39\x67\x15\xd4\x30\xf4\xeb\x4d\xb3\x35\x6d\xb0\xde\x17\xd8\x25\xee\x59\x14\x3c\x71\x93\x69\x24\xc7\x50\x39\x93\x08\x75\x4c\x92\x2f\x7b\x68\x9e\x0d\x05\x26\x9d\xb3\x11\xc1\xa4\x95\x39\x2b\xf4\x56\xeb\xda\x3f\x93\x3c\xf7\xef\xdb\x00\x77\x55\x1b\xba\x95\xd9\x4a\xa7\xeb\xaa\x95\x46\xa5\x67\x99\xab\xe7\xcd\x4c\x63\xd5\xf4\xf1\x57\xbe\x9e\x26\xa1\xd2\xf4\xf3\xd1\x4f\x0a\xe5\xf5\x5d\xc8\xef\x0b\x76\xf5\x93\x57\xb7\xcf\x52\xf4\x69\x7e\x8c\x31\xf9\xc7\x3f\xc8\x9c\x56\x26\x27\xc9\xa3\xef\x73\x16\x55\x5a\xec\xb9\xa6\x5d\xb1\xb9\x32\xfb\xb8\x64\x52\x35\x62\xeb\xe5\x7a\x7c\xe5\xb7\xa4\x4d\x78\xc1\x7f\xc3\x1a\x06\xcf\xd8\x14\xf8\x2a\x90\x24\x94\x94\xac\x60\xda\x79\xac\xf8\xcf\xae\x3c\x00\xab\x15\xbf\xed\x74\x0e\xf4\x85\xd4\x12\x57\x90\xba\x3b\xa2\xd6\x84\x05\x14\x99\x66\x6f\x87\xd0\xd4\xb0\x0b\x93\x10\x69\xb5\x73\xf0\x42\x76\x06\xad\x06\xde\xd4\x99\xe3\x41\x33\xaf\x15\xab\xa1\x78\xb5\x57\xaf\xc0\xea\x33\x28\x7e\xc0\xeb\xb9\xf9\x5a\x6f\x2f\x07\x4e\x8a\xee\x06\x5e\x2d\x94\xad\x71\xd0\x15\x66\xf6\x00\xba\x4e\x50\xe7\xdd\x48\x0a\x9b\x97\x11\x50\xda\x26\x0e\xbb\x59\x69\x0f\xc8\x23\x8b\x2d\xfc\x67\x02\xb8\x58\x4d\x92\xd0\x7a\xbb\x12\x0d\xeb\xdb\xe1\xc1\x6d\xf9\x63\xf2\xed\x33\xfe\xae\x97\xc9\xb3\x1c\x87\x3d\x12\x9e\xd3\x2a\xb6\x83\x9d\xab\x08\x40\x30\x2e\x6e\xab\x21\x18\xd6\xe3\x35\x57\xae\xa8\x40\x78\x89\x2f\x2d\xfe\x1c\xe5\xef\x0e\x37\x09\x13\x6b\x87\xdb\xda\xec\xac\x9e\x56\x99\x00\x28\x06\x03\xfd\x76\x43\x77\xde\x2d\xa1\xfd\xf6\xbb\x2a\x69\xdf\xad\xce\xf5\xc1\x55\xae\xb3\x35\xae\x07\xa3\xc8\xfb\x14\x83\xee\xcd\x6f\xce\x10\x7d\x12\xaf\x6b\xa6\xce\x73\x5a\xe3\x79\x9f\x92\xce\xf1\x3d\xd2\x9c\x55\x40\x4e\x8c\x25\x31\x4a\xb8\xeb\x43\xd2\xc5\xfb\xf9\xf0\xa3\xa4\x7e\xe7\x58\x37\x43\xd9\x03\x41\x66\xf8\x3c\xf7\xed\x41\x60\x87\xb7\xc5\xd0\xaf\x69\x96\x12\x25\xba\x89\x00\x55\x66\xcb\x18\x3a\x01\xed\xdb\x6d\xd6\x9e\xc3\xa4\x47\xfd\xc5\x63\x53\x17\x77\x0d\x4f\x86\x14\xc2\xab\x63\x04\xd6\x32\x02\x4b\x4d\x9d\x93\xd4\xfc\x09\x5d\x81\xd2\x65\x64\x0e\xb2\x4b\xc3\xe6\xa7\x03\xc5\xb8\x93\xc6\xd7\x7c\xc5\xa4\xa2\xab\xb5\x15\x49\xa3\xa4\x96\xe5\x54\xd9\x36\xe3\x87\xf1\x0e\x72\xe0\xbc\x32\x40\x91\x34\x97\xf4\x96\x8d\xfa\xe6\x3d\x21\x4a\xec\xb4\xd1\x06\xb2\x89\x4e\x87\xde\x6c\xe8\xef\xb6\xff\x83\x51\xa8\xa0\xb4\xf5\x7d\x85\x38\x5e\x52\xb5\x24\x27\x19\x94\x9f\x3a\xdf\xc2\xf5\x5b\xda\xc2\xca\xbb\xfa\xba\x0a\xcc\x61\x7f\xeb\xdc\xec\xea\xee\x3c\x8f\x80\xd7\xd8\x3a\x78\xc5\xe9\x17\x5c\xdf\xe3\xf0\xb2\xcf\x7b\x72\x42\x7e\x89\xe5\x57\x76\x09\x03\x70\xb8\x6e\x7d\x48\xc6\x2b\x96\x85\xf7\xe4\xc8\x24\x84\x1a\x47\xd1\x03\x19\xd3\x7b\x7c\x08\x38\x47\xcb\x00\x64\x6e\x29\xc6\xb9\xe3\x08\x78\x41\xf1\x56\xff\xe5\x65\x00\x64\x13\x7e\x5c\x29\x3b\xed\x57\xe9\xff\xcd\x6b\x9e\x50\x9b\x9b\xaa\xe0\xc2\xd6\xeb\x9a\xbc\xa4\xbc\xae\x19\x86\x97\xaf\x99\x54\x35\x83\xa7\x3a\x58\x94\x48\x21\x4d\x7d\x85\xe0\xd9\x04\xf3\xf6\x90\x99\xf8\x44\x5b\x85\x4b\x7b\x86\x1e\xa6\x0b\x3e\x7a\x44\x9e\xa2\xc1\x0b\x1b\x6e\x42\x36\x06\x18\x99\x09\x13\x13\xa5\xe1\x78\xdd\xfb\x23\x6e\xc2\x9c\x49\x52\xf1\xda\xd4\xa0\x20\x6a\x29\x24\xf3\x3b\x58\xb4\xe8\xca\xe1\x14\x60\x80\x6f\x94\xd5\xb2\xc5\x32\x7f\xf0\x4e\x11\x56\x3d\x47\xc7\x50\x34\xda\xa6\x2e\x5b\x98\xad\x79\xbe\xc4\x54\x63\x97\x90\xd9\x4d\x21\x54\xec\x5d\x2b\xdc\x4a\xc5\x56\xa4\x58\xb6\xf5\x8d\x3f\x10\x18\xc4\x14\x6a\x0c\x54\x5b\x73\xac\x5d\x92\x9a\xa9\x0d\xbc\xbe\xa2\x29\x69\x23\x50\xb4\x02\x70\xa2\x55\xda\xff\xe5\xe6\x2b\x57\x03\x7d\x45\x6b\xbe\x36\xa6\x73\x98\x7c\xe9\xd7\x84\xeb\xcf\x4b\xf1\x69\xe7\x18\x93\x4b\xd9\xb2\xa1\x1c\xaf\xcc\x2f\x7e\x76\xdb\x61\x5b\xc0\x4b\x87\x19\x18\xf3\xcb\x51\x7e\x42\x19\x49\x3c\x98\x68\x77\xe0\xd6\xf9\xa9\xf0\x82\x2f\xc4\xab\xea\xb7\xcf\x06\xd2\xcb\xf0\x53\xf1\x81\x2b\x90\xe4\x51\x65\xbe\xfc\x40\x82\xc7\x43\x7c\x39\x4a\xb0\xce\x90\xb9\x2f\x4f\xed\x40\x0a\xbb\x1c\x9f\x3b\x93\xd8\x06\xe6\xee\x4e\x63\x2f\x51\x29\xf8\xf7\x03\xe9\xda\x81\xfd\x72\x94\x22\x99\x21\x69\x6f\xe6\x57\x38\x78\xbe\x72\x97\xb6\xfc\xfb\xeb\x20\xef\x55\xfd\x3b\x68\x0d\x47\x82\x87\xdc\xb8\xdd\x69\xb7\x75\x93\x38\xf8\x01\x95\xa4\x2c\xf8\x8e\x87\x54\xd2\x32\xe2\x07\x5c\x7c\x25\x47\xbd\x4f\xbf\xe4\x2f\xb8\x1e\x3c\x4c\xb8\x4e\xfd\xe3\x7d\x68\xad\x12\xff\xf3\x67\x78\xac\xa5\x27\x1b\x3f\x65\x35\x1b\x3c\x7f\x7f\xef\xff\x07\x00\x00\xff\xff\xa0\xeb\xb1\x76\x3f\xfe\x00\x00" +var _epochsFlowepochCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x7d\x6d\x73\x1b\x37\xd2\xe0\x77\xff\x0a\xd8\x55\x97\x90\x8f\x29\x3a\x4e\xae\xb6\xb6\x74\x56\xf6\x1c\x49\x76\x54\x5e\xdb\x8a\xa5\x64\xaf\x2a\x95\x8a\xc1\x19\x90\xc4\x6a\x38\x60\x06\x18\xd1\x4c\xe2\xff\x7e\x85\x6e\x00\x83\xb7\x19\x92\xb2\xf3\xf2\xec\x13\x7e\x92\x48\xa0\xd1\x68\x34\xfa\x0d\x8d\x06\x5f\xad\x45\xa3\xc8\x83\x67\x6d\xbd\xe0\xb3\x8a\x5d\x8b\x1b\x56\x3f\xb8\xe7\xbe\xae\xc4\x26\xf3\xd5\xc5\xd9\x35\x9d\x55\xec\x4a\xd1\x1b\x5e\x2f\xc2\xdf\x4e\xab\x56\x2a\xd6\x7c\x73\x1a\x7e\x7d\xf6\xe2\x79\xf8\xc5\x33\xc6\xe4\x83\x7b\xf7\x1e\x3d\x22\xd7\x4b\x46\x94\x58\x1f\x55\xec\x96\x55\x44\xae\x68\xa3\x48\x21\x6a\xd5\xd0\x42\x91\x15\xad\xe9\x82\xd7\x0b\xa2\x96\x8c\x54\x7c\xce\x8a\x6d\x51\x31\x22\xe6\x84\xad\x45\xb1\x94\x53\x72\x51\x13\x0d\x6f\xa2\x41\xe1\x77\x84\x36\x0c\xda\xcb\x15\xad\x2a\x26\x15\x69\x6b\xae\x74\x1f\xc5\x57\x8c\x6c\x96\xcc\xfc\xce\x4b\x56\x2b\xae\xb6\x44\xe9\xe9\x90\x11\xf4\x61\xba\xa5\x06\x56\x33\xb5\x11\xcd\x0d\x11\x6b\xd6\x50\x25\x1a\x39\x26\x5c\x12\xa9\xa8\xe2\xc5\x94\xbc\xb6\xdf\x92\x15\xdd\x12\x51\x57\x5b\x52\x31\x7a\xcb\x88\x68\xc8\xbf\x05\xaf\x61\x00\x03\x42\x43\xa3\x0a\xb1\x23\x33\xd1\xd6\x25\x6d\x38\x93\x31\x90\x19\x23\xec\xdf\xac\x50\xac\x24\x65\xdb\xe8\x49\xd3\xda\x74\x9a\x8b\x86\xdc\xd2\x86\x8b\x56\x6a\x60\x2b\x2e\x4b\xb6\x62\xb4\x16\x6d\x23\x27\x64\xd6\x2a\x3d\xdc\x96\x34\x6c\x45\x79\x4d\xcc\xe8\xd1\xf4\xda\x5a\xf1\x0a\x7e\x40\x98\xac\x2e\xe5\xf4\xde\xa3\x47\x1a\xe0\x79\x47\x38\xb9\xae\xb8\x22\xbc\x56\x82\x7c\x41\xd6\x4b\x2a\x99\x3c\xd6\x4d\x7e\x3d\xb9\xf3\x07\xba\x93\xf3\xcb\xd7\xa7\x5f\x93\x57\x64\xf7\xe7\x57\xd7\xf8\xe1\x63\x32\x9d\x4e\xa1\xff\x91\xfe\x10\xc3\x73\x04\xfe\xfb\xf5\x88\x5c\x31\xd5\xae\x89\xfe\xeb\x54\xac\x56\x5c\x69\xe2\x1d\xfd\xfa\xab\xeb\xf5\x41\x48\x6b\x08\x8f\xc7\x84\x5c\x5d\x3f\x7d\x71\xf1\xea\x39\xb9\xfc\xfa\xe9\xd5\xb9\xfe\xf2\x95\x28\x59\xc7\x17\x40\x36\x20\xb1\x12\x44\xb6\xb3\x15\x57\x9a\x4d\x00\xcf\x86\xfd\xd4\x32\xa9\x24\xac\xa0\xa6\xfd\xab\xf3\xff\x77\x6d\x16\x00\x17\x59\xc3\x53\x4b\x2e\x91\xd6\x53\xf2\x54\xe1\x1a\xd5\x25\x70\xac\xfb\x65\x02\x5f\xc3\x42\xc5\x9b\xa4\x61\x52\x54\xb7\x4c\xea\x16\x1a\x9c\x68\x95\x54\xb4\x2e\x35\x02\x09\x22\xb4\x2e\x49\xc9\x14\x6b\x56\xbc\xc6\x2e\x31\xa3\x58\x54\x6b\xf6\x4e\xb9\x5d\x35\x85\x7d\x9a\x1d\x9e\xad\xb8\x92\x1d\x76\xb8\x24\x92\x35\xb7\xbc\x60\x84\xdd\xb2\x1a\xdb\x52\x5e\xbb\xe9\x0e\x8e\x89\x03\x4e\xc8\x66\xc9\x8b\x25\xe1\x35\x57\x9c\x2a\x83\xaa\x6a\x68\x2d\xb9\xe2\xa2\xd6\xc4\x36\xf3\x45\xac\x70\xdc\x4b\xa0\xa2\x59\xbc\xcf\xc7\xe4\xea\xfc\xfa\xdb\xcb\x6e\xe5\xfe\xb5\x64\xb5\x47\x54\x32\x63\x0b\x5e\x23\xe8\x35\x6d\x14\x2f\xf8\x9a\xd6\x4a\x12\xb7\x81\x2d\x3a\xb8\x37\x98\x9a\x92\x33\xdc\x9b\x1a\x88\x86\xd8\x2d\x8e\x8c\x60\xac\x1b\xb6\xd6\xbd\xd2\xb9\x81\xd4\xc2\xb6\x6d\x45\x9b\x09\x29\x44\x55\xb1\x42\x4f\x0b\x24\x8f\x28\x99\xb4\x9c\x74\x2b\xf4\xdc\x0d\x0c\xde\x90\x02\x05\xec\xa7\x92\x34\x42\x28\xf2\x53\x2b\x9a\x76\x45\x0a\xd6\x28\x3e\xe7\x05\x55\x0c\x56\xb8\x10\xb5\x64\xb5\x44\x71\x81\xf0\x9a\x16\xe7\x54\x72\xa9\x1a\x3e\x6b\xf5\x56\xb9\x61\x5b\xb2\x60\xb5\x66\x64\x4d\xd2\x75\x23\x94\x28\x44\x45\x46\x67\x2f\x9e\x8f\x81\x9d\x99\x22\xed\x1a\xfa\x35\xb4\x2e\xc5\x4a\xc3\x9b\x31\x5a\x88\x7a\x6a\x89\x09\x13\x87\xb9\x02\x14\xdc\x0f\x85\x58\xad\x2b\xa6\x86\xd8\xd6\xf1\x8d\x5b\x43\xdc\xc3\xbd\xbc\x03\xa0\x34\xd5\xe6\xb4\x50\x12\xb7\x07\x4a\xec\x75\x23\x0a\x26\xa5\xe1\x19\x0d\x6f\x07\xdb\x18\x8c\xcc\x80\x01\xd3\x7c\x31\x26\xa7\xaf\x5f\xbe\xbc\xb8\xbe\x3e\x3f\xdb\xc5\x38\x13\x5f\xcc\x6b\xf5\x30\x6f\xab\x6a\x6b\x57\xbe\x84\xc1\x92\xa1\xa3\x7d\xf5\x94\xcc\x29\xaf\xda\x06\xc4\x07\xab\x15\x6b\xc2\x71\xe6\xa2\xf1\x27\x00\x74\x10\x11\x43\xe1\x8c\x4b\x58\x7f\x3d\x63\xaa\xf6\x61\x69\x3d\x2e\x22\x69\x57\xcb\x11\xb4\x5d\x03\x6f\x6b\xb2\x96\x6d\xc3\xdc\x66\x94\x84\x92\xa2\xe1\x8a\x17\xb4\x72\x78\x6b\x86\xdb\xf0\xaa\x22\x05\x6d\x25\xc2\x28\x96\x5a\x11\x29\x41\x96\xb4\x52\xd3\x7b\xf7\x68\xa1\xd7\x67\x44\xab\x6a\xdc\x31\x80\xd6\xdb\xb8\x0e\xbf\xdc\xbb\xa7\x05\xbf\xdf\x8a\xd5\xed\x0a\x57\x09\x56\xe7\x98\x7c\x7b\x51\xab\xbf\x93\x5f\xee\x59\x2d\x11\x80\xd4\xa4\x32\x62\xfa\xe9\xb7\xa7\xd7\x17\xaf\x5f\xf5\xb7\x03\xdd\x02\x72\x61\x47\x1b\x64\x03\x68\xf4\xbe\x07\x41\xad\x09\xde\x88\x6a\x1f\xf4\x5e\xbd\x7e\x75\xde\xff\xeb\x29\x4a\x00\xd1\x0c\x35\xb1\x7b\xba\x1f\xed\x77\xac\x68\x41\x8c\xf4\x36\xf9\x8e\x35\x28\x28\x06\x5b\x3d\x85\x2f\xfc\xa9\x3f\x32\xa6\x9a\x11\xb6\x4a\x6f\xe5\x70\xa3\x72\x09\x5b\x5a\xcb\x95\x8d\x91\x0c\xdd\x5a\x77\x0c\x2c\x1d\x38\x25\x08\x25\x35\xdb\x18\x76\x34\x0c\x6a\x35\x16\x6d\x0b\x14\x4a\xb8\x39\x13\xf2\xc3\x98\xa8\x71\x00\x99\xd1\x3d\x37\x1d\x8b\x6b\x21\x5a\xd8\x4f\x56\x02\x17\x6d\xd3\xe8\x5e\x38\x1e\x6c\x13\x2e\x71\x2b\x83\x6e\xb2\xfd\x4d\x3f\x5c\xd4\xbf\xfd\xef\x49\x0a\x79\xce\x1b\xa9\xc8\x2d\x67\x1b\x32\xe2\xb5\x96\xc9\xfc\x96\x8d\xad\x48\x0a\xc6\x99\xba\xce\xd0\xe9\x3b\xce\x36\x03\x80\x2b\xba\x2f\xdc\x4f\x65\x4c\xaa\x6e\x24\xf3\xc3\x53\xfc\xfe\xbc\x2e\x3f\xda\xa8\xfe\x6c\x6a\x5a\x0d\xc1\x15\x8a\x56\xe4\xd9\x3f\x5f\xff\x0b\xd0\x61\x25\x99\x6d\x09\xad\x2a\xa3\x8e\xd0\x0e\xa9\xd8\x02\x6d\xa8\xec\x12\x75\x83\x29\x0d\xec\x0a\xc0\x1c\x93\x6f\x9f\xf1\x77\x3d\xc3\xc9\x76\xbd\xae\xb6\x1a\x73\x3d\x12\x0c\x9e\x85\x1c\x74\xbd\xd0\x53\x2e\x8d\xaa\x68\xd8\x86\x36\xa5\x11\xa2\x20\xd5\x66\x5a\x90\xf2\xd2\x01\x5a\x37\xec\x56\x5b\xe2\x11\x24\x40\x51\x8b\xb4\x2b\xc0\xa1\x0f\x4d\xf0\x76\x34\xaa\xfd\x03\x89\x56\x11\x1a\x99\x81\xc3\x94\x79\x83\xb0\xba\x31\xf5\x2f\xe3\xec\xc6\xcd\x58\x67\xf1\xc6\xdd\xf4\x2b\x4c\xe8\xee\xc0\x1a\x93\xf5\xc2\x29\x69\x24\x21\x70\x06\xff\x99\x95\x7d\x56\x5e\xbb\x2e\xc4\x4a\x33\xae\x37\x97\xbe\xbd\xad\x07\xdc\x63\x6b\x47\x20\xc9\xcb\x56\x2a\x4d\x50\x51\x33\xb2\x68\x18\x45\xb5\x4a\x41\xc4\x04\xc0\x06\x65\xc4\x74\x4f\x91\x70\xb1\xcf\x3c\xc9\x86\xab\xa5\xdb\x01\x84\xd7\x73\xd1\xac\x68\xb8\x71\x7d\x76\x3c\x0e\xbe\xd5\x7d\x2e\xce\x26\x6e\xcf\xdf\xb0\xed\xc4\x5a\x1e\xb9\xff\x69\x59\x36\x60\x12\x35\xa2\x62\x93\x00\x94\x05\xe1\x61\x30\x21\x1b\xc6\x17\x4b\x35\x81\x7d\xb9\x12\x0d\xeb\x70\x82\x91\xeb\xb9\x38\x26\xdf\xa7\xde\xff\xf4\x95\xf9\xf5\x87\x83\xa5\x64\x8e\x0b\x3e\x8a\x98\xec\x07\xbc\x43\x62\xe9\xe5\x47\xf3\x9a\x50\x29\xf9\xa2\x5e\x69\x4e\xe8\x63\xb1\x73\xaa\xbd\xe8\x8a\x41\x23\xa3\xbc\x2a\x2e\x55\x00\xb3\x61\xeb\x86\x49\xa6\x0d\x30\xcd\x8a\x0e\x3c\xda\xe8\xb8\x67\x34\x4b\x80\x69\xa6\xd9\xe2\xe2\x4c\x9a\xc1\x8d\xfd\xb8\xa4\x21\x44\x03\x62\x82\xec\x84\x4e\x01\x2e\x1e\x0a\x55\x70\x18\x3c\xbe\x35\x76\x85\x09\xcc\x48\xb3\x8a\x2e\x4e\x33\x35\x7f\xe5\xd6\x4f\x8a\xb6\x29\x20\xda\x82\xc6\x7f\xcd\xa4\x44\xaf\x40\xe3\xa6\xa7\xcb\x68\xc9\x1a\x22\x99\xf1\x5e\x08\xad\x16\xa2\xe1\x6a\xb9\x02\xec\x02\x80\x43\x9b\x5f\x7f\x70\x88\x2b\x18\xf2\x98\x5c\x29\xed\x65\x65\x70\x2a\x19\x2d\x2b\x70\x5d\xc5\x9c\x30\xbd\x04\x68\x28\x9b\x05\x38\x7b\xf1\xbc\x73\x63\x94\xd0\x22\xc0\x1a\xb7\xa5\x6d\x63\x31\x08\x60\x7b\xbe\xab\x11\x6b\x67\x6e\x24\x8c\x8b\xb0\x82\xcf\xb9\x81\xc2\x9a\x15\x20\x40\x3b\x4f\x0b\xd9\xb1\x6e\x57\x33\xd6\x84\x1b\x1a\x7c\x07\x8a\xa8\x75\x16\x39\x11\x33\x2d\x86\x35\x78\x4f\x62\xea\x15\x94\x8c\x6a\xbb\x7c\x56\x89\xe2\x06\x57\x19\x40\x1b\x31\x16\x80\xb6\x22\x8d\x2c\xf8\x2d\xab\x1d\x71\x26\x84\x2b\x52\xd0\x9a\x48\x3a\x67\xd5\xb6\xc7\x09\xf1\x4d\x2b\xfd\x39\x7b\xf1\x1c\x6c\xed\xc7\xcf\xd2\x8d\x12\xb7\xf9\x7c\x8f\x36\x5f\x64\xda\xa4\xca\x90\x36\x0b\xa6\x48\xd9\x1a\x1f\x34\xcf\x26\x13\x4d\x75\xc9\x0a\x51\x97\x1d\x6f\x63\xd7\x33\xd3\x33\xc5\x23\x1a\x42\xeb\x52\x88\x00\xf6\x0d\x11\x2c\x31\x0e\x76\xb4\x6e\x58\xc1\xa5\x46\xec\xdb\x9a\xbf\x83\xfe\xd1\xf8\xe7\x75\x79\xcd\x57\xcc\x0e\xdf\xab\x7a\xb3\xce\xed\xb0\xea\x9d\x37\x62\xd5\x29\x5f\x07\xb2\x0b\x75\x75\x0a\xd8\x03\x04\xc1\x48\x80\xa6\x05\x8b\xe7\x99\xf7\x4c\xdc\xc1\x5d\x52\x6d\x0c\xb3\xba\xdb\x31\x43\x9a\xd9\xcc\xe7\x03\x74\x33\xfb\xa9\xa5\x95\x65\x48\xdb\x89\xa7\x2a\xda\x19\x5c\xde\x1e\x05\x44\xf6\x55\xcf\xd7\x60\xd7\xc9\xb6\x52\x56\x45\x7c\x73\x4a\xe8\x62\xd1\x68\xeb\xd3\x04\x3e\xf4\x1c\x23\x99\x6e\x05\x74\x00\xcb\x17\xd6\x9e\xc0\x25\x0d\x2b\x18\xbf\x65\x68\x26\x52\x2f\xba\x63\x05\x76\x00\xe5\x9b\x53\x02\x21\x3a\x34\x7c\x33\x41\x1c\xb0\x0a\x41\xbc\x59\x95\x61\xe2\x34\x4c\x7a\xb3\xb6\x42\xbc\x57\xaa\x7f\x73\x9a\x93\xeb\x48\x0b\xbd\x22\xeb\x76\x56\xf1\x42\x1b\x0f\xb2\xe3\x36\x23\x43\x31\xa2\xc2\xea\x42\x94\x5a\x30\x49\x6d\xbf\x83\x79\x57\x89\xcd\xd1\x42\x84\x4a\xa9\xd9\xae\x95\x20\x15\x9f\x35\xb4\xd9\x42\x58\xa4\x26\x4b\xf6\xee\xc8\x74\x0f\x05\xe2\xf3\x46\x68\x31\xeb\xc6\xd6\xdc\xab\x9c\xbd\x60\xc8\x3f\x21\x73\x51\x55\x62\x83\x8e\x03\xc4\x0c\xeb\x92\xdf\xf2\x52\x33\x8d\x46\xd8\x81\x2c\x6f\x16\x97\xed\xec\x05\xdb\x6a\x32\xa0\xe2\xf0\x67\x5d\xde\x2c\x60\xc0\x17\x6c\x9b\xd1\x2b\xe5\xcd\xe2\xa2\x7c\x49\xd7\x6b\x5e\x2f\x8e\xc9\x2f\xf8\xfb\x31\xb9\xa8\xd5\xfb\x7e\x33\xfa\x0d\x2b\xc4\x2d\x28\xbe\x9e\xcd\x7c\xcb\xa9\xf1\x26\xa0\x21\x1a\xcf\x0b\xfd\x67\x4d\xeb\xc2\x6c\x72\x5a\x58\x89\xcc\xc0\x6f\x67\x5d\xc0\xdf\xf4\xdb\x4e\x83\xb1\xc3\xdf\xec\x1a\xe9\x71\x5b\xa9\xa5\xd6\xdc\xb3\xd4\x2f\xbd\x7d\x7f\x69\x15\xe2\x9c\xf2\x0a\x59\x8e\xd6\x5b\xd2\x30\x2a\xad\xf1\xf9\x28\x88\x71\x2d\xe9\x7a\xcd\xe2\xf0\x16\xc4\xa6\xcc\x26\x24\xcf\x68\x55\xcd\x68\x71\x43\x5e\x6a\xa3\xe5\xfb\xf3\x67\x2f\x7f\x98\xe0\xd1\x8a\x51\xb2\x6e\xcc\x2b\x45\x15\x73\x63\xb0\x77\x8a\xd5\xa5\xcc\xb8\xe3\x78\x3e\x91\x50\x00\xd4\x98\x76\xfc\xc8\xba\xa2\x05\x83\xd0\x29\x6e\x85\x0a\xa2\x52\x15\xa8\xfe\xf3\x67\x2f\x27\x4e\x6e\xe8\x71\xc2\xe1\x61\x9f\xea\x21\xbb\x90\x53\x72\xd0\xb4\x25\x4b\x7a\x0b\x11\x8b\x79\xc5\x0b\xd8\x1d\x5a\xed\x4a\x42\x67\x02\x0f\x58\x2c\xc2\x6e\x90\x5b\x5a\xf1\xd2\xe0\x2b\x61\x9c\x11\xfe\x63\x85\x99\x1e\x16\x64\xf4\x78\x3a\xb4\x80\x5e\x00\x9f\x4b\xc2\x6b\x6d\x53\x70\xa9\x58\x5d\x6c\xdd\x58\xb3\x2d\xe1\xf5\xbf\x19\x22\x86\x61\x93\x42\xac\x56\xa2\x26\x72\x09\xb1\x46\x44\x40\x09\x84\x8a\x82\x48\x7b\x85\xb0\xaf\xa7\xc4\xd3\x1e\x75\xd1\x30\xc5\x2a\xdc\xa6\x7d\x38\x61\x24\xd3\xaa\x44\x17\x22\xa7\x2b\x06\x5c\x80\x52\xae\x0b\xde\x84\x91\x4e\x5e\x2b\xe1\x06\x1c\x31\xa9\x0d\x60\x4e\x35\x40\x2d\x3e\xe7\x9c\x55\xa5\x8b\xdf\x7a\x42\x5d\x93\xcb\xd7\x2d\xb0\xad\xe4\x78\x42\x0a\x5a\x55\xc6\xe4\x74\x88\x7a\xe6\xa3\xdd\x1f\x7d\xab\xab\x69\x2a\x59\xa3\x64\x06\x02\x78\x54\xfa\x27\x6e\x9c\x9f\xe8\x38\xc3\x6e\x75\xc0\x65\xe2\x86\xc3\x78\x68\xe0\xf6\x4a\xba\x62\xa4\xa4\x8a\x76\x91\xf1\x0c\x08\xbd\x5b\x0d\x8d\x3b\xc9\xe6\x2c\x56\x58\xc4\x49\xb7\x58\xe9\x4e\x82\xdd\xbe\x2e\xa9\x42\xf7\x80\xa3\xb3\x98\x99\x98\x96\xd8\x1b\x56\x55\x83\xee\xb5\x45\x6d\xb4\x53\x89\x9b\x96\xdb\xf3\xd0\x6a\xc7\xe6\x5c\x92\x95\x51\xea\x8f\x13\x77\x3b\xda\xe7\x06\xf0\x44\xe3\xd7\xb0\xb5\x68\x54\x47\x87\x70\xaa\xa1\x25\x27\xd4\x92\x35\x1b\x6e\x02\xcc\x19\xc2\xda\x18\x4a\x63\x4f\x51\x47\x09\x53\x43\x13\x2d\x04\xc7\x7f\x88\x67\x8f\x8b\xa5\xbb\xfd\xe7\x79\xf3\x21\x7f\xf4\xf0\x44\xde\x77\x89\xc3\x9a\xe0\x0d\xc1\x40\x7f\x1a\x26\xf9\xe0\x98\x44\xcf\xf6\xd9\x2b\x24\x61\x5d\x78\xe4\xae\x81\x08\x45\xb4\x06\xbf\x5f\x80\xc2\x76\x4b\x4c\xd3\xa7\x0e\x49\x6d\x9b\x59\xe3\xec\xaf\x58\xc3\x5f\xb1\x86\xbf\x62\x0d\x1f\x1e\x6b\x18\x88\x5f\x7e\x73\x2a\xc9\x9a\x82\x8d\x61\x38\x31\x70\x45\x3c\xff\x03\x2c\x53\xc9\x80\xf1\xac\x8f\x09\x67\x10\x47\x62\x7e\x34\xa3\x75\x19\x8c\xd1\x4a\x7b\x10\x0f\xe6\x8e\x3b\x21\xd6\x82\xda\x66\x2d\x11\xb9\x16\xcd\x4d\xc8\x97\xa7\x4f\xbf\xbd\xbe\x78\xfd\xea\x98\x7c\xa7\x6d\x66\xad\x50\x9d\x27\x0e\x0e\x4c\x2d\x14\x61\xef\xd6\x15\x2f\xb8\xaa\xb6\xe4\x16\x4e\x29\xbb\x4c\xa8\xc0\xbc\x71\xde\xfa\xd3\x3a\x52\xaf\x68\x90\x77\x34\x40\x59\xbe\x6e\x50\xf6\x23\x10\x4d\x79\xc5\x6f\x3b\x52\x81\xdf\x0b\x46\x20\xa8\x51\x25\x49\x25\x0a\x5a\x79\x39\x14\xfe\x20\x7a\xd3\x2c\x99\xf6\xe1\x2c\x58\xae\x10\xc4\xbc\xad\x0b\x7b\x42\x6f\x97\x5d\x1b\x0f\x0d\x73\x59\x1f\x78\x2c\xe5\xaf\x91\xa6\xba\xc1\x7b\x12\xed\x36\x86\xbb\x12\x8f\xd2\x0b\x5a\x6b\x12\xf1\x7a\xc1\xa4\xf2\x97\xcf\x26\x3d\xc0\x16\x84\xd0\x0f\x68\x37\x70\x28\xb4\xe0\x6c\x44\xbb\x58\xda\x35\xb9\x9f\x86\x0e\xbe\x13\x8a\x9d\x51\x45\xfb\x23\x08\xb6\x45\x4e\x6a\x83\x9c\xf1\x62\x08\x9a\x3a\x17\x67\x64\x85\xfe\xb4\x23\x43\x64\xb4\x93\x90\x35\x50\xfd\x1b\x7f\xc4\x70\x62\xc3\x8e\xc0\xa7\x75\x41\x09\xd0\xae\xb2\x05\x33\x76\xde\x56\x7a\xe4\x3d\x39\xec\x86\x69\x7e\x02\x05\x7a\x47\x46\x8b\x8e\x67\x90\xcb\xf4\xd4\x3d\x9b\x0b\xa2\x67\x60\xcb\x0b\x85\xde\x0e\xfa\x62\xc8\x23\x9a\xb4\x9f\x4a\x02\xe9\x79\x9d\x14\x87\xc9\x69\x2d\xcb\xeb\x16\x34\x90\x3f\x0e\xae\xea\x46\xb4\x55\x09\x59\x14\x5e\x5e\x85\x26\xeb\x42\x08\x94\xe0\xfb\xac\xfb\xf4\xde\x8e\x60\x89\xf7\x6b\x1a\x2b\xf1\x7e\xdc\x3b\x54\x72\x6a\x6d\x07\x23\xe8\x0a\xb2\x62\x8a\x6a\xef\xc8\xf8\xd3\x41\x88\x2c\x8c\x43\x3e\xad\x2a\xb2\xe4\x52\x89\x06\xd2\x4c\xd0\xc4\x76\xdd\x21\x09\x53\x68\x8f\x77\xcd\x9a\x15\xad\x81\x75\x12\x1f\x47\xaa\xa6\x2d\x8c\x93\xf3\xd2\x76\xfd\x25\x65\x60\x3c\xa1\x9c\x73\xcf\xd3\x09\x8f\x75\x7d\xa0\x15\x53\xb1\xbb\x90\x31\x64\xb4\xc1\x82\xbc\x2b\x5c\xd4\xce\xb2\x96\x89\x15\xb8\x53\xd4\xdc\x08\x1a\x80\x25\xfe\xa0\x15\x6e\xf3\x03\x87\x11\x06\xc9\xe6\x2b\xc6\x21\xcb\x75\x3f\x90\x2c\x4c\x28\xd8\x09\x30\x49\xea\x18\x42\x56\xb7\x3b\xdf\x35\x40\xe6\x08\x5d\x4b\x0d\x77\x7c\xbe\x7b\x2d\x6f\x69\x93\x3d\x3b\xcf\x45\x4b\x21\x8c\x42\x57\x7a\xe5\xe3\xc1\x94\x40\xc3\xd0\x8b\x4d\x82\x95\xac\x77\xa6\x56\x25\x5d\x8a\x43\x2f\x16\x08\xff\x29\x82\xcf\xbb\x65\x06\xc7\xaf\x1a\x46\x6f\x4a\xb1\xa9\x7f\x88\xb0\x6c\x68\x71\x23\x09\x9f\x3b\x8a\x40\x28\x0b\x62\xf9\x5e\xea\xc2\xe0\xba\x76\x98\xc8\x4b\xca\xcb\x63\xf2\x95\x10\x55\x4a\x0c\xd1\x2c\x68\xcd\x7f\x46\x91\x27\xe6\xb1\x73\xa2\x9d\x03\xc8\x1d\x36\xfa\x25\xd4\x9d\x2e\xef\x14\x73\x41\x48\x23\xda\xba\x24\x8d\x98\x69\x1b\x48\xa0\xfe\x75\x56\xfd\xc0\x0e\xdc\xf7\x48\x33\x45\xff\x1b\x8c\xb4\x9f\x76\x91\x76\x2f\xee\xed\x00\xb8\xc0\x51\x2f\xa5\xf6\x8a\xbc\xa7\xc3\x07\xaa\x52\x4a\x51\x70\x30\xb6\xec\x49\x2e\x39\xf3\x72\x33\x5f\xb0\x2d\x79\xee\x72\x33\xa3\x03\x11\xf4\x54\xd1\xf5\x72\xea\x04\x8f\x24\x9c\xd9\xaf\xb4\x65\xd1\x23\x3f\x9c\x57\x88\x3a\x6b\x11\x05\xe4\xc3\xd8\x7b\x1d\xb8\x12\xde\x1c\x42\xc5\xf8\xea\xf5\xf5\xf9\x31\x3a\xfe\x20\x6d\x51\x04\x6b\xdb\x70\x43\xb3\x31\x2b\xda\xd9\x09\x7a\x09\x0c\x03\xe9\x16\xa8\x5b\x4b\xf6\x2e\x1c\xe1\x2b\x86\x19\x86\x0e\xb2\xb4\x76\xd1\x8c\xb9\x01\x78\x4d\x4e\x69\xa9\x2d\xb4\x09\xd9\xb0\x20\x40\x06\xd3\x44\xed\x87\xa1\x59\x54\x84\xa1\xeb\x88\xc1\x49\xb8\x24\x30\xe2\x56\xdd\xe1\xd7\x9a\x5c\x02\x23\xfc\x5e\x6c\x20\xe6\x8d\xf2\x66\x11\xaa\xd7\x8e\x0f\x78\xcd\xd5\x28\x09\x38\x11\xff\xe3\x4b\xff\xf8\xa7\x58\x92\x47\xbf\xb3\x38\xcf\x2b\xee\x9d\x11\xad\x51\xa3\xfe\x6c\x22\xf7\x39\x24\xa3\x20\xec\xb8\xdf\x69\x55\xd0\x27\xa1\xe5\xd8\x57\xe2\x48\xaf\x6a\x3e\xb5\xc1\xca\x13\xab\x9e\xd3\x26\xa0\x96\x4f\x80\xbc\x99\x1f\x2d\x65\x75\x0b\xfb\x77\xda\xcc\x10\x98\x9c\x58\x52\x67\x21\x79\x54\x46\x70\xde\x17\x69\x07\x9f\xe2\xe4\x24\x58\x80\xb4\x71\xa0\x2a\xc8\x09\xf9\xfe\x87\xbe\x36\x20\xc4\xc9\x09\x99\xd3\x4a\xb2\x1c\xc1\xa2\x45\x04\xd2\x45\xdf\x65\xba\xb9\x25\xd4\xed\xdd\x3f\x69\x43\xb3\x6e\xe4\xc4\xae\xa0\x6b\xf2\xfe\x5e\xb2\x71\x0a\x58\xb4\xb1\x76\xa0\x48\x21\xd6\xdb\xd1\xf8\x38\x31\xdc\xfc\x11\x1a\xa6\xda\xa6\x86\x81\xf6\x05\x2b\x99\xba\xf6\x28\x3b\xfa\x91\xd4\x6c\x13\xf1\xf9\x38\x1a\x26\xb7\x3c\x5d\xaf\x03\x46\x7e\xe3\xaf\xda\xe8\x47\xa3\x66\x9d\x32\xdf\x53\xe5\x67\xd1\x8b\x19\x22\x02\x7d\x30\x92\xc0\x36\x0e\x45\xcf\x12\x18\x18\xdd\xb2\x9a\xf7\xdf\x01\xe3\xba\xad\x2f\x47\x3f\x15\x43\x92\x21\x8b\x41\xc0\x90\x3f\x15\xd9\x55\xd1\x52\xfd\x8a\x99\x33\x1d\xad\x59\x50\xdb\x69\xb7\x70\xa4\xb5\xd8\xf7\x9f\xfd\x30\x46\x75\xe0\x69\x39\x50\xd1\xf8\xf3\xe3\xe3\x1f\xc6\xe1\xe1\x38\x9e\x9f\xff\xa5\xfd\x06\x96\xf5\xec\xc5\x73\x0d\x1c\x28\x18\x4a\xef\x64\x0d\x3b\x59\x71\x13\x0a\x0a\x12\x66\x9f\x3b\x69\x60\x13\xb7\xe1\x72\x20\xeb\xbc\xe0\x19\xf8\xc7\xf5\xa2\x3b\x2a\x78\x5a\xae\x8c\x09\x94\xf1\x0d\x4f\x45\x3d\xe7\x0b\x0f\x23\x6b\x22\x61\x5c\x55\x5b\xb7\x78\x00\xcc\x6b\x38\x96\xf6\x42\x39\xbd\xba\xbf\x6e\x57\x5a\xcc\xcb\x8b\x1a\x04\x58\xea\xc0\xf8\x1d\x0c\xa9\x5e\x85\x7d\x46\x3f\xe2\xb0\xb6\x6f\x96\x66\xd1\x38\xe4\x04\xfb\xf4\xb1\x7f\xcf\xac\xf6\xf5\xcc\xc2\x99\x5d\x05\xc9\xe5\x07\x4e\x31\xec\x7c\xe0\x5c\xc3\xce\x77\x9c\x34\xb8\x6b\xe5\xcd\x02\x23\xd2\x7b\xcc\xd7\x86\x98\x0f\x9c\xa9\xed\x76\xe0\x1c\x6d\xb7\xc3\x66\xd7\xb9\x61\xd6\xf1\x72\x53\xdd\xc9\xb0\xa7\xa9\x41\xa7\x31\x7d\xfc\xb7\x5d\x13\x4d\x3a\x6a\xb5\xda\xae\x62\x30\x7d\x13\x4e\xba\x6b\xfd\xda\x75\xef\x9d\x38\x3a\xbb\x78\x25\x4d\x31\x42\x95\x09\x95\xf9\xd9\xfb\x6b\xba\x15\xad\xd2\xe2\xaf\x61\x54\x32\x49\x58\x17\x7e\x8c\xc8\xc8\x25\xb9\xa5\x55\x0b\x07\xeb\xab\xb6\x52\x7c\x5d\xf1\x4e\x82\xc0\x15\x02\xe5\xdf\x2d\x50\x82\x2c\x98\xf2\x0e\x36\x60\xa8\x5e\x02\x6b\x00\xd8\xf3\xc2\x20\x73\xc9\x9a\x82\xd5\x8a\x2e\x58\x1a\x73\xc8\x10\x7a\x08\xc0\xe8\x47\xb2\x4e\xa0\x65\xe9\x3d\x04\x85\x9c\x78\x50\x72\x64\x07\xb7\xa5\x47\xb4\x4d\x76\x4a\x86\xc9\xc0\x5e\x9a\x0c\x32\xe0\x64\x2f\xea\xed\x29\x20\xa3\x6f\x0e\x92\x33\x7d\x3f\xed\xb9\x91\xd3\x2f\x0f\xda\x10\xbb\xed\xf2\x1d\xab\x3b\xf4\x73\xbf\xbe\x45\xfd\xe8\x9f\x95\x99\x54\x1f\xbe\xd2\x06\xaa\x6b\x77\xee\xa4\x0c\xdc\x0f\xb4\x47\xc3\x34\x39\x0b\x83\x9c\x54\x0e\xaa\x1b\x22\xa0\x64\xb4\xe1\x6a\xc9\xeb\x38\x0d\x08\x42\xe6\xe3\x30\xb5\xa7\x08\x90\x29\xd9\x1c\x0f\x4b\x49\xc3\xe6\xac\x81\xe3\x98\x34\xf3\x4a\x0f\x2a\x15\x5d\xad\xed\x11\x89\xe9\xe6\x00\x43\x32\x52\x0b\x46\x5a\x84\xab\x84\xc3\x9a\xb7\xe6\xd4\x0d\x53\x92\x00\xf0\x5b\x98\x63\x9d\x9c\xe7\xa9\x25\xab\x1d\x5c\x48\x20\x8a\x26\xcf\xa5\x39\x37\x9d\x6d\x8f\x6d\x43\xd7\x21\x3a\xdf\x03\x63\x7a\x7e\x6d\xd1\x27\x0f\xbb\x23\xcb\xff\x22\xa3\x14\xa9\xa3\x86\xcd\xcd\x9f\xe3\x00\x76\x5f\x44\xfc\x1a\x96\xb0\xd7\x00\x72\xa3\xd9\x63\xef\xfe\x73\xd1\x38\x38\x57\x46\x27\xa4\x09\x6c\xbb\x40\x26\x30\x1c\xad\x5f\x2f\xdc\x6e\x86\xbd\x90\x1d\xa9\xf3\xa0\x0f\x3f\x73\xcd\xe0\xe0\xd6\x24\x1f\x9a\x3e\x15\xab\x75\xab\x1c\x37\xc9\x0d\x57\xc5\x12\xb2\x4f\x00\xb1\x19\x95\x90\x9f\x4d\xc4\x7c\x2e\x99\x39\x36\xec\xd0\x34\xa4\x79\xd4\x75\xcb\x07\x99\xb4\x62\x58\x30\x75\xed\xb3\xcc\x33\xd1\x58\xeb\x31\xe5\x0f\x67\x7a\xd8\x3f\xfa\x1d\xea\x69\xc4\x78\x68\xa1\x0f\x73\x9f\xed\x17\xb0\x60\x4e\x85\xc4\xcc\x31\xc9\x2c\xeb\x24\x4b\xe6\x58\xc6\x47\x78\x9d\x38\xbe\xcb\xb4\xea\xc6\xc0\x7d\x75\x9a\x09\x11\x65\xe6\x1e\xee\xc1\x7e\x31\xf9\xb5\xa8\x4c\x3e\xeb\x5b\x97\x7f\x38\xc5\xad\xf5\xd6\x6e\x3a\x17\xe0\x75\x62\x6c\x56\x31\x77\xa4\xe5\x6f\x55\x1b\x79\xb6\xa1\xee\xae\xb9\x75\x7f\x8e\x8d\x60\xde\xc3\x31\x32\x36\x4c\x98\x0c\xd9\x49\x3f\x74\x9b\x8c\x03\x99\xf5\x9c\x7c\x5d\x60\x52\x81\xfc\x93\xb9\x86\x15\xa2\x71\x17\x14\xdd\x09\x1d\xb0\xb5\xb9\x7b\xe0\xdd\x94\xec\xe4\x2e\x38\xb7\x38\x16\x4a\x6d\x34\x64\xbb\xe1\xde\x00\x43\xca\x0c\x58\x98\x8f\xdb\xc7\xe1\xb9\xa1\x68\x48\xcd\x2b\xc2\xe7\xa8\x64\xea\x4f\x15\x99\x8b\xd6\x24\x30\xb8\xbc\x9b\x8e\x5c\xdd\x49\xa2\xf6\xf0\xd0\x81\x85\x6f\xb4\xd6\x94\xc2\x3a\xcd\x1b\x2d\xe6\x4b\x0e\x0a\x9f\x36\x5d\x46\x6e\x29\x18\x1e\x27\xc3\x61\x0b\xe6\xff\x54\x82\x96\x1a\x2f\xb0\x36\x61\xcf\x07\xb7\xa0\xb9\x34\x2d\x12\xe9\x6c\xf6\x74\x10\xf6\x1a\xfd\x88\x13\x4c\x77\x71\xd0\xec\x1f\xde\xde\xe0\x73\xe0\x1b\x4b\xb3\x33\x87\x35\x84\x3e\xab\xf9\xd4\x4c\x73\x6a\xa6\x39\x9d\x89\xa6\x11\x9b\x27\x9f\xfc\x82\xb0\x23\xd0\xef\xbf\x1c\x69\xaa\x1f\x63\x5f\x0b\xf5\x0a\xfb\x5e\x52\xb5\x8c\xf7\x65\x34\xfe\x1b\x36\x27\x27\x19\x6c\xbe\xf7\xe7\xf5\x43\xbc\xb7\x3b\x89\xe4\xc1\x99\x62\x64\x30\x68\xf9\xfe\x5e\xfa\x97\xe9\x59\xf3\x2a\xde\xa8\x57\x14\x13\xa0\x56\xa2\x44\xee\x09\x63\x8c\x66\xab\x9a\x9c\xa5\xee\xb8\x39\x61\x8d\xfc\x76\x05\x6b\x9d\xde\xb2\x78\x05\x6b\xb6\xe9\x76\x6e\xf0\xa3\x4f\xbb\x75\xc3\xb2\xe1\x2d\x4c\x8d\xf0\xa5\x2d\x39\x39\x21\x9f\x91\x5f\x7f\x0d\x1a\x8f\xbc\x51\x5c\x30\xfc\xcb\x93\x7e\x20\x47\xe4\x31\xf9\xe4\x93\x00\x46\x0e\xc4\x13\x03\x62\xdd\x88\xb5\x90\xac\xf4\x61\x8c\xc6\xe3\xe3\x64\xdd\x1e\x9c\xa2\x40\x01\x1a\x6f\xe3\xa3\x7b\xd8\xc1\xb6\x48\xd3\x1c\x73\x84\x21\x87\x08\x80\x9b\xd6\xa2\x71\x45\x2f\x92\xcb\xd6\x0f\x32\x0b\x7e\x57\x96\xa7\xad\x5a\x8e\x5e\xb6\x8a\x2a\x36\x26\xbf\x11\xff\xe7\x99\x3f\x43\xe9\xdc\x1e\xa0\x52\x32\xa8\x6b\x10\xff\xa0\x3f\xab\x78\xa9\x4e\x4e\x72\x2b\x38\xe9\xe9\x2c\x25\x38\x50\x76\xb9\x34\xe3\x76\x48\x83\xb6\x5a\x71\xb9\xa2\xaa\x58\x76\x49\xce\x06\xa4\x7c\x90\xc0\xec\xdb\x95\x3e\xa2\xbb\xe6\x1f\xa0\xdf\xaf\x6d\x9f\xdb\x5b\x50\xe4\xf1\xe7\x7f\x27\x33\x8e\x75\x60\xbc\x94\x51\x4c\x50\x93\x5b\xa9\xd8\xca\x7c\x4f\x46\x25\x6b\xf0\x6e\x96\x66\xc0\x37\xf8\xe5\x57\x50\xc5\x66\x3c\xed\xdf\xce\x36\x1b\xee\x8d\x97\x2d\x3a\x1a\xdb\xc3\x39\x7f\xf7\x0a\xa9\x12\x93\x0a\x42\xc4\x15\xab\x17\x6a\xa9\x17\xe7\x8b\xcf\x33\xbb\xa5\x33\x18\x72\x63\x1d\x93\x53\x5b\x6a\x85\xd7\xb7\xb4\xe1\xb4\x56\xe4\x96\x8b\x8a\x2a\x56\xde\x27\xe9\x3a\xe8\xcf\xb4\x10\x75\x41\xd5\xe8\xc1\xf9\xbb\x35\x66\x38\x2f\xd9\x3b\x4b\x08\x93\x64\x0b\x0b\x6c\x50\xfb\xe2\x73\x32\xb2\xa4\x1c\x43\x29\xb1\x85\x50\xf6\xc7\x07\xe3\xc1\x31\x82\x49\x4e\x95\x40\xc2\x8c\xc6\xc3\xbd\x1e\x10\x5e\x4b\xc5\x68\x39\x7d\x30\xce\xec\x67\x48\x44\xf0\xa8\x40\x4e\x0c\xc1\xa7\x78\x97\xec\x6b\xf6\x6e\xd4\x68\x05\xab\xf8\xac\x32\xf4\x7a\x02\xf1\x82\xcf\xff\xfe\xe5\x68\x3c\x55\xe2\x2b\xbe\x38\xaf\x4b\x4e\xeb\xaf\xb6\x8a\x49\x1f\x1d\xa3\x1c\x7c\xf0\x31\x83\x79\x3e\xca\x44\xcb\xa2\x8b\xb3\x49\xb6\x02\x43\xa2\xc1\x21\x2d\x20\x15\xb5\xa1\xa3\xe0\x46\x30\xa0\x30\x9f\xd8\x15\xec\x71\x5e\x74\x26\x6a\x1d\xc3\x37\x71\x94\xee\xef\x6e\x04\x2d\x99\xbc\x3a\x77\x9e\x5d\x0a\x66\xdd\x5b\xc8\x13\x03\xda\x3a\x13\x28\x19\x4e\x8b\x31\xaa\x5b\x7b\xd2\x4e\xb3\xbe\xfb\x67\x9f\xe1\xbe\x66\xb4\x51\x33\x46\xd5\xde\x43\x2e\x6d\x8f\xc3\x87\xed\x11\xe1\x6f\x3d\xdb\x6d\xc7\xe0\x19\x01\xdf\x33\xf6\x1b\x3b\x1b\x4c\xc1\x80\x80\x40\x49\x95\x36\x1b\x3b\x07\xd4\x99\x7d\x78\xaa\x92\x0c\xe9\x48\x02\xab\xd2\x53\x3b\x48\x0b\x22\x84\x0d\xd3\x82\x38\x12\x9a\x15\xdd\xff\x7d\x5e\x52\x6a\x55\xe8\x4f\xb7\x3c\x09\x3b\x69\x41\xd5\xfd\x37\x0d\x2b\x2a\xa1\xba\xc0\x5c\x43\x33\x5b\x73\x5c\xe4\xe5\x4e\x46\xc7\x09\xa9\x8c\xea\x46\xe7\x12\x32\x35\x61\xa8\x20\xd6\x34\xf2\x30\xcc\x38\x40\xbd\x81\xba\xbc\xb2\xdb\x1b\x98\x8d\xcd\xe5\xc1\x04\x04\x1f\x1f\x93\x07\xaf\xd8\xc6\x38\x14\xf0\x95\xbb\xec\x92\x5c\x7f\x92\xed\x4a\x73\x84\xa3\x4c\x8d\xb9\xa3\x48\x70\x88\xf1\x3f\x88\xf4\xe7\xbd\x03\xf0\xcf\x1c\x20\x85\xa8\xe6\xbc\xf1\x3c\x83\x19\x32\x7a\x2c\xe6\x7f\xf3\x9f\xc6\x64\xd1\xf4\x7e\x53\xe6\xd9\x1b\x0c\x34\xd2\xdc\x75\x08\x67\xd5\x6c\xf3\xbb\x70\x57\x74\x76\x17\x11\xf0\x00\x46\xb3\xc4\xf2\x38\xad\xfb\xff\x3f\x8d\xcf\x3e\xaa\x30\x0b\x28\xf5\x47\xf0\x9a\xcf\x67\x9a\xef\x7e\x2b\x5e\x73\xa7\xa7\xc1\x8c\x0f\xe0\xb1\x24\xce\x8d\x7c\x86\x7f\x1f\xa7\x61\xf0\x0f\x61\xb7\xd3\xce\xe3\x76\x43\x4c\xfd\xd0\xe6\x83\x37\xd1\x31\x85\x25\xb3\xf1\x74\xbb\xa2\x8c\x31\x01\xf3\x83\xc7\x2e\x6d\x25\x68\xf9\x24\x99\x92\x75\x5e\x1f\x99\x66\x8f\xe6\x16\x40\x30\xf1\x3d\xc7\xd0\x3e\xe2\xc8\x4d\x6f\x42\x94\xd8\x1f\xf2\xce\xd5\xea\x3b\x4d\x66\x9b\x57\xbb\x0f\x94\xff\x6c\x92\xe1\x2e\x6c\x9f\xce\x3e\x9c\xfb\x01\xb4\x7c\xf6\xcf\xd7\xff\xba\xea\x3f\x30\xd6\x1b\x6a\xe7\x19\xea\x9f\x8d\xa4\xc4\xc8\xbe\xee\x54\xf3\xc9\x09\x79\x3c\xfd\xcc\xd8\x61\x78\x80\xdf\x6d\x2a\xb5\x61\xac\x26\x3f\xb3\x46\x80\xa0\x12\x35\xfb\xc0\x15\x1a\x3c\x84\x0f\x10\xcb\x2e\xd4\xa3\x47\xe4\xbc\x86\x98\xbf\x68\x48\xc9\x25\xfc\x49\x5b\x25\x56\x54\xf1\xc2\x65\x2d\x14\xb4\x2a\xda\xca\x56\xd1\x85\x8c\xb4\x2d\xdc\x9d\xdd\x69\xb8\x19\x48\x26\x89\x0f\xc7\x2a\x47\x3f\x12\x86\x7f\xe5\x73\xf8\x76\xc8\x13\xdd\x25\x2b\x42\x7a\x86\x3b\x48\x90\x18\xc4\x32\x62\x64\x27\xf4\xf7\xc1\x91\xdb\x79\xbe\x5c\x43\x50\x99\x65\x4a\x2e\xea\x75\xeb\x55\xe1\x8e\x2a\x25\xd8\x4b\xe1\x70\xb1\x0b\xd2\xe8\xbc\x08\x64\x13\x57\x6f\x30\x35\x5e\x32\x35\x10\xe6\x6d\x5d\x10\xb9\x84\x2b\x5b\xf6\x4a\x16\xdc\x04\xf2\xd8\x3c\x2a\xb7\xe1\xd5\x84\xe1\x5a\x57\xe8\x41\x82\xba\x01\x66\xc5\x25\xab\xe6\xb8\xe4\x7a\x78\x7f\xaa\xe7\xba\xcb\x28\x77\x50\x10\xda\x07\x3b\xb2\xc7\xf7\x49\x0f\x1f\x4c\x30\xc7\x92\x06\xd9\x5b\x65\x64\x8f\x0b\xe1\x7e\xdb\xfc\xf5\x6c\xbf\xc5\xae\xeb\xb8\xa4\xff\xca\x6c\x06\xa9\x03\x6f\x41\xfa\x10\x86\xaf\xd3\x91\x5d\x57\xea\xc8\x3e\xd7\xea\xec\xa7\x27\x07\xb7\xbb\xd6\x7b\xd9\xb0\xd3\x25\x2b\x6e\x64\x1a\x33\xf6\x56\xdf\xfd\x39\x21\xb9\x66\x01\x17\x84\xff\x67\x3a\x38\x96\x60\xbd\x4d\x1c\x63\x98\x3f\x52\xb3\xb5\x6e\x57\xaf\xe7\xa7\x19\x06\x49\x99\xc6\x04\x1b\x87\x61\xf8\xeb\x99\x2c\x71\x16\x42\x28\xbb\xcc\x89\xa7\x3d\x11\xea\x2f\x57\x1f\xca\x91\x00\x46\xc5\x14\x5e\xc8\xd9\x51\x68\x23\xcd\xe2\x9f\x9b\xcb\x54\x17\x67\x84\xd7\x96\x68\x19\x6d\x0c\xd0\xa7\x50\xa9\xa9\x1c\x0d\x0c\x31\x42\x10\x96\xfe\xe3\xa1\x68\x7d\x3a\x85\x5c\x3e\xd3\xc1\x5e\x71\x02\x56\x6f\x9b\xf0\xfa\x7f\x72\x55\x82\x3c\xdc\x95\x37\xe5\x03\xfa\xdc\x07\x94\x81\x7e\x10\xb0\x2f\x72\xc0\x3e\xdf\x01\x2c\xe1\x20\x2d\xa8\x33\x25\x48\x42\x89\xaa\xdb\x74\xe4\xf4\x5b\xa7\x7b\xd8\x5d\x1c\xf2\x85\x7d\x66\x27\xb8\x0a\x2f\xc0\x21\x69\x03\xaf\x98\x49\x27\x0b\x32\xad\x5c\x41\x05\xbb\xb7\x53\x8c\xf6\xda\xb3\x69\xbf\x50\xc0\xfb\xff\xa5\x6d\x73\x95\x22\xd2\x05\xee\xef\xf7\x79\xa6\xdf\xe7\x7b\xf4\xfb\x22\xd3\xef\x8b\x81\x7e\xb1\x4a\x0a\xff\xef\x6b\xef\xd4\x53\xf0\x6f\x2f\xa5\x07\x25\x5b\xda\xcb\xd7\x4e\xdd\xdf\xd9\x76\x9d\x8e\xf2\xfe\xc9\xb6\xf4\x94\x95\xff\x5f\x9f\x40\x8d\xd2\x77\x2f\x59\x33\x17\xcd\x4a\x12\x49\x6b\x2d\x50\x0b\x50\x58\x5e\x71\x6d\x71\xcb\x4b\x77\x18\x1c\xa4\xfd\x41\xa1\x4b\xb0\xd5\x58\x2d\x5b\x63\x9e\xe1\x45\x45\x5e\x2f\xfe\x4f\x30\xcc\x11\xb9\x86\x93\x01\x78\xb1\x00\x2f\xec\xe3\x59\x4b\x08\x31\xea\xf3\xd4\x95\x27\xb7\xaf\x25\x40\x3d\xa7\x52\x42\xdd\x1c\x4c\xf4\xa0\xa6\xb8\x12\xf9\x92\x7c\x36\x60\xa6\xe5\xf5\xf2\x1f\x6c\x84\xf5\x2a\xda\x0b\x5b\xdb\x2c\xd7\xd2\x67\xba\x8b\x5a\x8d\x3b\x2d\x71\x98\xd3\xd8\x1f\x23\x0b\xe7\x7d\xe4\xa8\xf4\xf0\xf1\xe4\x0e\x21\x58\x4b\x22\x1f\x4e\x26\x57\x41\x7f\x1e\xd8\x6a\x0e\x9e\x51\x14\xdb\x3c\x50\x14\xce\xe8\xa4\x80\x7b\x06\x7d\x4a\x28\xcd\xe5\xb1\xb8\x57\xfa\xde\x78\x08\x09\x37\xdd\xc9\x0a\xc0\x2c\x81\x7c\x92\xc0\x01\x46\xc1\x14\x1f\x4c\xa9\xfe\xe5\xb0\xc9\x58\x72\x24\xc8\x1d\x88\x4e\x15\xf3\x96\xe8\x71\xb8\xa7\xc2\xfd\xa4\xe7\x18\xb9\x62\xe0\xc3\xa7\xfb\x0c\xaf\x3b\xe8\xce\xc3\xa7\xde\x76\x36\xee\xa8\x79\x49\x65\x07\x49\xcc\xc9\x67\xd3\xcc\x99\x76\x6c\x11\x45\x0b\x19\xae\xe3\xc6\x04\x1a\x4c\xc1\x57\xf2\x53\x01\x15\x60\xf1\xd6\x17\x64\x49\x7b\x55\x5b\xef\xed\xb3\x54\x3d\xbb\x12\x52\x3a\xb2\xdb\x30\xb3\x34\x07\x2f\x4b\x74\x7f\x24\x29\x2a\x26\x33\x94\x76\x54\xce\x23\xec\x67\x00\x74\x2b\xe0\xd2\xe4\x20\x9d\x04\xa5\x6a\x32\x6e\x40\xc4\xcc\x0a\xe5\x46\xf6\x4c\xfa\xbe\xd4\x83\x5c\xd0\x20\x10\xf9\x57\x4a\xac\xa5\xd3\x35\xab\xb5\xa8\x61\x22\x58\x46\x6b\xc3\x4c\x79\x1e\x40\x3a\xba\x14\x60\x4f\xee\xd3\x07\x4b\xf0\x8c\x79\xbd\x66\x65\x38\x56\x57\x9b\x2e\x9c\xb5\x0d\xa7\x6b\x58\xe5\xcd\xc2\xeb\x3f\xa0\x5e\x74\x0b\x5b\x2a\xd3\x60\x3d\xca\x24\x23\xdd\x35\x62\x97\x11\x34\x40\x2e\x5e\x17\xcc\xd2\xa5\x61\x92\xa9\xb0\xb2\x09\xdc\x39\x2c\x05\x2c\x77\x0d\x85\xdb\x44\x16\x0e\x48\x5b\xbf\x18\x0a\xa1\x95\x14\x53\xf2\x2f\x86\x71\x13\xd3\x17\x53\xba\x07\x2e\xa9\xd9\x4f\x37\x4d\x4c\xee\xb2\x6b\xa5\x37\xc0\x68\x3c\x65\x75\x19\x9d\x5d\x45\x3b\x9e\xb0\x4a\xe6\x74\x97\xa9\x25\x57\x98\xc9\xba\xd2\xd1\x78\xc8\xb6\x13\x0d\xc7\xa8\x16\x11\x80\xa5\x79\xee\x3b\x58\xf6\x51\xca\xe8\x31\x88\xb3\x17\xcf\x83\xce\xe7\x75\x79\xf6\xe2\xf9\x40\x1e\x64\x18\x1c\x8b\x4a\xed\x56\x5b\x42\xb1\xf8\x95\x29\x11\x5a\x97\xb6\xfc\x29\x16\x73\x7d\x10\x8a\xe3\x07\x5d\xe6\xb2\x33\xcc\x06\x0c\x28\x17\x04\xb3\xfb\x00\x82\x5f\x4a\xb8\x18\x1a\xe4\x5f\xe5\x0a\x08\x8f\xce\x9f\xbd\x1c\xc7\xc0\x58\x8a\x0e\x0e\xee\x02\x76\xb6\xdc\x32\xcf\x54\x5b\x0d\x23\x80\xbb\x41\xfb\x9a\xc7\x26\xd5\xb1\x77\xb4\xd0\x44\xcb\xbd\x22\x92\x2f\x6b\x1a\x0e\x34\x40\x9d\x92\xcf\xe7\x50\x48\x17\xef\x00\x00\x2e\xa7\xde\x1e\x25\x33\x73\xdd\x97\x9b\x6b\x6c\x28\x94\xbb\x10\xa2\x7f\xd3\xc5\xbc\xbe\x85\xd1\x63\x77\x0b\xce\xab\xb3\x15\xc7\x8d\xcd\x80\xaf\x4c\xa6\x40\xa8\x93\x1a\xbf\x8c\xe4\x1f\x1a\x53\xfc\xb8\x61\xbe\xbd\x62\x8f\xff\xbd\x42\x82\x89\xbd\x7f\xa0\x71\x9e\x5b\x6a\xad\x18\x3a\x31\x94\x4f\xfd\xed\xb1\xa6\x7b\x6c\x0f\xcb\x66\xc7\xae\x42\x69\xc4\xc3\xb0\xf7\xf0\x39\x80\xec\xae\x22\x0f\xc9\xe3\x69\x8f\xe9\x47\xfc\xd4\xc2\xe7\x42\xc5\x16\xa5\x05\x31\xea\x49\x66\x24\x41\x42\x63\x4a\x8e\x9d\x79\x8d\x01\x02\x63\x94\x98\xf9\x59\xec\x83\xc2\xe0\x09\xf3\x81\xb8\xc4\xb6\xee\xfb\x4c\xe9\x94\xac\x21\x91\x44\xc6\xa2\x84\xcc\xe1\xbc\xd5\xd1\x38\x75\x85\x4e\x41\x7a\x82\x8e\x09\xd3\xee\x7b\x8f\x64\x8c\xde\xa9\xed\xf1\x9e\x4c\x63\x93\x86\xad\x5e\x76\xd9\xd6\x61\xf6\x7d\x56\x9f\x5f\x58\x61\x9a\x91\xa5\x70\x43\xd1\x60\xa2\xed\x0d\xac\xeb\xdc\x95\x39\xef\x0f\xc9\xe5\x38\x27\x8d\x9e\x60\x71\x9f\xe1\x78\x57\x36\x52\xbf\x3b\xee\x7e\x68\x28\x3f\x8d\x47\x05\xa5\x7f\x3e\x9b\x7e\x36\x31\x24\x73\xda\x56\x4f\x70\xd3\x68\x8d\x0b\x6f\x0c\xbf\x75\x0a\xe7\x69\x5d\x5e\xb9\x0a\x22\x6f\xc9\x8c\x55\x62\x93\x21\x55\x5a\x37\x28\x2e\xf7\x13\x57\x09\xca\xfc\xde\x55\x04\xf2\xa4\xe8\x0f\x96\xe7\x3b\xd9\x1b\x3b\x02\x09\x47\x5e\xc1\xad\x1d\xc3\x61\xdd\x45\x05\x70\x41\xa0\xa6\x6d\x57\x2a\xda\xe4\x6e\xc0\x23\x18\x1d\xd3\xac\x1b\xb1\x68\x98\x94\x11\x67\x76\x7b\x23\xbd\x0e\x12\x73\x6c\x6e\xa3\xc4\x5a\xbc\xe7\xf5\x42\x2c\xde\x6b\xdf\xf9\xdc\xfa\x45\xef\xbc\x77\x41\xf3\x88\xe5\x17\x2e\xb7\x6d\xcf\x57\x5c\xed\x6d\x5a\x11\xdf\xd0\x71\x2f\xda\xc5\xb5\xee\xa3\xf2\xdd\xb6\xce\x25\xc7\x1a\xd3\x35\x61\xef\xb8\x22\xe7\xcf\x5e\x26\x60\x31\x0e\x63\x6f\x8d\xc4\xc5\xee\x55\x74\x35\x0c\x5d\x8c\x5b\xce\x36\xd3\x54\xe8\xed\x73\x86\xba\xe7\x8e\xde\x6b\xb7\x1e\xba\x17\x77\xef\xee\xdd\x87\x6a\xbf\x47\x6c\xfe\xaf\x98\xb7\xdf\x2e\x27\x64\x80\x0b\x69\xa7\xf7\xba\x67\xad\x03\x93\x3e\x6b\x2f\xf4\x89\x15\x0d\xd3\x59\xee\xbd\x81\xf6\x37\x0c\x1e\x4c\x19\xf4\xff\x3c\xfd\xf6\x3f\xd6\xf3\x1b\x74\xfc\xc2\x27\xaa\x3e\xba\xc3\x67\x57\xd1\x77\xf6\x9a\x3d\xd6\xcd\x5c\xa0\x31\x09\x99\x8d\xf7\x26\x4c\x54\xe8\x3e\x83\x86\x0d\xc7\x75\xee\x22\xe6\x24\x99\xc2\x93\x56\xed\x04\x20\x4e\x69\x55\xe1\x2b\xf2\xa9\x9f\x6a\x6a\xa6\x30\xac\x9b\xe0\xc3\xd7\x13\x72\xbf\x9a\x2a\xaa\xa8\xaa\xa2\xca\x91\x6f\x22\x4d\xd7\x93\x9e\xe3\x30\x2e\x4d\x72\x94\x29\xf6\xea\x65\xd7\x14\xa2\x6d\xa4\xbb\x80\x91\xad\x36\x6d\xcb\x44\x03\x59\x00\x49\x53\xb1\xab\x12\x12\xde\xb8\xc2\x05\x70\x71\xad\x77\x5c\x02\x7d\xc3\xd5\x0f\x2f\xcb\x41\x8a\x00\xa6\x18\x01\xaf\x78\x04\x1f\x5a\x0b\x80\x2d\x93\x6d\xd2\x55\x90\x6e\x28\x94\x05\xa8\x4b\x7c\x39\xd9\xde\x36\x81\xcd\x45\xc9\xba\xe1\x5d\x00\x3d\x58\x93\xe8\x79\xa9\x39\xe5\x55\x78\x3c\x06\x28\xd2\xaa\x12\x1b\x49\xc4\x5a\x5b\xf0\xa2\x31\x88\xa8\x66\x9b\xa9\x82\x8d\xaf\x80\x5b\x0b\xd0\x12\x07\x31\x30\xef\x88\x53\xa5\xd8\x6a\xad\xfa\x6b\x16\x64\x30\xfd\x2b\xf0\x10\xb7\xfd\x4f\x08\x3c\x90\x8f\x12\x79\xc8\x5d\xa6\x3b\x28\xec\xe0\x33\xda\x9d\x43\x0f\x7f\x85\x1d\xfe\xa0\xb0\xc3\xe0\xd1\x45\xff\xc9\x45\x00\x23\x09\x19\xf8\xa0\xbc\xb0\x81\x1f\xcf\x88\x6a\x30\xe4\xd6\x26\x93\x2d\xf6\xe1\xe1\x8d\x1e\x3f\x2a\x51\x37\x55\xe5\xc4\x30\xf3\xbc\x51\xd7\x62\xf8\xb9\x70\x4b\x88\x60\x5a\x5d\x81\x82\x28\x15\x69\xff\xc8\xca\x9d\x02\x21\xb9\xd5\xb8\x0f\x95\x7a\xff\xac\x61\x91\x3c\xc6\x7e\x9b\x8c\x1b\xf3\x67\x0c\x7c\xec\xc3\xa5\x07\x46\x41\x52\x06\x0e\x6d\x2d\xc7\xb5\x5e\xba\xb6\xc3\x80\x56\x0d\xa3\xe5\xd6\x16\x64\xd9\xf1\x1a\x3b\xd9\x11\x67\xc9\x72\xf7\xff\xf4\xf0\x46\x26\x79\xf7\xaf\x80\x47\x1a\xf0\xc8\xb1\x4e\x8f\x4c\xfa\x2b\xfc\xe1\xb7\xeb\x8d\x44\x1c\x7c\x0a\x2d\x6a\x76\x68\xf8\xc1\x0b\xe3\x4e\x4c\x6d\x19\x38\xb2\x3f\x77\xa9\x1d\x15\x53\x4c\x4e\x20\x21\xe8\xad\x57\x2f\x3e\x73\x8d\xef\x21\x79\xfc\x76\x9f\xf0\x86\xf1\x3b\xe1\x85\x1d\x49\x8e\x88\x84\xec\x08\x73\xf3\xdf\x7f\xa8\x8d\x4b\x44\x66\xe2\xf2\x3c\xdc\xb3\x71\x3c\x74\xb4\x67\x42\x28\xa9\x1a\x0a\xd9\x23\x5e\x74\xc6\x64\x67\x99\x47\x5e\x65\x4d\xd7\x72\x29\xd4\xc4\x3e\x18\x0b\x3f\xf2\x9f\x99\xf4\x9e\x40\x75\x04\x34\x2f\x3e\xac\xe3\xd2\xa7\xc6\x50\x80\xdb\xc3\x7a\x0a\xf0\xd8\x22\x96\x48\x34\x71\x15\xaa\xdc\x50\x43\x5e\x9d\x25\x73\x68\x15\x0c\xd4\xc2\x38\xf4\xb6\xc7\x6f\xed\xed\xdd\xf5\x49\x83\x3b\xbc\x68\x90\xf3\xd1\xba\x8d\xb3\xcf\x91\x6d\x4f\x4d\xa8\xbb\xf8\x4d\xb6\xfa\x4f\x3b\xd3\x7a\x90\x3a\x6d\x7b\x1e\xb8\x0f\xc0\x07\x99\x2c\x2e\xdb\xda\xb6\xeb\x6a\xa9\xa5\x45\xe7\xee\x76\x75\xfa\x3f\x30\x2d\x74\xc0\xf9\x89\x2c\x82\xc4\xa7\xf0\xea\x68\x0d\x1f\xf4\xc0\x91\xdd\x6f\x71\x7c\x4a\x7c\x43\xbf\x47\x72\xe6\x2f\xa5\xef\x73\xf0\x49\xf6\xb6\x2e\xc8\x5e\x16\x03\xb9\x83\x1d\x42\xf2\x07\xa1\xfd\x87\xa0\xf9\xa3\xb4\x9e\x23\x50\x92\x97\x35\xc9\x57\x79\xbc\x7c\x69\xd3\xfd\x9d\x6f\xeb\x9c\x05\xdf\x2f\xd8\xdb\x7c\xde\x79\x4c\xb9\xef\x29\x65\xdc\xed\xf7\x38\xb4\xfc\x9d\xcf\x5c\x48\x58\x3e\x2a\x2c\x0c\xc4\x25\x4a\x40\x01\xcf\x97\xc7\x8f\x7d\xc3\x1b\x61\x68\x4b\xb8\xfe\x4a\x98\x4a\x9c\x01\x8a\x98\x6c\xea\x47\xb5\x89\x68\xbc\x9c\x44\x73\x2a\x30\x87\xc4\xc9\x4c\x71\x23\x57\x69\xc8\x15\x64\x8a\xaa\xfe\x3e\xb3\xb6\x8d\x43\x1b\x5f\x5c\xc7\x42\x96\xf8\x3a\xac\x12\x84\x96\xb7\xd4\xda\x38\xa9\x41\x01\x05\x45\x11\x79\xf3\x4e\xae\x2d\xc4\xfb\x53\xcb\x1b\xb4\xe0\x6c\x24\xbb\x7b\xa0\x6c\xc5\xf2\xc5\xd3\xb5\x6d\x61\xc6\xfb\x4a\x8f\x9f\xa4\xb7\x62\x99\xdc\xc1\x38\x51\x46\x7b\xea\xaf\xfb\x2f\xaa\x67\x37\x93\x17\x38\x02\x4c\xc8\x09\x59\x30\x75\xea\x7d\x93\x49\xe4\x24\x77\x8e\x38\x0d\x6a\xf2\xf1\xfd\xec\x48\x50\x0e\x6b\xeb\x36\x23\x24\xd1\xf2\x79\xe6\x8a\x39\x6d\x98\xbd\x14\xde\x07\xa8\xf3\x6f\x01\x0c\x2d\x54\x0b\x4f\xf7\x2f\xe1\xaa\x21\x11\x70\x57\x79\xb5\x62\x25\xa7\x8a\xe9\x06\xae\x92\x23\x33\x67\x59\x0b\x5e\xcb\x3e\xe8\xf6\xa4\xeb\xed\x9a\x6e\xcd\x1e\x7e\x26\x9a\x4b\x53\xe6\xd1\xec\xaf\xb7\xde\xf8\xeb\x60\x5e\x05\xcb\x02\x0e\x52\x9d\x69\xcf\x75\xf8\xa4\x88\xb0\xf7\xc1\x32\x97\x03\x28\x65\x7b\xbe\xef\x43\xc6\x67\x97\x29\xf8\x00\x5f\x9e\x64\x59\x21\x7e\x30\x6a\x07\x86\xbb\x32\x99\xfb\x11\x8b\x19\xff\xfc\xf2\xf5\xe9\xd7\x57\xe7\xd7\xdf\x5e\xe6\x99\xde\x50\xb4\xb3\x68\x31\x53\xfd\xd4\x3e\x70\x3d\x1a\x93\x4f\x3e\x21\xc0\xac\x67\x2f\x9e\x4f\xcb\x9b\xe0\xa7\xfb\x27\xa4\xe6\x49\xc1\x81\x64\x3a\xbd\x32\x7d\xb0\x17\x08\x63\x6b\x3f\xad\xb8\xfa\x30\x1a\x9c\xbe\x7e\xf9\xf2\xe2\xfa\xbf\xed\xce\x3f\x88\xd9\xd8\xde\x5c\x76\x18\xd7\x97\x6c\x4e\xdb\x4a\xe5\x89\x88\x45\x17\xef\xe5\x21\x44\xa1\x82\x53\x5a\x55\xd2\xab\x20\xf8\xd6\x79\xdd\x72\xe0\x3e\x40\xf4\x94\x8b\xd5\x45\x18\x23\x73\xe1\x3d\xe2\xbd\xb8\xde\xab\x71\x32\x1b\xec\x77\x2b\x8d\xc2\x10\xe7\x60\x66\x77\xac\x39\xa3\xf9\xcf\x66\xee\xbe\x32\x77\xc7\x7c\xd6\xcb\xc9\x91\x24\x22\x19\x16\x0d\xb5\xd5\x55\x28\x14\x14\x95\x58\x03\x55\xcc\xc9\x17\x9f\x6b\xa5\xaf\x9d\x3c\xd6\x48\x32\xe2\x53\x46\x1e\xff\x8d\xcc\xb6\x8a\x49\x6d\xa4\xb8\xda\xa2\xe9\x11\xc4\x87\xe4\x94\x46\xa6\x19\xfc\x09\xeb\x3b\x8a\xa6\x7d\x1c\xd3\x61\x32\x90\xe1\xd4\x1b\xc2\xda\x93\x2f\xfb\xf9\x6c\x98\x27\x2f\x07\x79\x32\x95\x77\x1f\x99\x25\x3d\x5d\x10\xb1\xa3\x8f\xa4\x61\x45\xef\xab\x3d\x8b\xea\x0c\xc8\xeb\x0f\x21\x33\x02\xdb\x49\x67\xc3\xe7\x24\xbc\xb8\x25\xe6\xd9\xbc\xde\x8c\x38\x30\x92\xf0\xb7\x20\xb9\x51\x3d\x11\xcd\xd1\x8a\x0a\xa8\x8d\x53\x3d\x84\xdc\xbb\xf3\xc3\x5e\x31\x56\x4a\x53\xb6\xde\x58\xfb\x5e\xd5\x1b\x57\x89\x56\xfb\xbb\xf1\x1a\xa1\xce\x96\xfb\x64\xa8\x2a\xd1\xe0\x79\xcf\x0a\x1e\xa4\x0a\xe2\x18\xbd\x54\xef\x33\x0b\x7a\xeb\x17\xed\xb4\x23\x06\x8a\x66\x0d\x19\x7d\xbd\x03\xee\x65\x29\xa6\x2f\xea\x74\xa4\x43\xe6\x53\xe2\x06\x9e\x68\x0e\x3c\xe1\xd4\x83\x7e\xd4\xb9\xce\xd2\x45\x75\x86\xfd\xe7\xec\xdb\x9a\xfd\x64\x75\x38\x7b\x8f\x70\x63\x55\x5a\x53\x44\x3d\x77\xaf\x2e\xa8\x6f\xb5\x6f\xde\xb2\x75\x30\xf1\x15\x78\xdc\xd4\x3e\x1c\x98\x27\xa6\x66\x53\x65\xb3\xc6\x66\xf6\x41\x4b\x1b\x5d\x8c\x0b\xcb\x0f\x06\x1f\xf0\xbc\x1b\x90\xba\x6a\x57\x2b\x53\x1a\xde\x9b\x4a\xc7\x3f\x29\xe7\x78\x96\x9c\x67\xc4\x01\x4d\x12\xfb\xad\xaf\xdc\xbe\x67\xba\x45\xa0\xa6\xc9\xf3\xa0\x21\xa2\x53\x37\xf3\xf1\x10\x88\xe0\x6d\xd3\x08\x82\x1f\xce\xea\x80\xa0\x21\x9d\x44\x7e\x22\xd8\xde\x12\xdf\xc9\xc3\x0a\xf8\x42\xb9\x77\xdb\xcd\x4b\x6a\x62\x8e\xcf\xab\x75\x0e\x64\xb0\x7e\x9f\xca\xf8\x6d\x35\x03\x12\x5a\x76\xa5\xd2\xec\x23\x97\xd2\x8c\x70\xc3\x6c\xa6\xdc\x92\xde\xb2\xfa\x53\x65\xe2\x0c\xbc\x56\x7d\x27\xcb\x64\xcb\x54\x62\x9f\x98\x16\x97\xb8\xcf\x4e\x72\xb7\xe9\x2d\x07\x5c\xeb\x41\xb1\x61\xe6\xf2\xcc\x9c\x31\x5c\x5d\x03\xe4\x19\x63\x52\x77\x7d\xc6\xd8\x57\xb4\xa2\x35\x58\x37\x7e\xa7\x5b\xda\x90\x79\x25\x36\xb0\xac\x58\xca\xef\xa9\xa6\x91\x43\xe5\xb3\x69\x58\x2c\x80\xcf\xbd\x41\x3a\xe3\xdf\xb4\x4f\xf5\xd4\x20\xf0\x67\xf0\xe3\x0d\xab\x91\x75\xb0\x49\xa8\x7a\xfa\xee\xcb\x1e\x0e\x97\x3c\x24\xa3\x10\xdb\xa3\x6e\x2a\xbb\xee\xe5\xff\x53\x50\x34\x08\xf0\x6d\x7e\xcd\x50\x33\x51\xb7\xd2\x32\x01\x64\x53\xfa\xaf\x76\xf8\xab\x02\x2d\xaf\xb1\x61\xe4\x95\x7d\xd5\xfd\x94\x8b\x2f\xb6\x33\x2c\xeb\x9d\x8e\x95\xb0\xb8\xf7\x58\x60\xc3\xdc\xd7\xf1\xda\xf9\xa8\x3c\x19\x22\xe2\x81\x14\x1f\xf8\xf1\xc8\x1f\x74\x07\x99\xc3\x2d\xbc\x5f\xdc\xd6\x77\x40\xf6\xc1\xe7\xbf\x76\x1d\xe8\x0c\xbe\x61\x97\x2c\x91\x7b\xa0\x71\xd3\x3d\x05\x19\x38\x51\xae\x36\x3b\x64\x12\xdb\x17\x48\xd0\xda\x4a\x5e\xa1\x20\x56\x60\x66\x6f\x97\xcb\x8c\x10\x08\xa7\x9e\x8a\x04\xfb\xfb\x7e\x2a\xa5\xe7\xf9\x95\x84\x19\xfe\xf1\x0f\xb2\xa6\x35\x2f\x46\xee\x64\xaf\xd3\x7c\x99\x05\x23\x33\x56\xb4\x14\xb3\xce\x97\x54\x3a\x49\xe9\xc8\xb1\x65\x2a\x4a\xe5\x8b\xf1\x4e\x94\xcf\xd0\xc4\x7b\x74\x4e\x0c\x73\xc0\x80\xba\xa4\xdb\xce\xea\x34\x59\xf9\x58\x5b\x44\x2f\x63\xc9\x2a\xb6\xc0\x4c\x66\x13\x2a\x0f\x5f\x8f\xe9\x35\x8c\xf6\x34\x01\xcd\xe3\x2e\x6b\xbf\xc1\x9d\x6d\x02\x72\x44\x1e\x67\x0a\x36\xdc\xcf\x42\x0f\x5e\xda\x4e\x85\x00\x18\x6d\xce\xb2\xc9\xe8\x29\x93\x0c\xe4\xdb\x05\xa3\xf0\x98\x2b\x3f\x6c\x90\xd8\xd6\x59\x61\x7d\xcd\x83\xd7\xc8\x53\xf6\xec\xdf\x42\xdd\x02\x8c\xe6\xe6\x21\x3b\x97\x32\x90\x1f\xca\x3d\xd1\x11\x5a\x3b\xc7\x96\x0e\xe9\xe8\x79\x38\xd1\xcb\xe7\xaa\x69\x59\x0f\xe2\x39\xc6\xcd\x40\x1c\x7e\xa1\xca\x7f\xce\x5a\xdc\x32\xe9\xe4\x91\xd1\x22\xb6\x74\xed\xac\x2d\x6e\x98\x4d\x56\x0a\x7c\x5a\x19\xdd\x59\xcc\x95\xc6\xc8\xbe\xc9\x1d\x7a\x85\xbe\xcd\x8f\x29\x3a\x5e\x61\x0b\x73\x70\xb3\x85\xd3\x02\xa9\xb0\xe2\x56\x78\x66\x90\x84\x87\x79\x7d\x69\x32\x01\x73\x55\x2a\x7b\xea\x61\xc8\x5c\x29\x8c\xf7\xf1\x20\x26\xbe\x6c\x8c\xcc\x7e\xf0\x5e\xad\x0c\x16\x97\xc9\xf0\xb4\x5a\x3f\x1b\xae\xc4\x2d\x33\x6a\xdf\x1e\x81\x3a\x36\x1c\x14\xc4\x21\xec\xc3\xf2\x95\xfd\x65\xf8\x16\x8b\x23\x27\x17\x93\x65\xff\x00\xdd\xd3\x86\x03\x18\x86\xfe\xdd\x47\x14\x60\xf7\x03\xc0\x99\x8c\x82\x83\x1d\x25\x07\xb0\x2b\x9f\x88\x07\xba\x51\x76\x51\xb0\x2e\x19\x50\xe1\xb9\xb8\x57\xf2\x30\x46\x72\xda\x93\x68\x20\x83\xf8\xa8\xcb\x20\xc8\x75\xef\x4d\x29\xf0\x6a\x28\x26\xfd\xb2\x79\x0b\x68\x19\x2b\x7a\xc3\xca\xe3\x1e\x87\xe3\xba\x6b\x32\x1a\x67\x7a\xeb\x5e\x68\x5f\x1d\xf7\x9a\xdc\x7b\x48\xfb\x14\xb0\xd3\x15\xfb\x3a\x42\x1d\x8c\x71\x2c\xfc\x5c\x4a\xa0\x8c\xa2\x73\x98\xf3\x86\xc9\xb2\x9d\x21\x62\x74\xfc\x7a\xdd\x88\xdb\xe8\x78\xdb\x97\x71\x99\xa8\x76\x97\x65\xe5\xc9\x0d\xff\xbd\xd3\x83\x0a\x06\xf9\xaf\x09\x76\xc2\xb8\x0b\x3e\x9b\xe0\x22\xa4\x06\xb9\xba\xd4\x7e\x99\xa3\xae\x02\xa8\x4b\x2b\x5c\xd2\x28\x0a\x57\xf2\x86\xc1\xe5\x43\xf4\x8b\xdf\x26\xc8\xbc\x1d\x16\xf2\x43\xb1\x70\x77\x2d\x28\x9b\x75\x17\x6b\x85\xee\x69\x53\x28\xbd\x76\x51\xcf\x45\xb3\x72\x2f\x03\xdb\x55\xb2\xcb\x82\xab\xe4\xfa\xc3\xeb\xf2\xa6\xda\xdc\xd3\xa6\xa1\xdb\xbd\x0a\xe1\xa6\xc3\xe3\xd0\x67\x60\xd3\x41\x8c\xb4\x7b\xeb\x1e\xd9\x42\x1b\xb6\xdf\x9c\x06\xe3\xba\x26\xc9\xc4\x0f\x18\xc5\xa6\x70\x76\xa3\xf8\x35\x9f\x70\x18\xd3\x66\x8f\x61\x9e\x33\x45\xec\x5c\x01\x98\x25\x5f\x48\x35\xd3\xd2\xfe\xd8\xcd\x15\x92\x2b\x42\x9c\xfc\x4e\x4a\x78\x69\xa0\x7d\x75\xaa\xf4\xb0\x1c\x32\xf4\xe2\xb3\xa1\x5f\x12\x0f\xc5\x2e\x5d\xde\xa0\x4c\xca\x08\xf2\x32\x72\x94\x83\xa5\xb7\x55\x8a\xed\x97\x51\x5b\x3e\x77\xcd\xa7\x8d\xa8\x20\x56\xae\x47\x78\x23\x2a\x36\x75\x2f\x23\x4c\x1b\xba\xf9\x0e\x0a\xfd\x67\xd2\x3a\xa2\x05\x8f\x07\x9c\xf2\x72\x30\x98\xb0\x03\x03\x43\xf6\x61\x0c\x42\x5e\xd8\x03\x83\x0c\x2e\x8f\x1e\x91\xd7\xcd\x82\xd6\x76\x11\x63\x5e\xe7\xb5\x12\x36\xf9\x4b\x86\x31\xca\xcc\xe3\xf1\xa8\x1b\x21\x8d\x30\xf3\xbe\x84\xe5\xd9\x98\x76\x61\x5c\x17\x95\xef\x37\xa7\x04\xed\xb4\x2e\xb3\x10\x9c\x71\xce\xca\x14\x9d\x61\x8b\x4f\x2b\x5b\x34\xf9\x8a\xfe\x0c\xb8\x1c\x0e\xda\x30\xf5\x1f\x52\xce\x6e\x85\xbc\x39\x08\xa3\x6a\x83\xd0\x9b\x74\xb8\x5c\x91\x89\xd4\x73\x76\x7f\x77\x6b\x06\x0a\xcf\x04\xfb\x73\x9f\x6c\xce\x47\x8f\x7c\xab\x3c\xbc\x04\x36\x63\x64\xce\x41\x61\xf0\x9a\x54\xd4\xcf\x5d\xf3\x23\x0c\xc3\x29\x9e\xc5\x1e\xe6\x6d\x3e\xc3\x70\xe8\xb3\x6f\xb6\xe7\x20\x8c\x2e\x13\x74\x30\x95\xe1\xa1\xc9\xe8\x1e\x3d\xbe\x03\xa2\x2e\x89\x74\xc7\x10\xb8\xc2\x7b\x3c\xa7\x74\xa7\x79\x06\x19\xaa\x1f\x01\x93\x7d\x1e\x92\x1a\xfa\xa4\x09\xb0\x07\x83\xb8\x7b\x96\xeb\x20\xd4\x1d\x57\xe4\x76\x7d\xba\x2b\x74\x3f\x44\x87\x57\xf6\xdd\xfe\xa5\x7b\xbb\x1f\xce\x9a\xf9\x8a\x0d\x6d\x4f\xbd\xcf\x94\xf7\xe0\x51\x2c\x21\x82\xe7\xa7\xc6\xd9\xed\x79\x1d\x5c\x19\x22\x27\x01\xbc\x69\xf2\xaa\x7d\xda\xd5\x5c\x1f\x8a\x7b\x6a\x47\xc1\xff\xfd\x99\x09\xab\x0c\x07\x14\x77\x1d\x0f\x65\x85\xca\x81\xee\x6f\x97\x6c\x10\x8a\xdc\xec\x93\x00\xd9\x01\xe3\x9c\xb9\xfd\x76\x45\x52\xf5\xff\xb0\xe7\x03\x3e\x78\x88\xdd\x8f\x0a\xdc\x69\x08\xcf\x4d\x06\x93\xbf\xe8\xe2\x66\x39\xd2\x0d\xbe\x0b\x4d\x92\xd7\x03\x9c\x05\xd7\xdf\xc1\x73\xad\x7b\x57\x6b\x28\x91\x9f\x84\x7e\x72\x1e\xc6\x60\x92\x3f\xf9\x60\x81\x73\x48\xcd\x23\xfb\xb9\xeb\xbb\x04\x71\x7f\xff\x7d\x82\xbd\x1e\x28\x88\x01\x7c\x91\x03\x30\xf4\x52\x81\xfd\xc4\xd7\x17\xf3\x32\x69\x57\x7f\x77\x9d\x31\x2b\x97\xfa\x3d\xff\xc4\x6b\x86\xe2\x7b\xa1\xe7\x02\x01\x48\x7b\x79\xaf\x0c\x82\xa1\x2c\x7c\xf7\xc9\x24\x03\xe1\x23\x4d\xce\x4a\xc4\x07\xaa\xe5\x1e\xfe\x72\x26\xb3\x8a\xcf\xc9\xfd\x5d\x29\xb0\xbf\xfe\x4a\x7a\x32\x60\x4f\x20\x03\x36\x79\x15\x3c\x48\x85\x7c\x1f\x19\x9d\x9d\xe5\x1e\x8e\xbb\x60\xca\x99\xed\xe3\x1e\x0f\xfd\xa7\x56\x34\xed\x8a\x14\xac\x51\x7c\xce\x0b\x48\x32\xe9\xad\x46\x0e\xce\xeb\x3e\x97\xd7\x52\x3f\x96\x2b\xc8\xcd\x23\x6a\xd9\x88\x76\xd1\xc5\x6a\x1c\xf2\xe0\xa8\xe2\xd5\x25\xb5\x64\xbc\xf1\x51\x22\x54\xcb\x12\x19\x38\xa4\xb6\x18\x36\xaf\x3b\x18\x21\xd5\x00\x5b\x0f\xc8\x89\x6d\xe8\x32\x05\xbf\x81\xc9\x9f\x76\x6d\x32\x99\xab\xde\xe1\x18\x94\xdf\xaf\x85\x72\x2f\xbc\xf7\x50\xd0\xe8\x7e\x2e\xed\x80\x0f\x22\xc7\xb5\xa3\xa1\x75\xf7\xbc\xde\x7d\x2f\xc1\x5d\x75\x4b\x4d\xbe\x39\x75\x4f\x4d\xb8\x60\x57\x94\xdb\x62\xd2\xa8\xd6\x7a\x5b\x20\x03\xee\x65\xe7\x1f\x7e\x9c\xd8\xc5\x72\x7b\xe4\xb8\xe3\xc2\x6f\x4e\xe5\xe8\xa7\x22\xb8\x86\x34\x4e\xa6\xa8\xb7\x2f\xee\xbf\xbd\x67\xe8\xc7\x2a\x8c\xea\x7c\x83\x10\x4e\x7a\xb6\xd9\xfd\xd0\x8a\xb3\x4f\x36\x51\xb2\xa6\x0d\x56\x50\x62\xeb\x86\x49\x56\x2b\x17\xb6\xd2\x98\x78\xb8\xe9\x25\x36\x29\x02\xf9\xe4\xa2\x69\x38\x31\x46\x24\xd3\xae\xa4\x36\x24\x49\x29\x8a\x76\xe5\x80\x03\x37\x8b\x5a\x69\x43\x51\xd4\x64\xb3\xdc\x7a\xb1\xb3\x33\xb2\xc2\x4b\xd3\x90\x54\x67\xaa\x97\x2d\x59\xc3\xa6\x89\xb5\x80\xf7\xb5\xf4\xd6\x73\x04\x98\x2e\x1a\xd1\xae\xf1\x97\xfb\x7e\xd1\x07\xf3\xf3\x1a\xfb\xdc\x1f\xef\x5e\x43\x83\xfb\xe8\x26\xb9\x1f\x66\xbb\xfe\xd6\xc6\x1f\xa6\x3d\xe6\x22\xfd\x46\x0a\x7f\xb8\x57\x7a\xc8\x5d\x39\xfb\x89\x6e\xce\x47\x94\xdd\xd9\x37\xb8\x4d\x9f\x59\xb5\x9d\x00\xc2\x4b\xf6\x06\x02\xb7\x5f\xde\x4f\x34\xe9\x57\x10\xe5\x20\xb4\x2b\xcd\x61\x8f\xc4\xd3\x80\x9d\x79\x62\xde\xde\x03\xf3\x15\xa2\xcd\x84\x18\xe3\x5d\x75\xad\x16\x73\x31\xf1\x63\xf2\x49\x26\x0e\x18\xbf\x5c\xaf\x59\x98\xea\xef\x4e\xe9\x9a\xce\x78\xc5\xd5\xd6\xca\xa2\xf8\x19\xc8\x42\xac\xb7\x4f\xba\x66\xd9\x97\x26\x7d\x14\x60\xf9\x5f\x43\xad\x32\x2e\xea\xe8\x78\x39\x2f\xdc\x15\x29\x3a\x34\x20\x41\xc7\x20\x61\x77\xfc\x83\x50\x6c\xcd\x7a\x29\xea\x4e\x59\x61\xbe\x62\xf6\x6f\x56\xa8\x74\xd2\x6f\xd8\x9c\x9c\xc4\xf3\x37\xd1\xa8\x27\xbd\xe4\xfb\x72\xb4\x7b\x2e\x06\xb3\x00\xaf\x00\x27\x7f\x26\xe6\x78\xc3\xa2\xb4\x3f\xdf\x74\xe2\x7d\x2f\x7e\xe9\x58\x25\x0e\xf3\x19\x66\xe9\x2c\x8a\xdf\x98\x4f\xcc\xc0\x7f\x28\x8b\x68\xab\xf5\x03\xb9\x23\xa2\xd7\x5d\x19\xc3\x62\xf2\x51\x78\x42\xab\xca\xc3\x98\xa1\x8b\xbb\x1a\x36\xd0\x6a\xfb\x37\x66\x00\x3b\xe6\x1f\xca\x01\xe5\xcd\x87\x0b\x08\x47\xab\xbb\x2e\xbe\x43\xe2\x80\xd5\x7f\x49\x6f\x98\x24\xee\x49\x35\xc9\x20\x95\x12\xbd\x32\x7c\x2d\x53\x92\x11\xaf\xf1\x89\xf7\x31\x38\x65\x50\x1e\x61\xda\x9d\x86\xb6\xb3\x23\x68\x2f\x49\x81\xa9\x67\xb9\x37\xe4\xe7\x6d\x55\x19\xeb\x0a\xc1\x4e\x03\xcf\xac\xaa\x3c\x1d\xd4\x5f\x15\xe2\x47\x9b\xeb\xf2\x4f\xd6\x55\x66\x24\x3f\x3a\xd7\x37\xfa\x1a\xc6\xf3\xbe\x1b\xe3\x63\xc8\xe9\x71\xf0\xa8\x03\x4b\x1e\x92\xd1\x17\xff\xe5\x01\x1c\x8f\xc9\x13\x07\x29\x26\x1f\xde\x53\x82\xf2\x2b\x7a\x96\xf0\xb4\x95\x98\x47\x67\x37\xda\x02\xd4\x86\x2e\xd4\x1b\xa5\xa4\x11\x6d\x5d\x92\x46\xcc\x78\x4d\x68\xb5\x10\x0d\x57\xcb\x95\x83\xa8\x84\x79\x89\x09\xdc\xab\xf8\x10\x48\x09\x53\xb0\x50\xf2\x9f\xe3\xf3\x97\xe4\x2a\xc5\xae\xd3\x1f\x57\x84\xa4\xb7\xe6\x89\x47\xa9\xf4\xd6\x0b\xbe\xc8\x6e\xc1\x99\xb7\x55\xc7\xe4\xcb\x93\xe1\x68\x56\x82\xd0\xb1\xab\x46\x02\x37\xc3\x2b\x26\x65\x3a\x6f\xcd\x47\x76\xb6\x0f\x3c\xef\xca\xfe\xa5\x1d\x45\xb9\x6c\xe7\xf3\x8a\x95\x78\xe3\x0d\x9f\xc8\xb5\xeb\x63\xd1\xcc\xf9\xd0\xb9\x17\xb0\xd0\xa0\x0f\x90\xc8\x3a\xec\xfd\xa4\x0b\x1e\x77\xf5\xbc\xee\x8b\xba\x64\xef\xec\x7b\xf6\xe4\xc4\x7b\xfb\xcd\x9e\xbd\xe2\x43\x6c\xf2\x8c\x03\x4f\x42\x6a\xdb\xf7\xae\x1e\x27\x72\xf2\xfb\x08\xfe\x66\xc9\x2b\x16\x8c\x40\x9e\x1c\xb8\x0c\xd1\xea\x66\x11\xb1\xae\xee\x2f\xef\xc7\x39\x67\x18\x07\x3e\x09\xff\x7d\x48\x1e\x67\xd6\x2b\xea\xf1\xd9\xbd\x20\x30\x80\x27\xd5\xfe\x7a\xfe\x92\x5e\x72\xfc\x18\xc7\xd4\xc9\x0c\xbf\xf7\x11\xfb\xe1\x7b\x5e\x6a\x42\x77\x07\xb9\xfe\x4b\x79\x49\xea\xf1\x53\x5b\x22\x41\x74\xa7\x06\x06\xdc\x84\x88\x86\x40\xe5\x6b\xf3\x23\x56\x66\xe2\x73\xb2\x61\xc8\xf6\x0b\x01\x75\x45\xcc\xcf\x15\xd5\x82\xa4\x66\x77\xa2\x32\x31\x77\x83\x83\xe6\x87\xee\xca\xdc\x39\x77\xbc\x66\xfe\x8f\x7d\x67\xda\xa7\x2e\x1e\xd4\xc5\x78\x20\xac\xec\xae\x03\x49\x78\x90\xc3\x59\x52\xd6\xae\xf0\x81\xd8\xa8\x5f\x5c\xf6\xfb\x2a\xca\xac\x19\xc4\xf2\xe3\xef\x11\x3b\x21\xff\x25\xe6\x44\x12\x8c\x38\x6e\x78\x7f\xe0\x89\xcf\x7c\xc7\xfb\x70\xe2\xfd\xf1\x5d\x77\x5c\xac\xeb\x02\x9d\xe1\xa9\xb2\xa7\x5d\x95\x33\xb8\xba\x60\xc2\x63\xd4\xde\x05\x5e\xb3\x66\xd5\x76\xb1\x14\xda\x34\x46\xfe\xe8\xce\xad\xb4\x57\x95\xe7\x5c\x2e\x59\x43\xb6\x10\x85\xc4\x1d\x0c\x9e\x4a\xa0\xe8\x92\x42\x62\x4e\x4c\xff\x88\x71\xc2\x50\x39\x75\x69\x5c\x81\x40\xe5\xda\xa0\x82\x1c\x13\xd4\x3d\xe4\x88\x3c\xce\x24\x0f\xb8\xeb\x19\xb0\xa9\x58\x85\x2f\xc0\x40\xe4\x69\x43\xd7\x50\x71\x6e\x06\xef\x7c\xc1\x23\x74\xa5\xa8\x3f\x0d\x78\xcf\x3e\x48\xd7\xb4\xb5\x3b\x10\x34\x75\xd5\x2a\xfb\x98\x0c\x55\x9f\x4a\x08\xfa\xf0\xe0\x31\x4f\xe4\xb8\xf0\xbb\xe4\x96\xd4\x25\x2f\x6e\x3a\x2a\x03\xb3\x20\xca\x9f\x41\x66\x4f\xd4\xfc\x11\xb9\x7e\x7d\xf6\xfa\x18\x43\x93\x35\xe5\xb7\x8c\xf0\xd5\x1a\x11\xa1\xae\x44\x5d\x5d\x33\x4d\x60\xda\x70\x48\x67\x92\x90\x52\xa6\xf4\x14\xe0\x5c\xf3\xe8\x88\xb4\x98\x6e\x0a\xe1\xf2\x86\xdd\xb2\x46\xf1\x59\x65\xae\x5d\x3f\x41\x1d\xf3\xe5\x88\x3f\x7c\x3c\xc6\xd8\x3c\xbd\xa5\xbc\xd2\xdb\x23\x89\xce\x22\xde\xaf\xda\x15\x39\xe9\x07\x94\xde\x71\xc2\x6e\x96\x7d\x3b\x20\xff\xcb\x9e\xe9\x73\xcd\xc6\x99\x1b\x38\x7a\xc9\x34\xef\xf1\x1f\xba\x58\xbf\x5b\x53\x15\x90\x31\x19\x54\xb1\xd5\xda\xf2\xcc\xf7\x3c\x7c\x7a\xdd\x7e\xe9\x7e\xf7\x30\xcc\xb5\xf4\x7f\x26\x27\x00\x3a\xca\x2b\x22\x27\x84\x03\x4b\xf6\xef\x45\x00\x15\x6f\xc4\xd3\xc8\xf6\x29\x30\xce\xee\x97\x21\xec\xee\x16\xf1\xc6\x24\xe8\x60\xd5\xc3\xce\x4b\xd3\x90\xb4\x3b\xd2\x94\xda\x0c\x17\x18\x15\x2d\xf8\xda\x5d\xc7\x43\x69\x6b\xf6\xb9\x8d\x61\x9a\xb0\xbd\x77\x66\x10\x6f\xd5\x85\x17\x0a\x86\x61\x41\xc1\x42\x52\x6a\x93\x0f\x14\xbd\x72\xbf\x8f\x8f\xc9\xff\x0d\x65\x24\x22\xfe\x4b\x62\x02\x1d\xa0\xd7\xbb\xe1\xa7\x81\x8a\xc7\x27\x57\xa3\xdc\xe1\x43\x72\xcd\xc2\xa8\x5d\xf7\xca\xaa\xee\xe2\x2a\xe7\x7b\xb5\x11\x22\xa3\xdf\xac\x11\xed\xd6\x07\x5d\xc3\xce\x7a\x8d\x13\x8f\x82\x48\x4a\x78\xfb\x36\x8e\xb2\xc4\x8c\xf4\xe4\x28\xec\x6d\x52\xbf\xba\x05\x4a\x28\xe5\xaa\xda\x41\xdc\xd2\xd1\xa5\xfb\x32\x09\x3a\x9e\x46\x69\x91\xbb\xf8\xf2\xec\xc5\x73\x72\x69\xb9\xae\x56\xfb\xb3\xa7\xd1\xf0\xba\xff\x8e\x2b\xce\x1e\x53\x9e\xbd\x78\xee\x0d\x76\x07\xa6\xd4\xee\xb7\x8f\xee\x9f\x83\x29\xe3\xf4\xc3\xc3\x99\xd2\x5f\xb4\x8e\x29\xe3\xc5\xd9\xc1\x9b\xe5\x4d\xee\x4e\x78\x17\xee\x49\xf9\xd1\xf6\x30\x9c\x18\xaf\x4d\x86\x48\x24\x2e\xa7\xa6\x21\xc9\x30\x61\xae\xbb\x42\x5e\x31\x9b\x3a\x6d\x8c\xb7\xae\xca\x1a\xc4\x3a\xfa\xc3\x0b\x5a\x82\x41\x1f\x77\xbc\x31\x3e\x26\x26\x8b\x27\x9f\x28\x9e\xb3\x0f\x87\xd0\x35\x0f\xd6\xc0\x19\x2c\xde\x7c\x87\xfc\x1c\x5b\x8c\xae\xa0\xf5\x00\xe2\x53\x7f\xc3\x15\x6c\x8d\x25\xb8\x4c\xbd\x57\xf3\x7e\xf8\x8c\xc1\x86\xd1\x76\xd8\x5b\xc4\xfc\xed\x84\x2c\xc5\x46\xeb\x5f\xa8\xdc\x4d\x25\xa1\x65\xc9\x4a\xcc\x0e\xd4\x3b\x8a\xd6\x9d\xb1\xb6\x5e\x34\xb4\x64\x06\x1b\x53\xa2\x4d\xc2\xc5\xa2\x39\x67\x15\xd4\x30\xf4\xeb\x4d\xb3\x35\x6d\xb0\xde\x17\xd8\x25\xee\x59\x14\x3c\x71\x93\x69\x24\xc7\x50\x39\x93\x08\x75\x4c\x92\x2f\x7b\x68\x9e\x0d\x05\x26\x9d\xb3\x11\xc1\xa4\x95\x39\x2b\xf4\x56\xeb\xda\x3f\x93\x3c\xf7\xef\xdb\x00\x77\x55\x1b\xba\x95\xd9\x4a\xa7\xeb\xaa\x95\x46\xa5\x67\x99\xab\xe7\xcd\x4c\x63\xd5\xf4\xf1\x57\xbe\x9e\x26\xa1\xd2\xf4\xf3\xd1\x4f\x0a\xe5\xf5\x5d\xc8\xef\x0b\x76\xf5\x93\x57\xb7\xcf\x52\xf4\x69\x7e\x8c\x31\xf9\xc7\x3f\xc8\x9c\x56\x26\x27\xc9\xa3\xef\x73\x16\x55\x5a\xec\xb9\xa6\x5d\xb1\xb9\x32\xfb\xb8\x64\x52\x35\x62\xeb\xe5\x7a\x7c\xe5\xb7\xa4\x4d\x78\xc1\x7f\xc3\x1a\x06\xcf\xd8\x14\xf8\x2a\x90\x24\x94\x94\xac\x60\xda\x79\xac\xf8\xcf\xae\x3c\x00\xab\x15\xbf\xed\x74\x0e\xf4\x85\xd4\x12\x57\x90\xba\x3b\xa2\xd6\x84\x05\x14\x99\x66\x6f\x87\xd0\xd4\xb0\x0b\x93\x10\x69\xb5\x73\xf0\x42\x76\x06\xad\x06\xde\xd4\x99\xe3\x41\x33\xaf\x15\xab\xa1\x78\xb5\x57\xaf\xc0\xea\x33\x28\x7e\xc0\xeb\xb9\xf9\x5a\x6f\x2f\x07\x4e\x8a\xee\x06\x5e\x2d\x94\xad\x71\xd0\x15\x66\xf6\x00\xba\x4e\x50\xe7\xdd\x48\x0a\x9b\x97\x11\x50\xda\x26\x0e\xbb\x59\x69\x0f\xc8\x23\x8b\x2d\xfc\x67\x02\xb8\x58\x4d\x92\xd0\x7a\xbb\x12\x0d\xeb\xdb\xe1\xc1\x6d\xf9\x63\xf2\xed\x33\xfe\xae\x97\xc9\xb3\x1c\x87\x3d\x12\x9e\xd3\x2a\xb6\x83\x9d\xab\x08\x40\x30\x2e\x6e\xab\x21\x18\xd6\xe3\x35\x57\xae\xa8\x40\x78\x89\x2f\x2d\xfe\x1c\xe5\xef\x0e\x37\x09\x13\x6b\x87\xdb\xda\xec\xac\x9e\x56\x99\x00\x28\x06\x03\xfd\x76\x43\x77\xde\x2d\xa1\xfd\xf6\xbb\x2a\x69\xdf\xad\xce\xf5\xc1\x55\xae\xb3\x35\xae\x07\xa3\xc8\xfb\x14\x83\xee\xcd\x6f\xce\x10\x7d\x12\xaf\x6b\xa6\xce\x73\x5a\xe3\x79\x9f\x92\xce\xf1\x3d\xd2\x9c\x55\x40\x4e\x8c\x25\x31\x4a\xb8\xeb\x43\xd2\xc5\xfb\xf9\xf0\xa3\xa4\x7e\xe7\x58\x37\x43\xd9\x03\x41\x66\xf8\x3c\xf7\xed\x41\x60\x87\xb7\xc5\xd0\xaf\x69\x96\x12\x25\xba\x89\x00\x55\x66\xcb\x18\x3a\x01\xed\xdb\x6d\xd6\x9e\xc3\xa4\x47\xfd\xc5\x63\x53\x17\x77\x0d\x4f\x86\x14\xc2\xab\x63\x04\xd6\x32\x02\x4b\x4d\x9d\x93\xd4\xfc\x09\x5d\x81\xd2\x65\x64\x0e\xb2\x4b\xc3\xe6\xa7\x03\xc5\xb8\x93\xc6\xd7\x7c\xc5\xa4\xa2\xab\xb5\x15\x49\xa3\xa4\x96\xe5\x54\xd9\x36\xe3\x87\xf1\x0e\x72\xe0\xbc\x32\x40\x91\x34\x97\xf4\x96\x8d\xfa\xe6\x3d\x21\x4a\xec\xb4\xd1\x06\xb2\x89\x4e\x87\xde\x6c\xe8\xef\xb6\xff\x83\x51\xa8\xa0\xb4\xf5\x7d\x85\x38\x5e\x52\xb5\x24\x27\x19\x94\x9f\x3a\xdf\xc2\xf5\x5b\xda\xc2\xca\xbb\xfa\xba\x0a\xcc\x61\x7f\xeb\xdc\xec\xea\xee\x3c\x8f\x80\xd7\xd8\x3a\x78\xc5\xe9\x17\x5c\xdf\xe3\xf0\xb2\xcf\x7b\x72\x42\x7e\x89\xe5\x57\x76\x09\x03\x70\xb8\x6e\x7d\x48\xc6\x2b\x96\x85\xf7\xe4\xc8\x24\x84\x1a\x47\xd1\x03\x19\xd3\x7b\x7c\x08\x38\x47\xcb\x00\x64\x6e\x29\xc6\xb9\xe3\x08\x78\x41\xf1\x56\xff\xe5\x65\x00\x64\x13\x7e\x5c\x29\x3b\xed\x57\xe9\xff\xcd\x6b\x9e\x50\x9b\x9b\xaa\xe0\xc2\xd6\xeb\x9a\xbc\xa4\xbc\xae\x19\x86\x97\xaf\x99\x54\x35\x83\xa7\x3a\x58\x94\x48\x21\x4d\x7d\x85\xe0\xd9\x04\xf3\xf6\x90\x99\xf8\x44\x5b\x85\x4b\x7b\x86\x1e\xa6\x0b\x3e\x7a\x44\x9e\xa2\xc1\x0b\x1b\x6e\x42\x36\x06\x18\x99\x09\x13\x13\xa5\xe1\x78\xdd\xfb\x23\x6e\xc2\x9c\x49\x52\xf1\xda\xd4\xa0\x20\x6a\x29\x24\xf3\x3b\x58\xb4\xe8\xca\xe1\x14\x60\x80\x6f\x94\xd5\xb2\xc5\x32\x7f\xf0\x4e\x11\x56\x3d\x47\xc7\x50\x34\xda\xa6\x2e\x5b\x98\xad\x79\xbe\xc4\x54\x63\x97\x90\xd9\x4d\x21\x54\xec\x5d\x2b\xdc\x4a\xc5\x56\xa4\x58\xb6\xf5\x8d\x3f\x10\x18\xc4\x14\x6a\x0c\x54\x5b\x73\xac\x5d\x92\x9a\xa9\x0d\xbc\xbe\xa2\x29\x69\x23\x50\xb4\x02\x70\xa2\x55\xda\xff\xe5\xe6\x2b\x57\x03\x7d\x45\x6b\xbe\x36\xa6\x73\x98\x7c\xe9\xd7\x84\xeb\xcf\x4b\xf1\x69\xe7\x18\x93\x4b\xd9\xb2\xa1\x1c\xaf\xcc\x2f\x7e\x76\xdb\x61\x5b\xc0\x4b\x87\x19\x18\xf3\xcb\x51\x7e\x42\x19\x49\x3c\x98\x68\x77\xe0\xd6\xf9\xa9\xf0\x82\x2f\xc4\xab\xea\xb7\xcf\x06\xd2\xcb\xf0\x53\xf1\x81\x2b\x90\xe4\x51\x65\xbe\xfc\x40\x82\xc7\x43\x7c\x39\x4a\xb0\xce\x90\xb9\x2f\x4f\xed\x40\x0a\xbb\x1c\x9f\x3b\x93\xd8\x06\xe6\xee\x4e\x63\x2f\x51\x29\xf8\xf7\x03\xe9\xda\x81\xfd\x72\x94\x22\x99\x21\x69\x6f\xe6\x57\x38\x78\xbe\x72\x97\xb6\xfc\xfb\xeb\x20\xef\x55\xfd\x3b\x68\x0d\x47\x82\x87\xdc\xb8\xdd\x69\xb7\x75\x93\x38\xf8\x01\x95\xa4\x2c\xf8\x8e\x87\x54\xd2\x32\xe2\x07\x5c\x7c\x25\x47\xbd\x4f\xbf\xe4\x2f\xb8\x1e\x3c\x4c\xb8\x4e\xfd\xe3\x7d\x68\xad\x12\xff\xf3\x67\x78\xac\xa5\x27\x1b\x3f\x65\x35\x1b\x3c\x7f\x7f\xef\xff\x07\x00\x00\xff\xff\x9f\x47\x9c\x0c\xd7\xfd\x00\x00" func epochsFlowepochCdcBytes() ([]byte, error) { return bindataRead( @@ -380,11 +380,11 @@ func epochsFlowepochCdc() (*asset, error) { } info := bindataFileInfo{name: "epochs/FlowEpoch.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x4f, 0xe2, 0xac, 0x64, 0x7c, 0x4c, 0x96, 0xc9, 0xa, 0xb3, 0x7e, 0xbb, 0x7c, 0xe, 0x88, 0x9e, 0x4f, 0xcd, 0xb4, 0x47, 0x68, 0x65, 0x36, 0x1f, 0x69, 0x1e, 0xbd, 0x1a, 0x6f, 0x8c, 0xff, 0x5f}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xed, 0xde, 0x99, 0x1, 0x9, 0x37, 0x23, 0x65, 0xdc, 0xb4, 0x8f, 0xbb, 0xa0, 0xcf, 0xda, 0xb7, 0xb6, 0x8d, 0x40, 0x3f, 0x44, 0xc2, 0x70, 0x8b, 0xc1, 0x59, 0x35, 0x20, 0x3, 0x75, 0x4b, 0x8b}} return a, nil } -var _testcontractsTestflowidtablestakingCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x59\x5b\x6f\x23\xb7\x15\x7e\xd7\xaf\x38\xd0\x43\x6b\x2d\x1c\x29\xd9\x4d\x8b\xc2\x58\x75\xeb\xda\xdd\x42\xd8\xc6\x09\x76\xed\xe6\x21\x08\x16\xd4\xcc\x19\x89\x35\x45\x2a\x24\xc7\xb2\x60\xf8\xbf\x17\xbc\x0c\x67\x38\x77\xc5\xdb\x3e\xad\x5e\x6c\x89\x87\xe7\xc6\x73\xf9\x0e\xb9\x78\x35\x99\x00\x00\xdc\xa2\xd2\xef\x99\x38\xac\xae\x6f\xc9\x9a\xe1\x27\x4d\xee\x29\xdf\xf8\xb5\x2d\x55\x40\x15\x10\xd0\xa8\x34\x24\x82\x6b\x49\x12\x0d\x5a\x80\xf9\x43\x14\x10\x0e\x97\x3f\xad\x20\x13\xd2\x6e\x30\x64\x94\x6f\x40\x6f\x11\x98\x48\xee\xd7\xe2\x11\x08\x4f\x41\x39\xae\xb0\x97\xe2\xf1\x18\xf8\xa8\xf9\x64\x02\xaf\x16\x93\x09\xdd\xed\x85\xd4\xf0\x3e\xe7\x1b\xba\x66\x78\x2b\xee\x91\x43\x26\xc5\x0e\xa6\xd1\x6f\xd3\x40\xc9\xc4\x21\xa2\x2a\xbe\x4f\x27\x8b\x05\x78\xa2\xbf\xe7\x92\xa3\xf4\x14\xee\xcb\x74\x32\x21\x49\x82\x4a\x9d\x11\xc6\x66\xa5\x41\x4d\x07\xc0\x93\x73\xc1\xe2\x55\xf9\x81\xd5\x35\x58\x1a\x6b\x53\x41\x78\x25\x76\x7b\xa1\xa8\x46\xb8\x3d\xee\x11\xae\x31\xa3\x9c\x6a\x2a\xb8\x82\x57\xd5\xcf\xc2\x33\x5c\x2c\xe0\x4a\x70\x4d\x28\x57\x40\x79\x26\xe4\x8e\x18\x6a\xd0\x5b\xa2\x8d\xb3\xd5\x1e\x13\x9a\xd1\xc4\x7a\x19\xb8\x48\x11\x28\xb7\x1a\x86\xfd\x82\xb3\x23\x30\xfa\x80\x86\x03\x68\x73\x4a\x85\x29\x96\xa6\x6a\xa3\x44\x25\x72\x99\x20\xdc\x88\x14\x3f\x62\x22\x64\x5a\xd8\x56\xb0\xbb\xdd\x22\xe4\x9c\xfe\x96\xa3\xb1\x50\x64\xf6\xf8\x8c\xe0\x88\xea\x13\x6a\x38\x6c\x91\x87\x55\xa3\x6c\x22\x91\x68\x4c\x03\x61\x55\x32\x43\x0d\x34\xbd\x80\x4f\x5a\x86\x88\xaa\x8a\xd4\xc6\x5d\x22\xb3\xbc\x2e\xa2\xd5\xef\x60\x09\x89\x60\x0c\x13\xe3\x99\x68\xe9\xb5\x5d\xe2\x0a\xb9\xca\x55\xb4\xf2\x06\x96\x80\x8f\x98\xe4\x8d\x3d\xdf\xc3\x12\x1e\x50\x1a\xa7\x92\xc6\xe2\x9f\x60\xe9\xb5\x6e\x35\xe2\x81\x48\x90\x82\xe1\x05\xdc\xad\xb8\xfe\x4b\xd3\x0a\x92\xa6\x12\x95\x82\x5c\x61\x6a\xf2\x00\x38\xea\x83\x90\x36\x89\xba\x18\x96\x24\x97\x6e\x77\xbb\x93\x8c\xa3\xf7\xf9\x9a\xd1\x04\xee\xf1\x78\x3a\xf3\x0f\x78\x1c\xcd\xd8\x67\x68\x27\x57\xbf\xde\xca\xd2\xc4\xfb\x59\xf8\x66\x7f\x09\xc7\x7e\x1e\xfd\x5e\xf1\xe4\xb9\x53\xc5\xfc\xe2\x42\x3f\x84\xd5\x81\x32\x06\x5b\xf2\x80\x56\xb1\x2c\xd7\xb9\x44\xc0\xbd\x48\xb6\x2a\x62\xd6\xe9\xc5\xf3\x0e\xb2\x8a\xf2\x31\x49\xd3\xb8\x78\x5d\x9b\xd2\xa2\xae\xc4\x6e\x47\xb5\xc6\xf4\x02\xfe\xf6\x14\xd5\xa5\xf9\xbf\x49\xce\xf4\x73\xd8\x33\xab\x66\x98\x15\x80\x2c\x9b\xd3\x14\x96\x40\xd3\xe6\x82\xf5\xc1\xd2\xba\xa2\xb9\xd8\xb0\x12\x96\x4d\xcb\xfb\xb6\x7d\xc0\x63\xb4\xe5\x03\x1e\x9b\xe4\xa5\x07\x60\x59\x71\x47\x6c\x45\x8a\x4a\x4b\x71\xac\xbb\x23\xd0\x38\x07\x3c\x57\x63\xcd\xb8\x33\x77\x1d\xc3\x95\x0a\xf3\xdf\x06\x35\x48\x24\xe9\x37\xb6\x8e\x99\x1a\x08\x64\x2d\x72\xed\xcb\x5d\xa3\x84\x29\xc7\xc3\x14\xb0\x95\x21\x7e\x1a\x53\x6e\xba\x48\xaa\xc9\xdc\x45\xd3\x9d\x9f\xc3\x3b\xaa\x19\xd2\x45\xdd\x92\x4c\x5d\xa4\xce\xd7\xa6\xd7\x98\xb8\xbb\x7b\x4f\x1f\xff\xfc\x7d\x0f\xb1\x26\xec\xf6\xb4\x1d\xb5\xc8\x1e\x45\x7f\xc7\xbd\x05\x27\xd1\x8f\x66\xff\x11\x0f\x44\xa6\x15\xf2\xa8\x78\x31\xaa\xb4\x69\x1b\x29\x32\xdc\x10\x2d\x24\xac\xae\x95\x2d\x15\xb6\x11\xda\x12\x22\xf6\x28\xcd\x52\xa7\xa0\xb0\x59\x5d\xc0\x2f\x26\x18\xde\xbc\xfe\x75\x98\x78\x75\x7d\x25\x72\xae\x51\xba\x00\x7a\xf3\x7a\xd0\x90\xdf\x72\x54\x1a\xd3\x5b\xe1\x5d\x30\xe8\x01\x8b\x1d\x08\xfb\x19\xe9\x66\xab\x9d\x98\xaa\x03\x6c\xa9\x35\x26\xae\xae\x8b\xd0\xe9\x29\x36\x8e\xb0\xb3\xe0\xbc\x1e\x57\x6d\xa6\xbe\xc5\x4d\x87\xab\xcc\xf4\x1e\x8f\x2d\x64\x51\x75\xe9\xa0\xa9\x06\x3a\x2c\xe1\xdb\xf9\xb7\x6d\x34\xb5\xf8\xee\x26\x8c\xc2\xba\x9f\x2c\x44\xf3\x18\xb2\x21\x66\x45\xec\x76\x51\x95\x81\x07\x4b\xf8\xe5\xd7\x1e\x82\x10\x6c\x86\x55\xb7\xb8\x7a\x84\x75\x09\x8e\x02\x2b\x62\x19\x95\xed\x6a\x3c\x22\xd7\x54\x33\xdc\x21\x77\xc5\xf7\xc7\x22\xab\x02\x10\xfd\x58\x80\xcb\xb8\x83\x17\xe9\xe7\x50\xa9\x60\xaa\x01\x31\x3a\x11\xaa\x3d\x57\x59\x47\xa8\x77\x01\x9d\xba\x3c\xc7\x91\x69\xde\x06\x3f\x6d\x0a\x95\x0b\xb3\x4a\x3b\x81\xae\x56\x5d\xe9\x69\x5e\x44\xd5\x1f\x33\xc8\x72\x0e\xf9\x3e\x25\x1a\x6f\xea\x09\x74\xf6\x19\x38\x1e\x6a\x7d\xa4\x2e\xb4\x4d\x90\xb1\xfb\x32\x4d\xcd\x6e\x5f\x4e\x4c\xef\x34\xb6\xab\xa3\xd2\xb8\x33\xdf\xdc\x89\xa7\xb9\x2c\x86\x2e\x8e\x8f\xda\x61\xa5\x61\x85\xed\xe6\x1b\x74\x83\x93\xd1\xd3\x49\xe9\x42\x37\x8d\x3a\x13\xc3\x81\x2e\x13\xec\x81\x06\x03\x4c\x98\x10\x89\x6e\x6c\xc1\x5a\x7b\x80\x75\x9e\xdc\xa3\x8e\xb6\xaf\x73\x6d\xb1\x20\xff\xa3\x86\x35\x22\x07\x91\x65\x34\xa1\x84\xb1\xa3\x33\xa0\x31\x7b\x74\x18\x5a\x08\xf1\xd6\x92\x9d\x49\xae\xa2\x1c\x47\xb6\x9d\x6e\x40\x48\xfa\xff\xa5\x01\x85\x90\x93\x0d\xf0\x35\x02\xdc\x8e\x4a\x2c\xad\x11\x24\xee\xc4\x83\x19\x5c\xcc\x90\x5c\x9f\x01\xcc\x66\x9f\xd6\xc8\xd3\x30\x18\x9e\x10\x62\xd2\x89\x0e\x15\xf6\x74\xad\xad\xa2\xb9\x2f\x6d\x84\xb1\xea\x78\x1a\xf2\x5f\x79\x4f\xda\xb9\x3c\x09\x55\xdf\x59\x7a\x1e\xdb\xa3\xe0\x80\x8c\xd9\xbb\x0b\xc6\x5c\x3a\x75\xef\x35\xd2\x4a\xa1\x54\x56\x70\xc3\x88\x82\xe0\xb4\xbe\x64\xec\xac\xcf\xd0\x9f\xa9\xde\xa6\x92\x84\x24\xb7\x47\xa1\xed\x48\xde\x9e\x16\x9d\x02\x0f\x9e\x53\x7f\xa8\x77\xe5\x77\xad\x24\x99\xf2\x99\x15\xd7\x2a\x3f\x50\xdf\x88\x9a\x17\x25\x73\x92\x24\x86\xff\x5c\x69\x21\xc9\x06\xe7\x6b\x21\xa5\x38\xbc\xfd\x43\xb8\x93\x99\xbb\xdd\x7f\x3d\x33\x96\x5d\xc0\xc2\x13\x2e\x6a\xdc\x67\x91\x78\xf3\x79\xf7\x0e\xf6\x84\xd3\xe4\x6c\x7a\x25\x72\x96\x02\x17\x1a\x1c\x77\xd8\x39\x85\x24\x66\x28\x91\x27\x38\x9d\xc5\xb5\x49\xa2\xce\x25\x87\xb7\xdf\xd4\x6d\x98\x9b\x9d\x35\xc7\xb8\xbf\xb3\xd3\x4f\x48\x76\xe4\xfd\xe0\x09\xf5\xe7\xf2\xd7\x13\xea\x3a\xa1\xda\x01\x0d\x60\x96\xeb\x22\x59\x7f\x3c\x70\x94\x4d\x5a\x3f\x57\x06\x32\x3f\x5c\xf6\xa2\x89\x01\xdc\x1f\x43\xf3\x2f\x3c\x76\x9d\x34\xd3\x9d\x3a\xa3\x35\x86\xae\x31\xec\x4f\x18\xe9\x3a\x27\xa1\xbe\xd9\xe6\xbc\x3a\x7b\x15\xce\xef\x19\x78\x2a\xd4\x2d\xc3\x8a\x65\xdd\x33\x16\x9d\x34\x35\x8c\x19\x40\xfe\xaf\x93\xc5\xc8\x81\x20\x4e\x9d\x08\xc4\x8b\xf5\x7f\x30\xd1\x25\x96\x2f\x27\x6c\x53\x10\x8a\xcb\x66\xd3\x06\x7d\x45\x09\x2c\xb4\x80\x3d\xca\x4c\xc8\x00\x22\x80\xd8\xbb\x5b\xd5\x8f\xf6\x43\xea\xd5\x01\xff\x3f\x48\xb2\xad\xc8\x37\xa8\x9f\xd4\x66\x8b\xad\x69\xe1\xe5\xbd\xf5\x98\xac\x6d\x5c\xde\xc6\xd7\xdd\x25\x6f\xef\x02\xaa\x2a\x3a\xf8\xff\xd0\x20\x92\xb1\xf9\xdf\x1c\x3a\x9c\x26\xe7\xd0\x9c\xe1\xdb\x23\xba\xed\xbe\xb0\x2b\x90\x6b\x6d\xcb\x3b\x17\x5b\x26\x88\xde\xe9\x29\x2e\x9b\xae\x71\x15\xc6\x97\xe3\x82\x6b\x15\x27\x8e\x0a\x66\xd3\xa0\xba\x03\x38\xe8\xc5\x36\xfc\xee\x49\xa0\x53\x43\x87\x03\xd4\x97\x52\xf0\xc5\x48\xbf\x02\x99\x0b\x9e\x01\xd1\x8e\x1a\x16\xdb\xb4\x7b\x01\x96\xff\xbd\x10\xb7\x4d\x8d\xaf\x20\x37\x7c\xbe\x04\x84\x1a\x3c\xa2\x01\x8c\xdb\x77\x44\x5f\x51\xee\x4b\x8f\x08\xe2\x4e\x7d\xc9\x8f\xae\xaa\x24\x84\x43\xe2\xe6\x57\xaa\x8c\xcf\x13\xf7\x84\x2c\x40\xe2\x86\x2a\xa3\x12\xb1\x65\xff\xa6\x78\x4f\x31\xdb\x57\xda\xeb\xa3\xfc\xc9\xfa\x4e\x6c\x1f\x16\x45\x8a\x2a\xb4\xfe\xa3\x95\x60\xbb\x3e\x50\x5e\xb6\xf9\x6a\xf3\x07\xef\xbf\x46\x87\x37\x21\x40\xd2\xb4\x7c\x6f\x2e\xdf\x06\xdb\xde\x05\xab\x6f\x82\xe1\xc7\x11\x6f\x7b\x03\xef\x7a\x7d\x6f\x7a\xa7\xbc\xe7\x99\x38\x8d\x2e\x26\x0b\x26\x5d\xaf\x61\x95\xb4\x2a\x8e\xbf\x3c\x0b\xcf\xa5\x8e\xb4\x62\xf4\xd1\x87\xb6\xa2\xa0\xf2\x4f\x6a\x25\x63\x0b\x31\x68\x3a\xeb\x1c\x8f\x5c\x21\x77\x21\x72\x83\x87\x90\xbd\x0d\xdc\x3d\xd2\x45\x85\x77\x5a\x81\xdc\xa0\x87\xda\x0c\x29\x55\x32\xb6\x7c\x57\x22\x25\xf7\x77\x56\xcf\x89\x7f\xa2\x76\xe1\xbc\xa3\x9c\xee\xf2\x9d\xbf\x13\x35\xdd\x8a\x4a\x37\x07\x66\xa2\x71\x71\x53\xf7\xc9\x06\x75\x10\xfc\x83\x63\xf4\xc9\x5d\xba\x05\x36\x67\xb3\xa2\x74\x55\x82\xc0\x5b\x60\x61\x59\xbd\x00\x25\x62\x7f\x7c\xeb\x76\x34\x6a\x4e\x50\xc7\x57\x2f\x2f\x33\xae\x3d\xef\xde\x05\xe4\xee\x0d\xb6\x30\xf2\xb3\xeb\xd9\xf6\x18\x7e\x22\x47\x91\x87\x9a\x7a\x0e\x9f\x7d\xbd\xbe\x8a\x7f\x4c\x08\x4f\x69\x4a\x34\xfe\x8b\xee\xa8\x56\x17\xf0\x64\xf3\xad\x78\x5f\x7a\x2e\xf0\xe7\xf3\xe4\x79\xf2\xdf\x00\x00\x00\xff\xff\x61\xea\x35\xea\x19\x24\x00\x00" +var _testcontractsTestflowidtablestakingCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x59\x5b\x6f\x23\xb7\x15\x7e\xd7\xaf\x38\xd0\x43\x6b\x2d\x1c\x29\xd9\x4d\x8b\xc2\x58\x75\xeb\xda\xdd\x42\xd8\xc6\x09\x76\xed\xe6\x21\x08\x16\xd4\xcc\x19\x89\x35\x45\x2a\x24\xc7\xb2\x60\xf8\xbf\x17\xbc\x0c\x67\x38\x77\xc5\xdb\x3e\xad\x5f\x6c\x0f\x0f\xcf\x8d\xe7\xf2\x1d\x72\xf1\x6a\x32\x01\x00\xb8\x45\xa5\xdf\x33\x71\x58\x5d\xdf\x92\x35\xc3\x4f\x9a\xdc\x53\xbe\xf1\x6b\x5b\xaa\x80\x2a\x20\xa0\x51\x69\x48\x04\xd7\x92\x24\x1a\xb4\x00\xf3\x8b\x28\x20\x1c\x2e\x7f\x5a\x41\x26\xa4\xdd\x60\xc8\x28\xdf\x80\xde\x22\x30\x91\xdc\xaf\xc5\x23\x10\x9e\x82\x72\x5c\x61\x2f\xc5\xe3\x31\xf0\x51\xf3\xc9\x04\x5e\x2d\x26\x13\xba\xdb\x0b\xa9\x61\xfa\x3e\xe7\x1b\xba\x66\x78\x2b\xee\x91\x4f\xcb\xcf\x4c\x1c\xfc\xa7\xc5\x02\xfc\xd7\xbf\xe7\x92\xa3\x84\x4c\x8a\x1d\x4c\xdd\x3f\xd3\xc9\x84\x24\x09\x2a\x75\x46\x18\x9b\x95\xea\x36\xcd\x83\x27\x67\xe0\xe2\x55\xf9\x03\xab\x6b\xb0\x34\x56\xe3\x82\xf0\x4a\xec\xf6\x42\x51\x8d\x70\x7b\xdc\x23\x5c\x63\x46\x39\xd5\x54\x70\x05\xaf\xaa\x3f\x0b\xcf\x70\xb1\x80\x2b\xc1\x35\xa1\x5c\x01\xe5\x99\x90\x3b\x62\xa8\x41\x6f\x89\x36\xae\x54\x7b\x4c\x68\x46\x13\xeb\x43\xe0\x22\x45\xa0\xdc\x6a\x18\xf6\x0b\xce\x8e\xc0\xe8\x03\x1a\x0e\xa0\xcd\x19\x14\xa6\x58\x9a\xaa\x8d\x12\x95\xc8\x65\x82\x70\x23\x52\xfc\x88\x89\x90\x69\x61\x5b\xc1\xee\x76\x8b\x90\x73\xfa\x5b\x8e\xc6\x42\x91\xd9\xc3\x31\x82\x23\xaa\x4f\xa8\xe1\xb0\x45\x1e\x56\x8d\xb2\x89\x44\xa2\x31\x0d\x84\x55\xc9\x0c\x35\xd0\xf4\x02\x3e\x69\x19\xe2\xa5\x2a\x52\x1b\x77\x89\xcc\xf2\xba\x88\x56\xbf\x83\x25\x24\x82\x31\x4c\x8c\x67\xa2\xa5\xd7\x76\x89\x2b\xe4\x2a\x57\xd1\xca\x1b\x58\x02\x3e\x62\x92\x37\xf6\x7c\x0f\x4b\x78\x40\x69\x9c\x4a\x1a\x8b\x7f\x82\xa5\xd7\xba\xd5\x88\x07\x22\x41\x0a\x86\x17\x70\xb7\xe2\xfa\x2f\x4d\x2b\x48\x9a\x4a\x54\x0a\x72\x85\xa9\x89\x72\xe0\xa8\x0f\x42\xda\x14\xe9\x62\x58\x92\x5c\xba\xdd\xed\x4e\x32\x8e\xde\xe7\x6b\x46\x13\xb8\xc7\xe3\xe9\xcc\x3f\xe0\x71\x34\x63\x9f\x7f\x9d\x5c\xfd\x7a\x2b\x4b\x13\xef\x67\xe1\x3f\xfb\x25\x1c\xfb\x79\xf4\xbd\xe2\xc9\x73\xa7\x8a\xf9\xe2\x42\x3f\x84\xd5\x81\x32\x06\x5b\xf2\x80\x56\xb1\x2c\xd7\xb9\x44\xc0\xbd\x48\xb6\x2a\x62\xd6\xe9\xc5\xf3\x0e\xb2\x8a\xf2\x31\x49\xd3\xb8\x78\x5d\x9b\xd2\xa2\xae\xc4\x6e\x47\xb5\xc6\xf4\x02\xfe\xf6\x14\x15\xa2\xf9\xbf\x49\xce\xf4\x73\xd8\x33\xab\x66\x98\x15\x80\x2c\x9b\xd3\x14\x96\x40\xd3\xe6\x82\xf5\xc1\xd2\xba\xa2\xb9\xd8\xb0\x12\x96\x4d\xcb\xfb\xb6\x7d\xc0\x63\xb4\xe5\x03\x1e\x9b\xe4\xa5\x07\x60\x59\x71\x47\x6c\x45\x8a\x4a\x4b\x71\xac\xbb\x23\xd0\x38\x07\x3c\x57\x63\xcd\xb8\x33\x77\xfd\xc0\x95\x0a\xf3\xd7\x06\x35\x48\x24\xe9\x37\xb6\x8e\x99\x1a\x08\x64\x2d\x72\xed\xcb\x5d\xa3\x84\x29\xc7\xc3\x14\xb0\x95\x21\x7e\x1a\x53\x6e\xba\x48\xaa\xc9\xdc\x45\xd3\x9d\x9f\xc3\x3b\xaa\x19\xd2\x45\xdd\x92\x4c\x5d\xa4\xce\xd7\xa6\xd7\x98\xb8\xbb\x7b\x4f\x1f\xff\xfc\x7d\x0f\xb1\x26\xec\xf6\xb4\x1d\xb5\xc8\x1e\x45\x7f\xc7\xbd\x05\x27\xd1\x8f\x66\xff\x11\x0f\x44\xa6\x15\xf2\xa8\x78\x31\xaa\xb4\x69\x1b\x29\x32\xdc\x10\x2d\x24\xac\xae\x95\x2d\x15\xb6\x11\xda\x12\x22\xf6\x28\xcd\x52\xa7\xa0\xb0\x59\x5d\xc0\x2f\x26\x18\xde\xbc\xfe\x75\x98\x78\x75\x7d\x25\x72\xae\x51\xba\x00\x7a\xf3\x7a\xd0\x90\xdf\x72\x54\x1a\xd3\x5b\xe1\x5d\x30\xe8\x01\x8b\x1d\x08\xfb\x19\xe9\x66\xab\x9d\x98\xaa\x03\x6c\xa9\x35\x26\xae\xae\x8b\xd0\xe9\x29\x36\x8e\xb0\xb3\xe0\xbc\x1e\x57\x6d\xa6\xbe\xc5\x4d\x87\xab\xcc\xf4\x1e\x8f\x2d\x64\x51\x75\xe9\xa0\xa9\x06\x3a\x2c\xe1\xdb\xf9\xb7\x6d\x34\xb5\xf8\xee\x26\x8c\xc2\xba\x9f\x2c\x44\xf3\x18\xb2\x21\x66\x45\xec\x76\x51\x95\x81\x07\x4b\xf8\xe5\xd7\x1e\x82\x10\x6c\x86\x55\xb7\xb8\x7a\x84\x75\x09\x8e\x02\x2b\x62\x19\x95\xed\x6a\x3c\x22\xd7\x54\x33\xdc\x21\x77\xc5\xf7\xc7\x22\xab\x02\x10\xfd\x58\x80\xcb\xb8\x83\x17\xe9\xe7\x50\xa9\x60\xaa\x01\x31\x3a\x11\xaa\x3d\x57\x59\x47\xa8\x77\x01\x9d\xba\x3c\xc7\x91\x69\xde\x06\x3f\x6d\x0a\x95\x0b\xb3\x4a\x3b\x81\xae\x56\x5d\xe9\x69\x5e\x44\xd5\x1f\x33\xc8\x72\x0e\xf9\x3e\x25\x1a\x6f\xea\x09\x74\xf6\x19\x38\x1e\x6a\x7d\xa4\x2e\xb4\x4d\x90\xb1\xfb\x32\x4d\xcd\x6e\x5f\x4e\x4c\xef\x34\xb6\xab\xa3\xd2\xb8\x33\xff\xb9\x13\x4f\x73\x59\x8c\x54\x1c\x1f\xb5\xc3\x4a\xc3\x0a\xdb\xcd\x37\xe8\x06\x27\xa3\xa7\x93\xd2\x85\x6e\x1a\x75\x26\x86\x03\x5d\x26\xd8\x03\x0d\x06\x98\x30\x21\x12\xdd\xd8\x82\xb5\xf6\x00\xeb\x3c\xb9\x47\x1d\x6d\x5f\xe7\xda\x62\x41\xfe\x47\x0d\x6b\x44\x0e\x22\xcb\x68\x42\x09\x63\x47\x67\x40\x63\xf6\xe8\x30\xb4\x10\xe2\xad\x25\x3b\x93\x5c\x45\x39\x8e\x6c\x3b\xdd\x80\x90\xf4\xff\x4b\x03\x0a\x21\x27\x1b\xe0\x6b\x04\xb8\x1d\x95\x58\x5a\x23\x48\xdc\x89\x07\x33\xb8\x98\x21\xb9\x3e\x03\x98\xcd\x3e\xad\x91\xa7\x61\x30\x3c\x21\xc4\xa4\x13\x1d\x2a\xec\xe9\x5a\x5b\x45\x73\x5f\xda\x08\x63\xd5\xf1\x34\xe4\xbf\xf2\x9e\xb4\x73\x79\x12\xaa\xbe\xb3\xf4\x3c\xb6\x47\xc1\x01\x19\xb3\x37\x13\x8c\xb9\x74\xea\xde\x6b\xa4\x95\x42\xa9\xac\xe0\x86\x11\x05\xc1\x69\x7d\xc9\xd8\x59\x9f\xa1\x3f\x53\xbd\x4d\x25\x09\x49\x6e\x8f\x42\xdb\x91\xbc\x3d\x2d\x3a\x05\x1e\x3c\xa7\xfe\x50\xef\xca\xef\x5a\x49\x32\xe5\x33\x2b\xae\x55\x7e\xa0\xbe\x11\x35\x2f\x4a\xe6\x24\x49\x0c\xff\xb9\xd2\x42\x92\x0d\xce\xd7\x42\x4a\x71\x78\xfb\x87\x70\x27\x33\x77\xbb\xff\x7a\x66\x2c\xbb\x80\x85\x27\x5c\xd4\xb8\xcf\x22\xf1\xe6\xe7\xdd\x3b\xd8\x13\x4e\x93\xb3\xe9\x95\xc8\x59\x0a\x5c\x68\x70\xdc\x61\xe7\x14\x92\x98\xa1\x44\x9e\xe0\x74\x16\xd7\x26\x89\x3a\x97\x1c\xde\x7e\x53\xb7\x61\x6e\x76\xd6\x1c\xe3\x7e\xcf\x4e\x3f\x21\xd9\x91\xf7\x83\x27\xd4\x9f\xcb\x5f\x4f\xa8\xeb\x84\x6a\x07\x34\x80\x59\xae\x8b\x64\xfd\xf1\xc0\x51\x36\x69\xfd\x5c\x19\xc8\xfc\x70\xd9\x8b\x26\x06\x70\x7f\x0c\xcd\xbf\xf0\xd8\x75\xd2\x4c\x77\xea\x8c\xd6\x18\xba\xc6\xb0\x3f\x61\xa4\xeb\x9c\x84\xfa\x66\x9b\xf3\xea\xec\x55\x38\xbf\x67\xe0\xa9\x50\xb7\x0c\x2b\x96\x75\xcf\x58\x74\xd2\xd4\x30\x66\x00\xf9\xbf\x4e\x16\x23\x07\x82\x38\x75\x22\x10\x2f\xd6\xff\xc1\x44\x97\x58\xbe\x9c\xb0\x4d\x41\x28\x2e\x9b\x4d\x1b\xf4\x15\x25\xb0\xd0\x02\xf6\x28\x33\x21\x03\x88\x00\x62\xef\x6e\x55\x3f\xda\x0f\xa9\x57\x07\xfc\xff\x20\xc9\xb6\x22\xdf\xa0\x7e\x52\x9b\x2d\xb6\xa6\x85\x97\xf7\xd6\x63\xb2\xb6\x71\x79\x1b\x5f\x77\x97\xbc\xbd\x0b\xa8\xaa\xe8\xe0\xff\x42\x83\x48\xc6\xe6\x7f\x73\xe8\x70\x9a\x9c\x43\x73\x86\x6f\x8f\xe8\xb6\xfb\xc2\xae\x40\xae\xb5\x2d\xef\x5c\x6c\x99\x20\x7a\xa7\xa7\xb8\x6c\xba\xc6\x55\x18\x5f\x8e\x0b\xae\x55\x9c\x38\x2a\x98\x4d\x83\xea\x0e\xe0\xa0\x17\xdb\xf0\xbb\x27\x81\x4e\x0d\x1d\x0e\x50\x5f\x4a\xc1\x17\x23\xfd\x0a\x64\x2e\x78\x06\x44\x3b\x6a\x58\x6c\xd3\xee\x05\x58\xfe\xf7\x42\xdc\x36\x35\xbe\x82\xdc\xf0\xf3\x25\x20\xd4\xe0\x11\x0d\x60\xdc\xbe\x23\xfa\x8a\x72\x5f\x7a\x44\x10\x77\xea\x4b\x7e\x74\x55\x25\x21\x1c\x12\x37\xbf\x52\x65\x7c\x9e\xb8\x27\x64\x01\x12\x37\x54\x19\x95\x88\x2d\xfb\x37\xc5\x7b\x8a\xd9\xbe\xd2\x5e\x1f\xe5\x4f\xd6\x77\x62\xfb\xb0\x28\x52\x54\xa1\xf5\x1f\xad\x04\xdb\xf5\x81\xf2\xb2\xcd\x57\x9b\x3f\x78\xff\x35\x3a\xbc\x09\x01\x92\xa6\xe5\x7b\x73\xf9\x36\xd8\xf6\x2e\x58\x7d\x13\x0c\x1f\x47\xbc\xed\x0d\xbc\xeb\xf5\xbd\xe9\x9d\xf2\x9e\x67\xe2\x34\xba\x98\x2c\x98\x74\xbd\x86\x55\xd2\xaa\x38\xfe\xf2\x2c\x3c\x97\x3a\xd2\x8a\xd1\x47\x1f\xda\x8a\x82\xca\x3f\xa9\x95\x8c\x2d\xc4\xa0\xe9\xac\x73\x3c\x72\x85\xdc\x85\xc8\x0d\x1e\x42\xf6\x36\x70\xf7\x48\x17\x15\xde\x69\x05\x72\x83\x1e\x6a\x33\xa4\x54\xc9\xd8\xf2\x5d\x89\x94\xdc\xef\x59\x3d\x27\xfe\x89\xda\x85\xf3\x8e\x72\xba\xcb\x77\xfe\x4e\xd4\x74\x2b\x2a\xdd\x1c\x98\x89\xc6\xc5\x4d\xdd\x27\x1b\xd4\x41\xf0\x0f\x8e\xd1\x27\x77\xe9\x16\xd8\x9c\xcd\x8a\xd2\x55\x09\x02\x6f\x81\x85\x65\xf5\x02\x94\x88\xfd\xf1\xad\xdb\xd1\xa8\x39\x41\x1d\x5f\xbd\xbc\xcc\xb8\xf6\xbc\x7b\x17\x90\xbb\x37\xd8\xc2\xc8\xcf\xae\x67\xdb\x63\xf8\x89\x1c\x45\x1e\x6a\xea\x39\x7c\xf6\xf5\xfa\x2a\xfe\x98\x10\x9e\xd2\x94\x68\xfc\x17\xdd\x51\xad\x2e\xe0\xc9\xe6\x5b\xf1\xbe\xf4\x5c\xe0\xcf\xe7\xc9\xf3\xe4\xbf\x01\x00\x00\xff\xff\x77\x12\xb9\x88\xf7\x23\x00\x00" func testcontractsTestflowidtablestakingCdcBytes() ([]byte, error) { return bindataRead( @@ -400,7 +400,7 @@ func testcontractsTestflowidtablestakingCdc() (*asset, error) { } info := bindataFileInfo{name: "testContracts/TestFlowIDTableStaking.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x1, 0xfa, 0xe3, 0x92, 0xa3, 0xf8, 0x2e, 0x41, 0x4c, 0xc2, 0x2f, 0x20, 0xa1, 0xe2, 0x4, 0x23, 0x9d, 0xf8, 0x7, 0xf7, 0xda, 0x98, 0x86, 0xcf, 0x3e, 0xf6, 0xa5, 0xf7, 0xcc, 0x5, 0x11, 0xe1}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x9b, 0x25, 0x5e, 0xc4, 0xa6, 0xe7, 0xfb, 0x2a, 0x74, 0x18, 0xe, 0x22, 0xb0, 0x4c, 0xf3, 0x94, 0x5f, 0xb7, 0xc4, 0xe0, 0xa2, 0x8d, 0x72, 0xd6, 0xd3, 0x5b, 0xee, 0xe5, 0x48, 0xba, 0x7c, 0x7f}} return a, nil } diff --git a/lib/go/templates/internal/assets/assets.go b/lib/go/templates/internal/assets/assets.go index 9414458c9..23998ff7f 100644 --- a/lib/go/templates/internal/assets/assets.go +++ b/lib/go/templates/internal/assets/assets.go @@ -1,79 +1,78 @@ // Code generated by go-bindata. DO NOT EDIT. // sources: -// FlowServiceAccount/add_account_creator.cdc (588B) +// FlowServiceAccount/add_account_creator.cdc (564B) // FlowServiceAccount/deposit_fees.cdc (871B) -// FlowServiceAccount/remove_account_creator.cdc (590B) -// FlowServiceAccount/scripts/get_account_creators.cdc (141B) -// FlowServiceAccount/scripts/get_account_fee.cdc (136B) -// FlowServiceAccount/scripts/get_execution_effort_weights.cdc (155B) -// FlowServiceAccount/scripts/get_execution_memory_limit.cdc (143B) -// FlowServiceAccount/scripts/get_execution_memory_weights.cdc (155B) -// FlowServiceAccount/scripts/get_fees_balance.cdc (103B) -// FlowServiceAccount/scripts/get_is_account_creation_restricted.cdc (145B) -// FlowServiceAccount/scripts/get_is_account_creator.cdc (157B) -// FlowServiceAccount/scripts/get_tx_fee_parameters.cdc (122B) -// FlowServiceAccount/scripts/verify_payer_balance_for_tx_execution.cdc (393B) +// FlowServiceAccount/remove_account_creator.cdc (566B) +// FlowServiceAccount/scripts/get_account_creators.cdc (117B) +// FlowServiceAccount/scripts/get_account_fee.cdc (112B) +// FlowServiceAccount/scripts/get_execution_effort_weights.cdc (131B) +// FlowServiceAccount/scripts/get_execution_memory_limit.cdc (119B) +// FlowServiceAccount/scripts/get_execution_memory_weights.cdc (131B) +// FlowServiceAccount/scripts/get_fees_balance.cdc (89B) +// FlowServiceAccount/scripts/get_is_account_creation_restricted.cdc (121B) +// FlowServiceAccount/scripts/get_is_account_creator.cdc (133B) +// FlowServiceAccount/scripts/get_tx_fee_parameters.cdc (108B) +// FlowServiceAccount/scripts/verify_payer_balance_for_tx_execution.cdc (379B) // FlowServiceAccount/set_execution_effort_weights.cdc (1.663kB) // FlowServiceAccount/set_execution_memory_limit.cdc (287B) // FlowServiceAccount/set_execution_memory_weights.cdc (315B) -// FlowServiceAccount/set_is_account_creation_restricted.cdc (609B) +// FlowServiceAccount/set_is_account_creation_restricted.cdc (585B) // FlowServiceAccount/set_tx_fee_parameters.cdc (622B) -// FlowServiceAccount/set_tx_fee_surge_factor.cdc (481B) +// FlowServiceAccount/set_tx_fee_surge_factor.cdc (467B) // accounts/add_key.cdc (1.407kB) // accounts/create_new_account.cdc (1.248kB) // accounts/revoke_key.cdc (364B) -// dkg/admin/force_stop_dkg.cdc (350B) -// dkg/admin/publish_admin.cdc (313B) -// dkg/admin/set_safe_threshold.cdc (441B) -// dkg/admin/start_dkg.cdc (382B) -// dkg/admin/stop_dkg.cdc (345B) -// dkg/create_participant.cdc (474B) -// dkg/scripts/get_consensus_nodes.cdc (108B) -// dkg/scripts/get_dkg_canonical_final_submission.cdc (118B) -// dkg/scripts/get_dkg_completed.cdc (104B) -// dkg/scripts/get_dkg_enabled.cdc (93B) -// dkg/scripts/get_final_submissions.cdc (126B) -// dkg/scripts/get_latest_whiteboard_messages.cdc (335B) -// dkg/scripts/get_node_final_submission.cdc (148B) -// dkg/scripts/get_node_has_submitted.cdc (121B) -// dkg/scripts/get_node_is_claimed.cdc (223B) -// dkg/scripts/get_node_is_registered.cdc (128B) -// dkg/scripts/get_submissions_count.cdc (119B) -// dkg/scripts/get_thresholds.cdc (445B) -// dkg/scripts/get_whiteboard_messages.cdc (120B) +// dkg/admin/force_stop_dkg.cdc (337B) +// dkg/admin/publish_admin.cdc (300B) +// dkg/admin/set_safe_threshold.cdc (428B) +// dkg/admin/start_dkg.cdc (369B) +// dkg/admin/stop_dkg.cdc (332B) +// dkg/create_participant.cdc (461B) +// dkg/scripts/get_consensus_nodes.cdc (95B) +// dkg/scripts/get_dkg_canonical_final_submission.cdc (105B) +// dkg/scripts/get_dkg_completed.cdc (91B) +// dkg/scripts/get_dkg_enabled.cdc (80B) +// dkg/scripts/get_final_submissions.cdc (113B) +// dkg/scripts/get_latest_whiteboard_messages.cdc (322B) +// dkg/scripts/get_node_final_submission.cdc (135B) +// dkg/scripts/get_node_has_submitted.cdc (108B) +// dkg/scripts/get_node_is_claimed.cdc (210B) +// dkg/scripts/get_node_is_registered.cdc (115B) +// dkg/scripts/get_thresholds.cdc (432B) +// dkg/scripts/get_whiteboard_messages.cdc (107B) // dkg/send_empty_final_submission.cdc (1.048kB) -// dkg/send_final_submission.cdc (1.072kB) -// dkg/send_whiteboard_message.cdc (412B) -// epoch/admin/advance_view.cdc (667B) -// epoch/admin/calculate_rewards.cdc (379B) -// epoch/admin/deploy_epoch.cdc (1.192kB) +// dkg/send_final_submission.cdc (1.059kB) +// dkg/send_whiteboard_message.cdc (399B) +// epoch/admin/advance_view.cdc (600B) +// epoch/admin/calculate_rewards.cdc (340B) +// epoch/admin/deploy_epoch.cdc (1.173kB) // epoch/admin/deploy_qc_dkg.cdc (310B) -// epoch/admin/pay_rewards.cdc (497B) +// epoch/admin/pay_rewards.cdc (458B) // epoch/admin/recover_epoch.cdc (3.766kB) -// epoch/admin/reset_epoch.cdc (1.666kB) -// epoch/admin/set_automatic_rewards.cdc (376B) +// epoch/admin/reset_epoch.cdc (1.627kB) +// epoch/admin/set_automatic_rewards.cdc (361B) // epoch/admin/set_bonus_tokens.cdc (624B) -// epoch/admin/update_clusters.cdc (358B) -// epoch/admin/update_dkg_phase_views.cdc (348B) -// epoch/admin/update_epoch_config.cdc (1.775kB) -// epoch/admin/update_epoch_timing_config.cdc (503B) -// epoch/admin/update_epoch_views.cdc (349B) -// epoch/admin/update_reward.cdc (361B) -// epoch/admin/update_staking_views.cdc (351B) -// epoch/node/register_dkg_participant.cdc (550B) -// epoch/node/register_node.cdc (3.104kB) -// epoch/node/register_qc_voter.cdc (548B) -// epoch/scripts/get_bonus_tokens.cdc (108B) -// epoch/scripts/get_config_metadata.cdc (121B) -// epoch/scripts/get_create_clusters.cdc (205B) +// epoch/admin/update_clusters.cdc (343B) +// epoch/admin/update_dkg_phase_views.cdc (333B) +// epoch/admin/update_epoch_config.cdc (1.76kB) +// epoch/admin/update_epoch_timing_config.cdc (488B) +// epoch/admin/update_epoch_views.cdc (334B) +// epoch/admin/update_reward.cdc (346B) +// epoch/admin/update_staking_views.cdc (336B) +// epoch/node/register_dkg_participant.cdc (498B) +// epoch/node/register_node.cdc (2.999kB) +// epoch/node/register_qc_voter.cdc (490B) +// epoch/scripts/get_bonus_tokens.cdc (93B) +// epoch/scripts/get_config_metadata.cdc (106B) +// epoch/scripts/get_create_clusters.cdc (171B) // epoch/scripts/get_current_view.cdc (147B) -// epoch/scripts/get_epoch_counter.cdc (110B) -// epoch/scripts/get_epoch_metadata.cdc (159B) -// epoch/scripts/get_epoch_phase.cdc (116B) -// epoch/scripts/get_epoch_timing_config.cdc (134B) -// epoch/scripts/get_proposed_counter.cdc (113B) -// epoch/scripts/get_randomize.cdc (125B) -// epoch/scripts/get_target_end_time_for_epoch.cdc (263B) +// epoch/scripts/get_epoch_counter.cdc (95B) +// epoch/scripts/get_epoch_metadata.cdc (144B) +// epoch/scripts/get_epoch_phase.cdc (101B) +// epoch/scripts/get_epoch_timing_config.cdc (119B) +// epoch/scripts/get_proposed_counter.cdc (98B) +// epoch/scripts/get_randomize.cdc (110B) +// epoch/scripts/get_target_end_time_for_epoch.cdc (248B) // flowToken/burn_tokens.cdc (992B) // flowToken/create_forwarder.cdc (1.944kB) // flowToken/mint_tokens.cdc (1.392kB) @@ -81,226 +80,226 @@ // flowToken/scripts/get_supply.cdc (193B) // flowToken/setup_account.cdc (1.365kB) // flowToken/transfer_tokens.cdc (1.739kB) -// idTableStaking/admin/add_approved_and_limits.cdc (1.635kB) -// idTableStaking/admin/add_approved_nodes.cdc (1.055kB) -// idTableStaking/admin/capability_end_epoch.cdc (1.374kB) -// idTableStaking/admin/change_candidate_limits.cdc (727B) -// idTableStaking/admin/change_cut.cdc (665B) -// idTableStaking/admin/change_del_minimums.cdc (690B) -// idTableStaking/admin/change_minimums.cdc (818B) -// idTableStaking/admin/change_payout.cdc (625B) -// idTableStaking/admin/end_epoch.cdc (913B) -// idTableStaking/admin/end_epoch_change_payout.cdc (979B) -// idTableStaking/admin/end_staking.cdc (698B) -// idTableStaking/admin/move_tokens.cdc (598B) -// idTableStaking/admin/pay_rewards.cdc (686B) -// idTableStaking/admin/remove_approved_nodes.cdc (1.011kB) -// idTableStaking/admin/remove_invalid_nodes.cdc (697B) -// idTableStaking/admin/remove_node.cdc (629B) -// idTableStaking/admin/scale_rewards_test.cdc (713B) -// idTableStaking/admin/set_approved_nodes.cdc (628B) -// idTableStaking/admin/set_claimed.cdc (633B) -// idTableStaking/admin/set_node_weight.cdc (650B) -// idTableStaking/admin/set_non_operational.cdc (785B) -// idTableStaking/admin/set_open_access_node_slots.cdc (936B) -// idTableStaking/admin/set_slot_limits.cdc (1.572kB) -// idTableStaking/admin/start_staking.cdc (597B) -// idTableStaking/admin/transfer_admin.cdc (658B) -// idTableStaking/admin/transfer_fees_admin.cdc (444B) -// idTableStaking/admin/transfer_minter_deploy.cdc (1.344kB) -// idTableStaking/admin/upgrade_set_claimed.cdc (691B) +// idTableStaking/admin/add_approved_and_limits.cdc (1.611kB) +// idTableStaking/admin/add_approved_nodes.cdc (1.031kB) +// idTableStaking/admin/capability_end_epoch.cdc (1.35kB) +// idTableStaking/admin/change_candidate_limits.cdc (703B) +// idTableStaking/admin/change_cut.cdc (641B) +// idTableStaking/admin/change_del_minimums.cdc (666B) +// idTableStaking/admin/change_minimums.cdc (794B) +// idTableStaking/admin/change_payout.cdc (601B) +// idTableStaking/admin/end_epoch.cdc (889B) +// idTableStaking/admin/end_epoch_change_payout.cdc (955B) +// idTableStaking/admin/end_staking.cdc (674B) +// idTableStaking/admin/move_tokens.cdc (574B) +// idTableStaking/admin/pay_rewards.cdc (662B) +// idTableStaking/admin/remove_approved_nodes.cdc (987B) +// idTableStaking/admin/remove_invalid_nodes.cdc (673B) +// idTableStaking/admin/remove_node.cdc (605B) +// idTableStaking/admin/scale_rewards_test.cdc (689B) +// idTableStaking/admin/set_approved_nodes.cdc (604B) +// idTableStaking/admin/set_claimed.cdc (609B) +// idTableStaking/admin/set_node_weight.cdc (626B) +// idTableStaking/admin/set_non_operational.cdc (761B) +// idTableStaking/admin/set_open_access_node_slots.cdc (912B) +// idTableStaking/admin/set_slot_limits.cdc (1.548kB) +// idTableStaking/admin/start_staking.cdc (573B) +// idTableStaking/admin/transfer_admin.cdc (634B) +// idTableStaking/admin/transfer_fees_admin.cdc (430B) +// idTableStaking/admin/transfer_minter_deploy.cdc (1.329kB) +// idTableStaking/admin/upgrade_set_claimed.cdc (667B) // idTableStaking/admin/upgrade_staking.cdc (159B) -// idTableStaking/delegation/del_request_unstaking.cdc (670B) -// idTableStaking/delegation/del_stake_new_tokens.cdc (1.044kB) -// idTableStaking/delegation/del_stake_rewarded.cdc (676B) -// idTableStaking/delegation/del_stake_unstaked.cdc (676B) -// idTableStaking/delegation/del_withdraw_reward_tokens.cdc (952B) -// idTableStaking/delegation/del_withdraw_unstaked_tokens.cdc (952B) -// idTableStaking/delegation/get_delegator_committed.cdc (321B) -// idTableStaking/delegation/get_delegator_info.cdc (299B) -// idTableStaking/delegation/get_delegator_info_from_address.cdc (505B) -// idTableStaking/delegation/get_delegator_request.cdc (330B) -// idTableStaking/delegation/get_delegator_rewarded.cdc (319B) -// idTableStaking/delegation/get_delegator_staked.cdc (315B) -// idTableStaking/delegation/get_delegator_unstaked.cdc (319B) -// idTableStaking/delegation/get_delegator_unstaking.cdc (321B) -// idTableStaking/delegation/get_delegator_unstaking_request.cdc (330B) -// idTableStaking/delegation/register_delegator.cdc (981B) -// idTableStaking/delegation/register_many_delegators.cdc (684B) -// idTableStaking/node/register_many_nodes.cdc (1.171kB) -// idTableStaking/node/register_node.cdc (1.651kB) -// idTableStaking/node/request_unstake.cdc (644B) -// idTableStaking/node/stake_new_tokens.cdc (1.008kB) -// idTableStaking/node/stake_rewarded_tokens.cdc (647B) -// idTableStaking/node/stake_unstaked_tokens.cdc (626B) -// idTableStaking/node/unstake_all.cdc (608B) -// idTableStaking/node/update_networking_address.cdc (650B) -// idTableStaking/node/withdraw_reward_tokens.cdc (922B) -// idTableStaking/node/withdraw_unstaked_tokens.cdc (922B) -// idTableStaking/scripts/get_approved_but_not_staked_nodes.cdc (670B) -// idTableStaking/scripts/get_approved_nodes.cdc (289B) -// idTableStaking/scripts/get_candidate_limits.cdc (271B) -// idTableStaking/scripts/get_candidate_nodes.cdc (234B) -// idTableStaking/scripts/get_current_table.cdc (196B) -// idTableStaking/scripts/get_cut_percentage.cdc (205B) -// idTableStaking/scripts/get_del_stake_requirements.cdc (224B) -// idTableStaking/scripts/get_delegators_below_min.cdc (1.966kB) -// idTableStaking/scripts/get_moves_pending.cdc (213B) -// idTableStaking/scripts/get_node_committed_tokens.cdc (263B) -// idTableStaking/scripts/get_node_info.cdc (240B) -// idTableStaking/scripts/get_node_info_from_address.cdc (471B) -// idTableStaking/scripts/get_node_initial_weight.cdc (251B) -// idTableStaking/scripts/get_node_networking_addr.cdc (259B) -// idTableStaking/scripts/get_node_networking_key.cdc (251B) -// idTableStaking/scripts/get_node_rewarded_tokens.cdc (264B) -// idTableStaking/scripts/get_node_role.cdc (231B) -// idTableStaking/scripts/get_node_staked_tokens.cdc (260B) -// idTableStaking/scripts/get_node_staking_key.cdc (245B) -// idTableStaking/scripts/get_node_total_commitment.cdc (279B) -// idTableStaking/scripts/get_node_total_commitment_without_delegators.cdc (282B) -// idTableStaking/scripts/get_node_type_ratio.cdc (241B) -// idTableStaking/scripts/get_node_unstaked_tokens.cdc (264B) -// idTableStaking/scripts/get_node_unstaking_request.cdc (275B) -// idTableStaking/scripts/get_node_unstaking_tokens.cdc (266B) -// idTableStaking/scripts/get_non_operational.cdc (211B) -// idTableStaking/scripts/get_proposed_table.cdc (198B) -// idTableStaking/scripts/get_role_counts.cdc (208B) -// idTableStaking/scripts/get_slot_limits.cdc (309B) -// idTableStaking/scripts/get_stake_requirements.cdc (247B) -// idTableStaking/scripts/get_table.cdc (190B) -// idTableStaking/scripts/get_total_staked.cdc (463B) -// idTableStaking/scripts/get_total_staked_by_type.cdc (256B) -// idTableStaking/scripts/get_weekly_payout.cdc (202B) -// lockedTokens/admin/admin_create_shared_accounts.cdc (3.987kB) +// idTableStaking/delegation/del_request_unstaking.cdc (646B) +// idTableStaking/delegation/del_stake_new_tokens.cdc (986B) +// idTableStaking/delegation/del_stake_rewarded.cdc (652B) +// idTableStaking/delegation/del_stake_unstaked.cdc (652B) +// idTableStaking/delegation/del_withdraw_reward_tokens.cdc (913B) +// idTableStaking/delegation/del_withdraw_unstaked_tokens.cdc (913B) +// idTableStaking/delegation/get_delegator_committed.cdc (297B) +// idTableStaking/delegation/get_delegator_info.cdc (275B) +// idTableStaking/delegation/get_delegator_info_from_address.cdc (481B) +// idTableStaking/delegation/get_delegator_request.cdc (306B) +// idTableStaking/delegation/get_delegator_rewarded.cdc (295B) +// idTableStaking/delegation/get_delegator_staked.cdc (291B) +// idTableStaking/delegation/get_delegator_unstaked.cdc (295B) +// idTableStaking/delegation/get_delegator_unstaking.cdc (297B) +// idTableStaking/delegation/get_delegator_unstaking_request.cdc (306B) +// idTableStaking/delegation/register_delegator.cdc (923B) +// idTableStaking/delegation/register_many_delegators.cdc (645B) +// idTableStaking/node/register_many_nodes.cdc (1.113kB) +// idTableStaking/node/register_node.cdc (1.593kB) +// idTableStaking/node/request_unstake.cdc (620B) +// idTableStaking/node/stake_new_tokens.cdc (950B) +// idTableStaking/node/stake_rewarded_tokens.cdc (623B) +// idTableStaking/node/stake_unstaked_tokens.cdc (602B) +// idTableStaking/node/unstake_all.cdc (584B) +// idTableStaking/node/update_networking_address.cdc (626B) +// idTableStaking/node/withdraw_reward_tokens.cdc (883B) +// idTableStaking/node/withdraw_unstaked_tokens.cdc (883B) +// idTableStaking/scripts/get_approved_but_not_staked_nodes.cdc (646B) +// idTableStaking/scripts/get_approved_nodes.cdc (265B) +// idTableStaking/scripts/get_candidate_limits.cdc (247B) +// idTableStaking/scripts/get_candidate_nodes.cdc (210B) +// idTableStaking/scripts/get_current_table.cdc (172B) +// idTableStaking/scripts/get_cut_percentage.cdc (181B) +// idTableStaking/scripts/get_del_stake_requirements.cdc (200B) +// idTableStaking/scripts/get_delegators_below_min.cdc (1.942kB) +// idTableStaking/scripts/get_moves_pending.cdc (189B) +// idTableStaking/scripts/get_node_committed_tokens.cdc (239B) +// idTableStaking/scripts/get_node_info.cdc (216B) +// idTableStaking/scripts/get_node_info_from_address.cdc (447B) +// idTableStaking/scripts/get_node_initial_weight.cdc (227B) +// idTableStaking/scripts/get_node_networking_addr.cdc (235B) +// idTableStaking/scripts/get_node_networking_key.cdc (227B) +// idTableStaking/scripts/get_node_rewarded_tokens.cdc (240B) +// idTableStaking/scripts/get_node_role.cdc (207B) +// idTableStaking/scripts/get_node_staked_tokens.cdc (236B) +// idTableStaking/scripts/get_node_staking_key.cdc (221B) +// idTableStaking/scripts/get_node_total_commitment.cdc (255B) +// idTableStaking/scripts/get_node_total_commitment_without_delegators.cdc (258B) +// idTableStaking/scripts/get_node_type_ratio.cdc (217B) +// idTableStaking/scripts/get_node_unstaked_tokens.cdc (240B) +// idTableStaking/scripts/get_node_unstaking_request.cdc (251B) +// idTableStaking/scripts/get_node_unstaking_tokens.cdc (242B) +// idTableStaking/scripts/get_non_operational.cdc (187B) +// idTableStaking/scripts/get_proposed_table.cdc (174B) +// idTableStaking/scripts/get_role_counts.cdc (184B) +// idTableStaking/scripts/get_slot_limits.cdc (285B) +// idTableStaking/scripts/get_stake_requirements.cdc (223B) +// idTableStaking/scripts/get_table.cdc (166B) +// idTableStaking/scripts/get_total_staked.cdc (439B) +// idTableStaking/scripts/get_total_staked_by_type.cdc (232B) +// idTableStaking/scripts/get_weekly_payout.cdc (178B) +// lockedTokens/admin/admin_create_shared_accounts.cdc (3.935kB) // lockedTokens/admin/admin_deploy_contract.cdc (463B) -// lockedTokens/admin/admin_deposit_account_creator.cdc (880B) -// lockedTokens/admin/admin_remove_delegator.cdc (495B) -// lockedTokens/admin/check_main_registration.cdc (949B) -// lockedTokens/admin/check_shared_registration.cdc (633B) -// lockedTokens/admin/custody_create_account_with_lease_account.cdc (3.523kB) -// lockedTokens/admin/custody_create_only_lease_account.cdc (3.423kB) -// lockedTokens/admin/custody_create_only_shared_account.cdc (3.658kB) -// lockedTokens/admin/custody_create_shared_accounts.cdc (3.794kB) -// lockedTokens/admin/custody_setup_account_creator.cdc (758B) -// lockedTokens/admin/deposit_locked_tokens.cdc (1.678kB) +// lockedTokens/admin/admin_deposit_account_creator.cdc (862B) +// lockedTokens/admin/admin_remove_delegator.cdc (453B) +// lockedTokens/admin/check_main_registration.cdc (897B) +// lockedTokens/admin/check_shared_registration.cdc (581B) +// lockedTokens/admin/custody_create_account_with_lease_account.cdc (3.471kB) +// lockedTokens/admin/custody_create_only_lease_account.cdc (3.371kB) +// lockedTokens/admin/custody_create_only_shared_account.cdc (3.606kB) +// lockedTokens/admin/custody_create_shared_accounts.cdc (3.742kB) +// lockedTokens/admin/custody_setup_account_creator.cdc (740B) +// lockedTokens/admin/deposit_locked_tokens.cdc (1.626kB) // lockedTokens/admin/recover_lease_tokens.cdc (2.528kB) -// lockedTokens/admin/unlock_tokens.cdc (593B) -// lockedTokens/admin/unlock_tokens_for_multiple_accounts.cdc (3.122kB) -// lockedTokens/delegator/delegate_new_tokens.cdc (1.369kB) -// lockedTokens/delegator/delegate_rewarded_tokens.cdc (645B) -// lockedTokens/delegator/delegate_unstaked_tokens.cdc (637B) -// lockedTokens/delegator/get_delegator_id.cdc (392B) -// lockedTokens/delegator/get_delegator_info.cdc (1.458kB) -// lockedTokens/delegator/get_delegator_node_id.cdc (396B) -// lockedTokens/delegator/register_delegator.cdc (1.741kB) -// lockedTokens/delegator/request_unstaking.cdc (639B) -// lockedTokens/delegator/withdraw_rewarded_tokens.cdc (982B) -// lockedTokens/delegator/withdraw_rewarded_tokens_locked.cdc (645B) -// lockedTokens/delegator/withdraw_unstaked_tokens.cdc (645B) -// lockedTokens/staker/get_node_id.cdc (387B) -// lockedTokens/staker/get_staker_info.cdc (1.165kB) -// lockedTokens/staker/register_node.cdc (1.714kB) -// lockedTokens/staker/request_unstaking.cdc (692B) -// lockedTokens/staker/stake_new_tokens.cdc (1.413kB) -// lockedTokens/staker/stake_rewarded_tokens.cdc (695B) -// lockedTokens/staker/stake_unstaked_tokens.cdc (695B) -// lockedTokens/staker/unstake_all.cdc (618B) -// lockedTokens/staker/update_networking_address.cdc (659B) -// lockedTokens/staker/withdraw_rewarded_tokens.cdc (973B) -// lockedTokens/staker/withdraw_rewarded_tokens_locked.cdc (658B) -// lockedTokens/staker/withdraw_unstaked_tokens.cdc (658B) -// lockedTokens/user/deposit_tokens.cdc (1.14kB) -// lockedTokens/user/get_locked_account_address.cdc (401B) -// lockedTokens/user/get_locked_account_balance.cdc (400B) -// lockedTokens/user/get_multiple_unlock_limits.cdc (514B) -// lockedTokens/user/get_total_balance.cdc (2.811kB) -// lockedTokens/user/get_unlock_limit.cdc (391B) -// lockedTokens/user/withdraw_tokens.cdc (1.246kB) -// nodeVersionBeacon/admin/change_version_freeze_period.cdc (803B) -// nodeVersionBeacon/admin/delete_version_boundary.cdc (828B) -// nodeVersionBeacon/admin/heartbeat.cdc (628B) +// lockedTokens/admin/unlock_tokens.cdc (575B) +// lockedTokens/admin/unlock_tokens_for_multiple_accounts.cdc (3.104kB) +// lockedTokens/delegator/delegate_new_tokens.cdc (1.317kB) +// lockedTokens/delegator/delegate_rewarded_tokens.cdc (608B) +// lockedTokens/delegator/delegate_unstaked_tokens.cdc (600B) +// lockedTokens/delegator/get_delegator_id.cdc (374B) +// lockedTokens/delegator/get_delegator_info.cdc (1.416kB) +// lockedTokens/delegator/get_delegator_node_id.cdc (378B) +// lockedTokens/delegator/register_delegator.cdc (1.665kB) +// lockedTokens/delegator/request_unstaking.cdc (602B) +// lockedTokens/delegator/withdraw_rewarded_tokens.cdc (930B) +// lockedTokens/delegator/withdraw_rewarded_tokens_locked.cdc (608B) +// lockedTokens/delegator/withdraw_unstaked_tokens.cdc (608B) +// lockedTokens/staker/get_node_id.cdc (369B) +// lockedTokens/staker/get_staker_info.cdc (1.123kB) +// lockedTokens/staker/register_node.cdc (1.644kB) +// lockedTokens/staker/request_unstaking.cdc (637B) +// lockedTokens/staker/stake_new_tokens.cdc (1.343kB) +// lockedTokens/staker/stake_rewarded_tokens.cdc (640B) +// lockedTokens/staker/stake_unstaked_tokens.cdc (640B) +// lockedTokens/staker/unstake_all.cdc (581B) +// lockedTokens/staker/update_networking_address.cdc (622B) +// lockedTokens/staker/withdraw_rewarded_tokens.cdc (921B) +// lockedTokens/staker/withdraw_rewarded_tokens_locked.cdc (621B) +// lockedTokens/staker/withdraw_unstaked_tokens.cdc (621B) +// lockedTokens/user/deposit_tokens.cdc (1.088kB) +// lockedTokens/user/get_locked_account_address.cdc (383B) +// lockedTokens/user/get_locked_account_balance.cdc (382B) +// lockedTokens/user/get_multiple_unlock_limits.cdc (496B) +// lockedTokens/user/get_total_balance.cdc (2.735kB) +// lockedTokens/user/get_unlock_limit.cdc (373B) +// lockedTokens/user/withdraw_tokens.cdc (1.194kB) +// nodeVersionBeacon/admin/change_version_freeze_period.cdc (780B) +// nodeVersionBeacon/admin/delete_version_boundary.cdc (805B) +// nodeVersionBeacon/admin/heartbeat.cdc (605B) // nodeVersionBeacon/admin/set_protocol_state_version.cdc (1.058kB) -// nodeVersionBeacon/admin/set_version_boundary.cdc (1.42kB) -// nodeVersionBeacon/scripts/get_current_node_version.cdc (237B) -// nodeVersionBeacon/scripts/get_current_node_version_as_string.cdc (264B) -// nodeVersionBeacon/scripts/get_next_version_boundary.cdc (268B) -// nodeVersionBeacon/scripts/get_next_version_update_sequence.cdc (207B) -// nodeVersionBeacon/scripts/get_version_boundaries.cdc (294B) -// nodeVersionBeacon/scripts/get_version_boundary_freeze_period.cdc (322B) -// quorumCertificate/admin/publish_voter.cdc (411B) -// quorumCertificate/admin/start_voting.cdc (1.522kB) -// quorumCertificate/admin/stop_voting.cdc (381B) -// quorumCertificate/create_voter.cdc (1.127kB) -// quorumCertificate/scripts/generate_quorum_certificate.cdc (333B) -// quorumCertificate/scripts/get_cluster.cdc (196B) -// quorumCertificate/scripts/get_cluster_complete.cdc (248B) -// quorumCertificate/scripts/get_cluster_node_weights.cdc (203B) -// quorumCertificate/scripts/get_cluster_vote_threshold.cdc (197B) -// quorumCertificate/scripts/get_cluster_votes.cdc (257B) -// quorumCertificate/scripts/get_cluster_weight.cdc (193B) -// quorumCertificate/scripts/get_clusters.cdc (277B) -// quorumCertificate/scripts/get_node_has_voted.cdc (492B) -// quorumCertificate/scripts/get_node_weight.cdc (327B) -// quorumCertificate/scripts/get_qc_enabled.cdc (113B) -// quorumCertificate/scripts/get_voter_is_registered.cdc (210B) -// quorumCertificate/scripts/get_voting_completed.cdc (199B) -// quorumCertificate/submit_vote.cdc (611B) +// nodeVersionBeacon/admin/set_version_boundary.cdc (1.397kB) +// nodeVersionBeacon/scripts/get_current_node_version.cdc (214B) +// nodeVersionBeacon/scripts/get_current_node_version_as_string.cdc (241B) +// nodeVersionBeacon/scripts/get_next_version_boundary.cdc (245B) +// nodeVersionBeacon/scripts/get_next_version_update_sequence.cdc (184B) +// nodeVersionBeacon/scripts/get_version_boundaries.cdc (271B) +// nodeVersionBeacon/scripts/get_version_boundary_freeze_period.cdc (299B) +// quorumCertificate/admin/publish_voter.cdc (392B) +// quorumCertificate/admin/start_voting.cdc (1.503kB) +// quorumCertificate/admin/stop_voting.cdc (362B) +// quorumCertificate/create_voter.cdc (1.108kB) +// quorumCertificate/scripts/generate_quorum_certificate.cdc (314B) +// quorumCertificate/scripts/get_cluster.cdc (177B) +// quorumCertificate/scripts/get_cluster_complete.cdc (229B) +// quorumCertificate/scripts/get_cluster_node_weights.cdc (184B) +// quorumCertificate/scripts/get_cluster_vote_threshold.cdc (178B) +// quorumCertificate/scripts/get_cluster_votes.cdc (238B) +// quorumCertificate/scripts/get_cluster_weight.cdc (174B) +// quorumCertificate/scripts/get_clusters.cdc (258B) +// quorumCertificate/scripts/get_node_has_voted.cdc (473B) +// quorumCertificate/scripts/get_node_weight.cdc (308B) +// quorumCertificate/scripts/get_qc_enabled.cdc (94B) +// quorumCertificate/scripts/get_voter_is_registered.cdc (191B) +// quorumCertificate/scripts/get_voting_completed.cdc (180B) +// quorumCertificate/submit_vote.cdc (592B) // randomBeaconHistory/scripts/get_backfiller_max_entries.cdc (321B) // randomBeaconHistory/scripts/get_latest_source_of_randomness.cdc (200B) // randomBeaconHistory/scripts/get_source_of_randomness.cdc (305B) // randomBeaconHistory/scripts/get_source_of_randomness_page.cdc (326B) // randomBeaconHistory/transactions/set_backfiller_max_entries.cdc (379B) -// stakingCollection/close_stake.cdc (875B) -// stakingCollection/create_machine_account.cdc (2.428kB) -// stakingCollection/create_new_tokenholder_acct.cdc (3.643kB) +// stakingCollection/close_stake.cdc (848B) +// stakingCollection/create_machine_account.cdc (2.401kB) +// stakingCollection/create_new_tokenholder_acct.cdc (3.564kB) // stakingCollection/deploy_collection_contract.cdc (312B) -// stakingCollection/register_delegator.cdc (792B) -// stakingCollection/register_multiple_delegators.cdc (884B) -// stakingCollection/register_multiple_nodes.cdc (1.701kB) -// stakingCollection/register_node.cdc (2.733kB) -// stakingCollection/request_unstaking.cdc (801B) -// stakingCollection/restake_all_stakers.cdc (1.422kB) -// stakingCollection/scripts/does_account_have_staking_collection.cdc (257B) -// stakingCollection/scripts/get_all_delegator_info.cdc (357B) -// stakingCollection/scripts/get_all_node_info.cdc (337B) -// stakingCollection/scripts/get_delegator_ids.cdc (286B) -// stakingCollection/scripts/get_does_stake_exist.cdc (415B) -// stakingCollection/scripts/get_locked_tokens_used.cdc (289B) -// stakingCollection/scripts/get_machine_account_address.cdc (440B) -// stakingCollection/scripts/get_machine_accounts.cdc (318B) -// stakingCollection/scripts/get_node_ids.cdc (248B) -// stakingCollection/scripts/get_unlocked_tokens_used.cdc (294B) -// stakingCollection/setup_staking_collection.cdc (3.494kB) -// stakingCollection/stake_new_tokens.cdc (925B) -// stakingCollection/stake_rewarded_tokens.cdc (818B) -// stakingCollection/stake_unstaked_tokens.cdc (818B) -// stakingCollection/test/deposit_tokens.cdc (878B) -// stakingCollection/test/get_tokens.cdc (684B) -// stakingCollection/transfer_delegator.cdc (2.025kB) -// stakingCollection/transfer_node.cdc (2.342kB) -// stakingCollection/unstake_all.cdc (727B) -// stakingCollection/update_networking_address.cdc (745B) -// stakingCollection/withdraw_from_machine_account.cdc (807B) -// stakingCollection/withdraw_rewarded_tokens.cdc (979B) -// stakingCollection/withdraw_unstaked_tokens.cdc (994B) -// stakingProxy/add_node_info.cdc (640B) -// stakingProxy/get_node_info.cdc (461B) -// stakingProxy/register_node.cdc (1.145kB) -// stakingProxy/remove_node_info.cdc (323B) -// stakingProxy/remove_staking_proxy.cdc (331B) -// stakingProxy/request_unstaking.cdc (493B) -// stakingProxy/setup_node_account.cdc (619B) -// stakingProxy/stake_new_tokens.cdc (491B) -// stakingProxy/stake_unstaked_tokens.cdc (496B) -// stakingProxy/unstake_all.cdc (457B) -// stakingProxy/withdraw_rewards.cdc (499B) -// stakingProxy/withdraw_unstaked.cdc (499B) -// storageFees/admin/set_parameters.cdc (847B) -// storageFees/scripts/get_account_available_balance.cdc (178B) -// storageFees/scripts/get_accounts_capacity_for_transaction_storage_check.cdc (317B) -// storageFees/scripts/get_storage_capacity.cdc (174B) -// storageFees/scripts/get_storage_fee_conversion.cdc (142B) -// storageFees/scripts/get_storage_fee_min.cdc (136B) +// stakingCollection/register_delegator.cdc (765B) +// stakingCollection/register_multiple_delegators.cdc (857B) +// stakingCollection/register_multiple_nodes.cdc (1.674kB) +// stakingCollection/register_node.cdc (2.706kB) +// stakingCollection/request_unstaking.cdc (774B) +// stakingCollection/restake_all_stakers.cdc (1.371kB) +// stakingCollection/scripts/does_account_have_staking_collection.cdc (230B) +// stakingCollection/scripts/get_all_delegator_info.cdc (306B) +// stakingCollection/scripts/get_all_node_info.cdc (286B) +// stakingCollection/scripts/get_delegator_ids.cdc (259B) +// stakingCollection/scripts/get_does_stake_exist.cdc (364B) +// stakingCollection/scripts/get_locked_tokens_used.cdc (262B) +// stakingCollection/scripts/get_machine_account_address.cdc (413B) +// stakingCollection/scripts/get_machine_accounts.cdc (291B) +// stakingCollection/scripts/get_node_ids.cdc (221B) +// stakingCollection/scripts/get_unlocked_tokens_used.cdc (267B) +// stakingCollection/setup_staking_collection.cdc (3.391kB) +// stakingCollection/stake_new_tokens.cdc (898B) +// stakingCollection/stake_rewarded_tokens.cdc (791B) +// stakingCollection/stake_unstaked_tokens.cdc (791B) +// stakingCollection/test/deposit_tokens.cdc (799B) +// stakingCollection/test/get_tokens.cdc (605B) +// stakingCollection/transfer_delegator.cdc (1.998kB) +// stakingCollection/transfer_node.cdc (2.315kB) +// stakingCollection/unstake_all.cdc (700B) +// stakingCollection/update_networking_address.cdc (718B) +// stakingCollection/withdraw_from_machine_account.cdc (780B) +// stakingCollection/withdraw_rewarded_tokens.cdc (952B) +// stakingCollection/withdraw_unstaked_tokens.cdc (967B) +// stakingProxy/add_node_info.cdc (622B) +// stakingProxy/get_node_info.cdc (443B) +// stakingProxy/register_node.cdc (1.109kB) +// stakingProxy/remove_node_info.cdc (305B) +// stakingProxy/remove_staking_proxy.cdc (313B) +// stakingProxy/request_unstaking.cdc (475B) +// stakingProxy/setup_node_account.cdc (601B) +// stakingProxy/stake_new_tokens.cdc (473B) +// stakingProxy/stake_unstaked_tokens.cdc (478B) +// stakingProxy/unstake_all.cdc (439B) +// stakingProxy/withdraw_rewards.cdc (481B) +// stakingProxy/withdraw_unstaked.cdc (481B) +// storageFees/admin/set_parameters.cdc (826B) +// storageFees/scripts/get_account_available_balance.cdc (157B) +// storageFees/scripts/get_accounts_capacity_for_transaction_storage_check.cdc (296B) +// storageFees/scripts/get_storage_capacity.cdc (153B) +// storageFees/scripts/get_storage_fee_conversion.cdc (121B) +// storageFees/scripts/get_storage_fee_min.cdc (115B) package assets @@ -369,7 +368,7 @@ func (fi bindataFileInfo) Sys() interface{} { return nil } -var _flowserviceaccountAdd_account_creatorCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x51\xcb\x6e\xab\x30\x10\x5d\xdb\x5f\x31\x62\x11\xc1\xc6\xde\xa3\x7b\x1b\xd1\x4a\xfd\x81\x3e\xf6\x13\x7b\x48\x2c\x81\x8d\xc6\xa6\x54\xaa\xf2\xef\x15\x86\x45\x68\xa8\xba\x3e\x73\x9e\xe3\xfa\x21\x70\x82\xe7\x2e\x4c\x2f\xc4\x1f\xce\x50\x63\x4c\x18\x7d\x82\x96\x43\x0f\xc5\x3d\x50\x48\xa9\x35\xbc\x5e\x5c\x84\xc4\xe8\x23\x9a\xe4\x82\x07\xb4\x36\x02\x82\xa7\x09\x70\x55\x30\x4c\x8c\x29\xb0\xbc\xb9\x2b\x57\xf0\x89\x69\x86\x6a\x68\xac\x65\x8a\xb1\x82\x2f\x29\x45\x47\x09\xe2\xc6\xad\xb1\xbd\xf3\x35\x1c\xee\x73\xa8\x0c\xb9\x98\x16\x0f\x29\x06\xa6\x01\x99\xca\xe8\xce\x9e\xb8\x06\x1c\xd3\xa5\x7c\x0c\xcc\x61\x7a\xc7\x6e\xa4\x0a\x0e\x2b\x75\x36\x13\x42\x6b\x58\x50\x60\x6a\x89\xc9\x1b\x82\x14\xf6\xa6\xd8\x38\x01\x53\x0c\x23\x1b\x52\x59\x43\x0a\x11\xa9\x6b\xd5\x4e\x6c\xf8\x0f\x4b\x16\x15\x53\x60\x3c\x93\x3a\x65\xbf\x7f\x7f\xb6\x79\x28\xe7\xf5\x6b\xd0\x2b\x51\xb7\x37\x84\xf9\xb0\x92\x42\x88\xe3\x11\x06\xf4\xce\x94\xc5\x9b\xc7\x53\x97\xd3\x9f\x76\x1a\xe1\x6e\xfc\xa2\x92\xe2\x2a\x05\x7d\x92\x19\x13\xe5\x45\x7e\x2b\xa2\xd0\xda\x66\xf3\xb7\x1f\x6f\xcc\x52\xd7\xef\x00\x00\x00\xff\xff\x30\x9d\x0e\x50\x4c\x02\x00\x00" +var _flowserviceaccountAdd_account_creatorCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x91\xcf\x6e\xf2\x30\x10\xc4\xcf\xf6\x53\x8c\x72\x40\xc9\x25\xbe\x47\xdf\x57\x94\x56\xea\x0b\xf4\xcf\x7d\xb1\x37\x60\x29\xd8\xd1\xda\x29\x95\x2a\xde\xbd\xc2\xe1\x00\x85\xaa\xe7\x99\xf1\x6f\xc6\xeb\xf7\x53\x94\x8c\xea\x79\x8c\x87\x17\x96\x0f\x6f\xb9\xb7\x36\xce\x21\x57\x5a\x1b\x83\xd7\x9d\x4f\xc8\x42\x21\x91\xcd\x3e\x06\x90\x73\x09\x84\xc0\x07\xd0\x62\x84\x15\x16\xca\x51\xf4\x85\xaf\x3e\x8b\x4f\xc2\x27\xa9\x43\xef\x9c\x70\x4a\x0d\xbe\xb4\x56\x23\x67\xa4\x2b\x5a\xef\xf6\x3e\x74\x58\xdd\xf6\x68\x8b\xe4\x53\x5e\x18\x5a\x4d\xc2\x13\x09\xd7\xc9\x6f\x03\x4b\x07\x9a\xf3\xae\x7e\x8c\x22\xf1\xf0\x4e\xe3\xcc\x0d\x56\xe7\xe8\x09\xa6\x94\x31\x58\x54\x08\x0f\x2c\x1c\x2c\x23\x47\xdc\x92\x70\x45\x82\x70\x8a\xb3\x58\x6e\xcb\x1b\x5a\xa9\xc4\xe3\xd0\xde\xa9\x8d\xff\x58\xba\xb4\x29\x47\xa1\x2d\xb7\x9b\xc2\xfb\xf7\xe7\x9a\x87\x7a\x90\xb8\xef\x60\xce\x41\x33\x5c\x04\x4e\xc6\x46\x2b\xa5\xd6\x6b\x4c\x14\xbc\xad\xab\xb7\x40\x9b\xb1\xb4\xdf\xdc\x59\x44\x77\xeb\x57\x8d\x56\x47\xad\xf8\x93\xed\x9c\xb9\xfc\xc8\x6f\x43\x5a\x72\xae\xbf\xba\xdb\x8f\x33\x96\xa7\x8e\xdf\x01\x00\x00\xff\xff\x74\x26\xcc\x17\x34\x02\x00\x00" func flowserviceaccountAdd_account_creatorCdcBytes() ([]byte, error) { return bindataRead( @@ -385,7 +384,7 @@ func flowserviceaccountAdd_account_creatorCdc() (*asset, error) { } info := bindataFileInfo{name: "FlowServiceAccount/add_account_creator.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xb1, 0x11, 0x91, 0x94, 0xe5, 0x6c, 0x4, 0x20, 0xe4, 0x66, 0x6, 0x20, 0xd3, 0xd9, 0xf8, 0xab, 0x9b, 0xa9, 0xec, 0xe1, 0x9e, 0x25, 0x9b, 0x99, 0x68, 0xeb, 0xa9, 0x9f, 0xcf, 0x7a, 0xb4, 0xa2}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xa7, 0xb4, 0x8a, 0xf9, 0x42, 0x4b, 0xf, 0xf0, 0x20, 0x56, 0x6d, 0xbc, 0xd, 0xc, 0x52, 0xfd, 0xe8, 0xa8, 0x73, 0xc1, 0xe8, 0x14, 0xcc, 0x84, 0x38, 0xd6, 0xf, 0x6c, 0xdc, 0x39, 0xbb, 0xe4}} return a, nil } @@ -409,7 +408,7 @@ func flowserviceaccountDeposit_feesCdc() (*asset, error) { return a, nil } -var _flowserviceaccountRemove_account_creatorCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x51\xbd\x6e\x83\x30\x10\x9e\xed\xa7\x38\x31\x44\xb0\xd8\x3b\x6a\x1b\xd1\x4a\x7d\x81\xfe\xec\x17\xe7\x48\x2c\x81\x0f\x9d\x4d\x52\xa9\xca\xbb\x57\x31\x0c\xa1\xa1\xea\xfc\xdd\x7d\xbf\xbe\x1f\x58\x12\xbc\x76\x7c\x7e\x23\x39\x79\x47\x8d\x73\x3c\x86\x04\xad\x70\x0f\xc5\x3d\x50\x68\x6d\x2d\xbc\x1f\x7d\x84\x24\x18\x22\xba\xe4\x39\x80\x50\xcf\x27\x8a\x80\x01\x70\x66\x70\x42\x98\x58\xf4\xcd\x59\x39\x63\x2f\x13\x54\x43\xb3\xdf\x0b\xc5\x58\xc1\xb7\xd6\xaa\xa3\x04\x71\x21\xd6\xec\x7b\x1f\x6a\xd8\xdc\xdb\x30\x19\xf2\x31\x49\xd6\xd0\x6a\x10\x1a\x50\xa8\x8c\xfe\x10\x48\x6a\xc0\x31\x1d\xcb\x67\x16\xe1\xf3\x27\x76\x23\x55\xb0\x99\x5f\xaf\x62\x4a\x59\x0b\x13\x0a\x42\x2d\x09\x05\x47\x90\x78\xad\x89\x85\x12\x08\x45\x1e\xc5\x91\xc9\x1c\x5a\xa9\x48\x5d\x6b\x56\x6c\xc3\x23\x4c\x5e\x4c\x4c\x2c\x78\x20\xb3\xcb\x7a\x0f\xff\xa6\x79\x2a\xaf\xe5\xd7\x60\xe7\x47\xdb\xde\x3c\x5c\x0f\x2b\xad\x94\xda\x6e\x61\xc0\xe0\x5d\x59\x7c\x04\xdc\x75\xd9\xfd\x6e\x25\x11\xae\xda\x2f\x2a\xad\x2e\x5a\xd1\x17\xb9\x31\x51\x6e\xe4\xaf\x20\x66\xda\xb6\x59\x4c\xf7\x6b\xc9\xcc\x76\xf9\x09\x00\x00\xff\xff\xec\x46\x77\xa5\x4e\x02\x00\x00" +var _flowserviceaccountRemove_account_creatorCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x91\xcd\x6e\x83\x30\x10\x84\xcf\xf6\x53\xac\x38\x44\x70\xb1\xef\xa8\x6d\x44\x2b\xf5\x05\xfa\x73\xdf\x38\x4b\x62\x09\xbc\x68\x6d\x92\x4a\x55\xde\xbd\x8a\xe1\x10\x1a\xaa\x9e\x67\xc7\xdf\x8c\xc7\xf7\x03\x4b\x82\xe2\xb5\xe3\xf3\x1b\xc9\xc9\x3b\x6a\x9c\xe3\x31\xa4\x42\x6b\x6b\xe1\xfd\xe8\x23\x24\xc1\x10\xd1\x25\xcf\x01\x84\x7a\x3e\x51\x04\x0c\x80\xd3\x21\x38\x21\x4c\x2c\xfa\xe6\xac\x9c\xb5\x97\x49\xaa\xa1\xd9\xef\x85\x62\xac\xe0\x5b\x6b\xd5\x51\x82\xb8\x80\x35\xfb\xde\x87\x1a\x36\xf7\x31\x4c\x96\x7c\x4c\x92\x19\x5a\x0d\x42\x03\x0a\x95\xd1\x1f\x02\x49\x0d\x38\xa6\x63\xf9\xcc\x22\x7c\xfe\xc4\x6e\xa4\x0a\x36\xb3\xf5\x0a\x53\xca\x5a\x98\x54\x10\x6a\x49\x28\x38\x82\xc4\x70\x4f\x82\x05\x09\x84\x22\x8f\xe2\xc8\xe4\x37\xb4\x52\x91\xba\xd6\xac\xc4\x86\x47\x98\xb2\x98\x98\x58\xf0\x40\x66\x97\x79\x0f\xff\xb6\x79\x2a\x5b\xe1\xbe\x06\x3b\x1b\x6d\x7b\x63\xb8\x1e\x56\x5a\x29\xb5\xdd\xc2\x80\xc1\xbb\xb2\xf8\x08\xb8\xeb\x72\xfa\xdd\x4a\x23\x5c\x8d\x5f\x54\x5a\x5d\xb4\xa2\x2f\x72\x63\xa2\xfc\x23\x7f\x15\x31\xd3\xb6\xcd\x62\xba\x5f\x4b\xe6\xd7\x2e\x3f\x01\x00\x00\xff\xff\x2b\xe1\xd1\x6d\x36\x02\x00\x00" func flowserviceaccountRemove_account_creatorCdcBytes() ([]byte, error) { return bindataRead( @@ -425,11 +424,11 @@ func flowserviceaccountRemove_account_creatorCdc() (*asset, error) { } info := bindataFileInfo{name: "FlowServiceAccount/remove_account_creator.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xf0, 0x88, 0x85, 0x67, 0xec, 0xe6, 0x1a, 0x23, 0xf6, 0xee, 0x4f, 0xc, 0x7c, 0x58, 0x34, 0x3e, 0xf2, 0x45, 0x36, 0xc2, 0x8d, 0xbe, 0x5, 0xcc, 0xdf, 0x1a, 0xcc, 0x9c, 0x8c, 0xe9, 0x29, 0x21}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x49, 0x40, 0xe1, 0xa0, 0xda, 0x1c, 0xfc, 0x7c, 0x3f, 0x61, 0xd8, 0x72, 0x93, 0xd, 0x46, 0xac, 0x6c, 0x57, 0x6, 0xee, 0xe, 0x5c, 0xff, 0xaf, 0x44, 0x8, 0x49, 0x1d, 0x29, 0x71, 0x74, 0xdc}} return a, nil } -var _flowserviceaccountScriptsGet_account_creatorsCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\xcc\x31\x0a\x02\x31\x10\x46\xe1\x3e\xa7\xf8\xd9\x2a\x69\x3c\x80\xdd\x22\x78\x01\x4b\xb1\x08\xb3\x13\x09\x24\x19\x99\x99\x68\x21\xde\xdd\xc6\xce\xed\x1e\x3c\xf8\x6a\x7f\x88\x3a\xce\x4d\x5e\x17\xd6\x67\x25\x5e\x89\x64\x0e\x47\x51\xe9\x58\xfe\xc7\x12\x42\x26\x62\xb3\x98\x5b\x4b\x28\x73\xa0\xe7\x3a\x62\x3a\xe2\xba\x6e\x9b\xb2\xd9\x0d\xef\x00\x00\xca\x3e\x75\xec\xe0\x87\x3b\xfb\x2f\x4f\xca\xd9\x45\x2d\xa6\xf0\xf9\x06\x00\x00\xff\xff\x70\x58\x63\xbb\x8d\x00\x00\x00" +var _flowserviceaccountScriptsGet_account_creatorsCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xca\xcc\x2d\xc8\x2f\x2a\x51\x50\x72\xcb\xc9\x2f\x0f\x4e\x2d\x2a\xcb\x4c\x4e\x75\x4c\x4e\xce\x2f\xcd\x2b\x51\xe2\xe2\x4a\x4c\x4e\x4e\x2d\x2e\xd6\x48\xcc\xc9\xd1\x54\x48\x2b\xcd\x53\xc8\x4d\xcc\xcc\xd3\xd0\xb4\x52\x88\x76\x4c\x49\x29\x4a\x2d\x2e\x8e\x55\xa8\xe6\x52\x50\x50\x50\x28\x4a\x2d\x29\x2d\xca\x53\xc0\x34\x43\x2f\x3d\xb5\x04\xca\x74\x2e\x4a\x4d\x2c\xc9\x2f\x2a\xd6\xd0\xe4\xaa\x05\x04\x00\x00\xff\xff\x1e\x2b\x76\x03\x75\x00\x00\x00" func flowserviceaccountScriptsGet_account_creatorsCdcBytes() ([]byte, error) { return bindataRead( @@ -445,11 +444,11 @@ func flowserviceaccountScriptsGet_account_creatorsCdc() (*asset, error) { } info := bindataFileInfo{name: "FlowServiceAccount/scripts/get_account_creators.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xb, 0x29, 0xe1, 0xc2, 0xd2, 0x0, 0xb4, 0xb8, 0x57, 0xa9, 0x8f, 0xc, 0x63, 0xa1, 0x40, 0x25, 0x23, 0xfd, 0x83, 0xcf, 0xb3, 0xef, 0xe1, 0x16, 0xe9, 0x84, 0xcf, 0xe7, 0x86, 0xa0, 0x5c, 0x7f}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x5, 0x8f, 0x1e, 0x63, 0xc4, 0x7f, 0x6c, 0x51, 0xe8, 0xba, 0xe7, 0x0, 0x0, 0x8a, 0xf1, 0xba, 0x2, 0x67, 0x79, 0x96, 0xab, 0x8b, 0xb8, 0x46, 0xd5, 0x72, 0xf3, 0xe6, 0xc8, 0x3c, 0x15, 0x64}} return a, nil } -var _flowserviceaccountScriptsGet_account_feeCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xca\xcc\x2d\xc8\x2f\x2a\x51\x70\xcb\xc9\x2f\x0f\x4e\x2d\x2a\xcb\x4c\x4e\x75\x4c\x4e\xce\x2f\xcd\x2b\x51\x48\x2b\xca\xcf\x55\x50\xc2\x94\x50\xe2\xe2\x4a\x4c\x4e\x4e\x2d\x2e\xd6\x48\xcc\xc9\xd1\x54\x48\x2b\xcd\x53\xc8\x4d\xcc\xcc\xd3\xd0\xb4\x52\x08\x75\xcb\xac\x30\x33\x51\xa8\xe6\x52\x50\x50\x50\x28\x4a\x2d\x29\x2d\xca\xc3\x62\xb2\x5e\x22\x84\x76\x2e\x4a\x4d\x2c\xc9\xcc\xcf\x73\x4b\x4d\xe5\xaa\x05\x04\x00\x00\xff\xff\xd5\x0c\xb4\x55\x88\x00\x00\x00" +var _flowserviceaccountScriptsGet_account_feeCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xca\xcc\x2d\xc8\x2f\x2a\x51\x50\x72\xcb\xc9\x2f\x0f\x4e\x2d\x2a\xcb\x4c\x4e\x75\x4c\x4e\xce\x2f\xcd\x2b\x51\xe2\xe2\x4a\x4c\x4e\x4e\x2d\x2e\xd6\x48\xcc\xc9\xd1\x54\x48\x2b\xcd\x53\xc8\x4d\xcc\xcc\xd3\xd0\xb4\x52\x08\x75\xcb\xac\x30\x33\x51\xa8\xe6\x52\x50\x50\x50\x28\x4a\x2d\x29\x2d\xca\x53\xc0\x34\x40\x2f\x11\x42\x3b\x17\xa5\x26\x96\x64\xe6\xe7\xb9\xa5\xa6\x72\xd5\x02\x02\x00\x00\xff\xff\x6a\xac\x10\xcd\x70\x00\x00\x00" func flowserviceaccountScriptsGet_account_feeCdcBytes() ([]byte, error) { return bindataRead( @@ -465,11 +464,11 @@ func flowserviceaccountScriptsGet_account_feeCdc() (*asset, error) { } info := bindataFileInfo{name: "FlowServiceAccount/scripts/get_account_fee.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xd7, 0xc5, 0xf3, 0x5c, 0xe4, 0x84, 0x40, 0x9d, 0xd7, 0xb, 0x6b, 0x49, 0x46, 0x8c, 0xa5, 0xdd, 0xa3, 0x90, 0x91, 0x78, 0x62, 0xa8, 0xe, 0xa4, 0x2, 0x22, 0xba, 0xd8, 0x8c, 0x90, 0xf2, 0x66}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x21, 0xdc, 0xbe, 0xe, 0xf, 0x4e, 0xf8, 0x74, 0x1f, 0xb4, 0xa8, 0x29, 0x59, 0x25, 0x45, 0xd9, 0x4a, 0x57, 0x7c, 0xc5, 0xb2, 0xc5, 0x8e, 0x11, 0x4b, 0x3, 0xfa, 0x47, 0x50, 0xa1, 0x54, 0xd8}} return a, nil } -var _flowserviceaccountScriptsGet_execution_effort_weightsCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\xcd\xa1\x0e\xc2\x30\x10\x87\x71\xdf\xa7\xf8\x67\x6a\x33\x28\x82\x98\x43\x8c\x04\x4d\x08\x7a\xb9\x5c\x47\x93\xf6\x8e\x5c\xaf\x40\xb2\xec\xdd\x11\x48\x50\x9f\xf8\xc4\x2f\x95\x87\x9a\xe3\x94\xf5\x75\x61\x7b\x26\xe2\x23\x91\x36\x71\x44\xd3\x82\xee\x77\x74\x21\xcc\x44\x5c\x6b\x3f\xe7\x3c\x20\x36\x41\x99\x93\xf4\xc3\x88\xf5\x7a\x16\x3f\xec\x47\x7c\xbb\x61\x0d\x00\x60\xec\xcd\xe4\x8f\xb1\x5b\xd8\xa7\x37\x53\xf3\xa4\x32\xc5\xa8\xe6\x37\x4e\xcb\xdd\x6b\x3f\x84\xed\x13\x00\x00\xff\xff\xed\xee\xad\x32\x9b\x00\x00\x00" +var _flowserviceaccountScriptsGet_execution_effort_weightsCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\xcc\xb1\x0a\xc2\x30\x10\x06\xe0\x3d\x4f\xf1\xd3\x29\x59\x9c\xc4\xa1\x9b\x43\x05\x67\x11\xe7\x70\x5c\x6a\x20\xbd\xc8\xe5\xa2\x42\xe9\xbb\x3b\x38\x76\xfa\xb6\x2f\x2f\xaf\xaa\x86\xe1\x52\xea\xe7\xc6\xfa\xce\xc4\x67\xa2\xda\xc5\x06\xe7\x22\x11\xb7\xe6\x63\x29\x01\xa9\x0b\x96\x98\xc5\x87\x11\xeb\xfd\x2a\x76\x3a\x8e\xf8\xbb\x61\x75\x00\xa0\x6c\x5d\x05\xfb\xea\x30\xb3\x4d\x5f\xa6\x6e\xb9\xca\x94\x52\x55\x7b\x70\x9e\x9f\xd6\x7c\x70\xdb\x2f\x00\x00\xff\xff\x24\x21\x26\x03\x83\x00\x00\x00" func flowserviceaccountScriptsGet_execution_effort_weightsCdcBytes() ([]byte, error) { return bindataRead( @@ -485,11 +484,11 @@ func flowserviceaccountScriptsGet_execution_effort_weightsCdc() (*asset, error) } info := bindataFileInfo{name: "FlowServiceAccount/scripts/get_execution_effort_weights.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xbc, 0x96, 0xc3, 0x69, 0xc1, 0xcc, 0x19, 0x11, 0xbd, 0xe0, 0x19, 0x1e, 0xb1, 0x38, 0xab, 0xae, 0x1, 0x48, 0x4, 0x1e, 0x57, 0xcf, 0x63, 0xee, 0x28, 0x4e, 0xf7, 0x13, 0x65, 0x30, 0xd6, 0x93}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x52, 0x62, 0xfa, 0xe7, 0xfe, 0xc8, 0xb5, 0x98, 0xe7, 0xf0, 0x53, 0xf4, 0x3b, 0x6, 0x52, 0xfa, 0x2f, 0x46, 0xcb, 0x92, 0xd6, 0x5c, 0x32, 0x44, 0x7d, 0x45, 0x85, 0x68, 0x73, 0x33, 0x41, 0x4}} return a, nil } -var _flowserviceaccountScriptsGet_execution_memory_limitCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\xcc\x3d\xaa\x42\x31\x10\x06\xd0\x3e\xab\xf8\xb8\x55\xd2\xbc\xea\x61\x61\x67\xa1\x20\x68\x25\x2e\x20\x0c\x73\x65\x20\x99\x91\xb9\x13\x7f\x10\xf7\xee\x02\xb4\x3e\x70\xa4\x5f\xcd\x03\xbb\x66\xf7\x13\xfb\x4d\x88\x37\x44\x36\x34\x30\xbb\x75\x4c\xdf\x30\xa5\x54\x89\x78\x59\x72\x6d\xad\x60\x1e\x8a\x5e\x45\x73\x59\xe3\xbc\xd7\x58\xfd\xe3\x95\x00\xc0\x39\x86\xeb\x8f\xf9\xef\xc2\xb1\x7d\x30\x8d\x10\xd3\x23\x77\xf3\xe7\x41\xba\x44\x2e\xe9\xfd\x09\x00\x00\xff\xff\xc8\x94\x6c\xb5\x8f\x00\x00\x00" +var _flowserviceaccountScriptsGet_execution_memory_limitCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\xcc\x3d\x0a\x42\x31\x0c\x07\xf0\xbd\xa7\xf8\xf3\xa6\x76\x71\x12\x07\x37\x07\x05\x41\x27\xf1\x00\x25\x44\x09\xb4\x89\xe4\xa5\x7e\x20\xde\xdd\x03\xbc\x0b\xfc\xa4\x3f\xcc\x03\xd3\xa1\xd9\xeb\xc2\xfe\x14\xe2\x1d\x91\x0d\x8d\x29\xa5\x4a\xc4\xf3\x9c\x6b\x6b\x05\xb7\xa1\xe8\x55\x34\x97\x2d\xae\x47\x8d\xcd\x1a\xdf\x04\x00\xce\x31\x5c\xb1\x04\x56\x77\x8e\xfd\x9b\x69\x84\x98\x9e\xb9\x9b\x7f\x4e\xd2\x25\x72\x49\xbf\x7f\x00\x00\x00\xff\xff\x72\x4a\x1e\x87\x77\x00\x00\x00" func flowserviceaccountScriptsGet_execution_memory_limitCdcBytes() ([]byte, error) { return bindataRead( @@ -505,11 +504,11 @@ func flowserviceaccountScriptsGet_execution_memory_limitCdc() (*asset, error) { } info := bindataFileInfo{name: "FlowServiceAccount/scripts/get_execution_memory_limit.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xd5, 0x92, 0xbb, 0x36, 0x1b, 0xad, 0x73, 0x48, 0xdd, 0x41, 0x54, 0x99, 0x1e, 0xfa, 0x9b, 0x50, 0x6f, 0xbd, 0x17, 0xf5, 0xe3, 0xc6, 0xa1, 0x52, 0xaf, 0x15, 0xe0, 0x6c, 0x4d, 0x9c, 0x46, 0xd2}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x44, 0xde, 0xe2, 0x2b, 0x3c, 0x59, 0x5f, 0x66, 0xcf, 0x5b, 0x25, 0xa3, 0x81, 0x4b, 0x35, 0x92, 0x80, 0x45, 0x5, 0xc8, 0x6c, 0x51, 0x67, 0x1c, 0x77, 0x60, 0xe1, 0xce, 0x3a, 0x55, 0x54, 0x26}} return a, nil } -var _flowserviceaccountScriptsGet_execution_memory_weightsCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xca\xcc\x2d\xc8\x2f\x2a\x51\x70\xcb\xc9\x2f\x0f\x4e\x2d\x2a\xcb\x4c\x4e\x75\x4c\x4e\xce\x2f\xcd\x2b\x51\x48\x2b\xca\xcf\x55\x50\xc2\x94\x50\xe2\xe2\x4a\x4c\x4e\x4e\x2d\x2e\xd6\x48\xcc\xc9\xd1\x54\x48\x2b\xcd\x53\xc8\x4d\xcc\xcc\xd3\xd0\xb4\x52\xa8\x0e\xf5\xcc\x2b\x31\x33\xb1\x52\x80\xd0\xb5\x0a\xd5\x5c\x0a\x0a\x0a\x0a\x45\xa9\x25\xa5\x45\x79\x58\xec\xd0\x4b\x4f\x2d\x71\xad\x48\x4d\x2e\x2d\xc9\xcc\xcf\xf3\x4d\xcd\xcd\x2f\xaa\x0c\x4f\xcd\x4c\xcf\x28\x29\xd6\xd0\xe4\xaa\x05\x04\x00\x00\xff\xff\x91\xb2\x2e\xbd\x9b\x00\x00\x00" +var _flowserviceaccountScriptsGet_execution_memory_weightsCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\xcc\xaf\x0e\xc2\x30\x10\x07\x60\xdf\xa7\xf8\x65\xaa\x35\x28\x82\x98\x43\x40\x82\x40\x11\x82\x6e\x2e\xc7\x68\xd2\x5e\xc9\xf5\xca\x9f\x2c\x7b\x77\x04\x72\xea\x73\x5f\x2a\xcf\xaa\x86\xe1\x98\xeb\xfb\xc2\xfa\x4a\xc4\x7b\xa2\xda\xc5\x06\xe7\x22\x11\xb7\xe6\x63\xce\x01\xf7\x2e\x28\x31\x89\x0f\x23\xe6\xeb\x49\x6c\xb7\x1d\xf1\x77\xc1\xec\x00\x40\xd9\xba\x0a\xd6\xd5\x66\x62\x3b\x7c\x98\xba\xa5\x2a\x67\x2e\x55\xbf\x37\x4e\xd3\xc3\x9a\x0f\x6e\xf9\x05\x00\x00\xff\xff\x58\x7d\xa5\x8c\x83\x00\x00\x00" func flowserviceaccountScriptsGet_execution_memory_weightsCdcBytes() ([]byte, error) { return bindataRead( @@ -525,11 +524,11 @@ func flowserviceaccountScriptsGet_execution_memory_weightsCdc() (*asset, error) } info := bindataFileInfo{name: "FlowServiceAccount/scripts/get_execution_memory_weights.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x5, 0xcd, 0xd0, 0x38, 0x82, 0x36, 0xe4, 0x74, 0xde, 0x36, 0x36, 0x84, 0x3f, 0xa6, 0xf5, 0xb4, 0x59, 0x3a, 0x3b, 0x17, 0x7f, 0xa0, 0xbc, 0x82, 0xd6, 0xcc, 0x7c, 0xae, 0x39, 0x5c, 0x78, 0xe5}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x83, 0x8e, 0x96, 0x3a, 0x69, 0xbb, 0x7d, 0xad, 0x30, 0xc7, 0x9f, 0xbc, 0x4, 0x2b, 0x11, 0x1d, 0x98, 0x6e, 0x6, 0x8c, 0x5d, 0x1f, 0x4f, 0xf7, 0x9, 0x78, 0x2, 0xe4, 0x97, 0x1a, 0x20, 0xd3}} return a, nil } -var _flowserviceaccountScriptsGet_fees_balanceCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xca\xcc\x2d\xc8\x2f\x2a\x51\x70\xcb\xc9\x2f\x77\x4b\x4d\x2d\x56\x48\x2b\xca\xcf\x55\x50\x82\x71\x95\xb8\xb8\x12\x93\x93\x53\x8b\x8b\x35\x12\x73\x72\x34\x15\xd2\x4a\xf3\x14\x72\x13\x33\xf3\x34\x34\xad\x14\x42\xdd\x32\x2b\xcc\x4c\x14\xaa\xb9\x14\x14\x14\x14\x8a\x52\x4b\x4a\x8b\xf2\xe0\xa6\xe8\xa5\xa7\x96\xb8\xa5\xa6\x3a\x25\xe6\x24\xe6\x25\xa7\x6a\x68\x72\xd5\x02\x02\x00\x00\xff\xff\x36\xc6\xa0\x51\x67\x00\x00\x00" +var _flowserviceaccountScriptsGet_fees_balanceCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xca\xcc\x2d\xc8\x2f\x2a\x51\x50\x72\xcb\xc9\x2f\x77\x4b\x4d\x2d\x56\xe2\xe2\x4a\x4c\x4e\x4e\x2d\x2e\xd6\x48\xcc\xc9\xd1\x54\x48\x2b\xcd\x53\xc8\x4d\xcc\xcc\xd3\xd0\xb4\x52\x08\x75\xcb\xac\x30\x33\x51\xa8\xe6\x52\x50\x50\x50\x28\x4a\x2d\x29\x2d\xca\x53\x80\x69\xd3\x4b\x4f\x2d\x71\x4b\x4d\x75\x4a\xcc\x49\xcc\x4b\x4e\xd5\xd0\xe4\xaa\x05\x04\x00\x00\xff\xff\xe6\xa5\x8c\x1c\x59\x00\x00\x00" func flowserviceaccountScriptsGet_fees_balanceCdcBytes() ([]byte, error) { return bindataRead( @@ -545,11 +544,11 @@ func flowserviceaccountScriptsGet_fees_balanceCdc() (*asset, error) { } info := bindataFileInfo{name: "FlowServiceAccount/scripts/get_fees_balance.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xc6, 0xb4, 0xfa, 0x5d, 0x2c, 0x2f, 0x77, 0x80, 0x79, 0xa9, 0xb6, 0x97, 0xa3, 0x19, 0x3e, 0x2f, 0x94, 0xaa, 0x9, 0xa2, 0x75, 0x90, 0x67, 0x6b, 0x19, 0xc, 0xd, 0x59, 0xdc, 0x42, 0xc4, 0x4a}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xb1, 0xb5, 0x3c, 0xb0, 0x27, 0x22, 0x8, 0xa7, 0xa8, 0x9b, 0xd9, 0x6e, 0xb6, 0x12, 0x7, 0x38, 0x59, 0x1b, 0x6c, 0x28, 0xdc, 0xf5, 0xc, 0xbe, 0x28, 0x2b, 0x5e, 0xd3, 0x57, 0x44, 0x15, 0x6a}} return a, nil } -var _flowserviceaccountScriptsGet_is_account_creation_restrictedCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\xcc\x31\x0a\x82\x31\x0c\x47\xf1\xbd\xa7\xf8\xf3\x4d\xed\xe2\x01\xdc\x54\xf0\x00\x7a\x82\x12\x53\x08\xb4\x89\xa4\xa9\x0e\xe2\xdd\x5d\xdc\x74\x7b\xf0\xe0\x27\xe3\x6e\x1e\x38\x77\x7b\x5e\xd9\x1f\x42\x7c\x20\xb2\xa5\x81\xe6\x36\xb0\xfd\x8e\x2d\xa5\x4a\xc4\x73\xe6\xda\x7b\x41\x5b\x8a\x51\x45\x73\xd9\xe3\x68\xd6\xf1\x4a\x00\xe0\x1c\xcb\xf5\x8f\xbb\x93\xf9\xad\x93\x73\x0d\x31\xbd\xf0\x0c\x17\x0a\xbe\xe5\x92\xde\x9f\x00\x00\x00\xff\xff\xdd\x1a\x44\xaa\x91\x00\x00\x00" +var _flowserviceaccountScriptsGet_is_account_creation_restrictedCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\xcb\x31\x0a\x82\x31\x0c\x06\xd0\xbd\xa7\xf8\xf8\xa7\x76\xf1\x00\x6e\x2a\x78\x00\x3d\x41\x89\x11\x02\x6d\x22\x49\xaa\x83\x78\x77\x17\x37\xb7\xb7\x3c\x99\x0f\xf3\xc4\x76\x1e\xf6\xba\xb2\x3f\x85\xf8\x40\x64\x4b\x73\x2b\xa5\x13\x71\x44\xed\x63\x34\xdc\x97\x62\x76\xd1\xda\xf6\x38\x9a\x0d\xbc\x0b\x00\x38\xe7\x72\xc5\x7f\xdf\x49\xfc\x74\x72\xee\x29\xa6\x17\x8e\x74\xa1\xe4\x5b\x6d\xe5\xf3\x0d\x00\x00\xff\xff\x4e\x91\x05\xd5\x79\x00\x00\x00" func flowserviceaccountScriptsGet_is_account_creation_restrictedCdcBytes() ([]byte, error) { return bindataRead( @@ -565,11 +564,11 @@ func flowserviceaccountScriptsGet_is_account_creation_restrictedCdc() (*asset, e } info := bindataFileInfo{name: "FlowServiceAccount/scripts/get_is_account_creation_restricted.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x78, 0x7f, 0x4b, 0x85, 0x11, 0xb6, 0x26, 0xa3, 0x91, 0xc, 0xc6, 0x56, 0x2f, 0x17, 0x6d, 0x44, 0x49, 0x35, 0x2f, 0xa, 0x6d, 0x2b, 0xc1, 0x30, 0xf1, 0x1e, 0xd5, 0x30, 0xec, 0x9a, 0x80, 0x23}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xfd, 0x88, 0x6d, 0x8c, 0xeb, 0x9c, 0xaa, 0xb8, 0x9, 0xfa, 0x1c, 0x6d, 0x23, 0xf8, 0xd7, 0xf7, 0xb3, 0xc, 0x4a, 0x9b, 0x22, 0xac, 0xaa, 0x87, 0x40, 0x95, 0xc2, 0xb, 0xc, 0x30, 0x74, 0x21}} return a, nil } -var _flowserviceaccountScriptsGet_is_account_creatorCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\xcd\x31\x0a\x02\x31\x10\x85\xe1\x3e\xa7\x78\x6c\xb5\x69\x3c\xc0\x76\xab\xe0\x05\x3c\xc1\x30\x3b\x0b\x81\x24\x23\x33\x13\x2d\xc4\xbb\x5b\xa8\x95\x76\x1f\x3c\x78\x7f\x69\x57\xb5\xc0\xb9\xea\xfd\x22\x76\x2b\x2c\x2b\xb3\x8e\x1e\xd8\x4d\x1b\xa6\xdf\x61\x4a\x89\x98\xc5\x7d\xa6\x5a\x33\xf6\xd1\xd1\xa8\xf4\x99\xb6\xcd\xc4\x7d\xc1\xfa\x46\x5e\x70\x54\xad\x78\x24\x00\x30\x89\x61\xfd\x4f\xe7\x50\xfc\xa3\x93\x09\x85\xda\xf7\x28\xa7\xe7\x2b\x00\x00\xff\xff\x9d\xb0\x81\x18\x9d\x00\x00\x00" +var _flowserviceaccountScriptsGet_is_account_creatorCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\xcc\xb1\x0d\xc2\x40\x0c\x05\xd0\xfe\xa6\xf8\x4a\x95\x6b\x18\x20\x5d\x40\x62\x01\x26\xb0\x1c\x23\x9d\x74\xb1\x91\xed\x83\x02\xb1\x3b\x05\x50\xd1\xbd\xea\xb5\xfd\x66\x9e\x98\xce\xdd\x1e\x17\xf1\x7b\x63\x59\x99\x6d\x68\x4e\xa5\x10\xb3\x44\xcc\xd4\x7b\xc5\x75\x28\x76\x6a\x3a\xd3\xb6\xb9\x44\x2c\x58\x3f\xa8\x0b\x8e\x66\x1d\xcf\x02\x00\x2e\x39\x5c\xf1\xdf\x1d\x5a\x7c\x75\x72\xa1\x34\xff\x45\xb5\xbc\xde\x01\x00\x00\xff\xff\x30\x32\x62\x09\x85\x00\x00\x00" func flowserviceaccountScriptsGet_is_account_creatorCdcBytes() ([]byte, error) { return bindataRead( @@ -585,11 +584,11 @@ func flowserviceaccountScriptsGet_is_account_creatorCdc() (*asset, error) { } info := bindataFileInfo{name: "FlowServiceAccount/scripts/get_is_account_creator.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x93, 0x95, 0xb8, 0x4e, 0xec, 0x66, 0x4a, 0x50, 0xbb, 0x8b, 0xb0, 0xb8, 0x52, 0x16, 0x26, 0xc, 0x19, 0xb, 0x4, 0x17, 0x3b, 0x4d, 0xb7, 0xe0, 0xa8, 0xc, 0x8f, 0x1e, 0xb3, 0xd2, 0xeb, 0x1f}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x11, 0xa4, 0xd9, 0x71, 0x97, 0x96, 0x40, 0x13, 0x14, 0x73, 0x17, 0xdb, 0xcc, 0x90, 0x6e, 0xae, 0x37, 0xd5, 0x88, 0x0, 0x10, 0xb8, 0xfd, 0xfe, 0xaa, 0x8f, 0x27, 0xe, 0xbe, 0xbb, 0x7, 0xea}} return a, nil } -var _flowserviceaccountScriptsGet_tx_fee_parametersCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xca\xcc\x2d\xc8\x2f\x2a\x51\x70\xcb\xc9\x2f\x77\x4b\x4d\x2d\x56\x48\x2b\xca\xcf\x55\x50\x82\x71\x95\xb8\xb8\x12\x93\x93\x53\x8b\x8b\x35\x12\x73\x72\x34\x15\xd2\x4a\xf3\x14\x72\x13\x33\xf3\x34\x34\xad\xe0\x3a\xf4\xdc\x52\x53\x03\x12\x8b\x12\x73\x53\x4b\x52\x8b\x8a\x15\xaa\xb9\x14\x14\x14\x14\x8a\x52\x4b\x4a\x8b\xf2\x10\x6a\xd2\x53\x4b\x50\x94\x69\x68\x72\xd5\x02\x02\x00\x00\xff\xff\x4a\xde\xf2\x2a\x7a\x00\x00\x00" +var _flowserviceaccountScriptsGet_tx_fee_parametersCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xca\xcc\x2d\xc8\x2f\x2a\x51\x50\x72\xcb\xc9\x2f\x77\x4b\x4d\x2d\x56\xe2\xe2\x4a\x4c\x4e\x4e\x2d\x2e\xd6\x48\xcc\xc9\xd1\x54\x48\x2b\xcd\x53\xc8\x4d\xcc\xcc\xd3\xd0\xb4\x52\x80\x29\xd1\x73\x4b\x4d\x0d\x48\x2c\x4a\xcc\x4d\x2d\x49\x2d\x2a\x56\xa8\xe6\x52\x50\x50\x50\x28\x4a\x2d\x29\x2d\xca\x43\xa8\x49\x4f\x2d\x41\x51\xa6\xa1\xc9\x55\x0b\x08\x00\x00\xff\xff\x02\x2a\x6b\x7f\x6c\x00\x00\x00" func flowserviceaccountScriptsGet_tx_fee_parametersCdcBytes() ([]byte, error) { return bindataRead( @@ -605,11 +604,11 @@ func flowserviceaccountScriptsGet_tx_fee_parametersCdc() (*asset, error) { } info := bindataFileInfo{name: "FlowServiceAccount/scripts/get_tx_fee_parameters.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xe2, 0xee, 0x8f, 0xb0, 0x94, 0x23, 0x9d, 0x6b, 0x38, 0x2f, 0x83, 0x12, 0xee, 0x19, 0x73, 0x3f, 0x9d, 0x78, 0x57, 0x4c, 0xb8, 0x2b, 0x65, 0xe9, 0xa3, 0x4, 0x2b, 0x93, 0xdf, 0xda, 0xb5, 0x9c}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x37, 0x97, 0xad, 0xcf, 0x84, 0x79, 0xb8, 0x1e, 0x70, 0x52, 0x7f, 0x5, 0x2, 0x55, 0x15, 0x84, 0x27, 0x6, 0x54, 0xf7, 0x55, 0x12, 0x5a, 0xfb, 0xe7, 0xd2, 0x3c, 0xba, 0xa8, 0x91, 0xf9, 0xa3}} return a, nil } -var _flowserviceaccountScriptsVerify_payer_balance_for_tx_executionCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8f\x41\x4b\xc3\x40\x10\x85\xef\xf9\x15\x8f\x1e\x24\x0b\xc5\x93\x78\x08\x2a\xa4\xd0\x9c\x45\xb4\xf7\x61\x3b\xab\x0b\x9b\xdd\x32\x3b\x6b\x53\xc4\xff\x2e\x89\x8d\x01\xdb\xb9\xcd\x7b\xf0\xbe\xf7\x7c\x7f\x48\xa2\xe8\x42\x3a\x76\xcc\x19\x4e\x52\x8f\xd5\xfc\xae\xaa\x8a\xac\xe5\x9c\x6b\x0a\xc1\xc0\x95\x88\x9e\x7c\xac\x0f\x74\x62\x69\xad\xd5\x06\xed\x7e\x2f\x9c\xf3\x1a\x3e\xda\x50\xb2\x4f\x71\xeb\x5c\x12\x6d\xf0\xd6\xf9\xe1\xfe\x6e\x8d\x9e\x86\xed\xc0\xb6\xe8\x85\x67\x9a\x3f\xf0\xed\x8e\xc5\xbb\xd3\xf3\x18\xbc\xa1\x40\xd1\xf2\x0b\xe7\x12\x14\x5f\x15\x00\x04\x56\x50\xd1\x8f\x11\x8a\x47\xbc\xb3\xb6\xbf\x5f\x2a\x51\x1f\x46\xa7\xde\x24\x91\x74\xdc\x51\x28\x6c\x70\x73\xb6\x9e\x96\xae\x66\x0a\x12\xd6\x22\x71\xe1\x7e\x2e\xdc\x7c\x06\x77\x49\x5e\x85\x62\x26\x3b\x55\x9e\xbb\xd7\x33\xff\xca\xd6\x7f\xc2\x7a\x42\x8d\x77\x6d\xfc\xa5\x66\xaa\xef\x9f\x00\x00\x00\xff\xff\x99\x3a\x6b\x66\x89\x01\x00\x00" +var _flowserviceaccountScriptsVerify_payer_balance_for_tx_executionCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8f\x41\x4b\xc3\x40\x10\x85\xef\xf9\x15\x8f\x1e\x24\x0b\xc1\x93\x78\x08\x2a\xa4\xd0\x9c\x45\xb4\xf7\x61\x3b\xd1\x85\xcd\x6e\x99\x9d\xb5\x29\xe2\x7f\x97\xc4\x86\x40\x9b\xb9\xcd\x7b\xf0\xbe\xf7\x5c\x7f\x8c\xa2\xd8\xb4\x3e\x9e\x5a\xe6\xb4\x29\x0a\xb2\x96\x53\x2a\xc9\x7b\x83\x2e\x07\xf4\xe4\x42\x79\xa4\x33\x4b\x63\xad\xd6\x68\x0e\x07\xe1\x94\x2a\xb8\x60\x7d\x4e\x2e\x86\x5d\xd7\x45\xd1\x1a\x1f\xad\x1b\x1e\x1f\x2a\xf4\x34\xec\x06\xb6\x59\x6f\x3c\x53\x63\x26\xdd\xef\x59\x5c\x77\x7e\x1d\x83\xb7\xe4\x29\x58\x7e\xe3\x94\xbd\xe2\xa7\x00\x00\xcf\x0a\xca\xfa\x35\x42\xf1\x8c\x4f\xd6\xe6\xff\x8b\x39\xe8\xd3\xe8\x94\xdb\x28\x12\x4f\x7b\xf2\x99\x0d\xee\x2e\xd6\xcb\xd2\xd5\x4c\x41\xc2\x9a\x25\x2c\xdc\xef\x85\x9b\x2e\xe0\x36\xca\xbb\x50\x48\x64\xa7\xca\x73\xf7\x72\xe6\xaf\x6c\xbd\x12\xaa\x09\x35\xde\xda\xf8\x5b\xcd\x14\xbf\x7f\x01\x00\x00\xff\xff\x91\xde\x97\xf6\x7b\x01\x00\x00" func flowserviceaccountScriptsVerify_payer_balance_for_tx_executionCdcBytes() ([]byte, error) { return bindataRead( @@ -625,7 +624,7 @@ func flowserviceaccountScriptsVerify_payer_balance_for_tx_executionCdc() (*asset } info := bindataFileInfo{name: "FlowServiceAccount/scripts/verify_payer_balance_for_tx_execution.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xbd, 0x3e, 0xca, 0x17, 0x78, 0xbc, 0xd8, 0xa, 0x19, 0x68, 0x60, 0xdb, 0xf6, 0xc8, 0x38, 0x98, 0x62, 0xb3, 0x8c, 0x21, 0x7f, 0xd3, 0x97, 0xfe, 0x76, 0x42, 0x28, 0x6b, 0xc9, 0xcf, 0x6a, 0x44}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xac, 0x9f, 0x8a, 0x3c, 0x82, 0xca, 0xe3, 0xad, 0x36, 0x46, 0x7, 0xcf, 0xa2, 0x6c, 0x62, 0x6d, 0x42, 0x1f, 0x5f, 0x22, 0x77, 0x2f, 0x36, 0x93, 0x3f, 0xbc, 0x6e, 0xdb, 0xc3, 0x24, 0x85, 0xd7}} return a, nil } @@ -689,7 +688,7 @@ func flowserviceaccountSet_execution_memory_weightsCdc() (*asset, error) { return a, nil } -var _flowserviceaccountSet_is_account_creation_restrictedCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x51\x4d\x6b\xc2\x40\x10\x3d\xef\xfe\x8a\x21\x07\x49\x2e\xc9\x3d\xb4\x15\x2d\x14\x7a\xed\xd7\xd9\x71\x9d\xe8\x42\xdc\x09\xb3\x13\x2d\x14\xff\x7b\xc9\x1a\x5a\xc5\x94\x5e\xf7\xed\xfb\x9a\xe7\xf7\x1d\x8b\xc2\x53\xcb\xc7\x57\x92\x83\x77\xb4\x70\x8e\xfb\xa0\xd0\x08\xef\x21\xbb\x05\x32\x6b\xab\x0a\xde\x76\x3e\x82\x0a\x86\x88\x4e\x3d\x07\x70\x3b\x0c\x5b\x8a\xb0\xf2\x11\x70\x94\x70\x24\x98\x40\xa1\xa8\xe2\x9d\xd2\x66\x05\x07\x6c\x7b\xb2\x17\xd4\xfc\x17\xad\x61\xc9\xdc\x16\xf0\x65\xad\x69\x49\x21\x5e\x39\x2f\x36\x7b\x1f\x6a\x98\xdd\x66\x2a\x13\xe4\xa3\x0a\x2a\x8b\xb5\xa6\x13\xea\x50\x28\x8f\x7e\x1b\x48\x6a\xc0\x5e\x77\xf9\x92\x45\xf8\xf8\x31\xf8\x17\x30\x1b\xa9\x83\x99\x31\x55\x05\x67\x14\x84\x1a\x12\x0a\x8e\x40\x79\xea\x2c\x57\x4e\x43\x31\xee\xc5\x51\x99\x34\xac\x31\x91\xda\xa6\x9c\x88\x0d\xf7\x70\xce\x52\x46\x65\xc1\x2d\x95\xeb\xe4\x77\xf7\x6f\x9b\x87\x7c\x58\xa2\x86\x6a\x24\x56\xcd\x05\x61\xf8\x58\x58\x63\xcc\x7c\x0e\x1d\x06\xef\xf2\xec\x3d\xe0\xba\x4d\xe9\xd7\x13\x8d\x70\x32\x7e\x56\x58\x73\xb2\x86\x3e\xc9\xf5\x4a\xe9\x22\x7f\x15\x29\x23\xe9\x73\x1c\x5f\x1e\x85\xd2\xc0\x2f\x3f\x0b\x5e\x8c\x99\x34\x4f\xdf\x01\x00\x00\xff\xff\x81\x61\xec\x6a\x61\x02\x00\x00" +var _flowserviceaccountSet_is_account_creation_restrictedCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x91\x4f\x6f\xc2\x30\x0c\xc5\xcf\xc9\xa7\xb0\x7a\x40\xed\xa5\xbd\x57\xdb\x10\x4c\x9a\xb4\xeb\xfe\x9d\x31\xc1\x85\x48\x21\xae\x1c\x17\x26\x4d\x7c\xf7\xa9\x01\x6d\x20\x98\x76\xcd\xf3\xf3\xef\xbd\xd8\x6f\x7b\x16\x85\xe2\x29\xf0\xfe\x95\x64\xe7\x1d\xcd\x9c\xe3\x21\x6a\x61\x6d\xd3\xc0\xdb\xc6\x27\x50\xc1\x98\xd0\xa9\xe7\x08\x6e\x83\x71\x4d\x09\x16\x3e\x01\x1e\x27\xc1\x91\x60\x16\x85\x92\x8a\x77\x4a\xab\x05\xec\x30\x0c\x64\xcf\xac\xe5\xaf\xda\xc2\x9c\x39\x54\xf0\x65\xad\x09\xa4\x90\x2e\xc8\xb3\xd5\xd6\xc7\x16\x26\xd7\x99\xea\x2c\xf9\xa4\x82\xca\x62\xad\xe9\x85\x7a\x14\x2a\x93\x5f\x47\x92\x16\x70\xd0\x4d\x39\x67\x11\xde\x7f\x8c\xfc\x0a\x26\x27\xeb\x08\x33\xa6\x69\xe0\xa8\x82\x50\x47\x42\xd1\x11\x28\xc3\x35\x09\x2e\x48\x63\x31\x1e\xc4\x51\x9d\x77\x58\x63\x12\x85\xae\xbe\x11\x1b\xee\xe1\x98\xa5\x4e\xca\x82\x6b\xaa\x97\x99\x77\xf7\x6f\x9b\x87\xb2\x13\xde\xb6\xd0\x9c\x8c\x4d\x77\x66\x18\x07\x2b\x6b\x8c\x99\x4e\xa1\xc7\xe8\x5d\x59\xbc\x47\x5c\x86\x9c\x7e\x79\xa3\x11\xde\x8c\x5f\x54\xd6\x1c\xac\xa1\x4f\x72\x83\x52\xfe\x91\xbf\x8a\xd4\x89\xf4\x39\x9d\x5e\x1e\x85\xf2\x81\x5f\x7e\x2e\x78\x76\xcc\xbc\xf3\xf0\x1d\x00\x00\xff\xff\x3c\x40\x43\xd7\x49\x02\x00\x00" func flowserviceaccountSet_is_account_creation_restrictedCdcBytes() ([]byte, error) { return bindataRead( @@ -705,7 +704,7 @@ func flowserviceaccountSet_is_account_creation_restrictedCdc() (*asset, error) { } info := bindataFileInfo{name: "FlowServiceAccount/set_is_account_creation_restricted.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x9d, 0x3d, 0xd6, 0x34, 0xd1, 0xea, 0xb6, 0x5e, 0x1f, 0xc8, 0xe2, 0xef, 0xf3, 0xff, 0xc2, 0x1d, 0xb0, 0x58, 0xd4, 0x2d, 0x2a, 0x99, 0x74, 0xde, 0x50, 0xe7, 0x21, 0x74, 0x5b, 0x8f, 0x11, 0x2}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x5e, 0xf8, 0x72, 0x31, 0x76, 0xe0, 0x9e, 0x8d, 0xf3, 0x83, 0x14, 0x90, 0x30, 0x33, 0x4a, 0xb9, 0x30, 0xa9, 0x34, 0x68, 0xce, 0x46, 0xbd, 0x93, 0xb5, 0x3e, 0xcd, 0x5e, 0x36, 0xbb, 0x76, 0x33}} return a, nil } @@ -729,7 +728,7 @@ func flowserviceaccountSet_tx_fee_parametersCdc() (*asset, error) { return a, nil } -var _flowserviceaccountSet_tx_fee_surge_factorCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\x90\xb1\x6a\xf3\x40\x10\x84\xeb\xbb\xa7\x58\x54\x18\xa9\x91\x9a\x9f\xbf\x10\x49\x8c\x53\xe8\x05\x12\xa7\x3f\x5f\x46\xf6\x81\x74\x27\x76\xf7\xb0\x21\xf8\xdd\x83\x65\x3b\x76\x20\x49\xb9\xc3\xcc\x37\xcb\x84\x71\x4a\xac\xd4\x0d\x69\xdf\x01\x42\x3d\xa7\x91\x8a\xeb\x59\x58\xdb\x34\xf4\xba\x0b\x42\xca\x2e\x8a\xf3\x1a\x52\x24\x81\x0a\xe9\x0e\xb7\xd8\xe4\xd8\x8d\x50\xb0\xd8\x3b\x63\x29\x99\xb7\xe8\x9c\xd7\xc4\x2d\xad\xbb\x70\xf8\xff\xaf\xa2\x0f\x6b\x06\x28\xf5\x97\xec\xca\xfb\x94\xa3\xae\xde\xc7\x10\x5b\x5a\x5c\x91\xf5\x2c\x04\x51\x76\x9a\xd8\x5a\x33\x31\x26\xc7\x28\x25\x6c\x23\xb8\x25\x97\x75\x57\x3e\x27\xe6\xb4\x7f\x73\x43\x46\x45\x8b\x0b\x6a\xae\x30\x82\xa1\xaf\x7f\x2a\xa1\x47\x3a\x33\x6a\xd1\xc4\x6e\x8b\x7a\x33\x53\x1e\x7e\xe9\x7e\x2a\x4f\xa3\xb4\xd4\x5c\xec\xcd\x17\xf4\xe4\xaa\xac\x31\x66\xb9\xa4\xc9\xc5\xe0\xcb\x62\x1d\xdd\x66\x00\x69\xa2\x33\x94\x18\x3d\x18\xd1\xcf\x9a\xbb\xe7\x12\x43\x52\x66\x8f\xa2\xb2\xe6\x68\x0d\x0e\xf0\x59\xf1\xf7\xf3\xb5\x40\x3b\xe0\xe5\x36\xec\xf7\x91\xef\x8e\x99\x7a\xfc\x0c\x00\x00\xff\xff\x3b\xbd\x5d\x8d\xe1\x01\x00\x00" +var _flowserviceaccountSet_tx_fee_surge_factorCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\xd0\xb1\x6a\xe3\x40\x10\x06\xe0\x7a\xf7\x29\x06\x15\x46\x6a\xa4\xe6\xb8\x42\xdc\x9d\xf1\x15\x7a\x81\xc4\xe9\xc7\x9b\x5f\xf6\x82\xb4\x2b\x66\x46\xd8\x10\xfc\xee\x21\xb2\x9d\x38\x90\xa4\xdc\xe1\xdf\xef\x1f\x26\x8e\x53\x16\xa3\xa2\x1b\xf2\xb1\x03\xb4\xf0\xbe\x69\xe8\xf1\x10\x95\x4c\x38\x29\x07\x8b\x39\x91\xc2\x94\xec\x00\xba\xe5\x68\x62\xe1\x11\x06\x51\x7f\x17\x2c\x75\x96\x3d\x3a\x0e\x96\xa5\xa5\x6d\x17\x4f\xbf\x7f\x55\xf4\xe2\xdd\x00\xa3\xfe\xfa\x77\x13\x42\x9e\x93\x6d\x9e\xc7\x98\x5a\x5a\xdd\xc8\x7a\x19\x44\x35\x61\xcb\xe2\xbd\x9b\x04\x13\x0b\x4a\x8d\xfb\x04\x69\x89\x67\x3b\x94\xff\xb3\x48\x3e\x3e\xf1\x30\xa3\xa2\xd5\x95\x5a\x2a\x9c\x62\xe8\xeb\xaf\x4a\xe8\x2f\x5d\x8c\x5a\x2d\x0b\xef\x51\xef\x16\xe5\xcf\x37\xdd\xff\xca\x5e\xf2\xd8\x52\x73\x8d\x37\xef\xe8\x5b\xaa\xf2\xce\xb9\xf5\x9a\x26\x4e\x31\x94\xc5\x36\xf1\x6e\x00\x59\xa6\x0b\x4a\x82\x1e\x82\x14\x96\x19\xdf\xbb\x24\xd0\x3c\x4b\x40\x51\x79\x77\xf6\x0e\x27\x84\xd9\xf0\xf3\xf2\xb5\xc2\x3a\xe0\xe1\xe3\xb0\x9f\x8f\x7c\xf7\x58\xd4\xf3\x6b\x00\x00\x00\xff\xff\xbf\xce\x73\xad\xd3\x01\x00\x00" func flowserviceaccountSet_tx_fee_surge_factorCdcBytes() ([]byte, error) { return bindataRead( @@ -745,7 +744,7 @@ func flowserviceaccountSet_tx_fee_surge_factorCdc() (*asset, error) { } info := bindataFileInfo{name: "FlowServiceAccount/set_tx_fee_surge_factor.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x64, 0xef, 0xd8, 0xdc, 0x37, 0x2e, 0x4d, 0x8a, 0x1c, 0x33, 0x3d, 0x68, 0x59, 0xbd, 0xda, 0xe, 0x13, 0xad, 0x59, 0x87, 0xb7, 0x74, 0x45, 0xa3, 0xd1, 0xef, 0xa8, 0x33, 0x79, 0x24, 0x93, 0xb0}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x69, 0x94, 0xfc, 0xeb, 0x7d, 0x4c, 0x3c, 0xab, 0x96, 0x11, 0x36, 0xb2, 0x3a, 0x1c, 0x57, 0xeb, 0xbc, 0xbe, 0xb8, 0x6e, 0xf3, 0x3e, 0x55, 0x21, 0xd5, 0x36, 0x62, 0x89, 0x7, 0x94, 0xa6, 0xb9}} return a, nil } @@ -809,7 +808,7 @@ func accountsRevoke_keyCdc() (*asset, error) { return a, nil } -var _dkgAdminForce_stop_dkgCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x8f\xbf\x6a\xc3\x30\x10\xc6\x77\x3f\xc5\x87\x87\xa0\x2c\x7a\x00\xd3\x36\xa4\x4d\x9b\x21\x4b\xa1\xd0\x5d\x95\xcf\x8e\xa8\xac\x33\xe7\x13\x29\x84\xbc\x7b\xb1\x95\x14\x32\xf4\xb6\x3b\xee\xf7\xfd\x09\xc3\xc8\xa2\x78\x8b\x7c\xda\x1d\xf6\xe8\x84\x07\xd4\xd7\xad\xae\x2a\x15\x97\x26\xe7\x35\x70\xc2\xb9\xaa\x00\x20\x92\xa2\xfd\xee\xb7\xed\x10\x52\x83\xd5\xf5\xd7\x2e\x7b\xf9\x18\x85\x46\x27\x64\xa6\xd0\x27\x92\x06\x2e\xeb\xd1\x3c\xb3\x08\x9f\x3e\x5d\xcc\xb4\xc6\x6a\xeb\x3d\xe7\xa4\x6b\x9c\x17\x62\x9e\x89\x62\x67\x6f\xc2\x78\x44\xa1\xed\xa4\x2c\xae\x27\xfb\xb5\xf0\x0f\xf7\x7e\x4f\x66\x0e\xdc\xe0\xee\xf8\x51\x88\x77\xa7\xc7\xf5\x9f\xfa\x3c\x9b\x0d\x46\x97\x82\x37\xf5\x0b\xe7\xd8\x22\xb1\xa2\xc8\x62\xee\x5e\x8c\x85\x3a\x12\x4a\x9e\xea\x02\x5f\x4a\x27\xfa\x21\x9f\x95\xfe\xcb\x6b\x3b\x16\x4f\xaf\xa9\xdd\x1d\xf6\xe6\x06\x5e\xaa\xdf\x00\x00\x00\xff\xff\x8e\x1e\xeb\xa5\x5e\x01\x00\x00" +var _dkgAdminForce_stop_dkgCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x8f\xb1\x6a\xf3\x40\x10\x84\x7b\x3d\xc5\xa0\xc2\x48\xcd\x3d\x80\xf8\xff\x18\x27\x4a\x54\xa8\x09\x04\xd2\x5f\x4e\x2b\xf9\xc8\xe9\x56\xac\xf6\x70\xc0\xf8\xdd\x83\x75\x71\xc0\x45\xa6\xdb\x65\xbe\x99\x5d\x3f\x2f\x2c\x8a\xf2\x25\xf0\xa9\xed\xbb\xb2\x28\x54\x6c\x5c\xad\x53\xcf\x11\xe7\xa2\x00\x80\x40\x8a\xe1\x73\x3a\x0c\xb3\x8f\x0d\x76\x3f\x5e\xb3\xcd\xd9\xb1\x08\x2d\x56\xa8\x5a\xfd\x14\x49\x1a\xd8\xa4\xc7\xea\x91\x45\xf8\xf4\x6e\x43\xa2\x1a\xbb\x83\x73\x9c\xa2\xd6\x38\x6f\xc4\x55\x2b\x85\xd1\xdc\x82\xf1\x1f\x99\x36\xab\xb2\xd8\x89\xcc\xc7\xc6\xff\xbb\xef\x7b\xa8\x46\xe1\xb9\xc1\xdd\xf2\x2d\x13\xaf\x56\x8f\xf5\x6f\xfa\x55\xfb\x3d\x16\x1b\xbd\xab\xca\x27\x4e\x61\x40\x64\x45\x8e\x45\xdb\x77\xc8\xc5\x42\x23\x09\x45\x47\x65\x86\x2f\xf9\x27\xfa\x22\x97\x94\xfe\xba\xd7\x8c\x2c\x8e\x9e\xe3\xd0\xf6\x5d\x75\x03\x2f\xc5\x77\x00\x00\x00\xff\xff\x05\xc4\x61\xe9\x51\x01\x00\x00" func dkgAdminForce_stop_dkgCdcBytes() ([]byte, error) { return bindataRead( @@ -825,11 +824,11 @@ func dkgAdminForce_stop_dkgCdc() (*asset, error) { } info := bindataFileInfo{name: "dkg/admin/force_stop_dkg.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xd, 0x7, 0x7c, 0x9c, 0xa1, 0xca, 0xf3, 0xe6, 0x91, 0x69, 0x51, 0x5d, 0xe5, 0x2c, 0xbc, 0x86, 0x32, 0xf5, 0xb5, 0x87, 0xed, 0x11, 0x8e, 0x29, 0xe6, 0x7c, 0x43, 0xc6, 0x29, 0x64, 0x8b, 0x6d}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x62, 0x2b, 0x94, 0x52, 0xf6, 0x6d, 0x17, 0xec, 0x57, 0xe7, 0x7d, 0x5f, 0xdb, 0x45, 0xe8, 0xb4, 0x31, 0x0, 0xb3, 0x89, 0xf3, 0xd7, 0x74, 0xb9, 0x30, 0xa3, 0xe4, 0xe2, 0x1b, 0x21, 0xec, 0xdf}} return a, nil } -var _dkgAdminPublish_adminCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8e\x41\x4b\xc3\x40\x10\x85\xef\xfb\x2b\x9e\x3d\x94\x04\x24\xb9\x17\x15\x4a\x45\x0f\x5e\x04\xfd\x03\xd3\xed\x36\x19\xdc\xec\x2e\x33\x13\x44\x4a\xff\xbb\x34\xa9\x12\xc1\xbd\xbd\xe5\x7d\xdf\x1b\x1e\x4a\x16\xc3\x53\xcc\x9f\x8f\x2f\xcf\x38\x4a\x1e\xb0\xba\xa6\x95\x73\x6d\x8b\xf7\x9e\x15\x26\x94\x94\xbc\x71\x4e\x60\x45\x4e\xf1\x0b\xc7\x2c\xb0\xa0\xc6\xa9\xbb\x71\xcb\xc2\xc9\x39\x00\x28\x12\x0a\x49\xa8\x94\xbb\x14\x64\x03\x1a\xad\xaf\x76\x54\x68\xcf\x91\x8d\x83\xd6\x58\x6f\xbd\xcf\x63\xb2\x1a\xa7\x09\xb9\xbc\x18\x0c\x74\x18\x38\xed\xa8\xe0\x1e\x33\xdd\xf8\x05\xd7\xa8\x65\xa1\x2e\x34\xac\x3a\x86\xbb\xf5\xf5\xdc\x66\x7b\xa1\x1e\xaa\x3f\xf1\x6d\xae\xbe\x92\xf5\xf5\xef\xc4\x7f\xce\x32\xee\x23\x6b\x5f\xfd\x4c\xdf\x82\x6c\x83\x76\xfa\xf6\xed\xe1\xa3\x9b\x74\xb3\xe3\xec\xce\xee\x3b\x00\x00\xff\xff\xfc\x3f\x12\x42\x39\x01\x00\x00" +var _dkgAdminPublish_adminCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8e\xc1\x4a\xc3\x40\x10\x86\xef\xfb\x14\xbf\x3d\x94\x04\x24\xb9\x17\x15\x4a\x45\x0f\x5e\x04\x7d\x81\xe9\x76\x4c\x06\xb7\xbb\xcb\xce\x2c\x22\xa5\xef\x2e\x4d\x54\x22\x38\xb7\x19\xfe\xef\xfb\x47\x8e\x39\x15\xc3\xea\x21\xa4\x8f\xfb\xa7\xc7\x95\x73\x7d\x8f\xd7\x51\x14\x56\x28\x2a\x79\x93\x14\x21\x8a\x14\xc3\x27\xde\x52\x81\xb1\x9a\xc4\xe1\xca\x2d\x03\x27\xe7\x00\x20\x17\xce\x54\xb8\x51\x19\x22\x97\x0d\xa8\xda\xd8\xec\x28\xd3\x5e\x82\x98\xb0\xb6\x58\x6f\xbd\x4f\x35\x5a\x8b\xd3\x84\x5c\x26\xb0\x81\x0e\x47\x89\x3b\xca\xb8\xc5\x4c\x77\x7e\xc1\x75\x6a\xa9\xd0\xc0\x9d\xa8\x56\xbe\x59\x7f\xbf\xdb\x6d\x2f\xd4\x5d\xf3\x67\x7d\x99\xa3\xcf\x64\x63\xfb\x5b\xf1\x9f\x33\xd7\x7d\x10\x1d\x9b\x9f\xea\x6b\x90\x6d\xd0\x4f\x67\xdf\x1f\xde\x87\x49\x37\x3b\xce\xee\xec\xbe\x02\x00\x00\xff\xff\x8a\xfd\x77\x2f\x2c\x01\x00\x00" func dkgAdminPublish_adminCdcBytes() ([]byte, error) { return bindataRead( @@ -845,11 +844,11 @@ func dkgAdminPublish_adminCdc() (*asset, error) { } info := bindataFileInfo{name: "dkg/admin/publish_admin.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x44, 0x54, 0x75, 0x9b, 0x64, 0xdf, 0xf2, 0x2e, 0x3e, 0x93, 0x15, 0xdf, 0x8a, 0xb4, 0x11, 0xf8, 0x75, 0x7d, 0xae, 0xe9, 0xea, 0xe9, 0x2e, 0xb4, 0xe8, 0x10, 0x59, 0xbb, 0x95, 0xd3, 0x3a, 0x50}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x13, 0xa5, 0x46, 0x3, 0x75, 0xc8, 0x72, 0x1b, 0xd6, 0xe8, 0xf, 0x74, 0xaf, 0x47, 0xd2, 0x3c, 0xd3, 0xfb, 0x38, 0x1b, 0xe4, 0xf0, 0xdb, 0x82, 0x2b, 0xb5, 0x76, 0xaa, 0x2f, 0xc5, 0xbb, 0xd8}} return a, nil } -var _dkgAdminSet_safe_thresholdCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x90\x31\x6b\xc3\x30\x10\x85\x77\xff\x8a\xc3\x43\x70\x16\x4f\xa5\x83\x69\x1b\xd2\x96\x74\xe8\x12\x70\xdb\x5d\x95\x9f\x6d\x51\x59\x32\xa7\x13\x0e\x94\xfc\xf7\xe2\xc8\x09\x04\x9a\xdb\xee\xd0\xfb\x9e\xde\x33\xc3\xe8\x59\x68\x67\xfd\xf4\xfa\xfe\x46\x2d\xfb\x81\xf2\x65\xcb\xb3\x4c\x58\xb9\xa0\xb4\x18\xef\x0a\x87\xe9\xa3\x67\x84\xde\xdb\x66\x0f\xd6\x70\xa2\x3a\x54\xf4\xb9\x33\x87\xfb\xbb\xcd\x9a\x7e\xb3\x8c\x88\xc8\x42\xa8\xf9\xe9\xb6\xcd\x60\x5c\x45\xab\x05\x56\x9e\xf6\xf4\x62\x64\x8c\x8a\x51\x04\xd3\x39\x70\x45\x2a\x4a\x5f\x3c\x7b\x66\x3f\x7d\x29\x1b\xb1\xa6\xd5\x56\x6b\x1f\x9d\xcc\x50\x5a\x26\xc0\xb6\xe5\x19\x4c\x8f\x94\xd4\x65\x10\xcf\xaa\x43\xf9\x7d\xd2\x3f\x5c\xfb\x3d\x15\x73\xa2\x8a\xae\x8e\x75\x52\xec\x95\xf4\xeb\x0b\x7d\x9e\xcd\x86\x46\xe5\x8c\x2e\xf2\x17\x1f\x6d\x43\xce\x0b\x25\x2c\xcd\xe5\x24\x63\x46\x0b\x86\xd3\xc8\x93\xf8\x98\x32\xe1\x00\x1d\x05\xb7\xfe\x5b\x06\x48\xad\x5a\xd4\x51\x6b\x84\x70\x29\xf2\x66\xab\xff\xdf\xcf\x96\xc7\xec\x2f\x00\x00\xff\xff\x3c\x47\xb5\xfd\xb9\x01\x00\x00" +var _dkgAdminSet_safe_thresholdCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x90\x31\x6b\xf3\x30\x10\x86\x77\xff\x8a\xc3\x43\x70\x16\x4f\x1f\xdf\x60\xda\x9a\xb4\x21\x19\xb2\x04\xdc\x76\x57\xe5\xd7\xb6\xa8\x2c\x99\xd3\x09\x07\x4a\xfe\x7b\x49\x94\x04\x02\xcd\x6d\x3a\xf4\x3c\xaf\xf4\x9a\x71\xf2\x2c\x94\x6f\xac\x9f\xd7\xbb\x6d\x9e\x65\xc2\xca\x05\xa5\xc5\x78\x57\x38\xcc\xef\x03\x23\x0c\xde\xb6\x7b\xb0\x86\x13\xd5\xa3\xa2\x8f\x8d\x39\xfc\xff\x57\x2f\xe9\x27\xcb\x88\x88\x2c\x84\xda\xef\x7e\xd5\x8e\xc6\x55\xb4\xb8\xc8\xca\xf3\x39\xdd\x98\x18\x93\x62\x14\xc1\xf4\x0e\x5c\x91\x8a\x32\x14\xaf\x9e\xd9\xcf\x9f\xca\x46\x2c\x69\xb1\xd2\xda\x47\x27\x27\x29\x5d\x26\xc0\x76\xe5\x55\x4c\xcf\x94\xe8\x32\x88\x67\xd5\xa3\xfc\x3a\xf3\x4f\xf7\x79\x2f\x45\xc7\x7e\xac\xe8\x6e\xd9\x24\x62\xaf\x64\x58\xde\xec\xa7\xa9\x6b\x9a\x94\x33\xba\xc8\xdf\x7c\xb4\x2d\x39\x2f\x94\xb4\xb4\xde\x6d\x29\x05\x33\x3a\x30\x9c\x46\x9e\xe0\x63\xfa\x13\x0e\xd0\x51\xf0\xe8\xbd\x65\x80\x34\xaa\x43\x13\xb5\x46\x08\xb7\x22\x1f\xb6\xfa\xf7\xfe\x1a\x79\xcc\x7e\x03\x00\x00\xff\xff\x09\xbb\x83\x03\xac\x01\x00\x00" func dkgAdminSet_safe_thresholdCdcBytes() ([]byte, error) { return bindataRead( @@ -865,11 +864,11 @@ func dkgAdminSet_safe_thresholdCdc() (*asset, error) { } info := bindataFileInfo{name: "dkg/admin/set_safe_threshold.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x92, 0x67, 0xe6, 0xde, 0x86, 0xdf, 0xcb, 0xd9, 0x80, 0x6d, 0xf1, 0xfc, 0x5, 0xef, 0x4e, 0x31, 0xed, 0x61, 0xe0, 0x8e, 0xfa, 0xbd, 0x3f, 0xae, 0x92, 0x1e, 0x10, 0x99, 0xb1, 0x3d, 0x43, 0xa6}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x78, 0x48, 0x46, 0x3b, 0xa6, 0xdc, 0x30, 0xaf, 0x5a, 0x9e, 0xf5, 0x14, 0x60, 0xa0, 0xf6, 0x2, 0x6, 0x75, 0x56, 0x6b, 0xd9, 0x6d, 0x3, 0x33, 0xc3, 0x42, 0x53, 0xba, 0xed, 0x83, 0x8f, 0x1}} return a, nil } -var _dkgAdminStart_dkgCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x90\xb1\x6a\xc3\x30\x10\x86\x77\x3f\xc5\x8f\x87\x60\x2f\x7e\x00\xd3\x36\xa4\x35\x0d\x25\x4b\x21\xd0\xa5\x74\x50\xe5\xb3\x23\x6a\xeb\xcc\xe9\x44\x0a\x25\xef\x5e\x1c\x39\x2d\x19\x72\x93\x4e\xe8\xfb\x4e\xf7\xbb\x71\x62\x51\x3c\x0f\x7c\x6c\x76\x5b\x74\xc2\x23\xf2\xa5\xcb\xb3\x4c\xc5\xf8\x60\xac\x3a\xf6\x85\xe7\x96\x5e\x9a\x50\xe3\x7d\xaf\xe2\x7c\xff\x51\xe2\x27\xcb\x00\x60\x20\x45\xfb\xd5\x6f\xda\xd1\xf9\x1a\xab\x05\xaf\xce\x7d\x7a\x31\x09\x4d\x46\xa8\x08\xae\xf7\x24\x35\x4c\xd4\x43\xf1\xc8\x22\x7c\x7c\x33\x43\xa4\x12\xab\x8d\xb5\x1c\xbd\xce\x52\x2c\x15\x68\xe8\xaa\x8b\x18\xf7\x48\x74\x15\x94\xc5\xf4\x54\x7d\x9e\xf9\xbb\xeb\x79\x0f\xc5\xbc\x43\x8d\xab\xcb\x7d\x22\x5e\x8d\x1e\xca\x3f\xfb\x5c\xeb\x35\x26\xe3\x9d\x2d\xf2\x27\x8e\x43\x0b\xcf\x8a\xa4\xc5\x1c\x47\x1a\x2c\xd4\x91\x90\xb7\x94\x27\xf8\x94\x76\xa2\x6f\xb2\x51\xe9\xd6\x7f\xab\xa0\x46\xb4\xd9\x6d\xff\x83\x5b\x0e\x17\xcb\x29\xfb\x0d\x00\x00\xff\xff\x5b\x70\x21\x9a\x7e\x01\x00\x00" +var _dkgAdminStart_dkgCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x90\xc1\x6a\xeb\x30\x10\x45\xf7\xfe\x8a\x8b\x17\xc1\xde\xf8\x03\xcc\x7b\x0d\x69\x4d\x4d\xf1\xa6\x10\xe8\xa6\x74\xa1\xca\x63\x47\xd4\xd6\x98\xd1\x88\x14\x4a\xfe\xbd\x24\x72\x5a\xb2\xe8\x5d\x49\x42\xe7\x5c\x69\xdc\xbc\xb0\x28\xf2\xc7\x89\x8f\x4d\xd7\xe6\x59\xa6\x62\x7c\x30\x56\x1d\xfb\xc2\x73\x4f\x4f\x4d\xa8\xf1\xba\x57\x71\x7e\x7c\x2b\xf1\x95\x65\x00\x30\x91\xa2\xff\x18\x77\xfd\xec\x7c\x8d\xcd\x8a\x57\x97\x7d\xba\xb1\x08\x2d\x46\xa8\x08\x6e\xf4\x24\x35\x4c\xd4\x43\x71\xcf\x22\x7c\x7c\x31\x53\xa4\x12\x9b\x9d\xb5\x1c\xbd\x9e\xa5\x58\x13\x68\x1a\xaa\xab\x18\xff\x91\xe8\x2a\x28\x8b\x19\xa9\x7a\xbf\xf0\xff\x6e\xfb\xee\x8a\x41\x78\xae\x71\x73\xb8\x4f\xc4\xb3\xd1\x43\xf9\x63\x3f\x67\xbb\xc5\x62\xbc\xb3\x45\xfe\xc0\x71\xea\xe1\x59\x91\xb4\x68\xba\x16\xa9\x58\x68\x20\x21\x6f\x29\x4f\xf0\x29\xfd\x89\x3e\xc9\x46\xa5\xbf\xde\x5b\x05\x35\xa2\x4d\xd7\xfe\x0e\x6e\x5d\x5c\x2d\xa7\xec\x3b\x00\x00\xff\xff\xa3\xc5\x70\x31\x71\x01\x00\x00" func dkgAdminStart_dkgCdcBytes() ([]byte, error) { return bindataRead( @@ -885,11 +884,11 @@ func dkgAdminStart_dkgCdc() (*asset, error) { } info := bindataFileInfo{name: "dkg/admin/start_dkg.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xbf, 0xad, 0x9e, 0x9d, 0xaa, 0x32, 0xd9, 0x6a, 0x40, 0x16, 0x36, 0x35, 0x82, 0x11, 0xeb, 0x74, 0x9f, 0xfc, 0x95, 0xaa, 0xa7, 0x64, 0x9c, 0xf0, 0xc5, 0x3c, 0x4a, 0xd9, 0xb, 0x1e, 0x18, 0xb7}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x5c, 0xae, 0x4e, 0xb0, 0xeb, 0xdd, 0x35, 0xce, 0x8f, 0xdd, 0xce, 0x19, 0xd6, 0xfb, 0xc0, 0xea, 0xed, 0xc6, 0xc7, 0xed, 0x42, 0x5, 0xa2, 0x5b, 0x52, 0x8f, 0x6, 0xaf, 0xa1, 0xa, 0xe1, 0xc3}} return a, nil } -var _dkgAdminStop_dkgCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x8f\xcd\x6a\xeb\x30\x10\x85\xf7\x7e\x8a\x83\x17\x41\xde\xe8\x01\xcc\xbd\x0d\x69\x43\xb3\xc8\xa6\x50\xe8\x5e\x95\xc7\x8e\xa8\xac\x31\xe3\x11\x29\x84\xbc\x7b\xb1\x95\x14\xb2\xe8\xec\x66\x98\xef\xfc\x84\x71\x62\x51\xbc\x46\x3e\xef\x8f\x07\xf4\xc2\x23\xea\xdb\x56\x57\x95\x8a\x4b\xb3\xf3\x1a\x38\xe1\x52\x55\x00\x10\x49\xd1\x7d\x0d\xbb\x6e\x0c\xa9\xc5\xe6\xf6\x6b\xd7\xbd\x7c\x4c\x42\x93\x13\x32\x73\x18\x12\x49\x0b\x97\xf5\x64\x9e\x59\x84\xcf\x1f\x2e\x66\x6a\xb0\xd9\x79\xcf\x39\x69\x83\xcb\x4a\x2c\x33\x53\xec\xed\x5d\x18\xff\x51\x68\x3b\x2b\x8b\x1b\xc8\x7e\xae\xfc\xbf\x47\xbf\x27\xb3\x04\x6e\xf1\x70\x7c\x2f\xc4\x9b\xd3\x53\xf3\xab\xbe\xcc\x76\x8b\xc9\xa5\xe0\x4d\xfd\xc2\x39\x76\x48\xac\x28\xb2\x58\xba\x17\x63\xa1\x9e\x84\x92\xa7\xba\xc0\xd7\xd2\x89\xbe\xc9\x67\xa5\xbf\xf2\x5a\x4a\xdd\xfe\x78\x30\x77\xe6\x5a\xfd\x04\x00\x00\xff\xff\x87\x3a\x5a\x8e\x59\x01\x00\x00" +var _dkgAdminStop_dkgCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x8f\xb1\x6a\xc3\x40\x10\x44\x7b\x7d\xc5\xa0\xc2\x48\xcd\x7d\x80\x48\x62\x9c\x88\xa8\x50\x13\x08\xa4\xbf\x9c\x56\xf2\x91\xd3\xad\x58\xed\xe1\x80\xf1\xbf\x07\xeb\xe2\x80\x8b\x4c\xb7\xcb\xbc\x99\x5d\x3f\x2f\x2c\x8a\xf2\x35\xf0\xa9\xed\xbb\xb2\x28\x54\x6c\x5c\xad\x53\xcf\x11\xe7\xa2\x00\x80\x40\x8a\xe1\x6b\x3a\x0c\xb3\x8f\x0d\x76\xbf\x5e\xb3\xcd\xd9\xb1\x08\x2d\x56\xa8\x5a\xfd\x14\x49\x1a\xd8\xa4\xc7\xea\x99\x45\xf8\xf4\x61\x43\xa2\x1a\xbb\x83\x73\x9c\xa2\xd6\x38\x6f\xc4\x55\x2b\x85\xd1\xdc\x82\xf1\x88\x4c\x9b\x55\x59\xec\x44\xe6\x73\xe3\x1f\xee\xfb\x9e\xaa\x51\x78\x6e\x70\xb7\x7c\xcf\xc4\x9b\xd5\x63\xfd\x97\x7e\xd5\x7e\x8f\xc5\x46\xef\xaa\xf2\x85\x53\x18\x10\x59\x91\x63\xd1\xf6\x1d\x72\xb1\xd0\x48\x42\xd1\x51\x99\xe1\x4b\xfe\x89\xbe\xc9\x25\xa5\xff\xee\x35\x14\x87\xb6\xef\xaa\x1b\x73\x29\x7e\x02\x00\x00\xff\xff\x6d\x00\x62\x97\x4c\x01\x00\x00" func dkgAdminStop_dkgCdcBytes() ([]byte, error) { return bindataRead( @@ -905,11 +904,11 @@ func dkgAdminStop_dkgCdc() (*asset, error) { } info := bindataFileInfo{name: "dkg/admin/stop_dkg.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xda, 0x6d, 0xdc, 0x10, 0x3a, 0xa6, 0xb1, 0xad, 0x8f, 0x3, 0x9, 0x74, 0xf9, 0xc6, 0x3e, 0x5a, 0x8e, 0x69, 0xcf, 0x6e, 0x2a, 0xe, 0xed, 0x75, 0x9c, 0xf3, 0x4d, 0x37, 0x62, 0x8f, 0x9e, 0x5f}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xf7, 0xc3, 0xbb, 0x29, 0x57, 0xf5, 0x13, 0x79, 0x94, 0x7d, 0x8e, 0xa4, 0x51, 0x1a, 0x1d, 0x72, 0xc7, 0x62, 0xd1, 0x3a, 0x37, 0xaf, 0xe2, 0x8c, 0xec, 0x3, 0x3, 0x6, 0x65, 0xb1, 0xac, 0x31}} return a, nil } -var _dkgCreate_participantCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x54\x91\xcf\x8e\xe2\x30\x0c\xc6\xef\x79\x0a\xab\x07\xd4\x4a\xd0\xde\x2b\x76\x11\x5a\xb4\xab\xd5\x1c\x40\x62\x34\x77\x93\x98\x12\x51\xe2\xc8\x71\x41\xa3\x11\xef\x3e\x82\x94\x11\xf8\x92\x3f\xce\xf7\x73\xfc\xd9\x9f\x22\x8b\xc2\xdf\x9e\x2f\xab\xb7\x7f\xb0\x17\x3e\x41\x31\x9e\x0a\x63\x9a\x06\xde\xd7\xab\x75\x0b\x1c\xfa\x4f\x18\x12\x39\xd8\xb3\x80\x52\x52\x1f\x3a\x63\x54\x30\x24\xb4\xea\x39\x94\xe8\x9c\x50\x4a\x2d\x2c\xf3\x66\x0a\x81\x1d\xfd\x5f\xb5\xb0\x55\xf1\xa1\xab\xe0\xcb\x18\x00\x80\x28\x14\x51\xa8\x4c\xbe\x0b\x24\x2d\xe0\xa0\x87\x72\x8b\x67\xfa\xc0\x7e\xa0\x0a\x26\x4b\x6b\x79\x08\x7a\x13\xc0\x18\x3d\x29\xa0\x3b\xf9\x00\xbf\xa0\x23\x1d\x5f\x3c\x6a\x56\xb5\xc5\x88\x3b\xdf\x7b\xf5\x94\xea\x1d\x8b\xf0\x65\x3e\x19\xfb\xa8\x97\x37\xe1\xef\xb2\x89\xc3\xae\xf7\xb6\x71\xc7\xee\x7e\x53\xfd\xd0\xef\xb1\x58\x40\xc4\xe0\x6d\x59\xfc\xe1\xa1\x77\x10\x58\x21\x93\xc6\xca\x42\x7b\x12\x0a\x96\x8a\xca\xbc\x7c\xcc\x1d\xbb\x0d\x8a\x7a\xeb\x23\x06\x85\xf9\x2c\x0b\x6a\x2b\x84\x4a\x4f\xa9\xf2\xe1\x48\x5e\x9f\x30\xd9\x8b\x3a\x29\x0b\x76\x54\x27\x3c\x53\x39\x9f\xbd\x82\xa7\xa0\xdc\x3e\x46\x55\x3f\x25\xb6\x59\xb5\x41\x3d\xe4\x9e\xae\xc6\x5c\xbf\x03\x00\x00\xff\xff\xc5\xe6\x7d\x78\xda\x01\x00\x00" +var _dkgCreate_participantCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x54\x90\x41\x8b\x22\x31\x10\x85\xef\xf9\x15\x45\x1f\xa4\x1b\xb4\xfb\xde\xb8\x2b\xb2\xb2\xcb\x32\x07\x05\x87\xb9\x97\x49\x19\x83\x31\x09\x95\x6a\x65\x18\xfc\xef\x83\xa6\x1d\xb4\x2e\x09\xa9\xbc\xaf\xea\x3d\x77\x4a\x91\x05\xaa\xbf\x3e\x5e\x56\x6f\xff\x2a\xa5\xba\x0e\xde\xd7\xab\x75\x0f\x31\xf8\x4f\x18\x32\x19\xd8\x47\x06\xa1\x2c\x2e\x58\xa5\x84\x31\x64\xd4\xe2\x62\xa8\xd1\x18\xa6\x9c\x7b\x58\x96\xcb\x14\x42\x34\xf4\x7f\xd5\xc3\x56\xd8\x05\xdb\xc0\x97\x52\x00\x00\x89\x29\x21\x53\x9d\x9d\x0d\xc4\x3d\xe0\x20\x87\x7a\x8b\x67\xfa\x40\x3f\x50\x03\x93\xa5\xd6\x71\x08\x72\x13\xc0\x58\x9e\x04\xd0\x9c\x5c\x80\x5f\x60\x49\xc6\x1f\x8f\x99\x4d\xab\x31\xe1\xce\x79\x27\x8e\x72\xbb\x8b\xcc\xf1\x32\x9f\x8c\x3e\xda\xe5\x4d\xf8\xbb\xee\xd2\xb0\xf3\x4e\x77\xe6\x68\xef\x2f\xcd\x0f\xfd\x5e\x8b\x05\x24\x0c\x4e\xd7\xd5\x9f\x38\x78\x03\x21\x0a\x14\xd2\x38\x99\x69\x4f\x4c\x41\x53\xd5\xa8\x97\xc5\xcc\xd1\x6e\x90\xc5\x69\x97\x30\x08\xcc\x67\x45\xd0\x6a\x26\x14\x7a\x6a\xd5\x8f\x44\xca\xf9\x84\x29\x59\xb4\x59\x22\xa3\xa5\x36\xe3\x99\xea\xf9\xec\x15\x3c\x05\x89\x3d\x3c\x4c\x3d\x35\xb6\x45\xb5\x41\x39\x14\x4f\x57\xa5\xae\xdf\x01\x00\x00\xff\xff\xbf\x8f\x52\xc8\xcd\x01\x00\x00" func dkgCreate_participantCdcBytes() ([]byte, error) { return bindataRead( @@ -925,11 +924,11 @@ func dkgCreate_participantCdc() (*asset, error) { } info := bindataFileInfo{name: "dkg/create_participant.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x9e, 0x5c, 0xeb, 0xd9, 0x3b, 0x2b, 0x6f, 0x89, 0x63, 0x27, 0xb0, 0x93, 0xeb, 0xc7, 0xfa, 0x33, 0x99, 0xf3, 0xdd, 0xb9, 0x9a, 0xee, 0x1, 0x1c, 0x63, 0x78, 0xe7, 0xc7, 0xfb, 0x5b, 0xb4, 0xe5}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x3, 0x9f, 0xf6, 0x1d, 0x5d, 0x2e, 0x68, 0xf9, 0x25, 0x99, 0x5a, 0xf6, 0xc2, 0x1e, 0xcd, 0x34, 0x2b, 0xdd, 0x25, 0xe6, 0xf3, 0xfc, 0x74, 0xa8, 0x38, 0x33, 0xe3, 0x91, 0xb1, 0x47, 0x0, 0xed}} return a, nil } -var _dkgScriptsGet_consensus_nodesCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xca\xcc\x2d\xc8\x2f\x2a\x51\x70\xcb\xc9\x2f\x77\xf1\x76\x57\x48\x2b\xca\xcf\x55\x50\x82\xf2\x94\xb8\xb8\x12\x93\x93\x53\x8b\x8b\x35\x12\x73\x72\x34\x15\xd2\x4a\xf3\x14\x72\x13\x33\xf3\x34\x34\xad\x14\xa2\x83\x4b\x8a\x32\xf3\xd2\x63\x15\xaa\xb9\x14\x14\x14\x14\x8a\x52\x4b\x4a\x8b\xf2\x60\xa6\xe8\xa5\xa7\x96\x38\xe7\xe7\x15\xa7\xe6\x15\x97\x16\xfb\xe5\xa7\xa4\x7a\xba\x14\x6b\x68\x72\xd5\x02\x02\x00\x00\xff\xff\x03\x4f\x6a\x43\x6c\x00\x00\x00" +var _dkgScriptsGet_consensus_nodesCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xca\xcc\x2d\xc8\x2f\x2a\x51\x50\x72\xcb\xc9\x2f\x77\xf1\x76\x57\xe2\xe2\x4a\x4c\x4e\x4e\x2d\x2e\xd6\x48\xcc\xc9\xd1\x54\x48\x2b\xcd\x53\xc8\x4d\xcc\xcc\xd3\xd0\xb4\x52\x88\x0e\x2e\x29\xca\xcc\x4b\x8f\x55\xa8\xe6\x52\x50\x50\x50\x28\x4a\x2d\x29\x2d\xca\x53\x80\xea\xd3\x4b\x4f\x2d\x71\xce\xcf\x2b\x4e\xcd\x2b\x2e\x2d\xf6\xcb\x4f\x49\xf5\x74\x29\xd6\xd0\xe4\xaa\x05\x04\x00\x00\xff\xff\x2d\xa1\x5e\x8d\x5f\x00\x00\x00" func dkgScriptsGet_consensus_nodesCdcBytes() ([]byte, error) { return bindataRead( @@ -945,11 +944,11 @@ func dkgScriptsGet_consensus_nodesCdc() (*asset, error) { } info := bindataFileInfo{name: "dkg/scripts/get_consensus_nodes.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xe7, 0x3d, 0x2d, 0xb4, 0x11, 0x55, 0x1c, 0x12, 0x8c, 0xef, 0x55, 0x49, 0x4, 0x87, 0x30, 0xe, 0x30, 0x30, 0x9, 0xbc, 0x2b, 0x37, 0x38, 0xda, 0x84, 0x9d, 0x4e, 0xf2, 0xc0, 0x6b, 0x83, 0xaa}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x9d, 0xf6, 0xd8, 0xd1, 0x57, 0x9f, 0xa, 0x95, 0xc0, 0x41, 0x50, 0xe3, 0x2f, 0x4d, 0x7a, 0xf7, 0xa1, 0xfb, 0xba, 0x3c, 0xea, 0x3, 0x64, 0x79, 0x52, 0x86, 0xb7, 0x37, 0xe2, 0x25, 0xcd, 0xcf}} return a, nil } -var _dkgScriptsGet_dkg_canonical_final_submissionCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xca\xcc\x2d\xc8\x2f\x2a\x51\x70\xcb\xc9\x2f\x77\xf1\x76\x57\x48\x2b\xca\xcf\x55\x50\x82\xf2\x94\xb8\xb8\x12\x93\x93\x53\x8b\x8b\x35\x12\x73\x72\x34\x15\xd2\x4a\xf3\x14\x72\x13\x33\xf3\x34\x34\xad\x60\xea\xf5\x82\x52\x8b\x4b\x73\x4a\x82\x4b\x93\x72\x33\x8b\x8b\x33\xf3\xf3\xec\x15\xaa\xb9\x14\x14\x14\x14\x8a\x52\x4b\x4a\x8b\xf2\xe0\xca\x52\xb2\xd3\x9d\xf3\x73\x0b\x72\x52\x4b\x52\x53\x34\x34\xb9\x6a\x01\x01\x00\x00\xff\xff\xcf\x4a\xbb\x48\x76\x00\x00\x00" +var _dkgScriptsGet_dkg_canonical_final_submissionCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xca\xcc\x2d\xc8\x2f\x2a\x51\x50\x72\xcb\xc9\x2f\x77\xf1\x76\x57\xe2\xe2\x4a\x4c\x4e\x4e\x2d\x2e\xd6\x48\xcc\xc9\xd1\x54\x48\x2b\xcd\x53\xc8\x4d\xcc\xcc\xd3\xd0\xb4\x52\x80\xaa\xd0\x0b\x4a\x2d\x2e\xcd\x29\x09\x2e\x4d\xca\xcd\x2c\x2e\xce\xcc\xcf\xb3\x57\xa8\xe6\x52\x50\x50\x50\x28\x4a\x2d\x29\x2d\xca\x83\x2b\x4b\xc9\x4e\x77\xce\xcf\x2d\xc8\x49\x2d\x49\x4d\xd1\xd0\xe4\xaa\x05\x04\x00\x00\xff\xff\x84\x9a\x7e\x76\x69\x00\x00\x00" func dkgScriptsGet_dkg_canonical_final_submissionCdcBytes() ([]byte, error) { return bindataRead( @@ -965,11 +964,11 @@ func dkgScriptsGet_dkg_canonical_final_submissionCdc() (*asset, error) { } info := bindataFileInfo{name: "dkg/scripts/get_dkg_canonical_final_submission.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xda, 0xdb, 0x3a, 0xdf, 0x4a, 0x69, 0xf4, 0x11, 0x91, 0x93, 0x8, 0xf3, 0x3, 0xb, 0xfb, 0xb3, 0xc2, 0xfd, 0xa8, 0x7f, 0x90, 0xaf, 0x52, 0xb3, 0xff, 0xa1, 0x75, 0x23, 0xeb, 0x44, 0xd8, 0xfe}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x6, 0xc3, 0x10, 0xf9, 0xa9, 0xfd, 0x9b, 0xab, 0x4e, 0x54, 0x4e, 0x96, 0xd9, 0x7d, 0x1c, 0xf2, 0xdd, 0x2f, 0x2f, 0xd, 0xf3, 0xa8, 0xdb, 0x30, 0x9, 0xcb, 0x80, 0xd8, 0x1, 0xe2, 0x93, 0x52}} return a, nil } -var _dkgScriptsGet_dkg_completedCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xca\xcc\x2d\xc8\x2f\x2a\x51\x70\xcb\xc9\x2f\x77\xf1\x76\x57\x48\x2b\xca\xcf\x55\x50\x82\xf2\x94\xb8\xb8\x12\x93\x93\x53\x8b\x8b\x35\x12\x73\x72\x34\x15\xd2\x4a\xf3\x14\x72\x13\x33\xf3\x34\x34\xad\x14\x9c\xf2\xf3\x73\x14\xaa\xb9\x14\x14\x14\x14\x8a\x52\x4b\x4a\x8b\xf2\x60\x26\xe8\xa5\x64\xa7\x3b\xe7\xe7\x16\xe4\xa4\x96\xa4\xa6\x68\x68\x2a\x28\xda\x2a\xe4\x65\xe6\x70\xd5\x02\x02\x00\x00\xff\xff\x11\x95\xaf\x8f\x68\x00\x00\x00" +var _dkgScriptsGet_dkg_completedCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xca\xcc\x2d\xc8\x2f\x2a\x51\x50\x72\xcb\xc9\x2f\x77\xf1\x76\x57\xe2\xe2\x4a\x4c\x4e\x4e\x2d\x2e\xd6\x48\xcc\xc9\xd1\x54\x48\x2b\xcd\x53\xc8\x4d\xcc\xcc\xd3\xd0\xb4\x52\x70\xca\xcf\xcf\x51\xa8\xe6\x52\x50\x50\x50\x28\x4a\x2d\x29\x2d\xca\x53\x80\xea\xd1\x4b\xc9\x4e\x77\xce\xcf\x2d\xc8\x49\x2d\x49\x4d\xd1\xd0\x54\x50\xb4\x55\xc8\xcb\xcc\xe1\xaa\x05\x04\x00\x00\xff\xff\x1a\x54\xf5\xfc\x5b\x00\x00\x00" func dkgScriptsGet_dkg_completedCdcBytes() ([]byte, error) { return bindataRead( @@ -985,11 +984,11 @@ func dkgScriptsGet_dkg_completedCdc() (*asset, error) { } info := bindataFileInfo{name: "dkg/scripts/get_dkg_completed.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x8b, 0x3d, 0xd5, 0x9b, 0xea, 0x53, 0x7d, 0x55, 0xf4, 0xf3, 0x4b, 0x20, 0x1b, 0x34, 0x62, 0x55, 0xf8, 0x5, 0x8c, 0x9a, 0x74, 0x89, 0xae, 0x91, 0x6, 0x82, 0xe4, 0x48, 0xf6, 0x4e, 0x8d, 0xee}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x45, 0xec, 0xaa, 0xe6, 0x2d, 0x34, 0x60, 0xed, 0xa, 0x45, 0xd5, 0x51, 0x92, 0x5, 0x2e, 0xc7, 0x15, 0x16, 0xe0, 0x3a, 0x5d, 0x98, 0x31, 0x64, 0x34, 0xb, 0xbc, 0x20, 0xc6, 0xc2, 0xd9, 0x14}} return a, nil } -var _dkgScriptsGet_dkg_enabledCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xca\xcc\x2d\xc8\x2f\x2a\x51\x70\xcb\xc9\x2f\x77\xf1\x76\x57\x48\x2b\xca\xcf\x55\x50\x82\xf2\x94\xb8\xb8\x12\x93\x93\x53\x8b\x8b\x35\x12\x73\x72\x34\x15\xd2\x4a\xf3\x14\x72\x13\x33\xf3\x34\x34\xad\x14\x9c\xf2\xf3\x73\x14\xaa\xb9\x14\x14\x14\x14\x8a\x52\x4b\x4a\x8b\xf2\x60\x26\xe8\xa5\x64\xa7\xbb\xe6\x25\x26\xe5\xa4\xa6\x70\xd5\x02\x02\x00\x00\xff\xff\x55\x28\x2f\xf2\x5d\x00\x00\x00" +var _dkgScriptsGet_dkg_enabledCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xca\xcc\x2d\xc8\x2f\x2a\x51\x50\x72\xcb\xc9\x2f\x77\xf1\x76\x57\xe2\xe2\x4a\x4c\x4e\x4e\x2d\x2e\xd6\x48\xcc\xc9\xd1\x54\x48\x2b\xcd\x53\xc8\x4d\xcc\xcc\xd3\xd0\xb4\x52\x70\xca\xcf\xcf\x51\xa8\xe6\x52\x50\x50\x50\x28\x4a\x2d\x29\x2d\xca\x53\x80\xea\xd1\x4b\xc9\x4e\x77\xcd\x4b\x4c\xca\x49\x4d\xe1\xaa\x05\x04\x00\x00\xff\xff\xdf\x12\xc2\x46\x50\x00\x00\x00" func dkgScriptsGet_dkg_enabledCdcBytes() ([]byte, error) { return bindataRead( @@ -1005,11 +1004,11 @@ func dkgScriptsGet_dkg_enabledCdc() (*asset, error) { } info := bindataFileInfo{name: "dkg/scripts/get_dkg_enabled.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x68, 0xfc, 0x94, 0x94, 0xc2, 0x47, 0xe4, 0x85, 0xd6, 0xa7, 0x3e, 0x3d, 0xda, 0x58, 0x72, 0xa9, 0x4e, 0xf0, 0xd3, 0x49, 0xc0, 0x9e, 0x16, 0x91, 0x58, 0x35, 0xa, 0xb6, 0x16, 0x38, 0x76, 0x3c}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x76, 0xc, 0x26, 0x2d, 0x83, 0x5a, 0xfc, 0xc6, 0x10, 0x50, 0x1f, 0x83, 0x97, 0xfc, 0x4, 0xad, 0xe2, 0x15, 0x96, 0xc4, 0x96, 0xbb, 0x53, 0x18, 0x97, 0xdf, 0x96, 0x7, 0x94, 0xd5, 0x33, 0xa2}} return a, nil } -var _dkgScriptsGet_final_submissionsCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xca\xcc\x2d\xc8\x2f\x2a\x51\x70\xcb\xc9\x2f\x77\xf1\x76\x57\x48\x2b\xca\xcf\x55\x50\x82\xf2\x94\xb8\xb8\x12\x93\x93\x53\x8b\x8b\x35\x12\x73\x72\x34\x15\xd2\x4a\xf3\x14\x72\x13\x33\xf3\x34\x34\xad\x14\xa2\xa1\x4a\xf4\x82\x52\x8b\x4b\x73\x4a\x82\x4b\x93\x72\x33\x8b\x8b\x33\xf3\xf3\x62\x15\xaa\xb9\x14\x14\x14\x14\x8a\x52\x4b\x4a\x8b\xf2\x60\xe6\xea\xa5\xa7\x96\xb8\x65\xe6\x25\xe6\x20\x14\x16\x6b\x68\x72\xd5\x02\x02\x00\x00\xff\xff\xd4\x55\x9b\x08\x7e\x00\x00\x00" +var _dkgScriptsGet_final_submissionsCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xca\xcc\x2d\xc8\x2f\x2a\x51\x50\x72\xcb\xc9\x2f\x77\xf1\x76\x57\xe2\xe2\x4a\x4c\x4e\x4e\x2d\x2e\xd6\x48\xcc\xc9\xd1\x54\x48\x2b\xcd\x53\xc8\x4d\xcc\xcc\xd3\xd0\xb4\x52\x88\x86\x2a\xd1\x0b\x4a\x2d\x2e\xcd\x29\x09\x2e\x4d\xca\xcd\x2c\x2e\xce\xcc\xcf\x8b\x55\xa8\xe6\x52\x50\x50\x50\x28\x4a\x2d\x29\x2d\xca\x53\x80\x29\x4b\x4f\x2d\x71\xcb\xcc\x4b\xcc\x41\x28\x2c\xd6\xd0\xe4\xaa\x05\x04\x00\x00\xff\xff\xca\x01\x9b\x88\x71\x00\x00\x00" func dkgScriptsGet_final_submissionsCdcBytes() ([]byte, error) { return bindataRead( @@ -1025,11 +1024,11 @@ func dkgScriptsGet_final_submissionsCdc() (*asset, error) { } info := bindataFileInfo{name: "dkg/scripts/get_final_submissions.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x52, 0x2a, 0x8a, 0xc8, 0x82, 0x3b, 0x40, 0x39, 0x4a, 0xcf, 0xac, 0x73, 0x75, 0x4c, 0x20, 0xf8, 0x21, 0x21, 0x36, 0xa4, 0x54, 0x9a, 0x98, 0xa, 0x4c, 0x9c, 0x87, 0x14, 0xa3, 0xba, 0xaf, 0x3a}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x62, 0xc2, 0xda, 0x84, 0xe3, 0xd7, 0xeb, 0x4, 0x67, 0xa5, 0xd7, 0xc, 0xc5, 0xa4, 0x26, 0x8a, 0xc, 0xc9, 0x56, 0x9a, 0x96, 0x19, 0xc0, 0x53, 0x95, 0x24, 0x2e, 0x51, 0xeb, 0x7d, 0xb0, 0x43}} return a, nil } -var _dkgScriptsGet_latest_whiteboard_messagesCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8e\x4f\x4b\xc3\x40\x14\xc4\xef\xf9\x14\x43\x4f\x09\xc2\x82\xd7\x62\x2e\x22\x4a\x11\xcf\x1e\x42\x0e\x8f\xe6\x35\x79\xb0\x7f\xc2\xee\xab\x15\xa4\xdf\x5d\xba\x6e\x16\x14\x2f\x0b\x3b\x6f\x66\x7e\x23\x6e\x0d\x51\xf1\x6c\xc3\xe5\xe9\xf5\x05\xa7\x18\x1c\x76\xe5\xb7\x6b\x1a\x3a\x1e\x39\xa5\x96\xac\xed\x70\x3a\x7b\x38\x12\xdf\xde\x4c\x07\x3f\xf1\xe7\x1e\x07\xaf\xdd\x1e\x43\x09\x98\x37\x4e\x89\x66\x1e\xf1\xd5\x00\x80\x65\x85\xfb\x91\x12\xfa\x0d\x62\x66\xd6\xf7\x45\x94\x1f\x03\xc5\xa9\x44\x52\xdb\xe5\xc8\x07\x45\x58\x52\x4e\xba\x1d\xfe\xab\xef\x31\x8c\xd5\x2e\xe8\x51\x27\x65\xf5\xb2\x88\x65\x08\x1e\x2a\xdd\x58\xf6\xb3\x2e\x65\x57\xde\xf6\x0b\x62\x68\x5d\xd9\x4f\xed\xe6\x1f\x64\xec\xaa\xf5\x06\x10\xdc\xe1\x3e\x2b\xd7\xfc\x46\xd6\x73\xf4\x7f\x5a\x9a\xeb\x77\x00\x00\x00\xff\xff\xc3\xba\x75\xf6\x4f\x01\x00\x00" +var _dkgScriptsGet_latest_whiteboard_messagesCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8e\x3f\x4b\xc4\x40\x10\xc5\xfb\x7c\x8a\xc7\x55\xbb\x08\x01\xdb\xc3\x34\x22\xca\x21\xd6\x16\x21\xc5\x70\x99\x4b\x06\xf6\x4f\xd8\x9d\xf3\x04\xb9\xef\x2e\xae\xc9\x82\x72\xcd\x14\x6f\x7e\xef\x8f\xf8\x25\x26\xc5\xee\xd9\xc5\xcb\xd3\xeb\xcb\xae\x69\xe8\x78\xe4\x9c\x0d\x39\x67\x71\x3a\x07\x78\x92\x60\x4e\x29\xfa\x43\x18\xf9\x73\x8f\x43\x50\xbb\x47\xbf\x1a\xda\x37\xce\x99\x26\x1e\xf0\xd5\x00\x80\x63\x85\xff\x95\x32\x3a\x6c\xd4\xc4\xfa\x3e\x8b\xf2\x63\xa4\x34\xae\x96\x6c\x6c\xb1\x7c\x50\x82\x23\xe5\xac\xdb\xe3\x56\x7c\x87\x7e\xa8\xb8\xa0\x43\x9d\x54\xd4\xcb\x2c\x8e\x21\x78\xa8\xed\xad\xe3\x30\xe9\xbc\xee\x2a\xdb\xfe\x94\xb4\xb4\x2c\x1c\x46\xb3\xf1\xbd\x0c\xb6\xa2\x3f\x05\x82\x3b\xdc\x17\xe5\x5a\x6e\x62\x3d\xa7\xf0\x2f\xa5\xb9\x7e\x07\x00\x00\xff\xff\x28\xe0\x1d\x15\x42\x01\x00\x00" func dkgScriptsGet_latest_whiteboard_messagesCdcBytes() ([]byte, error) { return bindataRead( @@ -1045,11 +1044,11 @@ func dkgScriptsGet_latest_whiteboard_messagesCdc() (*asset, error) { } info := bindataFileInfo{name: "dkg/scripts/get_latest_whiteboard_messages.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x9d, 0x55, 0x96, 0xf2, 0x4, 0x13, 0x63, 0xa6, 0xbb, 0x97, 0x4b, 0xe2, 0x69, 0xfe, 0x46, 0xd0, 0xe0, 0xbd, 0x99, 0xf0, 0x9c, 0x62, 0xfc, 0x72, 0x85, 0x97, 0x67, 0xff, 0x8b, 0xf9, 0xc1, 0xfa}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xa7, 0xc2, 0x65, 0xef, 0xb4, 0x14, 0x6c, 0xaa, 0x9f, 0xc7, 0xec, 0xa2, 0xf0, 0xcc, 0xa3, 0xa8, 0x7, 0x33, 0x33, 0x2d, 0xab, 0x4d, 0xca, 0xbf, 0xef, 0x1e, 0x39, 0x60, 0x5a, 0xec, 0xc6, 0x34}} return a, nil } -var _dkgScriptsGet_node_final_submissionCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\xcc\x31\x0a\xc2\x40\x10\x85\xe1\x7e\x4f\xf1\x4c\x95\x34\x1e\x20\x75\x88\x88\x60\x61\x4e\xb0\x26\x93\x30\xb0\x3b\x23\x3b\xb3\x58\x88\x77\xb7\x89\x5a\x3e\xf8\xde\xcf\xf9\xa1\xc5\x31\x26\x7d\x0e\x97\x13\xd6\xa2\x19\xcd\xbe\x9a\x10\xe2\x3c\x93\x59\x1b\x53\xea\xb0\x56\x41\x8e\x2c\xad\xe8\x42\xe7\xa1\xc7\xe4\x85\x65\xeb\xfa\xef\xfb\x78\x23\xab\xc9\xa7\x7a\xcf\x6c\xc6\x2a\x78\x05\x00\x28\xe4\xb5\xc8\x4f\x6d\xe4\x57\x5d\x68\x64\x89\xe9\x6f\xf7\x6a\x77\x08\xef\x4f\x00\x00\x00\xff\xff\xb6\xea\x32\x2e\x94\x00\x00\x00" +var _dkgScriptsGet_node_final_submissionCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\xcc\xb1\x0a\xc2\x30\x10\x06\xe0\x3d\x4f\xf1\xdb\xa9\x59\x7c\x80\xce\xa5\x22\x82\x83\x7d\x82\xd8\x9e\xe5\x20\xb9\x93\xdc\x05\x07\xf1\xdd\x5d\x8a\xee\x1f\x1f\x97\xa7\x56\x47\x37\x65\x7d\x8d\x97\x53\x17\x42\x5a\x16\x32\xeb\x53\xce\x11\x8f\x26\x28\x89\xa5\x17\x5d\xe9\x3c\x0e\x98\xbd\xb2\x6c\x71\xc0\xee\x8f\x37\xb2\x96\x7d\x6e\xf7\xc2\x66\xac\x82\x77\x00\x80\x4a\xde\xaa\xfc\xd4\x46\x7e\xd5\x95\x26\x96\x94\xff\x76\x5f\xe3\x21\x7c\xbe\x01\x00\x00\xff\xff\x81\x5f\x9a\x7b\x87\x00\x00\x00" func dkgScriptsGet_node_final_submissionCdcBytes() ([]byte, error) { return bindataRead( @@ -1065,11 +1064,11 @@ func dkgScriptsGet_node_final_submissionCdc() (*asset, error) { } info := bindataFileInfo{name: "dkg/scripts/get_node_final_submission.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x84, 0x19, 0xa6, 0xf3, 0x3d, 0xc8, 0xbc, 0x38, 0x92, 0x4b, 0x62, 0x32, 0xd1, 0xac, 0x52, 0xf7, 0x21, 0x85, 0xbe, 0x2f, 0x5f, 0x3e, 0x4c, 0x31, 0x8c, 0xe3, 0x90, 0x36, 0x5c, 0xcb, 0x2a, 0xd0}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xcd, 0x9b, 0x79, 0x1a, 0x0, 0x4b, 0x8d, 0xcc, 0x8d, 0x29, 0x2a, 0xe3, 0xeb, 0x21, 0xfd, 0xbd, 0xb4, 0x94, 0x36, 0x65, 0x21, 0x8f, 0xee, 0xb, 0x60, 0x24, 0x19, 0x21, 0x66, 0x7a, 0xb3, 0x7f}} return a, nil } -var _dkgScriptsGet_node_has_submittedCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xca\xcc\x2d\xc8\x2f\x2a\x51\x70\xcb\xc9\x2f\x77\xf1\x76\x57\x48\x2b\xca\xcf\x55\x50\x82\xf2\x94\xb8\xb8\x12\x93\x93\x53\x8b\x8b\x35\x12\x73\x72\x34\x15\xd2\x4a\xf3\x14\x72\x13\x33\xf3\x34\xf2\xf2\x53\x52\x3d\x5d\xac\x14\x82\x4b\x8a\x32\xf3\xd2\x35\xad\x14\x9c\xf2\xf3\x73\x14\xaa\xb9\x14\x14\x14\x14\x8a\x52\x4b\x4a\x8b\xf2\x60\xe6\xe9\x81\x94\x7a\x24\x16\x07\x97\x26\xe5\x66\x96\x94\xa4\xa6\x40\xf5\x6a\x72\xd5\x02\x02\x00\x00\xff\xff\x85\x3a\x25\x9d\x79\x00\x00\x00" +var _dkgScriptsGet_node_has_submittedCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xca\xcc\x2d\xc8\x2f\x2a\x51\x50\x72\xcb\xc9\x2f\x77\xf1\x76\x57\xe2\xe2\x4a\x4c\x4e\x4e\x2d\x2e\xd6\x48\xcc\xc9\xd1\x54\x48\x2b\xcd\x53\xc8\x4d\xcc\xcc\xd3\xc8\xcb\x4f\x49\xf5\x74\xb1\x52\x08\x2e\x29\xca\xcc\x4b\xd7\xb4\x52\x70\xca\xcf\xcf\x51\xa8\xe6\x52\x50\x50\x50\x28\x4a\x2d\x29\x2d\xca\x53\x80\x9a\xa0\x07\x52\xea\x91\x58\x1c\x5c\x9a\x94\x9b\x59\x52\x92\x9a\x02\xd5\xab\xc9\x55\x0b\x08\x00\x00\xff\xff\xba\xab\xdc\x8b\x6c\x00\x00\x00" func dkgScriptsGet_node_has_submittedCdcBytes() ([]byte, error) { return bindataRead( @@ -1085,11 +1084,11 @@ func dkgScriptsGet_node_has_submittedCdc() (*asset, error) { } info := bindataFileInfo{name: "dkg/scripts/get_node_has_submitted.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x53, 0xcd, 0x46, 0x4c, 0xce, 0x40, 0xef, 0x90, 0xf4, 0xd1, 0xe6, 0x7a, 0x2d, 0x67, 0xb9, 0x57, 0xc4, 0xcd, 0xf5, 0xd, 0x39, 0xb5, 0x3d, 0xda, 0x2f, 0xc0, 0x9, 0xda, 0x68, 0x71, 0x0, 0x95}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x82, 0x7, 0x47, 0x7a, 0x3b, 0xdc, 0x89, 0xaa, 0x1e, 0x73, 0x24, 0x82, 0x4, 0x79, 0xf7, 0xdf, 0x25, 0xcd, 0x40, 0xf5, 0x6c, 0x54, 0xe9, 0x86, 0xa1, 0xd4, 0x88, 0xc6, 0xd7, 0x85, 0xb5, 0xb5}} return a, nil } -var _dkgScriptsGet_node_is_claimedCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xcc\x31\xaa\xc2\x40\x10\xc6\xf1\x7e\x4f\xf1\x25\x55\xd2\xbc\x03\x04\x5e\xa3\x41\x09\x96\x9e\x60\x48\x66\x65\x60\x76\x36\xec\x6e\xb0\x90\xdc\x5d\xd4\xa4\xb2\x71\xba\x81\xef\xf7\x97\x30\xc7\x54\x70\xd2\x78\xef\x2f\x67\xf8\x14\x03\xea\xed\xab\x9d\xa3\x71\xe4\x9c\x1b\x52\x6d\xe1\x17\x43\x20\xb1\xc6\xe2\xc4\x43\xdf\xe1\x5a\x92\xd8\xad\xed\x70\x88\x51\xf1\x70\x00\x20\x7e\x6f\xfd\xcd\x94\x8a\x8c\x32\x93\x95\x21\x1f\x95\x24\xf0\xb4\xd9\x16\xd5\x3f\x4c\x76\xf4\xba\xc4\x65\x49\xf6\x13\xae\xde\x68\x05\x6b\xe6\xef\x82\x27\xcd\xfc\x59\xb8\xf5\x19\x00\x00\xff\xff\xad\xe0\xc3\x42\xdf\x00\x00\x00" +var _dkgScriptsGet_node_is_claimedCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xcc\x31\x0e\x82\x40\x10\x85\xe1\x7e\x4f\xf1\xa0\x82\xc6\x03\x90\xd8\x28\xd1\x10\x4b\x4f\x30\x81\xc1\x4c\x32\x3b\xbb\xd9\x5d\x62\x61\xb8\xbb\x51\xb1\xb2\xf1\xd5\xef\xfb\xc5\xc7\x90\x0a\xea\x93\x86\x7b\x7f\x39\xd7\xce\xd1\x38\x72\xce\x0d\xa9\xb6\x98\x17\x83\x27\xb1\xc6\xc2\xc4\x43\xdf\xe1\x5a\x92\xd8\xad\xed\x70\x08\x41\xf1\x70\x00\x20\x33\x36\xbd\x8b\x94\x8a\x8c\x12\xc9\xca\x90\x8f\x4a\xe2\x79\xda\x6c\x8b\x6a\x0f\x93\x2f\x7a\x2d\x71\x59\x92\xfd\x85\xab\x37\x5a\xc1\x9a\xf9\xb7\x30\x93\x66\xfe\x3c\xdc\xfa\x0c\x00\x00\xff\xff\xf3\x83\xe3\x02\xd2\x00\x00\x00" func dkgScriptsGet_node_is_claimedCdcBytes() ([]byte, error) { return bindataRead( @@ -1105,11 +1104,11 @@ func dkgScriptsGet_node_is_claimedCdc() (*asset, error) { } info := bindataFileInfo{name: "dkg/scripts/get_node_is_claimed.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xfd, 0x3d, 0x29, 0x69, 0x3d, 0x84, 0x68, 0x8e, 0xa8, 0x92, 0xb8, 0x48, 0x92, 0xfe, 0x2a, 0x93, 0xa2, 0x96, 0x40, 0x52, 0xb, 0x8d, 0x15, 0x2d, 0x84, 0x22, 0x1c, 0x17, 0x15, 0x31, 0xba, 0xd1}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x63, 0xea, 0x6b, 0xc7, 0xb2, 0xe0, 0x98, 0x13, 0x77, 0xd6, 0x7c, 0xe8, 0xec, 0x47, 0xa4, 0xf9, 0x89, 0x49, 0xc4, 0x1c, 0x67, 0x60, 0xa3, 0xf6, 0x9e, 0xc8, 0x41, 0x5d, 0x93, 0xba, 0x2b, 0xba}} return a, nil } -var _dkgScriptsGet_node_is_registeredCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x34\xcc\x31\x0e\xc2\x30\x0c\x05\xd0\x3d\xa7\xf8\xea\xd4\x2c\x1c\xa0\x23\xaa\x40\x15\x1b\x9c\x20\x4a\xdd\xca\x52\x62\x47\x8e\x2b\x06\xc4\xdd\x59\xca\xf8\x96\xc7\xb5\xa9\x39\x6e\x45\xdf\xf3\xe3\x8e\xcd\xb4\x62\x38\x35\x84\x90\x72\xa6\xde\xc7\x54\x4a\xc4\x76\x08\x6a\x62\x19\x45\x57\x5a\xe6\x09\x2f\x37\x96\x3d\x4e\xb8\xaa\x16\x7c\x02\x00\x18\xf9\x61\xf2\xff\x2e\x2d\x99\x73\xe6\x96\xc4\x97\xfe\xa4\x9d\xbb\x93\xd1\x7a\x16\x31\x7c\x7f\x01\x00\x00\xff\xff\xe5\x2c\x0e\x21\x80\x00\x00\x00" +var _dkgScriptsGet_node_is_registeredCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x2c\xcc\x31\x0e\xc2\x30\x0c\x05\xd0\x3d\xa7\xf8\xea\xd4\x2c\x1c\xa0\x23\xaa\x40\x15\x1b\x9c\xc0\x4a\x4d\x65\x29\xb5\x23\xc7\x15\x03\xe2\xee\x2c\xbd\xc0\x93\xbd\x99\x07\x86\x5b\xb5\xcf\xfc\xb8\x0f\x29\x51\x29\xdc\xfb\x48\xb5\x66\xbc\x0f\xc5\x4e\xa2\xa3\xda\xca\xcb\x3c\xe1\x15\x2e\xba\xe5\x09\x57\xb3\x8a\x6f\x02\x00\xe7\x38\x5c\x71\x0a\x97\x46\x1e\x52\xa4\x91\xc6\xd2\x9f\xbc\x49\x0f\x76\x5e\x4f\x22\xa7\xdf\x3f\x00\x00\xff\xff\xd7\x06\x49\x99\x73\x00\x00\x00" func dkgScriptsGet_node_is_registeredCdcBytes() ([]byte, error) { return bindataRead( @@ -1125,31 +1124,11 @@ func dkgScriptsGet_node_is_registeredCdc() (*asset, error) { } info := bindataFileInfo{name: "dkg/scripts/get_node_is_registered.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x2, 0xa4, 0xcf, 0x88, 0xda, 0x35, 0xe9, 0xac, 0xe7, 0x73, 0x15, 0xf6, 0xf9, 0x64, 0xcd, 0x8e, 0x5c, 0x6f, 0xa0, 0x50, 0x9a, 0xbe, 0x2, 0x44, 0x72, 0x74, 0x82, 0xf9, 0x15, 0x37, 0x4b, 0x4d}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x42, 0xe4, 0xd, 0x48, 0x2e, 0x59, 0x4b, 0x7, 0xc, 0xbe, 0xf6, 0x48, 0xb1, 0x9b, 0xa, 0x1e, 0x3c, 0x8e, 0xfe, 0x4c, 0xa7, 0x70, 0x74, 0x84, 0xf7, 0xa0, 0xc9, 0xe5, 0x6f, 0xc7, 0x42, 0xe1}} return a, nil } -var _dkgScriptsGet_submissions_countCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x34\xcc\xb1\x0a\xc2\x30\x10\x06\xe0\xfd\x9e\xe2\xa7\x53\xb2\x38\x89\x43\x57\xa5\x52\x1c\xc5\x07\x88\x25\x95\x83\xe4\x4e\x92\x3b\x1c\x4a\xdf\xdd\x45\xc7\x6f\xf9\xb8\xbe\xb5\x19\xa6\xa2\x9f\xcb\xed\x8a\xb5\x69\xc5\xf0\xd3\x40\x94\x96\x25\xf7\x1e\x52\x29\x11\xab\x0b\x6a\x62\x09\x71\x04\xb6\x59\x6c\xc4\x63\x16\x3b\x1d\x77\x6c\x04\x00\x2d\x9b\x37\xf9\x5f\x87\x57\xb6\x89\x25\x95\xbb\x3f\x2b\xf7\xce\x2a\x67\x75\xb1\x10\x69\xa7\x6f\x00\x00\x00\xff\xff\xf8\x59\x32\x01\x77\x00\x00\x00" - -func dkgScriptsGet_submissions_countCdcBytes() ([]byte, error) { - return bindataRead( - _dkgScriptsGet_submissions_countCdc, - "dkg/scripts/get_submissions_count.cdc", - ) -} - -func dkgScriptsGet_submissions_countCdc() (*asset, error) { - bytes, err := dkgScriptsGet_submissions_countCdcBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "dkg/scripts/get_submissions_count.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xda, 0xd, 0x25, 0x8d, 0xcf, 0xee, 0x67, 0x6f, 0xf3, 0xc0, 0x38, 0xca, 0xd1, 0x9b, 0x83, 0xfb, 0x80, 0xef, 0x9c, 0x67, 0xdb, 0xc, 0x7b, 0xf2, 0x2b, 0x2b, 0xc5, 0xfa, 0x2c, 0xee, 0xee, 0xce}} - return a, nil -} - -var _dkgScriptsGet_thresholdsCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x90\xcf\x4a\x03\x31\x10\xc6\xef\x79\x8a\x8f\x9e\x92\xcb\xd2\x43\xe9\xa1\x20\xbd\x48\x45\x04\x11\xaa\x0f\x10\xe2\xa4\x0d\x64\x13\x49\x26\x2a\xc8\xbe\xbb\x6c\xac\xfb\x87\x15\x6c\x6e\x19\x7e\xbf\xf9\x66\xc6\xb5\x6f\x31\x31\x0e\x3e\x7e\xdc\x3e\xdc\xc1\xa6\xd8\x62\x75\xf9\xad\x84\xd0\xc6\x50\xce\x52\x7b\xaf\x90\x39\x15\xc3\x78\x3e\x27\xca\xe7\xe8\x5f\x33\xbe\x04\x00\x4c\x19\x4f\x8c\xa0\xd9\xbd\xd3\x0e\x2f\xf7\x81\xb7\x9b\x3f\x91\xac\xed\xff\xc0\x13\x25\x43\x81\xf5\xa9\x47\x0f\xee\x73\xbb\x11\x95\x75\xc1\xb1\x54\x97\xf0\xfe\x65\xf2\xb6\xf9\x49\xc5\xcd\xef\x2a\xcd\x89\xf8\xb1\xd6\x8e\xa5\x36\x1f\xe6\x96\x6a\x6e\xf6\x59\x73\xef\xa8\xed\x55\xd6\x38\xe1\xd2\x1f\xc4\x11\x92\x0a\xfb\x3d\xd6\xcd\xba\x76\xea\x44\x37\xbf\xaf\x2d\x01\xad\x76\x41\xaa\xdd\xf2\xc8\x89\xb8\xa4\x30\xa9\x4b\x25\xba\xef\x00\x00\x00\xff\xff\xb3\xea\x59\x20\xbd\x01\x00\x00" +var _dkgScriptsGet_thresholdsCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x90\x4d\x4a\xc0\x30\x10\x85\xf7\x39\xc5\xd0\x55\xb2\x29\x5d\x94\x2e\x0a\xd2\x8d\x54\x44\x10\xa1\x7a\x80\x10\x27\x6d\x20\x4d\x25\x99\xa8\x20\xbd\xbb\x34\x96\xfe\x50\x41\x67\x39\x7c\xdf\xbc\xc7\x98\xf1\x6d\xf2\x04\x59\x6b\xa7\x8f\xdb\x87\xbb\x8c\x31\xa9\x14\x86\xc0\xa5\xb5\x02\x02\xf9\xa8\x08\x9e\x07\x8f\x61\x98\xec\x6b\x80\x2f\x06\x00\x70\x64\x2c\x12\x38\x49\xe6\x1d\x6b\x78\xb9\x77\x54\x95\xbf\x22\x41\xea\xbf\x81\x27\xf4\x0a\x1d\xc9\x7e\x41\x5b\xf3\x59\x95\x2c\xb1\xc6\x19\xe2\x62\x0d\x5f\x26\xa0\xd5\xf9\x4f\x2a\xdc\xc0\x5a\x3e\xef\x91\x1e\xd3\xae\x8b\xe9\xf8\xd6\x9b\x8b\xb3\xb9\x64\x9d\xbd\x4e\xea\x7f\x59\x7b\xc3\xab\xbf\x89\x3b\xc4\x05\x34\x0d\x14\x79\x91\x2e\xcd\x6c\x3e\xff\x57\x47\x07\xa3\x34\x8e\x8b\xfa\xfa\x64\x8f\x14\xbd\x3b\xec\xb9\x60\xf3\x77\x00\x00\x00\xff\xff\xfa\x26\x6b\x88\xb0\x01\x00\x00" func dkgScriptsGet_thresholdsCdcBytes() ([]byte, error) { return bindataRead( @@ -1165,11 +1144,11 @@ func dkgScriptsGet_thresholdsCdc() (*asset, error) { } info := bindataFileInfo{name: "dkg/scripts/get_thresholds.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xa4, 0x22, 0xd8, 0x8, 0xe9, 0xf9, 0x79, 0xd1, 0x2c, 0xce, 0xe5, 0x62, 0x4d, 0x9f, 0xd2, 0x6, 0xdf, 0x1d, 0x2d, 0x17, 0xa7, 0x40, 0x6d, 0x40, 0x6, 0xa2, 0x7a, 0x0, 0xbd, 0x7c, 0xf2, 0x89}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x23, 0x5c, 0x75, 0xf3, 0xe7, 0x23, 0xbf, 0xc4, 0x83, 0x46, 0x4c, 0x20, 0x5d, 0x82, 0xeb, 0x92, 0x86, 0x31, 0x8, 0x53, 0xab, 0x7e, 0x7a, 0x9b, 0xd, 0x5c, 0x52, 0x35, 0x12, 0xf1, 0xaa, 0x71}} return a, nil } -var _dkgScriptsGet_whiteboard_messagesCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xca\xcc\x2d\xc8\x2f\x2a\x51\x70\xcb\xc9\x2f\x77\xf1\x76\x57\x48\x2b\xca\xcf\x55\x50\x82\xf2\x94\xb8\xb8\x12\x93\x93\x53\x8b\x8b\x35\x12\x73\x72\x34\x15\xd2\x4a\xf3\x14\x72\x13\x33\xf3\x34\x34\xad\x14\xa2\xa1\x4a\xf4\x7c\x53\x8b\x8b\x13\xd3\x53\x63\x15\xaa\xb9\x14\x14\x14\x14\x8a\x52\x4b\x4a\x8b\xf2\x60\xc6\xe9\xa5\xa7\x96\x84\x67\x64\x96\xa4\x3a\xe5\x27\x16\xa5\x40\x95\x16\x6b\x68\x2a\x70\xd5\x02\x02\x00\x00\xff\xff\x68\x14\x95\x1b\x78\x00\x00\x00" +var _dkgScriptsGet_whiteboard_messagesCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xca\xcc\x2d\xc8\x2f\x2a\x51\x50\x72\xcb\xc9\x2f\x77\xf1\x76\x57\xe2\xe2\x4a\x4c\x4e\x4e\x2d\x2e\xd6\x48\xcc\xc9\xd1\x54\x48\x2b\xcd\x53\xc8\x4d\xcc\xcc\xd3\xd0\xb4\x52\x88\x86\x2a\xd1\xf3\x4d\x2d\x2e\x4e\x4c\x4f\x8d\x55\xa8\xe6\x52\x50\x50\x50\x28\x4a\x2d\x29\x2d\xca\x53\x80\xc9\xa6\xa7\x96\x84\x67\x64\x96\xa4\x3a\xe5\x27\x16\xa5\x40\x95\x16\x6b\x68\x2a\x70\xd5\x02\x02\x00\x00\xff\xff\xb7\x6e\xcb\x8e\x6b\x00\x00\x00" func dkgScriptsGet_whiteboard_messagesCdcBytes() ([]byte, error) { return bindataRead( @@ -1185,7 +1164,7 @@ func dkgScriptsGet_whiteboard_messagesCdc() (*asset, error) { } info := bindataFileInfo{name: "dkg/scripts/get_whiteboard_messages.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xf4, 0xd3, 0xb2, 0xb6, 0xfe, 0x25, 0x93, 0xf1, 0x4f, 0x70, 0x8a, 0x81, 0xe6, 0x35, 0x7e, 0xb7, 0x82, 0xca, 0x41, 0xba, 0xe7, 0xc5, 0x37, 0x28, 0x1d, 0xf3, 0xb4, 0xe, 0x87, 0x1b, 0xdb, 0xf9}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xd8, 0x7a, 0x78, 0xe, 0x3a, 0xc7, 0xff, 0x1d, 0x5a, 0x8a, 0xf8, 0xda, 0xb3, 0xc6, 0x14, 0x3b, 0x6e, 0xc7, 0xbf, 0xb8, 0xc7, 0x3d, 0xf8, 0x56, 0xc7, 0xfe, 0xc7, 0x82, 0x26, 0x75, 0xfd, 0x2a}} return a, nil } @@ -1209,7 +1188,7 @@ func dkgSend_empty_final_submissionCdc() (*asset, error) { return a, nil } -var _dkgSend_final_submissionCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\x93\x4f\x8b\xdb\x3c\x10\xc6\xef\xf9\x14\x83\x0f\x8b\x03\x41\x7b\x37\xef\xbe\x4b\xff\x90\x52\x42\x21\x34\xdb\x5e\x4a\x09\x8a\x32\xb1\x45\x9d\x91\x18\x8d\x48\xd3\x25\xdf\xbd\x48\x72\x12\xa7\xb4\xd1\xc9\x9e\x91\x9e\x79\x34\xf3\x93\xdd\x7b\xc7\x02\xf3\xde\x1d\xde\x2f\x3e\xc0\x8e\xdd\x1e\xaa\xe1\xaf\x9a\x4c\x1e\x1f\xe1\x4b\xc0\x2d\x6c\x8e\x90\xd2\x5e\xb3\x58\x63\xbd\x26\x09\x20\x0e\x42\xdc\xec\xad\x80\x74\x68\x19\x76\x96\x74\x5f\x42\x21\x58\x47\xb0\x73\x9c\x52\x60\x22\x33\x92\x64\x05\x4b\x41\x34\x19\x54\x49\xfa\xa5\xb3\x01\x84\x35\x05\x6d\x24\x9d\xb0\x01\x62\x2a\x77\xe8\x90\xf2\xd1\x51\x41\xe8\x9d\xd1\x7d\x7f\x04\xaf\x43\xda\x93\xd2\xd9\x13\x3b\x83\x21\x64\xc1\xb9\x63\xc0\xbd\x97\xe3\xc8\x46\x98\x25\x4d\xa8\x02\xd2\x76\x9d\x93\xeb\xec\x74\x7d\xdd\x52\xa9\xc9\xc8\x45\xdd\xb2\x8b\x7e\x81\xc7\x06\x56\xc2\x96\xda\x19\xf8\xb8\x59\xe0\x31\x34\xf0\xad\x44\xbe\xcf\xc0\x6e\x3f\x69\xef\x2d\xb5\x0d\xbc\x96\x60\x03\x1f\x49\x4e\x53\x78\x9d\x4c\x00\x00\x7a\x14\xd8\xfe\x68\x97\xd7\x1b\x34\xf0\x30\x74\x56\x8d\xa2\x97\xcd\x57\x3f\xcd\x79\x1e\xea\x33\x86\xd8\xcb\xea\x92\x29\xd2\x9e\xd1\x6b\xc6\x3a\xd8\x96\x90\x1b\xd0\x51\xba\xfa\xad\x63\x76\x87\xaf\xba\x8f\x38\x85\x87\x37\xc6\xb8\x48\x92\xdc\xc0\xb0\x02\xf6\x3b\x75\xeb\x08\x9e\xa0\x68\xa8\x20\x8e\x75\x8b\x6a\x93\x55\xfe\xfb\x9b\xd1\xff\xeb\x44\xc7\xd5\xdb\x28\xb5\x2a\xa7\x97\x5a\xba\xe9\xa5\x5e\x5a\xcf\xcf\xe0\x35\x59\x53\x57\xef\x34\x91\x13\x28\xfa\x79\x70\x63\x1f\x8c\x3b\x64\x24\x83\x85\x40\xaf\xa5\x83\xea\x46\xe9\xbc\x94\x71\x64\xb4\xd4\xf7\x5d\x28\x71\x65\x28\xf5\x74\x7a\x57\xa6\x52\xf0\xd2\xe1\xd0\x05\x20\xc4\x6d\x06\x1b\x29\x44\xc6\x01\x6c\x5d\x7a\x99\xe8\xb4\x64\xc5\xea\xde\xfe\x4a\x90\x5a\xe9\x2e\x14\xde\x5e\x26\xb8\xc8\x06\x55\x35\x2a\x9e\xbb\x3f\x7a\x1c\x4f\xff\x9c\x71\xe1\x6f\x99\x91\x6b\xe0\x0c\xe3\x08\xc2\xe1\xe3\x86\xc1\xcb\x67\xa9\x78\x2a\xa0\xe0\x4f\x34\x51\xf0\x3e\x04\x2a\xbd\x8c\x79\x7a\x12\x23\x0f\x7f\xd8\x3d\xab\x9e\x7e\x07\x00\x00\xff\xff\xcf\xb7\x93\x50\x30\x04\x00\x00" +var _dkgSend_final_submissionCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\x93\x4f\x6b\x1b\x31\x10\xc5\xef\xfe\x14\x8f\x3d\x84\x35\x98\xcd\x7d\x69\x1a\xda\x06\x87\x62\x0a\xa6\x4e\x7b\x29\xc5\xc8\xf2\x78\x57\x74\x2d\x89\xd1\x08\xd7\x0d\xfe\xee\x45\x2b\xff\x59\x97\xc6\x3a\x89\x99\xd1\x9b\x9f\x46\x4f\x66\xeb\x1d\x0b\x8a\x69\xe7\x76\x4f\xb3\xe7\x62\x34\xba\xbf\xc7\xb7\x40\x6b\xac\xf6\x78\x9a\x3d\xc3\x2b\x16\xa3\x8d\x57\x56\x02\xc4\x21\xc4\xd5\xd6\x08\xa4\x25\xc3\xd8\x18\xab\xba\x1c\x0a\xc1\x38\x8b\x8d\xe3\x94\x82\x8e\xcc\x64\xa5\x57\x30\x36\x88\xb2\x9a\xaa\x24\xfd\xd2\x9a\x00\x61\x65\x83\xd2\x92\x4e\x98\x80\x98\xda\xed\x5a\xb2\xfd\xd1\x41\x43\x74\x4e\xab\xae\xdb\xc3\xab\x90\x6a\x52\xba\x67\x62\xa7\x29\x84\x5e\x70\xea\x18\xb4\xf5\xb2\x1f\x60\x84\x49\xd2\x44\x11\xc8\xae\x97\x7d\x72\xd9\x93\x2e\x2f\x25\x45\x35\x1a\x50\x94\x0d\xbb\xe8\x67\xb4\xaf\xb1\x10\x36\xb6\x99\xc0\xc7\xd5\x8c\xf6\xa1\xc6\x8f\x1c\xf9\x39\x81\x59\x7f\x51\xde\x1b\xdb\xd4\x78\xcd\xc1\x1a\x9f\xad\x1c\xc6\x78\x1d\x8d\x00\xa0\x23\xc1\xfa\x57\x33\xbf\xdc\xa0\xc6\xdd\x71\xb2\xd5\x20\x7a\x2e\xbe\xf0\xd4\x38\xd5\x7d\xa5\x10\x3b\x59\x9c\x33\x59\xda\x33\x79\xc5\x54\x06\xd3\x58\xe2\x1a\x2a\x4a\x5b\x7e\x74\xcc\x6e\xf7\x5d\x75\x91\xc6\xb8\xfb\xa0\xb5\x8b\x56\x12\x0d\x8e\x2b\x50\xb7\xa9\xae\x89\xf0\x80\xac\x51\x05\x71\xac\x1a\xaa\x56\xbd\xca\xbb\xff\x81\xbe\x2f\x37\xec\xb6\x17\xb6\x41\x6a\x91\x4f\xcf\x95\xb4\xe3\x73\xbf\xb4\x1e\x1f\xe1\x95\x35\xba\x2c\x3e\x29\x6b\x9d\x20\xeb\xf7\x0f\x37\xe4\x60\xda\x10\x93\xd5\x84\xd4\x03\x5e\x49\x8b\xe2\x4a\xe9\xb4\x2a\xed\xac\x56\x52\xde\xa6\xa8\xc4\xe5\x47\x29\xc7\xe3\x9b\x32\x45\x85\x97\x96\x8e\x53\x80\x25\x5a\xf7\xc6\x26\x1b\x22\xd3\xd1\xd8\x2a\xcf\x32\xb9\xd3\x58\x23\x46\x75\xe6\x4f\x32\xa9\x91\xf6\xec\xc2\xeb\xcb\x04\x17\x59\x53\x55\x0c\x9a\xf7\xd3\x1f\x7c\x8e\x87\x37\xdf\x38\xfb\x6f\xde\x5b\xae\xc6\xc9\x8c\x03\x13\x1e\x37\x57\x1e\x3c\x6f\x73\xc7\x43\x36\x0a\xfd\x26\x1d\x85\x6e\x9b\xa0\x4a\x3f\x63\x9a\xbe\xc4\x80\xe1\x1f\xdc\x93\xea\xe1\x6f\x00\x00\x00\xff\xff\x1d\x4a\xd8\x33\x23\x04\x00\x00" func dkgSend_final_submissionCdcBytes() ([]byte, error) { return bindataRead( @@ -1225,11 +1204,11 @@ func dkgSend_final_submissionCdc() (*asset, error) { } info := bindataFileInfo{name: "dkg/send_final_submission.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x16, 0x7, 0x6e, 0xf6, 0x2b, 0x4, 0x36, 0x8f, 0xd1, 0xe5, 0x4d, 0xb0, 0x8, 0xc3, 0xda, 0x55, 0x15, 0xe9, 0x58, 0x37, 0x5b, 0xd2, 0xb4, 0x3e, 0xbe, 0x7, 0x8f, 0xc4, 0xb3, 0x83, 0x46, 0x0}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xce, 0x81, 0xbc, 0xf2, 0xbe, 0x72, 0x14, 0xa, 0x83, 0xc1, 0x7d, 0xde, 0x0, 0x2f, 0x65, 0xc6, 0x59, 0x8c, 0x3a, 0x76, 0x26, 0xdd, 0x65, 0x8b, 0xa2, 0xa0, 0xdf, 0x9f, 0xd2, 0xe4, 0x78, 0xfd}} return a, nil } -var _dkgSend_whiteboard_messageCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\x90\xcf\x6a\xc3\x30\x0c\x87\xef\x79\x0a\x91\x43\x49\x2e\x7e\x80\xb0\xad\xec\x0f\xdb\x61\x0c\x0a\x85\xdd\x35\x4f\x71\xcd\x52\xc9\xc8\x0a\x1d\x8c\xbe\xfb\xf0\x9c\x8e\x0e\xca\x74\xb3\x2d\x7d\x3f\x7f\x8a\xfb\x24\x6a\xf0\x38\xc9\xe1\xe1\xf9\x09\x46\x95\x3d\xb4\xcb\xa9\x6d\x1a\x53\xe4\x8c\xde\xa2\x70\xe7\x85\x8d\xd8\x06\xd8\x9a\x46\x0e\x3d\x7c\x35\x0d\x00\xc0\x44\x06\xef\x1f\x61\x83\x6a\xd1\xc7\x84\xa5\x65\xb5\x20\xdc\xd9\x6d\xed\x4e\x4a\x09\x95\xba\x1c\x03\x93\x0e\x80\xb3\xed\xba\x3b\x51\x95\xc3\x2b\x4e\x33\xf5\xb0\xba\xf5\x5e\x66\xb6\x12\x00\x4b\x65\x9a\x46\xf7\x37\x04\xae\xa1\x32\x5c\x36\x51\x0c\xe4\xde\x7e\x28\x57\x97\xb2\x6f\xba\x62\x36\xc0\x85\xa7\x6d\x9d\xde\xa0\xed\xfa\xdf\xbc\x52\xeb\x35\x24\xe4\xe8\xbb\xf6\x1e\x99\xc5\xa0\xf2\x8b\x2b\xa4\xb3\x7f\x28\x8d\xa4\xc4\x9e\xda\x3a\x7f\xac\xa2\xf4\x49\x7e\x36\xfa\x5f\xc2\x25\xc9\xf6\x42\x39\x63\xa0\xd3\x82\x4f\x94\xe3\x77\x00\x00\x00\xff\xff\xc6\xb5\x3f\x3f\x9c\x01\x00\x00" +var _dkgSend_whiteboard_messageCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\x90\xcf\x4a\x03\x31\x10\xc6\xef\xfb\x14\xc3\x1e\x4a\xf6\x92\x07\x58\xd4\xe2\x1f\xf4\x20\x42\xa1\xe0\x7d\x8c\xb3\x69\x70\x3b\x13\x26\xb3\x54\x90\xbe\xbb\xac\x69\xa5\xc2\xe2\x1c\x93\xf9\x7e\xbf\x7c\x49\xfb\x2c\x6a\xd0\x3e\x8e\x72\x78\x78\x7e\x6a\x9b\xc6\x14\xb9\x60\xb0\x24\xec\x82\xb0\x11\x5b\x0f\x5b\xd3\xc4\xb1\x83\xaf\xa6\x01\x00\x18\xc9\xe0\xfd\x23\x6e\x50\x2d\x85\x94\x71\x5e\x59\x9d\x10\xfe\xe2\xb4\x6e\x67\xa5\x8c\x4a\xae\xa4\xc8\xa4\x3d\xe0\x64\x3b\x77\x27\xaa\x72\x78\xc5\x71\xa2\x0e\x56\xb7\x21\xc8\xc4\x36\x0b\xe0\x34\x85\xc6\xc1\xff\x95\xc0\x35\x54\x86\x2f\x26\x8a\x91\xfc\xdb\x0f\xe5\x6a\xc9\x7d\xe3\x06\x95\x7d\x0f\x0b\x57\xdb\x9a\xde\xa0\xed\xba\x5f\xdf\x3c\xeb\x35\x64\xe4\x14\x5c\x7b\x8f\xcc\x62\x50\xf9\x73\x57\xc8\x17\xef\x50\x1a\x48\x89\x03\xb5\x35\x7f\xac\x45\xe9\x93\xc2\x64\xf4\x7f\x09\x9f\xa5\xd8\x0b\x95\x82\x91\xce\x1f\x7c\xa6\x1c\xbf\x03\x00\x00\xff\xff\x0a\x34\x40\x12\x8f\x01\x00\x00" func dkgSend_whiteboard_messageCdcBytes() ([]byte, error) { return bindataRead( @@ -1245,11 +1224,11 @@ func dkgSend_whiteboard_messageCdc() (*asset, error) { } info := bindataFileInfo{name: "dkg/send_whiteboard_message.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xcb, 0xec, 0x78, 0xab, 0x6e, 0x8, 0xc7, 0xa7, 0x9c, 0x52, 0x92, 0x14, 0x8d, 0x49, 0x3e, 0xa1, 0x55, 0xf3, 0xe3, 0xaf, 0xa9, 0x17, 0x5e, 0xbf, 0x42, 0x66, 0xd4, 0x93, 0x31, 0x7b, 0xd0, 0x18}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x91, 0x30, 0x91, 0x74, 0x68, 0x4a, 0x86, 0xb2, 0xe4, 0xf8, 0xaa, 0xda, 0x3f, 0xe3, 0xf6, 0x7f, 0xc5, 0xd7, 0x23, 0x18, 0x43, 0x18, 0x99, 0x3, 0x6b, 0xa4, 0x4, 0x3, 0x18, 0x4, 0x90, 0x20}} return a, nil } -var _epochAdminAdvance_viewCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x90\x41\x6f\x82\x40\x10\x85\xef\xfc\x8a\xc9\x1e\x0c\x5c\xf8\x01\xa6\xd6\x28\xda\x68\x5a\xab\x09\xb6\xf7\x71\x1d\x61\xe3\xb2\xbb\x59\x86\x7a\x68\xfc\xef\x0d\xa0\x48\x93\x5a\xe7\x40\x42\x76\xde\x37\xef\x3d\x55\x38\xeb\x19\x5e\xb4\x3d\xcd\x9d\x95\x39\x1c\xbc\x2d\x40\x74\xff\x22\xe8\x6d\x2c\x67\x5b\xdc\x69\x4a\x19\x8f\xca\x64\xbd\xd5\xdf\x0f\x22\x08\xd8\xa3\x29\x51\xb2\xb2\x26\x74\x39\x96\x34\x84\x94\xbd\x32\x59\x04\xdf\x01\x00\x80\xf3\xe4\xd0\x53\x58\xaa\xcc\x90\x1f\x02\x56\x9c\x87\x53\xeb\xbd\x3d\x7d\xa2\xae\x28\x82\xc1\x44\x4a\x5b\x19\xbe\x2a\xea\xd1\xc4\x90\x13\x7a\xde\x11\x32\x8c\xa0\x55\xc7\x25\x5b\x8f\x19\xc5\xbb\x46\xff\x34\xe8\xdc\xc7\x8b\xeb\xf2\x73\x58\xbb\x1d\xde\x82\xc6\x1d\x27\x6d\xd5\x1b\xe4\x3c\xea\x2e\xd5\x33\x1e\x83\x43\xa3\x64\x28\x12\x5b\xe9\x3d\x18\xcb\xd0\x9e\xe8\x99\x68\x4a\xb8\x18\x00\x87\x9c\x8b\x28\xe8\x28\xea\x00\x4d\x7a\x18\x8d\x40\xcc\x37\xeb\x64\x91\xce\xb7\x1f\x1b\xd1\x8b\x54\x4f\x47\x8b\xc9\xec\x2f\x25\x4e\xaa\xb6\xbd\x9b\xa5\x33\x90\x2e\xe9\x0f\x66\xb2\x5e\xad\x96\xdb\xfb\xd0\x92\xd1\x73\x13\x3a\xb1\x45\xa1\xf8\x11\xf3\x7d\xd6\x60\xff\x75\xd9\xe0\x1e\x80\xa6\x6f\xeb\xe4\xf5\x3e\x05\xf7\x5f\x68\x24\x4d\xb5\x95\xc7\x3e\x29\x68\xbf\xe7\x9f\x00\x00\x00\xff\xff\x77\x36\x16\x2b\x9b\x02\x00\x00" +var _epochAdminAdvance_viewCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\xd0\xc1\x6e\x82\x40\x10\x06\xe0\x3b\x4f\x31\xe1\x60\xe0\xc2\x03\x98\x5a\xa3\xd4\xc6\xa6\xb5\x9a\x60\x7b\x1f\xd7\x11\x36\xc2\xce\x66\x77\xa8\x87\xc6\x77\x6f\x80\x8a\x1c\x6a\x9d\x03\x17\xf8\xbf\xf9\x07\x5d\x59\x76\x02\xe1\x73\xc9\xa7\x85\x65\x55\x84\x41\x20\x0e\x8d\x47\x25\x9a\x4d\x64\x0b\xf4\x34\x86\x4c\x9c\x36\x79\x0c\xdf\x01\x00\x80\x75\x64\xd1\x51\xe4\x75\x6e\xc8\x8d\x01\x6b\x29\xa2\x39\x3b\xc7\xa7\x4f\x2c\x6b\x8a\x61\x34\x53\x8a\x6b\x23\x97\x44\x33\x25\x09\x14\x84\x4e\x76\x84\x02\x13\xe8\xd2\x89\x17\x76\x98\x53\xb2\x6b\xf3\x0f\xa3\xbe\x49\xb2\xbc\x7c\xfc\x18\x1d\x1c\x57\x63\xb8\xbe\xea\x9d\xac\x4b\x6f\x50\x8a\xb8\xdf\xd4\xcc\x74\x0a\x16\x8d\x56\x51\x98\x72\x5d\xee\xc1\xb0\x40\xb7\x62\x50\xa2\x61\xe1\xb7\x00\x58\x94\x22\x8c\x83\x5e\xd1\x07\x68\xaf\x87\xc9\x04\xc2\xc5\x66\x9d\x2e\xb3\xc5\xf6\x63\x13\x0e\x4e\x6a\xa6\xd7\x12\x32\xfb\x4c\xf0\xa8\x4d\x3e\xab\xbb\xbf\x77\xad\x74\x06\x2a\x3d\xfd\x61\xa6\xeb\xd5\xea\x65\x7b\x1b\xf5\x82\x4e\xda\xa3\x53\xae\x2a\x2d\xf7\xcc\xf7\xa7\x96\xfd\xb7\x65\xcb\xdd\x81\xe6\x6f\xeb\xf4\xf5\xb6\x82\xfb\x2f\x34\x8a\xe6\x25\xab\xe3\x50\x0a\xba\xe7\xf9\x27\x00\x00\xff\xff\xfb\xe0\x78\xc1\x58\x02\x00\x00" func epochAdminAdvance_viewCdcBytes() ([]byte, error) { return bindataRead( @@ -1265,11 +1244,11 @@ func epochAdminAdvance_viewCdc() (*asset, error) { } info := bindataFileInfo{name: "epoch/admin/advance_view.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x2b, 0xe1, 0x89, 0x75, 0x40, 0x79, 0x27, 0x42, 0xfc, 0x75, 0x5f, 0x1a, 0xb6, 0xef, 0xa4, 0xea, 0x47, 0xb1, 0x9b, 0x15, 0x59, 0x37, 0x8, 0x70, 0xe9, 0xb3, 0xc6, 0x77, 0xe7, 0xfc, 0xd8, 0x5c}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x3b, 0xab, 0xdd, 0x82, 0xd7, 0xa7, 0xe3, 0x8f, 0xc7, 0x81, 0x53, 0x56, 0xe4, 0x47, 0x6b, 0xa5, 0xe0, 0x7c, 0x5f, 0x7f, 0xf6, 0xa8, 0x14, 0x25, 0xba, 0x6d, 0x8a, 0x84, 0x9f, 0x26, 0xbd, 0x7b}} return a, nil } -var _epochAdminCalculate_rewardsCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x54\x8f\xcd\x4e\xec\x30\x0c\x85\xf7\x79\x0a\xab\x8b\x51\xba\xe9\x03\x8c\xee\x65\x34\xfc\x09\x76\x88\x22\xf6\x6e\x6a\xda\x88\x4c\x1c\xb9\x8e\xba\x40\xf3\xee\xa8\x53\x26\x14\xef\xa2\x9c\xcf\xe7\xb3\x3f\x25\x16\x85\xc7\xc0\xf3\x43\x62\x37\xc2\x87\xf0\x09\xaa\xf2\xae\xcc\x26\xf1\x7c\xff\x86\x5d\xa0\x56\xf1\xd3\xc7\x61\x13\xfd\xfb\x51\x19\xa3\x82\x71\x42\xa7\x9e\xa3\xad\xe1\xcb\x00\x00\x24\xa1\x84\x42\x76\xf2\x43\x24\xd9\x03\x66\x1d\xed\x2d\x8b\xf0\xfc\x8e\x21\x53\x0d\xbb\xa3\x73\x9c\xa3\x5e\x89\x65\x02\x29\x8c\x84\xa2\x1d\xa1\xc2\x7f\x58\xe9\x66\x52\x16\x1c\xa8\xe9\x2e\xfc\xbf\x5d\x11\x6e\x9e\xae\xe1\x1b\xbb\x08\xee\x7f\x6f\x6b\xca\x9e\x76\xa5\x5f\x50\xc7\xba\x34\x2d\x73\x38\x40\xc2\xe8\x9d\xad\xee\x38\x87\x1e\x22\x2b\xac\x15\x1b\x89\xcb\xdd\x3f\x02\x90\x50\xc7\xaa\x36\x65\x4b\x89\x35\x0e\x83\xcb\x01\x95\x8e\xb1\x6f\x49\x5f\x69\x46\xe9\x27\xbb\x16\x9e\xcd\xf9\x3b\x00\x00\xff\xff\x06\x87\xee\x45\x7b\x01\x00\x00" +var _epochAdminCalculate_rewardsCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\x8e\xcf\x4e\xf3\x30\x10\xc4\xef\x7e\x8a\x55\x0e\x95\x73\xc9\x03\x54\xdf\x47\x55\xfe\x09\x6e\x88\x20\xee\x1b\x67\x89\x2d\x5c\xaf\xb5\x59\x2b\x07\xd4\x77\x47\x21\xd4\x74\x8e\xbb\xf3\x9b\x99\x70\xca\x2c\x0a\xcd\x63\xe4\xe5\x21\xb3\xf3\x8d\xb9\x3e\x3d\xdf\xbf\xe1\x10\xa9\x57\xfc\x0c\x69\x6a\x8c\x51\xc1\x34\xa3\xd3\xc0\xc9\xb6\xf0\x65\x00\x00\xb2\x50\x46\x21\x3b\x87\x29\x91\xec\x01\x8b\x7a\x7b\xcb\x22\xbc\xbc\x63\x2c\xd4\xc2\xee\xe8\x1c\x97\xa4\x17\x62\x55\x24\x05\x4f\x28\x3a\x10\x2a\xfc\x87\x8d\xee\x66\x65\xc1\x89\xba\xe1\x87\xff\xb7\xab\xc3\xba\xa7\x8b\xf9\xc6\x7e\x08\x9f\xf6\xf0\xf7\xaa\x39\xfd\x46\xbf\xa0\xfa\xb6\x36\xad\x3a\x1c\x20\x63\x0a\xce\x36\x77\x5c\xe2\x08\x89\x15\xb6\x8a\xab\x11\x6b\x2c\xfc\x0e\x80\x8c\xea\x9b\xd6\xd4\x94\x6a\xeb\x1c\x46\x57\x22\x2a\x1d\xd3\xd8\x93\xbe\xd2\x82\x32\xce\x76\x2b\x3c\x9b\xf3\x77\x00\x00\x00\xff\xff\xef\x2a\x7a\x2c\x54\x01\x00\x00" func epochAdminCalculate_rewardsCdcBytes() ([]byte, error) { return bindataRead( @@ -1285,11 +1264,11 @@ func epochAdminCalculate_rewardsCdc() (*asset, error) { } info := bindataFileInfo{name: "epoch/admin/calculate_rewards.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x6a, 0x28, 0xde, 0x44, 0x27, 0x64, 0x4f, 0xc3, 0x72, 0xfc, 0x29, 0x96, 0x71, 0x49, 0x1e, 0x7e, 0xf1, 0xf, 0x75, 0x6b, 0x4c, 0x31, 0x40, 0x4b, 0xf, 0x62, 0xa5, 0x65, 0x0, 0x94, 0xc0, 0x81}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x18, 0xf1, 0x1d, 0x7c, 0x7f, 0x11, 0xec, 0x54, 0x12, 0xb2, 0x8a, 0x75, 0xf0, 0xbf, 0x68, 0xa8, 0xd6, 0x82, 0xc1, 0xc6, 0x9f, 0xf3, 0x8a, 0x8b, 0x17, 0x7c, 0xdd, 0x20, 0x6d, 0xc1, 0x35, 0x6f}} return a, nil } -var _epochAdminDeploy_epochCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x92\xc1\x6b\xea\x40\x10\xc6\xef\xf9\x2b\x06\x0f\x0f\x05\x11\x1e\x3c\xe4\xe1\x4d\xd2\x5a\xc4\x42\x15\x69\x7b\x10\x0f\xdb\xcd\x34\x06\x93\xd9\x30\x3b\x8b\x95\xe2\xff\x5e\x62\x22\x35\x31\x26\xb6\x1e\x16\xf3\xcd\xf7\x6d\x26\x33\xbf\x28\x49\x0d\x0b\x4c\x62\xb3\xf3\x63\x67\x05\x79\xe1\xc3\x3b\x9b\x04\x3a\x25\xad\xe3\x79\xc2\x8a\xac\xd2\x12\x19\xea\x92\x4a\x70\x04\x4b\xe1\x88\xc2\x3e\x78\x70\xf6\xd3\x26\xc0\x11\xac\x9e\xa7\x24\xff\xd7\xfd\x72\xc9\x31\x23\xc9\x7d\x6a\xf4\xc6\x37\x8e\x04\x79\x04\x99\x71\xf8\xaf\x6c\x24\x97\xbc\x44\xb8\xb3\x53\x3a\x7a\xdb\x4c\x4b\x51\xdb\x88\xc2\xb1\x3b\x36\xd7\xe6\xbe\x9b\x3d\xcc\x37\xca\xe2\x55\x9f\x6f\xe2\x18\xb5\x18\x2e\xbe\xde\xe6\xce\xbf\xc3\xb2\x73\xf2\xf8\xf4\x6a\x5d\x9a\xc6\xfb\x29\x69\x46\x65\x71\x8e\xac\x91\x44\x85\xd9\xdd\x93\xe8\xa3\x7a\x37\x2b\x0a\x4c\xb2\x34\x8e\xf5\xf7\xf4\x2a\xc3\xbb\x78\xf5\xaa\xb4\x87\x41\xf1\xaf\x3a\xd9\x53\xfd\x6a\x60\xe1\x57\x22\xc1\x36\x9c\xbb\xb7\x19\xee\xb3\x48\xde\xcb\xba\x07\x9f\x9e\x07\x90\x32\xa6\x8a\xb1\x6b\xa3\x90\xb2\x15\x29\x27\x9b\xee\x38\x08\x7c\x43\xc2\x4a\x4b\x0f\xfe\x8c\xb5\xce\x16\x58\x04\x00\x72\xeb\x40\x17\x0e\x3b\x50\x41\x50\x50\x92\x9d\xb5\x8c\x64\xe7\x0d\x80\xd4\x88\x2d\xb4\x54\x84\x5b\xb1\xb9\x56\xa9\x34\x5f\x47\xd2\xa5\x76\x19\xaa\xc1\xaa\x4e\xfd\x09\x64\x4d\xd5\x26\xf4\xce\x9f\xda\x01\x5c\x83\xb2\xbf\xc0\xb0\x21\xd6\x0c\x63\x1e\x3c\x21\xe9\x01\x1c\xbc\xc3\x57\x00\x00\x00\xff\xff\x4b\x08\x37\x75\xa8\x04\x00\x00" +var _epochAdminDeploy_epochCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x92\x41\x6b\xf2\x40\x10\x86\xef\xf9\x15\x83\x87\x0f\x05\x11\x3e\x28\x52\xbc\x49\x5a\x8b\x58\xa8\x22\x6d\x0f\xe2\x61\xbb\x19\x62\x30\x99\x0d\xb3\xb3\x58\x29\xfe\xf7\x12\x13\xa9\x89\x31\xb1\xcd\x61\x49\x66\xde\x77\x32\x3b\xf3\x44\x49\x6a\x58\xa0\x33\x89\xcd\xce\x8f\x9d\x15\xe4\x85\xdf\xf1\x3c\x61\x45\x56\x69\x89\x0c\x75\x49\x25\x38\x82\xa5\x70\x44\x61\x1f\x3c\x38\x7b\xb4\x09\x70\x04\xab\xd7\x29\xc9\xfd\xba\x5f\x4e\x39\x66\x24\x79\x4c\x8d\xde\xf8\xc6\x91\x20\x8f\x20\x13\x0e\xef\xca\x42\x72\xc9\x5b\x84\x3b\x3b\xa5\xa3\xb6\x4d\xb4\x14\xb5\x8d\x28\x1c\xbb\x63\x73\x6d\xea\x87\xd9\xd3\x7c\xa3\x2c\x5e\xd5\xf9\x26\x8e\x51\x8b\xe1\xe2\xf6\x36\x57\xfe\x1f\x96\x95\x93\xe7\x97\x77\xeb\xd2\x34\xde\x4f\x49\x33\x2a\x8b\x73\x64\x8d\x24\x2a\xcc\x6a\x4f\xa2\xcf\x6a\x6d\x56\x14\x98\x64\x69\x1c\xeb\x9f\xe9\x55\x86\x77\xf1\xeb\x55\x69\x0f\x83\xe2\xad\x3a\xd9\x53\xfe\xaa\x61\xe1\x57\x2c\xc1\x36\x9c\xbb\x8f\x19\xee\x33\x4b\xde\xcb\xba\x07\x5f\x9e\x07\x90\x32\xa6\x8a\xb1\x6b\xa3\x90\xb2\x15\x29\x27\x9b\xee\x38\x08\x7c\x43\xc2\x4a\x4b\x0f\xfe\x8d\xb5\xce\x16\x58\x18\x00\x72\xe9\x40\x17\x0a\x3b\x50\x41\x50\x50\x92\x9d\xb5\x8c\x64\xe7\x0d\x80\xd4\x04\x5b\x68\xa9\x04\x6e\xc5\xe6\x5a\xa6\xd2\x7c\x1d\x49\x97\xb1\x4b\x53\x0d\x56\x75\xd1\xdf\x40\xd6\x94\x6d\x42\xef\xfc\xab\x1d\xc0\x35\x28\xfb\x07\x0c\x1b\x6c\xcd\x30\xe6\xc6\x13\x92\x1e\xc0\xc1\x3b\x7c\x07\x00\x00\xff\xff\x00\x39\x65\xcd\x95\x04\x00\x00" func epochAdminDeploy_epochCdcBytes() ([]byte, error) { return bindataRead( @@ -1305,7 +1284,7 @@ func epochAdminDeploy_epochCdc() (*asset, error) { } info := bindataFileInfo{name: "epoch/admin/deploy_epoch.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xc0, 0xec, 0x40, 0x48, 0x4, 0x2f, 0x71, 0x7b, 0xd8, 0xb, 0xbb, 0x6b, 0xa7, 0x3c, 0x3f, 0x5f, 0x22, 0x3e, 0x7d, 0xb, 0x7f, 0x80, 0x8, 0x21, 0xc3, 0x66, 0x12, 0xb4, 0x70, 0xd2, 0x99, 0xc7}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x7d, 0x18, 0xce, 0xb3, 0x85, 0x46, 0xb6, 0x72, 0xb8, 0x2, 0xbf, 0x95, 0xe6, 0x3d, 0xf3, 0xbc, 0xb7, 0xf4, 0x7d, 0x8c, 0x3a, 0x2f, 0xef, 0x70, 0x29, 0xc6, 0x57, 0xa4, 0xe6, 0x6a, 0xae, 0x24}} return a, nil } @@ -1329,7 +1308,7 @@ func epochAdminDeploy_qc_dkgCdc() (*asset, error) { return a, nil } -var _epochAdminPay_rewardsCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x54\x90\x4f\x6b\xc3\x30\x0c\xc5\xef\xfe\x14\x22\x87\x92\xc0\x48\xef\x65\x5b\xd9\xbf\xb2\xde\xca\x3a\x76\x57\x12\xb5\x36\x73\x2d\xa3\x28\x0d\x61\xf4\xbb\x8f\x24\x5d\x96\xea\x26\xfc\x9e\xde\xf3\xcf\x9d\x22\x8b\xc2\xc6\x73\xfb\x16\xb9\xb4\x70\x10\x3e\x41\x32\xed\x89\x99\x29\xb6\xaf\x9f\x58\x78\xda\x2b\x7e\xbb\x70\x9c\x49\x6f\x1f\x12\x63\x96\xcb\x25\xec\xb0\xab\x41\x2d\x81\x50\x8b\x52\xd5\x70\x60\x19\xf6\x28\x74\x76\xdc\xd4\x40\x7d\xc2\xa0\xdd\x1e\x6e\x94\x16\xcf\x04\xe8\x85\xb0\xea\xa0\x20\x0a\x10\xd1\x55\x77\xa3\x1b\xbb\x13\x05\x85\xd6\x79\x0f\x81\x15\x2c\xc6\x48\xc1\x18\x15\x0c\x35\x96\xea\x38\xc0\x8f\x01\x80\x3e\x28\xa2\x50\x5a\xbb\x63\x20\x59\x01\x36\x6a\xd3\x67\x16\xe1\xf6\x0b\x7d\x43\x19\x2c\x9e\xca\x92\x9b\xa0\xd9\xd5\xd1\x8f\x27\x05\x4b\x28\x5a\x10\x2a\x3c\xc0\xe8\xce\x6b\x65\xc1\x23\xe5\xc5\xe0\xbf\x5f\x4c\x88\xf2\xf7\x3f\xf1\x63\xda\x23\x59\xfd\xd3\xcc\xa7\x3b\xfb\xd1\xbd\x43\xb5\xd9\x94\xd4\xcf\x7a\x0d\x11\x83\x2b\xd3\xe4\x85\x1b\x5f\x0d\x3f\x1a\x23\x66\x25\x06\xd2\xd7\x02\x10\x51\x6d\x92\x99\xe9\xca\x24\xcb\x23\x76\x1f\x23\xc1\x0d\xcb\xee\x4a\x79\x28\x92\x8e\xa1\x17\x73\xf9\x0d\x00\x00\xff\xff\x18\x65\x13\x72\xf1\x01\x00\x00" +var _epochAdminPay_rewardsCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x54\x90\xcf\x6a\xf3\x30\x10\xc4\xef\x7a\x8a\xc5\x87\x60\xc3\x87\x73\x0f\x5f\x1b\xfa\x2f\x34\xb7\xd0\x94\xde\xd7\xf6\x26\x12\x55\xb4\x62\xbd\x8e\x31\x25\xef\x5e\x6c\xa5\x6e\xba\x37\x49\xf3\x9b\x59\x8d\x3b\x45\x16\x85\x6c\xe3\xb9\x7f\x89\x5c\xdb\xcc\xdc\x5e\x6d\x9f\xdf\xb1\xf2\xb4\x57\xfc\x74\xe1\x98\x19\xb3\x5c\x2e\x61\x87\x43\x0b\x6a\x09\x84\x7a\x94\xa6\x85\x03\xcb\x74\x8e\x42\x67\xc7\x5d\x0b\x34\x3a\x4d\xda\xed\xe1\x8f\xd2\xe2\x99\x00\xbd\x10\x36\x03\x54\x44\x01\x22\xba\xe6\x5f\xa2\x71\x38\x51\x50\xe8\x9d\xf7\x10\x58\xc1\x62\x8c\x14\x8c\x51\xc1\xd0\x62\xad\x8e\x03\x7c\x19\x00\x18\x83\x22\x0a\xe5\xad\x3b\x06\x92\x15\x60\xa7\x36\x7f\x64\x11\xee\x3f\xd0\x77\x54\xc0\xe2\xa1\xae\xb9\x0b\x5a\x5c\x89\x71\x3c\x29\x58\x42\xd1\x8a\x50\xe1\x0e\x12\x5d\xb6\xca\x82\x47\x2a\xab\x89\xff\xbf\x98\xab\x28\x5f\x7f\xc4\xf7\xf9\x41\xf8\xb4\x82\xdf\xa7\xd9\x67\x9f\xe8\x1d\xaa\x2d\xe6\xa4\x71\xd6\x6b\x88\x18\x5c\x9d\x67\x4f\xdc\xf9\x66\xfa\x51\x8a\xb8\x59\x62\xb4\x85\xeb\x02\x10\x51\x6d\x56\x98\xd9\x65\x96\x95\x11\x87\xb7\xd4\xe0\x86\x65\x77\x6d\x79\x5a\x24\x4f\xa1\x17\x73\xf9\x0e\x00\x00\xff\xff\x74\x52\x9e\x77\xca\x01\x00\x00" func epochAdminPay_rewardsCdcBytes() ([]byte, error) { return bindataRead( @@ -1345,7 +1324,7 @@ func epochAdminPay_rewardsCdc() (*asset, error) { } info := bindataFileInfo{name: "epoch/admin/pay_rewards.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xc5, 0x44, 0xb, 0xf, 0x17, 0x22, 0x70, 0x23, 0x47, 0x80, 0xe0, 0x8d, 0xa, 0x3c, 0x31, 0x58, 0xc8, 0xd8, 0xe5, 0x97, 0x7b, 0xb3, 0x3b, 0x2a, 0x68, 0x2, 0xa, 0xcf, 0xcb, 0xe8, 0x50, 0x83}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x41, 0x8d, 0x40, 0x67, 0xff, 0x6e, 0x20, 0xfe, 0x3e, 0xa9, 0xa3, 0x6, 0x17, 0x52, 0xf1, 0x19, 0xfb, 0x10, 0x8b, 0x27, 0x40, 0xc, 0xa2, 0xb, 0xe8, 0x89, 0x98, 0x5e, 0x4e, 0x92, 0x24, 0xe4}} return a, nil } @@ -1369,7 +1348,7 @@ func epochAdminRecover_epochCdc() (*asset, error) { return a, nil } -var _epochAdminReset_epochCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x53\x4d\x6f\xdb\x38\x10\xbd\xeb\x57\x0c\x7c\xc8\xda\x88\x23\x23\xc0\x62\x0f\xc6\xee\x06\x59\x27\x0b\x04\xbd\xa4\x70\x9a\x4b\xd1\xc3\x48\x1a\x4b\x84\x25\x8e\xc0\x19\xc5\x35\x8a\xfc\xf7\x82\xa4\x3f\xa4\x42\x4d\xe2\x93\x49\xbe\xf7\xf8\xf8\xde\xc8\x34\x2d\x3b\x85\xff\x6b\xde\xdd\xb7\x9c\x57\xb0\x71\xdc\xc0\xe4\xb4\x9e\x24\x3d\xc4\xc3\xdd\x13\x66\x35\xad\x15\xb7\xc6\x96\x3d\xe8\xf0\x60\x92\x24\x8b\x05\x3c\x55\x04\x8e\x84\x34\xea\xaa\x43\x2b\x98\xab\x61\x0b\x64\x0b\x01\xad\x08\xf2\xce\x39\xb2\x0a\x14\x20\xc6\x86\xcd\xb3\x17\x69\xd0\x29\xe4\x6c\xd5\x61\xae\x5e\x14\x6d\x01\x19\x95\xc6\x0a\x20\x58\xda\x1d\x98\x3b\xa3\x55\xe0\x96\xe6\x85\xac\x67\x6c\x4c\xd9\x39\xf4\xb7\xa5\xc1\xc9\x19\x8b\xf5\x0e\xf7\x02\x15\x8a\x17\x0c\x2e\xb8\xb3\x4a\xee\xe8\x26\xdc\xbd\x8a\x7b\x97\xd7\x91\xde\x77\x2f\x64\x0b\x72\xd0\x74\xa2\xd0\x3a\x7e\x31\x05\x05\x19\x2f\x37\x22\x01\xd3\x8c\x36\xec\x22\x26\x04\x02\x8a\x5b\x12\x68\x6b\xcc\x69\x06\xe8\x9f\x22\xb8\x21\xdd\x43\x43\x79\x85\xd6\x48\x93\x26\x8b\x85\xd7\xbb\xeb\x9c\x4f\xda\x92\xee\xd8\x6d\x41\x5a\x76\x5b\x99\x07\xa9\x8c\x59\x45\x1d\xb6\x2d\x15\xde\x87\x72\xce\x35\x88\xa2\x12\x18\xf1\x61\xc6\x84\x62\x94\xd3\xd1\xc7\xcd\xe6\xc7\x50\x7b\x4d\x19\x81\x4e\xa8\x00\x65\xf0\x6e\xca\xe8\x3c\x86\x77\x8c\xea\x03\x55\x85\xe9\x18\xcb\x43\x79\xd4\x0d\x5c\xc2\xf5\x6c\x0e\xc2\xa0\x15\x2a\x18\xfd\x43\xbc\x9e\x18\x51\x3f\x22\xa1\xe2\x63\x63\x6f\xbc\x3d\x8d\xb3\x67\x64\xd8\x59\xc5\x5d\x5d\x00\xdb\x7a\x0f\x19\xc5\xf7\x9d\x86\x86\x3b\x6d\x3b\x05\xde\x0c\xb5\xa1\x53\x53\x1b\xdd\x2f\xbd\x22\x84\xd5\x21\x85\x10\xd6\x95\x7e\xbf\x42\x57\x4a\x92\xf4\x2e\x1a\x7b\xd8\x12\xbe\x3c\x58\xfd\xeb\xcf\x79\x02\xbd\x9f\x43\x5b\x70\xb3\xe6\xce\xe5\xb4\x84\xb5\xfa\x9e\x87\x08\x51\x74\xfa\x6c\x68\x37\x2e\x20\xf1\x63\xbb\xb7\xc5\xef\x31\x34\x3c\x9c\xc1\x8f\x24\x9c\xb7\x8e\x5a\x74\x34\x15\x53\x5a\x6f\x10\x3b\xad\xa6\xff\xb1\x73\xbc\x7b\xc6\xba\xa3\x19\x5c\xdc\xe6\xa1\x6b\x4f\x39\xaa\xd5\x74\xf8\x52\x6f\x8b\xc6\x58\xf8\x07\x22\x3d\x15\x65\x87\x25\xa5\x59\x10\xf8\xfb\xe2\x34\x15\x69\x00\xfe\x3b\xf5\xa3\xb0\x3c\x0f\x4b\x8a\x7e\x7b\x1d\x59\x8f\xa8\xd5\x6c\x60\xfa\xe6\x06\x5a\xb4\x26\x9f\x4e\x56\xa1\x34\xcb\x0a\x51\x1a\x2a\x42\xa7\x19\xa1\xc6\xe9\x3a\x5c\x0c\x2d\x6a\x35\x99\x25\x27\x95\xb3\xc9\xf4\x3c\xd7\xe3\xd5\x8c\x6c\x0e\x23\xfc\xf5\x37\xec\xad\xbf\x7a\x9b\xd7\xaf\xf3\xf4\xf7\x7d\xca\xa0\xe2\xe1\xfa\x1d\xf2\xa9\x7b\xfa\x10\x3c\xe7\xba\xa6\x5c\xd9\xad\xea\x4e\x94\x9c\x2c\xe1\xeb\xb7\xf7\x38\x11\xfa\x79\xf5\x11\x70\xb1\x2d\x1f\xbb\xec\x13\xed\x03\x38\x56\xfe\x9a\xbc\x26\x3f\x03\x00\x00\xff\xff\x12\x4d\x3d\x2b\x82\x06\x00\x00" +var _epochAdminReset_epochCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x53\x4d\x6b\xdb\x40\x10\xbd\xeb\x57\x0c\x3e\xa4\x36\x71\x64\x02\xa5\x07\xd3\x36\xa4\x4e\x0a\xa1\x97\x14\xa7\xb9\x94\x1e\x46\xd2\x58\x5a\x2c\xed\x88\x9d\x51\x5c\x53\xf2\xdf\xcb\xee\xfa\x4b\x45\x4d\xa2\x93\x76\xf5\xde\xdb\xb7\xef\x8d\x4c\xd3\xb2\x53\x18\x7d\xad\x79\x73\xdb\x72\x5e\x8d\x92\xd3\xad\xbb\x9b\x07\xcc\x6a\x5a\x2a\xae\x8d\x2d\x47\x49\x32\x9b\xc1\x43\x45\xe0\x48\x48\x03\x1e\xd4\xa1\x15\xcc\xd5\xb0\x05\xb2\x85\x80\x56\x04\x79\xe7\x1c\x59\x05\x0a\x10\x63\xc3\xe6\xe1\x0c\x90\x06\x9d\x42\xce\x56\x1d\xe6\xea\x45\xd1\x16\x90\x51\x69\xac\x00\x82\xa5\xcd\x8e\xb9\x31\x5a\x05\x6e\x69\x9e\xc8\x7a\xc6\xca\x94\x9d\x43\x7f\x5a\x1a\x9c\x1c\xb1\x58\x6f\x70\x2b\x50\xa1\x78\xc1\xe0\x82\x3b\xab\xe4\xf6\x6e\xc2\xd9\x8b\xb8\x77\x7e\x19\xe9\xa7\xee\x85\x6c\x41\x0e\x9a\x4e\x14\x5a\xc7\x4f\xa6\xa0\x20\xe3\xe5\x06\x24\x60\x9c\xd1\x8a\x5d\xc4\x84\x40\x40\x71\x4d\x02\x6d\x8d\x39\x4d\x00\xfd\x55\x04\x57\xa4\x5b\x68\x28\xaf\xd0\x1a\x69\xd2\x64\x36\xf3\x7a\x37\x9d\x33\xb6\x04\x4b\xba\x61\xb7\x06\x69\xd9\xad\x65\x1a\xa4\x32\x66\x15\x75\xd8\xb6\x54\x78\x1f\xca\x39\xd7\x20\x8a\x4a\x60\xc4\x87\x19\x13\x8a\x51\x8e\x07\x2f\x37\x99\xee\x43\x3d\x69\xca\x08\x74\x42\x05\x28\x83\x77\x53\x46\xe7\x31\xbc\x7d\x54\x6f\xa8\x6a\xe5\xb8\x19\xcc\x43\x79\xd0\x0d\x9c\xc3\xe5\x64\x0a\xc2\xa0\x15\x2a\x18\x7d\x27\x5e\x4f\x8c\xa8\x1f\x91\x50\xf1\xbe\xb1\x17\xee\x9e\xc6\xd9\x33\xd2\xef\xac\xe2\xae\x2e\x80\x6d\xbd\x85\x8c\xe2\xfd\x0e\x43\xc3\x9d\xb6\x9d\x02\xaf\xfa\xda\xd0\xa9\xa9\x8d\x6e\xe7\x5e\x11\xc2\x6a\x97\x42\x08\xeb\x42\x7f\x5f\xa0\x2b\x25\x49\x4e\x0e\x1a\xba\xd8\x1c\x7e\xdc\x59\xfd\xf0\x7e\x9a\xc0\xc9\xe3\xd0\x16\xdc\x2c\xb9\x73\x39\xcd\x61\xa9\xbe\xe7\x3e\x42\x14\x9d\x3e\x1a\xda\x0c\x0b\x48\xfc\xd9\x6e\x6d\xf1\x7f\x0c\xf5\x3f\x4e\xe0\x4f\x12\xbe\xb7\x8e\x5a\x74\x34\x16\x53\x5a\x6f\x10\x3b\xad\xc6\x5f\xd8\x39\xde\x3c\x62\xdd\xd1\x04\xce\xae\xf3\xd0\xb5\xa7\xec\xd5\x6a\xda\xfd\xa9\xd7\x45\x63\x2c\x7c\x82\x48\x4f\x45\xd9\x61\x49\x69\x16\x04\x3e\x9e\x1d\xa6\x22\x0d\xc0\xcf\x63\x3f\x0a\xf3\xe3\xb0\xa4\xe8\xb7\x97\x91\x75\x8f\x5a\x4d\x7a\xa6\xaf\xae\xa0\x45\x6b\xf2\xf1\x68\x11\x4a\xb3\xac\x10\xa5\xa1\x22\x74\x9a\x11\x6a\x9c\xae\xdd\xc1\xd0\xa2\x56\xa3\x49\x72\x50\x39\x9a\x4c\x8f\x73\x3d\x5c\xcd\xc0\x66\x3f\xc2\x7f\x9f\x7e\x6f\xa7\xab\x97\x79\xa7\x75\x1e\x5e\x5f\xa7\xf4\x2a\xee\xaf\x5f\x21\x1f\xba\xa7\x37\xc1\x73\xae\x6b\xca\x95\xdd\xa2\xee\x44\xc9\xc9\x1c\x7e\xfe\x7a\x8d\x13\xa1\xdf\x17\x6f\x01\x17\xeb\xf2\xbe\xcb\xbe\xd1\x36\x80\x63\xe5\xcf\xc9\x73\xf2\x37\x00\x00\xff\xff\xa3\xbf\x66\x12\x5b\x06\x00\x00" func epochAdminReset_epochCdcBytes() ([]byte, error) { return bindataRead( @@ -1385,11 +1364,11 @@ func epochAdminReset_epochCdc() (*asset, error) { } info := bindataFileInfo{name: "epoch/admin/reset_epoch.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xe8, 0x2c, 0xf0, 0xa9, 0xd5, 0x3f, 0xb4, 0x42, 0x85, 0x42, 0x5a, 0xbb, 0xe2, 0x54, 0xb2, 0xdd, 0x90, 0x88, 0xc7, 0x55, 0xbe, 0x47, 0x6b, 0x78, 0xd0, 0xf3, 0x25, 0x54, 0xf6, 0xe9, 0x7a, 0x2b}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xd4, 0xaa, 0x1d, 0xce, 0xa6, 0xcf, 0x36, 0xeb, 0xcb, 0xa0, 0x21, 0x1d, 0x9e, 0x5b, 0x19, 0x50, 0xaa, 0xa8, 0x36, 0x9a, 0xea, 0xf5, 0xca, 0x1b, 0xe1, 0x5d, 0x14, 0xfb, 0x9f, 0x2f, 0xbc, 0xd3}} return a, nil } -var _epochAdminSet_automatic_rewardsCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x90\xb1\x4e\xc4\x30\x10\x44\xfb\x7c\xc5\x2a\xc5\x29\x69\xfc\x01\x11\x70\xca\xa1\xa3\x46\x20\xd1\xef\xd9\xcb\xc5\x92\xe3\xb5\x36\x6b\xa5\x40\xf7\xef\xc8\x31\xe4\x1a\x98\xce\x96\x67\xe6\x79\xfc\x9c\x58\x14\x5e\x02\xaf\xe7\xc4\x76\x82\x4f\xe1\x19\xda\xfd\xdc\x36\x8d\x0a\xc6\x05\xad\x7a\x8e\x1d\x66\xe5\x19\xd5\xdb\x37\x5a\x51\xdc\x72\x8e\x78\x09\xe4\x06\x38\x31\x87\x1e\xbe\x1a\x00\x80\x24\x94\x50\xa8\x5b\xfc\x35\x92\x0c\x80\x59\xa7\xee\xc4\x22\xbc\x7e\x60\xc8\xd4\xc3\x61\xb4\x96\x73\xd4\x5f\x47\x51\x20\x05\x2a\x95\xa3\x9b\x7d\x84\x47\xa8\x76\xb3\x28\x0b\x5e\xc9\x5c\xb6\x80\x87\xc3\x8e\x66\xb6\x87\x4f\x5d\x21\x1e\xee\x3f\x30\x58\xae\xdf\xab\xeb\x15\x75\xea\xf7\x8a\xa2\xe3\x11\x12\x46\x6f\xbb\xf6\x99\x73\x70\x10\x59\xa1\x46\xc3\x66\xac\x03\xfc\x94\x42\x42\x9d\xda\xbe\xd9\x13\xee\x80\x26\x27\x87\x4a\xe3\xdf\x83\xfc\x37\x54\x65\xb9\x35\xb7\xef\x00\x00\x00\xff\xff\x14\xdd\x64\x3c\x78\x01\x00\x00" +var _epochAdminSet_automatic_rewardsCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x90\xc1\x4e\x84\x40\x0c\x86\xef\x3c\xc5\x1f\x0e\x1b\xb8\xf0\x00\x44\xdd\xb0\x66\x3d\x1b\x4d\xbc\x77\x87\xba\x4c\x32\x4c\x27\xa5\x13\x0e\x66\xdf\xdd\x00\xca\x5e\xb4\xc7\xa6\xdf\xf7\xff\xa9\x1f\x93\xa8\xa1\x7c\x09\x32\x9f\x93\xb8\xa1\x2c\x0a\x53\x8a\x13\x39\xf3\x12\x2b\xca\x26\x23\x99\x77\x6f\x3c\x93\xf6\xd3\x39\xd2\x25\x70\xdf\xe2\x24\x12\x6a\x7c\x15\x00\x90\x94\x13\x29\x57\x93\xbf\x46\xd6\x16\x94\x6d\xa8\x4e\xa2\x2a\xf3\x07\x85\xcc\x35\x0e\x9d\x73\x92\xa3\xfd\x12\xcb\x04\x36\xf0\x12\xd9\xf5\xa3\x8f\x78\xc4\x86\x37\x93\x89\xd2\x95\x9b\xcb\x2a\x78\x38\xec\xd5\x9a\xf5\xf0\xa9\xfa\x54\x19\x5b\xdc\xd7\xb4\xac\xdf\x37\xea\x95\x6c\xa8\xf7\x88\x65\x8e\x47\x24\x8a\xde\x55\xe5\xb3\xe4\xd0\x23\x8a\x61\x53\x63\x05\xb1\xe8\xf0\x13\x8a\x44\x36\x94\x75\xb1\x1b\xee\x05\x9b\x9c\x7a\x32\xee\xfe\x7e\xc8\x7f\x8f\xda\xba\xdc\x8a\xdb\x77\x00\x00\x00\xff\xff\x73\x24\x1e\xc6\x69\x01\x00\x00" func epochAdminSet_automatic_rewardsCdcBytes() ([]byte, error) { return bindataRead( @@ -1405,7 +1384,7 @@ func epochAdminSet_automatic_rewardsCdc() (*asset, error) { } info := bindataFileInfo{name: "epoch/admin/set_automatic_rewards.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xbb, 0xd6, 0xdc, 0xeb, 0xa4, 0xe1, 0xef, 0xb3, 0x7b, 0x5, 0x20, 0x54, 0xbe, 0xeb, 0xff, 0x1b, 0x2a, 0xcd, 0xde, 0xf5, 0x11, 0xeb, 0x9e, 0x29, 0xb, 0xa3, 0x57, 0x6f, 0x14, 0x6d, 0xa8, 0x16}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xa5, 0xc6, 0x6b, 0xa, 0x53, 0xd6, 0x26, 0x7c, 0x52, 0xfc, 0x53, 0xbe, 0x50, 0x8f, 0x59, 0x7a, 0x77, 0x4c, 0xd, 0x4a, 0xe5, 0xd4, 0x99, 0x43, 0x1d, 0xf9, 0xf5, 0x84, 0xd, 0xa9, 0xaa, 0x65}} return a, nil } @@ -1429,7 +1408,7 @@ func epochAdminSet_bonus_tokensCdc() (*asset, error) { return a, nil } -var _epochAdminUpdate_clustersCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x90\x41\x4b\xf4\x30\x10\x86\xef\xfd\x15\x43\x0f\x4b\x7b\x09\x7c\x97\xef\x50\xd4\x65\x5d\x14\xbc\x88\x20\x7a\x1f\xd3\x71\x1b\x48\x33\x61\x32\xa1\x07\xd9\xff\x2e\x69\xb4\x05\xe7\x96\x90\x67\xde\x27\xaf\x9b\x23\x8b\xc2\xa3\xe7\xe5\x21\xb2\x9d\xe0\x53\x78\x86\x76\x3b\xb7\x4d\xa3\x82\x21\xa1\x55\xc7\xa1\x0b\xb4\x3c\xe7\xf9\xec\x73\x52\x92\x34\xc0\xdb\x53\xd0\x7f\xff\x7b\xf8\x6a\x00\x00\xa2\x50\x44\xa1\x2e\xb9\x4b\x20\x19\x00\xb3\x4e\xdd\x3d\x8b\xf0\xf2\x8e\x3e\x53\x0f\x87\x93\xb5\x9c\x83\x16\x62\x45\xca\x78\x52\xa0\x12\x76\x1a\x67\x17\xe0\x16\x2a\x6f\x92\xb2\xe0\x85\xcc\xc7\xba\xe1\xe6\xb0\x49\x99\xf5\xe1\x5d\x57\x5c\x87\xdd\xdd\x60\xb9\x7e\xad\xd4\x0b\xea\xd4\x6f\x11\x65\x8e\x47\x88\x18\x9c\xed\xda\x33\x67\x3f\x42\x60\x85\xba\x1a\x56\xb0\x7e\xfd\x27\x14\x22\xea\xd4\xf6\xbb\xe4\x2e\x68\x72\x1c\x51\xa9\xf4\xc0\xde\x93\x55\x96\xdf\x42\xfe\xf4\x53\xf3\xaf\xcd\xf5\x3b\x00\x00\xff\xff\xa4\x93\x38\x91\x66\x01\x00\x00" +var _epochAdminUpdate_clustersCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x90\x31\x4b\xc4\x40\x10\x85\xfb\xfc\x8a\x47\x8a\x23\x69\x02\x36\x16\x41\x3d\xce\x43\xc1\x46\x04\xd1\x7e\xdc\x8c\x97\xc0\x66\x67\x99\xcc\x92\x42\xee\xbf\xcb\x26\x7a\x81\x9b\xf2\x31\xdf\x7b\x8f\x37\x8c\x51\xd4\x50\x3e\x7b\x99\x9f\xa2\xb8\xbe\x2c\x0a\x53\x0a\x13\x39\x1b\x24\x54\x81\xe7\xd7\x34\x1e\x7d\x9a\x8c\x75\x6a\xf1\xf1\x12\xec\xe6\xb6\xc6\x4f\x01\x00\x51\x39\x92\x72\x35\x0d\xa7\xc0\xda\x82\x92\xf5\xd5\xa3\xa8\xca\xfc\x49\x3e\x71\x8d\xdd\xc1\x39\x49\xc1\x32\xb1\x20\xf9\x3c\x1b\x38\x87\x1d\xba\x71\x08\xb8\xc7\xca\x37\x93\x89\xd2\x89\x9b\xaf\xc5\xe1\x6e\x77\x29\xd5\x2c\x8f\x0f\xd5\xb7\xca\xd8\x62\x93\x29\xcb\xef\x2b\xf5\x46\xd6\xd7\x97\x88\x7c\xfb\x3d\x22\x85\xc1\x55\xe5\x51\x92\xef\x10\xc4\xb0\x5a\x63\x01\x91\xed\xf0\x17\x8a\x48\xd6\x97\xf5\x56\x72\x2b\xd8\xa4\xd8\x91\x71\xde\x41\xbc\x67\x67\xa2\xff\x83\x5c\xed\xb3\xe6\x9f\x8b\xf3\x6f\x00\x00\x00\xff\xff\xe0\x08\x07\x53\x57\x01\x00\x00" func epochAdminUpdate_clustersCdcBytes() ([]byte, error) { return bindataRead( @@ -1445,11 +1424,11 @@ func epochAdminUpdate_clustersCdc() (*asset, error) { } info := bindataFileInfo{name: "epoch/admin/update_clusters.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xc3, 0x2d, 0x63, 0x8c, 0xa3, 0x90, 0x7, 0x27, 0x5f, 0x26, 0x35, 0x5c, 0xa4, 0x14, 0xfc, 0xe7, 0x15, 0xcf, 0x58, 0xf0, 0x63, 0xa9, 0x64, 0xac, 0x59, 0x2f, 0x89, 0xc9, 0x99, 0x40, 0x69, 0xf8}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x2e, 0x1e, 0xda, 0x2a, 0x27, 0xb1, 0xa4, 0x84, 0x71, 0x6e, 0x5d, 0x91, 0xf3, 0x19, 0xe2, 0x41, 0xd, 0x3d, 0xfa, 0x16, 0xc3, 0xb, 0xde, 0x87, 0xba, 0x41, 0xbf, 0xa0, 0x8a, 0xc, 0x28, 0x62}} return a, nil } -var _epochAdminUpdate_dkg_phase_viewsCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x54\x90\x4d\x4b\xc4\x30\x10\x86\xef\xfd\x15\x43\x0f\x4b\x7a\xc9\x49\x3c\x14\x75\x59\x3f\x11\x2f\x0b\xe2\xde\xc7\x74\xdc\x04\xda\x4c\x48\x26\xf4\x20\xfb\xdf\x25\x8d\xb6\x38\xb7\x84\xbc\xef\xf3\x64\xdc\x14\x38\x0a\x3c\x8f\x3c\x3f\x05\x36\x16\xbe\x22\x4f\xd0\xae\xe7\xb6\x69\x24\xa2\x4f\x68\xc4\xb1\x57\x9e\xe6\xa3\xc5\x44\x27\x47\x73\xea\xe1\xe3\xd5\xcb\xf5\x55\x07\xdf\x0d\x00\x40\x88\x14\x30\x92\x4a\xee\xec\x29\xf6\x80\x59\xac\xba\xe7\x18\x79\x3e\xe1\x98\xa9\x83\xdd\xc1\x18\xce\x5e\xfe\x12\x65\x46\x12\xa0\x82\x3a\x0c\x93\xf3\x70\x0b\x35\xae\x93\x70\xc4\x33\xe9\xcf\xa5\xe0\x66\xb7\x2a\xe9\xe5\xe1\x9d\x2a\xa6\xfd\x66\xae\xb1\x5c\xbf\xd7\xd4\x11\xc5\x76\x2b\xa2\xcc\x7e\x0f\x01\xbd\x33\xaa\x7d\xe0\x3c\x0e\xe0\x59\xa0\x56\xc3\x12\xac\x1f\xff\x85\x42\x40\xb1\x6d\xd7\xac\x0d\x9b\xa0\xce\x61\x40\xa1\xc7\xb7\x97\x6d\x11\xff\xd7\x52\xb9\x97\xe6\xf2\x13\x00\x00\xff\xff\x94\xd7\x29\x1e\x5c\x01\x00\x00" +var _epochAdminUpdate_dkg_phase_viewsCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x54\x90\x3f\x4b\xc4\x40\x10\xc5\xfb\x7c\x8a\x47\x8a\x23\x69\x52\x89\x45\x50\x8f\xf3\x2f\x62\x73\x20\x5e\x3f\x26\xe3\xed\x42\xb2\xb3\xec\xce\x92\x42\xee\xbb\xcb\x26\x9a\xe0\x94\xc3\xbc\xdf\x6f\x78\x76\xf4\x12\x14\xe5\xf3\x20\xd3\x93\x97\xce\x94\x45\xa1\x81\x5c\xa4\x4e\xad\xb8\xca\xf1\x74\x34\x14\xf9\x64\x79\x8a\x2d\x3e\x5e\x9d\x5e\x5f\xd5\xf8\x2e\x00\xc0\x07\xf6\x14\xb8\x8a\xf6\xec\x38\xb4\xa0\xa4\xa6\xba\x97\x10\x64\x3a\xd1\x90\xb8\xc6\xee\xd0\x75\x92\x9c\xfe\x25\xf2\x0c\xac\xe0\xac\x3a\xf4\xa3\x75\xb8\xc5\x12\x6f\xa2\x4a\xa0\x33\x37\x9f\x33\xe0\x66\xb7\xbe\xd4\xcc\x87\x77\xd5\x57\x90\xb1\xc5\xb6\xa6\xbc\x7e\x5f\x52\x47\x52\x53\xaf\x8a\x3c\xfb\x3d\x3c\x39\xdb\x55\xe5\x83\xa4\xa1\x87\x13\xc5\x82\xc6\x1c\x44\xc6\xe1\x57\x0a\x4f\x6a\xca\xba\x58\x09\xdb\x83\x4d\xf2\x3d\x29\x3f\xbe\xbd\x6c\x45\xfc\xaf\x65\xf1\x5e\x8a\xcb\x4f\x00\x00\x00\xff\xff\xd9\x96\x5e\xf9\x4d\x01\x00\x00" func epochAdminUpdate_dkg_phase_viewsCdcBytes() ([]byte, error) { return bindataRead( @@ -1465,11 +1444,11 @@ func epochAdminUpdate_dkg_phase_viewsCdc() (*asset, error) { } info := bindataFileInfo{name: "epoch/admin/update_dkg_phase_views.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x82, 0xa0, 0x30, 0xce, 0xb4, 0x51, 0x7b, 0xb0, 0x89, 0x4c, 0xa1, 0x7c, 0x59, 0xaa, 0xcd, 0x18, 0xb8, 0x5d, 0x4a, 0xb, 0xca, 0x8f, 0x30, 0x58, 0xd0, 0xa4, 0x14, 0x7c, 0x48, 0x80, 0x98, 0x3}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x9b, 0xb0, 0x49, 0x87, 0x99, 0xf6, 0x98, 0x18, 0x63, 0x60, 0xdc, 0xbe, 0x54, 0xd3, 0x6d, 0x96, 0xb3, 0xbb, 0x5, 0x92, 0x7c, 0x36, 0x76, 0xe2, 0xee, 0xb1, 0x9b, 0x37, 0x67, 0xf1, 0xc3, 0x78}} return a, nil } -var _epochAdminUpdate_epoch_configCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x94\x4f\x4f\xdc\x3a\x14\xc5\xf7\xf3\x29\xce\x9b\x05\x9a\x91\xe6\x85\xcd\xd3\x5b\x8c\x5a\x10\x05\x4a\x11\x2d\x45\x82\xd2\xf5\x9d\xe4\x26\xb1\x48\xec\xc8\xbe\x21\x8b\x8a\xef\x5e\xd9\xce\xe4\xcf\xa8\x2a\x42\x55\xb3\x40\xc2\xe3\x73\xce\xbd\x3f\xdb\x57\xd5\x8d\xb1\x82\x8f\x95\xe9\x2e\x1b\x93\x96\xc8\xad\xa9\xb1\x1c\xfe\x5f\x2e\x16\x62\x49\x3b\x4a\x45\x19\xbd\xca\x9e\x8a\xbb\x92\x1c\x7f\x66\xbd\xc5\xb7\x6b\x2d\xff\xff\xb7\x81\x13\x7a\x52\xba\x98\xad\xb1\x17\x4f\x56\xd6\xf8\xb1\x00\x80\xc6\x72\x43\x96\x57\x4e\x15\x9a\xed\x16\xd4\x4a\xb9\xfa\x60\xac\x35\xdd\x23\x55\x2d\xaf\x71\x74\x96\xa6\xa6\xd5\xb2\x57\xf8\xaf\x62\x89\x8e\x67\x59\xad\x34\xde\x23\xca\x13\x27\xc6\x52\xc1\xc9\x2e\x18\xbc\x3b\x1a\xca\x4e\xc2\xc6\x93\x95\xef\x66\x3b\x76\x97\x90\x5f\xbe\x8f\xaa\x3b\x92\x72\x3d\x44\xf8\xef\xf4\x14\x0d\x69\x95\xae\x96\xe7\xa6\xad\x32\x68\x23\x88\xd6\x08\xc2\x08\xa7\x0f\x45\x43\x52\x2e\xd7\x8b\xc1\x41\xe5\xf8\x67\x4c\x52\xee\x91\x2a\x95\x05\x5a\xe7\x46\xe7\xaa\x68\x2d\x05\x86\x23\xae\x0d\x26\x3c\x47\x66\xd3\xce\x03\xb3\x58\xd3\x2d\x77\x88\x67\xf4\xa8\xb8\x73\xa8\x5b\x27\xd8\x31\x0a\xcb\x24\x6c\x21\x25\x69\x48\xc9\x70\x6d\x0d\x93\xef\x8f\x05\xa4\x33\x5c\xdc\x5c\x21\x04\xe1\xd9\x6b\x97\x63\xdf\x2f\x63\x03\xc7\xc7\xc7\xb8\x68\x19\x62\x82\x4d\x4e\xa9\x78\xd3\x1e\xfd\x9f\xa7\xce\x82\x3a\x8e\x56\x6d\x93\x91\x70\x70\x88\x31\x69\x80\x05\x15\x5d\x53\x63\x2d\xa7\x02\x63\x33\xb6\x09\x1e\x4a\xe5\xf0\xec\xc1\x06\x96\x50\x0e\x99\xd1\x0c\xa3\xc1\x94\x96\x33\x8b\x59\x5c\x8c\x49\xf0\xc9\x74\xc1\x57\xb7\xf5\x8e\xad\x2f\x38\x94\xb6\x8f\x8b\x7a\xe5\xb0\x63\xdf\x44\x54\x65\xc8\x58\xd8\xd6\x4a\xb3\x0b\xbb\x42\x31\x33\x7b\xa5\xd1\x95\x2a\x2d\xbd\x6f\xe0\x74\xad\xc3\x51\x6d\x26\x0b\xf7\x91\xcc\x59\x1b\x9e\xd2\x26\x10\x1a\x7f\xbd\xb8\xb9\x8a\xa8\x34\x73\xe6\x8f\x60\xc7\x43\xbc\x6b\xd3\x32\x9e\x84\x4f\x9f\xb4\xdf\x90\x73\xec\x92\x59\x29\xff\x42\xe9\xd4\x32\x39\xdf\xc0\x41\x39\xdb\x3d\xee\x83\x75\xec\x38\x37\x96\xdf\x5c\xec\x41\x70\xc6\x6f\x08\x9e\x27\x84\x80\x5f\xe1\x78\xa5\xb2\x59\x05\xb7\x5f\x1f\x2e\xb7\xf8\xce\x20\xe7\xda\x9a\x51\xb2\xe5\x91\x9b\xbf\x8d\x4d\xf0\xac\x58\x17\x12\x8e\xb9\xf6\x64\x5d\x4d\x55\x35\xbb\xca\xfd\x1d\xee\xf7\xe5\xc6\x82\xaa\x0a\x8d\x11\xd6\xa2\xa8\xea\x2f\x58\xff\xa0\x27\xfc\x55\x3e\x3c\x62\x9c\x4c\xc6\x4e\xc1\x12\x67\xc0\x17\x16\xca\x48\x68\xb5\x4e\x0e\x8f\xe0\xe0\xd1\x8f\xe3\x2e\x89\xe8\xc2\xae\xa0\x58\x0d\x83\xe2\xf7\x8a\x1e\x51\xd4\x8c\x53\xe7\x15\xd5\x9e\x7c\x94\x4d\x06\xd4\x64\x66\x80\x2b\xc7\xaf\x15\xfc\xd7\xe2\xdf\x8e\xe7\x65\x11\xff\xbe\xfc\x0c\x00\x00\xff\xff\x69\x95\xf0\xa2\xef\x06\x00\x00" +var _epochAdminUpdate_epoch_configCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x94\x41\x4f\xdc\x3a\x14\x85\xf7\xf3\x2b\xce\x9b\x05\xca\x48\xf3\xc2\xe6\xe9\x2d\x46\x2d\x88\x02\xa5\x88\x96\x22\x41\xe9\xfa\x4e\x72\x93\x58\x24\x76\x64\xdf\x90\x45\xc5\x7f\xaf\x6c\x67\x26\xc9\xa8\x2a\x42\x55\xb3\x98\x85\xc7\xe7\x9c\xeb\xef\xda\x57\x35\xad\xb1\x82\xe5\xc7\xda\xf4\x97\xad\xc9\xaa\xe5\x62\x21\x96\xb4\xa3\x4c\x94\xd1\x49\xfe\x54\xde\x55\xe4\xf8\x33\xeb\x0d\xbe\x5d\x6b\xf9\xff\xbf\x35\x9c\xd0\x93\xd2\xe5\x6c\x8d\xbd\x78\xb2\xb2\xc2\x8f\x05\x00\xb4\x96\x5b\xb2\x9c\x38\x55\x6a\xb6\x1b\x50\x27\x55\xf2\xc1\x58\x6b\xfa\x47\xaa\x3b\x5e\xe1\xe8\x2c\xcb\x4c\xa7\x65\xa7\xf0\x5f\xcd\x12\x1d\xcf\xf2\x46\x69\xbc\x47\x94\xa7\x4e\x8c\xa5\x92\xd3\x6d\x30\x78\x77\xb4\x2f\x3b\x0d\x1b\x4f\x92\xc2\x9a\x66\x83\x71\x99\xfc\xf2\x7d\x54\xdd\x91\x54\xab\x7d\x84\xff\x4e\x4f\xd1\x92\x56\x59\xb2\x3c\x37\x5d\x9d\x43\x1b\x41\xb4\x46\x10\xc2\xdb\x61\x08\x45\x4b\x52\x2d\x57\x8b\xbd\x83\x2a\xf0\xcf\x98\xa4\xdc\x23\xd5\x2a\x0f\xb4\xce\x8d\x2e\x54\xd9\x59\x0a\x0c\x47\x5c\x6b\x4c\x78\x8e\xcc\xa6\x27\x0f\xcc\x62\x4d\xb7\xdc\x23\x78\xe3\x51\x71\xef\xd0\x74\x4e\xb0\x65\x94\x96\x49\xd8\x42\x2a\xd2\x90\x8a\xe1\xba\x06\xa6\xd8\xb5\x05\xa4\x73\x5c\xdc\x5c\x21\x04\xe1\xd9\x6b\x97\xe3\xb9\x5f\xc6\x03\x1c\x1f\x1f\xe3\xa2\x63\x88\x09\x36\x05\x65\xe2\x4d\x07\xf4\x7f\x9e\x3a\x0b\xea\x39\x5a\x75\x6d\x4e\xc2\xc1\x21\xc6\x64\x01\x16\x54\x74\xcd\x8c\xb5\x9c\x09\x8c\xcd\xd9\xa6\x78\xa8\x94\xc3\xb3\x07\x1b\x58\x42\x39\xe4\x46\x33\x8c\x06\x53\x56\xcd\x2c\x66\x71\x31\x26\xc5\x27\xd3\x07\x5f\xdd\x35\x5b\xb6\xbe\xe0\x50\xda\x2e\x2e\xea\x95\xc3\x96\xfd\x21\xa2\x2a\x47\xce\xc2\xb6\x51\x9a\x5d\xd8\x15\x8a\x99\xd9\x2b\x8d\xbe\x52\x59\xe5\x7d\x03\xa7\x6b\x1d\x5a\xb5\x9e\x2c\xdc\x47\x32\x67\x5d\x78\x4a\xeb\x40\x68\xfc\xf7\xe2\xe6\x2a\xa2\xd2\xcc\xb9\x6f\xc1\x96\xf7\xf1\xae\xcb\xaa\xd8\x09\x9f\x3e\x39\x7e\x4b\xce\xb1\x4b\x67\xa5\xfc\x0b\xa5\x33\xcb\xe4\xfc\x01\x0e\xca\xd9\xec\x70\x1f\xac\x63\xcb\x85\xb1\xfc\xe6\x62\x0f\x82\x73\x7e\x43\xf0\x3c\x21\x04\xfc\x0a\xc7\x2b\x95\xcd\x2a\xb8\xfd\xfa\x70\xb9\xc1\x77\x06\x39\xd7\x35\x8c\x8a\x2d\x8f\xdc\xfc\x6d\x6c\x83\x67\xcd\xba\x94\xd0\xe6\xc6\x93\x75\x0d\xd5\xf5\xec\x2a\x0f\x77\x78\xd8\x57\x18\x0b\xaa\x6b\xb4\x46\x58\x8b\xa2\x7a\xb8\x60\xc3\x83\x9e\xf0\x57\xc5\xfe\x11\xe3\x64\x32\x76\x4a\x96\x38\x03\xbe\xb0\x50\x4e\x42\xc9\x2a\x3d\x6c\xc1\xc1\xa3\x1f\xc7\x5d\x1a\xd1\x85\x5d\x41\x91\xec\x07\xc5\xef\x15\x03\xa2\xa8\x19\xa7\xce\x2b\xaa\x1d\xf9\x28\x9b\x0c\xa8\xc9\xcc\x00\xd7\x8e\x5f\x2b\xf8\xaf\xc5\xbf\x1d\xcf\xcb\x22\xfe\xbe\xfc\x0c\x00\x00\xff\xff\x40\x91\xcb\x80\xe0\x06\x00\x00" func epochAdminUpdate_epoch_configCdcBytes() ([]byte, error) { return bindataRead( @@ -1485,11 +1464,11 @@ func epochAdminUpdate_epoch_configCdc() (*asset, error) { } info := bindataFileInfo{name: "epoch/admin/update_epoch_config.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xe1, 0xcd, 0x55, 0xcb, 0x2d, 0xe5, 0x21, 0x62, 0x30, 0xa4, 0xa3, 0x99, 0x58, 0x9e, 0xa2, 0xb1, 0x47, 0x7d, 0x26, 0xa1, 0x75, 0xd8, 0x12, 0x3f, 0xf, 0xf5, 0xc5, 0x3e, 0xf1, 0x44, 0x72, 0x60}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x87, 0x9a, 0x9c, 0x7, 0x8c, 0x4, 0x51, 0x66, 0x62, 0x81, 0xac, 0x96, 0x13, 0x86, 0xe8, 0xae, 0x32, 0x2a, 0x21, 0x48, 0xc5, 0xcb, 0x30, 0x2, 0xb8, 0x7b, 0x5, 0x13, 0xde, 0xfb, 0x13, 0x1d}} return a, nil } -var _epochAdminUpdate_epoch_timing_configCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x50\x4d\x6b\xf3\x30\x0c\xbe\xe7\x57\x88\x1c\x4a\x02\x2f\x39\xbd\xec\x50\xd6\x95\xae\x6c\xb0\xdb\x60\xdd\xee\x9a\xe3\x24\x86\xd8\x32\x8a\x4c\x0f\xa3\xff\x7d\x38\x5e\xbe\x36\x1d\x82\xa4\xf8\xf9\xd0\x63\xac\x27\x16\x78\xee\xe9\xfa\xe4\x49\x75\xd0\x30\x59\xc8\xe7\x39\xcf\x32\x61\x74\x03\x2a\x31\xe4\x8a\x3a\x30\xc6\x66\x0f\xef\x2f\x4e\xee\xfe\xff\x03\xd6\xcd\x99\x82\x13\xcd\x9b\xdd\xc5\x58\x3d\x08\x5a\x3f\x6d\x4b\xf8\xca\x00\x00\x3c\x6b\x8f\xac\x8b\xc1\xb4\x2e\x62\x30\x48\x57\x3c\x12\x33\x5d\x3f\xb0\x0f\xba\x84\xdd\x49\xa9\xc8\x38\x21\x62\xf5\x5a\x40\x47\x3f\xa7\xda\x1a\x07\x07\x48\xf0\x6a\x10\x62\x6c\x75\xf5\x39\x12\xdc\xef\x66\xdf\xd5\xf8\xf0\xa1\x88\xe7\xec\x97\xf3\x2a\x8c\xeb\xb7\x84\x7a\x45\xe9\xca\x59\x22\xd6\xf1\x08\x1e\x9d\x51\x45\x7e\xa6\xd0\xd7\xe0\x48\x20\x51\xc3\x08\x4c\xe9\xfc\x88\x82\x47\xe9\xf2\x32\xdb\x98\x54\xe4\x1a\xd3\xc2\x61\x25\x39\x7e\x2f\xc6\x1a\xd7\x9e\xc7\xbf\xab\x14\xa7\x6e\x9b\xe3\xd2\xff\xce\x72\x3d\x2d\xd6\x97\x64\xaa\xe0\x6b\x14\xfd\x57\x32\xf9\x4a\x90\x5b\x76\xfb\x0e\x00\x00\xff\xff\xe3\x9c\x76\xf0\xf7\x01\x00\x00" +var _epochAdminUpdate_epoch_timing_configCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x50\x4f\x4b\xfc\x30\x10\xbd\xf7\x53\x0c\x3d\x2c\x2d\xfc\xe8\xe9\x87\x87\xc5\x75\x59\x8b\x82\x37\xc1\xd5\xfb\x98\xa6\x6d\xa0\xc9\x84\xe9\x84\x3d\xc8\x7e\x77\x49\x63\xb7\xad\xce\x21\x4c\x5e\xf2\xfe\xf0\x8c\xf5\xc4\x02\xf9\xf3\x40\x97\x27\x4f\xaa\xcf\xb3\x4c\x18\xdd\x88\x4a\x0c\xb9\xa2\x09\x8c\x71\xd9\xc3\xfb\x8b\x93\xbb\xff\xff\x80\x75\x5b\x53\x70\xa2\x79\x83\x9d\x8d\xd5\xa3\xa0\xf5\x33\x5a\xc2\x57\x06\x00\xe0\x59\x7b\x64\x5d\x8c\xa6\x73\x91\x83\x41\xfa\xe2\x91\x98\xe9\xf2\x81\x43\xd0\x25\xec\x4e\x4a\x45\xc5\x99\x11\x67\xd0\x02\x3a\xe6\x39\x35\xd6\x38\x38\x40\xa2\x57\xa3\x10\x63\xa7\xab\xcf\x49\xe0\x7e\x77\xcb\x5d\x4d\x1f\x1f\x8a\x96\xc9\xee\x61\x81\x31\xc2\x6f\x89\xf5\x8a\xd2\x97\x37\x8b\x38\xc7\x23\x78\x74\x46\x15\x79\x4d\x61\x68\xc0\x91\x40\x92\x86\x89\x08\x51\x0e\x7e\x4c\xc1\xa3\xf4\x79\x99\x6d\x42\x2a\x72\xad\xe9\xe0\xb0\xb2\x9c\xce\xb3\xb1\xc6\x75\xf5\xf4\xba\x6a\x71\xde\xb6\x3d\x2e\xfb\xef\x2e\xd7\xb7\x25\xfa\xd2\x4c\x15\x7c\x83\xa2\xff\x5a\xa6\x5c\x89\x72\xcd\xae\xdf\x01\x00\x00\xff\xff\xb9\x3c\xa2\x87\xe8\x01\x00\x00" func epochAdminUpdate_epoch_timing_configCdcBytes() ([]byte, error) { return bindataRead( @@ -1505,11 +1484,11 @@ func epochAdminUpdate_epoch_timing_configCdc() (*asset, error) { } info := bindataFileInfo{name: "epoch/admin/update_epoch_timing_config.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xd5, 0x60, 0x43, 0x69, 0x61, 0x53, 0x36, 0x3b, 0x34, 0x20, 0x40, 0x4b, 0xee, 0xa4, 0xd9, 0x27, 0x7a, 0x77, 0x2e, 0xc2, 0x5f, 0x9, 0x20, 0x44, 0x58, 0x2, 0x82, 0xd2, 0x40, 0xc3, 0xc9, 0xce}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x13, 0x2e, 0x71, 0x5e, 0x2c, 0xd1, 0x4f, 0xf0, 0xf6, 0xbe, 0x36, 0xa2, 0xa1, 0x14, 0x7b, 0xf7, 0x8e, 0x5e, 0xad, 0x4a, 0x56, 0x78, 0x41, 0x7e, 0x7b, 0xc1, 0xa6, 0xd3, 0x4e, 0x44, 0x4b, 0xba}} return a, nil } -var _epochAdminUpdate_epoch_viewsCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x90\x41\x4b\xc4\x30\x10\x85\xef\xfd\x15\x8f\x1e\x96\xf6\xd2\x93\x78\x28\xea\x52\x45\xc1\x9b\x20\xee\x7d\x4c\xc7\x6d\xa0\xcd\x84\x74\x42\x0f\xb2\xff\x5d\x92\x68\x17\x9c\x53\x12\xf2\xde\xf7\xe6\xd9\xc5\x4b\x50\xbc\xcc\xb2\x3d\x7b\x31\x13\xbe\x82\x2c\xa8\xf7\x7b\x5d\x55\x1a\xc8\xad\x64\xd4\x8a\x6b\x1c\x6f\x43\xcc\xc7\x93\xe5\x6d\xed\xf1\xf1\xea\xf4\xf6\xa6\xc5\x77\x05\x00\x3e\xb0\xa7\xc0\xcd\x6a\xcf\x8e\x43\x0f\x8a\x3a\x35\x8f\x12\x82\x6c\x27\x9a\x23\xb7\x38\x0c\xc6\x48\x74\xfa\xa7\x48\x33\xb3\x82\x13\x6c\x18\x17\xeb\x70\x8f\x22\xef\x56\x95\x40\x67\xee\x3e\xb3\xc1\xdd\x61\x0f\xd5\xe5\x8f\x0f\x4d\xca\xda\x5f\xb3\x77\x94\x9e\xdf\x8b\xea\x8d\x74\x6a\x77\x44\x9a\xe3\x11\x9e\x9c\x35\x4d\xfd\x24\x71\x1e\xe1\x44\x51\xac\x91\x85\x65\xf5\x5f\x28\x3c\xe9\x54\xb7\xd5\xee\x70\x0d\xd8\x45\x3f\x92\x72\x46\xe6\x16\xfe\xb7\x52\xb0\x97\xea\xf2\x13\x00\x00\xff\xff\x08\x1f\x1c\x16\x5d\x01\x00\x00" +var _epochAdminUpdate_epoch_viewsCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x90\x41\x4b\xc4\x30\x10\x85\xef\xfd\x15\x8f\x1e\x96\xf4\xd2\x93\x78\x28\xea\x52\x45\xc1\x9b\x20\xee\x7d\x4c\xc7\x6d\xa0\xcd\x84\x74\x42\x0f\xb2\xff\x5d\x92\x6a\x17\x9c\x53\x18\xf2\xbe\x6f\x78\x6e\x0e\x12\x15\xf5\xcb\x24\xeb\x73\x10\x3b\xd6\x55\xa5\x91\xfc\x42\x56\x9d\x78\xe3\x79\xed\x53\x79\x9e\x1c\xaf\x4b\x87\x8f\x57\xaf\xb7\x37\x0d\xbe\x2b\x00\x08\x91\x03\x45\x36\x8b\x3b\x7b\x8e\x1d\x28\xe9\x68\x1e\x25\x46\x59\x4f\x34\x25\x6e\x70\xe8\xad\x95\xe4\xf5\x2f\x91\x67\x62\x05\x67\x59\x3f\xcc\xce\xe3\x1e\x5b\xbc\x5d\x54\x22\x9d\xb9\xfd\x2c\x80\xbb\xc3\x7e\x54\x5b\x3e\x3e\x98\xaf\x28\x73\x87\xeb\x9a\xf2\xfa\x7d\x4b\xbd\x91\x8e\xcd\xae\xc8\x73\x3c\x22\x90\x77\xd6\xd4\x4f\x92\xa6\x01\x5e\x14\x1b\x1a\x25\x88\x8c\xc3\xaf\x14\x81\x74\xac\x9b\x6a\x27\x5c\x0f\x6c\x53\x18\x48\xb9\x28\x4b\x0b\xff\x5b\xd9\xb4\x97\xea\xf2\x13\x00\x00\xff\xff\x64\x55\x96\x1e\x4e\x01\x00\x00" func epochAdminUpdate_epoch_viewsCdcBytes() ([]byte, error) { return bindataRead( @@ -1525,11 +1504,11 @@ func epochAdminUpdate_epoch_viewsCdc() (*asset, error) { } info := bindataFileInfo{name: "epoch/admin/update_epoch_views.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x1d, 0xaf, 0x8a, 0x1f, 0xbf, 0xa6, 0x25, 0x31, 0x9e, 0xff, 0x30, 0x9, 0x34, 0xd3, 0x90, 0xa4, 0xfd, 0x12, 0x32, 0x1f, 0x2, 0x95, 0xf1, 0x49, 0xb6, 0x85, 0x28, 0xf9, 0x7f, 0x47, 0x75, 0x8d}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x13, 0x49, 0x8e, 0xed, 0x77, 0xc, 0xc3, 0x7d, 0x2d, 0xc9, 0xaf, 0x46, 0x6c, 0xfb, 0x48, 0xc1, 0x9b, 0xf7, 0x7b, 0x5, 0x3f, 0xa4, 0x9b, 0x4b, 0x9f, 0xe9, 0x79, 0xa7, 0xea, 0xcb, 0x3e, 0xa0}} return a, nil } -var _epochAdminUpdate_rewardCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x54\x90\xc1\x4a\xc4\x30\x10\x86\xef\x7d\x8a\xa1\x87\xa5\xbd\xf4\x24\x1e\x8a\xba\x54\xb1\x20\x08\x16\x17\x15\x8f\x63\x3a\xb6\x81\x36\x13\xa6\x13\xaa\xc8\xbe\xbb\xb4\xd1\x2e\x3b\xb7\x84\x7c\xff\xff\x65\xec\xe8\x59\x14\xea\x81\xe7\x7b\xcf\xa6\x87\x4f\xe1\x11\xd2\xed\x9c\x26\x89\x0a\xba\x09\x8d\x5a\x76\x99\xa3\xf9\x99\x66\x94\xb6\x6a\xde\x4b\x78\xa9\xed\xd7\xe5\x45\x0e\x3f\x09\x00\x80\x17\xf2\x28\x94\x4d\xb6\x73\x24\x25\x60\xd0\x3e\xbb\x65\x11\x9e\x5f\x71\x08\x94\xc3\xae\x32\x86\x83\xd3\x7f\x62\x99\x81\x14\x68\x69\xaa\xda\xd1\x3a\xb8\x86\x88\x17\x93\xb2\x60\x47\xc5\xc7\x1a\x70\xb5\xdb\x8c\x8a\xf5\xe1\x4d\xb6\x88\x96\x27\xf1\x02\x97\xeb\x43\xa4\x1a\xd4\x3e\xdf\x2a\x96\xd9\xef\xc1\xa3\xb3\x26\x4b\xef\x38\x0c\x2d\x38\x56\x88\xd1\xb0\x82\xf1\xdf\x7f\xa5\xe0\x51\xfb\x34\x4f\xb6\x84\x93\x60\x11\x7c\x8b\x4a\xf5\xe3\xd3\xdb\x21\x78\x3f\x7c\x3f\x38\x23\x84\x13\x35\x24\x86\x9c\x62\x47\x67\x4b\x8a\x16\xc7\xe4\xf8\x1b\x00\x00\xff\xff\x36\x0b\xb8\x8f\x69\x01\x00\x00" +var _epochAdminUpdate_rewardCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x54\x90\x41\x4b\xc4\x30\x10\x85\xef\xfd\x15\x43\x0f\x4b\x7b\xe9\x49\x3c\x14\x75\xa9\x62\x41\x10\x2c\x2e\x2a\x1e\xc7\x74\x6c\x03\x6d\x26\x4c\x27\x54\x91\xfd\xef\x92\x56\xbb\xec\x1c\x1f\xf9\xbe\xf7\x88\x1d\x3d\x8b\x42\x5a\x0f\x3c\xdf\x7b\x36\x7d\x9a\x24\x2a\xe8\x26\x34\x6a\xd9\x65\x8e\xe6\x67\x9a\x51\xda\xaa\x79\x2f\xe1\xa5\xb6\x5f\x97\x17\x39\xfc\x24\x00\x00\x5e\xc8\xa3\x50\x36\xd9\xce\x91\x94\x80\x41\xfb\xec\x96\x45\x78\x7e\xc5\x21\x50\x0e\xbb\xca\x18\x0e\x4e\xff\x89\x78\x03\x29\x50\x6c\xaa\xda\xd1\x3a\xb8\x86\x15\x2f\x26\x65\xc1\x8e\x8a\x8f\x45\x70\xb5\xdb\x16\x15\xcb\xc3\x9b\xec\x53\x78\x2c\xe1\x14\x63\x8c\x0f\x2b\xd5\xa0\xf6\xf9\x56\x11\x6f\xbf\x07\x8f\xce\x9a\x2c\xbd\xe3\x30\xb4\xe0\x58\x61\x55\xc3\x02\x42\xd4\xc1\x5f\x29\x78\xd4\x3e\xcd\x93\xcd\x70\x1a\x58\x04\xdf\xa2\x52\xfd\xf8\xf4\x76\x08\xde\x0f\xdf\x0f\xce\x08\xe1\x44\x0d\x89\x21\xa7\xd8\xd1\xd9\x27\xad\x2b\x8e\xc9\xf1\x37\x00\x00\xff\xff\x04\x50\xf8\xdc\x5a\x01\x00\x00" func epochAdminUpdate_rewardCdcBytes() ([]byte, error) { return bindataRead( @@ -1545,11 +1524,11 @@ func epochAdminUpdate_rewardCdc() (*asset, error) { } info := bindataFileInfo{name: "epoch/admin/update_reward.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x17, 0x15, 0x3f, 0xbe, 0xe9, 0xbe, 0xe7, 0xe5, 0x26, 0x20, 0xbc, 0x39, 0x7e, 0xe9, 0x8e, 0x3e, 0x10, 0xb7, 0x38, 0x63, 0x11, 0xfc, 0x1, 0xbc, 0xa9, 0xb7, 0x56, 0xc3, 0x3, 0x42, 0x57, 0x9b}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xae, 0x80, 0xb3, 0x40, 0x79, 0x5f, 0xd6, 0x34, 0x24, 0x3d, 0xb9, 0xed, 0xa7, 0x1f, 0x74, 0x2a, 0x60, 0xf6, 0xde, 0x95, 0x8c, 0xef, 0x61, 0x36, 0x34, 0x99, 0xad, 0xe3, 0x6e, 0x8d, 0x83, 0xbb}} return a, nil } -var _epochAdminUpdate_staking_viewsCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x90\x41\x4b\xc4\x30\x10\x85\xef\xfd\x15\x43\x0f\x4b\x7b\xc9\x49\x3c\x14\x75\xa9\xa2\xe0\x4d\x58\xdc\xfb\x98\x8e\x6d\xb0\x9d\x09\xe9\x84\x1e\x64\xff\xbb\x24\xd1\x2e\xf8\x6e\x09\x79\xef\x7d\x79\x6e\xf1\x12\x14\x5e\x66\xd9\x9e\xbd\xd8\x09\x3e\x83\x2c\x50\xef\xe7\xba\xaa\x34\x20\xaf\x68\xd5\x09\x37\x4c\xdb\x49\xf1\xcb\xf1\x78\x76\xb4\xad\x1d\xbc\xbf\xb2\xde\xde\xb4\xf0\x5d\x01\x00\xf8\x40\x1e\x03\x35\xab\x1b\x99\x42\x07\x18\x75\x6a\x1e\x25\x04\xd9\xce\x38\x47\x6a\xe1\xd0\x5b\x2b\x91\xf5\xcf\x91\x34\x93\x02\xa5\xb2\x7e\x58\x1c\xc3\x3d\x14\xbb\x59\x55\x02\x8e\x64\x3e\x72\xc0\xdd\x61\x87\x32\xf9\xe1\x43\x93\x58\xbb\x2b\xbb\xc1\x74\x7d\x2a\xae\x37\xd4\xa9\xdd\x2b\x92\x8e\x47\xf0\xc8\xce\x36\xf5\x93\xc4\x79\x00\x16\x85\x12\x0d\xd9\x58\xbe\xfe\x5b\x0a\x1e\x75\xaa\xdb\x6a\x4f\xb8\x02\x9a\xe8\x07\x54\xea\x63\x9e\x24\xef\xf0\x7f\x97\x52\x7c\xa9\x2e\x3f\x01\x00\x00\xff\xff\x86\xa7\x6b\x09\x5f\x01\x00\x00" +var _epochAdminUpdate_staking_viewsCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x90\x31\x4b\xc4\x40\x10\x85\xfb\xfc\x8a\x47\x8a\x23\x69\x52\x89\x45\x50\x8f\x28\x0a\x76\xc2\xe1\xf5\x63\x32\x26\x8b\xc9\xcc\xb2\x99\x25\x85\xdc\x7f\x97\x6c\x34\x07\x4e\x39\xcc\xfb\xbe\xe1\xb9\xc9\x6b\x30\xe4\x2f\xa3\x2e\xcf\x5e\xdb\x21\xcf\x32\x0b\x24\x33\xb5\xe6\x54\x0a\xe1\xe5\x64\xf4\xe5\xa4\x3f\x3b\x5e\xe6\x1a\xef\xaf\x62\xb7\x37\x25\xbe\x33\x00\xf0\x81\x3d\x05\x2e\x66\xd7\x0b\x87\x1a\x14\x6d\x28\x1e\x35\x04\x5d\xce\x34\x46\x2e\x71\x68\xda\x56\xa3\xd8\x5f\x62\x9d\x91\x0d\xbc\xca\x9a\x6e\x72\x82\x7b\x6c\xf1\x6a\x36\x0d\xd4\x73\xf5\x91\x00\x77\x87\xfd\xa9\x2a\x1d\x3e\x14\x9f\x41\xa7\x1a\xd7\x35\xad\xeb\xd3\x96\x7a\x23\x1b\xca\x5d\xb1\xce\xf1\x08\x4f\xe2\xda\x22\x7f\xd2\x38\x76\x10\x35\x6c\x68\xa4\x20\x56\x1c\x7e\xa5\xf0\x64\x43\x5e\x66\x3b\xe1\xfa\x60\x15\x7d\x47\xc6\x4d\x4c\x95\xa4\x1e\xfe\xf7\xb2\x89\x2f\xd9\xe5\x27\x00\x00\xff\xff\x29\x23\x2a\x56\x50\x01\x00\x00" func epochAdminUpdate_staking_viewsCdcBytes() ([]byte, error) { return bindataRead( @@ -1565,11 +1544,11 @@ func epochAdminUpdate_staking_viewsCdc() (*asset, error) { } info := bindataFileInfo{name: "epoch/admin/update_staking_views.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x1c, 0xc5, 0xe9, 0xd8, 0x71, 0xef, 0xa, 0x19, 0xd, 0xc0, 0x54, 0x1c, 0x22, 0x6f, 0x41, 0xf5, 0xc4, 0x93, 0x64, 0x53, 0x59, 0xf5, 0xac, 0xb0, 0x85, 0xa0, 0x42, 0x71, 0x7c, 0x86, 0x6d, 0xba}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xb6, 0xa3, 0xf, 0xcd, 0x6c, 0xee, 0xc9, 0xf4, 0x57, 0x0, 0x65, 0x90, 0xe1, 0x76, 0x9e, 0x99, 0xcf, 0xcf, 0xd9, 0xc3, 0x6c, 0xf5, 0xe5, 0xab, 0xc9, 0xc2, 0x2d, 0xea, 0xa8, 0x21, 0x8e, 0x59}} return a, nil } -var _epochNodeRegister_dkg_participantCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x91\x51\x6e\xc2\x30\x0c\x86\xdf\x7b\x0a\xab\x0f\x28\x95\x46\x0f\x50\xb1\xa1\x69\xdd\xd0\x84\x34\xa1\xb1\x0b\x98\xd4\xb4\x11\x25\x8e\x5c\x33\x1e\x26\xee\x3e\x41\xa1\x4b\xb7\xf9\x29\x91\x7f\xdb\x9f\x7f\xbb\x7d\x60\x51\x78\x69\xf9\xf8\x1c\xd8\x36\xb0\x15\xde\x43\x3a\xfc\xd3\x24\x52\xbc\x96\x1f\xb8\x69\x69\xad\xb8\x73\xbe\x8e\xa4\xe3\xc4\xa8\xa6\x5c\x2e\x22\x61\xb9\x5c\xa4\x49\xa2\x82\xbe\x43\xab\x8e\xbd\xc9\xe0\x2b\x49\x00\x00\x82\x50\x40\x21\xd3\xb9\xda\x93\x14\x80\x07\x6d\xcc\x5a\x59\xb0\xa6\x0c\x26\x8f\xd6\xf2\xc1\xeb\x20\x3f\x47\x4b\x0a\x9e\x2b\x7a\xa7\x2d\xdc\x43\x5f\x98\x77\x7d\x49\xbe\x61\x11\x3e\xce\x26\x7f\xf9\xf2\x37\xae\x2e\x6f\x92\x07\x73\x66\x2b\xfe\xd9\x2e\x12\x5d\x21\x56\xa8\x4d\x36\xcc\x3e\xc7\x7c\x0e\x01\xbd\xb3\x26\x7d\xe2\x43\x5b\x81\x67\x85\x7e\xec\x05\x0b\x84\xb6\x24\xe4\x2d\xf5\x0e\x5c\xc9\x20\xa0\x36\x69\x36\x5e\xa3\xda\xd5\x2b\x14\x75\xd6\x05\xf4\x0a\xb3\xe9\xcf\x49\xf2\x9a\xb4\x5c\x2e\xa2\xb4\xf1\x03\x5b\x71\x33\x20\xea\xf7\xcb\x88\x0e\x3f\xc9\xcc\xa6\xe3\x09\x77\xa0\x5c\xdc\x0e\x94\x47\x89\xd1\xb2\x97\x96\xa7\xe4\xf4\x1d\x00\x00\xff\xff\x4e\x62\x63\xb2\x26\x02\x00\x00" +var _epochNodeRegister_dkg_participantCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\x90\xdd\x4a\xc3\x40\x10\x85\xef\xf7\x29\x86\x5c\x94\x0d\xd8\x3c\x40\xa9\x16\x31\x5a\xa4\x20\xc5\xfa\x02\xd3\xcd\x34\x59\x9a\xee\x2c\x93\xa9\xbd\x90\xbe\xbb\x24\xa9\x21\x51\x70\xae\x96\x9d\x9f\xf3\x9d\xe3\x4f\x91\x45\x21\x79\xa9\xf9\xf2\x1c\xd9\x55\x89\x19\x7f\xbd\xe6\x1f\xb8\xaf\x69\xa7\x78\xf4\xa1\x9c\xf6\xf2\xcd\x3a\x31\x46\x05\x43\x83\x4e\x3d\x07\x9b\xc2\x97\x31\x00\x00\x51\x28\xa2\x90\x6d\x7c\x19\x48\x16\x80\x67\xad\xec\x4e\x59\xb0\xa4\x14\x66\x8f\xce\xf1\x39\xe8\x30\xde\x56\x4d\x0a\x81\x0b\x7a\xa7\x03\xdc\x43\xbf\x98\x35\xfd\x4a\xb6\x67\x11\xbe\x2c\x67\x7f\x91\xb2\x37\x2e\xba\x37\xc9\x83\x3d\x08\x9f\x16\xf0\xef\xd0\x0d\x62\x8b\x5a\xa5\x83\x76\x5b\xab\x15\x44\x0c\xde\xd9\xe4\x89\xcf\x75\x01\x81\x15\x7a\xd9\x0e\x0b\x84\x0e\x24\x14\x1c\x41\xab\x02\x37\x32\x88\xa8\x55\x92\x4e\x6d\x14\xc7\x72\x8b\xa2\xde\xf9\x88\x41\x61\x39\x87\x21\xdd\xac\x24\xcd\x37\xeb\x51\xdb\x86\x81\x6d\xf1\x13\xc0\xe8\xde\xaf\x20\x1a\xfc\x24\xbb\x9c\x4f\x15\xee\x40\xb9\xb7\x9d\x6f\xd6\xd9\xa8\x31\x31\xdb\x9d\xbc\x9a\xeb\x77\x00\x00\x00\xff\xff\xdd\xd5\x14\x2b\xf2\x01\x00\x00" func epochNodeRegister_dkg_participantCdcBytes() ([]byte, error) { return bindataRead( @@ -1585,11 +1564,11 @@ func epochNodeRegister_dkg_participantCdc() (*asset, error) { } info := bindataFileInfo{name: "epoch/node/register_dkg_participant.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xa6, 0xdd, 0x3f, 0x15, 0x1e, 0xf, 0x7e, 0x70, 0x58, 0xec, 0x18, 0xf8, 0x58, 0xb3, 0x8e, 0x70, 0xd4, 0x98, 0xda, 0x47, 0xb5, 0xc2, 0x4b, 0x55, 0xa9, 0xa6, 0x77, 0x76, 0x6e, 0xfb, 0xdb, 0x66}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x56, 0xce, 0xe8, 0xa7, 0x85, 0xbc, 0x1a, 0x1, 0xe3, 0x86, 0xb5, 0x2a, 0xdc, 0x15, 0x1, 0x1e, 0x4, 0x23, 0x24, 0x71, 0x41, 0xe2, 0x9d, 0x29, 0x3, 0x72, 0x9, 0xea, 0xd, 0x2c, 0xde, 0x11}} return a, nil } -var _epochNodeRegister_nodeCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xe4\x56\x4b\x8f\xdb\x36\x10\xbe\xfb\x57\x0c\xf6\xb0\x90\x01\xad\x8c\x16\x45\x51\x08\x76\x02\xc3\xce\x2e\x0c\x07\xed\x66\x77\x93\x1c\x8a\x1e\x68\x72\x64\xb1\x96\x49\x95\x1c\xd5\x15\x16\xfe\xef\x05\xf5\x66\xe4\x6c\x12\xb4\xb7\xf8\x20\x8b\xf3\xf8\x66\x86\xf3\x92\x3c\xe6\xda\x10\xac\x4c\x99\x93\x9e\x34\xa7\xdb\x4c\x9f\x36\xeb\x27\xb6\xcb\xf0\x91\xd8\x41\xaa\x3d\x24\x46\x1f\xe1\x6a\xcc\xb8\x1a\xea\x3c\xe9\x03\xaa\x81\x68\x75\xf6\x24\x56\x59\x61\x09\xcd\xbb\xd5\x40\xaa\xa3\x79\x92\xeb\xed\xdd\x40\x66\xbd\xbd\xf3\xb8\x6f\x72\xcd\xd3\x01\xbf\x3a\xf7\x12\x85\xda\xcb\x5d\x86\x9e\x3f\x43\xda\xd5\x64\x32\x9b\xc1\x53\x2a\x2d\x90\x61\xca\x32\x4e\x52\x2b\xe0\x06\x19\xa1\x05\x06\x0a\x4f\xa0\xb4\x40\xb0\x64\x0a\x4e\xa0\x77\x7f\x22\xa7\x5a\x09\x55\x08\x32\x01\x4a\xb1\x16\x91\x4e\x81\xeb\x2c\x43\x4e\xda\x54\xb4\xf0\x13\x28\xc6\xb9\x2e\x14\x01\x53\x02\x98\x10\x8e\xfc\x6e\xd5\x80\x02\x69\x90\x15\xf4\x66\x0c\xaa\x2c\x2a\x5b\xd8\x06\x54\xd2\x97\x71\xdd\xbd\x79\xc0\x93\x41\x84\xc1\x04\x00\x40\x8a\x18\x1e\xc9\x48\xb5\x0f\xab\xb3\xd1\x19\xc6\xf0\x7e\xa3\xe8\x97\x9a\xa0\x90\x4e\xda\xb8\xf4\x2e\x85\x30\x68\xad\x2f\xdf\xb3\xb7\x58\xfa\x2c\x5b\x57\xc5\x88\xce\x8e\xce\xcf\x18\xde\xdf\xca\x7f\x7e\xfe\xa9\xa6\xe5\xc5\x2e\x93\x7c\x8b\xa5\x8d\xe1\xf7\xba\x00\xa3\x2d\x96\x6f\xa5\xa5\x37\x8a\x4c\xf9\xc7\x64\x0a\xcf\x93\x4a\x34\x43\x82\xa4\x2d\xa8\x07\x4c\x62\x60\x05\xa5\x81\x97\xd3\xe8\xa3\xa4\x54\x18\x76\x9a\xc2\x75\x57\x7c\xd1\x07\x56\x64\x54\x83\xe4\x06\x73\x66\x30\x60\x9c\x53\x03\xf0\x48\xda\xb0\x3d\x86\xb0\x62\x39\xdb\xc9\x4c\x92\x44\x1b\xc2\x52\x88\x2d\x96\x53\xb8\x5e\xd6\xf7\xdb\xf9\x51\x85\x88\x59\x12\x0d\x9d\x81\x85\xcb\x03\x45\xb6\x06\x8b\x76\xda\x18\x7d\x9a\x7f\x93\x87\xaf\x02\x57\xa5\x31\xcc\x1a\x90\x59\x67\xa0\x62\x4f\x3b\xeb\xee\xf7\xfa\x35\xe4\x4c\x49\x1e\x5c\xad\x74\x91\x09\x50\x9a\xa0\x36\x0a\x06\x13\x34\xa8\x38\xba\xe4\xdf\xbe\xfd\xed\x23\x54\xfa\x57\xd3\xde\xff\xd9\x0c\x1e\x70\x2f\x5d\xcb\xc1\xaf\x5a\x60\xc7\x90\xc9\xc5\x38\xae\xc7\x4d\x1f\x39\x3d\xf7\x8e\xa6\x75\xfc\x45\xa1\xe6\x9a\xef\x19\xa5\x53\x58\x2c\x40\xc9\x6c\x78\xa3\x6d\x86\x55\xa7\x00\xf3\x9b\x4b\x88\x4c\x08\x07\xfa\x80\x5c\x1b\x11\x78\xfa\x6d\x5d\x4b\x11\x8e\xe8\x75\x7d\xbb\xe7\x98\x77\xa1\xd4\x47\xa4\x97\xb4\xaa\x4a\xf7\x8e\x63\xe9\x61\x53\xf4\xef\x63\x39\x72\xf9\xb6\x2b\x7d\x3c\x4a\x22\x14\x31\xcc\x6f\x46\xc5\x16\x9d\x9a\x1a\x0a\xda\x96\xaa\xff\xfd\x0a\x99\xfa\x97\xeb\xa5\xd5\xb2\xbf\x31\x98\xdf\xf4\x97\x1d\x02\xe9\x6f\x48\xe0\x4b\x79\x5b\xb1\xbc\xed\x06\x3e\xe8\xa8\xce\xb6\xb4\xb6\xc0\xf9\xf5\xf3\x8b\xc6\xee\xab\xb9\x70\x7e\x15\x7c\xbd\x4b\xa3\x60\x3d\xeb\xd5\xa0\xb1\x69\xe0\xf9\x19\x02\xa3\x2f\x44\x5d\x3b\xe2\x5b\x38\xf7\xe1\xb7\xa1\x7f\x7e\x04\xfc\xcf\xad\xf3\xb5\x43\xa0\x5a\x20\xfd\x24\xa8\xf6\x5f\xe3\x19\xe4\x8c\xd2\xe1\x34\x68\x83\xd8\xa8\x44\xc3\xe2\x73\xbe\x38\x6e\x75\x7d\x9b\x75\xdc\xc6\x1c\x49\xe1\x4f\x95\x0b\xeb\xab\xdd\x89\xda\x8c\x76\x59\xbd\xc8\x80\x81\x45\xae\x95\x60\xa6\xec\xb6\x59\xa2\x8d\x43\x92\x06\x6c\x8e\x5c\x26\x92\x37\x1b\xcd\x0e\x67\x55\xeb\x75\xe4\x1a\xdb\x4d\x95\x1f\x80\xd9\x7a\x8b\x5d\x1a\x2e\x47\xc6\x53\xa9\x70\xc9\x39\xc1\x02\x9a\xc1\x1e\xe4\xac\x44\x13\x57\xc9\xf3\xaf\xd7\xf9\x70\xc0\x12\xa4\x1a\xec\x29\x78\x1e\xf5\xec\x00\x36\x3a\x60\x69\xdd\x8c\x0a\x3a\x8d\xd8\x61\x44\xdd\x31\x84\x94\xd9\x74\x99\xed\xb5\x91\x94\x1e\x6b\xae\x47\x0a\xe1\x84\x72\x9f\x52\xcd\xaa\xdf\x7d\xc7\xce\xe3\xd0\xfe\xe2\x1f\x34\xf5\x43\xb3\xfa\x16\x8a\xf6\x48\xdd\x87\x55\xc5\x1e\x94\x7f\x97\x43\x1f\x7a\x18\xcb\x27\xd3\xa2\x31\xd1\x8f\x8a\x0e\x3b\xaa\x18\x97\x07\xc4\x19\x30\xb3\x78\x31\x59\x3f\x7e\xaf\xc9\x12\x87\xfd\x3d\x33\x24\xb9\xcc\x99\xa2\x51\xce\xd6\xdb\xbb\x01\xfb\x3f\xe5\xcc\xb7\xd4\xa7\x6e\xbd\xbd\x8b\x06\x8c\x8b\x13\xe6\x3c\xa9\x9f\xe7\x7f\x03\x00\x00\xff\xff\x02\xb2\x4a\x46\x20\x0c\x00\x00" +var _epochNodeRegister_nodeCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xe4\x56\x51\x6f\xdb\x36\x10\x7e\xf7\xaf\x38\xe4\x21\x90\x01\x45\xc6\x86\x61\x18\x84\xa4\x85\x61\x37\x81\xe1\x62\x4b\x93\xb4\x7d\x18\xf6\x40\x93\x27\x8b\xb3\x4c\x6a\xe4\x69\x9e\x10\xf8\xbf\x0f\x14\x25\x59\xac\xdc\xb4\xc5\xf6\xd6\x3c\x38\xd2\x1d\xf9\xdd\x1d\xbf\xe3\x77\x92\xfb\x52\x1b\x82\x85\xa9\x4b\xd2\x93\xf6\xed\xe2\xb6\xd0\x87\xd5\xf2\x89\x6d\x0a\x7c\x24\xb6\x93\x6a\x7b\x11\xf8\x9e\xf4\x0e\x55\x68\x5a\x14\x95\x25\x34\xef\x16\xa1\x79\xb9\xbe\x0b\x0d\x6f\x4a\xcd\xf3\x81\xa9\x52\x5b\xb9\x29\xb0\x45\x9c\xcc\x66\xf0\x94\x4b\x0b\x64\x98\xb2\x8c\x93\xd4\x0a\xb8\x41\x46\x68\x81\x81\xc2\x03\x28\x2d\x10\x2c\x99\x8a\x13\xe8\xcd\x9f\xc8\xc9\x6f\x42\x15\x83\xcc\x80\x72\xf4\x4b\xa4\xdb\xc0\x75\x51\x20\x27\x6d\x1a\x5b\xfc\x09\x14\xe3\x5c\x57\x8a\x80\x29\x01\x4c\x08\x67\x7e\xb7\x68\x41\x81\x34\xc8\x06\x7a\x35\x06\x55\x16\x95\xad\x6c\x0b\x2a\xe9\xcb\xb8\xcb\xf5\x5d\x08\x3c\x19\x54\x18\x4d\x00\x00\xa4\x48\xe1\x91\x8c\x54\xdb\xb8\x79\x37\xba\xc0\x14\xde\xaf\x14\xfd\xe2\x0d\x0a\xe9\xa0\x8d\x63\x63\x2e\x84\x41\x6b\xc3\xf5\x27\xf7\x1a\xeb\xd0\x65\x3d\x89\x23\x3b\xdb\xbb\x3c\x53\x78\x7f\x2b\xff\xf9\xf9\x27\x6f\x2b\xab\x4d\x21\xf9\x1a\x6b\x9b\xc2\xef\xbe\x2f\x92\x35\xd6\x6f\xa5\xa5\x37\x8a\x4c\xfd\xc7\x64\x0a\xcf\x93\x66\x69\x81\x04\x59\xd7\x0e\x0f\x98\xa5\xc0\x2a\xca\xa3\x80\xd3\xe4\xa3\xa4\x5c\x18\x76\x98\xc2\x65\xdf\x3a\xc9\x07\x56\x15\xe4\x41\x4a\x83\x25\x33\x18\x31\xce\xa9\x05\x78\x24\x6d\xd8\x16\x63\x58\xb0\x92\x6d\x64\x21\x49\xa2\x8d\x61\x2e\xc4\x1a\xeb\x29\x5c\xce\xfd\xf9\xf6\x79\x34\x25\x62\x91\x25\xc3\x64\xe0\xc6\xf1\x40\x89\xf5\x60\xc9\x46\x1b\xa3\x0f\xd7\xdf\x94\xe1\xab\x28\x33\x7a\x9f\xc2\xac\x05\x99\xf5\x01\x1a\xf7\xb4\x8f\xee\xfe\x5e\xbf\x86\x92\x29\xc9\xa3\x8b\x85\xae\x0a\x01\x4a\x13\xf8\xa0\x60\x30\x43\x83\x8a\xa3\x23\xff\xf6\xed\x6f\x1f\xa1\xd9\x7f\x31\x3d\xe5\x3f\x9b\xc1\x03\x6e\xa5\xbb\x43\xf0\xab\x16\xd8\x3b\x64\x76\xb6\x8e\xcb\xf1\x1d\x4d\xdc\x3e\xf7\x8c\xa6\x4b\xfc\xc5\x45\xed\x31\xdf\x33\xca\xa7\x70\x73\x03\x4a\x16\xc3\x13\xed\x18\x56\xfd\x06\xb8\xbe\x3a\x87\xc8\x84\x70\xa0\x0f\xc8\xb5\x11\x51\xb0\xbf\xeb\x6b\x29\xe2\x91\xdd\xf7\xb7\xfb\x1d\xfb\xce\xb4\xfa\xc8\xf4\xd2\xae\xa6\xd3\x83\xd7\xf1\xea\xe1\xa5\x38\x3d\x8f\xd7\x91\xe3\xdb\x2e\xf4\x7e\x2f\x89\x50\xa4\x70\x7d\x35\x6a\xb6\xe4\xd0\xf6\x50\xd4\x5d\x29\xff\x3f\xec\x90\x69\x78\xb8\x01\xad\x96\xfd\x8d\xd1\xf5\xd5\xe9\xb0\x63\x20\xfd\x0d\x04\xbe\xc4\xdb\x82\x95\xdd\x6d\xe0\x83\x1b\xd5\xc7\x96\xd6\x56\x78\x7d\xf9\xfc\x62\xb0\xfb\x46\x17\x8e\xaf\xa2\xaf\x4f\x69\x54\x6c\x10\xbd\x11\x1a\x9b\x47\x41\x9e\x31\x30\xfa\x42\xd5\x3e\x91\x30\xc2\xf1\x54\x7e\x57\xfa\xe7\x25\xe0\x7f\xbe\x3a\x5f\x2b\x02\xcd\x00\x39\x29\x81\x8b\x02\x6d\x66\x50\x32\xca\x87\x6a\xd0\x15\xb1\x52\x99\x86\x9b\xcf\xe5\xe2\xbc\xcd\xf1\xad\x96\x69\x57\x73\x22\x45\xa8\x2a\x67\xc6\x57\x37\x13\xb5\x19\xcd\x32\x3f\xc8\x80\x81\x45\xae\x95\x60\xa6\xee\xa7\x59\xa6\x8d\x43\x92\x06\x6c\x89\x5c\x66\x92\xb7\x13\xcd\x0e\xb5\xaa\xcb\x3a\x71\x17\xdb\xa9\xca\x0f\xc0\xac\x9f\x62\xe7\xc4\x65\xcf\x78\x2e\x15\xce\x39\x27\xb8\x81\x56\xd8\xa3\x92\xd5\x68\xd2\x86\xbc\xf0\x78\x5d\x0e\x3b\xac\x41\xaa\xc1\x9c\x82\xe7\xd1\x9d\x1d\xc0\x26\x3b\xac\xad\xd3\xa8\xa8\xdf\x91\x3a\x8c\xa4\x7f\x8d\x21\x67\x36\x9f\x17\x5b\x6d\x24\xe5\x7b\xef\x0d\x4c\x31\x1c\x50\x6e\x73\xf2\x2e\xff\x1c\x26\x76\x1c\x97\xf6\x17\xff\xa0\xe9\x24\x9a\xcd\x87\x4f\xb2\x45\xea\xbf\x94\x1a\xf7\xa0\xfd\x7b\x0e\x43\xe8\x61\x2d\x9f\xa8\x45\x1b\xe2\x24\x15\x3d\x76\xd2\x38\xce\x0b\xc4\x11\xb0\xb0\x78\x96\xac\x1f\xbf\x57\xb2\xc4\x6e\x7b\xcf\x0c\x49\x2e\x4b\xa6\x68\xc4\xd9\x72\x7d\x37\x70\xff\x27\xce\xc2\x48\x27\xea\x96\xeb\xbb\x64\xe0\x38\xab\x30\xc7\x89\xff\x3d\xfe\x1b\x00\x00\xff\xff\x1d\x8e\xa8\xfb\xb7\x0b\x00\x00" func epochNodeRegister_nodeCdcBytes() ([]byte, error) { return bindataRead( @@ -1605,11 +1584,11 @@ func epochNodeRegister_nodeCdc() (*asset, error) { } info := bindataFileInfo{name: "epoch/node/register_node.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x68, 0x71, 0x8d, 0x2a, 0x43, 0x15, 0x3f, 0xea, 0xe6, 0xaf, 0x8c, 0x46, 0xaa, 0x5, 0x11, 0x3d, 0x13, 0x3d, 0x30, 0xf1, 0x3b, 0x87, 0xc6, 0xa3, 0x39, 0x96, 0xcf, 0x3d, 0x75, 0x77, 0xbb, 0x90}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xc6, 0x6f, 0x42, 0x5a, 0xbf, 0x69, 0xbb, 0x44, 0x28, 0xc1, 0xe9, 0xe0, 0xd9, 0xcc, 0xac, 0x1e, 0x22, 0x7e, 0x26, 0x1f, 0xda, 0x91, 0x5a, 0x9b, 0x72, 0xae, 0x29, 0x1e, 0xca, 0xe4, 0x81, 0x2}} return a, nil } -var _epochNodeRegister_qc_voterCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x91\xcd\x4e\x84\x40\x0c\xc7\xef\xf3\x14\x0d\x87\xcd\x90\xb8\x3c\x00\x41\x37\x06\x35\xf1\x62\xd4\x35\xde\x67\x87\xf2\x11\xd9\xe9\x58\x8a\x7b\x30\xfb\xee\x86\x0f\x47\x50\x7b\x82\xe9\xbf\xed\xef\xdf\x36\x47\x4f\x2c\x70\xd7\xd2\xe9\xd6\x93\xad\xa1\x64\x3a\x42\x14\xfe\x23\xb5\x50\xdc\xdf\xbc\x98\x43\x8b\x7b\x31\x6f\x8d\xab\x16\xd2\x75\x62\x55\x93\xb7\x7d\x27\xc8\x4f\xf9\x42\x1e\xde\x22\xa5\x84\x8d\xeb\x8c\x95\x86\x9c\x8e\xe1\x53\x29\x00\x00\xcf\xe8\x0d\xa3\xee\x9a\xca\x21\xa7\x60\x7a\xa9\xf5\x5e\x88\x4d\x85\x31\x6c\xae\xad\xa5\xde\x49\x90\x0f\xd1\xa2\x80\xa3\x02\x9f\xb1\x84\x4b\x98\x0a\x93\x6e\x2a\x49\x0e\xc4\x4c\xa7\x6c\xf3\x97\x35\x79\xa0\x62\xfc\x46\xbe\xd2\x03\x61\xfa\x8f\xd3\x85\x68\x86\x78\x34\x52\xc7\x61\xf6\x10\xbb\x1d\x78\xe3\x1a\xab\xa3\x9c\xfa\xb6\x00\x47\x02\xd3\xd8\x11\x0b\x18\x4b\x64\x74\x16\xa7\x3d\xcc\x64\xe0\x8d\xd4\x51\xbc\xb6\xf1\x6e\x5f\x49\x90\x21\xdb\xfe\xdc\x25\xa9\x50\xc2\xda\xc6\xb4\x76\x01\x2a\xfd\x76\xbe\x68\xf4\x6b\x03\x9d\xf9\x40\x9d\x6d\xe7\xd6\x17\x20\x94\xae\xcf\x93\x8c\x89\x95\xbd\xb1\xd7\x59\x9d\xbf\x02\x00\x00\xff\xff\x2b\x73\x77\x18\x24\x02\x00\x00" +var _epochNodeRegister_qc_voterCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\x50\xcb\x4e\xeb\x40\x0c\xdd\xcf\x57\x58\x59\x54\x13\xe9\x36\x1f\x50\xf5\x52\xa1\x00\x12\x1b\x04\x14\xb1\x77\x27\xce\x43\xa4\xe3\xc1\x71\xe8\x02\xf5\xdf\x51\x1e\x8c\x1a\x90\xf0\x6a\x34\xc7\x3e\xaf\xe6\x18\x58\x14\x92\xbb\x96\x4f\xb7\x81\x5d\x9d\x98\xcb\xaf\xfb\x9b\x17\x3c\xb4\xb4\x57\x7c\x6b\x7c\xb5\xc4\xf2\xb6\xef\x94\xe4\x29\x4f\x8c\x51\x41\xdf\xa1\xd3\x86\xbd\x4d\xe1\xd3\x18\x00\x80\x20\x14\x50\xc8\x76\x4d\xe5\x49\x36\x80\xbd\xd6\x76\xaf\x2c\x58\x51\x0a\xab\x6b\xe7\xb8\xf7\x1a\xd7\x87\x69\x49\xc1\x73\x41\xcf\x54\xc2\x7f\x98\x0e\xb3\x6e\x3a\xc9\x0e\x2c\xc2\xa7\xed\xea\xb7\xb1\xec\x81\x8b\xf1\x4d\x72\x65\x4b\xe1\xe3\x06\xfe\x5c\x9a\x4d\x3c\xa2\xd6\x69\xd4\x1e\x66\xb7\x83\x80\xbe\x71\x36\xc9\xb9\x6f\x0b\xf0\xac\x30\xc9\x8e\xb6\x40\xa8\x24\x21\xef\x08\x06\x15\x98\x9d\x41\x40\xad\x93\x74\x19\xe3\xdd\xbd\xb2\x92\xc0\x76\x0d\xb1\xdc\xac\x22\x8d\xb5\x8d\xb0\xf5\xd1\xd4\xe6\x3b\xf9\x05\xd1\x8f\x06\x3a\xfc\x20\xbb\x5d\xcf\xd4\xff\x40\x79\x0a\x1a\x39\xb3\x11\x58\xc4\x1b\xb9\xce\xe6\xfc\x15\x00\x00\xff\xff\xc6\xc7\x9b\xeb\xea\x01\x00\x00" func epochNodeRegister_qc_voterCdcBytes() ([]byte, error) { return bindataRead( @@ -1625,11 +1604,11 @@ func epochNodeRegister_qc_voterCdc() (*asset, error) { } info := bindataFileInfo{name: "epoch/node/register_qc_voter.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xe3, 0x85, 0x38, 0x83, 0x3f, 0x29, 0xc8, 0x67, 0xf8, 0x39, 0x18, 0x90, 0x30, 0x95, 0xd7, 0xfb, 0xcb, 0x28, 0xff, 0x42, 0xeb, 0x66, 0x30, 0x6, 0x8b, 0x32, 0xc, 0x6a, 0x41, 0x3f, 0x8d, 0xc0}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x5b, 0x56, 0x4d, 0x3e, 0x62, 0x69, 0x8c, 0x0, 0x77, 0xd7, 0x80, 0xe3, 0x1a, 0x63, 0xe5, 0xe3, 0x64, 0x7f, 0xed, 0x92, 0x47, 0x2a, 0x1a, 0x86, 0x3e, 0x85, 0x98, 0x59, 0xfb, 0xd8, 0xdd, 0x73}} return a, nil } -var _epochScriptsGet_bonus_tokensCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xca\xcc\x2d\xc8\x2f\x2a\x51\x70\xcb\xc9\x2f\x77\x2d\xc8\x4f\xce\x50\x48\x2b\xca\xcf\x55\x50\x82\xf3\x95\xb8\xb8\x12\x93\x93\x53\x8b\x8b\x35\x12\x73\x72\x34\x15\xd2\x4a\xf3\x14\x72\x13\x33\xf3\x34\x34\xad\x14\x42\xdd\x32\x2b\xcc\x4c\x14\xaa\xb9\x14\x14\x14\x14\x8a\x52\x4b\x4a\x8b\xf2\x10\xe6\xe8\xa5\xa7\x96\x38\xe5\xe7\x95\x16\x87\xe4\x67\xa7\xe6\x15\x6b\x68\x72\xd5\x72\x01\x02\x00\x00\xff\xff\x76\x1b\x5a\x11\x6c\x00\x00\x00" +var _epochScriptsGet_bonus_tokensCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xca\xcc\x2d\xc8\x2f\x2a\x51\x50\x72\xcb\xc9\x2f\x77\x2d\xc8\x4f\xce\x50\xe2\xe2\x4a\x4c\x4e\x4e\x2d\x2e\xd6\x48\xcc\xc9\xd1\x54\x48\x2b\xcd\x53\xc8\x4d\xcc\xcc\xd3\xd0\xb4\x52\x08\x75\xcb\xac\x30\x33\x51\xa8\xe6\x52\x50\x50\x50\x28\x4a\x2d\x29\x2d\xca\x53\x80\xeb\xd3\x4b\x4f\x2d\x71\xca\xcf\x2b\x2d\x0e\xc9\xcf\x4e\xcd\x2b\xd6\xd0\xe4\xaa\xe5\x02\x04\x00\x00\xff\xff\x19\x28\xe4\x87\x5d\x00\x00\x00" func epochScriptsGet_bonus_tokensCdcBytes() ([]byte, error) { return bindataRead( @@ -1645,11 +1624,11 @@ func epochScriptsGet_bonus_tokensCdc() (*asset, error) { } info := bindataFileInfo{name: "epoch/scripts/get_bonus_tokens.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xdf, 0xb7, 0x12, 0xf4, 0xd5, 0x3, 0x5c, 0xc, 0xe2, 0x8f, 0xba, 0x1, 0xf6, 0xeb, 0xf5, 0x5e, 0x78, 0xa2, 0xa7, 0x95, 0x60, 0x32, 0x30, 0x36, 0x18, 0xe8, 0xde, 0xb7, 0x4d, 0xbd, 0xd3, 0xa}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x92, 0x3b, 0xb9, 0x5, 0x9b, 0xe1, 0x37, 0x18, 0x52, 0xa8, 0xdb, 0x85, 0x33, 0x54, 0x82, 0xd3, 0x45, 0x75, 0xe4, 0xdd, 0x1, 0x1d, 0xea, 0x60, 0x6a, 0xc2, 0xeb, 0x79, 0xbe, 0x1f, 0xd7, 0x16}} return a, nil } -var _epochScriptsGet_config_metadataCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xca\xcc\x2d\xc8\x2f\x2a\x51\x70\xcb\xc9\x2f\x77\x2d\xc8\x4f\xce\x50\x48\x2b\xca\xcf\x55\x50\x82\xf3\x95\xb8\xb8\x12\x93\x93\x53\x8b\x8b\x35\x12\x73\x72\x34\x15\xd2\x4a\xf3\x14\x72\x13\x33\xf3\x34\x34\xad\x10\x7a\xf4\x9c\xf3\xf3\xd2\x32\xd3\x15\xaa\xb9\x14\x14\x14\x14\x8a\x52\x4b\x4a\x8b\xf2\x90\x64\xd3\x53\x4b\x20\x0a\x7c\x53\x4b\x12\x53\x12\x4b\x12\x35\x34\xb9\x6a\xb9\x00\x01\x00\x00\xff\xff\x49\x98\x62\x2b\x79\x00\x00\x00" +var _epochScriptsGet_config_metadataCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xca\xcc\x2d\xc8\x2f\x2a\x51\x50\x72\xcb\xc9\x2f\x77\x2d\xc8\x4f\xce\x50\xe2\xe2\x4a\x4c\x4e\x4e\x2d\x2e\xd6\x48\xcc\xc9\xd1\x54\x48\x2b\xcd\x53\xc8\x4d\xcc\xcc\xd3\xd0\xb4\x52\x80\xab\xd1\x73\xce\xcf\x4b\xcb\x4c\x57\xa8\xe6\x52\x50\x50\x50\x28\x4a\x2d\x29\x2d\xca\x43\x92\x4d\x4f\x2d\x81\x28\xf0\x4d\x2d\x49\x4c\x49\x2c\x49\xd4\xd0\xe4\xaa\xe5\x02\x04\x00\x00\xff\xff\xfd\xde\x1e\xa0\x6a\x00\x00\x00" func epochScriptsGet_config_metadataCdcBytes() ([]byte, error) { return bindataRead( @@ -1665,11 +1644,11 @@ func epochScriptsGet_config_metadataCdc() (*asset, error) { } info := bindataFileInfo{name: "epoch/scripts/get_config_metadata.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xdc, 0x29, 0xb6, 0xd6, 0xa0, 0xb4, 0x99, 0xd, 0x4b, 0x96, 0x98, 0x11, 0xa1, 0x5d, 0x26, 0xa8, 0xa1, 0xfe, 0x9c, 0xbd, 0x5f, 0xbc, 0xac, 0xc5, 0x8, 0xcc, 0xe7, 0xf2, 0x6d, 0xd2, 0x51, 0xb7}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xa, 0x75, 0xeb, 0x0, 0xcc, 0x7c, 0xd9, 0xdf, 0x3e, 0xad, 0x41, 0x19, 0xed, 0x82, 0x9, 0xb4, 0x4a, 0xa6, 0x38, 0x32, 0x1a, 0x65, 0x93, 0xb4, 0x35, 0xff, 0x9f, 0x2d, 0x58, 0xb8, 0x43, 0x63}} return a, nil } -var _epochScriptsGet_create_clustersCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x54\x8e\xb1\xca\x83\x40\x10\x84\xfb\x7b\x8a\xc1\x4a\x1b\x1f\xc0\xd6\xff\x0f\xa4\x0c\x29\xc5\x62\xb9\xac\x89\xb0\xde\xca\xde\x4a\x08\x21\xef\x1e\x08\x62\x4c\x37\x33\x7c\xc3\xcc\x38\xcd\x6a\x8e\x83\xe8\xfd\x7f\xd6\x78\xc3\x60\x3a\xa1\xd8\x7c\x11\x76\x44\x2b\x4b\x76\xb6\x53\xbb\xa3\xb6\xac\x08\x81\x62\xe4\x9c\x4b\x12\xa9\x30\x2c\x09\x13\x8d\xa9\x24\x33\x7a\x34\xe8\xce\x6e\x63\xba\xf6\x55\x83\xee\xa7\x57\xaf\xaa\xc7\x33\x00\x80\xb1\x2f\x96\xbe\x8f\xea\x68\x4c\xce\xad\x8a\x70\x74\xb5\x15\xcf\x65\xd2\x0b\x1f\xff\x72\x83\xcf\x42\x15\x5e\xe1\x1d\x00\x00\xff\xff\xb5\xb7\x78\xee\xcd\x00\x00\x00" +var _epochScriptsGet_create_clustersCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x54\xcd\x31\xca\xc2\x50\x10\x04\xe0\x7e\x4f\x31\xa4\x4a\x9a\x1c\x20\x6d\xfe\x5f\xb0\x14\xcb\x90\x62\x79\xae\x1a\xd8\xbc\x0d\xfb\x36\x88\x88\x77\x17\x24\x88\x76\xc3\x30\xc3\x37\xcd\x8b\x79\xa0\xda\xa9\xdd\xfe\x17\x4b\xd7\x8a\xbe\xab\x5e\xd7\x12\xe2\x87\xbe\x22\xe2\x94\xa4\x94\x9a\x55\x1b\x9c\xd7\x8c\x99\xa7\x5c\xb3\x3b\xdf\x3b\x0c\xc7\xf0\x29\x5f\xc6\xa6\xc3\xf0\xf3\x6b\xb7\x34\xe2\x41\x00\xe0\x12\xab\x67\x7c\xb8\x36\xb9\x70\x48\x6f\xaa\x92\xc2\x7c\x9b\x97\x3a\xdb\x49\xf6\x7f\xa5\xc3\x5b\x68\xe8\x49\xaf\x00\x00\x00\xff\xff\x58\x3d\x97\x79\xab\x00\x00\x00" func epochScriptsGet_create_clustersCdcBytes() ([]byte, error) { return bindataRead( @@ -1685,7 +1664,7 @@ func epochScriptsGet_create_clustersCdc() (*asset, error) { } info := bindataFileInfo{name: "epoch/scripts/get_create_clusters.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x53, 0x30, 0xb5, 0x66, 0xa1, 0x17, 0x72, 0xdf, 0xf5, 0x1a, 0x82, 0x7a, 0xa9, 0x3d, 0x91, 0xef, 0xbf, 0x11, 0x15, 0x6e, 0xfd, 0x84, 0x7, 0x85, 0xde, 0xd8, 0x9, 0x31, 0x4d, 0x21, 0x64, 0x35}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xc7, 0xcb, 0x50, 0x69, 0xec, 0xe5, 0x8b, 0xcb, 0xf2, 0x9c, 0x32, 0x1b, 0x3, 0xcd, 0xdc, 0xb2, 0x5d, 0x27, 0xb2, 0x4d, 0x10, 0xc9, 0x7b, 0xec, 0xfd, 0x10, 0xe2, 0xc, 0xeb, 0x15, 0x58, 0xf9}} return a, nil } @@ -1709,7 +1688,7 @@ func epochScriptsGet_current_viewCdc() (*asset, error) { return a, nil } -var _epochScriptsGet_epoch_counterCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xca\xcc\x2d\xc8\x2f\x2a\x51\x70\xcb\xc9\x2f\x77\x2d\xc8\x4f\xce\x50\x48\x2b\xca\xcf\x55\x50\x82\xf3\x95\xb8\xb8\x12\x93\x93\x53\x8b\x8b\x35\x12\x73\x72\x34\x15\xd2\x4a\xf3\x14\x72\x13\x33\xf3\x34\x34\xad\x14\x42\x3d\xf3\x4a\xcc\x4c\x14\xaa\xb9\x14\x14\x14\x14\x8a\x52\x4b\x4a\x8b\xf2\x10\xe6\xe8\x25\x97\x16\x15\xa5\xe6\x95\x80\x39\xce\xf9\xa5\x79\x25\xa9\x45\x5c\xb5\x80\x00\x00\x00\xff\xff\xc6\x93\x6d\x15\x6e\x00\x00\x00" +var _epochScriptsGet_epoch_counterCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xca\xcc\x2d\xc8\x2f\x2a\x51\x50\x72\xcb\xc9\x2f\x77\x2d\xc8\x4f\xce\x50\xe2\xe2\x4a\x4c\x4e\x4e\x2d\x2e\xd6\x48\xcc\xc9\xd1\x54\x48\x2b\xcd\x53\xc8\x4d\xcc\xcc\xd3\xd0\xb4\x52\x08\xf5\xcc\x2b\x31\x33\x51\xa8\xe6\x52\x50\x50\x50\x28\x4a\x2d\x29\x2d\xca\x53\x80\xeb\xd3\x4b\x2e\x2d\x2a\x4a\xcd\x2b\x01\x73\x9c\xf3\x4b\xf3\x4a\x52\x8b\xb8\x6a\x01\x01\x00\x00\xff\xff\x06\x13\xd8\x48\x5f\x00\x00\x00" func epochScriptsGet_epoch_counterCdcBytes() ([]byte, error) { return bindataRead( @@ -1725,11 +1704,11 @@ func epochScriptsGet_epoch_counterCdc() (*asset, error) { } info := bindataFileInfo{name: "epoch/scripts/get_epoch_counter.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x83, 0x42, 0x10, 0xa0, 0xad, 0xb7, 0x47, 0xa, 0x61, 0x20, 0xe3, 0xe2, 0xef, 0x4c, 0x70, 0xe6, 0x10, 0xef, 0x4d, 0x43, 0x5e, 0xcb, 0xa9, 0x60, 0x2d, 0x66, 0x4, 0xf2, 0xee, 0x88, 0xd2, 0x26}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x85, 0x48, 0xa6, 0x3a, 0x1d, 0x4a, 0x1b, 0x75, 0xd6, 0xe4, 0x89, 0x20, 0xd1, 0xf4, 0x35, 0xac, 0x50, 0x61, 0x6a, 0x8e, 0x23, 0x51, 0xf, 0x64, 0x5a, 0xd6, 0xe5, 0xd5, 0x8d, 0xef, 0x66, 0x5f}} return a, nil } -var _epochScriptsGet_epoch_metadataCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xca\xcc\x2d\xc8\x2f\x2a\x51\x70\xcb\xc9\x2f\x77\x2d\xc8\x4f\xce\x50\x48\x2b\xca\xcf\x55\x50\x82\xf3\x95\xb8\xb8\x12\x93\x93\x53\x8b\x8b\x35\x12\x73\x72\x34\x15\xd2\x4a\xf3\x14\x72\x13\x33\xf3\x34\x52\x41\x92\xce\xf9\xa5\x79\x25\xa9\x45\x56\x0a\xa1\x9e\x79\x25\x66\x26\x9a\x56\x08\x73\xf4\xc0\xa4\x6f\x6a\x49\x62\x4a\x62\x49\xa2\x42\x35\x97\x82\x82\x82\x42\x51\x6a\x49\x69\x51\x1e\x92\xa2\xf4\xd4\x12\x14\x75\x28\xc6\x6a\x2a\x72\xd5\x02\x02\x00\x00\xff\xff\xc7\x41\x13\xa2\x9f\x00\x00\x00" +var _epochScriptsGet_epoch_metadataCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xca\xcc\x2d\xc8\x2f\x2a\x51\x50\x72\xcb\xc9\x2f\x77\x2d\xc8\x4f\xce\x50\xe2\xe2\x4a\x4c\x4e\x4e\x2d\x2e\xd6\x48\xcc\xc9\xd1\x54\x48\x2b\xcd\x53\xc8\x4d\xcc\xcc\xd3\x48\x05\x49\x3a\xe7\x97\xe6\x95\xa4\x16\x59\x29\x84\x7a\xe6\x95\x98\x99\x68\x5a\x29\xc0\xf5\xe9\x81\x49\xdf\xd4\x92\xc4\x94\xc4\x92\x44\x85\x6a\x2e\x05\x05\x05\x85\xa2\xd4\x92\xd2\xa2\x3c\x24\x45\xe9\xa9\x25\x28\xea\x50\x8c\xd5\x54\xe4\xaa\x05\x04\x00\x00\xff\xff\xc9\x56\xf5\x66\x90\x00\x00\x00" func epochScriptsGet_epoch_metadataCdcBytes() ([]byte, error) { return bindataRead( @@ -1745,11 +1724,11 @@ func epochScriptsGet_epoch_metadataCdc() (*asset, error) { } info := bindataFileInfo{name: "epoch/scripts/get_epoch_metadata.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xcc, 0xf7, 0x5b, 0xef, 0xc4, 0x5f, 0xa4, 0xcf, 0xc5, 0x9e, 0x16, 0x2e, 0xa9, 0x19, 0x76, 0x2b, 0x9f, 0x9, 0xdf, 0x16, 0x2c, 0xf3, 0x59, 0x48, 0x8c, 0x36, 0x26, 0xc, 0x9c, 0xd6, 0xb8, 0x12}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xf8, 0xfb, 0xbf, 0xb, 0xd5, 0x4a, 0x7c, 0xf9, 0xe8, 0xad, 0x6f, 0xd6, 0xb, 0xd1, 0x24, 0x8f, 0xf5, 0x67, 0x5a, 0x9, 0x81, 0x0, 0x8, 0x5e, 0x66, 0x27, 0xa3, 0x59, 0x8b, 0x8d, 0x1, 0xd2}} return a, nil } -var _epochScriptsGet_epoch_phaseCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\xcc\xb1\x0a\xc2\x40\x0c\x06\xe0\xfd\x9e\xe2\xa7\x53\xbb\x74\x16\x77\x05\x37\x17\xdd\xc3\x91\xd2\x42\x2e\x29\xb9\x84\x0e\xe2\xbb\x0b\x0e\x3a\x7e\xcb\xb7\xb5\xdd\x3c\x70\x15\x3b\x2e\xbb\xd5\x15\x8b\x5b\xc3\xf0\xf3\x50\x0a\xd5\xca\xbd\x8f\x24\x32\x61\x49\x45\xa3\x4d\xc7\xe9\x8c\xc7\x4d\xe3\x84\x57\x01\x00\xe7\x48\xd7\x7f\x33\xd7\x74\x67\x8d\x2f\xee\x2b\x75\x9e\x9d\x8e\x27\x49\x72\x79\x7f\x02\x00\x00\xff\xff\xd2\xb5\x20\xc1\x74\x00\x00\x00" +var _epochScriptsGet_epoch_phaseCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xca\xcc\x2d\xc8\x2f\x2a\x51\x50\x72\xcb\xc9\x2f\x77\x2d\xc8\x4f\xce\x50\xe2\xe2\x4a\x4c\x4e\x4e\x2d\x2e\xd6\x48\xcc\xc9\xd1\x54\x48\x2b\xcd\x53\xc8\x4d\xcc\xcc\xd3\xd0\xb4\x52\x08\xf5\xcc\x2b\xb1\x50\xa8\xe6\x52\x50\x50\x50\x28\x4a\x2d\x29\x2d\xca\x53\x80\x6b\xd3\x4b\x2e\x2d\x2a\x4a\xcd\x2b\x01\x73\x02\x32\x12\x8b\x53\xf5\x8a\x12\xcb\xc3\x12\x73\x4a\x53\xb9\x6a\x01\x01\x00\x00\xff\xff\xbf\x18\xe6\x2f\x65\x00\x00\x00" func epochScriptsGet_epoch_phaseCdcBytes() ([]byte, error) { return bindataRead( @@ -1765,11 +1744,11 @@ func epochScriptsGet_epoch_phaseCdc() (*asset, error) { } info := bindataFileInfo{name: "epoch/scripts/get_epoch_phase.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x8e, 0xc2, 0x92, 0xc6, 0x5c, 0xd7, 0x19, 0x5d, 0xed, 0x1d, 0xe8, 0xfc, 0x5a, 0xfa, 0x53, 0x75, 0x8a, 0x15, 0x52, 0x13, 0xdf, 0x55, 0xae, 0x71, 0x7e, 0xcc, 0xc, 0x81, 0x95, 0xdc, 0xc7, 0xc5}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x4a, 0x16, 0x19, 0x6e, 0x63, 0x8b, 0x65, 0xbf, 0x32, 0xe5, 0xec, 0xa1, 0xd1, 0x0, 0x2d, 0x2e, 0xed, 0xb5, 0x6b, 0x1c, 0xeb, 0xb6, 0xe9, 0x9d, 0x1c, 0x7b, 0xb9, 0xe8, 0x6f, 0x69, 0x3e, 0x59}} return a, nil } -var _epochScriptsGet_epoch_timing_configCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xca\xcc\x2d\xc8\x2f\x2a\x51\x70\xcb\xc9\x2f\x77\x2d\xc8\x4f\xce\x50\x48\x2b\xca\xcf\x55\x50\x82\xf3\x95\xb8\xb8\x12\x93\x93\x53\x8b\x8b\x35\x12\x73\x72\x34\x15\xd2\x4a\xf3\x14\x72\x13\x33\xf3\x34\x34\xad\x10\x7a\xf4\xc0\x64\x48\x66\x6e\x66\x5e\xba\x73\x7e\x5e\x5a\x66\xba\x42\x35\x97\x82\x82\x82\x42\x51\x6a\x49\x69\x51\x1e\x92\xc2\xf4\xd4\x12\x0c\xb5\x1a\x9a\x5c\xb5\x80\x00\x00\x00\xff\xff\xd4\x6d\x92\x2d\x86\x00\x00\x00" +var _epochScriptsGet_epoch_timing_configCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xca\xcc\x2d\xc8\x2f\x2a\x51\x50\x72\xcb\xc9\x2f\x77\x2d\xc8\x4f\xce\x50\xe2\xe2\x4a\x4c\x4e\x4e\x2d\x2e\xd6\x48\xcc\xc9\xd1\x54\x48\x2b\xcd\x53\xc8\x4d\xcc\xcc\xd3\xd0\xb4\x52\x80\xab\xd1\x03\x93\x21\x99\xb9\x99\x79\xe9\xce\xf9\x79\x69\x99\xe9\x0a\xd5\x5c\x0a\x0a\x0a\x0a\x45\xa9\x25\xa5\x45\x79\x48\x0a\xd3\x53\x4b\x30\xd4\x6a\x68\x72\xd5\x02\x02\x00\x00\xff\xff\xa8\xef\xbb\x7f\x77\x00\x00\x00" func epochScriptsGet_epoch_timing_configCdcBytes() ([]byte, error) { return bindataRead( @@ -1785,11 +1764,11 @@ func epochScriptsGet_epoch_timing_configCdc() (*asset, error) { } info := bindataFileInfo{name: "epoch/scripts/get_epoch_timing_config.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xd8, 0x3f, 0xce, 0x1b, 0x5d, 0x2, 0xa1, 0xda, 0x74, 0x91, 0x1e, 0x7f, 0x30, 0x80, 0x4b, 0xa1, 0xc5, 0xbc, 0x78, 0x58, 0xe2, 0x85, 0xa3, 0x36, 0x62, 0x7a, 0x19, 0xcc, 0x30, 0xc4, 0x9e, 0x8c}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x9d, 0x95, 0xd3, 0x4a, 0x66, 0x6f, 0x72, 0x76, 0x84, 0xe9, 0xfd, 0xd, 0xab, 0x7e, 0xcf, 0xf3, 0xf7, 0x65, 0xf, 0x47, 0x4d, 0x23, 0x6c, 0x81, 0x51, 0x7d, 0x2, 0x1, 0x8a, 0x45, 0xe1, 0x6}} return a, nil } -var _epochScriptsGet_proposed_counterCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xca\xcc\x2d\xc8\x2f\x2a\x51\x70\xcb\xc9\x2f\x77\x2d\xc8\x4f\xce\x50\x48\x2b\xca\xcf\x55\x50\x82\xf3\x95\xb8\xb8\x12\x93\x93\x53\x8b\x8b\x35\x12\x73\x72\x34\x15\xd2\x4a\xf3\x14\x72\x13\x33\xf3\x34\x34\xad\x14\x42\x3d\xf3\x4a\xcc\x4c\x14\xaa\xb9\x14\x14\x14\x14\x8a\x52\x4b\x4a\x8b\xf2\x10\xe6\xe8\x15\x14\xe5\x17\xe4\x17\xa7\xa6\x80\x79\xce\xf9\xa5\x79\x25\xa9\x45\x1a\x9a\x5c\xb5\x80\x00\x00\x00\xff\xff\x47\x3a\xad\xbf\x71\x00\x00\x00" +var _epochScriptsGet_proposed_counterCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xca\xcc\x2d\xc8\x2f\x2a\x51\x50\x72\xcb\xc9\x2f\x77\x2d\xc8\x4f\xce\x50\xe2\xe2\x4a\x4c\x4e\x4e\x2d\x2e\xd6\x48\xcc\xc9\xd1\x54\x48\x2b\xcd\x53\xc8\x4d\xcc\xcc\xd3\xd0\xb4\x52\x08\xf5\xcc\x2b\x31\x33\x51\xa8\xe6\x52\x50\x50\x50\x28\x4a\x2d\x29\x2d\xca\x53\x80\xeb\xd3\x2b\x28\xca\x2f\xc8\x2f\x4e\x4d\x01\xf3\x9c\xf3\x4b\xf3\x4a\x52\x8b\x34\x34\xb9\x6a\x01\x01\x00\x00\xff\xff\x12\x73\x8a\xae\x62\x00\x00\x00" func epochScriptsGet_proposed_counterCdcBytes() ([]byte, error) { return bindataRead( @@ -1805,11 +1784,11 @@ func epochScriptsGet_proposed_counterCdc() (*asset, error) { } info := bindataFileInfo{name: "epoch/scripts/get_proposed_counter.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x41, 0xc4, 0xf8, 0x7c, 0xf, 0x29, 0xc7, 0x76, 0xb4, 0x12, 0x90, 0xa3, 0x44, 0x2d, 0x55, 0x7e, 0x6f, 0x2e, 0x42, 0xac, 0x6e, 0x97, 0xb6, 0x9d, 0xf3, 0x7f, 0x88, 0xf4, 0x20, 0x92, 0xed, 0x42}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x45, 0xd1, 0x77, 0x7, 0x66, 0xbe, 0x79, 0x87, 0xbb, 0x1e, 0x4d, 0x1c, 0xcf, 0x98, 0xce, 0xcf, 0x5c, 0x5b, 0xf5, 0x15, 0x3c, 0xf, 0x1f, 0x3d, 0x19, 0xd9, 0xc3, 0x67, 0xcf, 0x6c, 0x52, 0x94}} return a, nil } -var _epochScriptsGet_randomizeCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xca\xcc\x2d\xc8\x2f\x2a\x51\x70\xcb\xc9\x2f\x77\x2d\xc8\x4f\xce\x50\x48\x2b\xca\xcf\x55\x50\x82\xf3\x95\xb8\xb8\x12\x93\x93\x53\x8b\x8b\x35\x12\x73\x72\x34\x15\xd2\x4a\xf3\x14\x72\x13\x33\xf3\x34\x12\x8b\x8a\x12\x2b\xad\x14\xa2\x83\x4b\x8a\x32\xf3\xd2\x63\x35\x11\x4c\x85\x6a\x2e\x05\x05\x05\x85\xa2\xd4\x92\xd2\xa2\x3c\x84\xc1\x7a\x45\x89\x79\x29\xf9\xb9\x99\x55\xa9\x10\xbd\x9a\x5c\xb5\x5c\x80\x00\x00\x00\xff\xff\x71\xcc\x71\x38\x7d\x00\x00\x00" +var _epochScriptsGet_randomizeCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xca\xcc\x2d\xc8\x2f\x2a\x51\x50\x72\xcb\xc9\x2f\x77\x2d\xc8\x4f\xce\x50\xe2\xe2\x4a\x4c\x4e\x4e\x2d\x2e\xd6\x48\xcc\xc9\xd1\x54\x48\x2b\xcd\x53\xc8\x4d\xcc\xcc\xd3\x48\x2c\x2a\x4a\xac\xb4\x52\x88\x0e\x2e\x29\xca\xcc\x4b\x8f\xd5\x44\x30\x15\xaa\xb9\x14\x14\x14\x14\x8a\x52\x4b\x4a\x8b\xf2\x14\xe0\x06\xe9\x15\x25\xe6\xa5\xe4\xe7\x66\x56\xa5\x42\xf4\x6a\x72\xd5\x72\x01\x02\x00\x00\xff\xff\x9c\x88\x96\x27\x6e\x00\x00\x00" func epochScriptsGet_randomizeCdcBytes() ([]byte, error) { return bindataRead( @@ -1825,11 +1804,11 @@ func epochScriptsGet_randomizeCdc() (*asset, error) { } info := bindataFileInfo{name: "epoch/scripts/get_randomize.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x28, 0x12, 0xd9, 0x65, 0x36, 0xf, 0xe4, 0x3b, 0x80, 0x3b, 0xdd, 0x29, 0x6b, 0xfd, 0x50, 0x6a, 0x2e, 0xa5, 0xa1, 0x70, 0x41, 0xc2, 0x79, 0xec, 0xfb, 0x14, 0x51, 0xc, 0xe8, 0xb8, 0xcb, 0xb4}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x5b, 0xdc, 0xb6, 0x3f, 0x62, 0x0, 0xcf, 0x5c, 0x1f, 0x5f, 0xf2, 0x51, 0x1f, 0x5e, 0xac, 0x94, 0x1f, 0x34, 0x68, 0x3a, 0x95, 0x1d, 0x92, 0xa1, 0xdd, 0x73, 0x27, 0x4c, 0x33, 0xcd, 0xd3, 0x4a}} return a, nil } -var _epochScriptsGet_target_end_time_for_epochCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\x8f\x31\x8b\xc3\x30\x0c\x85\x77\xff\x8a\x47\xa6\x78\xb9\xe9\xb8\xe1\xa0\x5d\x42\x03\xdd\xd3\x1f\x60\x5c\x25\x35\xd8\x72\x50\x6c\x3a\x94\xfc\xf7\x12\x27\x69\xa3\x41\x3c\xa1\xf7\xe9\x21\x17\xc6\x28\x09\xad\x8f\xcf\xcb\x18\xed\x03\xbd\xc4\x80\xea\x33\x57\x4a\x19\x6b\x69\x9a\x6a\xe3\xbd\x46\x9f\x19\xc1\x38\xae\x93\x91\x81\x52\xb1\xfc\xe3\x76\xe5\xf4\xf7\xab\x77\x81\x97\x02\x80\x51\x68\x53\x4b\x1d\x00\x9c\x4f\xdf\xc0\x1f\x9b\x45\x88\xd7\x4d\x13\x33\x27\x92\x02\xcd\xa5\x7b\x4a\xb0\x91\x7b\x37\xe0\x08\xed\xa7\x3a\x17\x1c\x0f\x4d\x31\xd4\xba\x10\x42\x29\x0b\x6f\xd0\x62\xec\xd6\x64\xbe\x77\x2e\x50\x1b\xa5\x80\xc7\x07\xb4\x9a\xdf\x01\x00\x00\xff\xff\x48\xb4\xb0\xb3\x07\x01\x00\x00" +var _epochScriptsGet_target_end_time_for_epochCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\x8f\xc1\xaa\x83\x30\x10\x45\xf7\xf9\x8a\x8b\x2b\xb3\x79\xab\x47\x17\x85\x76\x23\x15\xba\xb7\x1f\x10\xd2\xd1\x06\x92\x89\x8c\x09\x5d\x14\xff\xbd\x18\xb5\x98\x45\xb8\x30\xe7\xcc\x65\x5c\x18\xa3\x24\x54\xad\x8f\xef\xdb\x18\xed\xab\x52\xca\x58\x4b\xd3\x54\x1b\xef\x35\xfa\xcc\x08\xc6\x71\x9d\x8c\x0c\x94\x0a\x72\xc6\xe3\xce\xe9\xf4\xaf\xf7\x80\x8f\x02\x80\x51\x68\x4b\xcb\x3b\x08\xb8\x5e\xf0\x2b\xf8\xb3\x59\x84\x78\x9d\x34\x31\x73\x22\x29\xd2\x5c\x7e\x4f\x09\x36\x72\xef\x06\x1c\xa5\x7d\x55\xe7\x82\xe3\xa1\x29\x40\xad\x8b\x21\x94\xb2\xf0\x26\x2d\x60\xb7\x36\xf3\xb3\x73\x81\xda\x28\x45\x3c\x1e\xa0\xd5\xfc\x0d\x00\x00\xff\xff\x3a\xae\x44\x03\xf8\x00\x00\x00" func epochScriptsGet_target_end_time_for_epochCdcBytes() ([]byte, error) { return bindataRead( @@ -1845,7 +1824,7 @@ func epochScriptsGet_target_end_time_for_epochCdc() (*asset, error) { } info := bindataFileInfo{name: "epoch/scripts/get_target_end_time_for_epoch.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x5a, 0x2c, 0x9a, 0x3f, 0xf9, 0x63, 0x6b, 0x6, 0x62, 0x77, 0x4b, 0xf8, 0x7c, 0xfa, 0xc0, 0x87, 0x40, 0xcb, 0x6c, 0x11, 0x6, 0x75, 0xc3, 0x10, 0x56, 0xdc, 0xf7, 0x79, 0x9, 0xa4, 0x6f, 0xd4}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xc5, 0xcc, 0xe2, 0x3, 0xcd, 0xfc, 0xf5, 0xfe, 0x3f, 0x18, 0xc2, 0xfb, 0xdc, 0x70, 0x98, 0xd0, 0xab, 0xc9, 0x3a, 0x89, 0xec, 0x93, 0x83, 0x17, 0xc3, 0x96, 0x76, 0xc7, 0x5d, 0xbd, 0x29, 0x3d}} return a, nil } @@ -1989,7 +1968,7 @@ func flowtokenTransfer_tokensCdc() (*asset, error) { return a, nil } -var _idtablestakingAdminAdd_approved_and_limitsCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x54\x4d\x6f\xe3\x36\x10\x3d\x4b\xbf\x62\xd6\x87\xad\x8c\x16\x32\xf6\x6a\xd4\x5d\xa4\x35\x0a\x08\x08\x16\xc5\x7a\xd1\x4b\x90\x03\x4d\x8e\x2c\xb6\x34\x47\x20\x47\x51\x82\xc0\xff\xbd\x18\x4a\xf2\x47\xa2\xa0\xbc\x18\x30\xdf\xbc\x79\x7c\xf3\x46\xf6\xd8\x52\x60\xf8\xd3\x51\x5f\x6d\x7f\xa8\xbd\xc3\x1d\xab\x7f\xad\x3f\x40\x1d\xe8\x08\x8b\xf7\x17\x8b\x3c\x5f\xad\x56\xf0\xa3\xb1\x11\x38\x28\x1f\x95\x66\x4b\x1e\x94\x31\x11\x3c\x19\x84\x6a\x1b\x81\x09\xb8\x41\x70\x36\x32\x50\x0d\xaa\x6d\x03\x3d\xa1\x49\x80\x08\xd6\x27\x0e\x41\x54\x5b\x60\x61\x2f\x21\xfd\x55\x31\x28\x17\x09\xac\xd7\x01\x55\xc4\x08\xd1\x11\x83\xb3\x47\xcb\x31\x21\xf6\x2f\xa9\xce\x77\xc7\x3d\x06\xe1\x1e\x28\xfb\x86\x40\x05\x14\x19\x68\x04\x38\xd0\xd5\xa0\xfc\x8b\xa0\xa4\x46\x34\x58\x73\x56\xa1\x5c\x40\x65\x5e\x00\x9f\x45\xa5\xf5\x37\x7a\x7e\x01\x6e\xec\xd0\xf1\xfa\x95\xbd\x75\x0e\x3c\x31\x04\x7c\xc2\xc0\x50\x58\x83\xc7\x96\x18\x3d\x2f\xf3\xfc\x0a\x59\x78\xec\xef\xc6\x57\x57\xdb\xb8\x86\x87\x1d\x07\xeb\x0f\x8f\x4b\x78\xcd\x73\x00\x80\xd5\x0a\xee\x49\x2b\x07\x4f\x2a\x58\x69\x09\x35\x05\x50\x10\xb0\xc6\x80\x5e\xe3\x64\x62\xb5\x85\x34\x00\xb8\x33\x47\xeb\x81\xf6\xff\xa0\xe6\x44\xe1\x90\x41\xc9\x9f\xdf\xb1\x5e\xc3\xe7\xf7\xc3\x2a\x53\xc9\xd0\xaf\x0d\xd8\xaa\x80\x85\xd2\x9a\xd7\xa0\x3a\x6e\x8a\xdf\x29\x04\xea\xff\x56\xae\xc3\x25\x7c\xbe\xd3\x9a\x3a\xcf\x22\x10\xc6\x23\x7e\x27\xcc\x9c\x2e\xf5\x56\x8e\x9c\x88\xae\x2e\x27\x4d\xb0\x01\xe9\x56\x46\xa6\xa0\x0e\x58\x0e\x5c\xbf\x7e\x28\xf4\xb7\x42\x52\xb7\x9e\x89\x63\x39\xfe\x26\xd8\x6e\xa0\xfb\x4b\x71\xb3\x3c\x37\x96\xf3\xf5\x2b\xb4\xca\x5b\x5d\x2c\xfe\xa0\xce\x99\x34\xa8\x51\xff\x8d\xfa\x38\x66\x3c\xe9\x5c\x0c\x1c\xa7\xc1\x25\x7c\x46\xdd\x31\xc2\x6b\x9e\x65\x62\x6f\x0a\x87\x34\xbe\xcc\x12\x36\x73\x02\x0f\xc8\x13\xe6\xde\x46\x2e\x96\x79\x96\x65\x73\x82\x1c\x29\x73\x59\x08\xd9\x90\xc5\x32\x1f\xbb\x49\xd8\xef\x53\xd6\x3f\x6c\xf2\x9d\x1c\xee\xce\xb0\x22\x95\xae\x56\x92\xfb\x14\x75\x8f\xfd\xb4\x85\xd0\x37\x56\x37\x60\x08\xa3\xff\x89\xe7\xe3\x3e\xea\x48\x32\x46\x22\x6f\xce\xdb\x97\x20\x5a\x79\x63\x8d\x62\x1c\x78\x87\x55\x4c\xb0\xab\xd5\x94\xb5\xfc\x32\x10\x48\x8a\x51\xe9\x06\x34\x85\x80\xb1\x25\x6f\xc4\xeb\x54\x3c\x6c\x67\x96\x09\xc6\x63\xff\x8d\x0c\x56\x5b\xd1\x72\xbb\x2d\xc9\xfd\xcc\xd6\x73\xee\x3f\x9c\xeb\x1e\xe1\xd3\x06\xbc\x75\x63\x5e\xb3\x2c\xd3\xe4\xd9\xfa\x0e\xa5\xfa\x24\xc6\x24\x53\xa5\x73\xe5\x6b\x9a\xb7\xf4\xdb\x78\x5b\x24\xd8\x76\x7d\xd1\x95\xac\xcd\x2e\x23\x79\x98\x88\xca\x40\x0e\x1f\x61\x03\x1f\xde\x7d\x82\x9f\xe1\x4b\x2a\xff\x9f\x17\x6c\x80\x43\xd2\x7b\x1a\xe7\x18\x91\xaf\x07\x33\x04\x64\xda\xb8\xce\xcb\x37\x88\x2e\xbe\xa4\x31\x5c\x8d\x3c\xce\xef\x61\x19\xdf\x84\x73\x46\xd5\x14\xa4\x9d\x38\x86\xfd\xcd\x77\x37\xcb\xde\xd1\x5d\x45\xf0\xe2\xc2\xfa\xca\x91\x69\xab\x4e\xff\x05\x00\x00\xff\xff\xa0\x1b\xa9\x9a\x63\x06\x00\x00" +var _idtablestakingAdminAdd_approved_and_limitsCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x54\x4d\x6f\xeb\x36\x10\x3c\x4b\xbf\x62\x9f\x0f\xaf\x32\x5a\xd8\x78\x57\xa3\x6e\x90\xd6\x28\x20\x20\x08\x8a\x38\xe8\x25\xc8\x81\x26\x57\x16\x5b\x9a\x2b\x90\xab\x28\x41\xe0\xff\x5e\x2c\x25\xf9\x23\x51\x50\x5e\x0c\x98\xb3\xb3\xc3\xd9\x1d\xd9\x43\x43\x81\x61\xf6\xa7\xa3\xae\xdc\x3c\xaa\x9d\xc3\x2d\xab\x7f\xad\xdf\xcf\xf2\x7c\xb9\x5c\xc2\x63\x6d\x23\x70\x50\x3e\x2a\xcd\x96\x3c\x28\x63\x22\x78\x32\x08\xe5\x26\x02\x13\x70\x8d\xe0\x6c\x64\xa0\x0a\x54\xd3\x04\x7a\x41\x93\x00\x11\xac\x4f\x1c\x82\x28\x37\xc0\xc2\xbe\x80\xf4\x57\xc9\xa0\x5c\x24\xb0\x5e\x07\x54\x11\x23\x44\x47\x0c\xce\x1e\x2c\xc7\x84\xd8\xbd\xa5\x3a\xdf\x1e\x76\x18\x84\xbb\xa7\xec\x6a\x02\x15\x50\x64\xa0\x11\x60\x4f\x57\x81\xf2\x6f\x82\x92\x1a\xd1\x60\xcd\x49\x85\x72\x01\x95\x79\x03\x7c\x15\x95\xd6\x5f\xe9\xf9\x05\xb8\xb6\x7d\xc7\xcb\x57\x76\xd6\x39\xf0\xc4\x10\xf0\x05\x03\x43\x61\x0d\x1e\x1a\x62\xf4\x3c\xcf\xf3\x0b\x64\xe1\xb1\xbb\x1d\x5e\x5d\x6e\xe2\x0a\x9e\xb6\x1c\xac\xdf\x3f\xcf\xe1\x3d\xcf\x01\x00\x96\x4b\xb8\x23\xad\x1c\xbc\xa8\x60\xa5\x25\x54\x14\x40\x41\xc0\x0a\x03\x7a\x8d\xa3\x89\xe5\x06\xd2\x00\xe0\xd6\x1c\xac\x07\xda\xfd\x83\x9a\x13\x85\x43\x06\x25\x7f\x3e\x60\xb5\x82\xef\x9f\x87\xb5\x48\x25\x7d\xbf\x26\x60\xa3\x02\x16\x4a\x6b\x5e\x81\x6a\xb9\x2e\x7e\xa7\x10\xa8\xfb\x5b\xb9\x16\xe7\xf0\xfd\x56\x6b\x6a\x3d\x8b\x40\x18\x8e\xf8\x9d\x30\x53\xba\xd4\x47\x39\x72\x22\xba\x6a\x31\x6a\x82\x35\x48\xb7\x45\x64\x0a\x6a\x8f\x8b\x9e\xeb\xd7\x2f\x85\xfe\x56\x54\x81\x0e\x2b\x98\xb8\x1f\x7e\x13\x6c\xdb\xd3\xfd\xa5\xb8\x9e\x9f\x1a\xcb\xb9\xb9\x81\x46\x79\xab\x8b\xd9\x1f\xd4\x3a\x93\x06\x35\xe8\xbf\x52\x1f\x7b\xb2\xfe\x05\xb3\x9e\xe3\xd8\xbb\x84\xaf\xa8\x5b\x46\x78\xcf\xb3\x4c\xec\x4d\xcb\x21\x8d\xcf\xb3\x84\xf5\x94\xc0\x3d\xf2\x88\xb9\xb3\x91\x8b\x79\x9e\x65\xd9\x94\x20\x47\xca\x9c\x03\x21\x09\x99\xcd\xf3\xa1\x9b\x2c\xfb\x5d\xda\xf5\x2f\x9b\x3c\x90\xc3\xed\x09\x56\xa4\xd2\xe5\x52\xf6\x3e\xad\xba\xc7\x6e\x4c\x21\x74\xb5\xd5\x35\x18\xc2\xe8\x7f\xe2\xe9\x75\x1f\x74\x24\x19\x03\x91\x37\xa7\xf4\x25\x88\x56\xde\x58\xa3\x18\x7b\xde\x3e\x8a\x09\x76\x11\x4d\x89\xe5\x8f\x9e\x40\xb6\x18\x95\xae\x41\x53\x08\x18\x1b\xf2\x46\xbc\x4e\xc5\x7d\x3a\xb3\x4c\x30\x1e\xbb\x7b\x32\x58\x6e\x44\xcb\x75\x5a\x92\xfb\x99\xad\xa6\xdc\x7f\x3a\xd5\x3d\xc3\xb7\x35\x78\xeb\x86\x7d\xcd\xb2\x4c\x93\x67\xeb\x5b\x94\xea\xa3\x18\x93\x4c\x95\xce\xa5\xaf\x68\xda\xd2\xfb\xe1\xb6\x48\xb0\xcd\xea\xac\x2b\x59\x9b\x9d\x47\xf2\x34\x12\x2d\x02\x39\x7c\x86\x35\x7c\x79\xf7\x0d\x7e\x86\x1f\xa9\xfc\x7f\x5e\xb0\x06\x0e\x49\xef\x71\x98\x63\x44\xbe\x1c\x4c\xbf\x20\x63\xe2\x5a\x2f\xdf\x20\x3a\xfb\x92\xc6\x70\x31\xf2\x38\x9d\xc3\x45\xfc\xb0\x9c\x13\xaa\xc6\x45\xda\x8a\x63\xd8\x5d\x7d\x77\xb3\xec\x13\xdd\xc5\x0a\x9e\x5d\x58\x5d\x38\x32\xa6\xea\xf8\x5f\x00\x00\x00\xff\xff\x39\xb4\x90\xba\x4b\x06\x00\x00" func idtablestakingAdminAdd_approved_and_limitsCdcBytes() ([]byte, error) { return bindataRead( @@ -2005,11 +1984,11 @@ func idtablestakingAdminAdd_approved_and_limitsCdc() (*asset, error) { } info := bindataFileInfo{name: "idTableStaking/admin/add_approved_and_limits.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xf8, 0x5c, 0xc3, 0x2d, 0xdd, 0xd4, 0x3f, 0x6, 0xb, 0x28, 0xd4, 0x83, 0xa8, 0x94, 0xed, 0x21, 0x85, 0x73, 0x1f, 0x61, 0xf0, 0x2f, 0xba, 0x6c, 0xed, 0xc4, 0x1f, 0xbe, 0x46, 0xf9, 0x40, 0x80}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x73, 0xfb, 0xfd, 0x44, 0xd5, 0x27, 0xe, 0x8f, 0x64, 0xfb, 0x10, 0xa4, 0xd6, 0xfb, 0xd, 0x3d, 0xe4, 0x74, 0x47, 0x1, 0xf1, 0x46, 0xc5, 0x31, 0x12, 0xac, 0x93, 0x1f, 0x12, 0x77, 0xab, 0x7a}} return a, nil } -var _idtablestakingAdminAdd_approved_nodesCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x93\x51\x6b\xdb\x30\x14\x85\x9f\xed\x5f\x71\xc8\x43\xe7\xc0\xb0\xdf\xc3\xba\x92\x2d\x0c\x02\x65\x8c\xa5\xec\xa5\xf4\x41\xb1\xae\x63\x6d\x8e\x64\xa4\xeb\xb8\xa5\xe4\xbf\x8f\x2b\xdb\x21\x69\x33\xa6\x17\x83\x75\xef\xb9\x47\x47\x9f\xcc\xbe\x75\x9e\xf1\xad\x71\xfd\x7a\xf5\xa0\xb6\x0d\x6d\x58\xfd\x31\x76\x87\xca\xbb\x3d\x66\xef\x37\x66\x69\x5a\x14\x78\xa8\x4d\x00\x7b\x65\x83\x2a\xd9\x38\x0b\xa5\x75\x80\x75\x9a\xb0\x5e\x05\xb0\x03\xd7\x84\xc6\x04\x86\xab\xa0\xda\xd6\xbb\x03\xe9\x58\x10\x60\xac\x48\x48\xc1\x7a\x05\x16\xed\x1c\xf2\x67\x5d\x41\xd9\x17\x69\x90\x3d\x69\x31\xfa\xd4\xa4\x1a\x4f\x4a\xbf\x80\x9e\x45\xd4\xd8\x8b\xfe\x8f\xe0\xda\x84\xa8\x7a\xe6\xa9\x37\x4d\x03\xeb\x18\x9e\x0e\xe4\x19\x99\xd1\xb4\x6f\x1d\x93\xe5\x79\x9a\x9e\x55\x66\x46\x87\x05\x1e\x37\xec\x8d\xdd\x3d\xcd\xf1\x9a\xa6\x00\x50\x14\xb8\x77\xa5\x6a\x70\x50\xde\xc8\x18\x54\xce\x43\xc1\x53\x45\x9e\x6c\x49\xd3\x39\xd7\x2b\xc4\x88\xb0\xd4\x7b\x63\xe1\xb6\xbf\xa9\xe4\x28\xd1\x10\x43\xc9\xcf\x9f\x54\x2d\x70\xf3\x3e\xce\x3c\xb6\x0c\xf3\x5a\x4f\xad\xf2\x94\xa9\xb2\xe4\x05\x54\xc7\x75\xf6\xc5\x79\xef\xfa\x5f\xaa\xe9\x68\x8e\x9b\x65\x59\xba\xce\xb2\x18\xc4\xb8\x8a\x02\xdb\x58\x73\xcd\x97\x7a\x6b\x47\x56\xa0\xa6\xca\x27\x4f\xb8\x85\x4c\xcb\x03\x3b\xaf\x76\x94\x0f\x5a\x9f\xfe\x69\xf4\x73\x26\x5c\x2c\xae\x00\x93\x8f\xdf\x58\xb6\x19\xe4\x7e\x28\xae\xe7\xa7\xc1\xb2\xee\xee\xd0\x2a\x6b\xca\x6c\xf6\xd5\x75\x8d\x8e\xb7\x33\xfa\xbf\x70\x1f\x46\x0a\xa3\xcf\xd9\xa0\x71\x1c\x52\xa2\x67\x2a\x3b\x26\xbc\xa6\x49\x22\xf1\x0a\x1e\xc2\xdc\xed\x35\x53\x3b\xe2\xe5\x08\xdf\xbd\x09\x9c\xfd\xdf\x8d\x50\x36\x01\x3b\x00\x1c\x5f\xc2\x18\xd0\x6c\x9e\xa6\x49\x52\x14\xc2\x7b\x84\xd5\x52\x3f\x61\x8f\xbe\x36\x65\x0d\xed\x28\xd8\x0f\x7c\x09\x6c\x9a\x24\xc2\x8e\xa5\xfe\x7b\xb4\x2b\x00\x1b\x1d\xe2\x21\x92\xf1\x04\x8f\xa7\xdd\x27\xdc\x82\x7d\x47\x69\x92\x1c\xc7\x79\x81\x78\xb8\xd2\xe9\x29\x45\x6b\xe3\x3d\x77\x56\x70\x77\xd5\x30\x2b\xe6\x66\xf5\xb9\xb5\x70\xfd\xf6\xf3\xf0\x26\x9e\xd1\xc9\x94\xf7\xf1\x6f\x00\x00\x00\xff\xff\xba\x60\xb0\x0b\x1f\x04\x00\x00" +var _idtablestakingAdminAdd_approved_nodesCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x93\x41\x8b\xdb\x3e\x10\xc5\xcf\xf6\xa7\x78\xe4\xb0\x7f\x07\xfe\xd8\xf7\xd0\x74\x49\x1b\x0a\x81\xa5\x94\x66\xe9\x65\xd9\x83\x62\x8d\x63\xb5\x8e\x64\xa4\x71\xbc\xcb\x92\xef\x5e\x46\xb6\x43\xb2\x4d\xa9\x2e\x01\x6b\xe6\xcd\x6f\x9e\x5e\xcc\xa1\x75\x9e\x31\xfb\xd2\xb8\x7e\xb3\x7e\x54\xbb\x86\xb6\xac\x7e\x19\xbb\x9f\xa5\x69\x51\xe0\xb1\x36\x01\xec\x95\x0d\xaa\x64\xe3\x2c\x94\xd6\x01\xd6\x69\xc2\x66\x1d\xc0\x0e\x5c\x13\x1a\x13\x18\xae\x82\x6a\x5b\xef\x8e\xa4\x63\x41\x80\xb1\x22\x21\x05\x9b\x35\x58\xb4\x73\xc8\x97\x4d\x05\x65\x5f\xa5\x41\xee\xa4\xc5\xe8\x73\x93\x6a\x3c\x29\xfd\x0a\x7a\x11\x51\x63\xaf\xfa\xff\x07\xd7\x26\x44\xd5\x0b\xa6\xde\x34\x0d\xac\x63\x78\x3a\x92\x67\x64\x46\xd3\xa1\x75\x4c\x96\xe7\x69\x7a\x51\x99\x19\x1d\x16\x78\xda\xb2\x37\x76\xff\x3c\xc7\x5b\x9a\x02\x40\x51\xe0\xc1\x95\xaa\xc1\x51\x79\x23\x63\x50\x39\x0f\x05\x4f\x15\x79\xb2\x25\x4d\x7b\x6e\xd6\x88\x16\x61\xa5\x0f\xc6\xc2\xed\x7e\x52\xc9\x51\xa2\x21\x86\x92\x8f\xdf\xa9\x5a\xe0\xee\x4f\x3b\xf3\xd8\x32\xcc\x6b\x3d\xb5\xca\x53\xa6\xca\x92\x17\x50\x1d\xd7\xd9\x27\xe7\xbd\xeb\x7f\xa8\xa6\xa3\x39\xee\x56\x65\xe9\x3a\xcb\x02\x88\xf1\x14\x05\x76\xb1\xe6\x16\x97\x7a\x8f\x23\x27\x50\x53\xe5\x13\x13\x96\x90\x69\x79\x60\xe7\xd5\x9e\xf2\x41\xeb\xc3\x5f\x41\x3f\x66\x95\x77\x87\x05\x6e\xdc\x8f\xbf\xb1\x6c\x3b\xc8\x7d\x53\x5c\xcf\xcf\x83\xe5\xdc\xdf\xa3\x55\xd6\x94\xd9\xec\xb3\xeb\x1a\x1d\x5f\x67\xe4\xbf\xa2\x0f\x83\xd8\xb0\xc1\x6c\xd0\x38\x0d\x2e\xd1\x0b\x95\x1d\x13\xde\xd2\x24\x11\x7b\x25\x1e\x92\xb9\xe5\x2d\xa8\x3d\xf1\x6a\x0c\xdf\x83\x09\x9c\xfd\x9b\x46\x52\x36\x05\x76\x08\xb0\x6c\x8c\xd1\xa0\xd9\x3c\x4d\x93\xa4\x28\x24\xef\x31\xac\x96\xfa\x29\xf6\xe8\x6b\x53\xd6\xd0\x8e\x82\xfd\x8f\xaf\x03\x9b\x26\x89\x64\xc7\x52\xff\x35\xe2\x4a\x80\x8d\x0e\x71\x89\x64\xdc\xe0\xe9\x7c\xfb\x8c\x25\xd8\x77\x94\x26\xc9\x69\x9c\x17\x88\x87\x27\x9d\xfe\x4a\x11\x6d\x7c\xe7\xce\x4a\xdc\x5d\x35\xcc\x8a\xbe\x59\x7d\x89\x16\x6e\xbf\x7e\x1e\xde\xd9\x33\x92\x4c\x7e\x9f\x7e\x07\x00\x00\xff\xff\xe1\x97\x95\x02\x07\x04\x00\x00" func idtablestakingAdminAdd_approved_nodesCdcBytes() ([]byte, error) { return bindataRead( @@ -2025,11 +2004,11 @@ func idtablestakingAdminAdd_approved_nodesCdc() (*asset, error) { } info := bindataFileInfo{name: "idTableStaking/admin/add_approved_nodes.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xc4, 0x2e, 0x15, 0x46, 0x80, 0xde, 0x18, 0xca, 0x68, 0xd8, 0xcb, 0xd0, 0xd8, 0xb5, 0x9c, 0x1c, 0x8d, 0x79, 0x2a, 0xfc, 0xfd, 0x40, 0x7c, 0xeb, 0xd1, 0x65, 0x4f, 0xc8, 0x1, 0xa7, 0x95, 0x8}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x36, 0xfe, 0x47, 0xaf, 0x74, 0x97, 0x2e, 0x8e, 0x49, 0x44, 0xcc, 0x7c, 0x0, 0x90, 0x4c, 0xbc, 0xf3, 0x44, 0xe5, 0x88, 0x6, 0xc, 0xf1, 0xff, 0x11, 0x75, 0x2f, 0x8e, 0x4b, 0xa2, 0xbe, 0x6b}} return a, nil } -var _idtablestakingAdminCapability_end_epochCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x54\x4d\x6b\xe4\x48\x0c\xbd\xfb\x57\x88\x3e\x04\x37\x34\x36\xbb\x2c\x7b\x30\xd9\x84\x6c\x67\x02\x81\x1c\x42\x3a\x33\xd7\x20\x97\xe5\x76\x4d\xec\x92\xa9\x92\xe3\x34\x21\xff\x7d\x28\x97\xed\xb4\xf3\x31\x53\x97\xa6\x91\xde\xd3\x93\xf4\x64\xdd\xb4\x6c\x05\xae\x6a\xee\xaf\x2f\xef\x31\xaf\x69\x27\xf8\xa8\xcd\x1e\x4a\xcb\x0d\xac\x3e\x06\x56\x51\x94\xa6\x70\x5f\x69\x07\x62\xd1\x38\x54\xa2\xd9\x40\xe7\xc8\x01\x82\x1b\xd1\x58\x34\xda\x80\xc2\x16\x73\x5d\x6b\x39\x78\x8c\x30\xb4\x78\x00\x4b\x3d\xda\xc2\x6d\x80\x4c\x01\x52\xd1\x1b\xa6\x1b\xa8\x36\x80\xa6\x98\x83\xd4\xb2\xaa\x92\x28\x4d\x3d\xc3\xb5\x80\xe2\x26\xd7\x86\xdc\x10\x6c\xf1\xf0\x70\x4c\xf7\x30\x53\x99\x02\x1a\x7e\xa2\x07\xe1\x47\x32\x0b\xa5\xce\x13\xf5\x95\x56\x95\x47\xb8\xcf\x15\x84\xb8\xa5\xb2\xf3\x29\x86\x0b\x72\xd0\x6b\xa9\x40\x1b\xd7\x95\xa5\x56\x9a\x8c\x0c\x30\xf2\x74\x53\x39\x07\x63\xbd\x9c\xa4\x27\x32\x90\x77\xea\x91\xc4\x8d\xda\xb1\x76\x0c\x8e\xc4\x0f\xca\x50\x1f\x92\x7d\x13\xdc\x09\x94\x6c\x07\x2d\x86\x9e\x25\x74\x1d\x45\x47\xb2\x63\x5d\xb8\x0c\x5e\x76\x62\xb5\xd9\x67\xf0\x3f\x73\xfd\xba\xf1\x2c\xb7\x03\x3c\x83\xef\x57\xfa\xf9\xdf\x7f\xd6\xf0\x12\x45\x00\x00\x69\x0a\x37\xac\xb0\x86\x27\xb4\xda\xaf\x6f\x28\x80\xbe\x27\xb2\x64\x14\xf9\x75\xf8\x7a\xd7\x97\x30\xac\x17\x2e\x86\x95\x71\xfe\x93\x94\x0c\x14\x35\x49\xd8\xe3\x1d\x95\x19\x9c\x7c\xb4\x42\x32\x40\x42\xbd\xd6\x52\x8b\x96\x62\x54\x4a\x32\xc0\x4e\xaa\x78\xcb\xed\xe1\x07\xd6\x1d\xad\xe1\xe4\x42\x29\xee\x8c\x78\x79\x30\xbe\x99\x7e\x3b\xbb\x04\xfe\x03\x8f\x4f\x9c\xb0\xc5\x3d\x25\x8a\xdb\xc3\xe9\x5b\xf8\x2c\xf6\xa6\xcc\x3e\x71\x6b\x32\xfe\x0e\x82\x76\x01\x7d\x8b\x52\xad\xe7\x6a\xfe\x9d\x9f\x43\x8b\x46\xab\x78\xb5\xe5\xae\x2e\xc0\xb0\xc0\x9e\xe4\xc8\xa6\xc1\xf5\x18\xc4\xc2\x28\x63\xb5\x8e\x66\x9a\x34\x85\x9c\xad\xe5\xfe\xb3\x51\xe2\xfb\x09\xfa\xe7\xa8\x2e\x93\x69\x8c\xbe\xc1\x65\xcb\x49\xa0\x3b\xfd\x72\xbc\x67\xf1\x9f\x9b\x18\x25\x2d\x04\x2d\x2e\x71\x15\x38\x5e\x43\x23\xf4\x4c\xaa\x13\x9a\xac\x32\x2d\x63\xbc\xa4\x5d\xd7\x34\x68\xfd\x2e\x16\xd2\x13\x85\xb5\xea\x6a\x14\xba\x0b\x79\x47\xba\x96\x89\x2d\x1e\xa6\x94\x92\xed\x37\x6f\xe5\xad\x9f\x27\xd9\x0c\xfe\xda\xbc\x2b\x93\xbd\xfb\x7f\x34\xeb\x25\xab\x23\x19\xa8\xee\xfd\xd1\x04\xd3\xc7\xb3\xfd\x7f\x87\xba\x68\x5b\xcb\x4f\x54\xdc\x68\x27\xfe\x8a\xbe\xcc\x25\x53\x4c\x36\x0a\xdf\x81\xf8\xcb\x54\x7f\xec\x83\x10\xe7\x35\x2c\x5b\xfc\x7b\x9a\xf5\x6b\xf4\x2b\x00\x00\xff\xff\xad\x41\xde\x8f\x5e\x05\x00\x00" +var _idtablestakingAdminCapability_end_epochCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x94\x5d\x4b\xe4\x4a\x10\x86\xef\xf3\x2b\x8a\xb9\x90\x0c\x0c\x13\xce\xe1\x70\x2e\x82\xab\xb8\xe3\x0a\x82\x17\xe2\xb8\x7b\x2b\x35\x9d\xca\xa4\xd7\xa4\x2b\x74\x57\x8c\x83\xf8\xdf\x97\xca\x97\x13\x57\x77\xfb\x66\x18\xba\xde\xb7\x9e\xfa\xe8\xd8\xaa\x66\x2f\xb0\xb8\x2a\xb9\xbd\xbe\xbc\xc7\x5d\x49\x5b\xc1\x47\xeb\xf6\x8b\x28\x4a\x12\xb8\x2f\x6c\x00\xf1\xe8\x02\x1a\xb1\xec\xa0\x09\x14\x00\x21\xf4\x41\x80\x59\x65\x1d\x18\xac\x71\x67\x4b\x2b\x07\xd5\x08\x43\x8d\x07\xf0\xd4\xa2\xcf\xc2\x0a\xc8\x65\x20\x05\xbd\x69\x9a\xce\x6a\x05\xe8\xb2\xe9\x92\x6a\x36\xc5\x3a\x4a\x12\x75\xb8\x16\x30\x5c\xed\xac\xa3\xd0\x5d\xd6\x78\x78\x38\xb6\x7b\x98\xac\x5c\x06\x15\x3f\xd1\x83\xf0\x23\xb9\x19\x69\x50\xa3\xb6\xb0\xa6\x50\x45\xf8\x98\xa0\xbf\xf7\x94\x37\x1a\xe2\x38\xa3\x00\xad\x95\x02\xac\x0b\x4d\x9e\x5b\x63\xc9\x49\x27\x23\xb5\x1b\xd3\x05\x18\xf2\xed\x48\x5a\x22\x07\xbb\xc6\x3c\x92\x84\x81\x1d\xcb\xc0\x10\x48\xb4\x51\x8e\xda\x3e\x58\x8b\xe0\x46\x20\x67\xdf\xb1\x38\x7a\x96\xbe\xea\x28\x3a\xc2\x8e\x6d\x16\x52\x78\xd9\x8a\xb7\x6e\x9f\xc2\x57\xe6\xf2\x75\xa5\x2e\xb7\x9d\x3c\x85\xef\x57\xf6\xf9\xff\xff\x96\xf0\x12\x45\x00\x00\x49\x02\x37\x6c\xb0\x84\x27\xf4\x56\xc7\xd7\x25\x40\xad\x89\x3c\x39\x43\x3a\x0e\xcd\x77\x7d\x09\xdd\x78\xe1\xa2\x1b\x19\xef\x7e\x92\x91\xce\xa2\x24\xe9\xe7\x78\x47\x79\x0a\x27\xbf\xaf\xc2\xba\x93\xf4\xf9\x6a\x4f\x35\x7a\x8a\xd1\x18\x49\x01\x1b\x29\xe2\x0d\xd7\x87\x1f\x58\x36\xb4\x84\x93\x0b\x63\xb8\x71\xa2\x78\x30\x9c\xc9\x7e\x33\x6d\x09\x7c\x01\xd5\xaf\x83\xb0\xc7\x3d\xad\x0d\xd7\x87\xd3\xb7\xeb\xb3\x38\xf7\x5c\xa5\xf0\x01\xc9\xf0\xdb\x01\x6d\x7b\xf5\x2d\x4a\xb1\x9c\xb2\xe9\x39\x3f\x87\x1a\x9d\x35\xf1\x62\xc3\x4d\x99\x81\x63\x81\x3d\xc9\xd1\x9a\x82\x26\x50\x06\x85\x85\x01\x63\xb1\x8c\x26\x9b\x24\x81\x1d\x7b\xcf\xed\x47\xad\xc4\xf7\x1d\xd4\x13\xa8\xcc\xd7\x63\x1b\xb5\xc0\x79\xc9\xeb\xde\xee\xf4\xd3\xf6\x9e\xc5\x7f\x2f\x62\x40\x9a\x01\xcd\x5e\xe2\xa2\xf7\x78\xed\x0b\xa1\x67\x32\x8d\xd0\xb8\x2a\xe3\x30\x86\x97\xb4\x6d\xaa\x0a\xbd\xce\x62\x86\xbe\x36\x58\x9a\xa6\x44\xa1\xbb\x3e\xee\x88\x6b\x1e\x58\xe3\x61\x0c\xc9\xd9\x7f\xd3\x55\xde\x68\x3f\xc9\xa7\xf0\xcf\xea\x5d\x9a\xf4\xdd\xff\xa3\x5e\xcf\x5d\x03\x49\x67\x75\xaf\x8f\xa6\x5f\xfa\x78\x5a\xff\x3f\xa9\x2e\xea\xda\xf3\x13\x65\x37\x36\x88\xbe\xa2\x4f\x63\xc9\x65\xe3\x1a\xf5\xdf\x81\xf8\xd3\x50\x7d\xec\x1d\x48\x50\x86\x79\x89\xff\x8e\xbd\x7e\x8d\x7e\x05\x00\x00\xff\xff\x86\x13\x6e\xe4\x46\x05\x00\x00" func idtablestakingAdminCapability_end_epochCdcBytes() ([]byte, error) { return bindataRead( @@ -2045,11 +2024,11 @@ func idtablestakingAdminCapability_end_epochCdc() (*asset, error) { } info := bindataFileInfo{name: "idTableStaking/admin/capability_end_epoch.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x6b, 0xe8, 0x46, 0x80, 0xfa, 0x86, 0x18, 0x85, 0xdd, 0xa4, 0xf2, 0x3b, 0x47, 0x60, 0x5c, 0x35, 0x94, 0x4d, 0x3a, 0xa2, 0x2c, 0xc3, 0x36, 0x6b, 0x8c, 0x2a, 0xfb, 0xc5, 0x3d, 0x7b, 0x29, 0x9}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x9, 0x59, 0x25, 0xdc, 0xbc, 0xe5, 0x19, 0x15, 0xf9, 0x51, 0x8c, 0x45, 0x0, 0x0, 0x42, 0xf, 0xa9, 0x4e, 0xcc, 0x55, 0x33, 0xb2, 0x5d, 0x4e, 0x18, 0x5a, 0xee, 0xe5, 0xc0, 0xbc, 0x74, 0x74}} return a, nil } -var _idtablestakingAdminChange_candidate_limitsCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x92\x41\x6b\xdc\x30\x10\x85\xef\xfe\x15\x8f\x3d\x04\x2f\x14\xfb\x52\x4a\x59\xda\x86\x34\xa1\xb0\x10\x4a\x69\xd2\xde\xc7\xf2\x78\xad\x56\xd6\x18\x69\xdc\x0d\x94\xfc\xf7\x22\xd9\x2e\xd9\xee\x76\x0e\x36\x48\x9a\xf7\x3e\xcd\x93\x1d\x46\x09\x8a\x4f\x4e\x8e\xfb\xbb\x47\x6a\x1c\x3f\x28\xfd\xb4\xfe\x80\x2e\xc8\x80\xcd\xf9\xc6\xa6\x28\xea\xba\xc6\x63\x6f\x23\x34\x90\x8f\x64\xd4\x8a\x87\xe9\xc9\x1f\x38\x42\x7b\x86\xb3\x83\x55\x48\x07\xcf\x47\x78\x69\xf3\x32\x29\x0c\x79\x34\x9c\x7e\xad\x6d\x49\x39\x66\xa9\x4e\x42\xee\xf2\xfc\xa4\xe0\x51\x4c\x5f\xbc\x10\x2e\x83\x38\xde\xe1\xdb\xde\xeb\xdb\x57\x49\xf0\x76\xed\xfe\x2c\x2d\xdf\x27\xa7\x79\xf7\xcd\xeb\x2d\x7e\x17\x05\x00\x24\xd5\x7b\x31\xe4\xf0\x8b\x82\x4d\xf0\xd9\x84\x10\xb8\xe3\xc0\xde\x30\x54\xb2\xe7\xfe\x0e\xf9\x72\xb8\x69\x07\xeb\x21\xcd\x0f\x36\x9a\x35\x1c\x2b\x28\x2d\x7e\xe5\x6e\x87\xab\xf3\x41\x54\xb9\x65\x36\x1c\x03\x8f\x14\xb8\x24\x63\x74\x07\x9a\xb4\x2f\x3f\x4a\x08\x72\xfc\x4e\x6e\xe2\x2d\xae\x6e\x8c\x91\xc9\x6b\x22\xc4\x52\x75\x8d\x26\x9f\xb9\xc4\x45\xff\xe2\xa4\x8a\xec\xba\x6a\x65\xc2\x7b\x24\xb7\x2a\xaa\x04\x3a\x70\x35\x6b\xbd\xfb\x2f\xe8\x87\x32\x25\xba\xbb\x10\x75\xb5\xfc\xf3\xb1\x87\x59\xee\x0b\x69\xbf\xfd\x6b\x9c\xea\xfa\x1a\x23\x79\x6b\xca\xcd\xad\x4c\xae\x85\x17\x5d\xf9\x4f\xe8\xe3\xf2\x7e\x32\xe7\x66\xd6\x78\x9e\xa7\xc4\x4f\x6c\x26\xe5\x17\x33\x38\xb9\x51\x15\x59\xcf\xc3\x5d\xf2\x4f\xdf\x1c\xff\x92\xf8\xc5\x87\xb0\xba\x3d\xff\x09\x00\x00\xff\xff\xa3\x37\xb2\x3b\xd7\x02\x00\x00" +var _idtablestakingAdminChange_candidate_limitsCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x92\x41\x6b\xdc\x30\x10\x85\xef\xfe\x15\x8f\x3d\x04\x2f\x14\xfb\x52\x4a\x59\xda\x86\x34\xa1\xb0\x10\x4a\x69\xd2\xde\x67\xe5\xf1\x5a\xad\xac\x31\xd2\xb8\x1b\x28\xf9\xef\x45\x92\x5d\x92\x66\x3b\x07\x0b\xa4\x99\xef\xbd\x99\xb1\x1d\x27\x09\x8a\xcd\x27\x27\xa7\xfd\xcd\x3d\x1d\x1c\xdf\x29\xfd\xb4\xfe\xb8\xa9\xaa\xb6\x6d\x71\x3f\xd8\x08\x0d\xe4\x23\x19\xb5\xe2\x61\x06\xf2\x47\x8e\xd0\x81\xe1\xec\x68\x15\xd2\xc3\xf3\x09\x5e\xba\x7c\x4d\x0a\x43\x1e\x07\x4e\x47\x67\x3b\x52\x8e\x19\xd5\x4b\xc8\x55\x9e\x1f\x14\x3c\x89\x19\xaa\x27\xe0\x3a\x88\xe3\x1d\xbe\xed\xbd\xbe\x7d\x95\x80\xd7\x6b\xf5\x67\xe9\xf8\x36\x29\x95\xd7\x37\xaf\xb7\xf8\x5d\x55\x00\x90\xa8\xb7\x62\xc8\xe1\x17\x05\x9b\xcc\x67\x11\x42\xe0\x9e\x03\x7b\xc3\x50\xc9\x9a\xfb\x1b\xe4\xe6\x70\xd5\x8d\xd6\x43\x0e\x3f\xd8\x68\x66\x38\x56\x50\xba\xfc\xca\xfd\x0e\x17\x2f\x07\xd1\xe4\x92\x22\x38\x05\x9e\x28\x70\x4d\xc6\xe8\x0e\x34\xeb\x50\x7f\x94\x10\xe4\xf4\x9d\xdc\xcc\x5b\x5c\x5c\x19\x23\xb3\xd7\xe4\x10\x4b\xb4\x2d\x0e\x39\xe7\x9c\x2f\xfa\xd7\x4e\x8a\xc8\xae\x6f\x56\x4f\x78\x8f\xa4\xd6\x44\x95\x40\x47\x6e\x0a\xeb\xdd\x7f\x8d\x7e\xa8\xfb\x20\xe3\x0e\x67\xde\x97\x33\xa7\xdd\x15\xdc\x17\xd2\x61\xfb\x57\x38\xc5\xe5\x25\x26\xf2\xd6\xd4\x9b\x6b\x99\x5d\x07\x2f\xba\xfa\x7f\xe6\x3e\x16\x58\xe9\x60\x53\x18\x8f\x65\x4a\xfc\xc0\x66\x56\x7e\x32\x83\x67\x1d\x35\x91\xf5\xe5\x72\x97\xfd\xa7\x6f\x5e\xff\xb2\xf1\xb3\x3f\xc2\xaa\xf6\xf8\x27\x00\x00\xff\xff\x4d\x4f\xc1\x9b\xbf\x02\x00\x00" func idtablestakingAdminChange_candidate_limitsCdcBytes() ([]byte, error) { return bindataRead( @@ -2065,11 +2044,11 @@ func idtablestakingAdminChange_candidate_limitsCdc() (*asset, error) { } info := bindataFileInfo{name: "idTableStaking/admin/change_candidate_limits.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xb0, 0x8b, 0x69, 0x1, 0xa6, 0x30, 0xfc, 0xb9, 0x20, 0x3, 0xb0, 0x87, 0xff, 0x80, 0xf, 0xa7, 0x89, 0xa7, 0x8, 0xf4, 0x47, 0xfe, 0xa0, 0xd6, 0x59, 0xa2, 0xaa, 0xa4, 0x16, 0x8e, 0xad, 0x7f}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x29, 0x61, 0x1f, 0xfa, 0x14, 0x88, 0x6b, 0x98, 0x6a, 0x76, 0xaa, 0xa9, 0x94, 0xf4, 0x8, 0xce, 0x8e, 0xb6, 0x0, 0x5d, 0x7d, 0xfb, 0xed, 0x4, 0x6e, 0xb1, 0xa9, 0x79, 0x81, 0xf9, 0x66, 0xc8}} return a, nil } -var _idtablestakingAdminChange_cutCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x92\x41\x6b\xdb\x40\x10\x85\xef\xfa\x15\x0f\x1f\x82\x7c\x91\x2e\xa5\x07\xd3\x36\xa4\x09\x81\x40\x0f\xa1\x49\x7b\x1f\xaf\x46\xd2\xd6\xeb\x1d\x31\x3b\xaa\x02\x25\xff\xbd\xac\x64\x97\xb8\x76\xe6\x22\xd0\xce\xbe\xf7\xcd\xbc\xf5\xfb\x41\xd4\x70\x1f\x64\x7a\xb8\x7b\xa6\x6d\xe0\x27\xa3\x9d\x8f\x1d\x5a\x95\x3d\x56\xe7\x07\xab\xa2\xa8\x6b\x3c\xf7\x3e\xc1\x94\x62\x22\x67\x5e\x22\x5c\x4f\xb1\xe3\x04\xeb\x19\x6d\x90\x09\x26\x3b\x8e\x50\x9e\x48\x1b\xb8\xd1\x60\x3d\x19\xa2\x34\xb9\x89\x76\xbc\x18\x34\x1c\xb8\x23\x13\x4d\x45\xf1\x46\xae\x8c\x3c\xdd\x8e\xf6\xc8\xea\x38\x1a\x75\xbc\xc1\x8f\x7b\xff\xf2\xf1\xc3\x1a\x7f\x8a\x02\x00\xea\x1a\xdf\xc4\x51\xc0\x6f\x52\x9f\xf1\xd0\x8a\x82\xa0\xdc\xb2\x72\x74\x0c\x93\x19\xe6\xe1\x0e\x33\x3e\x6e\x9a\xbd\x8f\x90\xed\x2f\x76\x36\x4b\x04\x36\x50\xfe\xf9\x9d\xdb\x0d\xae\xce\x47\xad\xe6\x2b\x8b\xdf\xa0\x3c\x90\x72\x49\xce\xd9\x06\x34\x5a\x5f\x7e\x15\x55\x99\x7e\x52\x18\x79\x8d\xab\x1b\xe7\x64\x8c\x96\x01\x71\xa8\xba\xc6\x76\xee\xb9\xc4\x45\xff\xe3\xe4\x4a\x1c\xda\xea\xc8\x84\xcf\xc8\x6e\x55\x32\x51\xea\xb8\x5a\xb4\x3e\xbd\x0b\xfa\xa5\xcc\x2b\xdd\x5c\x08\xb3\x3a\x7c\xe7\xb6\xa7\x45\xee\x91\xac\x5f\xff\x33\xce\x75\x7d\x8d\x81\xa2\x77\xe5\xea\x56\xc6\xd0\x20\x8a\x1d\xf9\x4f\xe8\xd3\xe1\x85\xcc\x9c\xab\x45\xe3\x75\xd9\x12\xbf\xb0\x1b\x8d\xdf\xec\xe0\x64\xa2\x2a\xb1\x9d\xc4\x7a\x96\xf3\x51\xed\xf5\x6f\x00\x00\x00\xff\xff\xab\xef\x4a\xd9\x99\x02\x00\x00" +var _idtablestakingAdminChange_cutCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x91\xc1\x6a\xdc\x40\x0c\x86\xef\x7e\x8a\x9f\x3d\x04\xef\xc5\xbe\x94\x1e\x4c\xdb\x90\x26\x04\x02\x3d\x84\x26\xed\x5d\x3b\x96\xed\xe9\xce\x8e\x8c\x46\xae\x03\x25\xef\x5e\xc6\xce\x96\x6c\xb3\xd1\x65\x60\x46\xf3\xe9\x93\xe4\x0f\xa3\xa8\x61\x73\x1b\x64\xbe\xbb\x79\xa4\x5d\xe0\x07\xa3\xbd\x8f\xfd\xa6\x28\xea\x1a\x8f\x83\x4f\x30\xa5\x98\xc8\x99\x97\x08\x37\x50\xec\x39\xc1\x06\x46\x17\x64\x86\xc9\x9e\x23\x94\x67\xd2\x16\x6e\x32\xd8\x40\x86\x28\x6d\x4e\xa2\x3d\xa3\x53\x39\xa0\xe5\xc0\x3d\x99\x68\x2a\x8a\x57\xb8\x32\xf2\x7c\x3d\xd9\x3d\xab\xe3\x68\xd4\x73\x83\x1f\xb7\xfe\xe9\xe3\x87\x2d\xfe\x14\x05\x00\xd4\x35\xbe\x89\xa3\x80\xdf\xa4\x3e\xeb\xa1\x13\x05\x41\xb9\x63\xe5\xe8\x18\x26\x8b\xcc\xdd\x0d\x16\x7d\x5c\xb5\x07\x1f\x21\xbb\x5f\xec\x6c\x41\x04\x36\x50\xbe\xfc\xce\x5d\x83\x8b\xb7\xad\x56\xcb\x97\xb5\xde\xa8\x3c\x92\x72\x49\xce\x59\x03\x9a\x6c\x28\xbf\x8a\xaa\xcc\x3f\x29\x4c\xbc\xc5\xc5\x95\x73\x32\x45\xcb\x82\x78\x89\xba\xc6\x6e\xc9\x39\xe7\x45\xff\xeb\xe4\x48\x1c\xba\xea\xe8\x84\xcf\xc8\xd5\xaa\x64\xa2\xd4\x73\xb5\xb2\x3e\xbd\x2b\xfa\xa5\xcc\x23\x6d\x70\xe6\xfd\xe5\x5c\xd2\x1e\x56\xdc\x3d\xd9\xb0\xfd\x57\x38\xc7\xe5\x25\x46\x8a\xde\x95\x9b\x6b\x99\x42\x8b\x28\x76\xf4\x3f\xb1\x4f\x2b\x6c\xed\x60\xb3\x32\x9e\xd7\x29\xf1\x13\xbb\xc9\xf8\xd5\x0c\x4e\x3a\xaa\x12\xdb\xc9\x5a\xdf\xec\xf9\x48\x7b\xfe\x1b\x00\x00\xff\xff\xe8\x01\xa8\xfa\x81\x02\x00\x00" func idtablestakingAdminChange_cutCdcBytes() ([]byte, error) { return bindataRead( @@ -2085,11 +2064,11 @@ func idtablestakingAdminChange_cutCdc() (*asset, error) { } info := bindataFileInfo{name: "idTableStaking/admin/change_cut.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x44, 0x7a, 0x5d, 0xf4, 0xb4, 0x22, 0xad, 0xa1, 0x2e, 0x57, 0x29, 0x66, 0x47, 0x5f, 0xca, 0x24, 0x3b, 0xd2, 0x71, 0x49, 0xa8, 0xb4, 0x2c, 0x34, 0xd3, 0xf, 0x36, 0xa0, 0x2a, 0x5f, 0x58, 0x1a}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x37, 0xb, 0xb5, 0xac, 0x31, 0xa5, 0xc8, 0xeb, 0xfc, 0xee, 0x32, 0xf4, 0x28, 0x69, 0x50, 0x96, 0x40, 0xa, 0x61, 0xe1, 0x33, 0x2f, 0xad, 0x5c, 0x5a, 0xeb, 0xe1, 0xb7, 0x6a, 0x28, 0x3e, 0x28}} return a, nil } -var _idtablestakingAdminChange_del_minimumsCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x92\x4f\x6b\xdc\x40\x0c\xc5\xef\xfe\x14\x8f\x3d\x04\xef\xc5\xbe\x94\x1e\x96\xb6\x21\xed\x12\x08\xb4\x50\x92\xb4\x77\xed\x58\x5e\x4f\x77\x3c\xda\xca\x9a\x3a\x50\xf2\xdd\xcb\xd8\xeb\x92\x3f\x1b\x5d\x06\x46\x9a\xf7\x7e\x92\xc6\xf7\x47\x51\xc3\x75\x90\xf1\x66\x7b\x4f\xbb\xc0\x77\x46\x07\x1f\xf7\x68\x55\x7a\xac\x5e\x27\x56\x45\x51\xd7\xb8\xef\xfc\x00\x53\x8a\x03\x39\xf3\x12\xe1\x3a\x8a\x7b\x1e\x60\x1d\xa3\x0d\x32\xc2\xe4\xc0\x11\xca\x23\x69\x03\x97\x0c\xd6\x91\x21\x4a\x93\x8b\xe8\xc0\xb3\x41\xc3\x81\xf7\x64\xa2\x43\x51\x3c\x91\x2b\x23\x8f\xdb\x25\xf5\xcd\x47\xdf\xa7\x7e\x83\x1f\xd7\xfe\xe1\xfd\xbb\x35\xfe\x16\x05\x00\xd4\x35\xbe\x8a\xa3\x80\x3f\xa4\x3e\x13\xa2\x15\x05\x41\xb9\x65\xe5\xe8\x18\x26\x13\xcf\xcd\x16\x53\x07\xb8\x6a\x7a\x1f\x21\xbb\x5f\xec\x6c\x92\x08\x6c\xa0\x7c\x79\xcb\xed\x06\x17\xaf\xbb\xad\xa6\x27\xb3\xdf\x51\xf9\x48\xca\x25\x39\x67\x1b\x50\xb2\xae\xfc\x2c\xaa\x32\xfe\xa4\x90\x78\x8d\x8b\x2b\xe7\x24\x45\xcb\x80\x38\x45\x5d\x63\x37\xd5\x9c\xe3\xa2\x97\x38\x39\x06\x0e\x6d\xb5\x30\xe1\x23\xb2\x5b\x35\x98\x28\xed\xb9\x9a\xb5\x3e\xbc\x09\xfa\xa9\xcc\x53\xdd\x9c\xd9\x67\x75\x3a\xa7\xb2\xbb\x59\xee\x3b\x59\xb7\xfe\x6f\x9c\xe3\xf2\x12\x47\x8a\xde\x95\xab\x2f\x92\x42\x83\x28\xb6\xf0\x3f\xa3\x1f\x4e\x9f\x64\xe2\x5c\xcd\x1a\x8f\xf3\x94\xf8\x81\x5d\x32\x7e\x32\x83\x67\x1d\x55\x03\xdb\xcb\xcd\x66\x34\xbe\xe5\xdf\xc9\x2b\xf7\x1c\xed\xdc\xf6\x17\x8f\xc7\x7f\x01\x00\x00\xff\xff\xa7\xa0\xc3\xae\xb2\x02\x00\x00" +var _idtablestakingAdminChange_del_minimumsCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x91\x41\x6f\xd3\x40\x10\x85\xef\xfe\x15\x4f\x39\x54\xce\xc5\xbe\x20\x0e\x11\x50\x15\xa2\x4a\x95\x40\x42\x6d\xe1\x3e\x59\x8f\xe3\x25\xeb\x9d\x30\x3b\x8b\x2b\xa1\xfe\x77\xb4\x76\x83\xda\x12\xe6\x62\xc9\x33\xfb\xde\xf7\x66\xfc\x78\x14\x35\xac\xae\x83\x4c\x37\xdb\x7b\xda\x05\xbe\x33\x3a\xf8\xb8\x5f\x55\x55\xdb\xe2\x7e\xf0\x09\xa6\x14\x13\x39\xf3\x12\xe1\x06\x8a\x7b\x4e\xb0\x81\xd1\x07\x99\x60\x72\xe0\x08\xe5\x89\xb4\x83\xcb\x06\x1b\xc8\x10\xa5\x2b\x43\x74\x60\xf4\x2a\x23\x3a\x0e\xbc\x27\x13\x4d\x55\xf5\x4c\xae\x8e\x3c\x6d\x4f\xad\x2f\x3e\xfa\x31\x8f\x1b\x7c\xbb\xf6\x0f\x6f\xdf\xac\xf1\xbb\xaa\x00\xa0\x6d\xf1\x59\x1c\x05\xfc\x22\xf5\x85\x10\xbd\x28\x08\xca\x3d\x2b\x47\xc7\x30\x99\x79\x6e\xb6\x98\x13\xe0\xaa\x1b\x7d\x84\xec\x7e\xb0\xb3\x59\x22\xb0\x81\xca\xcf\x5b\xee\x37\xb8\xf8\x37\x6d\x33\x3f\x59\xfc\x8e\xca\x47\x52\xae\xc9\x39\xdb\x80\xb2\x0d\xf5\x47\x51\x95\xe9\x3b\x85\xcc\x6b\x5c\x5c\x39\x27\x39\x5a\x01\xc4\x53\xb5\x2d\x76\xf3\xcc\x39\x2e\x7a\x8d\x53\x2a\x71\xe8\x9b\x13\x13\xde\xa3\xb8\x35\xc9\x44\x69\xcf\xcd\xa2\xf5\xee\xbf\xa0\x1f\xea\xb2\xd5\x0d\xce\xf4\x9f\xbe\xf3\xd8\xdd\x22\xf7\x95\x6c\x58\xff\x35\x2e\x75\x79\x89\x23\x45\xef\xea\xd5\x27\xc9\xa1\x43\x14\x3b\xf1\xbf\xa0\x4f\x8b\xd8\x92\x60\xb5\x68\x3c\x2e\x5b\xe2\x07\x76\xd9\xf8\xd9\x0e\x5e\x24\x6a\x12\xdb\xeb\xcb\x16\x34\xbe\xe5\x9f\xd9\x2b\x8f\x1c\xed\xdc\xf5\x4f\x1e\x8f\x7f\x02\x00\x00\xff\xff\xe4\xd9\x4a\x87\x9a\x02\x00\x00" func idtablestakingAdminChange_del_minimumsCdcBytes() ([]byte, error) { return bindataRead( @@ -2105,11 +2084,11 @@ func idtablestakingAdminChange_del_minimumsCdc() (*asset, error) { } info := bindataFileInfo{name: "idTableStaking/admin/change_del_minimums.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x9c, 0xc8, 0x3f, 0x11, 0x11, 0x9f, 0xf0, 0xb8, 0x71, 0xbf, 0x48, 0xf0, 0x40, 0xd5, 0x29, 0xf3, 0x4e, 0xeb, 0xa2, 0x2c, 0xea, 0xa8, 0xad, 0x9e, 0x76, 0x65, 0x5f, 0xb6, 0xaf, 0x82, 0x71, 0x6}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x57, 0xcc, 0xb9, 0x39, 0xf0, 0xc1, 0x62, 0x36, 0xa3, 0xc6, 0x8, 0x6, 0x33, 0xb8, 0xb9, 0x92, 0xf2, 0xc3, 0xd4, 0xe4, 0x28, 0xcb, 0xa8, 0x24, 0xd1, 0xb9, 0xf4, 0x4d, 0xc5, 0xd9, 0x57, 0x99}} return a, nil } -var _idtablestakingAdminChange_minimumsCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x92\x4f\x6b\xdb\x40\x10\xc5\xef\xfa\x14\x0f\x1f\x82\x4c\x41\x22\x50\x4a\x11\x55\x43\xda\x10\x30\xb4\x50\xf2\xa7\x97\x90\xc3\x78\x3d\xb2\xb6\x95\x76\xd5\xdd\x51\x1c\x30\xfe\xee\x65\x57\x92\xab\xd4\xc9\x5c\x84\xb4\xb3\xef\xfd\x66\x9e\x74\xdb\x59\x27\xb8\x6e\xec\x6e\x75\x75\x47\xeb\x86\x6f\x85\x7e\x6b\xb3\x45\xe5\x6c\x8b\xc5\xe9\xc1\x22\x49\xf2\x1c\x77\xb5\xf6\x10\x47\xc6\x93\x12\x6d\x0d\x54\x4d\x66\xcb\x1e\x52\x33\xfc\x28\xd1\x6a\xd3\xb7\x7d\xeb\x51\x59\x07\x63\x37\x0c\xdb\xb1\x23\xb1\xce\x27\xc9\xec\x72\x6a\x78\xf7\x5d\x1b\x1d\x7a\x0b\x3c\xdc\x5f\xeb\xe7\x0f\xef\x1f\x97\xd8\x27\x09\x00\xe4\x39\xbe\x59\x45\x0d\x9e\xc8\xe9\x40\x12\xf5\x08\x8e\x2b\x76\x6c\x14\x43\x6c\xf4\x5d\x5d\x21\x92\xe2\x72\xd3\x6a\x03\xbb\xfe\xc5\x4a\xa2\x44\xc3\x02\x0a\x1f\x6f\xb8\x2a\x70\x76\x3a\x55\x16\xaf\x0c\x7e\x9d\xe3\x8e\x1c\xa7\xa4\x94\x14\xa0\x5e\xea\xf4\x8b\x75\xce\xee\x7e\x52\xd3\xf3\x12\x67\x97\x4a\xd9\xde\x48\x00\xc4\x58\x79\x8e\x75\xec\x79\x8d\x8b\xfe\xc7\x09\xe5\xb9\xa9\xb2\x89\x09\x25\x82\x5b\xe6\xc5\x3a\xda\x72\x36\x68\x7d\x7a\x13\xf4\x73\x1a\xe2\x29\x5e\xc9\x2d\x1b\x9f\xb1\xed\x76\x90\xfb\x41\x52\x2f\x8f\xc6\xa1\x2e\x2e\xd0\x91\xd1\x2a\x5d\x7c\xb5\x7d\xb3\x81\xb1\x32\xf1\xbf\xa0\x9f\x92\x8c\x9c\x8b\x41\xe3\x30\x6c\x89\x9f\x59\xf5\xc2\xb3\x1d\x84\x25\xb7\xc7\x18\xf7\xf7\x2b\x23\x1f\x0b\x0c\x69\x1e\x50\x62\x7f\x38\xb6\x3e\x91\x83\x2e\x10\x5b\x50\xe2\xfc\x78\x10\x92\x0d\xcb\xd2\x06\xb3\x9f\x62\x66\x12\x6a\x32\x79\xd0\x8f\x28\xc3\xdb\x8b\x53\x8d\x12\x1a\xef\x06\xf1\xf4\xfc\xdf\xe0\x23\xf8\xc9\xf2\x33\xcf\x32\x3a\x85\xe5\xf1\x0d\xff\xe9\xb5\xe3\x96\x8d\xf8\x74\xf2\x9a\x66\x3f\xfc\x0d\x00\x00\xff\xff\x0c\xd9\xc0\xe7\x32\x03\x00\x00" +var _idtablestakingAdminChange_minimumsCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x92\x4f\x6b\xdb\x40\x10\xc5\xef\xfa\x14\x0f\x1f\x82\x4c\x41\x22\x50\x4a\x11\x55\x43\xda\x10\x30\xb4\x50\xf2\xa7\x97\x90\xc3\x78\x3d\xb2\xb6\x95\x76\xd4\xdd\x51\x1c\x30\xfe\xee\x65\x25\xcb\x75\x1a\x67\x2e\x42\xda\xd9\xf7\x7e\xf3\x46\xb6\xed\xc4\x2b\x66\xd7\x8d\x6c\x16\x57\x77\xb4\x6c\xf8\x56\xe9\xb7\x75\xeb\x59\x92\xe4\x39\xee\x6a\x1b\xa0\x9e\x5c\x20\xa3\x56\x1c\x4c\x4d\x6e\xcd\x01\x5a\x33\xc2\xd8\x89\xd6\xba\xbe\xed\xdb\x80\x4a\x3c\x9c\xac\x18\xd2\xb1\x27\x15\x1f\x92\xe4\xe8\x72\xea\x78\xf3\xdd\x3a\x1b\x7b\x0b\x3c\xdc\x5f\xdb\xe7\x0f\xef\x1f\xe7\xd8\x26\x09\x00\xe4\x39\xbe\x89\xa1\x06\x4f\xe4\x6d\x24\x19\xf4\x08\x9e\x2b\xf6\xec\x0c\x43\x65\xf0\x5d\x5c\x61\x20\xc5\xe5\xaa\xb5\x0e\xb2\xfc\xc5\x46\x07\x89\x86\x15\x14\x3f\xde\x70\x55\xe0\xec\xf5\x54\xd9\x70\x65\xf4\xeb\x3c\x77\xe4\x39\x25\x63\xb4\x00\xf5\x5a\xa7\x5f\xc4\x7b\xd9\xfc\xa4\xa6\xe7\x39\xce\x2e\x8d\x91\xde\x69\x04\xc4\xbe\xf2\x1c\xcb\xa1\xe7\x14\x17\xfd\x8f\x13\x2b\x70\x53\x65\x13\x13\x4a\x44\xb7\x2c\xa8\x78\x5a\x73\x36\x6a\x7d\x7a\x13\xf4\x73\x5a\x79\x69\x0b\x9c\x38\xdf\x3f\x87\xb6\xdb\x51\xee\x07\x69\x3d\x3f\x18\xc7\xba\xb8\x40\x47\xce\x9a\x74\xf6\x55\xfa\x66\x05\x27\x3a\xf1\xbf\xa0\x9f\x36\x39\x70\xce\x46\x8d\xdd\x98\x12\x3f\xb3\xe9\x95\x8f\x32\x88\x21\xb7\x87\x35\x6e\xef\x17\x4e\x3f\x16\x18\xb7\xb9\x43\x89\xed\xee\xd0\xfa\x44\x1e\xb6\xc0\xd0\x82\x12\xe7\x87\x83\xb8\xd9\x18\x96\x75\x38\xfa\x29\x8e\x4c\x62\x4d\x26\x0f\xf6\x11\x65\x7c\x7b\x71\x6a\x51\xc2\xe2\xdd\x28\x9e\x9e\xff\x1b\x7c\x0f\xfe\x2a\xfc\x2c\xb0\xee\x9d\x62\x78\x7c\xc3\x7f\x7a\xeb\xb9\x65\xa7\x21\x9d\xbc\xa6\xd9\x77\x7f\x03\x00\x00\xff\xff\x22\xda\xf5\x12\x1a\x03\x00\x00" func idtablestakingAdminChange_minimumsCdcBytes() ([]byte, error) { return bindataRead( @@ -2125,11 +2104,11 @@ func idtablestakingAdminChange_minimumsCdc() (*asset, error) { } info := bindataFileInfo{name: "idTableStaking/admin/change_minimums.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xac, 0xc4, 0xf5, 0xcf, 0xc4, 0x9, 0xda, 0xde, 0x4, 0x25, 0x88, 0xdb, 0xca, 0x1a, 0x54, 0x9, 0x1f, 0x68, 0x91, 0x8, 0x74, 0xa8, 0x6, 0x87, 0x54, 0x36, 0x2, 0x68, 0x3f, 0x5, 0x4f, 0x3d}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x49, 0xb9, 0x12, 0xbd, 0x17, 0x98, 0x5d, 0xf2, 0xa6, 0x7f, 0x46, 0x24, 0x73, 0x43, 0xe8, 0xc9, 0x40, 0x17, 0x39, 0x6c, 0xf5, 0x2e, 0x4, 0xe3, 0xf1, 0x6e, 0x5, 0x70, 0x4f, 0x15, 0xd9, 0xd7}} return a, nil } -var _idtablestakingAdminChange_payoutCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x91\x41\x8f\xd3\x40\x0c\x85\xef\xf9\x15\x4f\x39\xac\xd2\x4b\x72\x41\x1c\x22\x60\xb5\xb0\xac\xb4\x12\x87\x8a\x16\xee\xee\xd4\x69\x86\x4e\xc7\xd1\xc4\x21\xad\x50\xff\x3b\x9a\x49\x0b\x2d\x2d\xbe\x44\x9a\xd8\xef\x7d\xf6\xb3\xbb\x4e\x82\xe2\xc5\xc9\xf8\xfa\xbc\xa4\x95\xe3\x85\xd2\xd6\xfa\x0d\x9a\x20\x3b\xe4\xb7\x3f\xf2\x2c\xab\x2a\x2c\x5b\xdb\x43\x03\xf9\x9e\x8c\x5a\xf1\x30\x2d\xf9\x0d\xf7\xd0\x96\xd1\x38\x19\xa1\xb2\x65\x8f\x91\x79\xeb\x0e\xe8\xe8\x20\x83\x66\xd9\xc5\x44\xe1\x79\x9c\xa7\xe7\x1a\xdf\x5e\xec\xfe\xed\x9b\x19\x7e\x65\x19\x00\x54\x15\xbe\x88\x21\x87\x9f\x14\x6c\xb4\x46\x23\x01\x84\xc0\x0d\x07\xf6\x86\xa1\x92\x8c\x5e\x9f\x91\xd0\xf0\xb4\xde\x59\x0f\x59\xfd\x60\xa3\x49\xc2\xb1\x82\xe2\xe3\x57\x6e\x6a\x3c\xdc\xae\x51\xa6\x91\xc9\xaf\x0b\xdc\x51\xe0\x82\x8c\xd1\x1a\x34\x68\x5b\x7c\x94\x10\x64\xfc\x4e\x6e\xe0\x19\x1e\x9e\x8c\x91\xc1\x6b\x04\xc4\xa9\xaa\x0a\xab\xd4\x73\x8f\x8b\xfe\xc5\x89\xd5\xb3\x6b\xca\x33\x13\xde\x23\xba\x95\xbd\x4a\xa0\x0d\x97\x93\xd6\xbb\xff\x82\x7e\x28\x62\x1e\xf5\x9d\xa0\xca\xd3\x37\xb5\x2d\x26\xb9\x39\x69\x3b\xfb\x63\x1c\xeb\xf1\x11\x1d\x79\x6b\x8a\xfc\x93\x0c\x6e\x0d\x2f\x7a\xe6\xbf\xa2\xef\x4f\xe9\x27\xce\x7c\xd2\x38\x4e\x57\xe2\x3d\x9b\x41\xf9\xe2\x06\x57\x1b\x95\x3d\xeb\xe7\x4e\x4c\xbb\x8c\xc1\x4f\xc9\xfe\xcd\xf8\xac\x74\xfc\x1d\x00\x00\xff\xff\xbc\x8e\x06\xa6\x71\x02\x00\x00" +var _idtablestakingAdminChange_payoutCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x91\x41\xef\xd2\x40\x10\xc5\xef\xfd\x14\x2f\x3d\xfc\x53\x2e\xed\xc5\x78\x68\x54\x82\x22\x09\x89\x07\x22\xe8\x7d\x58\xa6\x74\x65\xd9\x69\xb6\x53\x0b\x31\x7c\x77\xd3\x2e\x28\x28\xff\xb9\x6c\x32\x3b\xf3\xde\x6f\x66\xec\xb1\x91\xa0\x48\x17\x4e\xfa\xe5\x7c\x43\x5b\xc7\x6b\xa5\x83\xf5\xfb\x34\x49\x8a\x02\x9b\xda\xb6\xd0\x40\xbe\x25\xa3\x56\x3c\x4c\x4d\x7e\xcf\x2d\xb4\x66\x54\x4e\x7a\xa8\x1c\xd8\xa3\x67\x3e\xb8\x33\x1a\x3a\x4b\xa7\x49\x72\xd7\x91\x79\xee\x57\x63\xba\xc4\xb7\x85\x3d\xbd\x7d\x33\xc1\xaf\x24\x01\x80\xa2\xc0\x17\x31\xe4\xf0\x93\x82\x1d\xac\x51\x49\x00\x21\x70\xc5\x81\xbd\x61\xa8\x8c\x46\xcb\x39\x46\x34\xcc\x76\x47\xeb\x21\xdb\x1f\x6c\x74\x94\x70\xac\xa0\x21\xf9\x95\xab\x12\x2f\xff\x8f\x91\x8f\x2d\xd1\xaf\x09\xdc\x50\xe0\x8c\x8c\xd1\x12\xd4\x69\x9d\x7d\x94\x10\xa4\xff\x4e\xae\xe3\x09\x5e\x66\xc6\x48\xe7\x75\x00\xc4\x35\x8a\x02\xdb\xb1\xe6\x19\x17\xfd\x8b\x33\x44\xcb\xae\xca\x6f\x4c\x78\x8f\xc1\x2d\x6f\x55\x02\xed\x39\x8f\x5a\xef\x5e\x05\xfd\x90\x55\x41\x8e\x25\x9e\xfc\x5f\xdf\xb1\x6c\x1d\xe5\x56\xa4\xf5\xe4\x8f\xf1\x10\xd3\x29\x1a\xf2\xd6\x64\xe9\x27\xe9\xdc\x0e\x5e\xf4\xc6\xff\x40\xdf\x46\xb1\x38\x41\x1a\x35\x2e\x71\x4b\x7c\x62\xd3\x29\xdf\xed\xe0\x61\xa2\xbc\x65\xfd\xdc\x88\xa9\x37\xc3\xe1\xe3\x65\xff\xde\xf8\xa6\x74\xf9\x1d\x00\x00\xff\xff\x73\xc2\x23\xaf\x59\x02\x00\x00" func idtablestakingAdminChange_payoutCdcBytes() ([]byte, error) { return bindataRead( @@ -2145,11 +2124,11 @@ func idtablestakingAdminChange_payoutCdc() (*asset, error) { } info := bindataFileInfo{name: "idTableStaking/admin/change_payout.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xf1, 0x15, 0x65, 0x64, 0x1, 0xa4, 0xaa, 0xc1, 0x1e, 0x57, 0x8c, 0x4f, 0xa7, 0xc2, 0xec, 0xde, 0xbc, 0x6d, 0xad, 0x7a, 0xa, 0xf2, 0x6a, 0x7e, 0xb5, 0x8a, 0x77, 0x9a, 0x2e, 0x9e, 0x83, 0xe}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x20, 0xdf, 0x69, 0xde, 0x31, 0xb0, 0x43, 0x1d, 0xca, 0x6d, 0x22, 0x77, 0x10, 0x63, 0x39, 0x30, 0x3c, 0x17, 0x20, 0x43, 0x43, 0x4f, 0x13, 0xc6, 0xd9, 0x98, 0x79, 0xa3, 0x75, 0x72, 0xed, 0x66}} return a, nil } -var _idtablestakingAdminEnd_epochCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x93\xcf\x6b\xdb\x4e\x10\xc5\xef\xfa\x2b\x1e\x3e\x04\x19\xbe\x48\xf0\x3d\x8a\xb6\x21\x3f\x5a\x30\xe4\x50\x6a\xd3\x6b\x58\xad\x46\xd6\xd6\xf2\x8c\xd8\x1d\x59\x2d\xc1\xff\x7b\x59\x49\x76\xe2\x26\xde\x8b\x40\x3b\xef\xbd\x8f\x66\x46\x6e\xdf\x89\x57\x7c\x6b\x65\x58\x3d\x6e\x4c\xd9\xd2\x5a\xcd\xce\xf1\x16\xb5\x97\x3d\x16\xef\x2f\x16\x49\x92\xe7\xd8\x34\x2e\x40\xbd\xe1\x60\xac\x3a\x61\x50\x5d\x93\x55\x77\xa0\xf6\x0f\x88\xab\x00\x6d\x08\xd4\x89\x6d\x60\xb8\x42\x50\xe3\x35\xc0\x80\x69\x80\x30\x65\x49\x9e\x47\x9f\x95\xc2\xca\xbe\x74\x4c\xb3\x82\xab\xe7\x30\x13\x44\xdd\x5e\x0e\xf4\xac\xb2\x23\xbe\x88\x0b\x51\x3b\x34\xce\x36\xaf\x61\x67\x59\x3f\x96\xfc\x37\xdf\x7b\xaa\xfb\x58\xc2\x52\x51\xc0\xe0\xb4\x81\xe3\xd0\xd7\xb5\xb3\x8e\x58\x47\x19\x45\xbb\x53\x5c\xc0\x9c\x57\x92\x0e\x44\x8c\xb2\xb7\x3b\xd2\x90\x24\x6f\x00\x52\x57\x85\x02\x2f\x6b\xf5\x8e\xb7\x05\xee\x45\xda\xe3\x12\x2f\x49\x02\x00\x79\x8e\x27\xb1\xa6\xc5\xc1\x78\x17\x5b\x87\x5a\x3c\x4c\x44\x21\x4f\x6c\x09\x2a\x23\xf2\xea\x11\x63\x6b\x71\x57\xed\x1d\x43\xca\x5f\x64\x75\xb4\x68\x49\x61\xe2\xcb\x1f\x54\x17\xb8\x79\x3f\x86\x6c\x94\x4c\x79\x9d\xa7\xce\x78\x4a\x8d\xb5\x5a\xc0\xf4\xda\xa4\xf7\xe2\xbd\x0c\x3f\x4d\xdb\xd3\x12\x37\x77\xd6\x4a\xcf\x1a\x01\x31\x9f\x3c\x47\x39\xd6\x7c\xc4\x65\xfe\xc5\x89\x27\x50\x5b\x67\x27\x26\x7c\x46\x4c\xcb\x82\x8a\x37\x5b\xca\x26\xaf\x4f\x57\x41\xbf\xa4\x71\x9f\x8a\x0f\x16\x2d\x9b\x9f\x63\xd9\x7a\xb2\xfb\x6e\xb4\x59\x9e\x83\xe3\xb9\xbd\x45\x67\xd8\xd9\x74\xf1\x20\x7d\x5b\x81\x45\x4f\xfc\x17\xf4\xe7\x25\x88\x6e\x8b\xc9\xe3\x38\x75\x89\x7e\x93\xed\x95\xde\xf4\xe0\xe2\x8b\xb2\x40\x7a\xd7\x75\x5e\x0e\x54\x3d\xb9\xa0\x71\xc2\xaf\x0c\x57\x34\xc4\xd5\x09\x7f\xda\xba\x74\x99\x5c\x29\x8d\xab\xb5\x19\x17\x2b\x65\x1a\xbe\xc6\x3f\xe3\x21\x0e\x85\x7c\x81\xff\x4f\xa0\xc7\xe4\x6f\x00\x00\x00\xff\xff\x8d\x3c\x5c\x65\x91\x03\x00\x00" +var _idtablestakingAdminEnd_epochCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x93\x4f\x6b\xdb\x40\x10\xc5\xef\xfa\x14\x0f\x1f\x82\x0c\x45\x82\x1e\x45\xdb\x90\x3f\x2d\x18\x72\x28\xb5\xe9\x35\xac\x56\x23\x6b\x6b\x79\x46\xec\x8e\xac\x96\xe0\xef\x5e\x56\xb2\x9c\xb8\x8d\xf7\x22\xd0\xce\x7b\xef\xa7\x99\x91\xdb\x77\xe2\x15\x8b\x6f\xad\x0c\xab\xc7\x8d\x29\x5b\x5a\xab\xd9\x39\xde\x2e\x92\x24\xcf\xb1\x69\x5c\x80\x7a\xc3\xc1\x58\x75\xc2\xa0\xba\x26\xab\xee\x40\xed\x1f\x10\x57\x01\xda\x10\xa8\x13\xdb\xc0\x70\x85\xa0\xc6\x6b\x80\x01\xd3\x00\x61\xca\x92\x3c\x8f\x3e\x2b\x85\x95\x7d\xe9\x98\x4e\x0a\xae\x9e\xc3\x14\x34\xea\xf6\x72\xa0\x67\x95\x1d\xf1\x45\x5c\x88\xda\xa1\x71\xb6\x79\x0d\x3b\xcb\xfa\xb1\xe4\xc3\xe9\xde\x53\xdd\xc7\x12\x96\x8a\x02\x06\xa7\x0d\x1c\x87\xbe\xae\x9d\x75\xc4\x3a\xca\x28\xda\xcd\x71\x01\xa7\xbc\x92\x74\x20\x62\x94\xbd\xdd\x91\x86\x24\x79\x03\x90\xba\x2a\x14\x78\x59\xab\x77\xbc\x2d\x70\x2f\xd2\x1e\x97\x78\x49\x12\x00\xc8\x73\x3c\x89\x35\x2d\x0e\xc6\xbb\xd8\x3a\xd4\xe2\x61\x22\x0a\x79\x62\x4b\x50\x19\x91\x57\x8f\x18\x5b\x8b\xbb\x6a\xef\x18\x52\xfe\x22\xab\xa3\x45\x4b\x0a\x13\x5f\xfe\xa0\xba\xc0\xcd\xff\x63\xc8\x46\xc9\x94\xd7\x79\xea\x8c\xa7\xd4\x58\xab\x05\x4c\xaf\x4d\x7a\x2f\xde\xcb\xf0\xd3\xb4\x3d\x2d\x71\x73\x67\xad\xf4\xac\x11\x10\xa7\x93\xe7\x28\xc7\x9a\xf7\xb8\xcc\xbf\x38\xf1\x04\x6a\xeb\x6c\x66\xc2\x67\xc4\xb4\x2c\xa8\x78\xb3\xa5\x6c\xf2\xfa\x74\x15\xf4\x4b\x5a\x7b\xd9\x17\x78\xe7\xfe\xf4\x1c\xcb\xd6\x93\xdd\x77\xa3\xcd\xf2\x1c\x1c\xcf\xed\x2d\x3a\xc3\xce\xa6\x8b\x07\xe9\xdb\x0a\x2c\x3a\xf3\x5f\xd0\x9f\x97\x20\xba\x2d\x26\x8f\xe3\xd4\x25\xfa\x4d\xb6\x57\x7a\xd3\x83\x8b\x2f\xca\x02\xe9\x5d\xd7\x79\x39\x50\xf5\xe4\x82\xc6\x09\xbf\x32\x5c\xd1\x10\x57\x33\xfe\xb4\x75\xe9\x32\xb9\x52\x1a\x57\x6b\x33\x2e\x56\xca\x34\x7c\x8d\x7f\xc6\x43\x1c\x0a\xf9\x02\x1f\x67\xd0\x63\xf2\x37\x00\x00\xff\xff\x6a\xa0\x2e\x09\x79\x03\x00\x00" func idtablestakingAdminEnd_epochCdcBytes() ([]byte, error) { return bindataRead( @@ -2165,11 +2144,11 @@ func idtablestakingAdminEnd_epochCdc() (*asset, error) { } info := bindataFileInfo{name: "idTableStaking/admin/end_epoch.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x8a, 0x39, 0xa5, 0x67, 0xa9, 0xac, 0xdd, 0x37, 0xb9, 0xd1, 0xa, 0x19, 0x7d, 0x6a, 0xea, 0xd1, 0xc7, 0x67, 0x66, 0x30, 0x20, 0x98, 0x41, 0x85, 0x6a, 0x3c, 0x10, 0x5, 0x47, 0x5f, 0xc4, 0x20}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x1d, 0x1a, 0x3e, 0xc7, 0x13, 0x5f, 0x7a, 0xb4, 0x4b, 0x86, 0xbe, 0x72, 0xf4, 0xcc, 0x98, 0x1b, 0x44, 0x29, 0x53, 0x30, 0x7e, 0x1, 0x1c, 0x50, 0x64, 0x3f, 0x13, 0xc, 0xaf, 0x60, 0x6d, 0xc4}} return a, nil } -var _idtablestakingAdminEnd_epoch_change_payoutCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\x92\x4f\x6b\xdb\x40\x10\xc5\xef\xfa\x14\x0f\x1f\x82\x0c\x41\x82\x52\x7a\x10\x6d\x43\xfe\x34\x60\xc8\x21\xd4\x6e\xaf\x61\xb5\x1a\x59\x5b\x4b\x3b\x62\x77\x64\x25\x04\x7f\xf7\xb2\xfa\xe3\x36\x75\xdc\xbd\x08\xb4\x33\xef\xfd\x66\xe7\x99\xa6\x65\x27\xb8\xaf\xb9\x5f\xdd\x6d\x54\x5e\xd3\x5a\xd4\xce\xd8\x2d\x4a\xc7\x0d\x16\xa7\x17\x8b\x28\x4a\x53\x6c\x2a\xe3\x21\x4e\x59\xaf\xb4\x18\xb6\xa0\xb2\x24\x2d\x66\x4f\xf5\x0b\xc8\x16\x1e\x52\x11\xa8\x65\x5d\x41\xd9\x02\x5e\x94\x13\x0f\x05\x4b\x3d\xd8\x52\x12\xa5\x69\xd0\x59\x09\x34\x37\xb9\xb1\x34\x75\xd8\xe2\xc9\x4f\x04\xa1\xaf\xe1\x3d\x3d\x09\xef\xc8\xbe\xb1\xf3\xa1\xb7\xaf\x8c\xae\xfe\x98\x1d\xdb\xba\xa1\xe4\x72\xba\x77\x54\x76\xa1\xc4\x72\x41\x1e\xbd\x91\x0a\xc6\xfa\xae\x2c\x8d\x36\x64\x65\x68\xa3\x20\x37\xdb\x79\x4c\x7e\x39\x49\x4f\x64\x91\x77\x7a\x47\xe2\xa3\xe8\x2f\x80\xd8\x14\x3e\xc3\xeb\x5a\x9c\xb1\xdb\x0c\x37\xcc\xf5\xe1\x32\x0c\xf7\xa8\x5e\xb8\x93\x0c\x3f\xee\xcd\xf3\xa7\x8f\x4b\xbc\x46\x11\x00\xa4\x29\x1e\x58\xab\x1a\x7b\xe5\x4c\x78\x4d\x94\xec\xa0\x02\x1d\x39\xb2\x9a\x20\x3c\x4c\xb1\xba\xc3\xf0\xda\xb8\x2e\x1a\x63\xc1\xf9\x2f\xd2\x32\x48\xd4\x24\x50\xe1\xe7\x77\x2a\x33\x5c\x9c\x6e\x26\x19\x5a\x46\xbf\xd6\x51\xab\x1c\xc5\x4a\x6b\xc9\xa0\x3a\xa9\xe2\x1b\x76\x8e\xfb\x9f\xaa\xee\x68\x89\x8b\x6b\xad\xb9\xb3\x12\x00\x31\x9d\x34\x45\x3e\xd4\xbc\xc7\xa5\xfe\xc5\x09\xc7\x53\x5d\x26\x33\x13\xbe\x20\xb8\x25\x5e\xd8\xa9\x2d\x25\xa3\xd6\xe7\xb3\xa0\x5f\xe3\x10\xb1\xec\x9d\xec\x25\xd3\x77\x28\x5b\x8f\x72\x8f\x4a\xaa\xe5\xd1\x38\x9c\xab\x2b\xb4\xca\x1a\x1d\x2f\x6e\xb9\xab\x0b\x58\x96\x99\xff\x0d\xfd\x31\x17\x41\x6d\x31\x6a\x1c\xc6\x57\xa2\x67\xd2\x9d\xd0\xbc\xa4\x93\x91\x12\x4f\xf2\x2d\x64\x78\x13\x12\x31\xae\x36\x3e\x2e\x79\xf9\x9f\xae\xeb\xb6\x75\xbc\xa7\xe2\xc1\x78\x09\x59\x39\x5b\x4b\xb6\x98\xa7\x1d\x73\x1b\x9f\x2d\x0d\xe1\x1c\x40\x7c\x60\x18\xb8\x6e\xc3\x0e\xc9\x65\xf8\x30\xcf\x75\x88\x7e\x07\x00\x00\xff\xff\x68\xee\x57\x96\xd3\x03\x00\x00" +var _idtablestakingAdminEnd_epoch_change_payoutCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\x92\x41\x6b\xdb\x40\x10\x85\xef\xfa\x15\x0f\x1f\x82\x0c\x41\x82\x52\x7a\x10\x6d\x83\x93\x34\x60\xc8\x21\xd4\x6e\xaf\x61\xb5\x1a\x59\x5b\xcb\x3b\x62\x77\x64\x25\x04\xff\xf7\xb2\x2b\xcb\x6d\x9a\xb8\x7b\x11\x68\xe7\xbd\xf7\xcd\xce\x98\x5d\xc7\x4e\x30\xbb\x6b\x79\x58\xde\xae\x55\xd9\xd2\x4a\xd4\xd6\xd8\xcd\x2c\x49\xf2\x1c\xeb\xc6\x78\x88\x53\xd6\x2b\x2d\x86\x2d\xa8\xae\x49\x8b\xd9\x53\xfb\x0c\xb2\x95\x87\x34\x04\xea\x58\x37\x50\xb6\x82\x17\xe5\xc4\x43\xc1\xd2\x00\xb6\x94\x25\x79\x1e\x7c\x96\x02\xcd\xbb\xd2\x58\x3a\x2a\x6c\xf5\xe8\xc7\xa0\xa8\xdb\xf1\x9e\x1e\x85\xb7\x64\x5f\xc5\xf9\xa0\x1d\x1a\xa3\x9b\x3f\x61\x27\x59\x1f\x4b\x2e\x8f\xf7\x8e\xea\x3e\x94\x58\xae\xc8\x63\x30\xd2\xc0\x58\xdf\xd7\xb5\xd1\x86\xac\x44\x19\x05\xbb\x29\xce\xe3\x98\x57\x92\x0c\x44\x16\x65\xaf\xb7\x24\x3e\x49\xfe\x02\x48\x4d\xe5\x0b\xbc\xac\xc4\x19\xbb\x29\x70\xcd\xdc\x1e\x2e\x43\x73\x0f\xea\x99\x7b\x29\xf0\xe3\xce\x3c\x7d\xfa\x38\xc7\x4b\x92\x00\x40\x9e\xe3\x9e\xb5\x6a\xb1\x57\xce\x84\xd7\x44\xcd\x0e\x2a\xd0\x91\x23\xab\x09\xc2\xb1\x8b\xe5\x2d\xe2\x6b\x63\x51\xed\x8c\x05\x97\xbf\x48\x4b\xb4\x68\x49\xa0\xc2\xcf\xef\x54\x17\xb8\x78\x3b\x99\x2c\x4a\xc6\xbc\xce\x51\xa7\x1c\xa5\x4a\x6b\x29\xa0\x7a\x69\xd2\x6b\x76\x8e\x87\x9f\xaa\xed\x69\x8e\x8b\x85\xd6\xdc\x5b\x09\x80\x38\x9e\x3c\x47\x19\x6b\xde\xe3\x52\xff\xe2\x84\xe3\xa9\xad\xb3\x89\x09\x5f\x10\xd2\x32\x2f\xec\xd4\x86\xb2\xd1\xeb\xf3\x59\xd0\xaf\x69\xed\x78\x57\xe0\x9d\xfb\xe3\x37\x96\xad\x46\xbb\x07\x25\xcd\xfc\x14\x1c\xce\xd5\x15\x3a\x65\x8d\x4e\x67\x37\xdc\xb7\x15\x2c\xcb\xc4\xff\x8a\xfe\xb4\x17\xc1\x6d\x36\x7a\x1c\xc6\x57\xa2\x27\xd2\xbd\xd0\x34\xa4\x37\x2d\x65\x9e\xe4\x5b\xd8\xe1\x75\xd8\x88\x71\xb4\xe9\x69\xc8\xf3\xff\xa8\x16\x5d\xe7\x78\x4f\xd5\xbd\xf1\x12\x76\xe5\x6c\x2d\xd9\x6a\xea\x76\xdc\xdb\xf4\x6c\x69\x58\xce\x08\xe2\x03\x43\xe4\xba\x09\x33\x24\x57\xe0\xc3\xd4\xd7\x21\xf9\x1d\x00\x00\xff\xff\xe2\x20\xc7\x2f\xbb\x03\x00\x00" func idtablestakingAdminEnd_epoch_change_payoutCdcBytes() ([]byte, error) { return bindataRead( @@ -2185,11 +2164,11 @@ func idtablestakingAdminEnd_epoch_change_payoutCdc() (*asset, error) { } info := bindataFileInfo{name: "idTableStaking/admin/end_epoch_change_payout.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xb4, 0x3f, 0xf, 0xc8, 0x75, 0x2e, 0x7b, 0xe1, 0x35, 0x4d, 0x36, 0x48, 0x6d, 0x3c, 0xa5, 0x9c, 0x43, 0x74, 0xdf, 0x63, 0xab, 0xba, 0xae, 0x2c, 0xf9, 0xf4, 0xf4, 0xa, 0xb6, 0xd9, 0xbb, 0xb3}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x7f, 0x42, 0x9c, 0x4e, 0xf3, 0x4c, 0x6d, 0xfd, 0x71, 0x44, 0x8c, 0x16, 0x4b, 0x61, 0xb5, 0x4e, 0x57, 0x70, 0x12, 0x63, 0x43, 0x77, 0x8f, 0xe5, 0xd, 0x88, 0xf7, 0xab, 0x91, 0x64, 0xa7, 0x13}} return a, nil } -var _idtablestakingAdminEnd_stakingCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x92\x41\x6b\xdb\x40\x10\x85\xef\xfa\x15\x0f\x1f\x82\x0c\x45\xba\x8b\xb6\xc1\x69\x28\x04\x72\x28\x75\xe8\x7d\xbc\x1a\x59\xdb\xae\x77\xc4\xee\x6c\x54\x08\xfe\xef\x65\x57\x56\x68\xeb\x64\x2e\x02\xcd\xcc\x7b\xdf\xe8\xc9\x9e\x26\x09\x8a\xaf\x4e\xe6\x87\xfb\x27\x3a\x38\xde\x2b\xfd\xb2\xfe\x88\x21\xc8\x09\x9b\xeb\xc6\xa6\xaa\xda\x16\x4f\xa3\x8d\xd0\x40\x3e\x92\x51\x2b\x1e\xec\xfb\x08\x1d\x19\xf1\xb2\x4f\xa9\x34\x3e\x60\x1e\xad\x19\x11\x78\x48\x79\xc4\x4b\xcf\x11\x59\x62\xb6\x3a\xc2\xfa\x98\x86\xc1\x1a\xcb\x5e\xcb\x2a\x57\xd5\x5f\xb2\xb5\xed\x63\x87\x97\xbd\x06\xeb\x8f\x1d\xee\x44\xdc\x79\x8b\x97\xaa\x02\x80\xb6\xc5\xa3\x18\x72\x78\xa6\x60\x33\x21\x06\x09\xa0\x6c\xc5\x81\xbd\x61\xa8\x14\xa4\x87\x7b\x94\x0b\xb0\xeb\x4f\xd6\x43\x0e\x3f\xd9\x68\x91\x70\xac\xa0\xfc\xf2\x3b\x0f\x1d\x6e\xae\xaf\x6d\xca\xca\xe2\x37\x05\x9e\x28\x70\x4d\xc6\x68\x07\x4a\x3a\xd6\x77\x12\x82\xcc\x3f\xc8\x25\xde\xe2\x66\x67\x8c\x24\xaf\x19\x10\x97\x6a\x5b\x1c\xca\xcc\x5b\x5c\xf4\x3f\x4e\xae\xc8\x6e\x68\x56\x26\x7c\x42\x76\x6b\xa2\x4a\xa0\x23\x37\x8b\xd6\xc7\x77\x41\x3f\xd7\x39\xb6\xee\x8d\x3c\x9b\xcb\xb3\x8c\xed\x17\xb9\x6f\xa4\xe3\xf6\xd5\x38\xd7\xed\x2d\x26\xf2\xd6\xd4\x9b\x2f\x92\x5c\x0f\x2f\xba\xf2\xff\x43\xff\x1a\x72\x56\xdb\x2c\x1a\xe7\xe5\x2b\xf1\x6f\x36\x49\x79\x0d\xe9\xea\xa4\x26\xb2\xee\xa6\x29\xc8\x33\xf7\x8f\x36\x6a\x8e\x78\xfb\xde\x2c\xfb\x7e\xe5\x5e\x7e\xa7\x7a\xf5\x3a\xff\x09\x00\x00\xff\xff\x12\x49\x6b\xee\xba\x02\x00\x00" +var _idtablestakingAdminEnd_stakingCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x92\x41\x6b\xdc\x30\x10\x85\xef\xfe\x15\x8f\x3d\x04\x1b\x8a\x7d\x37\x6d\xc3\xa6\xa1\x10\xc8\xa1\x74\x43\xef\xb3\xf2\x78\xad\x56\xab\x31\xd2\x28\x2e\x84\xfd\xef\x45\x72\x1c\xda\x26\x99\x8b\xc1\xf3\xe6\xbd\x6f\x3c\xb6\xe7\x59\x82\x62\xf7\xd5\xc9\x72\x77\xfb\x40\x47\xc7\x07\xa5\x5f\xd6\x9f\x76\x55\xd5\x75\x78\x98\x6c\x84\x06\xf2\x91\x8c\x5a\xf1\x60\x3f\x44\xe8\xc4\x88\xab\x0c\x94\x4a\xe3\x03\x96\xc9\x9a\x09\x81\xc7\x94\x25\x5e\x06\x8e\xc8\x16\x8b\xd5\x09\xd6\xc7\x34\x8e\xd6\x58\xf6\x5a\x46\xb9\xaa\xfe\xb2\xad\xed\x10\x7b\x3c\x1d\x34\x58\x7f\xea\x71\x23\xe2\x2e\x0d\x9e\xaa\x0a\x00\xba\x0e\xf7\x62\xc8\xe1\x91\x82\xcd\x84\x18\x25\x80\x72\x14\x07\xf6\x86\xa1\x52\x90\xee\x6e\x51\x36\xc0\x7e\x38\x5b\x0f\x39\xfe\x64\xa3\xc5\xc2\xb1\x82\xf2\xcb\xef\x3c\xf6\xb8\x7a\xbd\x6d\x5b\x46\xd6\xbc\x39\xf0\x4c\x81\x6b\x32\x46\x7b\x50\xd2\xa9\xbe\x91\x10\x64\xf9\x41\x2e\x71\x83\xab\xbd\x31\x92\xbc\x66\x40\x3c\x57\xd7\xe1\x58\x34\x6f\x71\xd1\xff\x38\xb9\x22\xbb\xb1\xdd\x98\xf0\x09\x39\xad\x8d\x2a\x81\x4e\xdc\xae\x5e\x1f\xdf\x05\xfd\x5c\x8f\x41\xce\x3d\xde\xe8\x3f\x3f\x8b\xec\xb0\xda\x7d\x23\x9d\x9a\x97\xe0\x5c\xd7\xd7\x98\xc9\x5b\x53\xef\xbe\x48\x72\x03\xbc\xe8\xc6\xff\x0f\xfd\xcb\x91\xb3\xdb\x6e\xf5\xb8\xac\x5f\x89\x7f\xb3\x49\xca\xdb\x91\x5e\xad\xd4\x46\xd6\xfd\x3c\x07\x79\xe4\xe1\xde\x46\xcd\x27\x6e\xde\xd3\xb2\x1f\x36\xee\xf5\x77\xaa\xb7\xac\xcb\x9f\x00\x00\x00\xff\xff\x81\x11\xe7\xc5\xa2\x02\x00\x00" func idtablestakingAdminEnd_stakingCdcBytes() ([]byte, error) { return bindataRead( @@ -2205,11 +2184,11 @@ func idtablestakingAdminEnd_stakingCdc() (*asset, error) { } info := bindataFileInfo{name: "idTableStaking/admin/end_staking.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x11, 0xb3, 0xec, 0x2e, 0x69, 0xa9, 0x17, 0x98, 0x82, 0xc1, 0xe2, 0x4f, 0xf2, 0xd4, 0x82, 0xe9, 0x56, 0x9d, 0xb1, 0xdc, 0xbe, 0x9a, 0xd7, 0x2d, 0x12, 0x75, 0x92, 0x64, 0x6, 0x1d, 0x90, 0x10}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xb, 0x6b, 0x81, 0x36, 0x47, 0xf7, 0x73, 0xbf, 0x5, 0x48, 0x89, 0x75, 0x4d, 0x56, 0xe, 0xb7, 0xba, 0xc8, 0x5d, 0x8c, 0xd7, 0x9c, 0x17, 0x8d, 0xbd, 0x9f, 0x2f, 0x95, 0xbb, 0x20, 0xb0, 0x11}} return a, nil } -var _idtablestakingAdminMove_tokensCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x91\x41\xab\x9b\x40\x14\x85\xf7\xfe\x8a\x83\x8b\x87\xd9\x28\x74\x29\x6d\x1f\xaf\x49\x0b\x81\x2e\x4a\x13\xba\xbf\x4e\xae\xd1\x46\xe7\xca\xcc\x35\x16\x42\xfe\x7b\x99\x31\x29\x49\x93\x37\x1b\x41\x8f\xe7\x7c\x73\x4e\xdb\x0f\xe2\x14\xdf\x3a\x99\xd6\xab\x2d\x55\x1d\x6f\x94\x0e\xad\xdd\xa3\x76\xd2\x23\x7d\xfc\x90\x26\x49\x51\x60\xdb\xb4\x1e\xea\xc8\x7a\x32\xda\x8a\x45\x2f\x47\xf6\x50\x39\xb0\xf5\xa8\x58\x27\x66\x8b\x6a\x34\x07\x56\x9f\x24\xb7\xca\x53\x92\x00\x40\x51\xe0\xbb\x18\xea\x70\x24\xd7\x06\x7f\xd4\xe2\x40\x70\x5c\xb3\x63\x6b\x18\x2a\xd0\x86\xb1\x5e\x21\xe6\xe3\x6d\xd7\xb7\x16\x52\xfd\x66\xa3\xd1\xa2\x63\x05\x85\x97\x3f\xb9\x2e\xf1\xf2\xc8\x9a\xc7\x5f\xe6\xbc\xc1\xf1\x40\x8e\x33\x32\x46\x4b\xd0\xa8\x4d\xf6\x45\x9c\x93\xe9\x17\x75\x23\x2f\xf0\xf2\x66\x8c\x8c\x56\x17\x38\x45\xfd\x85\xb1\x8a\x9a\x67\x5c\xf4\x3f\x4e\x38\x9e\xbb\x3a\xbf\x32\xe1\x13\x42\x5a\xee\x55\x1c\xed\x39\x9f\xbd\x3e\xbe\x0b\xfa\x39\x0b\xa5\x97\x4f\xd6\xc8\x2f\xcf\x28\xdb\xcc\x76\x3f\x48\x9b\xc5\xbf\xe0\x70\x5e\x5f\x31\x90\x6d\x4d\x96\x2e\x65\xec\x76\xb0\xa2\x57\xfe\x3b\x7a\x7f\x99\x38\x72\xa6\xb3\xc7\x79\x6e\x89\xff\xb0\x19\x95\x6f\x3a\xb8\xbb\x51\x1e\x66\xde\xc6\x91\x33\xcb\xd3\xd7\x41\x4c\xb3\x0c\xad\xb1\x2b\xf1\xe1\xea\x74\xfe\x1b\x00\x00\xff\xff\x57\x3b\x5b\xb4\x56\x02\x00\x00" +var _idtablestakingAdminMove_tokensCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x91\xc1\x6b\xea\x40\x10\xc6\xef\xf9\x2b\x3e\x72\x90\x78\x49\xe0\x1d\xc3\x7b\x4f\xac\xb6\x20\xf4\x50\xaa\xf4\x3e\x59\x27\x26\x35\xd9\x09\xbb\x13\x53\x10\xff\xf7\x92\x44\x8b\xb6\x76\x2e\x0b\xbb\xdf\x7e\xdf\x6f\x66\xca\xba\x11\xa7\x08\x9f\x2a\xe9\x56\xcb\x0d\x65\x15\xaf\x95\xf6\xa5\xdd\x85\x41\x90\x24\xd8\x14\xa5\x87\x3a\xb2\x9e\x8c\x96\x62\x51\xcb\x81\x3d\x54\xf6\x6c\x3d\x32\xd6\x8e\xd9\x22\x6b\xcd\x9e\xd5\x07\xc1\xb5\xf2\x18\x04\x00\x90\x24\x78\x16\x43\x15\x0e\xe4\xca\xde\x1f\xb9\x38\x10\x1c\xe7\xec\xd8\x1a\x86\x0a\xb4\x60\xac\x96\x18\xf2\x31\xdf\xd6\xa5\x85\x64\xef\x6c\x74\xb0\xa8\x58\x41\xfd\xe5\x2b\xe7\x29\x26\x3f\x59\xe3\xe1\xcb\x98\xd7\x38\x6e\xc8\x71\x44\xc6\x68\x0a\x6a\xb5\x88\x1e\xc4\x39\xe9\xde\xa8\x6a\x79\x8a\xc9\xdc\x18\x69\xad\x4e\x71\x1c\xf4\x67\xc6\x6c\xd0\xdc\xe3\xa2\xef\x38\x7d\x79\xae\xf2\xf8\xc2\x84\x7f\xe8\xd3\x62\xaf\xe2\x68\xc7\xf1\xe8\xf5\xf7\x57\xd0\xff\x51\xee\xa4\x4e\x71\xe7\xfd\x7c\x0e\xb2\xf5\x68\xf7\x42\x5a\x4c\xbf\x82\xfb\x9a\xcd\xd0\x90\x2d\x4d\x14\x2e\xa4\xad\xb6\xb0\xa2\x17\xfe\x1b\x7a\x3f\x9a\x8d\x1d\x84\xa3\xc7\x69\x9c\x12\x7f\xb0\x69\x95\xaf\x66\x70\xd3\x51\xdc\xaf\x79\x33\x2c\x39\xb2\xdc\x3d\x36\x62\x8a\x45\x3f\x35\x76\x29\xfe\x5c\x9c\x4e\x9f\x01\x00\x00\xff\xff\x5e\xe0\x36\x6d\x3e\x02\x00\x00" func idtablestakingAdminMove_tokensCdcBytes() ([]byte, error) { return bindataRead( @@ -2225,11 +2204,11 @@ func idtablestakingAdminMove_tokensCdc() (*asset, error) { } info := bindataFileInfo{name: "idTableStaking/admin/move_tokens.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x11, 0x12, 0x76, 0x16, 0xfb, 0xc4, 0x12, 0x4, 0xa9, 0x4, 0x1, 0x23, 0xe9, 0x22, 0x31, 0x3c, 0x95, 0x93, 0x2e, 0x67, 0x21, 0x9a, 0xcb, 0xeb, 0x32, 0x88, 0x84, 0x4b, 0x2c, 0x36, 0x3e, 0xea}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x93, 0x29, 0x20, 0x7d, 0xa0, 0x33, 0xcd, 0x20, 0xd5, 0x37, 0x30, 0x1d, 0x65, 0xc7, 0x27, 0xaa, 0x94, 0xd2, 0xa0, 0x91, 0xec, 0xec, 0xb9, 0xc1, 0xdd, 0xa7, 0x1d, 0xe2, 0xb1, 0xfc, 0x8, 0x21}} return a, nil } -var _idtablestakingAdminPay_rewardsCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x92\x41\x6b\xdb\x40\x10\x85\xef\xfa\x15\x0f\x1f\x82\x04\x45\xa2\x57\xd1\x34\xa4\x49\x0b\x81\x1e\x4a\x1c\x7a\x1f\xaf\x46\x91\x9a\xd5\x8e\x98\x1d\xd5\x35\x21\xff\xbd\xac\x64\x95\xa4\x76\xf6\x22\x90\xde\xbe\xf7\xe9\xcd\xf4\xc3\x28\x6a\xf8\xe6\x65\x7f\x77\xfb\x40\x3b\xcf\x5b\xa3\xa7\x3e\x3c\xa2\x55\x19\xb0\x39\xfd\xb0\xc9\xb2\xaa\xc2\x43\xd7\x47\x98\x52\x88\xe4\xac\x97\x80\x91\x0e\x11\xca\x7b\xd2\x26\xc2\x04\xe4\x3d\xac\x63\x44\xa3\x27\x6e\x10\xa4\xe1\x98\x65\xaf\x6f\x3c\x67\x19\x00\x54\x15\xbe\x8b\x23\x8f\xdf\xa4\x7d\xca\x41\x2b\x0a\x82\x72\xcb\xca\xc1\x71\x72\x4b\x4e\x77\xb7\x98\x39\x70\xdd\x0c\x7d\x80\xec\x7e\xb1\xb3\xd9\xc2\xb3\x81\xd2\xcb\x7b\x6e\x6b\x5c\x9c\x32\x97\xf3\x95\x25\x6f\x54\x1e\x49\x39\x27\xe7\xac\x06\x4d\xd6\xe5\x5f\x44\x55\xf6\x3f\xc9\x4f\x5c\xe0\xe2\xda\x39\x99\x82\x15\x78\x9e\xf5\x47\xc6\xdd\xac\x39\xc7\x45\xff\xe3\xa4\x13\xd9\xb7\xe5\xca\x84\x4b\xa4\xb4\x32\x9a\x28\x3d\x72\xb9\x78\x7d\x7a\x17\xf4\x73\x9e\xca\xaf\xcf\x4c\xa5\x3c\x3e\x67\xd9\x76\xb1\xfb\x41\xd6\x15\xff\x82\xd3\xb9\xba\xc2\x48\xa1\x77\xf9\xe6\x46\x26\x9f\xca\xb7\x95\xff\x0d\x7d\x3c\x8e\x7a\xe6\xdc\x2c\x1e\x2f\x4b\x4b\xfc\x87\xdd\x64\xfc\xaa\x83\x54\x72\x9c\x86\x81\xf4\x80\xcb\xb7\xff\x57\x3a\xf2\x6e\xf2\x64\x7c\xbf\x2c\x40\x5e\x9c\x2f\xa2\x1c\xe9\xb0\x4a\x5a\xd1\xaf\xa3\xb8\xee\x26\x95\xcd\x5a\xe3\xe3\x87\x75\x7f\xb6\x4b\x4c\xbd\xe6\xad\x64\x2f\x7f\x03\x00\x00\xff\xff\xca\xd7\x91\xe9\xae\x02\x00\x00" +var _idtablestakingAdminPay_rewardsCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x92\x41\x6b\xdc\x30\x10\x85\xef\xfe\x15\x8f\x3d\x04\x2f\x14\x9b\x5e\x4d\xd3\x90\x26\x2d\x04\x7a\x28\xd9\xd0\xfb\xac\x3c\x8e\xdd\xc8\x1a\x33\x1a\x77\xbb\x84\xfc\xf7\x22\x2b\x2e\xd9\x76\xab\x8b\xc1\x7a\x7a\xef\x9b\xc7\x0c\xe3\x24\x6a\xd8\x7c\xf1\x72\xb8\xbb\x7d\xa0\xbd\xe7\x9d\xd1\xd3\x10\x1e\x37\x45\x51\xd7\x78\xe8\x87\x08\x53\x0a\x91\x9c\x0d\x12\x30\xd1\x31\x42\xf9\x40\xda\x46\x98\x80\xbc\x87\xf5\x8c\x68\xf4\xc4\x2d\x82\xb4\x1c\x8b\xe2\xed\x8b\xe7\xa2\x00\x80\xba\xc6\x57\x71\xe4\xf1\x93\x74\x48\x39\xe8\x44\x41\x50\xee\x58\x39\x38\x4e\x6e\xc9\xe9\xee\x16\x0b\x07\xae\xdb\x71\x08\x90\xfd\x0f\x76\xb6\x58\x78\x36\x50\xfa\x79\xcf\x5d\x83\x8b\x7f\x99\xab\xe5\x49\xce\x9b\x94\x27\x52\x2e\xc9\x39\x6b\x40\xb3\xf5\xe5\x27\x51\x95\xc3\x77\xf2\x33\x6f\x71\x71\xed\x9c\xcc\xc1\xb6\x78\x5e\xf4\xaf\x8c\xfb\x45\x73\x8e\x8b\xfe\xc6\x49\x27\xb2\xef\xaa\x95\x09\x97\x48\x69\x55\x34\x51\x7a\xe4\x2a\x7b\x7d\xf8\x2f\xe8\xc7\xb2\x53\x19\x1b\x9c\xb9\x7f\xfd\x2e\xb2\x5d\xb6\xfb\x46\xd6\x6f\xff\x04\xa7\x73\x75\x85\x89\xc2\xe0\xca\xcd\x8d\xcc\x3e\x95\x6f\x2b\xff\x09\x7d\xcc\x66\x79\x82\x4d\xf6\x78\xc9\x2d\xf1\x2f\x76\xb3\xf1\x9b\x0e\x52\xc9\x71\x1e\x47\xd2\x23\x2e\x4f\xe7\xab\x1c\x79\x37\x7b\x32\xbe\xcf\x0b\x50\x6e\xcf\x17\x51\x4d\x74\x5c\x25\x9d\xe8\xe7\x49\x5c\x7f\x93\xca\x66\x6d\xf0\xfe\xdd\xba\x3f\xbb\x1c\xd3\xac\x79\x2b\xd9\xcb\xef\x00\x00\x00\xff\xff\x41\xc2\x8a\x09\x96\x02\x00\x00" func idtablestakingAdminPay_rewardsCdcBytes() ([]byte, error) { return bindataRead( @@ -2245,11 +2224,11 @@ func idtablestakingAdminPay_rewardsCdc() (*asset, error) { } info := bindataFileInfo{name: "idTableStaking/admin/pay_rewards.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x72, 0xa1, 0x77, 0xd1, 0xb0, 0xeb, 0xf3, 0x3e, 0x3d, 0x4e, 0x76, 0xb5, 0xee, 0x90, 0xec, 0xf4, 0xd4, 0xa5, 0x89, 0xb1, 0xe2, 0xc2, 0xf1, 0x5b, 0x49, 0x6b, 0x10, 0x62, 0xf2, 0x54, 0xaf, 0x4a}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x83, 0x73, 0x6e, 0x48, 0x2c, 0x71, 0x40, 0x46, 0xb8, 0xed, 0x2d, 0x3a, 0x1b, 0xc0, 0x9a, 0x9e, 0x51, 0x9d, 0xc8, 0xa7, 0xc3, 0xfa, 0xa2, 0xff, 0x33, 0x15, 0xe7, 0xf2, 0xc3, 0x64, 0x48, 0x19}} return a, nil } -var _idtablestakingAdminRemove_approved_nodesCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x93\x4f\x6b\xdb\x40\x10\xc5\xcf\xd6\xa7\x78\xf8\x10\x64\x68\xa5\xbb\x69\x1a\xd2\x9a\x82\x21\x34\x25\x31\xbd\x84\x1c\xc6\xd2\xc8\xda\x76\xbd\x2b\x76\xc7\x76\x4c\xf0\x77\x2f\xa3\x95\xda\xfc\x71\xf7\x22\xd8\x99\x79\xf3\xdb\x99\x27\xb3\xed\x7c\x10\x7c\xb3\xfe\xb0\x5c\xac\x68\x6d\xf9\x5e\xe8\xb7\x71\x1b\x34\xc1\x6f\x31\x7d\x1f\x98\x66\x59\x59\x62\xd5\x9a\x08\x09\xe4\x22\x55\x62\xbc\x43\xe0\xad\xdf\x73\x84\xf3\x35\x63\xb9\x88\xa9\x5e\x5a\x86\x35\x51\xe0\x1b\x50\xd7\x05\xbf\xe7\xba\x4f\x89\x30\x4e\x75\x34\x61\xb9\x80\x68\x83\x02\x7a\xb3\x6c\x40\xee\xa8\x05\x29\x16\xb1\xb8\xc5\xf7\xdb\x15\xf8\x49\x85\xc8\x06\xa6\xfa\x08\xe3\xfa\xb8\xa9\xd9\x89\x91\x63\x52\xf8\x00\x69\x4d\xec\x75\x5f\xa0\x1d\x8c\xb5\x08\xbc\xe7\x20\xc8\x9d\x17\x2d\xda\x76\x5e\xd8\xc9\x2c\xcb\x5e\x64\xe6\xa6\x8e\x73\x3c\xdc\x4b\x30\x6e\xf3\x38\xc3\x73\x96\x01\x40\x59\xe2\xc6\x57\x64\xb1\xa7\x60\xb4\x0d\x1a\x1f\x40\x08\xdc\x70\x60\x57\x31\xc4\x8f\x0f\xe9\x27\x85\xeb\x7a\x6b\x1c\xfc\xfa\x17\x57\xd2\x4b\x58\x16\x90\x5e\xde\x71\x33\xc7\xc5\xfb\xa9\x16\x7d\x49\xea\xd7\x05\xee\x28\x70\x4e\x55\x25\x73\xd0\x4e\xda\xfc\x8b\x0f\xc1\x1f\x7e\x92\xdd\xf1\x0c\x17\xd7\x55\xe5\x77\x4e\x14\x10\xc3\x29\x4b\xac\xfb\x9c\x73\x5c\xf4\x16\x47\x4f\x64\xdb\x14\x23\x13\x2e\xa1\xdd\x8a\x28\x3e\xd0\x86\x8b\xa4\xf5\xe9\xbf\xa0\x9f\x73\x5d\xef\xfc\x8c\x6f\x8a\xe1\xdb\xa7\xdd\x27\xb9\x1f\x24\xed\xec\x6f\x63\x3d\x57\x57\xe8\xc8\x99\x2a\x9f\x7e\xf5\x3b\xab\x96\x90\x91\xff\x15\x7d\x1c\xcc\xd8\x73\x4e\x93\xc6\x29\x4d\x89\x9f\xb8\xda\x09\xe3\x39\x9b\xe8\x74\xd5\x54\x6a\x96\xcb\x73\x4c\x1b\x96\xeb\xc1\x7d\x37\x26\x4a\xfe\x0f\xe6\x1c\x88\x1a\x6c\x74\x6b\x72\x6f\xef\xe5\x61\x36\xd3\x59\x96\x4d\xca\x72\x30\x3c\x98\xaa\x36\x99\x3e\x9b\xa8\x2d\x12\xc7\xca\xdf\xa5\xb0\x71\x30\x75\x54\xc8\xc9\x40\xf8\xf0\x3a\xe3\x11\x97\x70\xc6\x66\x93\x53\x92\x8d\x2c\x69\x67\xe3\xdf\xd2\x03\x0c\x8b\x74\x7c\x00\x59\xeb\x0f\x1f\xf5\xf6\xfc\x2a\x8b\xf8\xe6\xb1\x43\xdf\x71\x78\xa7\x3f\x01\x00\x00\xff\xff\x5e\x32\x19\xb8\xf3\x03\x00\x00" +var _idtablestakingAdminRemove_approved_nodesCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x93\x41\x6b\xdb\x4e\x10\xc5\xcf\xd6\xa7\x78\xf8\x10\x64\xf8\xff\xa5\xbb\x69\x1a\xd2\x9a\x82\x21\x34\x25\x36\xbd\x84\x1c\xc6\xd2\xc8\xda\x76\xbd\x2b\x76\xc7\x76\x4c\xf0\x77\x2f\xa3\x95\xda\x24\x75\xf7\x22\xd8\x99\x7d\xf3\x9b\x99\x27\xb3\xeb\x7c\x10\x4c\xbf\x58\x7f\x5c\x2e\xd6\xb4\xb1\xbc\x12\xfa\x69\xdc\x76\x9a\x65\x65\x89\x75\x6b\x22\x24\x90\x8b\x54\x89\xf1\x0e\x81\x77\xfe\xc0\x11\xce\xd7\x8c\xe5\x22\xa2\x09\x7e\x07\x69\x19\xd6\x44\x81\x6f\x40\x5d\x17\xfc\x81\xeb\x3e\x25\xc2\x38\xd5\xd1\x84\xe5\x02\xa2\x05\x0a\xe8\xcd\xb2\x01\xb9\x93\x3e\x48\xb1\x88\xc5\x3d\xbe\xde\xaf\xc1\xcf\x2a\x44\x36\x30\xd5\x27\x18\xd7\xc7\x4d\xcd\x4e\x8c\x9c\x92\xc2\x7f\x90\xd6\xc4\x5e\xf7\x15\xda\xd1\x58\x8b\xc0\x07\x0e\x82\xdc\x79\xd1\x47\xbb\xce\x0b\x3b\x99\x65\xd9\xab\xcc\xdc\xd4\x71\x8e\xc7\x95\x04\xe3\xb6\x4f\x33\xbc\x64\x19\x00\x94\x25\xee\x7c\x45\x16\x07\x0a\x46\xcb\xa0\xf1\x01\x84\xc0\x0d\x07\x76\x15\x43\xfc\xd8\x48\x3f\x29\xdc\xd6\x3b\xe3\xe0\x37\x3f\xb8\x92\x5e\xc2\xb2\x80\xf4\xf2\x81\x9b\x39\xae\xfe\x9e\x6a\xd1\x3f\x49\xf5\xba\xc0\x1d\x05\xce\xa9\xaa\x64\x0e\xda\x4b\x9b\x7f\xf2\x21\xf8\xe3\x77\xb2\x7b\x9e\xe1\xea\xb6\xaa\xfc\xde\x89\x02\x62\x38\x65\x89\x4d\x9f\x73\x89\x8b\xde\xe3\xe8\x89\x6c\x9b\x62\x64\xc2\x35\xb4\x5a\x11\xc5\x07\xda\x72\x91\xb4\x3e\xfc\x13\xf4\x63\xae\xeb\x9d\xe3\x42\x7c\xf8\xf6\x69\xab\x24\xf7\x8d\xa4\x9d\xfd\x2e\xac\xe7\xe6\x06\x1d\x39\x53\xe5\xd3\xcf\x7e\x6f\xd5\x12\x32\xf2\xbf\xa1\x8f\x49\x2c\x75\x30\x4d\x1a\xe7\x34\x25\x7e\xe6\x6a\x2f\x8c\x97\x6c\xa2\xd3\x55\x53\xa9\x59\xae\x2f\x31\x6d\x59\x6e\x07\xf7\xdd\x99\x28\xf9\x1f\x98\x4b\x20\x6a\xb0\xd1\xad\xc9\xbd\xbd\x97\x87\xd9\x4c\x67\x59\x36\x29\xcb\xc1\xf0\x60\xaa\xda\x64\xfa\x6c\xa2\xb6\x48\x1c\x6b\xff\x90\xc2\xc6\xc1\xd4\x51\x21\x27\x03\xe1\xe3\xdb\x8c\x27\x5c\xc3\x19\x9b\x4d\xce\x49\x36\xb2\xa4\x9d\x8d\x7f\x4b\x0f\x30\x2c\xd2\xf1\x11\x64\xad\x3f\xfe\xaf\xb7\x97\x57\x59\xc4\x77\xcd\x0e\x75\xc7\xe1\x9d\x7f\x05\x00\x00\xff\xff\x89\x21\xba\xf8\xdb\x03\x00\x00" func idtablestakingAdminRemove_approved_nodesCdcBytes() ([]byte, error) { return bindataRead( @@ -2265,11 +2244,11 @@ func idtablestakingAdminRemove_approved_nodesCdc() (*asset, error) { } info := bindataFileInfo{name: "idTableStaking/admin/remove_approved_nodes.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x57, 0x6e, 0x8d, 0x79, 0xfb, 0x33, 0x46, 0x8c, 0x90, 0xf0, 0x5b, 0xed, 0x99, 0x74, 0x18, 0xe0, 0x89, 0x87, 0xdb, 0x8d, 0x1e, 0x5, 0xba, 0x54, 0x1, 0x90, 0xdb, 0x87, 0xa8, 0x8f, 0x79, 0x8d}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x76, 0xca, 0xcc, 0x33, 0xde, 0x41, 0xa8, 0x7c, 0xa1, 0xa7, 0x14, 0x88, 0xc4, 0xa7, 0xf8, 0x9e, 0x73, 0xee, 0x76, 0x2e, 0xc5, 0x93, 0x78, 0x45, 0xde, 0x23, 0xd5, 0xaf, 0x10, 0x9f, 0x95, 0x74}} return a, nil } -var _idtablestakingAdminRemove_invalid_nodesCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x92\x4f\x6b\xdb\x40\x10\xc5\xef\xfa\x14\x0f\x1f\x82\x0c\x45\xba\x8b\xb6\xc1\x69\x28\x18\x42\x29\x75\xe8\x7d\xbc\x1a\x59\xd3\xae\x77\xc4\xee\xc8\x2e\x04\x7f\xf7\xb2\x92\x1d\xf2\xcf\x73\x11\x68\x67\xde\xfb\xcd\xbe\x95\xfd\xa0\xd1\xf0\xdd\xeb\x71\x7d\xff\x48\x5b\xcf\x1b\xa3\xbf\x12\x76\xe8\xa2\xee\xb1\x78\x7f\xb0\x28\x8a\xba\xc6\x63\x2f\x09\x16\x29\x24\x72\x26\x1a\xc0\xa1\x4d\xb0\x9e\x91\xce\xf3\x34\x4e\x07\x9f\x70\xec\xc5\xf5\x88\xdc\x8d\xb9\x25\x68\xcb\x09\x59\xe2\x28\xd6\x43\x42\x1a\xbb\x4e\x9c\x70\xb0\x69\x94\x8b\xe2\x85\x6c\x29\x6d\x6a\xf0\xb4\xb1\x28\x61\xd7\xe0\x4e\xd5\x9f\x96\x78\x2a\x0a\x00\xa8\x6b\x3c\xa8\x23\x8f\x03\x45\xc9\x84\xe8\x34\x82\xb2\x15\x47\x0e\x8e\x61\x3a\x21\xad\xef\x31\x6d\x80\x55\xbb\x97\x00\xdd\xfe\x61\x67\x93\x84\x67\x03\xe5\x9f\xbf\xb8\x6b\x70\xf3\x7e\xdb\x6a\x1a\x99\xfd\x86\xc8\x03\x45\x2e\xc9\x39\x6b\x40\xa3\xf5\xe5\x9d\xc6\xa8\xc7\xdf\xe4\x47\x5e\xe2\x66\xe5\x9c\x8e\xc1\x32\x20\xce\x55\xd7\xd8\x4e\x3d\x1f\x71\xd1\x5b\x9c\x5c\x89\x7d\x57\x5d\x98\xf0\x05\xd9\xad\x4a\xa6\x91\x76\x5c\xcd\x5a\x9f\xaf\x82\x7e\x2d\x73\x6c\xcd\x07\x79\x56\xe7\xef\xd4\xb6\x99\xe5\x7e\x92\xf5\xcb\x67\xe3\x5c\xb7\xb7\x18\x28\x88\x2b\x17\xdf\x74\xf4\x2d\x82\xda\x85\xff\x15\xfd\x73\xc8\x59\x6d\x31\x6b\x9c\xe6\x5b\xe2\x7f\xec\x46\xe3\x17\x77\xf0\x6a\xa3\x2a\xb1\xad\x86\x21\xea\x81\xdb\x07\x49\x96\x13\x5e\x5e\x69\x8d\xbc\xd7\x03\xaf\xc3\x81\xbc\xb4\x3f\xf2\xc3\x29\x2f\x56\xa7\xff\x01\x00\x00\xff\xff\x90\x7f\xa1\x57\xb9\x02\x00\x00" +var _idtablestakingAdminRemove_invalid_nodesCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x92\x41\x6b\xdb\x40\x10\x85\xef\xfa\x15\x0f\x1f\x82\x0c\x45\xba\x8b\xb6\xc1\x69\x28\x18\x42\x29\x75\xe8\x7d\xbc\x1a\x59\xd3\xae\x77\xc4\xee\xc8\x2a\x04\xff\xf7\xb2\x52\x1c\x92\x36\x9e\x8b\x40\xfb\xf6\xbd\x6f\x66\x56\x8e\x83\x46\xc3\xea\xab\xd7\x69\x7b\xff\x48\x7b\xcf\x3b\xa3\xdf\x12\x0e\xab\xa2\xa8\x6b\x3c\xf6\x92\x60\x91\x42\x22\x67\xa2\x01\x1c\xda\x04\xeb\x19\x69\x91\x81\xc6\xf9\xe0\x03\xa6\x5e\x5c\x8f\xc8\xdd\x98\x25\x41\x5b\x4e\xc8\x16\x93\x58\x0f\x09\x69\xec\x3a\x71\xc2\xc1\xe6\xab\x5c\x14\xaf\x6c\x4b\x69\x53\x83\xa7\x9d\x45\x09\x87\x06\x77\xaa\xfe\xbc\xc6\x53\x51\x00\x40\x5d\xe3\x41\x1d\x79\x9c\x28\x4a\x26\x44\xa7\x11\x94\xa3\x38\x72\x70\x0c\xd3\x19\x69\x7b\x8f\xb9\x03\x6c\xda\xa3\x04\xe8\xfe\x17\x3b\x9b\x2d\x3c\x1b\x28\xff\xfc\xc1\x5d\x83\x9b\xff\xbb\xad\xe6\x2b\x4b\xde\x10\x79\xa0\xc8\x25\x39\x67\x0d\x68\xb4\xbe\xbc\xd3\x18\x75\xfa\x49\x7e\xe4\x35\x6e\x36\xce\xe9\x18\x2c\x03\xe2\xb9\xea\x1a\xfb\x59\xf3\x1e\x17\xfd\x8b\x93\x2b\xb1\xef\xaa\x0b\x13\x3e\x21\xa7\x55\xc9\x34\xd2\x81\xab\xc5\xeb\xe3\x55\xd0\xcf\x65\x17\xf5\xd8\xe0\x9d\xf3\xe7\xef\x2c\xdb\x2d\x76\xdf\xc9\xfa\xf5\x4b\x70\xae\xdb\x5b\x0c\x14\xc4\x95\xab\x2f\x3a\xfa\x16\x41\xed\xc2\xff\x86\xfe\x65\xc9\xd9\x6d\xb5\x78\x9c\x97\x29\xf1\x1f\x76\xa3\xf1\xab\x19\xbc\xe9\xa8\x4a\x6c\x9b\x61\x88\x7a\xe2\xf6\x41\x92\xe5\x0d\xaf\xaf\x48\x23\x1f\xf5\xc4\xdb\x70\x22\x2f\xed\xb7\xfc\x70\xca\x4b\xd4\xf9\x6f\x00\x00\x00\xff\xff\x2a\x7e\xa3\x6f\xa1\x02\x00\x00" func idtablestakingAdminRemove_invalid_nodesCdcBytes() ([]byte, error) { return bindataRead( @@ -2285,11 +2264,11 @@ func idtablestakingAdminRemove_invalid_nodesCdc() (*asset, error) { } info := bindataFileInfo{name: "idTableStaking/admin/remove_invalid_nodes.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x71, 0x2e, 0x4, 0x44, 0x5, 0x11, 0x74, 0xed, 0x35, 0xd5, 0x12, 0x3e, 0x87, 0x55, 0x45, 0x89, 0x30, 0x16, 0xa9, 0x35, 0x7b, 0x87, 0x79, 0x7a, 0x5, 0x9f, 0x18, 0xac, 0xb6, 0x2a, 0x5e, 0xa3}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xbf, 0x2a, 0xde, 0x78, 0xf9, 0x4a, 0x9d, 0xde, 0x8e, 0xe8, 0x6, 0x5e, 0x6d, 0x5f, 0xc4, 0x70, 0x49, 0x59, 0x9, 0xd3, 0xde, 0xb6, 0x78, 0x9a, 0x44, 0x97, 0x63, 0x37, 0x28, 0xd1, 0xc7, 0xbf}} return a, nil } -var _idtablestakingAdminRemove_nodeCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x92\x41\xcb\xda\x40\x10\x86\xef\xf9\x15\x2f\x39\x48\xbc\x24\xf7\xd0\x56\x6c\xa5\x20\x94\x52\x54\x7a\x1f\x77\x27\x66\xdb\x64\x27\x6c\x26\x6a\x29\xfe\xf7\xb2\x89\x16\xfd\xf4\x9b\x4b\x20\x99\x79\xe6\x99\xc9\xb8\xb6\x93\xa0\xf8\xda\xc8\x69\xbd\xda\xd1\xbe\xe1\xad\xd2\x6f\xe7\x0f\xa8\x82\xb4\x48\x9f\x3f\xa4\x49\x52\x14\xd8\xd5\xae\x87\x06\xf2\x3d\x19\x75\xe2\x11\xb8\x95\x23\xf7\x20\x0f\x3e\xbb\x5e\x23\xc2\x8b\xe5\x89\xa3\x35\xc3\x59\xf6\xea\xf4\x0f\x34\xd2\x92\xe4\xae\x3a\x73\xb6\xc4\x56\x83\xf3\x87\x39\xfe\x26\x09\x00\x14\x05\xbe\x89\xa1\x06\x47\x0a\x2e\x56\xa0\x92\x00\x42\xe0\x8a\x03\x7b\xc3\x50\x19\xb9\xeb\x15\x46\x3f\x2c\x6d\xeb\x3c\x64\xff\x8b\x8d\x8e\x88\x86\x15\x14\x5f\x6e\xb8\x2a\x31\x7b\x9e\x25\x1f\x4b\xa6\x7e\x5d\xe0\x8e\x02\x67\x64\x8c\x96\xa0\x41\xeb\xec\xb3\x84\x20\xa7\x9f\xd4\x0c\x3c\xc7\x6c\x69\x8c\x0c\x5e\xa3\x20\xae\x51\x14\xd8\x8f\x39\xaf\xbc\xe8\xad\x4e\x8c\x9e\x9b\x2a\xbf\x39\xe1\x23\x62\xb7\xbc\x57\x09\x74\xe0\x7c\x62\x7d\x78\x57\xf4\x53\x16\x97\x59\xbe\xf8\x5b\xf9\xf5\x39\xa6\x6d\x27\xdc\x0f\xd2\x7a\xfe\xbf\x71\x8c\xc5\x02\x1d\x79\x67\xb2\xf4\x8b\x0c\x8d\x85\x17\xbd\xf9\x3f\xd8\xf7\xd7\x13\x18\x3d\xd3\x89\x71\x99\xb6\xc4\x67\x36\x83\xf2\xdd\x0e\x1e\x26\xca\xa7\x33\x58\x7a\xbb\xe1\x6a\xf0\xf6\xbb\x58\xde\xb0\x91\x60\x33\x67\x6f\xa0\xcb\xbf\x00\x00\x00\xff\xff\x4d\x37\x98\xf0\x75\x02\x00\x00" +var _idtablestakingAdminRemove_nodeCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x92\x41\xab\xdb\x30\x0c\xc7\xef\xf9\x14\x7f\x72\x78\xa4\x97\xe4\x1e\xb6\x3d\xba\x3d\x06\x0f\xc6\x18\x6d\xd9\x5d\xb5\x95\xc4\x5b\x62\x05\x47\x69\x3b\x46\xbf\xfb\x70\xdc\x8e\x76\xeb\xd3\xc5\x60\x4b\x3f\xfd\x24\xec\x86\x51\x82\x22\xff\xdc\xcb\xf1\xf5\x65\x47\xfb\x9e\xb7\x4a\x3f\x9d\x6f\xf3\x2c\xab\x2a\xec\x3a\x37\x41\x03\xf9\x89\x8c\x3a\xf1\x08\x3c\xc8\x81\x27\x90\x07\x9f\xdc\xa4\xce\xb7\xf0\x62\x19\x4d\x90\x01\xda\x31\x9c\x65\xaf\x4e\x7f\x41\x23\x2d\xcb\x6e\xaa\x0b\x67\x6b\x6c\x35\x38\xdf\xae\xf0\x3b\xcb\x00\xa0\xaa\xf0\x45\x0c\xf5\x38\x50\x70\xb1\x02\x8d\x04\x10\x02\x37\x1c\xd8\x1b\x86\xca\xc2\x7d\x7d\xc1\xe2\x87\xb5\x1d\x9c\x87\xec\x7f\xb0\xd1\x05\xd1\xb3\x82\xe2\xe5\x86\x9b\x1a\x4f\xff\xcf\x52\x2e\x25\xa9\xdf\x18\x78\xa4\xc0\x05\x19\xa3\x35\x68\xd6\xae\xf8\x28\x21\xc8\xf1\x3b\xf5\x33\xaf\xf0\xb4\x36\x46\x66\xaf\x51\x10\x97\xa8\x2a\xec\x97\x9c\x47\x5e\xf4\xaf\x4e\x8c\x89\xfb\xa6\xbc\x3a\xe1\x3d\x62\xb7\x72\x52\x09\xd4\x72\x99\x58\xef\xde\x14\xfd\x50\xc4\x65\xd6\x78\xf0\x7e\x39\x97\xb4\x6d\xc2\x7d\x23\xed\x56\x7f\x1b\xc7\x78\x7e\xc6\x48\xde\x99\x22\xff\x24\x73\x6f\xe1\x45\xaf\xfe\x77\xf6\x53\x82\xa5\x09\xf2\xc4\x38\xa7\x2d\xf1\x89\xcd\xac\x7c\xb3\x83\xbb\x89\xca\xf4\x0d\xd6\xde\x6e\xb8\x99\xbd\xfd\x2a\x96\x37\x6c\x24\xd8\xc2\xd9\x2b\xe8\xfc\x27\x00\x00\xff\xff\xfa\xd5\x19\x36\x5d\x02\x00\x00" func idtablestakingAdminRemove_nodeCdcBytes() ([]byte, error) { return bindataRead( @@ -2305,11 +2284,11 @@ func idtablestakingAdminRemove_nodeCdc() (*asset, error) { } info := bindataFileInfo{name: "idTableStaking/admin/remove_node.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xca, 0x33, 0x14, 0xe6, 0x42, 0xf6, 0x32, 0x5d, 0x3b, 0x1b, 0xdf, 0xdd, 0xb5, 0x64, 0x5f, 0x18, 0x98, 0xfb, 0x4e, 0xc9, 0x81, 0x63, 0x57, 0x72, 0xf2, 0x1e, 0xc1, 0x11, 0xaa, 0xbc, 0x19, 0x24}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xa, 0x16, 0x1b, 0xff, 0xf5, 0x18, 0xce, 0xee, 0xb2, 0x6c, 0xd1, 0x5b, 0x14, 0xc, 0x5a, 0xbf, 0xf4, 0xe4, 0x25, 0x6b, 0xca, 0xe7, 0x6, 0x53, 0x5c, 0x9c, 0x71, 0x1e, 0x2b, 0xf7, 0xcb, 0x26}} return a, nil } -var _idtablestakingAdminScale_rewards_testCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x91\x3f\x6b\xc3\x30\x10\xc5\x77\x7d\x8a\xab\x87\xe2\x40\x30\x76\x4b\x16\x83\x87\x94\x10\xc8\xd2\xa1\x7f\xa6\xd2\xe1\x2a\x5d\x8d\x89\x22\x85\xd3\x15\x0f\x21\xdf\xbd\x28\x89\x9d\xbf\x75\x35\x18\x0e\xbd\xf7\xd3\x7b\xe7\x66\xb5\xf6\x2c\x30\xb7\xbe\x5d\xcc\xde\xf0\xcb\xd2\xab\xe0\xb2\x71\x35\x7c\xb3\x5f\x41\x72\x7d\x91\x28\x25\x8c\x2e\xa0\x96\xc6\x3b\xd8\x28\x05\x00\xb0\x66\x5a\x23\x53\x8a\x5a\x4b\x09\xf7\x53\xad\xfd\x8f\x93\x11\x6c\x76\xb7\xf1\x58\x12\x60\x6a\x91\x4d\x78\x62\xc2\xa5\xf1\xad\x83\xea\xc6\xcb\xd9\xcb\x85\x2a\x75\xde\xd0\x62\x56\x42\x92\x1f\x4e\x91\x8c\x54\x0f\xbe\x84\x66\x81\xe4\xd9\x1b\x3a\x60\xd2\x22\xcf\xf3\x2c\x1f\x0d\xea\x67\x64\xa9\x46\xf1\xbc\x37\xa5\xa6\x9b\xe3\xb3\x05\x60\x80\xf7\x85\x93\xc7\x87\x71\xe7\x2e\xa1\xd8\x53\x07\xb0\x1a\x2d\x4d\xad\xed\x72\xc4\xb9\x71\xf5\x1c\xb5\x78\x2e\x21\xcf\x26\xc7\x4c\x18\x02\xb1\xa4\xfd\x7c\x13\xe8\x8e\xa5\xa0\xaa\x60\x12\x03\x8c\xcf\x2c\x2b\x0a\x01\x6b\x2a\x21\x69\xd9\xbb\x1a\xa2\xa3\xe3\xc0\x2e\x4f\xd2\xeb\x4f\xa2\xc7\x5f\x63\xce\x37\x10\xa0\xba\x0e\x70\xa9\xf9\x38\xd9\xcc\xe7\x9d\x1a\x6c\x73\xcd\x8f\x0d\xfe\x2b\xd0\xbb\xfe\x6e\x11\xbf\x5b\xb5\xfd\x0d\x00\x00\xff\xff\xbe\x67\xb1\xec\xc9\x02\x00\x00" +var _idtablestakingAdminScale_rewards_testCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x91\x3f\x6b\xc3\x30\x10\xc5\x77\x7d\x8a\xab\x86\xe2\x40\x30\x72\x4b\x16\x83\x87\x94\x10\xc8\xd2\xa1\x7f\xa6\xd2\xe1\x2a\x1d\xc6\x44\x91\x82\x74\xc5\x43\xc8\x77\x2f\x4a\x62\xe7\x8f\x5b\x57\x83\xe1\xf0\x7b\x3f\xbd\x77\x6a\x36\x5b\x1f\x18\xe4\xd2\xfa\x76\xb5\x78\xc3\x2f\x4b\xaf\x8c\xeb\xc6\xd5\x52\x08\x0e\xe8\x22\x6a\x6e\xbc\x83\x9d\x10\x00\x00\xdb\x40\x5b\x0c\x94\xa1\xd6\x5c\xc2\xfd\x5c\x6b\xff\xed\x78\x02\xbb\xc3\xdf\x74\x2c\x31\x04\x6a\x31\x98\xf8\x14\x08\xd7\xc6\xb7\x0e\x2a\x18\x5e\x90\xbf\xdc\xa8\x32\xe7\x0d\xad\x16\x25\x48\x75\x3a\x85\x9c\x88\x1e\x7c\x0b\xcd\x23\xf1\xb3\x37\x74\xc2\x64\x85\x52\x2a\x57\x93\x51\xfd\x82\x2c\xd5\xc8\x3e\x1c\x4d\x99\xe9\xe6\x74\x6d\x01\x18\xe1\x7d\xe5\xf8\xf1\x61\xda\xb9\x4b\x28\x8e\xd4\x11\xac\x46\x4b\x73\x6b\xbb\x1c\x69\x6e\x5c\xbd\x44\xcd\x3e\x94\xa0\xf2\xd9\x39\x13\xc6\x48\x81\xb3\x7e\xfe\x15\xe8\xce\xa5\xa0\xaa\x60\x96\x02\x4c\xaf\x2c\x1b\x8a\x11\x6b\x2a\x41\xb6\xc1\xbb\x1a\x92\xa3\xe3\xc0\x21\x8f\xec\xf5\x17\xd1\xd3\xd3\x98\xeb\x0d\x44\xa8\x86\x01\x6e\x35\x1f\x17\x9b\xf9\xbc\x13\xa3\x6d\x86\xfc\xd4\xe0\xbf\x02\xbd\xeb\xef\x16\xe9\xbb\x17\xfb\x9f\x00\x00\x00\xff\xff\x82\x54\x08\xb0\xb1\x02\x00\x00" func idtablestakingAdminScale_rewards_testCdcBytes() ([]byte, error) { return bindataRead( @@ -2325,11 +2304,11 @@ func idtablestakingAdminScale_rewards_testCdc() (*asset, error) { } info := bindataFileInfo{name: "idTableStaking/admin/scale_rewards_test.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xe1, 0xfb, 0xe0, 0xff, 0xc8, 0xd5, 0x10, 0x1a, 0xf1, 0x22, 0x4, 0x38, 0x3f, 0xc9, 0xbd, 0xd9, 0x0, 0xa9, 0xb3, 0x36, 0xcf, 0x67, 0xb1, 0x7e, 0xbe, 0xe4, 0x70, 0x2b, 0x92, 0xff, 0x37, 0x16}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x8c, 0x7a, 0xc4, 0x50, 0xe8, 0xa6, 0x22, 0xf2, 0x5, 0x7d, 0x61, 0xee, 0x71, 0x6c, 0x3c, 0x99, 0xe4, 0x53, 0x6f, 0x43, 0x91, 0x1c, 0xf, 0xb6, 0x82, 0xb4, 0x20, 0x38, 0xe3, 0xd1, 0xa2, 0x83}} return a, nil } -var _idtablestakingAdminSet_approved_nodesCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x92\x4f\x8b\xdb\x30\x10\xc5\xef\xfe\x14\x0f\x1f\x16\xe7\x62\xdf\x4d\xdb\x25\xdb\xa5\xb0\xb0\x87\xd2\x84\xde\x27\xf2\x38\x56\xab\x68\x8c\x34\x4e\x0a\x21\xdf\xbd\xc8\x7f\x4a\xd2\x64\xe7\x62\xb0\xf4\xde\xfc\x34\x6f\xec\xa1\x97\xa0\xf8\xe6\xe4\xf4\xf6\xba\xa5\x9d\xe3\x8d\xd2\x6f\xeb\xf7\x68\x83\x1c\x90\xdf\x1f\xe4\x59\x56\x55\xd8\x76\x36\x42\x03\xf9\x48\x46\xad\x78\x44\xd6\x08\xed\x18\xce\x46\x85\xb4\xa0\xbe\x0f\x72\xe4\x06\x5e\x1a\x8e\xb0\x7e\x3c\x7d\x7b\x85\x26\xb3\x2c\xbb\x12\x17\xb6\x89\x35\xce\x1b\x0d\xd6\xef\x6b\xbc\x88\xb8\xcb\x0a\xe7\x2c\x03\x80\xaa\xc2\xbb\x18\x72\x38\x52\xb0\x49\x8a\x56\x02\x08\x81\x5b\x0e\xec\x0d\x43\x65\xb1\x1e\x39\xb1\x6e\x0e\xd6\x43\x76\xbf\xd8\xe8\x68\xe1\x58\x41\xe9\xe7\x0f\x6e\x6b\x3c\xdd\xbf\xa9\x1c\x25\x53\xbf\x3e\x70\x4f\x81\x0b\x32\x46\x6b\xd0\xa0\x5d\xf1\x22\x21\xc8\xe9\x27\xb9\x81\x57\x78\x5a\x1b\x23\x83\xd7\x04\x88\xb9\xaa\x0a\xbb\xf1\xce\x23\x2e\xfa\x1f\x27\x55\x64\xd7\x96\x0b\x13\x3e\x23\x75\x2b\xa3\x4a\xa0\x3d\x97\x93\xd7\xa7\x0f\x41\xbf\x14\x29\x9c\xfa\x41\x6a\xe5\xfc\x1d\xaf\x6d\x26\xbb\xef\xa4\xdd\xea\x5f\xe3\x54\xcf\xcf\xe8\xc9\x5b\x53\xe4\x5f\x65\x70\x29\x21\x5d\xf8\x6f\xe8\xe3\xbc\x0a\x23\x67\x3e\x79\x5c\xa6\x29\xf1\x1f\x36\x83\xf2\xd5\x0c\x6e\x5e\x54\x46\xd6\xf5\xbc\x00\xef\x36\x6a\x4a\x78\xd1\x5f\xfe\x06\x00\x00\xff\xff\xff\xfc\x9f\x93\x74\x02\x00\x00" +var _idtablestakingAdminSet_approved_nodesCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x92\x41\xeb\xda\x40\x10\xc5\xef\xf9\x14\x8f\x1c\xfe\xc4\x4b\x72\x0f\x6d\xff\x68\xa5\x20\x78\x28\x55\x7a\x1f\x37\x13\xb3\xed\xba\x13\x76\x27\x5a\x10\xbf\x7b\xd9\xc4\x14\x6d\xed\x5c\x02\x99\x79\x6f\x7e\x33\xb3\xf6\xd4\x4b\x50\xe4\x5f\x9c\x5c\x36\xeb\x3d\x1d\x1c\xef\x94\x7e\x5a\x7f\xcc\xb3\xac\xaa\xb0\xef\x6c\x84\x06\xf2\x91\x8c\x5a\xf1\x88\xac\x11\xda\x31\x9c\x8d\x0a\x69\x41\x7d\x1f\xe4\xcc\x0d\xbc\x34\x1c\x61\xfd\x98\xdd\xac\xa1\xc9\x2c\xcb\x1e\xc4\x85\x6d\x62\x8d\xeb\x4e\x83\xf5\xc7\x1a\x2b\x11\x77\x5b\xe0\x9a\x65\x00\x50\x55\xd8\x8a\x21\x87\x33\x05\x9b\xa4\x68\x25\x80\x10\xb8\xe5\xc0\xde\x30\x54\x66\xeb\x91\x13\xcb\xe6\x64\x3d\xe4\xf0\x83\x8d\x8e\x16\x8e\x15\x94\x7e\x7e\xe3\xb6\xc6\xdb\xbf\x33\x95\xa3\x64\xea\xd7\x07\xee\x29\x70\x41\xc6\x68\x0d\x1a\xb4\x2b\x56\x12\x82\x5c\xbe\x93\x1b\x78\x81\xb7\xa5\x31\x32\x78\x4d\x80\xb8\x47\x55\xe1\x30\xd6\xbc\xe2\xa2\xbf\x71\x52\x44\x76\x6d\x39\x33\xe1\x23\x52\xb7\x32\xaa\x04\x3a\x72\x39\x79\x7d\xf8\x2f\xe8\xa7\xa2\x0d\x72\xaa\xf1\x22\x7f\xff\x8e\x65\xbb\xc9\xee\x2b\x69\xb7\xf8\xd3\x38\xc5\xfb\x3b\x7a\xf2\xd6\x14\xf9\x67\x19\x5c\xba\x90\xce\xfc\x4f\xf4\x71\x32\x9b\x26\xc8\x27\x8f\xdb\xb4\x25\xfe\xc5\x66\x50\x7e\xd8\xc1\xd3\x44\x65\x64\x5d\xde\x1f\xc0\xd6\x46\x4d\x17\x9e\xf5\xb7\xdf\x01\x00\x00\xff\xff\xc5\xf9\xa4\x1e\x5c\x02\x00\x00" func idtablestakingAdminSet_approved_nodesCdcBytes() ([]byte, error) { return bindataRead( @@ -2345,11 +2324,11 @@ func idtablestakingAdminSet_approved_nodesCdc() (*asset, error) { } info := bindataFileInfo{name: "idTableStaking/admin/set_approved_nodes.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x44, 0xa0, 0xfc, 0x5d, 0x65, 0x80, 0xeb, 0x76, 0x1e, 0x7, 0x24, 0x56, 0x7b, 0x94, 0x24, 0x0, 0x60, 0xd1, 0x2c, 0xd8, 0x6d, 0xd5, 0x84, 0xca, 0x73, 0x54, 0x45, 0x90, 0x97, 0x72, 0x4f, 0x64}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x2b, 0x69, 0x3e, 0x21, 0x93, 0xd4, 0xc6, 0xdb, 0xaf, 0x38, 0x13, 0x28, 0xd, 0x33, 0xed, 0x31, 0x72, 0x7f, 0xd4, 0x63, 0x57, 0x2d, 0x9d, 0x83, 0x2, 0xf7, 0x23, 0x23, 0x45, 0xc6, 0x8a, 0x60}} return a, nil } -var _idtablestakingAdminSet_claimedCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x91\x41\x6f\xe2\x30\x10\x85\xef\xf9\x15\x4f\x39\xa0\xe4\x92\xdc\xd1\xee\x22\x16\xb4\x12\xd2\x1e\x56\x0b\xea\x7d\x70\x26\xc4\xc5\xb1\x23\x7b\x52\x5a\x21\xfe\x7b\xe5\x84\x54\x6d\x81\xb9\x44\x8a\x67\xde\xfb\x66\x9e\x6e\x3b\xe7\x05\x7f\x8c\x3b\x6d\xd6\x3b\xda\x1b\xde\x0a\x1d\xb5\x3d\xa0\xf6\xae\x45\x7a\xfb\x90\x26\x49\x59\x62\xd7\xe8\x00\xf1\x64\x03\x29\xd1\xce\xa2\xa3\xb7\x00\xcf\x27\xf2\x55\x80\x38\x90\x31\x90\x86\x11\x84\x8e\x5c\xc1\xba\x8a\x43\x92\x7c\x9e\x38\x27\x09\x00\x94\x25\xfe\x3a\x45\x06\x2f\xe4\x75\xf4\x41\xed\x3c\x08\x9e\x6b\xf6\x6c\x15\x47\xb5\xa8\xb4\x59\x63\xe0\xc0\xb2\x6a\xb5\x85\xdb\x3f\xb3\x92\x41\xc2\xb0\x80\xe2\xcf\xff\x5c\xcf\x31\xbb\x65\x2e\x86\x91\xd1\xaf\xf3\xdc\x91\xe7\x8c\x94\x92\x39\xa8\x97\x26\xfb\xed\xbc\x77\xa7\x27\x32\x3d\xe7\x98\x2d\x95\x72\xbd\x95\x7c\x02\xbc\x42\xee\x87\xa6\x7b\x60\xf4\x9d\x27\x56\x60\x53\x17\x13\x14\x7e\x22\xda\x15\x41\x9c\xa7\x03\x17\xa3\xd6\x8f\x87\xa4\xbf\xb2\x78\xfd\xf9\x9d\x58\x8a\xeb\x77\x68\xdb\x8e\x72\xff\x48\x9a\xfc\xc3\x38\xd6\x62\x81\x8e\xac\x56\x59\xba\x72\xbd\x89\xd7\x97\x89\xff\x0b\x7d\xb8\x66\x3d\x70\xa6\xa3\xc6\x65\xdc\x9a\x5f\x59\xf5\xc2\x38\xdf\xdf\xa8\x08\x2c\x2b\x43\xba\xe5\x2a\xcb\x1f\xb5\x08\x79\x99\x78\xfb\x21\xf4\x6c\xf2\xb8\xbc\x07\x00\x00\xff\xff\x58\x92\xe9\x95\x79\x02\x00\x00" +var _idtablestakingAdminSet_claimedCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x91\x4d\x6f\xe2\x30\x10\x86\xef\xf9\x15\xaf\x72\x40\xc9\x25\xb9\xa3\xdd\x45\x2c\x68\x25\xa4\x3d\x54\x05\xf5\x3e\x38\x13\xe2\xe2\xd8\x91\x3d\x29\xad\x10\xff\xbd\x72\x42\xaa\x7e\xc0\x5c\x22\xc5\x33\xcf\xfb\x8c\xad\xdb\xce\x79\x41\xfa\xcf\xb8\xd3\x66\xbd\xa3\xbd\xe1\xad\xd0\x51\xdb\x43\x9a\x24\x65\x89\x5d\xa3\x03\xc4\x93\x0d\xa4\x44\x3b\x8b\x8e\xde\x02\x3c\x9f\xc8\x57\x01\xe2\x40\xc6\x40\x1a\x46\x10\x3a\x72\x05\xeb\x2a\x0e\x49\xf2\x79\xe2\x9c\x24\x00\x50\x96\xf8\xef\x14\x19\xbc\x90\xd7\x31\x07\xb5\xf3\x20\x78\xae\xd9\xb3\x55\x1c\x69\x91\xb4\x59\x63\xf0\xc0\xb2\x6a\xb5\x85\xdb\x3f\xb3\x92\x01\x61\x58\x40\xf1\xe7\x23\xd7\x73\xcc\x7e\x3a\x17\xc3\xc8\x98\xd7\x79\xee\xc8\x73\x46\x4a\xc9\x1c\xd4\x4b\x93\xfd\x75\xde\xbb\xd3\x13\x99\x9e\x73\xcc\x96\x4a\xb9\xde\x4a\x3e\x09\x5e\x25\xf7\x43\xd3\x2d\x31\xfa\xee\x13\x2b\xb0\xa9\x8b\x49\x0a\xbf\x11\xe3\x8a\x20\xce\xd3\x81\x8b\x91\xf5\xeb\xae\xe9\x9f\xac\xf6\xae\x9d\xe3\xc6\xf9\xf5\x3b\xb4\x6d\x47\xdc\x03\x49\x93\x7f\x04\xc7\x5a\x2c\xd0\x91\xd5\x2a\x4b\x57\xae\x37\xf1\xf6\x65\xf2\xff\x62\x1f\x46\xd8\xb8\x41\x3a\x32\x2e\xe3\xd6\xfc\xca\xaa\x17\xc6\xf9\xf6\x46\x45\x60\x59\x19\xd2\x2d\x57\x59\x7e\xaf\x45\xc8\xcb\xe4\xdb\x0f\x8f\x9e\x4d\x19\x97\xf7\x00\x00\x00\xff\xff\x3a\x2e\xb5\xef\x61\x02\x00\x00" func idtablestakingAdminSet_claimedCdcBytes() ([]byte, error) { return bindataRead( @@ -2365,11 +2344,11 @@ func idtablestakingAdminSet_claimedCdc() (*asset, error) { } info := bindataFileInfo{name: "idTableStaking/admin/set_claimed.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xea, 0xd5, 0xa0, 0x15, 0x9, 0x9e, 0xf5, 0xc0, 0xaf, 0xa2, 0x3e, 0xd3, 0x54, 0x30, 0xef, 0xcb, 0x9, 0xa1, 0x94, 0xb6, 0x48, 0x83, 0xf2, 0x39, 0xb2, 0xac, 0x3a, 0xf1, 0x6, 0x97, 0xdc, 0x21}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x3d, 0x66, 0xe0, 0x59, 0x66, 0x4f, 0x7f, 0x86, 0x2c, 0x81, 0x4a, 0xc, 0xf4, 0xd, 0x48, 0x52, 0xdf, 0xd9, 0xe, 0xc1, 0xd6, 0x60, 0xc6, 0xcb, 0xa9, 0x2d, 0x1c, 0xe7, 0xd2, 0x5f, 0x71, 0xac}} return a, nil } -var _idtablestakingAdminSet_node_weightCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x92\x41\x8b\xd4\x40\x10\x85\xef\xf9\x15\x8f\x1c\x96\x0c\x48\x72\x11\x0f\x41\x5d\x56\x07\x21\x20\x22\xce\xaa\xe7\x9a\x4e\x25\x69\xed\xe9\x0a\xdd\x15\x67\x41\xf6\xbf\x4b\x77\x66\x74\xd7\x9d\xad\x4b\x43\xd2\xf5\xde\xd7\xf5\xca\x1e\x66\x09\x8a\x0f\x4e\x8e\xdd\xf6\x96\xf6\x8e\x77\x4a\x3f\xad\x1f\x31\x04\x39\xa0\x7c\xfa\xa3\x2c\x8a\xa6\xc1\xed\x64\x23\x34\x90\x8f\x64\xd4\x8a\x47\x64\x8d\xd0\x89\x61\xbd\x55\x4b\xee\x3b\xdb\x71\x52\xc8\x00\xf2\xe0\x3b\x1b\x35\x89\x7a\xe9\xb9\x78\xd0\x56\xd9\xbe\xc5\x4e\x83\xf5\xe3\x0b\x1c\x73\x4b\x8b\xaf\x9d\xd7\x57\x2f\x37\xf8\x5d\x14\x00\xd0\x34\xf8\x28\x86\x1c\x7e\x51\xb0\x09\x04\x83\x04\x10\x02\x0f\x1c\xd8\x1b\x86\x4a\x76\xee\xb6\xc8\xa0\xb8\xe9\x0f\xd6\x43\xf6\x3f\xd8\x68\x96\x70\xac\xa0\xf4\xf1\x0b\x0f\x2d\xae\x9e\x3e\xaa\xce\x2d\xab\xdf\x1c\x78\xa6\xc0\x15\x19\xa3\x2d\x68\xd1\xa9\x7a\x27\x21\xc8\xf1\x1b\xb9\x85\x37\xb8\xba\x31\x46\x16\xaf\x09\x10\xa7\x6a\x1a\xec\xf3\x9d\x4b\x5c\xf4\x3f\x4e\xaa\xc8\x6e\xa8\xcf\x4c\x78\x83\xe4\x56\x47\x95\x40\x23\xd7\xab\xd6\xeb\x67\x41\xdf\x56\x29\x9d\xf6\x42\x6c\xf5\xe9\xcc\xd7\x76\xab\xdc\x67\xd2\x69\xf3\xd7\x38\xd5\xf5\x35\x66\xf2\xd6\x54\xe5\x7b\x59\x5c\x0f\x2f\x7a\xe6\x7f\x44\x1f\x4f\xbb\x90\x39\xcb\x55\xe3\x7e\x9d\x12\xdf\xb1\x59\x94\x1f\xcc\xe0\xd1\x8b\xea\xc8\xfa\x49\x7a\x5e\xd7\xa0\x4a\xb9\x77\xdb\x16\xb6\xff\x17\xf3\x7a\x9e\x45\xef\xff\x04\x00\x00\xff\xff\xf3\x29\x18\xae\x8a\x02\x00\x00" +var _idtablestakingAdminSet_node_weightCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x92\xd1\x8b\xd4\x40\x0c\xc6\xdf\xfb\x57\x7c\xec\xc3\xd1\x05\x69\x5f\xc4\x87\xa2\x1e\xa7\x8b\x50\x10\x11\xf7\xd4\xe7\xec\x34\x6d\xa3\xb3\x93\x32\x93\xba\x07\x72\xff\xbb\xb4\x73\xab\x77\xba\xe6\x25\xd0\x26\xdf\xf7\x4b\x32\x72\x9c\x34\x1a\x36\xef\xbc\x9e\xda\xdd\x2d\x1d\x3c\xef\x8d\xbe\x4b\x18\x36\x45\x51\xd7\xb8\x1d\x25\xc1\x22\x85\x44\xce\x44\x03\x12\x5b\x82\x8d\x0c\x09\x62\x42\xfe\x2b\xcb\x30\x1a\xb4\x07\x05\xf0\x9d\x24\x93\x30\x20\x68\xc7\xc5\xa3\xb6\x52\xba\x06\x7b\x8b\x12\x86\x67\x38\xad\x2d\x0d\x3e\xb7\xc1\x5e\x3c\xdf\xe2\x67\x51\x00\x40\x5d\xe3\xbd\x3a\xf2\xf8\x41\x51\x16\x10\xf4\x1a\x41\x88\xdc\x73\xe4\xe0\x18\xa6\xab\x73\xbb\xc3\x0a\x8a\x9b\xee\x28\x01\x7a\xf8\xc6\xce\x56\x09\xcf\x06\x5a\x3e\x7e\xe2\xbe\xc1\xd5\xbf\x43\x55\x6b\x4b\xf6\x9b\x22\x4f\x14\xb9\x24\xe7\xac\x01\xcd\x36\x96\x6f\x34\x46\x3d\x7d\x21\x3f\xf3\x16\x57\x37\xce\xe9\x1c\x6c\x01\xc4\x43\xd4\x35\x0e\x6b\xcd\x25\x2e\xfa\x1b\x67\x89\xc4\xbe\xaf\xce\x4c\x78\x85\xc5\xad\x4a\xa6\x91\x06\xae\xb2\xd6\xcb\xff\x82\xbe\x2e\xfb\xa8\xc7\x06\x17\xfe\x3f\xe4\xb5\x6c\x9f\xe5\x3e\x92\x8d\xdb\xdf\xc6\x4b\x5c\x5f\x63\xa2\x20\xae\xdc\xbc\xd5\xd9\x77\x08\x6a\x67\xfe\x27\xf4\x29\x8b\xe5\x09\x36\x59\xe3\x3e\x6f\x89\xef\xd8\xcd\xc6\x8f\x76\xf0\x64\xa2\x2a\xb1\x7d\xd0\x8e\xf3\x33\x28\x97\xbb\xb7\xbb\x06\xd2\xfd\x39\x73\xce\x67\xd1\xfb\x5f\x01\x00\x00\xff\xff\xed\xb1\x32\xf0\x72\x02\x00\x00" func idtablestakingAdminSet_node_weightCdcBytes() ([]byte, error) { return bindataRead( @@ -2385,11 +2364,11 @@ func idtablestakingAdminSet_node_weightCdc() (*asset, error) { } info := bindataFileInfo{name: "idTableStaking/admin/set_node_weight.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x83, 0x38, 0x72, 0x86, 0x8a, 0x4f, 0x3d, 0x9e, 0x30, 0x9c, 0x8f, 0x8a, 0x50, 0xc1, 0x8, 0x15, 0x7, 0x30, 0xda, 0xd0, 0x81, 0x97, 0xb8, 0x37, 0xfe, 0x1b, 0x35, 0xa, 0xf0, 0x51, 0x3b, 0x4}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x4a, 0x63, 0xba, 0x5b, 0xb1, 0xb7, 0xe, 0x48, 0x4, 0xc0, 0x8, 0x2a, 0xb4, 0x11, 0xbb, 0x54, 0xdb, 0x59, 0x3a, 0xb4, 0xdf, 0xa5, 0x3a, 0x14, 0xbb, 0xd0, 0xe, 0x62, 0x5d, 0xeb, 0xd8, 0x2f}} return a, nil } -var _idtablestakingAdminSet_non_operationalCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x92\x4f\x6b\xdb\x40\x10\xc5\xef\xfa\x14\x0f\x1f\x82\x7c\x91\x72\x28\x3d\x88\xba\x21\x6d\x08\x04\x42\x5a\xea\xb4\x97\x90\xc3\x78\x77\x64\x6d\xbb\xde\x31\xbb\xe3\x2a\x60\xfc\xdd\xcb\x4a\xb6\xeb\xd6\xc9\x5c\x04\x9a\xd9\xf7\x7e\xf3\xc7\xad\xd6\x12\x15\xb7\x5e\xfa\xbb\x9b\x47\x5a\x78\x9e\x2b\xfd\x72\x61\x89\x36\xca\x0a\x93\xf3\xc4\xa4\x28\xea\x1a\x8f\x9d\x4b\xd0\x48\x21\x91\x51\x27\x01\x89\x35\x41\x3b\x86\x77\x49\x21\x2d\x82\x58\x4e\xe8\x3b\x01\x45\x46\x90\x00\x59\x73\xa4\x5c\x4c\x3e\x4b\x50\xb0\x39\x9d\x18\x91\x7b\x8a\x36\xa1\x77\xde\x63\xc1\xe8\x9d\x76\x1d\x7b\x5b\x14\x27\x0e\xa5\xb3\xa9\xc1\xd3\x5c\xa3\x0b\xcb\xe7\x29\xb6\x45\x01\x00\x75\x8d\x7b\x31\xe4\xf1\x9b\xa2\xcb\x98\x68\x25\x82\x10\xb9\xe5\xc8\xc1\x30\x54\x06\xae\xbb\x1b\x0c\x6d\xe0\xda\xae\x5c\x80\x2c\x7e\xb2\xd1\x41\xc2\xb3\x82\xf2\xcf\x6f\xdc\x36\xb8\x38\x6f\xb9\x1a\x9e\x8c\x7e\xeb\xc8\x6b\x8a\x5c\x92\x31\xda\x80\x36\xda\x95\x9f\x24\x46\xe9\x7f\x90\xdf\xf0\x14\x17\xd7\xc6\xc8\x26\x68\x06\xc4\x3e\xea\x1a\x8b\xa1\xe6\x35\x2e\xfa\x1f\x27\x47\x62\xdf\x56\x07\x26\xcc\x90\xdd\xaa\xa4\x12\x69\xc9\xd5\xa8\xf5\xe1\x4d\xd0\x8f\x65\xde\x5d\xf3\xca\x52\xab\xfd\x77\x28\x9b\x8f\x72\x5f\x49\xbb\xe9\xd1\x38\xc7\xd5\x15\xd6\x14\x9c\x29\x27\x9f\x65\xe3\x2d\x82\xe8\x81\xff\x1f\xfa\xb4\xbf\x94\x81\x73\x32\x6a\xec\xc6\x29\xf1\x0b\x9b\x8d\xf2\xc9\x0c\xf2\x90\xf3\x49\xdc\xbb\xa4\x0d\xb6\xe3\x1a\x1b\x7c\xbf\x75\x2f\xef\xdf\xed\x30\xc3\x76\x77\xac\xcd\x1b\x74\x16\x2e\xc0\xd9\x74\xa2\x91\xe3\xa0\xf1\xe4\xec\x33\x66\xb8\xac\x2e\x8f\xe9\xbd\xf7\xd9\xfc\xaa\xc4\xfa\x20\xe1\xcb\xdf\xf3\x7b\xc8\xb7\x99\x55\xca\x83\xdc\x81\x7e\xf7\x27\x00\x00\xff\xff\x8f\xd3\xc9\x6a\x11\x03\x00\x00" +var _idtablestakingAdminSet_non_operationalCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x92\x41\x6b\xdb\x4c\x10\x86\xef\xfa\x15\x2f\x3e\x04\xf9\x22\xe5\xf0\xf1\x1d\x44\xdd\x90\x36\x04\x02\x21\x2d\x75\xda\x4b\xc8\x61\xbc\x3b\xb2\xb6\x5d\xef\x98\xdd\x71\x15\x30\xfe\xef\x65\x25\xcb\x75\x9b\x74\x2e\x06\xcf\xe8\x99\x67\x66\xc7\x6d\xb6\x12\x15\xb3\x5b\x2f\xfd\xdd\xcd\x23\xad\x3c\x2f\x95\x7e\xb8\xb0\x9e\x15\x45\x5d\xe3\xb1\x73\x09\x1a\x29\x24\x32\xea\x24\x20\xb1\x26\x68\xc7\xf0\x2e\x29\xa4\x45\x10\xcb\x09\x7d\x27\xa0\xc8\x08\x12\x20\x5b\x8e\x94\x8b\xc9\x67\x04\x05\x9b\xd3\x89\x11\xb9\xa7\x68\x13\x7a\xe7\x3d\x56\x8c\xde\x69\xd7\xb1\xb7\x45\x71\xd6\xa1\x74\x36\x35\x78\x5a\x6a\x74\x61\xfd\x3c\xc7\xbe\x28\x00\xa0\xae\x71\x2f\x86\x3c\x7e\x52\x74\x59\x13\xad\x44\x10\x22\xb7\x1c\x39\x18\x86\xca\xe0\x75\x77\x83\x61\x0c\x5c\xdb\x8d\x0b\x90\xd5\x77\x36\x3a\x20\x3c\x2b\x28\xff\xf9\x85\xdb\x06\x17\xaf\x47\xae\x86\x4f\xc6\x7e\xdb\xc8\x5b\x8a\x5c\x92\x31\xda\x80\x76\xda\x95\x1f\x24\x46\xe9\xbf\x91\xdf\xf1\x1c\x17\xd7\xc6\xc8\x2e\x68\x16\xc4\x31\xea\x1a\xab\xa1\xe6\x2d\x2f\xfa\x5b\x27\x47\x62\xdf\x56\x93\x13\x16\xc8\xdd\xaa\xa4\x12\x69\xcd\xd5\xc8\x7a\xf7\x4f\xd1\xf7\x65\x1b\x65\xd3\xe0\x8d\xfc\xf1\x77\x28\x5b\x8e\xb8\xcf\xa4\xdd\xfc\xd4\x38\xc7\xd5\x15\xb6\x14\x9c\x29\x67\x1f\x65\xe7\x2d\x82\xe8\xe4\xff\x87\x7d\x1a\x61\xe3\x04\xb3\x91\x71\x18\xb7\xc4\x2f\x6c\x76\xca\x67\x3b\xc8\x4b\xce\x27\x71\xef\x92\x36\xd8\x8f\xcf\xd8\xe0\xeb\xad\x7b\xf9\xff\xbf\x03\x16\xd8\x1f\x4e\xb5\xf9\x05\x9d\x85\x0b\x70\x36\x9d\x31\x72\x4c\x8c\x27\x67\x9f\xb1\xc0\x65\x75\x79\x4a\x1f\x7b\xbf\xda\x5f\x95\x58\x1f\x24\x7c\xfa\x7d\x7e\x0f\xf9\x36\x33\xa5\x9c\x70\x93\xfd\xe1\x57\x00\x00\x00\xff\xff\xed\xc5\xbd\xc8\xf9\x02\x00\x00" func idtablestakingAdminSet_non_operationalCdcBytes() ([]byte, error) { return bindataRead( @@ -2405,11 +2384,11 @@ func idtablestakingAdminSet_non_operationalCdc() (*asset, error) { } info := bindataFileInfo{name: "idTableStaking/admin/set_non_operational.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x38, 0x68, 0xc4, 0x60, 0xca, 0x3c, 0x78, 0xdf, 0x66, 0x1d, 0xb4, 0xe3, 0xec, 0x5f, 0xa3, 0xa7, 0x1f, 0xe1, 0x64, 0x1e, 0xd3, 0xcf, 0x20, 0xfe, 0xff, 0x7b, 0x98, 0xdb, 0xaa, 0x39, 0x72, 0xcc}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xcd, 0x67, 0x85, 0x95, 0x9d, 0x2d, 0xba, 0x33, 0x4b, 0x14, 0x79, 0x5d, 0x3f, 0x6a, 0xc7, 0xa0, 0x62, 0xd4, 0x6c, 0x93, 0x9e, 0x48, 0xd1, 0x80, 0x71, 0x73, 0x83, 0x56, 0xdc, 0xaa, 0xd3, 0x90}} return a, nil } -var _idtablestakingAdminSet_open_access_node_slotsCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x52\xd1\x6a\xdb\x40\x10\x7c\xd7\x57\x0c\x7e\x08\x32\x04\x89\x3e\xb4\x14\xd1\x34\xa4\x0d\x85\x40\x69\x4b\x9d\xf6\x7d\x7d\x5a\x59\x97\xc8\xb7\xe2\x6e\x65\xd7\x18\xff\x7b\xb9\x93\xd5\xa6\xb6\xbb\x2f\x82\xd3\xce\xec\xec\xce\xd8\x75\x2f\x5e\xf1\xa9\x93\xed\xc3\xfd\x23\x2d\x3b\x5e\x28\x3d\x5b\xb7\x42\xe3\x65\x8d\xd9\xf9\x8f\x59\x96\x95\x65\x89\xc7\xd6\x06\xa8\x27\x17\xc8\xa8\x15\x87\xc0\x1a\xa0\x2d\x43\x7a\x76\x70\x52\x33\x42\x27\x1a\xd0\x88\x07\x19\xc3\x21\xa4\xd7\x90\xe0\x5f\x4f\x9a\xc8\x73\x02\xbb\x61\xbd\x64\x0f\x69\x8e\xef\xda\x92\xa6\x9f\x91\x35\x21\x99\x4c\x0b\xee\xc5\xb4\xd7\xf0\xbc\x22\x5f\x77\x91\x5a\x1a\xb4\xb2\xc5\x9a\xdc\x6e\x1c\x83\x27\xb1\x8e\x6b\x58\x97\x88\x7b\xcf\x1b\x2b\x43\x18\xa1\xc5\x71\x07\xde\x25\x72\xcf\x8d\xe7\xd0\x72\xfd\x82\x3d\xcb\x5e\x6c\x97\xc7\xf1\x77\x69\x89\x45\xd4\x55\xe1\xc7\x83\xd3\x57\x6f\xe6\xd8\x67\x19\x00\x94\x25\x3e\x8b\xa1\x0e\x1b\xf2\x36\x5e\x6b\x5c\x3b\x32\xb3\x67\x67\x18\x2a\x49\xc7\xc3\x3d\xd2\x35\x71\x57\xaf\xad\x83\x2c\x9f\xd8\x68\xa2\xe8\x58\x41\xf1\xf1\x3b\x37\x15\xae\xce\x2f\x5f\x24\xc8\x38\xaf\xf7\xdc\x93\xe7\x9c\x8c\xd1\x0a\x34\x68\x9b\x7f\x10\xef\x65\xfb\x93\xba\x81\xe7\xb8\xba\x33\x46\x06\xa7\x51\x20\x8e\x55\x96\x58\xa6\x9e\x4b\xba\xe8\x54\x4e\xac\xc0\x5d\x53\x4c\x9a\x70\x13\x6d\xd4\x22\xa8\x78\x5a\x71\x31\x72\xbd\xfb\xaf\xd0\xf7\x79\x8c\x50\x75\x21\x5b\xc5\xf1\x9b\xda\x16\x23\xdd\x37\xd2\x76\xfe\x67\x70\xac\xdb\x5b\xf4\xe4\xac\xc9\x67\x1f\x65\xe8\x6a\x38\xd1\x49\xff\x3f\xea\xc3\x31\xb0\x49\xe7\x6c\xe4\x38\x8c\x57\xe2\x5f\x6c\x06\xe5\xc9\xa4\x58\x1b\xf2\x29\x4b\xd1\xc6\x7b\x9b\xcc\x25\xbf\xab\xb0\x8f\x86\xbe\x9d\x7c\x3d\xe0\x06\xfb\xc3\x5f\xd4\x39\xa2\xb0\x2e\xb0\xd7\xfc\x99\x77\x15\x5e\x5f\xe3\x24\x20\xf3\xec\xf2\x11\x8b\xc0\x1a\xb3\xff\x45\x6a\x4e\x8d\xf9\x44\x1d\xaa\x0b\x53\xa6\x6d\x0e\xbf\x03\x00\x00\xff\xff\x2c\x22\xfd\x94\xa8\x03\x00\x00" +var _idtablestakingAdminSet_open_access_node_slotsCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x92\x4f\x6b\xdb\x40\x10\xc5\xef\xfa\x14\x0f\x1f\x82\x0c\x41\xa2\x87\x96\x22\x9a\x86\xb4\xa1\x60\x28\x6d\xa9\xd3\xde\xc7\xab\x91\xb5\x89\xbc\x23\x76\x47\x76\x8d\xf1\x77\x2f\xbb\xb2\xda\xd4\x71\xe7\x22\x58\xcd\xfb\xcd\x9b\x3f\x76\xd3\x8b\x57\xcc\x3e\x75\xb2\x5b\xdc\x3f\xd0\xaa\xe3\xa5\xd2\x93\x75\xeb\x59\x96\x95\x65\x89\x87\xd6\x06\xa8\x27\x17\xc8\xa8\x15\x87\xc0\x1a\xa0\x2d\x43\x7a\x76\x70\x52\x33\x42\x27\x1a\xd0\x88\x07\x19\xc3\x21\xa4\xd7\x90\xe4\x5f\xcf\x92\xc8\x73\x12\xbb\x61\xb3\x62\x0f\x69\x4e\xef\xda\x92\xa6\x9f\x91\x9a\x94\x4c\xa6\x05\xf7\x62\xda\x6b\x78\x5e\x93\xaf\xbb\x88\x96\x06\xad\xec\xb0\x21\xb7\x1f\xcb\xe0\x51\xac\xe3\x1a\xd6\x25\x70\xef\x79\x6b\x65\x08\xa3\xb4\x38\xf5\xc0\xfb\x04\xf7\xdc\x78\x0e\x2d\xd7\xcf\xe8\x59\xf6\xac\xbb\x3c\x96\xbf\x4b\x4d\x2c\xa3\xaf\x0a\x3f\x16\x4e\x5f\xbd\x99\xe3\x90\x65\x00\x50\x96\xf8\x2c\x86\x3a\x6c\xc9\xdb\x38\xad\xb1\xed\x48\x66\xcf\xce\x30\x54\x92\x8f\xc5\x3d\xd2\x34\x71\x57\x6f\xac\x83\xac\x1e\xd9\x68\x42\x74\xac\xa0\xf8\xf8\x9d\x9b\x0a\x57\x2f\x27\x5f\x24\xc9\x58\xaf\xf7\xdc\x93\xe7\x9c\x8c\xd1\x0a\x34\x68\x9b\x7f\x10\xef\x65\xf7\x93\xba\x81\xe7\xb8\xba\x33\x46\x06\xa7\xd1\x20\x4e\x51\x96\x58\xa5\x9c\x4b\xbe\xe8\xdc\x4e\x8c\xc0\x5d\x53\x4c\x9e\x70\x13\xd7\xa8\x45\x50\xf1\xb4\xe6\x62\x64\xbd\xfb\xaf\xd1\xf7\x79\xe3\x65\x53\xe1\xc2\xff\xd3\x37\xa5\x2d\x47\xdc\x37\xd2\x76\xfe\xa7\x70\x8c\xdb\x5b\xf4\xe4\xac\xc9\x67\x1f\x65\xe8\x6a\x38\xd1\xc9\xff\x3f\xee\xc3\x08\x1b\x3b\x98\x8d\x8c\xe3\x38\x25\xfe\xc5\x66\x50\x9e\x96\x14\x63\x4b\x3e\xdd\x52\x5c\xe3\xbd\x4d\xcb\x25\xbf\xaf\x70\x88\x0b\x7d\x3b\xed\xf5\x88\x1b\x1c\x8e\x7f\x55\x2f\x15\x85\x75\x81\xbd\xe6\x4f\xbc\xaf\xf0\xfa\x1a\x67\x07\x32\xcf\x2e\x0f\xb1\x08\xac\xf1\xf6\xbf\x48\xcd\x29\x31\x9f\xd0\xa1\xba\x50\x65\xea\xe6\xf8\x3b\x00\x00\xff\xff\x8a\x95\x3c\xdd\x90\x03\x00\x00" func idtablestakingAdminSet_open_access_node_slotsCdcBytes() ([]byte, error) { return bindataRead( @@ -2425,11 +2404,11 @@ func idtablestakingAdminSet_open_access_node_slotsCdc() (*asset, error) { } info := bindataFileInfo{name: "idTableStaking/admin/set_open_access_node_slots.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x3e, 0x9e, 0xf6, 0xa, 0x8d, 0x4, 0x32, 0x57, 0x37, 0xcc, 0x87, 0x7f, 0x70, 0xba, 0x58, 0xeb, 0x64, 0xa4, 0x47, 0xbb, 0xd5, 0xf6, 0xdf, 0x5d, 0x55, 0x98, 0xcb, 0x43, 0x52, 0xa, 0x5a, 0x5}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xa3, 0x68, 0xf8, 0x20, 0x4c, 0xde, 0x13, 0xb, 0x46, 0xe3, 0x9c, 0x33, 0x96, 0x7f, 0x58, 0x36, 0xcf, 0xb0, 0x16, 0xf4, 0xfb, 0x94, 0x6c, 0xa0, 0x10, 0xd0, 0x82, 0x5a, 0xb6, 0xeb, 0x2, 0x30}} return a, nil } -var _idtablestakingAdminSet_slot_limitsCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\x54\xc1\x8e\xdb\x36\x10\xbd\xfb\x2b\x5e\x7d\x08\xbc\x48\x22\xd7\x40\x53\x04\x46\xdd\x20\xed\xa2\x80\xd1\x1c\x8a\x6e\xda\x4b\xd1\xc3\x98\x1a\x99\xec\x52\xa4\x40\x8e\xec\x18\x8b\xfd\xf7\x82\xa4\x2d\x59\x1b\xb7\xbc\x18\x32\x67\xde\xbc\x79\xf3\x86\xa6\xed\x7c\x10\xfc\x62\xfd\x71\x7b\xff\x99\x76\x96\x1f\x84\x1e\x8d\xdb\xa3\x09\xbe\xc5\xfc\xeb\x8b\xf9\x6c\xb6\x5c\x2e\xf1\x59\x9b\x08\x09\xe4\x22\x29\x31\xde\x21\xb2\x44\x88\x66\x44\xeb\x05\xd6\xb4\x46\x22\x1a\x1f\xc0\xa4\x34\x9c\xaf\x19\x72\xea\x18\x25\x3d\x05\x7d\x2a\x31\x26\x82\xf0\xc7\xd6\xc9\xea\x7b\x50\x08\x74\x82\x68\x12\x28\xef\x84\x8c\x2b\x98\x19\x2e\xa1\xe5\xe4\x17\x88\xc6\xc1\x87\x9a\x43\xa1\xfc\xed\xdb\xef\x2a\x6c\x25\xc1\xf6\x91\x6b\x88\x47\xe7\xbb\xde\x92\x70\x4e\x26\xd4\x26\x33\xa6\x70\xae\xa4\x29\xe2\x91\x4f\x11\x51\x9b\x46\xb8\xc6\xeb\x15\xa2\x2f\x77\xa2\xf9\x04\xb2\x66\xef\x72\xf2\xd1\x88\xce\x84\xd8\xf5\x2d\x07\x4a\xd1\x03\x91\x58\x08\xac\xde\xbe\xbb\x48\xc4\x81\x73\x7b\xce\x8b\xe6\x80\x96\x95\x26\x67\x62\x8b\xa3\x36\x4a\x83\xac\xf5\xc7\x22\x12\x21\x76\xac\x4c\x63\xb8\xce\xb9\xae\x6f\x77\x1c\xe0\x9b\xac\xd4\x4b\x21\x83\xb7\x8c\x8e\x03\xb8\xf3\x4a\x57\x39\x63\xdb\x14\xc6\x63\x91\xd4\x17\xe1\x40\xb6\xe7\x34\x9d\x73\x9d\x01\xe0\x0d\x8c\xe0\x68\xac\x85\x3f\x70\x08\xa6\x2e\xfa\x1c\x35\x09\x1f\x38\xe4\xf4\x1d\x73\x9e\xec\xa5\xf1\xe9\xcc\xab\xd9\xec\xea\x6b\x31\xce\x74\x8d\xbf\xca\x40\xff\xbe\xc3\xd3\x6c\x06\x00\xcb\x25\x3e\x79\x45\x16\x07\x0a\x26\xd9\xe9\x4c\x27\x70\xc3\x81\x9d\xe2\x34\xa8\xa4\xec\xf6\x1e\xd9\x6e\xf8\x58\xb7\x69\xb2\xbb\x7f\x58\x49\x86\xb0\x2c\xa0\xf4\xe7\xef\xdc\xac\xf1\xea\x6b\x6b\x56\x39\xa5\xd4\xeb\x02\x77\x14\x78\x41\x4a\xc9\x1a\xd4\x8b\x5e\xfc\xe4\x43\xf0\xc7\x3f\x93\x1e\x77\x78\xf5\x51\x29\xdf\x3b\x49\x04\x71\x3e\xcb\x25\x76\x39\xe6\x16\x2f\x7a\x49\x27\x9d\xc8\xb6\xa9\x2e\x9c\xb0\x41\xaa\x56\x45\xf1\x81\xf6\x5c\x15\xac\x1f\xfe\x93\xe8\x8f\x8b\xe4\x97\xf5\x8d\xe5\xab\xce\xbf\x39\xec\xa1\xc0\xfd\x46\xa2\xef\x86\xc2\xe9\x7c\xf8\x80\x8e\x9c\x51\x8b\xf9\xcf\xbe\xb7\xc9\x88\x72\xe1\x3f\x61\x1f\xcf\x1b\x9d\x79\xce\x0b\xc6\x73\x51\x89\xbf\xb0\xea\x85\xa7\x1a\x64\x50\x98\x06\x47\x46\xed\x33\x6c\x31\xe7\x09\xfc\x85\x94\xd8\x13\xbc\xbb\xde\xf3\x6c\xc5\xc1\x57\x03\x94\x69\xae\xd6\xbc\xb2\xec\xf6\xa2\xf1\xcd\x06\xef\xae\xca\xe5\x51\x95\x26\xae\x1f\x13\x0a\xfb\xbe\x65\x27\x68\xfb\x38\x56\xff\xbf\xaa\xf3\x51\x9b\x73\x6f\xe9\x1c\x28\x8c\x1c\xee\x87\xbd\x5f\xe3\x29\xf9\xf3\xfd\xfa\xfc\xee\x3c\x63\x83\xa7\xe7\x49\xd6\xf8\x48\xfc\xca\xa7\x12\xf7\x1e\x1b\xac\x46\xec\xe4\xdf\x01\x3b\x3d\x42\x57\x6f\xda\xb4\xc1\x1b\x0c\x2a\xe3\x22\x07\x59\x3c\x26\xf0\x49\xad\x37\x63\xf8\x74\xdc\x93\x28\x6c\x5e\x7c\xbf\xc6\xea\x96\x00\x13\x83\x56\x91\xe5\x61\x20\x39\xd9\xd7\x1b\x14\x2f\x46\x79\xfe\x37\x00\x00\xff\xff\xb3\xaf\x59\xc4\x24\x06\x00\x00" +var _idtablestakingAdminSet_slot_limitsCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\x54\xc1\x8e\xdb\x36\x10\xbd\xfb\x2b\x5e\x7d\x08\xbc\x48\x22\xd7\x40\x53\x04\x46\xdd\x20\xed\xa2\x80\xd1\x1c\x8a\x6e\xda\x4b\xd1\xc3\x98\x1a\x99\xec\x52\xa4\x40\x8e\xec\x18\x8b\xfd\xf7\x82\xa4\x2d\x59\x5b\x37\xbc\x18\x32\x67\xde\xbc\x79\xf3\x38\xa6\xed\x7c\x10\xcc\x7f\xb1\xfe\xb8\xbd\xff\x4c\x3b\xcb\x0f\x42\x8f\xc6\xed\xe7\xb3\xd9\x72\xb9\xc4\x67\x6d\x22\x24\x90\x8b\xa4\xc4\x78\x87\xc8\x12\x21\x9a\x11\xad\x17\x58\xd3\x1a\x89\x68\x7c\x00\x93\xd2\x70\xbe\x66\xc8\xa9\x63\x94\xf4\x14\xf4\xa9\xc4\x98\x08\xc2\x1f\x5b\x27\xab\xef\x41\x21\xd0\x09\xa2\x49\xa0\xbc\x13\x32\xae\x60\x66\xb8\x84\x96\x93\x5f\x20\x1a\x07\x1f\x6a\x0e\x68\x82\x6f\xf1\xed\xdb\xef\x2a\x6c\x25\xc1\xf6\x91\x6b\x88\x47\xe7\xbb\xde\x92\x70\x4e\x26\xd4\x26\x33\xa6\x70\xae\xa4\x29\xe2\x91\x4f\x11\x51\x9b\x46\xb8\xc6\xeb\x15\xa2\x2f\x77\xa2\xf9\x04\xb2\x66\xef\x72\xf2\xd1\x88\xce\x84\xd8\xf5\x2d\x07\x4a\xd1\x03\x91\x58\x08\xac\xde\xbe\xbb\x48\xc4\x81\x73\x7b\xce\x8b\xe6\x80\x96\x95\x26\x67\x62\x8b\xa3\x36\x4a\x83\xac\xf5\xc7\x22\x12\x21\x76\xac\x4c\x63\xb8\xce\xb9\xae\x6f\x77\x1c\xe0\x9b\xac\xd4\x4b\x21\x83\xb7\x8c\x8e\x03\xb8\xf3\x4a\x57\x39\x63\xdb\x14\xc6\x63\x91\xd4\x17\xe1\x40\xb6\xe7\x34\x9d\x73\x9d\x01\xe0\x0d\x8c\xe0\x68\xac\x85\x3f\x70\x08\xa6\x2e\xfa\x1c\x35\x09\x1f\x38\xe4\xf4\x1d\x73\x9e\xec\xa5\xf1\xe9\xcc\xab\xd9\xec\xea\x6b\x31\xce\x74\x8d\xbf\xca\x40\xff\xbe\xc3\xd3\x6c\x06\x00\xcb\x25\x3e\x79\x45\x16\x07\x0a\x26\xd9\xe9\x4c\x27\x70\xc3\x81\x9d\xe2\x34\xa8\xa4\xec\xf6\x1e\xd9\x6e\xf8\x58\xb7\x69\xb2\xbb\x7f\x58\x49\x86\xb0\x2c\xa0\xf4\xe7\xef\xdc\xac\xf1\xea\xbf\xd6\xac\x72\x4a\xa9\xd7\x05\xee\x28\xf0\x82\x94\x92\x35\xa8\x17\xbd\xf8\xc9\x87\xe0\x8f\x7f\x26\x3d\xee\xf0\xea\xa3\x52\xbe\x77\x92\x08\xe2\x7c\x96\x4b\xec\x72\xcc\x2d\x5e\xf4\x92\x4e\x3a\x91\x6d\x53\x5d\x38\x61\x83\x54\xad\x8a\xe2\x03\xed\xb9\x2a\x58\x3f\xfc\x2f\xd1\x1f\x17\xc9\x2f\x6b\xdc\xb8\x3f\xff\xe6\xb0\x87\x02\xf7\x1b\x89\xbe\x1b\x0a\xa7\xf3\xe1\x03\x3a\x72\x46\x2d\xe6\x3f\xfb\xde\x26\x23\xca\x85\xff\x84\x7d\x2c\x60\xa5\x83\x79\xc1\x78\x2e\x2a\xf1\x17\x56\xbd\xf0\x54\x83\x0c\x0a\xd3\xe0\xc8\xa8\x7d\x86\x2d\xe6\x3c\x81\xbf\x90\x12\x7b\x82\x77\xd7\xef\x3c\x5b\x71\xf0\xd5\x00\x65\x9a\xab\x67\x5e\x59\x76\x7b\xd1\xf8\x66\x83\x77\x57\xe5\xf2\xa8\x4a\x13\xd7\xcb\x84\xc2\xbe\x6f\xd9\x09\xda\x3e\x8e\xd5\xbf\x56\x75\x3e\x6a\x73\xee\x2d\x9d\x03\x85\x91\xc3\xfd\xf0\xee\xd7\x78\x4a\xfe\x7c\xbf\x3e\xef\x9d\x67\x6c\xf0\xf4\x3c\xc9\x1a\x97\xc4\xaf\x7c\x2a\x71\xef\xb1\xc1\x6a\xc4\x4e\xfe\x1d\xb0\xd3\x12\xba\xda\x69\xd3\x06\x6f\x30\xa8\x8c\x8b\x1c\x64\xf1\x98\xc0\x27\xb5\xde\x8c\xe1\xd3\x71\x4f\xa2\xb0\x79\xf1\xfd\x1a\xab\x5b\x02\x4c\x0c\x5a\x45\x96\x87\x81\xe4\xe4\xbd\xde\xa0\x78\x31\xca\xf3\xbf\x01\x00\x00\xff\xff\x96\xad\xa1\x96\x0c\x06\x00\x00" func idtablestakingAdminSet_slot_limitsCdcBytes() ([]byte, error) { return bindataRead( @@ -2445,11 +2424,11 @@ func idtablestakingAdminSet_slot_limitsCdc() (*asset, error) { } info := bindataFileInfo{name: "idTableStaking/admin/set_slot_limits.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xc3, 0xf1, 0xe8, 0x24, 0xbe, 0xac, 0x4a, 0x5d, 0x51, 0xdf, 0xdb, 0x3, 0x15, 0xe4, 0xb, 0xaa, 0x9e, 0x25, 0x75, 0x49, 0xeb, 0x51, 0x93, 0xbb, 0x48, 0x33, 0xbf, 0x80, 0x61, 0x29, 0xfd, 0x66}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x1f, 0x6, 0x37, 0x67, 0xce, 0x5e, 0x51, 0xe0, 0xb4, 0x6f, 0x3a, 0xc9, 0x74, 0xe1, 0xfd, 0xf, 0x46, 0x87, 0x36, 0x44, 0xde, 0x71, 0xfa, 0x2, 0x4f, 0x1f, 0x19, 0xb3, 0x65, 0x3b, 0xac, 0xd4}} return a, nil } -var _idtablestakingAdminStart_stakingCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x91\x31\x6f\xc2\x30\x10\x85\xf7\xfc\x8a\xa7\x0c\x28\x2c\xc9\x8e\xda\x22\x5a\x54\x09\xa9\x43\x55\x50\xf7\xc3\xb9\x90\x14\x63\x47\xf6\xa5\xb4\x42\xfc\xf7\xca\x0e\xa9\xa0\xd0\x5b\x2c\xd9\x77\xef\x7d\x7e\xd7\xec\x5a\xeb\x04\xcf\xda\xee\x17\xf3\x15\xad\x35\x2f\x85\xb6\x8d\xd9\xa0\x72\x76\x87\xf4\xfa\x21\x4d\x92\xa2\xc0\xaa\x6e\x3c\xc4\x91\xf1\xa4\xa4\xb1\x06\x2d\x7d\x7b\x38\xde\x93\x2b\x3d\xc4\x82\xb4\x86\xd4\x0c\x2f\xb4\xe5\x12\xc6\x96\xec\x93\xe4\x7c\xe2\x90\x24\x00\x50\x14\x78\xb1\x8a\x34\x3e\xc9\x35\xc1\x07\x95\x75\x20\x38\xae\xd8\xb1\x51\x1c\xd4\x82\xd2\x62\x8e\xc8\x81\x59\xb9\x6b\x0c\xec\xfa\x83\x95\x44\x09\xcd\x02\x0a\x97\x6f\x5c\x4d\x30\xba\x66\xce\xe3\x48\xef\xd7\x3a\x6e\xc9\x71\x46\x4a\xc9\x04\xd4\x49\x9d\x3d\x5a\xe7\xec\xfe\x9d\x74\xc7\x63\x8c\x66\x4a\xd9\xce\xc8\x18\x87\xd8\x7f\x62\x5c\xc7\x9e\x5b\x5c\xf4\x17\x27\x94\x67\x5d\xe5\x03\x13\xee\x11\xdc\x72\x2f\xd6\xd1\x86\xf3\x5e\xeb\xee\x5f\xd0\x87\x2c\x84\x3f\xb9\xb1\x95\xfc\x74\xc6\xb6\x65\x2f\xf7\x4a\x52\x8f\x7f\x8d\x43\x4d\xa7\x68\xc9\x34\x2a\x4b\x9f\x6c\xa7\x43\xf8\x32\xf0\x5f\xd0\xfb\xd3\xaa\x23\x67\xda\x6b\x1c\xfb\x94\xf8\x8b\x55\x27\x7c\x96\xc1\xc5\x8f\x72\x2f\xe4\x64\x80\xe9\xe2\x42\xb3\x41\xe0\xf8\x13\x00\x00\xff\xff\x18\xdb\x97\xa0\x55\x02\x00\x00" +var _idtablestakingAdminStart_stakingCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x91\xc1\x6e\xe2\x40\x0c\x86\xef\x79\x8a\x5f\x39\xa0\x70\x49\xee\x68\x77\x11\xbb\x68\x25\xa4\x1e\xaa\x82\x7a\x37\x13\x87\xa4\x0c\x33\x91\xc7\x29\xad\x10\xef\x5e\x4d\x42\x2a\x68\xa9\x2f\x91\x12\xfb\xfb\x3f\x3b\xcd\xa1\xf5\xa2\x48\xff\x5b\x7f\x5c\x2d\x37\xb4\xb5\xbc\x56\xda\x37\x6e\x97\x26\x49\x51\x60\x53\x37\x01\x2a\xe4\x02\x19\x6d\xbc\x43\x4b\xef\x01\xc2\x47\x92\x32\x40\x3d\xc8\x5a\x68\xcd\x08\x4a\x7b\x2e\xe1\x7c\xc9\x21\x49\xae\x27\x4e\x49\x02\x00\x45\x81\x07\x6f\xc8\xe2\x95\xa4\x89\x39\xa8\xbc\x80\x20\x5c\xb1\xb0\x33\x1c\x69\x91\xb4\x5a\xa2\xf7\xc0\xa2\x3c\x34\x0e\x7e\xfb\xc2\x46\x7b\x84\x65\x05\xc5\x97\x4f\x5c\xcd\x30\xf9\xee\x9c\xf7\x23\x43\x5e\x2b\xdc\x92\x70\x46\xc6\xe8\x0c\xd4\x69\x9d\xfd\xf5\x22\xfe\xf8\x4c\xb6\xe3\x29\x26\x0b\x63\x7c\xe7\x74\x8a\x53\xdf\x7f\x71\xdc\xf6\x3d\xf7\xbc\xe8\xab\x4e\xac\xc0\xb6\xca\x47\x27\xfc\x46\x4c\xcb\x83\x7a\xa1\x1d\xe7\x03\xeb\xd7\x8f\xa2\x7f\xb2\x4a\xfc\x61\x86\x3b\xdf\x2f\xcf\xbe\x6d\x3d\xe0\x1e\x49\xeb\xe9\x67\x70\xac\xf9\x1c\x2d\xb9\xc6\x64\xe9\x3f\xdf\xd9\x78\x7c\x1d\xfd\x6f\xec\xc3\x00\x1b\x36\x48\x07\xc6\x79\xb8\x12\xbf\xb1\xe9\x94\xaf\x6e\x70\xb3\x51\x1e\x94\x44\x47\x99\xae\xff\xa1\xd9\x08\x38\x7f\x04\x00\x00\xff\xff\xf1\x0e\x16\x1b\x3d\x02\x00\x00" func idtablestakingAdminStart_stakingCdcBytes() ([]byte, error) { return bindataRead( @@ -2465,11 +2444,11 @@ func idtablestakingAdminStart_stakingCdc() (*asset, error) { } info := bindataFileInfo{name: "idTableStaking/admin/start_staking.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xb6, 0xae, 0x60, 0x65, 0xba, 0x40, 0xc1, 0x30, 0x64, 0xff, 0xc4, 0x97, 0x57, 0xf8, 0x6d, 0x7d, 0x89, 0xc3, 0x8c, 0xef, 0x8b, 0xca, 0x84, 0xfb, 0x5c, 0xb5, 0x0, 0x2e, 0xf, 0xce, 0xda, 0x60}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x49, 0xc4, 0x6e, 0xfa, 0x21, 0x6b, 0xcd, 0x21, 0xf3, 0x8d, 0x36, 0xd7, 0x7, 0xec, 0xd6, 0x56, 0x6e, 0x33, 0x9, 0xa9, 0xaa, 0x47, 0xfe, 0x22, 0x3c, 0x89, 0x85, 0x3a, 0xa2, 0x1e, 0x7e, 0x98}} return a, nil } -var _idtablestakingAdminTransfer_adminCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x91\x41\x6b\xc2\x40\x10\x85\xef\xfb\x2b\x1e\x1e\x6c\x02\x36\xde\xc5\x96\x4a\x4b\x4b\x6f\x05\xfd\x03\x63\x1c\xe3\xd2\x75\x27\xec\x8e\x8a\x88\xff\xbd\x74\x8d\x31\x54\x4b\xe9\x75\xe7\xed\xbc\xef\xcd\xb3\xeb\x5a\x82\xe2\xd5\xc9\xee\xfd\x65\x46\x73\xc7\x53\xa5\x4f\xeb\x2b\x2c\x83\xac\xd1\xbb\x1e\xf4\x8c\xd1\x40\x3e\x52\xa9\x56\x3c\x0e\x06\xa8\x03\xd7\x14\x38\x93\x9d\xe7\x30\x02\x6d\x74\x95\x3d\x53\x4d\x73\xeb\xac\x5a\x8e\x39\xfa\x93\xb2\x94\x8d\xd7\x01\x02\x97\x6c\xb7\xad\x6c\xaa\x12\xa8\xe2\x8b\x22\xc7\xc1\x18\x00\x18\x0e\xf1\xc6\x0a\x42\x6c\x80\x68\xb1\xb6\x1e\xe5\x79\xef\x3e\xa9\x1c\x2b\x96\x4e\x76\x0d\xdc\x24\x69\x1e\x90\x48\x8a\xb2\xc3\x50\xc4\x93\x53\x61\x63\xdc\xf0\xb8\x7f\x1d\xac\x48\x9f\x1f\xb3\x1b\x93\xee\xf6\x86\xf8\x83\x74\x95\x9b\x96\xe1\x82\x85\xf1\x7d\x1b\xb2\x35\x75\x42\x8b\xf1\xd3\xef\x9e\xdf\xc7\x1e\xdd\x68\xe1\x2f\x67\xa9\xb2\x8b\x73\x51\xb1\xce\xf6\x35\x67\x79\x33\x5e\x70\xd4\x20\xfb\xee\xcd\xce\xa7\x9d\xd2\x96\xa1\x2b\xee\x82\xab\xa4\x97\x33\xfc\x5d\x04\x9d\x3a\x41\x13\x23\x7d\xbe\xca\x16\x69\xcb\xd9\xcf\x0e\x06\x50\xf9\x5f\x20\xe0\x68\x8e\x06\xe6\x2b\x00\x00\xff\xff\x7a\xe3\x3f\x16\x92\x02\x00\x00" +var _idtablestakingAdminTransfer_adminCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x91\x41\x6b\xc2\x40\x10\x85\xef\xfb\x2b\x1e\x1e\x6c\x02\x36\xde\xc5\x96\x4a\x4b\x4b\x6f\x05\xfd\x03\x63\x1c\xe3\xd2\x75\x27\xec\x8e\x8a\x88\xff\xbd\xb0\xc6\x24\xd4\xf6\xe0\x75\xe6\xcd\xbc\xef\xcd\xd8\x6d\x2d\x41\x31\x78\x77\x72\xf8\x7c\x5b\xd0\xd2\xf1\x5c\xe9\xdb\xfa\x6a\x60\x8c\x06\xf2\x91\x4a\xb5\xe2\x71\x32\x40\x1d\xb8\xa6\xc0\x99\x1c\x3c\x87\x09\x68\xa7\x9b\xec\x95\x6a\x5a\x5a\x67\xd5\x72\xcc\x31\x9c\x95\xa5\xec\xbc\x8e\x10\xb8\x64\xbb\x6f\x65\x73\x95\x40\x15\x77\x8a\x1c\x27\x63\x00\x60\x3c\xc6\x07\x2b\x08\xf1\xe2\x0b\x5a\x6d\xad\x47\x79\xdd\x7b\x4c\x2a\xc7\x8a\xb5\x93\x43\x03\x37\x4b\x9a\x27\x24\x92\xa2\xec\x31\x14\xf1\xe2\x54\xd8\x18\x77\x3c\x1d\xde\x06\x2b\xd2\xf0\x73\xf6\x47\xa7\xbf\xbd\x21\xfe\x22\xdd\xe4\xa6\x65\xe8\xb0\x30\x7d\x6c\x43\xb6\xa6\x4e\x68\x35\x7d\xf9\xdf\x73\x1d\x64\x3b\xc1\xfd\xce\x52\x65\x9d\x73\x51\xb1\x2e\x8e\x35\x67\x79\xd3\x5e\x71\xd4\x20\xc7\xfe\xcd\xae\xa7\x9d\xd3\x9e\xa1\x1b\xee\x83\xab\xa4\xca\x15\xfe\x21\x82\x2e\x3f\x41\x13\x23\x0d\xdf\x64\x8b\xb4\xe7\xec\xf7\x0f\x46\x50\xb9\x2f\x10\x70\x36\x67\x03\xf3\x13\x00\x00\xff\xff\xc2\xaf\x3d\x82\x7a\x02\x00\x00" func idtablestakingAdminTransfer_adminCdcBytes() ([]byte, error) { return bindataRead( @@ -2485,11 +2464,11 @@ func idtablestakingAdminTransfer_adminCdc() (*asset, error) { } info := bindataFileInfo{name: "idTableStaking/admin/transfer_admin.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x7a, 0x0, 0xac, 0x5d, 0xe7, 0x0, 0x5b, 0x3b, 0x2d, 0x66, 0xa7, 0xb7, 0x92, 0xd3, 0x4b, 0x2b, 0xe1, 0xd1, 0xb3, 0x8, 0xa, 0x34, 0x56, 0x6b, 0x24, 0x16, 0xd3, 0xe9, 0xa4, 0xf5, 0x60, 0x21}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x5, 0x25, 0xd4, 0x59, 0xdf, 0x56, 0x62, 0x45, 0x63, 0x6d, 0xf4, 0xa3, 0xe8, 0xdd, 0x88, 0x6b, 0x4e, 0x75, 0x15, 0x87, 0x9c, 0x21, 0x71, 0xe6, 0xd7, 0xbe, 0x39, 0x7b, 0xf9, 0xca, 0xb, 0x38}} return a, nil } -var _idtablestakingAdminTransfer_fees_adminCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x8f\x31\x6b\xc3\x30\x10\x46\x77\xfd\x8a\xaf\x19\x5a\x07\x92\x78\x0f\xa1\x34\x4b\xa6\x6c\x85\xee\x57\xe5\x9c\x88\xc8\x3a\x21\x9d\x1d\x4a\xc9\x7f\x2f\x56\x6d\x43\x0a\xf5\x66\xf1\xee\xe3\x3d\xd7\x46\x49\x8a\x83\x97\xdb\x81\x39\xa3\x49\xd2\x62\x31\xfd\x2e\x8c\xd1\x44\x21\x93\x55\x27\x01\xdf\xc6\x00\x40\x4c\x1c\x29\x71\x25\xb7\xc0\x69\x0b\xea\xf4\x52\x1d\x85\x4e\x1f\xe4\x3b\x5e\xe2\x79\x6f\xad\x74\x41\x57\x48\x6c\xd9\xf5\x33\xf3\x4e\x3d\xff\x61\x96\xd3\xe6\xf0\xd5\x35\x8e\x2e\x5c\xa1\x17\x46\x56\xba\xba\x70\x06\x9d\x5a\x17\x60\x29\xd2\xa7\xf3\x4e\xbf\xa0\x02\x42\x4c\xae\x27\x65\x44\x4f\x96\xe7\x7b\xcf\x8a\x86\x39\xef\xcb\xcd\x6e\x8d\x22\xb8\xc9\x2a\x89\xce\xbc\xf1\x42\xa7\xdd\xdb\x94\xb6\x29\x94\xcb\x9a\x48\x25\xbd\x56\x43\xf8\x16\xf5\x08\xd7\xcd\x88\x15\x6a\xf9\xf4\x20\x39\x74\x14\xc9\x47\xad\xe1\x65\x2a\x7e\xc9\xa0\xdf\x42\x8c\x8b\xf3\xc0\x84\xcc\x5e\x99\x7a\xae\x76\xeb\xd9\x7c\x05\x95\x7f\x4d\xca\xcc\xdd\x98\xbb\x81\xf9\x09\x00\x00\xff\xff\x99\xa2\xe7\xfc\xbc\x01\x00\x00" +var _idtablestakingAdminTransfer_fees_adminCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x8f\x31\x6b\xc3\x30\x10\x46\x77\xfd\x8a\xaf\x19\x5a\x07\x92\x78\x0f\xa1\x34\x4b\xa6\x6c\x85\xee\x57\xe5\x9c\x88\xc8\x3a\x21\x9d\x1d\x4a\xc9\x7f\x2f\x56\x6d\x43\x0a\xd5\x28\xde\x7d\xbc\xe7\xda\x28\x49\xb1\x38\x78\xb9\x1d\x98\xf3\xc2\x18\x4d\x14\x32\x59\x75\x12\xf0\x6d\x0c\x00\xc4\xc4\x91\x12\x57\x72\x0b\x9c\xb6\xa0\x4e\x2f\xd5\x51\xe8\xf4\x41\xbe\xe3\x25\x9e\xf7\xd6\x4a\x17\x74\x85\xc4\x96\x5d\x3f\x33\xef\xd4\xf3\x1f\x66\x39\x6d\x0e\xaf\xae\x71\x74\xe1\x0a\xbd\x30\xb2\xd2\xd5\x85\x33\xe8\xd4\xba\x00\x4b\x91\x3e\x9d\x77\xfa\x05\x15\x10\x62\x72\x3d\x29\x23\x7a\xb2\x3c\xdf\x7b\x56\x34\xcc\x79\x5f\x6e\x76\x6b\x14\xc1\x4d\x56\x49\x74\xe6\x8d\x17\x3a\xed\xde\xa6\xb4\x4d\xa1\x5c\xd6\x44\x2a\xe9\xb5\x6a\x92\xb4\x5b\xd4\x23\x5c\x37\x23\x56\xa8\xe5\xd3\x83\xe4\xd0\x51\x24\x1f\xb5\x86\x9f\xa9\xf8\x25\x83\x7e\x0b\x31\x2e\xce\x03\x13\x32\x7b\x65\xea\xb9\xda\xad\x67\xf3\x15\x54\xfe\x35\x29\x33\x77\x63\xee\x06\xe6\x27\x00\x00\xff\xff\xfa\x86\xe4\x0e\xae\x01\x00\x00" func idtablestakingAdminTransfer_fees_adminCdcBytes() ([]byte, error) { return bindataRead( @@ -2505,11 +2484,11 @@ func idtablestakingAdminTransfer_fees_adminCdc() (*asset, error) { } info := bindataFileInfo{name: "idTableStaking/admin/transfer_fees_admin.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x2e, 0xc1, 0xdf, 0xbd, 0x8e, 0xdc, 0xe3, 0xd0, 0x75, 0x45, 0x73, 0x94, 0x3, 0xfc, 0x88, 0x86, 0xe4, 0xe3, 0x76, 0x0, 0x2f, 0x71, 0xde, 0x33, 0x80, 0x84, 0xa8, 0xfe, 0xdd, 0xbc, 0xa6, 0x4d}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xf7, 0xca, 0xd0, 0x77, 0xb0, 0xdf, 0x5b, 0x72, 0x64, 0x30, 0x84, 0xd, 0xad, 0xab, 0x30, 0xf7, 0x99, 0x97, 0x0, 0x69, 0xef, 0x74, 0x82, 0xdc, 0x99, 0x8e, 0x86, 0x61, 0xff, 0xba, 0xfe, 0x61}} return a, nil } -var _idtablestakingAdminTransfer_minter_deployCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x54\x4f\x4f\xdb\x4e\x10\xbd\xfb\x53\x3c\xe5\x80\x1c\xfd\x82\x03\x12\x20\x64\xe1\x1f\x4a\xd3\x22\x55\x50\x0e\xa5\xf4\x82\x38\x6c\xec\x49\xbc\xc2\xde\xb5\x76\xc7\x49\xad\x28\xdf\xbd\x5a\xaf\xed\x04\x9a\x4a\xf5\x61\x93\x9d\x3f\x6f\x66\xde\xce\x8c\x2c\x2b\x6d\x18\x73\xd3\x54\xac\x83\xee\x76\x57\xe8\xcd\x0f\xfd\x46\x0a\x4b\xa3\x4b\x8c\x86\xfb\x28\x08\xd8\x08\x65\x45\xca\x52\xab\xb0\xaa\x17\x85\x4c\xef\xa9\xb1\x31\x5e\x3c\x44\x74\x4f\xcd\x83\xb4\xfc\x45\xb1\x69\x5e\x27\x48\xb5\x62\x23\x52\x7e\x14\x25\xc5\x78\x62\x23\xd5\xca\x49\xb3\x83\x9b\xa1\x8d\x30\xd9\xac\xd4\xb5\xe2\x18\xcf\x77\xf2\xd7\xd5\x45\x2f\x9d\xd7\x07\xa2\x54\xa8\x4c\x66\x82\xe9\x51\x67\xf4\x20\x4b\xc9\x2e\xf0\xf3\x57\xc5\x57\x17\xaf\x63\x6c\x83\x00\xa8\x0c\x55\xc2\x50\x68\xe5\x4a\x91\x89\x21\x6a\xce\xc3\x59\x96\xdd\x53\x33\xc1\x93\x58\xd3\x4f\x51\xd4\x34\xc1\x27\x6d\x8c\xde\xb4\x97\x31\x4e\x66\x69\xea\xa2\x77\x18\x40\x41\x0c\x91\xa6\x8c\x04\x9d\x2a\xac\x44\xe3\xf0\x3c\xee\xb8\xb5\x6a\x8f\xa5\x36\x78\xa3\x06\x52\x61\xcf\x07\xb6\xad\xce\x7d\x0e\x26\x7a\xa3\xc6\x46\x22\xcb\xf6\x94\xc5\xce\x29\x1a\xae\x13\xe4\xc2\xe6\xb3\x62\xa5\x8d\xe4\xbc\xf4\xda\x77\xa2\x09\x36\x24\x57\x39\x7b\x95\xff\xef\xd3\xd8\xf9\x9c\xa7\xd3\x69\x57\x15\x04\x0c\x2d\xc9\x90\x4a\x09\xac\xc1\x39\xb5\x6f\x0a\xff\xa8\xb3\xac\x94\xca\xe5\xeb\xe4\xc2\x97\x07\xcb\xda\x88\x15\x0d\xd5\x2f\xfb\x37\xf7\xd6\x49\x57\x78\xd4\xd9\x45\x8b\x36\xd2\xcd\xc9\xd0\x1b\x51\x6b\x28\x2d\x1b\xc1\xda\xfc\x1f\xba\xd6\x89\x31\xed\xec\xa7\xef\xf1\xc6\x03\x3d\xb7\xb7\xa8\x84\x92\x69\x38\x9a\xeb\xba\xc8\xa0\x34\x63\xf1\xef\x55\x18\xb2\xba\x36\x29\x8d\xc6\x7b\x12\xe6\x86\x04\x13\xc4\xbe\x86\x6f\x52\x31\x99\xef\x9d\xed\x9f\x35\x7a\x3d\x6e\x4e\x3f\x94\x1d\xa5\x2d\xd4\x23\x6d\xbc\x45\x28\x8a\x42\x6f\x68\xe8\xd5\xf3\xb3\xfe\x8b\xce\xba\x04\xda\xe7\xee\x49\xb2\x62\x4d\xe1\xcd\xe9\x87\x38\x13\xb0\x3e\xc6\x8c\xd7\xf6\x38\xd6\x92\xe1\xf0\x48\xcb\x47\x05\xa9\x15\xe7\x48\x12\x5c\x4e\x06\x1e\x01\x94\x64\xad\x58\x51\x8c\xd1\xbc\xf7\x82\x73\x43\xeb\x87\x42\x5a\xc6\xa2\x66\xe4\x62\xed\xd8\xe9\x60\xf4\x12\x97\x3d\x7b\x8e\x94\x23\x11\x3f\xcb\x94\x63\x6c\xdd\xa0\x5d\xc7\xf0\xf3\xb6\x43\x82\xed\xae\xf5\x5a\x0b\x03\xa3\x0b\xf2\xaa\x6b\x24\x38\x0f\x86\xd1\x28\xda\xd8\x52\x1d\xc3\x1d\xa6\xe4\x2f\x31\x5f\x1c\xea\x2b\x12\x0f\xd2\xd9\x3a\x19\x12\xff\xf3\x1f\xce\x0f\x27\xa0\xe5\xbe\xdf\x38\x7e\xde\x54\xbb\x77\x0e\xb7\x50\xbf\x7d\xdc\x19\xd5\xbc\xbc\x7e\xbf\x80\x0e\x16\xcf\xd1\x85\xe3\xf2\x72\xdd\xbb\x0b\x82\x5d\x80\xe0\x77\x00\x00\x00\xff\xff\x21\x67\x62\x69\x40\x05\x00\x00" +var _idtablestakingAdminTransfer_minter_deployCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x54\x4f\x4f\xdb\x4e\x10\xbd\xfb\x53\x3c\xe5\x80\x1c\xfd\x82\x03\x12\x20\x64\xe1\x1f\x4a\xd3\x22\x55\x50\x0e\xa5\xf4\x82\x38\x6c\xec\x49\xbc\xc2\xde\xb5\x76\xc7\x49\xad\x28\xdf\xbd\x5a\xaf\xed\x04\x9a\x4a\xf5\x61\x93\x9d\x3f\x6f\x66\xde\xce\x8c\x2c\x2b\x6d\x18\x73\xd3\x54\xac\x83\xee\x36\xba\x2b\xf4\xe6\x87\x7e\x23\x35\x0a\x02\x36\x42\x59\x91\xb2\xd4\x2a\xac\xea\x45\x21\xd3\x7b\x6a\x6c\x8c\x17\xef\x13\xdd\x53\xf3\x20\x2d\x7f\x51\x6c\x9a\xd7\x09\x52\xad\xd8\x88\x94\x1f\x45\x49\x31\x9e\xd8\x48\xb5\x72\xd2\xec\xe0\x66\x68\x23\x4c\x36\x2b\x75\xad\x38\xc6\xf3\x9d\xfc\x75\x75\xd1\x4b\xe7\xf5\x81\x28\x15\x2a\x93\x99\x60\x7a\xd4\x19\x3d\xc8\x52\xb2\x0b\xfc\xfc\x55\xf1\xd5\xc5\xeb\x18\xdb\x20\x00\x2a\x43\x95\x30\x14\x5a\xb9\x52\x64\x62\x88\x9a\xf3\x70\x96\x65\xf7\xd4\x4c\xf0\x24\xd6\xf4\x53\x14\x35\x4d\xf0\x49\x1b\xa3\x37\xed\x65\x8c\x93\x59\x9a\xba\xe8\x1d\x06\x50\x10\x43\xa4\x29\x23\x41\xa7\x0a\x2b\xd1\x38\x3c\x8f\x3b\x6e\xad\xda\x63\xa9\x0d\xde\xa8\x81\x54\xd8\xf3\x81\x6d\xab\x73\x9f\x83\x89\xde\xa8\xb1\x91\xc8\xb2\x3d\x65\xb1\x73\x8a\x86\xeb\x04\xb9\xb0\xf9\xac\x58\x69\x23\x39\x2f\xbd\xf6\x9d\x68\x82\x0d\xc9\x55\xce\x5e\xe5\xff\xfb\x34\x76\x3e\xe7\xe9\x74\xda\x55\x05\x01\x43\x4b\x32\xa4\x52\x02\x6b\x70\x4e\x70\x6f\x88\xf6\x11\x31\xcb\x4a\xa9\x5c\xbe\x4e\x2e\x7c\x79\xb0\xac\x8d\x58\xd1\x50\xfd\xb2\x7f\x73\x6f\x9d\x74\x85\x47\x9d\x5d\xb4\x68\x23\xdd\x9c\x0c\xbd\x11\xb5\x86\xd2\xb2\x11\xac\xcd\xff\xe1\xd2\xe8\x32\xc6\xb4\xb3\x9f\xbe\xc7\x1b\x0f\xf4\xdc\xde\xa2\x12\x4a\xa6\xe1\x68\xae\xeb\x22\x83\xd2\x8c\xc5\xbf\x57\x61\xc8\xea\xda\xa4\x34\x1a\xef\x49\x98\x1b\x12\x4c\x10\xfb\x1a\xbe\x49\xc5\x64\xbe\x77\xb6\x7f\xd6\xe8\xf5\xb8\x39\xfd\x50\x76\x94\xb6\x50\x8f\xb4\xf1\x16\xa1\x28\x0a\xbd\xa1\xa1\x57\xcf\xcf\xfa\x2f\x3a\xeb\x12\x68\x9f\xbb\x27\xc9\x8a\x35\x85\x37\xa7\x1f\xe2\x4c\xc0\xfa\x18\x33\x5e\xdb\xe3\x58\x4b\x86\xc3\x23\x2d\x1f\x15\xa4\x56\x9c\x23\x49\x70\x39\x19\x78\x04\x50\x92\xb5\x62\x45\x31\x46\xf3\xde\x0b\xce\x0d\xad\x1f\x0a\x69\x19\x8b\x9a\x91\x8b\xb5\x63\xa7\x83\xd1\x4b\x5c\xf6\xec\x39\x52\x8e\x44\xfc\x2c\x53\x8e\xb1\x75\x83\x76\x1d\xc3\xcf\xdb\x0e\x09\xb6\xbb\xd6\x6b\x2d\x0c\x8c\x2e\xc8\xab\xae\x91\xe0\x3c\x18\x46\xa3\x68\x63\x4b\x75\x0c\x77\x98\x92\xbf\xc4\x7c\x71\xa8\xaf\x48\x3c\x48\x67\xeb\x64\x48\xfc\xcf\x7f\x38\x3f\x9c\x80\x96\xfb\x7e\xe3\xf8\x79\x53\xed\xde\x39\xdc\x42\xfd\xf6\x71\x67\x54\xf3\xf2\xfa\xfd\x02\x3a\x58\x3c\x47\x17\x8e\xcb\xcb\x75\xef\x2e\x08\x76\x01\x82\xdf\x01\x00\x00\xff\xff\x65\xb1\x43\xfb\x31\x05\x00\x00" func idtablestakingAdminTransfer_minter_deployCdcBytes() ([]byte, error) { return bindataRead( @@ -2525,11 +2504,11 @@ func idtablestakingAdminTransfer_minter_deployCdc() (*asset, error) { } info := bindataFileInfo{name: "idTableStaking/admin/transfer_minter_deploy.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xbe, 0x1e, 0x95, 0xdc, 0x42, 0x25, 0x57, 0x4f, 0xdb, 0xbe, 0x75, 0x38, 0xea, 0x13, 0xcf, 0xba, 0x25, 0xcb, 0x98, 0x2a, 0x37, 0xfe, 0x7a, 0x6c, 0xec, 0xe4, 0xc3, 0x36, 0x5a, 0x3, 0x6b, 0x54}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x55, 0x46, 0xb8, 0x38, 0xe7, 0xba, 0x52, 0x61, 0x21, 0x33, 0x9c, 0x15, 0x80, 0xc1, 0x96, 0x92, 0x28, 0x55, 0xc5, 0x1d, 0x94, 0x81, 0x4d, 0xcb, 0x9a, 0xad, 0x85, 0x3e, 0x8d, 0x78, 0xca, 0xa7}} return a, nil } -var _idtablestakingAdminUpgrade_set_claimedCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x92\x4f\x8b\x9c\x40\x10\xc5\xef\x7e\x8a\x87\x87\x45\x61\xd1\x6b\x90\x24\xcb\x66\x96\xc0\x40\x0e\x21\xbb\x9b\x4b\xc8\xa1\xa6\x2d\xd7\xce\xb6\x5d\xd2\x5d\x66\x12\x96\xf9\xee\xa1\x75\x66\xf2\x67\x4c\x1d\x14\xd4\xf7\x7b\xef\x75\x69\x87\x51\x82\xe2\xbd\x93\xfd\xf6\xee\x81\x76\x8e\xef\x95\x9e\xad\x7f\x42\x17\x64\x40\x7e\xf9\x22\xcf\xb2\xba\xc6\x43\x6f\x23\x34\x90\x8f\x64\xd4\x8a\xc7\x48\x3f\x23\x02\xef\x29\xb4\x11\x2a\x20\xe7\xa0\x3d\x23\x2a\x3d\x73\x0b\x2f\x2d\xc7\x2c\xfb\x43\x51\x18\x69\xb9\xc1\x97\xc7\xad\xd7\x57\x5f\x4b\xbc\x64\x19\x00\xd4\x35\x3e\x88\x21\x87\xef\x14\x6c\xb2\x45\x27\x01\x84\xc0\x1d\x07\xf6\x86\x13\x3c\x81\xb7\x77\x98\x63\xe1\xb6\x1d\xac\x87\xec\xbe\xb1\xd1\x19\xe1\x58\x41\xe9\xe1\x27\xee\x1a\x5c\x5d\x56\xa8\x66\xc9\xe2\x37\x06\x1e\x29\x70\x41\xc6\x68\x03\x9a\xb4\x2f\x1e\xc7\x96\x94\x37\xe2\x35\x90\xd1\x6b\xbc\x93\x10\x64\xff\x99\xdc\xc4\x25\xae\x6e\x8d\x91\xc9\xeb\x39\x70\x9a\x24\xae\xcc\x51\x10\xab\x69\x06\x14\x9e\x06\x6e\x56\x8f\xf0\x1a\x4b\xf9\x74\x2d\x7f\x63\xea\x1a\xbb\xd9\x6b\xad\x2f\xfd\x5b\x33\x4d\x64\xd7\x55\xa7\xae\x78\xb3\x04\x89\x2a\x81\x9e\xb8\x5a\x58\xaf\xff\x7b\x00\x6f\x8b\xb4\xe3\x66\x65\xf9\xd5\xf1\x3e\x7f\x76\xbf\xe0\x3e\x92\xf6\xe5\xd9\x38\xcd\xcd\x0d\x46\xf2\xd6\x14\xf9\x46\x26\x97\x76\xac\xa7\xfc\x7f\xa5\x8f\xc7\x3f\x6a\xce\x99\x2f\x8c\xc3\xd2\x9a\x7f\xb0\x99\x94\xf1\xb2\xde\xa8\x8a\xac\x1b\x47\x76\xe0\xb6\x38\xe9\x0e\xbf\x02\x00\x00\xff\xff\xf6\x62\xb3\x93\xb3\x02\x00\x00" +var _idtablestakingAdminUpgrade_set_claimedCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x91\x4f\x6b\x9d\x40\x14\xc5\xf7\x7e\x8a\x83\x8b\xa0\x10\x74\x5b\xa4\x6d\x48\x5f\x28\x3c\xe8\xa2\x34\x49\x37\xa5\x8b\xfb\xc6\x6b\x9c\x66\x9c\x2b\x33\xd7\xbe\x96\x90\xef\x5e\xc6\xc9\x4b\xff\x99\xbb\x50\x50\xcf\xef\x9e\xdf\x68\xa7\x59\x82\xa2\x7c\xef\xe4\xb8\xbf\xba\xa1\x83\xe3\x6b\xa5\x7b\xeb\xef\xca\xa2\x68\x5b\xdc\x8c\x36\x42\x03\xf9\x48\x46\xad\x78\xcc\xf4\x33\x22\xf0\x91\x42\x1f\xa1\x02\x72\x0e\x3a\x32\xa2\xd2\x3d\xf7\xf0\xd2\x73\x2c\x8a\x3f\x12\x95\x91\x9e\x3b\x7c\xb9\xdd\x7b\x7d\xf5\xb5\xc6\x43\x51\x00\x40\xdb\xe2\x83\x18\x72\xf8\x4e\xc1\xa6\xb5\x18\x24\x80\x10\x78\xe0\xc0\xde\x70\x82\x27\xf0\xfe\x0a\x6b\x2d\x5c\xf6\x93\xf5\x90\xc3\x37\x36\xba\x22\x1c\x2b\x28\x3d\xfc\xc4\x43\x87\xb3\xff\x15\x9a\x35\x92\xf7\xcd\x81\x67\x0a\x5c\x91\x31\xda\x81\x16\x1d\xab\xdb\xb9\x27\xe5\x9d\x78\x0d\x64\xf4\x1c\xef\x24\x04\x39\x7e\x26\xb7\x70\x8d\xb3\x4b\x63\x64\xf1\xfa\x5c\x38\x4d\x0a\x37\xe6\x29\x10\x9b\x65\x05\x54\x9e\x26\xee\x36\x8f\xf0\x1c\x59\x3e\x5d\xeb\xdf\x98\xb6\xc5\x61\xdd\xb5\xe5\x4b\xff\x6a\xa6\x89\xec\x86\xe6\xe4\x8a\x37\xb9\x48\x54\x09\x74\xc7\x4d\x66\xbd\x7e\xf1\x00\xde\x56\x43\x90\xa9\xc3\xc6\xfb\xa7\xfb\xfa\xd9\x75\xc6\x7d\x24\x1d\xeb\xe7\xc5\x69\x2e\x2e\x30\x93\xb7\xa6\x2a\x77\xb2\xb8\xf4\x8f\xf5\xd4\xff\xaf\xf6\x31\xc3\xb2\x41\x99\x19\x8f\xd9\x9a\x7f\xb0\x59\x94\xf1\xb0\x6d\xd4\x44\xd6\x9d\x23\x3b\x71\x5f\x9d\x72\x8f\xbf\x02\x00\x00\xff\xff\xa5\xfb\x4f\x7c\x9b\x02\x00\x00" func idtablestakingAdminUpgrade_set_claimedCdcBytes() ([]byte, error) { return bindataRead( @@ -2545,7 +2524,7 @@ func idtablestakingAdminUpgrade_set_claimedCdc() (*asset, error) { } info := bindataFileInfo{name: "idTableStaking/admin/upgrade_set_claimed.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xb2, 0x18, 0xb2, 0xdd, 0x50, 0x4a, 0xbf, 0x69, 0x23, 0x23, 0x78, 0xc8, 0x53, 0xc8, 0xd4, 0x61, 0x14, 0x50, 0x2b, 0x78, 0xc8, 0x94, 0xba, 0xb8, 0xbf, 0x98, 0xfe, 0x51, 0x48, 0x61, 0x83, 0xa0}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x1f, 0xf4, 0xea, 0xb9, 0xff, 0x97, 0xa0, 0x94, 0xea, 0xd2, 0x70, 0xd9, 0xcf, 0xf0, 0x95, 0x5a, 0x86, 0x1e, 0xc8, 0x2b, 0xd7, 0x5c, 0x3a, 0x7a, 0x93, 0x8b, 0xcc, 0x9a, 0x8e, 0x51, 0x86, 0x95}} return a, nil } @@ -2569,7 +2548,7 @@ func idtablestakingAdminUpgrade_stakingCdc() (*asset, error) { return a, nil } -var _idtablestakingDelegationDel_request_unstakingCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x92\xb1\x4e\xc3\x40\x0c\x86\xf7\x3c\x85\x95\xa1\x4a\x96\x64\x41\x0c\x15\x50\x01\x55\x25\x24\x04\x88\x52\x76\xf7\xe2\xb4\x81\xeb\x39\x38\x0e\xad\x84\xfa\xee\xe8\x7a\x4d\x00\x35\x23\x5e\x6e\x38\xfb\xf7\xff\xd9\xae\x36\x35\x8b\xc2\xcc\xf2\xf6\x6e\xfa\x82\x4b\x4b\x73\xc5\xf7\xca\xad\xa0\x14\xde\x40\x7c\xfa\x11\x47\x51\xa4\x82\xae\x41\xa3\x15\xbb\x04\x37\xdc\x3a\x1d\xc3\x62\x56\xed\xce\xcf\x52\xf8\x8a\x22\x00\x80\x3c\x87\x7b\x36\x68\xe1\x13\xa5\xf2\xe5\x50\xb2\x00\x82\x50\x49\x42\xce\x10\x28\x83\xae\x09\xa6\x64\x69\x85\xca\x02\xbc\x7c\x23\xa3\x87\x6a\x4b\x0a\x45\xf7\xf1\x4c\xe5\x18\xb0\xd5\x75\x72\xea\x26\xeb\xcb\x1f\xb7\x8e\x24\x85\xd1\x40\xce\x03\x17\xd4\xe7\x05\x7b\xb5\x50\x8d\x42\x09\x1a\xa3\x47\xf1\x1b\x16\xe1\xed\x2b\xda\x96\x52\x18\x5d\x1b\xe3\xb9\x3c\x0f\x1c\x23\xcf\x61\x79\xc8\x19\xc2\x28\x86\x30\x7c\x34\x64\xcb\xec\x37\x0b\x5c\x82\xef\x9a\x35\xca\x82\x2b\xca\x82\xe6\xc5\xbf\x01\x5e\x25\x7e\x75\xe3\x81\x9d\xfe\x68\xcd\x43\xef\x27\xd4\x75\xda\x3b\xf5\x31\x99\x40\x8d\xae\x32\x49\x7c\xcb\xad\x2d\xc0\xb1\x76\xd0\x7f\x90\x7b\xa0\x38\x0d\x03\xdd\x87\x87\x76\x64\x5a\xa5\xee\x0a\x06\x07\x90\x09\x7d\xb4\xd4\xe8\xc2\x35\xc1\x57\x7f\x43\xe1\xed\x15\xf7\xdf\x01\x00\x00\xff\xff\x32\x83\xa3\x36\x9e\x02\x00\x00" +var _idtablestakingDelegationDel_request_unstakingCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x92\x41\x6b\xdb\x40\x10\x85\xef\xfa\x15\x0f\x1d\x8c\x74\x91\x2e\xa5\x07\xd3\xd6\xb4\x35\x86\x42\x49\x42\x1c\xe7\x3e\x5e\x8d\x6c\x25\xeb\x1d\x65\x34\x8a\x0d\xc1\xff\x3d\xc8\xb2\x45\x42\x44\x4e\x99\xcb\x1e\x76\xde\x9b\xf7\x0d\x53\xed\x6a\x51\x43\xbc\xf0\xb2\xff\x37\xbf\xa3\xb5\xe7\xa5\xd1\x63\x15\x36\x71\x14\x45\xa6\x14\x1a\x72\x56\x49\x48\x68\x27\x6d\xb0\x29\x56\x8b\xea\xf0\xfd\x5b\x8a\x97\x28\x02\x80\x3c\xc7\x7f\x71\xe4\xf1\x4c\x5a\x75\x72\x94\xa2\x20\x28\x97\xac\x1c\x1c\xc3\x04\xb6\x65\xcc\xd9\xf3\x86\x4c\x14\xb2\x7e\x60\x67\x27\xb5\x67\x43\x71\xf9\xb8\xe5\x72\x0a\x6a\x6d\x9b\x7c\x4c\x93\x0d\xf2\xeb\x7d\x60\x4d\x31\x19\xe9\xb9\x92\x82\x87\xbe\x3e\x5e\xad\x5c\x93\x72\x42\xce\xd9\xd9\xfc\x8f\xa8\xca\xfe\x9e\x7c\xcb\x29\x26\xbf\x9d\xeb\xb8\x3a\x1e\x9c\x2b\xcf\xb1\x3e\xf5\x8c\x61\x14\x63\x18\x5d\x35\xec\xcb\xec\x2d\x0b\x7e\xa2\x9b\x9a\x35\x26\x4a\x1b\xce\x7a\xcf\x1f\x5f\x06\xf8\x2b\x29\x55\x76\x53\x7c\xe6\xb5\xec\x67\xdf\x90\x6d\xd3\x21\x69\x57\xb3\x19\x6a\x0a\x95\x4b\xe2\xbf\xd2\xfa\x02\x41\xec\x02\xfd\x0e\x79\x00\x8a\xd3\x7e\xa1\xc7\xfe\xe1\x03\xbb\xd6\xf8\x72\x05\xa3\x0b\xc8\x94\x9f\x5a\x6e\x6c\x15\x9a\x3e\xd7\x70\x43\xfd\x3b\x38\x1e\x5f\x03\x00\x00\xff\xff\x0f\xe4\x9f\x0b\x86\x02\x00\x00" func idtablestakingDelegationDel_request_unstakingCdcBytes() ([]byte, error) { return bindataRead( @@ -2585,11 +2564,11 @@ func idtablestakingDelegationDel_request_unstakingCdc() (*asset, error) { } info := bindataFileInfo{name: "idTableStaking/delegation/del_request_unstaking.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x87, 0xb8, 0x8e, 0xfc, 0xc, 0xe8, 0x6c, 0xa0, 0x8b, 0xce, 0x40, 0x25, 0x93, 0xd5, 0xb2, 0xfd, 0x6a, 0xfb, 0x2, 0x9c, 0xa5, 0x42, 0x21, 0xf5, 0xc2, 0x16, 0x83, 0x68, 0x5d, 0xa5, 0x8d, 0xe8}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x1d, 0x19, 0xc7, 0xd4, 0x61, 0xb5, 0xae, 0xd1, 0x56, 0x62, 0xb6, 0x45, 0x4, 0x79, 0x88, 0xbf, 0xed, 0x12, 0x92, 0x62, 0x48, 0x6a, 0x60, 0x6, 0x6f, 0xb7, 0xcd, 0xad, 0x8, 0x67, 0x3f, 0x28}} return a, nil } -var _idtablestakingDelegationDel_stake_new_tokensCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x53\xcd\x6a\xdb\x40\x10\xbe\xef\x53\x0c\x3a\x04\xe9\x50\xe9\x52\x7a\x30\x69\x43\xdb\x60\x28\x84\xa4\x34\x69\x7c\x1e\xad\x46\xd2\xd6\xeb\x1d\xb1\x1a\x55\x86\xe2\x77\x2f\xfa\xb5\x8c\x4d\x31\x25\x7b\x11\xbb\xfb\xcd\x7c\x3f\xa3\x35\xbb\x8a\xbd\xc0\xda\x72\xfb\xed\xfe\x05\x53\x4b\xcf\x82\x5b\xe3\x0a\xc8\x3d\xef\x20\x38\xbf\x08\xd4\xa2\xe6\x85\xb7\xe4\x16\xd0\x7e\x7f\x44\x34\xae\x30\xa9\xa5\x13\xd4\xf2\x2c\x50\x4a\x89\x47\x57\xa3\x16\xc3\x2e\xc4\x1d\x37\x4e\x56\xf0\x73\x6d\xf6\x1f\xde\x47\xf0\x47\x29\x00\x80\x24\x81\x07\xd6\x68\xe1\x37\x7a\xd3\x49\x81\x9c\x3d\x20\x78\xca\xc9\x93\xd3\x04\xc2\x20\x25\x41\x46\x96\x0a\x14\xf6\xc0\xe9\x2f\xd2\xd2\x57\x5b\x92\xe3\xc5\x0f\xca\x57\x80\x8d\x94\xe1\xb9\xb3\xf8\x7e\x42\x3d\xb5\x8e\x7c\x04\x37\x17\x30\x8f\x9c\xd1\x8c\x53\x33\x41\x3e\x99\x5f\x10\x2c\x9d\xc6\x1b\x23\x65\xe6\xb1\x1d\xbb\x0e\x87\xaf\xd8\x58\x19\x9a\x54\x9e\x2a\xf4\x14\xa2\xd6\x32\x36\xf8\xc2\xde\x73\xfb\x8a\xb6\xa1\x08\x6e\x3e\x6b\xdd\x85\xd3\x85\x02\xe3\x4a\x12\x48\x7b\xcc\xd5\x59\x74\xab\x26\x9b\xc7\xcb\x40\xe0\x23\x74\xac\x71\x2d\xec\xb1\xa0\x78\xe8\x79\xfb\x66\x29\x7d\x0a\xbb\xd1\xaf\x2e\xfc\x64\xc7\x5e\xcf\x03\xf7\x77\x94\x32\x9a\x95\x76\xeb\xee\x0e\x2a\x74\x46\x87\xc1\x57\x6e\x6c\x06\x8e\x65\x32\x7d\x62\x79\x36\x14\x44\xea\xd4\xea\x72\x34\xff\xb4\x7a\xe5\xbc\x26\x3b\xc9\xd8\x24\x99\x09\xfa\xeb\xff\x93\xbf\x7e\x78\xda\x40\x5f\x3f\xe9\x3f\x0c\x1f\xda\x93\x6e\x84\xa6\xa7\x70\x71\x80\xd3\x86\x1e\x69\x10\x52\x8f\x12\x6f\xdf\x9d\x25\x10\xb7\xa3\xb1\xf9\xb1\x0d\xdf\x68\xa6\x3d\xfc\x0d\x00\x00\xff\xff\xc1\x80\x21\xc4\x14\x04\x00\x00" +var _idtablestakingDelegationDel_stake_new_tokensCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x53\xcd\x8a\xdb\x40\x0c\xbe\xfb\x29\x84\x0f\x8b\x7d\xa8\x7d\x29\x3d\x84\x6d\x97\xb6\x4b\xa0\xb0\x6c\x4a\x93\x26\x67\x79\x2c\xdb\xd3\x4c\x46\x66\x2c\xd7\x81\x92\x77\x2f\xfe\xad\x43\x42\x08\x65\xe7\x62\x2c\x69\xbe\x3f\x31\xfa\x50\xb2\x13\xf0\x97\x86\x9b\x6f\xcf\x1b\x4c\x0c\xad\x05\xf7\xda\xe6\xbe\x37\xef\x6d\x78\x4f\x76\x56\xaa\x6d\xae\x13\x43\x43\xd9\xf3\xc4\xa1\xad\x50\x89\x66\x1b\xe0\x81\x6b\x2b\x0b\xf8\xb9\xd4\xc7\x0f\xef\x43\xf8\xe3\x79\x00\x00\x71\x0c\x2f\xac\xd0\xc0\x6f\x74\xba\x25\x82\x8c\x1d\x20\x38\xca\xc8\x91\x55\x04\xc2\x20\x05\x41\x4a\x86\x72\x14\x76\xc0\xc9\x2f\x52\xd2\xdd\x36\x24\xff\x1a\x3f\x28\x5b\x00\xd6\x52\x04\x97\xba\xa3\xe7\x71\x6a\xd5\x58\x72\x21\x3c\x5c\x99\x79\xe5\x94\xa6\x39\x6f\x22\xc8\x46\xa7\x33\x82\xb9\xd3\x68\xa7\xa5\x48\x1d\x36\x03\x6a\x5f\xdc\x62\x6d\xa4\x07\x29\x1d\x95\xe8\x28\x40\xa5\x64\x00\xf8\xc2\xce\x71\xb3\x45\x53\x53\x08\x0f\x9f\x95\x6a\xc3\x69\x43\x81\xe1\xc4\x31\x24\xdd\xcc\xdd\x59\xb4\xa7\x22\x93\x45\xf3\x40\xe0\x23\xb4\xac\x51\x25\xec\x30\xa7\xa8\xc7\x7c\x7c\xb3\x94\x3e\x05\x99\xe3\xc3\x02\x6e\x61\xad\x7b\xee\xef\x28\x45\x38\x29\x6d\xcf\xd3\x13\x94\x68\xb5\x0a\xfc\xaf\x5c\x9b\x14\x2c\xcb\x68\xfa\xcc\xf2\x64\xc8\x0f\xbd\x73\xab\xf3\xd5\xdc\xb4\x7a\xe7\xbe\x46\x3b\xf1\x00\x12\x4f\x04\x5d\xfb\xff\xe4\x2f\x5f\x56\x3b\xe8\xee\x8f\xfa\x4f\xfd\x87\x8e\xa4\x6a\xa1\xf1\x29\x5c\x5d\xe0\xf8\x43\xaf\xd4\x0b\xa9\x06\x89\x8f\xef\x2e\x12\x88\x9a\xc1\xd8\xf4\xd8\xfa\x6f\x38\xd1\x9e\xfe\x06\x00\x00\xff\xff\x03\xc6\x10\x6e\xda\x03\x00\x00" func idtablestakingDelegationDel_stake_new_tokensCdcBytes() ([]byte, error) { return bindataRead( @@ -2605,11 +2584,11 @@ func idtablestakingDelegationDel_stake_new_tokensCdc() (*asset, error) { } info := bindataFileInfo{name: "idTableStaking/delegation/del_stake_new_tokens.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xef, 0x10, 0x2b, 0x72, 0x96, 0xd1, 0x8e, 0xa0, 0x84, 0xd7, 0xe0, 0x69, 0x57, 0x1c, 0x1b, 0x5e, 0xf2, 0x48, 0x5f, 0x81, 0x81, 0x5c, 0xbe, 0x2, 0x4b, 0x1e, 0x7b, 0x4b, 0xf7, 0xbd, 0x9a, 0x2a}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xde, 0xbe, 0xed, 0xb5, 0x31, 0x43, 0xeb, 0xe2, 0x1e, 0xb4, 0xc3, 0x85, 0x7d, 0x5c, 0x5e, 0x45, 0x75, 0x33, 0x3e, 0x18, 0x52, 0x9f, 0x6e, 0xab, 0xb6, 0x57, 0x66, 0x12, 0xbd, 0xb5, 0x6c, 0xb3}} return a, nil } -var _idtablestakingDelegationDel_stake_rewardedCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x92\xc1\x4b\xfb\x50\x0c\xc7\xef\xfd\x2b\x42\x0f\xa3\xbd\xb4\x97\x1f\xbf\xc3\x50\x87\x3a\x06\x82\xa8\x6c\xd3\x7b\xf6\x9a\x6e\x75\xaf\x2f\x25\x4d\xed\x40\xf6\xbf\xcb\x5b\xd7\xaa\xac\x47\x73\x79\x3c\x92\x7c\x93\x4f\x92\xa2\xac\x58\x14\x16\x96\xdb\x87\xf9\x1a\x37\x96\x56\x8a\xfb\xc2\x6d\x21\x17\x2e\x21\xbc\x74\x84\x41\x10\xa8\xa0\xab\xd1\x68\xc1\x2e\xc2\x92\x1b\xa7\x53\x78\x5d\x14\x87\xff\xff\x62\xf8\x0c\x02\x00\x80\x34\x85\x47\x36\x68\xe1\x03\xa5\xf0\xe9\x90\xb3\x00\x82\x50\x4e\x42\xce\x10\x28\x83\xee\x08\xe6\x64\x69\x8b\xca\x02\xbc\x79\x27\xa3\xa7\x6c\x4b\x0a\x59\xef\x58\x52\x3e\x05\x6c\x74\x17\x5d\x76\x93\x0c\xe9\xcf\xad\x23\x89\x61\x32\x12\xf3\xc4\x19\x0d\x71\x5d\x7b\x95\x50\x85\x42\x11\x1a\xa3\x67\xf1\x3b\x16\xe1\xf6\x0d\x6d\x43\x31\x4c\x6e\x8d\xf1\x5c\x9e\x07\xce\x96\xa6\xb0\x39\xc5\x8c\x61\x64\x63\x18\xde\x6a\xb2\x79\xf2\x93\x05\xae\xc1\x57\x4d\x6a\x65\xc1\x2d\x25\x9d\xe6\xd5\x9f\x01\xde\x44\x7e\x75\xd3\x91\x9d\x7e\x6b\xad\xba\xda\x2f\xa8\xbb\x78\xe8\xd4\xdb\x6c\x06\x15\xba\xc2\x44\xe1\x3d\x37\x36\x03\xc7\xda\x43\xff\x42\x1e\x80\xc2\xb8\x1b\xe8\xb1\x7b\xe8\x40\xa6\x51\xea\xaf\x60\x74\x00\xfd\x87\x96\xd4\xa2\x64\x94\xad\x79\x4f\xae\x1e\x2e\xa9\x7b\x07\xdd\xe3\x57\x00\x00\x00\xff\xff\xb1\x5e\xd1\xad\xa4\x02\x00\x00" +var _idtablestakingDelegationDel_stake_rewardedCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x92\x41\x4b\xc3\x50\x0c\xc7\xef\xfd\x14\xa1\x87\xd1\x5e\xda\x8b\x78\x18\xea\x50\xc7\x40\x10\x95\x6d\x7a\xcf\x5e\xd3\xad\xee\xf5\xa5\xa4\xa9\x1d\xc8\xbe\xbb\x74\x5d\x1f\x8a\xc5\x93\xb9\x84\xc7\x4b\xfe\xf9\xff\x42\x8a\xb2\x62\x51\x08\x17\x96\xdb\x87\xf9\x1a\x37\x96\x56\x8a\xfb\xc2\x6d\xc3\x20\x08\x54\xd0\xd5\x68\xb4\x60\x17\x61\xc9\x8d\xd3\x29\xbc\x2e\x8a\xc3\xe5\x45\x0c\x9f\x41\x00\x00\x90\xa6\xf0\xc8\x06\x2d\x7c\xa0\x14\x5d\x3b\xe4\x2c\x80\x20\x94\x93\x90\x33\x04\xca\xa0\x3b\x82\x39\x59\xda\xa2\xb2\x00\x6f\xde\xc9\xe8\xa9\xdb\x92\x42\x36\x7c\x2c\x29\x9f\x02\x36\xba\x8b\x7e\xbb\x49\x7c\xfb\x73\xeb\x48\x62\x98\x8c\xd4\x3c\x71\x46\xbe\xae\xb7\x57\x09\x55\x28\x14\xa1\x31\x7a\x16\xbf\x63\x11\x6e\xdf\xd0\x36\x14\xc3\xe4\xd6\x98\x8e\xab\xe3\x81\x73\xa4\x29\x6c\x4e\x35\x63\x18\xd9\x18\x46\x17\x35\xd9\x3c\xf9\xce\x02\xd7\xd0\x4d\x4d\x6a\x65\xc1\x2d\x25\xbd\xe6\xd5\xbf\x01\xde\x44\xb9\x70\x39\x85\xbf\xb4\x56\xfd\xec\x17\xd4\x5d\xec\x9d\x76\x31\x9b\x41\x85\xae\x30\x51\x78\xcf\x8d\xcd\xc0\xb1\x0e\xd0\x3f\x90\x3d\x50\x18\xf7\x0b\x3d\xf6\x89\x0e\x64\x1a\xa5\xe1\x0a\x46\x17\x30\x3c\x68\x49\x2d\x4a\x46\xd9\x9a\xf7\xe4\x6a\x7f\x49\x7d\xf6\xba\xc7\xaf\x00\x00\x00\xff\xff\x45\xd0\x69\xa8\x8c\x02\x00\x00" func idtablestakingDelegationDel_stake_rewardedCdcBytes() ([]byte, error) { return bindataRead( @@ -2625,11 +2604,11 @@ func idtablestakingDelegationDel_stake_rewardedCdc() (*asset, error) { } info := bindataFileInfo{name: "idTableStaking/delegation/del_stake_rewarded.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x92, 0xab, 0x43, 0xc4, 0x6c, 0xd2, 0xcc, 0x46, 0xb9, 0xe9, 0xe8, 0x58, 0xd2, 0x56, 0x18, 0xf, 0xca, 0xf0, 0x2e, 0xf4, 0x55, 0xe9, 0x4f, 0x44, 0x76, 0xed, 0x31, 0x9c, 0x48, 0x31, 0xf0, 0xf7}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xd0, 0x2e, 0xb1, 0xef, 0x37, 0x60, 0x44, 0x7e, 0xd6, 0xf8, 0x7b, 0x97, 0x9b, 0xe9, 0xf5, 0x4b, 0x62, 0x3, 0x9b, 0xeb, 0x62, 0x23, 0xa8, 0xec, 0xf, 0x6d, 0x2a, 0x67, 0xdc, 0xf4, 0x5e, 0xbb}} return a, nil } -var _idtablestakingDelegationDel_stake_unstakedCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x92\x31\x4f\xf3\x40\x0c\x86\xf7\xfc\x8a\x57\x19\xaa\x64\x49\x96\x4f\xdf\x50\x01\x15\x50\x55\x42\x42\x80\x68\xcb\xee\x5e\x9c\x36\xf4\x7a\x8e\x2e\x0e\xad\x84\xfa\xdf\x51\x9a\x26\x80\x9a\x11\x2f\xa7\x93\xed\xd7\x7e\x6c\x17\xbb\x52\xbc\x62\x66\x65\xff\x30\x5d\xd0\xca\xf2\x5c\x69\x5b\xb8\x35\x72\x2f\x3b\x84\x97\x8e\x30\x08\x02\xf5\xe4\x2a\x32\x5a\x88\x8b\x68\x27\xb5\xd3\x31\x96\xb3\xe2\xf0\xff\x5f\x8c\xcf\x20\x00\x80\x34\xc5\xa3\x18\xb2\xf8\x20\x5f\x34\xe9\xc8\xc5\x83\xe0\x39\x67\xcf\xce\x30\x54\xa0\x1b\xc6\x94\x2d\xaf\x49\xc5\x43\x56\xef\x6c\xf4\x94\x6d\x59\x91\x75\x8e\x57\xce\xc7\xa0\x5a\x37\xd1\x65\x37\x49\x9f\xfe\xbc\x77\xec\x63\x8c\x06\x62\x9e\x24\xe3\x3e\xae\x6d\xaf\xf4\x5c\x92\xe7\x88\x8c\xd1\xb3\xf8\x9d\x78\x2f\xfb\x37\xb2\x35\xc7\x18\xdd\x1a\xd3\x70\x35\x3c\x38\x5b\x9a\x62\x75\x8a\x19\xc2\xc8\x86\x30\x1a\xab\xd8\xe6\xc9\x4f\x16\x5c\xa3\xa9\x9a\x54\x2a\x9e\xd6\x9c\xb4\x9a\x57\x7f\x06\x78\x13\x35\xab\x1b\x0f\xec\xf4\x5b\x6b\xde\xd6\x7e\x21\xdd\xc4\x7d\xa7\x8d\x4d\x26\x28\xc9\x15\x26\x0a\xef\xa5\xb6\x19\x9c\x68\x07\xfd\x0b\xb9\x07\x0a\xe3\x76\xa0\xc7\xf6\xe1\x03\x9b\x5a\xb9\xbb\x82\xc1\x01\x74\x1f\x5e\xba\x4a\x69\xcb\xd9\x42\xb6\xec\xaa\xfe\x92\xda\xb7\xd7\x3d\x7e\x05\x00\x00\xff\xff\x9e\x6a\x61\x83\xa4\x02\x00\x00" +var _idtablestakingDelegationDel_stake_unstakedCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x92\x41\x4b\xc3\x40\x10\x85\xef\xf9\x15\x8f\x1c\x4a\x72\x49\x2e\xe2\xa1\xa8\x45\x2d\x05\x41\x54\x6c\xeb\x7d\xba\x99\xb4\xb1\xdb\x9d\xb0\x99\xd8\x82\xf4\xbf\x4b\x9a\x26\x28\x06\x4f\xce\x65\x58\x76\xe6\xcd\xfb\x86\x29\x76\xa5\x78\x45\x38\xb3\xb2\x7f\x98\x2e\x68\x65\x79\xae\xb4\x2d\xdc\x3a\x0c\x82\x40\x3d\xb9\x8a\x8c\x16\xe2\x22\xda\x49\xed\x74\x8c\xe5\xac\x38\x5c\x5e\xc4\xf8\x0c\x02\x00\x48\x53\x3c\x8a\x21\x8b\x0f\xf2\x45\xd3\x8e\x5c\x3c\x08\x9e\x73\xf6\xec\x0c\x43\x05\xba\x61\x4c\xd9\xf2\x9a\x54\x3c\x64\xf5\xce\x46\x4f\xdd\x96\x15\x59\xf7\xf1\xca\xf9\x18\x54\xeb\x26\xfa\xed\x26\xe9\xdb\x9f\xf7\x8e\x7d\x8c\xd1\x40\xcd\x93\x64\xdc\xd7\xb5\xf6\x4a\xcf\x25\x79\x8e\xc8\x18\x3d\x8b\xdf\x89\xf7\xb2\x7f\x23\x5b\x73\x8c\xd1\xad\x31\x0d\x57\xc3\x83\x73\xa4\x29\x56\xa7\x9a\x21\x8c\x6c\x08\xa3\x89\x8a\x6d\x9e\x7c\x67\xc1\x35\x9a\xa9\x49\xa5\xe2\x69\xcd\x49\xab\x79\xf5\x6f\x80\x37\x51\xee\x65\x37\xc6\x5f\x5a\xf3\x76\xf6\x0b\xe9\x26\xee\x9d\x36\x31\x99\xa0\x24\x57\x98\x28\xbc\x97\xda\x66\x70\xa2\x1d\xf4\x0f\xe4\x1e\x28\x8c\xdb\x85\x1e\xdb\xc4\x07\x36\xb5\x72\x77\x05\x83\x0b\xe8\x1e\xbc\x74\x95\xd2\x96\xb3\x85\x6c\xd9\x55\xfd\x25\xb5\xb9\xd7\x3d\x7e\x05\x00\x00\xff\xff\x6a\xe4\xd9\x86\x8c\x02\x00\x00" func idtablestakingDelegationDel_stake_unstakedCdcBytes() ([]byte, error) { return bindataRead( @@ -2645,11 +2624,11 @@ func idtablestakingDelegationDel_stake_unstakedCdc() (*asset, error) { } info := bindataFileInfo{name: "idTableStaking/delegation/del_stake_unstaked.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xb2, 0xe0, 0x9e, 0xd0, 0xcb, 0x7b, 0x17, 0x55, 0xd4, 0x3c, 0x3a, 0xb7, 0x69, 0x8d, 0xf0, 0x10, 0x95, 0x57, 0x91, 0x73, 0xc7, 0xbe, 0xf3, 0x94, 0x97, 0x96, 0xe, 0x27, 0x37, 0x17, 0xff, 0x6a}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x83, 0xe, 0x9, 0x3c, 0xdc, 0x72, 0x55, 0xec, 0xc, 0x40, 0x87, 0x8d, 0xf7, 0xf6, 0x9e, 0x7e, 0x88, 0x36, 0xd2, 0xb9, 0xe5, 0xcf, 0xaf, 0xbb, 0x89, 0xb, 0x89, 0x23, 0x6c, 0x82, 0xfa, 0x99}} return a, nil } -var _idtablestakingDelegationDel_withdraw_reward_tokensCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x53\x4d\x6b\xdc\x40\x0c\xbd\xcf\xaf\x10\x3e\x2c\xf6\xa1\xf6\xa5\xf4\xb0\xa4\x0d\x6d\xc3\x42\x21\x34\x25\x49\xd3\xb3\x76\x46\xde\x9d\x66\x76\x64\x64\xb9\x0e\x94\xfc\xf7\xe2\xcf\x78\xbb\x5b\x28\xa5\xba\x08\xa3\x27\xbd\xf7\x2c\x8d\x3f\x54\x2c\x0a\x9b\xc0\xed\xa7\xab\x7b\xdc\x06\xba\x53\x7c\xf4\x71\x07\xa5\xf0\x01\x92\xd3\x42\x62\x16\x3d\xf7\xfc\x48\x71\x01\xed\xbf\x13\x63\x8c\x0a\xc6\x1a\xad\x7a\x8e\x29\x1e\xb8\x89\xba\x86\xaf\x1b\xff\xf4\xe6\x75\x06\x3f\x8d\x01\x00\x28\x0a\xb8\x66\x8b\x01\x7e\xa0\xf8\x8e\x00\x4a\x16\x40\x10\x2a\x49\x28\x5a\x02\x65\xd0\x3d\x81\xa3\x40\x3b\x54\x16\xe0\xed\x77\xb2\xda\x77\x07\xd2\x97\xc2\x2d\x95\x6b\xc0\x46\xf7\xe9\xa9\xde\xfc\x6a\x42\xdd\xb4\x91\x24\x83\xd5\x19\xcc\x67\x76\x34\xe3\xcc\x4c\x50\x4e\x96\x7a\x82\xd5\xec\x30\x7f\xc0\x26\xe8\x80\xab\x84\x2a\x14\x4a\xd1\x5a\x1d\x45\x7c\x60\x11\x6e\x1f\x30\x34\x94\xc1\xea\xbd\xb5\x9d\xff\xce\x37\x8c\x51\x14\xb0\xed\x31\x7f\x6d\xb7\x8b\x9a\x42\x99\x2f\x3d\xc3\x5b\xe8\x58\xf3\x5a\x59\x70\x47\xf9\x30\xf3\xe2\xbf\xfd\x88\x77\x69\xb7\xd9\xf5\x99\xeb\x78\x99\x75\x37\x70\x7f\x41\xdd\x67\xb3\xd2\x2e\x2e\x2f\xa1\xc2\xe8\x6d\x9a\x7c\xe4\x26\x38\x88\xac\x93\xe9\x23\xcb\xf5\x78\x6f\xe8\x0e\x3e\x26\x99\x39\xb6\xbb\xdc\xc0\x1f\xec\xfe\xbe\x96\x49\x75\x31\xe2\x8a\x79\x46\x5f\xfe\x37\x95\x9b\xeb\x9b\x6f\xd0\xf7\x4f\x12\x9f\x87\x44\x4f\x64\x1b\xa5\xe9\xa8\xcf\x0a\xcf\x1d\x55\x5c\x7b\x1d\x85\x5d\xbc\x3a\xd9\x64\xde\x7a\xdd\x3b\xc1\xf6\x96\x5a\x14\x47\xae\x6f\xad\xe7\xa7\x33\xe4\x6c\xa6\x7e\xfe\x15\x00\x00\xff\xff\xd5\x98\xe2\x33\xb8\x03\x00\x00" +var _idtablestakingDelegationDel_withdraw_reward_tokensCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x93\x4f\x6f\xd4\x40\x0c\xc5\xef\xf3\x29\xac\x1c\x56\xc9\x81\xe4\x82\x38\xac\x0a\x15\x50\xad\x84\x54\x51\xd4\x96\x72\xf6\xce\x38\x9b\xa1\x93\x71\xe4\x38\xa4\x12\xea\x77\x47\xf9\xcb\x96\x2e\x08\x21\x7c\x99\x83\x9f\xfd\xde\x6f\xbd\xf1\x75\xc3\xa2\x90\xec\x02\xf7\x1f\x2e\x6e\x71\x1f\xe8\x46\xf1\xde\xc7\x43\x62\x8e\x7b\xb7\x7c\x4f\x31\x31\xc6\xa8\x60\x6c\xd1\xaa\xe7\x98\x62\xcd\x5d\xd4\x2d\x7c\xde\xf9\x87\x57\x2f\x33\xf8\x6e\x0c\x00\x40\x51\xc0\x25\x5b\x0c\xf0\x0d\xc5\x0f\x1b\xa1\x64\x01\x04\xa1\x92\x84\xa2\x25\x50\x06\xad\x08\x1c\x05\x3a\xa0\xb2\x00\xef\xbf\x92\xd5\x71\x3a\x90\xfe\x6c\x5c\x53\xb9\x05\xec\xb4\x4a\x9f\x07\xcc\x2f\x16\xd5\x55\x1f\x49\x32\xd8\x9c\xd0\x7c\x64\x47\xab\xce\xac\x06\xe5\x82\x34\x1a\x6c\x56\xc2\xfc\x0e\xbb\xa0\x93\xae\x11\x6a\x50\x28\x45\x6b\x75\x0e\xf1\x8e\x45\xb8\xbf\xc3\xd0\x51\x06\x9b\xb7\xd6\x0e\xfc\x03\x37\xcc\x55\x14\xb0\x1f\x35\x7f\x8d\x3b\x54\x4b\xa1\xcc\x8f\x99\xe1\x35\x0c\xae\x79\xab\x2c\x78\xa0\x7c\xda\x79\xf6\xdf\x7e\x88\x37\x69\x29\x5c\x6f\xe1\x4f\xbb\x6e\x26\xef\x4f\xa8\x55\xb6\x26\x1d\xea\xfc\x1c\x1a\x8c\xde\xa6\xc9\x7b\xee\x82\x83\xc8\xba\x40\x3f\x41\x6e\xa7\x8d\x80\xae\xf6\x31\xc9\xcc\x53\xdc\xe3\x0b\xfc\x06\xf7\xd7\xb3\x2c\xa9\x8b\x59\x57\xac\x3b\xc6\xf6\xbf\xa5\xdc\x5d\x5e\x7d\x81\x71\x7e\x89\xf8\x38\x3d\xf4\x40\xb6\x53\x5a\xfe\xd4\x27\x83\xe7\x8e\x1a\x6e\xbd\xce\xc1\xce\x5e\x3c\xbb\x64\xde\x7b\xad\x9c\x60\x7f\x4d\x3d\x8a\x23\x37\x8e\xb6\xeb\xa7\x33\xbd\xd9\x6a\xfd\xf8\x23\x00\x00\xff\xff\xc9\xd0\x16\xdd\x91\x03\x00\x00" func idtablestakingDelegationDel_withdraw_reward_tokensCdcBytes() ([]byte, error) { return bindataRead( @@ -2665,11 +2644,11 @@ func idtablestakingDelegationDel_withdraw_reward_tokensCdc() (*asset, error) { } info := bindataFileInfo{name: "idTableStaking/delegation/del_withdraw_reward_tokens.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xd8, 0x69, 0x4a, 0xc2, 0x9c, 0x8c, 0xbe, 0x30, 0xf1, 0x75, 0xca, 0x4, 0xe6, 0x89, 0xc4, 0x37, 0xa4, 0x54, 0x4, 0x46, 0x39, 0x59, 0x38, 0x65, 0xad, 0x42, 0x81, 0x10, 0x43, 0x24, 0x11, 0x43}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xa2, 0xa7, 0x4d, 0x6f, 0xf4, 0xed, 0x12, 0x76, 0xaa, 0x97, 0xad, 0xc2, 0xc8, 0x9f, 0xf3, 0xf, 0x4f, 0x47, 0x55, 0xc9, 0xd1, 0xad, 0x21, 0x75, 0x7f, 0x60, 0x2b, 0xa1, 0xb2, 0x8c, 0x3, 0x96}} return a, nil } -var _idtablestakingDelegationDel_withdraw_unstaked_tokensCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x53\x4d\x8b\xdb\x40\x0c\xbd\xcf\xaf\x10\x3e\x04\xfb\x50\xfb\x52\x7a\x08\xdb\x2e\x6d\x97\x40\x61\xe9\x96\xee\x47\xcf\xca\x58\x8e\xa7\x19\x8f\xcc\x58\xae\x03\x25\xff\xbd\x8c\xbf\xe2\x34\x29\x94\x52\x5d\x06\xa3\x27\xbd\xf7\x24\xd9\x54\x35\x7b\x81\x8d\xe5\xee\xd3\xdd\x13\x6e\x2d\x3d\x0a\xee\x8d\xdb\x41\xe1\xb9\x82\xe8\x32\x11\xa9\x45\xcd\x13\xef\xc9\x2d\xa0\xfd\x77\xa4\x94\x12\x8f\xae\x41\x2d\x86\x5d\x8c\x15\xb7\x4e\xd6\xf0\xbc\x31\x87\x37\xaf\x13\xf8\xa9\x14\x00\x40\x96\xc1\x3d\x6b\xb4\xf0\x03\xbd\x09\x04\x50\xb0\x07\x04\x4f\x05\x79\x72\x9a\x40\x18\xa4\x24\xc8\xc9\xd2\x0e\x85\x3d\xf0\xf6\x3b\x69\xe9\xab\x2d\xc9\x29\xf1\x95\x8a\x35\x60\x2b\x65\x7c\xa9\x37\xbd\x9b\x50\x0f\x9d\x23\x9f\xc0\xea\x0a\xe6\x33\xe7\x34\xe3\xd4\x4c\x50\x4c\x96\x7a\x82\xd5\xec\x30\x7d\xc1\xd6\xca\x80\xab\x3d\xd5\xe8\x29\x46\xad\x65\x14\xf1\x81\xbd\xe7\xee\x05\x6d\x4b\x09\xac\xde\x6b\x1d\xfc\x07\xdf\x30\x46\x96\xc1\xb6\xc7\xfc\xb5\xdd\x10\x0d\xd9\x22\x5d\x7a\x86\xb7\x10\x58\xd3\x46\xd8\xe3\x8e\xd2\xa1\xe7\xcd\x7f\x1b\xc4\xbb\x38\x6c\x76\x7d\xe5\x3a\x4e\xbd\x1e\x07\xee\x2f\x28\x65\x32\x2b\x0d\x71\x7b\x0b\x35\x3a\xa3\xe3\xe8\x23\xb7\x36\x07\xc7\x32\x99\x3e\xb3\xdc\x8c\xf7\x86\x79\x65\x5c\x94\xa8\x73\xbb\xcb\x0d\xfc\xc1\xee\xef\x6b\x99\x54\x67\x23\x2e\x9b\x7b\xf4\xe9\x7f\x53\xb9\xb9\x7f\xf8\x06\x7d\xfd\x24\xf1\x38\x3c\x74\x20\xdd\x0a\x4d\x47\x7d\x55\x78\x9a\x53\xcd\x8d\x91\x51\xd8\xcd\xab\x8b\x4d\xa6\x9d\x91\x32\xf7\xd8\x3d\xbb\x30\x0f\xca\xfb\xd2\x66\xfe\x75\x86\x37\x99\xa9\x8f\xbf\x02\x00\x00\xff\xff\xb8\x15\x1d\x98\xb8\x03\x00\x00" +var _idtablestakingDelegationDel_withdraw_unstaked_tokensCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x93\x4d\xeb\xd3\x40\x10\xc6\xef\xfb\x29\x86\x1c\x4a\x72\x30\xb9\x88\x87\xf2\xd7\x3f\x6a\x29\x08\xc5\x8a\x7d\xf1\x3c\xdd\x4c\x9a\xb5\x9b\x9d\xb0\x99\x98\x82\xf4\xbb\x4b\x5e\x6d\x6d\x15\x11\xf7\xb2\x87\x79\x66\x9e\xe7\xb7\x93\x98\xa2\x64\x2f\x10\x2c\x2d\x37\x1f\x16\x5b\x3c\x58\xda\x08\x9e\x8c\x3b\x06\xea\xba\xb6\xe5\x13\xb9\x40\x29\x25\x1e\x5d\x85\x5a\x0c\xbb\x10\x0b\xae\x9d\xcc\x61\xb7\x34\xe7\x57\x2f\x23\xf8\xae\x14\x00\x40\x92\xc0\x8a\x35\x5a\xf8\x86\xde\xb4\x13\x21\x63\x0f\x08\x9e\x32\xf2\xe4\x34\x81\x30\x48\x4e\x90\x92\xa5\x23\x0a\x7b\xe0\xc3\x57\xd2\xd2\x75\x5b\x92\x9f\x85\xcf\x94\xcd\x01\x6b\xc9\xc3\xfb\x80\xf1\x62\x54\xad\x1b\x47\x3e\x82\xd9\x03\xcd\x47\x4e\x69\xd2\xa9\xc9\x20\x1b\x91\x3a\x83\xd9\x44\x18\xef\xb1\xb6\xd2\xeb\x4a\x4f\x25\x7a\x0a\x51\x6b\x19\x42\xbc\x63\xef\xb9\xd9\xa3\xad\x29\x82\xd9\x5b\xad\x5b\xfe\x96\x1b\x86\x93\x24\x70\xe8\x34\x7f\x8d\xdb\x9e\x8a\x6c\x16\x5f\x33\xc3\x6b\x68\x5d\xe3\x4a\xd8\xe3\x91\xe2\x7e\xe6\xd3\x7f\x7b\x88\x37\x61\xe6\xb9\x98\xc3\x9f\x66\x6d\x7a\xef\x4f\x28\x79\x34\x25\x6d\xcf\xf3\x33\x94\xe8\x8c\x0e\x83\xf7\x5c\xdb\x14\x1c\xcb\x08\x7d\x83\x5c\xf5\x13\x01\xd3\xc2\xb8\x20\x52\xb7\xb8\xd7\x1b\xf8\x0d\xee\xaf\x6b\x19\x53\x27\x83\x2e\x99\x66\x74\xe5\x7f\x4b\xb9\x5c\xad\xbf\x40\xd7\x3f\x46\xbc\xf4\x17\x9d\x49\xd7\x42\xe3\x47\xfd\x30\x78\x9c\x52\xc9\x95\x91\x21\xd8\xd3\x8b\xbb\x4d\xc6\x8d\x91\x3c\xf5\xd8\xec\x5c\xfb\x1e\x94\x76\xad\xd5\xf4\xeb\xf4\x77\x34\x59\x5f\x7e\x04\x00\x00\xff\xff\xa4\x5d\xe9\x76\x91\x03\x00\x00" func idtablestakingDelegationDel_withdraw_unstaked_tokensCdcBytes() ([]byte, error) { return bindataRead( @@ -2685,11 +2664,11 @@ func idtablestakingDelegationDel_withdraw_unstaked_tokensCdc() (*asset, error) { } info := bindataFileInfo{name: "idTableStaking/delegation/del_withdraw_unstaked_tokens.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x6e, 0x9, 0xa9, 0xbe, 0x99, 0x3e, 0x9a, 0x30, 0x27, 0x80, 0xe7, 0x17, 0x89, 0x21, 0xf2, 0xd3, 0x7d, 0x98, 0x8f, 0xf6, 0x2c, 0xc2, 0xb1, 0x96, 0x6, 0x8a, 0x98, 0x7e, 0xc2, 0xed, 0x7c, 0x58}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xb8, 0xa4, 0x4a, 0x51, 0x6c, 0x6b, 0xc, 0x6c, 0x48, 0xcd, 0xb8, 0x32, 0x91, 0xf, 0xbd, 0x29, 0x8a, 0x84, 0x93, 0x9c, 0x73, 0xf5, 0x67, 0x2d, 0x9d, 0xc1, 0xd8, 0x6d, 0x4c, 0xc6, 0x8d, 0x6c}} return a, nil } -var _idtablestakingDelegationGet_delegator_committedCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8f\x41\x4b\x03\x31\x10\x85\xef\xf9\x15\x8f\x9e\xba\x20\x2d\xa8\x78\x28\x78\x72\x29\xec\xb9\xed\x0f\x98\x66\x27\xdb\xd0\x64\xa6\x24\x53\x14\xc4\xff\x2e\xeb\xd2\x55\xd4\x53\xc8\x9b\xc7\xf7\xf8\x62\xbe\x68\x31\x6c\x93\xbe\x76\xed\x9e\x8e\x89\x77\x46\xe7\x28\x03\x42\xd1\x8c\xc5\xdf\xc3\xc2\xb9\xf5\x1a\xfb\x53\xac\xa8\xbe\xc4\x8b\xa1\xb0\x5d\x8b\x54\xd8\x89\x71\xa4\x44\xe2\x19\x1a\xe0\x35\xe7\x68\xc6\x3d\x4c\xcf\x2c\x75\xcc\x08\x3d\x27\x1e\xc8\xb4\x38\x47\xde\x73\xad\x4b\x4a\xa9\x41\xb8\x0a\x32\x45\x59\x8a\xf6\xdc\xb5\x1b\xec\xac\x44\x19\xee\xbe\xfb\x63\x78\xe8\xc4\x1e\xee\x9b\x0d\x0e\xdb\xf8\xf6\xf4\x88\x77\x07\x00\x89\x6d\xac\x75\x12\x14\xcf\xff\xa8\xac\xda\x99\x21\x41\xe7\x85\xe9\xfd\xb5\xf0\xe3\xd3\x7c\xc1\x27\xb9\x1b\x7f\x35\xa9\xbc\xdc\xd4\xdc\xc7\x67\x00\x00\x00\xff\xff\xf7\xec\x35\xd4\x41\x01\x00\x00" +var _idtablestakingDelegationGet_delegator_committedCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x8f\x41\x4b\xc3\x40\x10\x85\xef\xfb\x2b\x1e\x3d\x35\x20\x2d\xa8\x78\x28\x78\x32\x14\x72\x6e\xfb\x03\xa6\x9b\x49\x3a\x74\x33\x53\x76\xa7\x28\x88\xff\x5d\x62\x68\x14\x7b\x5a\xf6\xf1\xf8\xde\x7c\x32\x5c\x2c\x3b\x16\xdb\x64\xef\x4d\xbd\xa7\x63\xe2\x9d\xd3\x59\xb4\x5f\x84\xb0\x5e\x63\x7f\x92\x82\x12\xb3\x5c\x1c\x99\xfd\x9a\xb5\xc0\x4f\x8c\x23\x25\xd2\xc8\xb0\x0e\xd1\x86\x41\xdc\xb9\x85\xdb\x99\xb5\x8c\x19\xa1\xe5\xc4\x3d\xb9\xe5\x10\x28\x46\x2e\x65\x49\x29\x55\xe8\xae\x8a\x81\x44\x97\x6a\x2d\x37\xf5\x06\x3b\xcf\xa2\xfd\xc3\x6f\x7f\x0c\x0f\x8d\xfa\xd3\x63\xb5\xc1\x61\x2b\x1f\x2f\xcf\xf8\x0c\x00\x90\xd8\xc7\x5a\xa3\x9d\xe1\x15\xf7\x17\xaf\xea\x99\xa1\x9d\xcd\x0b\xd3\xfb\x6f\xe1\xcf\xa7\xfa\x81\x4f\x72\x37\xfe\x6a\x52\x79\xbb\xa9\x85\xaf\xef\x00\x00\x00\xff\xff\x30\x0c\xb2\x84\x29\x01\x00\x00" func idtablestakingDelegationGet_delegator_committedCdcBytes() ([]byte, error) { return bindataRead( @@ -2705,11 +2684,11 @@ func idtablestakingDelegationGet_delegator_committedCdc() (*asset, error) { } info := bindataFileInfo{name: "idTableStaking/delegation/get_delegator_committed.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x88, 0x47, 0x67, 0x61, 0x72, 0x82, 0xe7, 0x5, 0x71, 0x85, 0xa0, 0x71, 0x55, 0x61, 0x1, 0x5c, 0x1e, 0x63, 0xf7, 0x20, 0xd0, 0xe0, 0x44, 0x4f, 0x2d, 0xf0, 0xd3, 0x90, 0x56, 0x35, 0xa3, 0x92}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xff, 0x91, 0xb1, 0xa4, 0xa4, 0xf9, 0xbd, 0xfc, 0xbe, 0x35, 0x19, 0xc1, 0x1d, 0xe4, 0x45, 0xb0, 0x65, 0x7, 0x9c, 0x25, 0xcf, 0x3, 0x93, 0x3a, 0x43, 0x96, 0x12, 0x21, 0x62, 0x4b, 0x2d, 0xf8}} return a, nil } -var _idtablestakingDelegationGet_delegator_infoCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x8e\xc1\x4a\x87\x40\x10\x87\xef\xfb\x14\x3f\x3c\x29\x44\x42\xdd\x3c\x4b\xe0\x59\x7b\x80\x69\x1d\x75\x68\x9d\x95\xdd\x11\x0f\xd1\xbb\x87\x14\x16\x15\xfc\x4f\xc3\xcc\x7c\xf0\x7d\xb2\x6e\x31\x19\x9e\x42\x3c\xba\x76\xa0\x97\xc0\xbd\xd1\xab\xe8\x8c\x29\xc5\x15\xc5\xdf\x47\xe1\x5c\x5d\x63\x58\x24\x23\xfb\x24\x9b\x21\xb1\xed\x49\x33\x28\x04\xd8\xc2\x10\x9d\x22\x28\xe7\xe8\x85\x8c\x47\x1c\x62\x0b\x08\x23\x07\x9e\xc9\x62\x72\x8e\xbc\xe7\x9c\x4b\x0a\xa1\xc2\xb4\x2b\x56\x12\x2d\x35\x8e\xdc\xb5\x0d\x7a\x4b\xa2\xf3\xdd\x37\x7f\x1e\x9f\x3b\xb5\xc7\x87\xaa\xf9\xa7\xf4\xbe\xbd\xc0\x53\xfc\xe6\x00\x7c\x35\xdd\xa4\x2f\xe9\xe7\xfc\x25\xfd\xb1\x54\xee\xfd\x23\x00\x00\xff\xff\x23\x78\xfb\x5e\x2b\x01\x00\x00" +var _idtablestakingDelegationGet_delegator_infoCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x8e\xb1\x6a\x85\x40\x10\x45\xfb\xfd\x8a\x8b\x95\x42\x88\x90\x74\xd6\x12\xb0\xd6\x7c\xc0\x64\x1d\x75\xc8\x3a\x2b\xbb\x23\x16\x21\xff\x1e\x24\xc1\x84\xbc\xe2\x55\xc3\x5c\x0e\x9c\x23\xeb\x16\x93\xa1\x78\x09\xf1\xe8\xda\x81\xde\x02\xf7\x46\xef\xa2\x73\xe1\x5c\x5d\x63\x58\x24\x23\xfb\x24\x9b\x21\xb1\xed\x49\x33\x28\x04\xd8\xc2\x10\x9d\x22\x28\xe7\xe8\x85\x8c\x47\x1c\x62\x0b\x08\x23\x07\x9e\xc9\x62\x72\x8e\xbc\xe7\x9c\x4b\x0a\xa1\xc2\xb4\x2b\x56\x12\x2d\x35\x8e\xdc\xb5\x0d\x7a\x4b\xa2\xf3\xc3\x2f\x7f\x8e\xaf\x9d\xda\xf3\x53\xd5\xe0\x36\xe8\xb1\xbd\xc0\x53\xfc\xe1\x00\xfc\x34\xdd\xa5\x2f\xe9\xf7\xfd\x27\xfd\xf3\x54\xee\xf3\x2b\x00\x00\xff\xff\x35\xe3\xe7\xa4\x13\x01\x00\x00" func idtablestakingDelegationGet_delegator_infoCdcBytes() ([]byte, error) { return bindataRead( @@ -2725,11 +2704,11 @@ func idtablestakingDelegationGet_delegator_infoCdc() (*asset, error) { } info := bindataFileInfo{name: "idTableStaking/delegation/get_delegator_info.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x6b, 0xec, 0xa2, 0x5c, 0x37, 0x3d, 0x48, 0x22, 0x10, 0x24, 0xc6, 0xbc, 0x82, 0x80, 0x47, 0xaf, 0xd2, 0xac, 0xbf, 0xb3, 0xc5, 0x14, 0x25, 0x8f, 0x5b, 0x8f, 0x80, 0x5e, 0x86, 0x97, 0x9e, 0x72}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xf4, 0xb0, 0x6d, 0xe4, 0xc3, 0x5b, 0xe6, 0x53, 0xdd, 0x56, 0x11, 0xa0, 0x29, 0x40, 0xd6, 0xcb, 0x98, 0x82, 0xe4, 0xf8, 0x20, 0xe2, 0x9a, 0xb6, 0xeb, 0x65, 0x7a, 0x71, 0xa0, 0x9a, 0x8b, 0x87}} return a, nil } -var _idtablestakingDelegationGet_delegator_info_from_addressCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x90\xc1\x6a\xf3\x30\x10\x84\xef\x7a\x8a\xc1\x87\x1f\x1b\x7e\xec\x7b\x68\x1b\x42\x43\x21\x97\x52\x68\x5e\x60\x2d\xad\x13\xb5\x8a\xd6\x48\x6b\x72\x08\x79\xf7\x92\xb8\x89\x53\x1a\xa8\x4e\xcb\xee\x30\xdf\x68\xfc\xae\x97\xa4\x78\x09\xb2\x5f\x2d\xd7\xd4\x06\x7e\x57\xfa\xf4\x71\x83\x2e\xc9\x0e\xc5\xef\x43\x61\x4c\xd3\x60\xbd\xf5\x19\xd9\x26\xdf\x2b\x36\xac\x19\x14\x02\x74\xcb\xf0\xb1\x13\x50\x2b\x83\x82\xe0\x38\xf0\x86\x54\x12\x28\x3a\x24\xd6\x21\xc5\x0c\xaf\xc6\x90\xb5\x9c\x73\x49\x21\x54\xe8\x86\x88\x1d\xf9\x58\x92\x73\x89\x73\x9e\x61\x31\x0e\xd5\xec\x4e\xb0\x7a\x79\x31\x5d\x9d\x50\x07\x63\x00\x20\xb0\xde\xd0\x1e\x4f\x99\x16\xd6\xca\x10\xf5\xe2\x5a\x9d\x75\xa7\x57\x5b\xea\xa9\xf5\xc1\xab\xe7\x5c\xb7\x92\x92\xec\x1f\xfe\x1d\xee\xa0\x5e\xc5\xf1\x15\xf7\x36\xb4\xc1\xdb\xe3\x53\xd9\xf4\xe7\xa9\xe9\x82\xec\xbf\x95\x57\xd1\x44\x99\xcf\xd1\x53\xf4\xb6\x2c\x9e\x65\x08\x0e\x51\x14\x23\x0b\x89\x3b\x4e\x1c\x2d\x43\xe5\x26\xb5\xb4\x1f\x6c\xb5\xa8\xc6\x1f\x8d\x6d\xfd\x59\x40\x19\xc5\xf1\x6a\x39\x9b\x7c\xea\x71\xf3\x7f\xda\xfc\x3c\x7b\x57\x99\xa3\xf9\x0a\x00\x00\xff\xff\xb9\xc7\x94\xa1\xf9\x01\x00\x00" +var _idtablestakingDelegationGet_delegator_info_from_addressCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x90\xc1\x6a\xc3\x30\x10\x44\xef\xfa\x8a\xc1\x87\x62\x43\xb1\xef\xa1\x6d\x08\x0d\x85\x5c\x4a\xa1\xf9\x81\xb5\xb4\x4e\xd4\x2a\x5a\x23\xad\xc9\x21\xe4\xdf\x4b\xe2\x26\x4e\x69\xa1\x3a\x2d\xab\x61\xde\xec\xf8\x5d\x2f\x49\x51\xbc\x04\xd9\xaf\x96\x6b\x6a\x03\xbf\x2b\x7d\xfa\xb8\x29\x8c\x69\x1a\xac\xb7\x3e\x23\xdb\xe4\x7b\xc5\x86\x35\x83\x42\x80\x6e\x19\x3e\x76\x02\x6a\x65\x50\x10\x1c\x07\xde\x90\x4a\x02\x45\x87\xc4\x3a\xa4\x98\xe1\xd5\x18\xb2\x96\x73\x2e\x29\x84\x0a\xdd\x10\xb1\x23\x1f\x4b\x72\x2e\x71\xce\x33\x2c\xc6\xa1\x9a\xe1\x37\xbf\x5e\x5e\x4c\x57\x27\xd4\xc1\x18\x00\x08\xac\x37\xb4\xc7\x53\xa6\x85\xb5\x32\x44\xbd\xb8\x56\x67\xdd\xe9\xd5\x96\x7a\x6a\x7d\xf0\xea\x39\xd7\xad\xa4\x24\xfb\x87\xbb\xc3\x1f\xa8\x57\x71\x7c\xc5\xbd\x0d\x6d\xf0\xf6\xf8\x54\x36\xfd\x79\x6a\xba\x20\xfb\x6f\xe5\x55\x34\x51\xe6\x73\xf4\x14\xbd\x2d\x8b\x67\x19\x82\x43\x14\xc5\xc8\x42\xe2\x8e\x13\x47\xcb\x50\xb9\x49\x2d\xed\x07\x5b\x2d\xaa\xf1\xa2\xb1\xad\x7f\x0b\x28\xa3\x38\x5e\x2d\x67\x93\x4f\x3d\x6e\xee\xa7\xcd\xcf\x6f\xef\x2a\x73\x34\x5f\x01\x00\x00\xff\xff\x3b\x06\xb6\xf7\xe1\x01\x00\x00" func idtablestakingDelegationGet_delegator_info_from_addressCdcBytes() ([]byte, error) { return bindataRead( @@ -2745,11 +2724,11 @@ func idtablestakingDelegationGet_delegator_info_from_addressCdc() (*asset, error } info := bindataFileInfo{name: "idTableStaking/delegation/get_delegator_info_from_address.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x5a, 0x6d, 0xf0, 0x20, 0xdc, 0x44, 0xad, 0x75, 0x83, 0x22, 0xdd, 0xd0, 0xfe, 0x92, 0x57, 0x2d, 0xf0, 0xc2, 0x14, 0x1b, 0x47, 0x3a, 0xe7, 0x2c, 0xc6, 0xc0, 0xeb, 0x5b, 0xa3, 0xba, 0x2e, 0xa9}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x9b, 0x5e, 0x68, 0x6e, 0x85, 0x7b, 0x72, 0x37, 0x93, 0x25, 0xa2, 0x77, 0x48, 0xef, 0x61, 0xc0, 0x4e, 0x16, 0xc4, 0xcc, 0xcd, 0x9b, 0x19, 0x69, 0x51, 0x51, 0x1f, 0x1a, 0xc1, 0xc3, 0x14, 0xf7}} return a, nil } -var _idtablestakingDelegationGet_delegator_requestCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8f\xc1\x4a\xc3\x40\x10\x86\xef\xfb\x14\x3f\x3d\x35\x20\x2d\xa8\x78\x28\x78\x0b\x85\x5c\x6d\xf2\x00\xd3\x64\x36\x5d\xba\x99\xa9\xbb\xb3\x28\x88\xef\x2e\x6d\x6d\x15\xed\x69\x98\x99\x9f\xef\xe7\x0b\xd3\x41\x93\x61\x1d\xf5\xad\xa9\x5b\xda\x46\xde\x18\xed\x83\x8c\xf0\x49\x27\xcc\xfe\x3f\x66\xce\x2d\x97\x68\x77\x21\x23\xf7\x29\x1c\x0c\x89\xad\x24\xc9\xb0\x1d\x23\xf1\x6b\xe1\x6c\x3c\xa0\x48\xfe\x26\x6d\x29\x92\xf4\x0c\xf5\x20\x0c\x1c\x79\x24\xd3\xe4\x1c\xf5\x3d\xe7\x3c\xa7\x18\x2b\xf8\x22\x98\x28\xc8\x5c\x74\xe0\xa6\x5e\x61\x63\x29\xc8\x78\xf7\x93\x3f\x1e\xbb\x46\xec\xe1\xbe\x5a\xa1\x5b\x87\xf7\xa7\x47\x7c\x38\x00\x88\x6c\xc7\x58\x23\x5e\xf1\x7c\x43\x65\x51\x5f\x19\xe2\xf5\xda\x70\x9e\x7f\x1a\x7e\x2d\xd5\x09\x7e\x96\xbb\xf0\x17\xa6\x7b\x96\xfc\x72\xb1\x6c\xb5\x3b\x69\xb2\xfb\xfc\x0a\x00\x00\xff\xff\xac\xc1\x7c\x54\x4a\x01\x00\x00" +var _idtablestakingDelegationGet_delegator_requestCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x8f\x41\x6a\xc3\x40\x0c\x45\xf7\x73\x8a\x4f\x56\x31\x94\x04\xda\xd2\x45\xa0\x3b\x13\xf0\xb6\xb1\x0f\xa0\xd8\xb2\x33\x64\x22\xa5\x23\x99\x16\x4a\xef\x5e\x12\x13\xb7\x34\xab\x61\xc4\xd7\xfb\x7a\xf1\x74\xd6\xec\x58\x6c\x93\x7e\x54\x65\x4d\xfb\xc4\x3b\xa7\x63\x94\x61\x11\xc2\x7a\x8d\xfa\x10\x0d\xd6\xe6\x78\x76\x64\xf6\x31\x8b\xc1\x0f\x8c\xcc\xef\x23\x9b\x73\x87\x51\x6c\x5a\xc0\x9e\x12\x49\xcb\xd0\x1e\x84\x8e\x13\x0f\xe4\x9a\x43\xa0\xb6\x65\xb3\x25\xa5\x54\xa0\x1f\x05\x27\x8a\xb2\x14\xed\xb8\x2a\x37\xd8\x79\x8e\x32\x3c\xfc\xe6\x2f\xc3\xa6\x12\x7f\x7a\x2c\x36\x68\xb6\xf1\xf3\xe5\x19\x5f\x01\x00\x12\xfb\x25\x56\x49\xaf\x78\xc5\xfd\xc5\xab\x72\x66\x48\xaf\x73\xc3\xf4\xfe\x6b\xf8\xf3\x29\xae\xf0\x49\xee\xc6\x5f\xb9\x1e\x59\xec\xed\x66\x59\x6b\x73\xd5\xe4\xf0\xfd\x13\x00\x00\xff\xff\xc7\x56\x35\x4a\x32\x01\x00\x00" func idtablestakingDelegationGet_delegator_requestCdcBytes() ([]byte, error) { return bindataRead( @@ -2765,11 +2744,11 @@ func idtablestakingDelegationGet_delegator_requestCdc() (*asset, error) { } info := bindataFileInfo{name: "idTableStaking/delegation/get_delegator_request.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xb3, 0xbb, 0x41, 0xe6, 0xc4, 0x7c, 0xfd, 0xd9, 0xbd, 0x61, 0xf5, 0x8b, 0xe7, 0x6b, 0x66, 0x9e, 0xb3, 0x1c, 0x8b, 0xe3, 0x1f, 0xcf, 0x60, 0x5b, 0x7d, 0x90, 0x27, 0x78, 0xc9, 0x89, 0x7c, 0x74}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x7, 0x42, 0x4d, 0xc3, 0xed, 0x37, 0xe4, 0x3d, 0x8e, 0x4c, 0xa3, 0x64, 0xc9, 0xd7, 0xb1, 0x62, 0xe9, 0x76, 0xc1, 0x34, 0xb5, 0xe3, 0x25, 0x51, 0x8b, 0x58, 0x41, 0x56, 0xd1, 0x2b, 0x4b, 0x49}} return a, nil } -var _idtablestakingDelegationGet_delegator_rewardedCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8f\x41\x4b\xc3\x40\x10\x85\xef\xfb\x2b\x1e\x3d\x35\x20\x2d\xa8\x78\x28\x78\x0b\x85\x5c\x6d\xfb\x03\xa6\xc9\x6c\xba\x74\x33\x53\x66\xa7\x54\x10\xff\xbb\xc4\x68\x15\xed\x69\xd9\x37\x8f\xef\xf1\xa5\xe1\xa4\xe6\x58\x67\xbd\x34\xf5\x96\xf6\x99\x37\x4e\xc7\x24\x3d\xa2\xe9\x80\xd9\xff\xc3\x2c\x84\xe5\x12\xdb\x43\x2a\x28\xad\xa5\x93\xc3\xd8\xcf\x26\x05\x7e\x60\xec\x29\x93\xb4\x0c\x8d\x30\xbe\x90\x75\xdc\xc1\xf5\xc8\x52\xc6\x88\xd0\x71\xe6\x9e\x5c\x2d\x04\x6a\x5b\x2e\x65\x4e\x39\x57\x88\x67\xc1\x40\x49\xe6\xa2\x1d\x37\xf5\x0a\x1b\xb7\x24\xfd\xdd\x4f\x7f\x0c\x77\x8d\xf8\xc3\x7d\xb5\xc2\x6e\x9d\x5e\x9f\x1e\xf1\x16\x00\x20\xb3\x8f\xb5\x46\xa2\xe2\xf9\x86\xc9\xa2\xbe\x32\x24\xea\x75\x61\x7a\xff\x2c\xfc\xfa\x54\x9f\xf0\xc9\xed\x9b\xbf\x98\x54\x5e\xbe\xcc\xc2\xfb\x47\x00\x00\x00\xff\xff\x43\x2a\x44\xd3\x3f\x01\x00\x00" +var _idtablestakingDelegationGet_delegator_rewardedCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x8f\xc1\x4a\x03\x41\x10\x44\xef\xf3\x15\x45\x4e\x59\x90\x04\x54\x3c\x04\xbc\x2d\x81\xbd\x9a\xe4\x03\x3a\x3b\x3d\x9b\x21\x93\xee\xd0\xd3\x21\x82\xf8\xef\xb2\xae\x46\xd1\xd3\x30\x45\xf1\xaa\x5f\x3e\x9d\xd5\x1c\xb3\x75\xd1\x6b\xd7\x6e\x69\x5f\x78\xe3\x74\xcc\x32\xcc\x42\x58\x2e\xb1\x3d\xe4\x8a\xda\x5b\x3e\x3b\x8c\xfd\x62\x52\xe1\x07\xc6\x9e\x0a\x49\xcf\xd0\x04\xe3\x2b\x59\xe4\x08\xd7\x23\x4b\x1d\x23\x42\xe4\xc2\x03\xb9\x5a\x08\xd4\xf7\x5c\xeb\x9c\x4a\x69\x90\x2e\x82\x13\x65\x99\x8b\x46\xee\xda\x15\x36\x6e\x59\x86\xbb\x9f\xfe\x18\xee\x3a\xf1\x87\xfb\x66\x85\xdd\x3a\xbf\x3e\x3d\xe2\x2d\x00\x40\x61\x1f\x6b\x9d\x24\xc5\x33\xfe\x1f\xbc\x68\x6f\x0c\x49\x7a\x5b\x98\xde\x3f\x0b\xbf\x3e\xcd\x27\x7c\x72\xfb\xe6\x2f\x26\x95\x97\x2f\xb3\xf0\xfe\x11\x00\x00\xff\xff\x15\x9b\x4b\x4a\x27\x01\x00\x00" func idtablestakingDelegationGet_delegator_rewardedCdcBytes() ([]byte, error) { return bindataRead( @@ -2785,11 +2764,11 @@ func idtablestakingDelegationGet_delegator_rewardedCdc() (*asset, error) { } info := bindataFileInfo{name: "idTableStaking/delegation/get_delegator_rewarded.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x49, 0x68, 0x38, 0xca, 0x24, 0xda, 0x96, 0x6b, 0xc3, 0x6d, 0x21, 0xa3, 0xf8, 0x87, 0x48, 0x9, 0x2b, 0x15, 0x80, 0xf6, 0x53, 0x30, 0xce, 0x89, 0x5d, 0x88, 0xbe, 0xba, 0xd, 0xab, 0x52, 0x88}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x31, 0x10, 0x99, 0x16, 0xdd, 0x14, 0xc0, 0x6f, 0x1f, 0xa4, 0x4b, 0x8c, 0xd0, 0xd0, 0xa9, 0xa, 0xe8, 0x83, 0x76, 0x9c, 0xd8, 0x73, 0x6a, 0x94, 0xcc, 0x40, 0xc8, 0x2c, 0x82, 0xc2, 0x8e, 0x2d}} return a, nil } -var _idtablestakingDelegationGet_delegator_stakedCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8f\xc1\x6a\xc3\x30\x10\x44\xef\xfa\x8a\x21\xa7\x18\x4a\x02\x6d\xe9\x21\xd0\x9b\x09\xf8\xec\xe4\x03\x36\xf2\xca\x11\x96\x77\x83\xb4\xa1\x85\xd2\x7f\x2f\x8e\xa9\x5b\xda\x9c\x84\x66\x87\x37\xbc\x38\x5e\x34\x1b\xf6\x49\xdf\x9a\xfa\x40\xa7\xc4\xad\xd1\x10\xa5\x47\xc8\x3a\x62\xf5\xff\xb0\x72\x6e\xbb\xc5\xe1\x1c\x0b\x8a\xcf\xf1\x62\xc8\x6c\xd7\x2c\x05\x76\x66\x9c\x28\x91\x78\x86\x06\x14\xa3\x81\x3b\x98\x0e\x2c\x65\x0a\x08\x1d\x27\xee\xc9\x34\x3b\x47\xde\x73\x29\x6b\x4a\xa9\x42\xb8\x0a\x46\x8a\xb2\x16\xed\xb8\xa9\x77\x68\x2d\x47\xe9\x1f\x7e\xfa\x53\x78\x6c\xc4\x9e\x1e\xab\x1d\x8e\xfb\xf8\xfe\xf2\x8c\x0f\x07\x00\x89\x6d\xaa\x35\x12\x14\xaf\x77\x3c\x36\xf5\xc2\x90\xa0\xcb\xc2\xfc\xfe\x59\xf8\xf5\xa9\x6e\xf0\xd9\xec\x9b\xbf\x99\x55\xda\x9b\x97\xfb\xfc\x0a\x00\x00\xff\xff\xb6\x0e\x61\x8e\x3b\x01\x00\x00" +var _idtablestakingDelegationGet_delegator_stakedCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x8f\xc1\x6a\xc3\x30\x10\x44\xef\xfa\x8a\x21\xa7\x18\x4a\x02\x6d\xe9\x21\xd0\x9b\x09\xe8\xec\xe4\x03\x36\xf2\xca\x11\x56\x76\x83\xb4\xa1\x85\xd2\x7f\x2f\x8e\xa9\x5b\xda\x93\xd0\x30\xbc\xd9\x97\x2e\x57\x2d\x86\xd5\x3e\xeb\x9b\x6f\x0f\x74\xca\xdc\x19\x8d\x49\x86\x95\x73\xdb\x2d\x0e\xe7\x54\x51\x43\x49\x57\x43\x61\xbb\x15\xa9\xb0\x33\xe3\x44\x99\x24\x30\x34\xa2\x1a\x8d\xdc\xc3\x74\x64\xa9\x53\x40\xe8\x39\xf3\x40\xa6\xc5\x39\x0a\x81\x6b\x5d\x53\xce\x0d\xe2\x4d\x70\xa1\x24\x6b\xd1\x9e\x7d\xbb\x43\x67\x25\xc9\xf0\xf0\xd3\x9f\xc2\xa3\x17\x7b\x7a\x6c\x76\x38\xee\xd3\xfb\xcb\x33\x3e\x1c\x00\x64\xb6\xa9\xe6\x25\x2a\x5e\xf1\xff\xdc\x4d\xbb\x30\x24\xea\xb2\x30\xbf\x7f\x16\x7e\x7d\x9a\x3b\x7c\x36\xfb\xe6\x6f\x66\x95\xee\xee\xe5\x3e\xbf\x02\x00\x00\xff\xff\x32\x02\x40\x83\x23\x01\x00\x00" func idtablestakingDelegationGet_delegator_stakedCdcBytes() ([]byte, error) { return bindataRead( @@ -2805,11 +2784,11 @@ func idtablestakingDelegationGet_delegator_stakedCdc() (*asset, error) { } info := bindataFileInfo{name: "idTableStaking/delegation/get_delegator_staked.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x5a, 0xa3, 0x50, 0xb5, 0xe3, 0xfd, 0x6a, 0x86, 0xd8, 0xd, 0x25, 0x9d, 0x1, 0xff, 0xb6, 0x29, 0x19, 0xea, 0xb3, 0x5e, 0x31, 0x71, 0x98, 0xc9, 0x61, 0x24, 0x8c, 0xc6, 0x53, 0x15, 0xa5, 0xee}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xe4, 0x94, 0x7f, 0xe8, 0xde, 0xbb, 0xf0, 0x1a, 0xaf, 0x92, 0xa, 0xcf, 0x88, 0x24, 0x50, 0xd3, 0xbf, 0x44, 0x56, 0xb7, 0x93, 0xf2, 0x35, 0xe, 0xb4, 0x12, 0xad, 0x31, 0x18, 0xf7, 0x4a, 0x9e}} return a, nil } -var _idtablestakingDelegationGet_delegator_unstakedCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8f\x41\x4b\xc3\x40\x10\x85\xef\xfb\x2b\x1e\x3d\x35\x20\x2d\xa8\x78\x28\x78\x0b\x85\x9c\xdb\xfc\x80\xe9\x66\x36\x5d\xb2\x99\x29\xbb\x13\x14\xc4\xff\x2e\x31\x18\x45\x3d\x2d\xfb\xe6\xf1\x3d\xbe\x38\xde\x34\x1b\x8e\x49\x5f\x9a\xfa\x4c\x97\xc4\x27\xa3\x21\x4a\x8f\x90\x75\xc4\xe6\xef\x61\xe3\xdc\x7e\x8f\xf3\x35\x16\x14\x9f\xe3\xcd\x90\xd9\xa6\x2c\x05\x76\x65\x5c\x28\x91\x78\x86\x06\x4c\x92\xd4\x0f\xdc\xc1\x74\x60\x29\x73\x44\xe8\x38\x71\x4f\xa6\xd9\x39\xf2\x9e\x4b\xd9\x52\x4a\x15\xc2\x24\x18\x29\xca\x56\xb4\xe3\xa6\x3e\xe0\x64\x39\x4a\x7f\xf7\xdd\x9f\xc3\xb6\x11\x7b\xb8\xaf\x0e\x68\x8f\xf1\xf5\xe9\x11\x6f\x0e\x00\x12\xdb\x5c\x6b\x24\x28\x9e\xff\x31\xd9\xd5\x2b\x43\x82\xae\x0b\xcb\xfb\x6b\xe1\xc7\xa7\xfa\x84\x2f\x6e\x5f\xfc\xdd\xa2\xd2\x4a\x31\x1a\xb8\x73\xef\x1f\x01\x00\x00\xff\xff\x17\x71\xde\xe9\x3f\x01\x00\x00" +var _idtablestakingDelegationGet_delegator_unstakedCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x8f\xc1\x6a\xc3\x40\x0c\x44\xef\xfb\x15\x43\x4e\x31\x94\x04\xda\xd2\x43\xa0\x37\x13\xf0\x39\xf1\x07\x28\x6b\xd9\x59\xac\x48\x61\x57\xa6\x85\xd2\x7f\x2f\xae\x69\x5a\x9a\x93\xd0\x30\xbc\x99\x49\x97\xab\x65\xc7\x6a\x2f\xf6\xd6\xd4\x47\x3a\x09\x1f\x9c\xc6\xa4\xc3\x2a\x84\xed\x16\xc7\x73\x2a\x28\x31\xa7\xab\x23\xb3\x4f\x59\x0b\xfc\xcc\x38\x91\x90\x46\x86\xf5\x98\x54\x2c\x8e\xdc\xc1\x6d\x64\x2d\xb3\x44\xe8\x58\x78\x20\xb7\x1c\x02\xc5\xc8\xa5\xac\x49\xa4\x42\x3f\x29\x2e\x94\x74\xad\xd6\x71\x53\xef\x70\xf0\x9c\x74\x78\xf8\xf5\xcf\x62\xdb\xa8\x3f\x3d\x56\x3b\xb4\xfb\xf4\xfe\xf2\x8c\x8f\x00\x00\xc2\x3e\xdb\x1a\xed\x0d\xaf\xb8\x2f\xbc\xa9\x6f\x0c\xed\xed\x96\xb0\xdc\x7f\x09\x7f\x9e\xea\x1b\xbe\x6c\xfb\xe1\x6f\x96\x29\xad\x16\xa7\x91\xbb\xf0\xf9\x15\x00\x00\xff\xff\x41\xc0\xd1\x70\x27\x01\x00\x00" func idtablestakingDelegationGet_delegator_unstakedCdcBytes() ([]byte, error) { return bindataRead( @@ -2825,11 +2804,11 @@ func idtablestakingDelegationGet_delegator_unstakedCdc() (*asset, error) { } info := bindataFileInfo{name: "idTableStaking/delegation/get_delegator_unstaked.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x8f, 0xc8, 0x77, 0xab, 0xbb, 0xa7, 0xd3, 0xbf, 0xfd, 0x5a, 0xfa, 0x9a, 0xce, 0x3f, 0xb2, 0x23, 0x98, 0x64, 0x8b, 0x20, 0x2a, 0x9f, 0x26, 0xb6, 0x78, 0xe5, 0xc, 0x1a, 0x6f, 0xa7, 0xf9, 0xcf}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xd9, 0xd4, 0xfb, 0xda, 0xa3, 0x70, 0x44, 0x7f, 0x6d, 0x21, 0xac, 0x63, 0xa8, 0x26, 0xf5, 0xfc, 0x78, 0xd, 0xec, 0x46, 0x41, 0x5, 0x22, 0x28, 0xa4, 0x63, 0xf, 0x3c, 0xe4, 0x6, 0xc1, 0x73}} return a, nil } -var _idtablestakingDelegationGet_delegator_unstakingCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8f\x41\x4b\x03\x31\x10\x85\xef\xf9\x15\x8f\x9e\xba\x20\x2d\xa8\x78\x28\x78\x5b\x0a\x39\xb7\xfb\x03\xa6\xe9\x64\x1b\x9a\x9d\x29\xc9\x2c\x0a\xe2\x7f\x97\x75\x6d\x15\xf5\x14\xf2\xe6\xf1\x3d\xbe\x34\x5c\xb4\x18\xb6\x59\x5f\x7c\xbb\xa7\x43\xe6\x9d\xd1\x39\x49\x8f\x58\x74\xc0\xe2\xef\x61\xe1\xdc\x7a\x8d\xfd\x29\x55\xd4\x50\xd2\xc5\x50\xd8\xc6\x22\x15\x76\x62\x1c\x28\x93\x04\x86\x46\x8c\x52\xbf\x50\xa6\x67\x96\x3a\x65\x84\x23\x67\xee\xc9\xb4\x38\x47\x21\x70\xad\x4b\xca\xb9\x41\x1c\x05\x03\x25\x59\x8a\x1e\xd9\xb7\x1b\xec\xac\x24\xe9\xef\xbe\xfb\x53\xd8\x79\xb1\x87\xfb\x66\x83\x6e\x9b\x5e\x9f\x1e\xf1\xe6\x00\x20\xb3\x4d\x35\x2f\x51\xf1\xfc\x8f\xca\xaa\xbd\x31\x24\xea\x6d\x61\x7e\x7f\x2d\xfc\xf8\x34\x9f\xf0\x59\xee\xca\x5f\xcd\x2a\xdd\x55\xcd\xbd\x7f\x04\x00\x00\xff\xff\x4e\x43\x93\xce\x41\x01\x00\x00" +var _idtablestakingDelegationGet_delegator_unstakingCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x8f\xc1\x6a\x03\x31\x0c\x44\xef\xfe\x8a\x21\xa7\x2c\x94\x04\xda\xd2\x43\xa0\xb7\x25\xe0\x73\xb2\x1f\xa0\x38\xf2\xc6\xc4\x91\x82\xad\xa5\x85\xd2\x7f\x2f\x5b\x93\xb4\xb4\x27\xa1\x61\x34\xa3\x97\x2e\x57\x2d\x86\xc5\x36\xeb\x9b\xef\xf7\x74\xc8\xbc\x33\x3a\x27\x19\x17\xce\xad\xd7\xd8\x9f\x52\x45\x0d\x25\x5d\x0d\x85\x6d\x2a\x52\x61\x27\xc6\x81\x32\x49\x60\x68\xc4\x24\xb5\x5d\xc0\xf4\xcc\x52\x67\x8d\x70\xe4\xcc\x23\x99\x16\xe7\x28\x04\xae\x75\x49\x39\x77\x88\x93\xe0\x42\x49\x96\xa2\x47\xf6\xfd\x06\x3b\x2b\x49\xc6\x87\x1f\xff\x2c\x0e\x5e\xec\xe9\xb1\xdb\x60\xd8\xa6\xf7\x97\x67\x7c\x38\x00\xc8\x6c\xb3\xcd\x4b\x54\xbc\xe2\xff\xc7\xab\xfe\x9e\x21\x51\xef\x0d\x6d\xfe\x69\xf8\xb5\x74\xdf\xe1\x0d\xee\x96\xbf\x6a\x28\xc3\x0d\xcd\x7d\x7e\x05\x00\x00\xff\xff\x89\xa3\x14\x9e\x29\x01\x00\x00" func idtablestakingDelegationGet_delegator_unstakingCdcBytes() ([]byte, error) { return bindataRead( @@ -2845,11 +2824,11 @@ func idtablestakingDelegationGet_delegator_unstakingCdc() (*asset, error) { } info := bindataFileInfo{name: "idTableStaking/delegation/get_delegator_unstaking.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x7e, 0x24, 0x1a, 0xd4, 0x50, 0x1c, 0x82, 0xa3, 0x78, 0x5f, 0xcf, 0x98, 0x34, 0xf2, 0x69, 0x64, 0x7d, 0x4e, 0xb2, 0xf8, 0x97, 0x2b, 0x6d, 0xd5, 0x4d, 0x7f, 0x79, 0x31, 0xfb, 0xa5, 0x97, 0xda}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x6b, 0x24, 0x7d, 0x5d, 0xe4, 0xd7, 0x45, 0x20, 0x18, 0x8d, 0xf1, 0xe9, 0x97, 0x57, 0x2, 0x3b, 0xf2, 0x92, 0x21, 0xca, 0x60, 0xb7, 0xb, 0x9c, 0x3e, 0x1e, 0x7a, 0x58, 0xe8, 0x12, 0x91, 0xa1}} return a, nil } -var _idtablestakingDelegationGet_delegator_unstaking_requestCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8f\x41\x4b\xc3\x40\x10\x85\xef\xfb\x2b\x1e\x3d\x35\x20\x2d\xa8\x78\x28\x78\x0b\x85\x5c\x6d\xf2\x03\xa6\xc9\x6c\xba\x74\x33\x53\x77\x27\x28\x88\xff\x5d\xd2\x68\x14\xf5\xb4\xec\x9b\xc7\xf7\xf8\xc2\x70\xd1\x64\xd8\x47\x7d\xa9\xca\x9a\x8e\x91\x0f\x46\xe7\x20\x3d\x7c\xd2\x01\xab\xbf\x87\x95\x73\xdb\x2d\xea\x53\xc8\xc8\x6d\x0a\x17\x43\x62\x1b\x93\x64\xd8\x89\x71\xa4\x48\xd2\x32\xd4\x63\x94\xfc\x89\x32\x3d\xb3\xe4\x29\x23\x74\x1c\xb9\x27\xd3\xe4\x1c\xb5\x2d\xe7\xbc\xa6\x18\x0b\xf8\x51\x30\x50\x90\xb5\x68\xc7\x55\xb9\xc3\xc1\x52\x90\xfe\xe6\xbb\x3f\x85\x4d\x25\x76\x77\x5b\xec\xd0\xec\xc3\xeb\xc3\x3d\xde\x1c\x00\x44\xb6\xa9\x56\x89\x57\x3c\xfe\xa3\xb2\x29\x17\x86\x78\x5d\x16\xe6\xf7\xd7\xc2\x8f\x4f\x71\x85\xcf\x72\x5f\xfc\xcd\xac\xf2\xc4\xcf\x23\x67\xe3\xae\xd6\xe6\x6a\xc9\xee\xfd\x23\x00\x00\xff\xff\x1d\xef\xbb\x1e\x4a\x01\x00\x00" +var _idtablestakingDelegationGet_delegator_unstaking_requestCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x8f\x41\x4b\xc3\x50\x10\x84\xef\xef\x57\x0c\x3d\x35\x20\x2d\xa8\x78\x28\x78\x0b\x85\x5c\x6d\xf2\x03\xb6\xc9\x26\x7d\xf4\x75\xb7\xbe\xdd\xa0\x20\xfe\x77\x49\x83\x51\xf4\xb4\xec\x30\x3b\xb3\x5f\xbc\x5c\x35\x3b\x56\xfb\xa4\x6f\x55\x59\xd3\x31\xf1\xc1\xe9\x1c\x65\x58\x85\xb0\xdd\xa2\x3e\x45\x83\xb5\x39\x5e\x1d\x99\x7d\xcc\x62\xf0\x13\xe3\x48\x89\xa4\x65\x68\x8f\x51\x6c\xbe\x80\xeb\x99\xc5\x26\x8d\xd0\x71\xe2\x81\x5c\x73\x08\xd4\xb6\x6c\xb6\xa6\x94\x0a\xf4\xa3\xe0\x42\x51\xd6\xa2\x1d\x57\xe5\x0e\x07\xcf\x51\x86\xbb\x1f\xff\x24\x36\x95\xf8\xc3\x7d\xb1\x43\xb3\x8f\xef\x4f\x8f\xf8\x08\x00\x90\xd8\x27\x5b\x25\xbd\xe2\x19\xff\x3f\xde\x94\x4b\x86\xf4\xba\x34\xcc\xf3\x4f\xc3\xaf\xa5\xb8\x85\xcf\x70\xdf\xf9\x9b\x19\xe5\x85\x5f\x47\x36\xe7\xae\xd6\xe6\x46\xc9\xe1\xf3\x2b\x00\x00\xff\xff\x76\x78\xf2\x00\x32\x01\x00\x00" func idtablestakingDelegationGet_delegator_unstaking_requestCdcBytes() ([]byte, error) { return bindataRead( @@ -2865,11 +2844,11 @@ func idtablestakingDelegationGet_delegator_unstaking_requestCdc() (*asset, error } info := bindataFileInfo{name: "idTableStaking/delegation/get_delegator_unstaking_request.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xb7, 0xe, 0x2e, 0xcf, 0x7d, 0x6e, 0x43, 0x3d, 0x3f, 0x1c, 0x19, 0x96, 0x15, 0x58, 0x75, 0x47, 0x8, 0x3c, 0xc1, 0xd, 0x7, 0x76, 0x5f, 0x45, 0x84, 0xc5, 0x71, 0xa6, 0x4e, 0xc1, 0x3, 0x6a}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xb5, 0xc6, 0x80, 0x13, 0x6e, 0xf8, 0xb6, 0xdd, 0xac, 0xa0, 0xa6, 0xd4, 0x4b, 0x95, 0x18, 0x33, 0xe6, 0x56, 0xac, 0x72, 0xc8, 0xb, 0xdf, 0xd9, 0xb8, 0xdf, 0x18, 0x4c, 0x18, 0x68, 0x1b, 0xa5}} return a, nil } -var _idtablestakingDelegationRegister_delegatorCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x52\xcd\x8e\x9b\x30\x10\xbe\xf3\x14\xa3\x1c\x22\x90\x12\xb8\x54\x3d\x20\xba\xab\x8a\x28\xd2\x4a\xd5\x76\xd5\x6c\xbb\xe7\xc1\x0c\xe0\x2e\xd8\xc8\x1e\x4a\xa5\x55\xde\xbd\x32\x24\x5e\x68\x73\xa8\x2f\x16\xf8\x9b\xef\x67\x66\x64\xd7\x6b\xc3\x70\x6c\xf5\xf8\x70\x78\xc6\xa2\xa5\x13\xe3\xab\x54\x35\x54\x46\x77\xb0\xf9\xf7\x61\x13\x2c\x6a\x9e\xf5\x2b\xa9\x05\x74\xfa\x7e\x47\x0c\xaa\x96\x45\x4b\x2b\xd4\xf2\xdf\x26\x08\xd8\xa0\xb2\x28\x58\x6a\x15\x2a\x5d\xd2\xc3\x21\x85\x13\x1b\xa9\xea\x1d\x60\xa7\x07\xc5\x29\x7c\x3f\xca\xdf\x1f\x3f\x44\xf0\x16\x04\x00\x00\xbd\xa1\x1e\x0d\x85\x28\x04\xa7\x80\x03\x37\xe1\x89\xb5\xc1\x9a\x76\x90\x63\x8f\x85\x6c\x25\x4b\xb2\x11\x6c\x3f\x0b\xe1\x28\x7c\xa9\x3b\x2d\x31\x54\x57\xaf\xdf\xa8\x82\x4f\xe0\x98\x62\x3b\x73\xc4\x85\x36\x46\x8f\xd9\xc4\xbb\x72\x1b\xbf\x48\x6e\x4a\x83\x63\x04\x5b\x1f\x36\xfe\x81\x43\xcb\x77\xa1\x4b\x97\x42\x72\x21\x49\xbc\xc0\xf4\x1c\x79\x71\x77\xee\xef\xa1\x47\x25\x45\xb8\xc9\xf5\xd0\x96\xa0\x34\xc3\x2c\x0a\x86\x2a\x32\xa4\x04\x01\x6b\x38\x7e\xf9\xfa\x02\x53\xfd\x26\x7a\xb7\x9f\x24\x90\x1b\x42\x26\x40\x50\x34\x42\x49\x2d\xd5\xc8\xda\x80\x2e\x7e\x92\x60\xa8\xb4\x01\x6e\x08\x5c\x37\x57\xa1\x15\x8d\x07\x0f\xce\xf6\x37\x86\x1e\x1b\xaa\xa5\x65\x32\x8f\x0b\xa8\x1f\xcb\x7c\xef\x80\x5d\x2e\x9b\xeb\xae\x93\xcc\x54\xa6\x90\xed\x97\xfd\x8c\xc7\x4b\x9b\xc2\xeb\xfc\xe6\x3b\x5a\x87\x70\x23\xa3\xc9\xe8\xdf\x09\x3c\x6a\x35\x16\x8b\xbf\x28\xcc\xf6\xcb\x10\xce\x4a\x7a\x2b\x86\x47\x5c\xf6\xe2\x09\xb9\x89\xd6\x1b\xe0\x45\x73\xec\xaf\x1b\x20\x16\xcb\xe3\x75\xa5\xb5\x03\x65\xdb\xb7\x1b\x32\x8f\xba\x24\x2f\xf5\x34\x14\xad\x14\xe7\xbb\xf0\xbf\xfd\xac\x62\xae\xb4\x7b\xc7\x65\x9b\x70\x69\x72\x07\xc8\x29\x24\xd3\x93\x98\xf6\xeb\xc2\xee\xc9\x67\xc6\x73\x70\xfe\x13\x00\x00\xff\xff\xbb\xd1\x84\x7f\xd5\x03\x00\x00" +var _idtablestakingDelegationRegister_delegatorCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x52\x4d\x8b\x9c\x4c\x10\xbe\xfb\x2b\x8a\x39\x0c\x0a\x33\x7a\x79\x79\x0f\x62\x76\x09\x0e\x03\x0b\x61\xb3\x64\x36\xd9\x73\xd9\x96\xda\x59\xed\x92\xb6\x8c\x81\x65\xfe\x7b\xf0\x63\x3a\x9a\xec\x21\x7d\x69\xe8\xaa\x7e\x3e\xaa\x1e\xdd\xb4\x6c\x05\x76\xe7\x9a\x87\x87\xd3\x33\x66\x35\x5d\x04\x5f\xb5\x29\x77\xde\xba\xf6\xcc\xaf\x64\x56\x4f\xbd\x29\x75\x56\xd3\xf2\xec\x89\x45\xd3\xa1\x12\xcd\xc6\x37\x9c\xd3\xc3\x29\x86\x8b\x58\x6d\xca\x03\x60\xc3\xbd\x91\x18\xbe\x9e\xf5\xcf\xff\xff\x0b\xe0\xcd\xf3\x00\x00\x5a\x4b\x2d\x5a\xf2\x51\x29\x89\x01\x7b\xa9\xfc\x8b\xb0\xc5\x92\x0e\x90\x62\x8b\x99\xae\xb5\x68\xea\x02\xd8\x7f\x54\x6a\x84\x70\x5f\xc7\x53\x93\x40\x71\x13\xf6\x85\x0a\xf8\x00\x23\x52\xd8\xcd\x18\x61\xc6\xd6\xf2\x90\x4c\xb8\x1b\xb5\xe1\x8b\x96\x2a\xb7\x38\x04\xb0\x77\xce\xc2\x6f\xd8\xd7\x72\xe7\x17\x96\x9b\x18\xa2\x05\x24\x72\x04\x53\x39\x70\xe4\xe3\xb9\xbf\x87\x16\x8d\x56\xfe\x2e\xe5\xbe\xce\xc1\xb0\xc0\x4c\x0a\x96\x0a\xb2\x64\x14\x81\x30\x9c\x3f\x7d\x7e\x81\xe9\xff\x2e\xf8\x2d\x3f\x8a\x20\xb5\x84\x42\x80\x60\x68\x80\x9c\x6a\x2a\x51\xd8\x02\x67\xdf\x49\x09\x14\x6c\x41\x2a\x82\x71\x9a\x1b\xd3\x86\x86\x93\x6b\x4e\x8e\xf0\xf7\xe6\x42\x4b\xa5\xee\x84\xec\xe3\xaa\xd5\xad\x65\xbe\x0f\x20\xa3\xaf\x2e\xe5\xa6\xd1\x22\x94\xc7\x90\x1c\xd7\xf3\x0c\x87\x65\x4c\xfe\x6d\x7f\xf3\x1d\x6c\x4d\x8c\x2b\xa3\x49\xe8\x9f\x0e\x5c\xd7\x66\x2d\x1d\xfe\x20\x3f\x39\xae\x4d\x8c\x52\xe2\xf7\x6c\xb8\x8e\x25\x17\x4f\x28\x55\xb0\x4d\x80\x23\x4d\xb1\xbd\x25\x40\xad\xc2\xe3\x78\x75\xd7\xf5\x94\xec\xdf\xde\xa1\x79\xe4\x9c\x1c\xd5\x53\x9f\xd5\x5a\x5d\xef\xfc\x7f\xd6\xb3\xb1\xb9\xe1\x6e\x47\xac\xae\xf2\xd7\x22\x0f\x80\x12\x43\x34\x95\xd4\x94\xaf\x05\xdd\x81\xcf\x88\x57\xef\xfa\x2b\x00\x00\xff\xff\xa4\x1f\x77\xdc\x9b\x03\x00\x00" func idtablestakingDelegationRegister_delegatorCdcBytes() ([]byte, error) { return bindataRead( @@ -2885,11 +2864,11 @@ func idtablestakingDelegationRegister_delegatorCdc() (*asset, error) { } info := bindataFileInfo{name: "idTableStaking/delegation/register_delegator.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x9c, 0xd1, 0x2c, 0x94, 0x87, 0xed, 0x6e, 0x56, 0x43, 0x77, 0xd5, 0x5, 0x39, 0x7, 0xf8, 0x30, 0x30, 0x29, 0x8b, 0x42, 0x51, 0x3f, 0x5e, 0x80, 0xb7, 0xdd, 0x39, 0x36, 0xbd, 0xbc, 0x2, 0x1b}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x5, 0xb7, 0x98, 0x56, 0xce, 0x4a, 0x6c, 0xf5, 0x71, 0xb3, 0x5e, 0x6c, 0xa8, 0x9d, 0x6a, 0xe1, 0x4c, 0xa4, 0xdb, 0x7c, 0x30, 0x92, 0xa4, 0x4a, 0x39, 0x94, 0x5f, 0x32, 0xba, 0x86, 0x6d, 0xcf}} return a, nil } -var _idtablestakingDelegationRegister_many_delegatorsCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x91\x41\x6f\xe2\x30\x10\x85\xef\xfe\x15\x23\x0e\xab\x44\x0b\x81\xbd\x46\x61\xd5\x0a\x5a\x89\x4b\x55\x09\xc4\x05\x71\x18\xc2\x90\xb8\x24\x76\xe4\x4c\x82\x10\xe2\xbf\x57\x36\x10\x92\xb4\x3e\x58\x30\xf3\x5e\x66\xde\x67\x99\x17\xda\x30\xbc\x67\xfa\xb4\x98\xaf\x70\x97\xd1\x92\xf1\x28\x55\x02\x07\xa3\x73\x18\xfc\x6c\x0c\x44\xcb\xb3\xd2\x47\x52\x2d\xa9\xfb\x3f\x10\x82\x0d\xaa\x12\x63\x96\x5a\x79\x4a\xef\x69\x31\x2f\x43\xd8\x2c\xd9\x48\x95\x6c\x87\x50\x20\xa7\xb7\x82\x36\x98\xd0\x27\x72\xba\xf5\xe1\x22\x04\x00\x40\x61\xa8\x40\x43\x1e\xc6\x31\x87\x80\x15\xa7\xde\x12\x6b\x5a\x63\x56\x91\x0f\x7f\x5e\xe3\x58\x57\x8a\x1b\xb9\x3d\x35\x1a\x90\x30\x85\xc9\xb3\x74\xd0\xc6\x8d\x01\xa9\x6e\xe3\xe0\xd2\xf4\xec\x19\x8f\x61\x66\x08\x99\x00\x41\xd1\x09\xf6\x94\x51\x82\xac\x0d\xe8\xdd\x17\xc5\xec\x3e\xc0\x29\x81\x5d\xbf\xe3\xcc\x88\xad\x63\xde\x18\xa2\xd1\x2f\xfc\x02\x43\x89\x2c\x99\xcc\x47\x4b\x7a\x67\x11\xc2\x9d\xc9\x46\x6e\x87\xc0\x96\x59\x39\xd3\x79\x2e\x99\x69\x1f\x42\x34\x6a\x50\x06\xb1\xdb\xf1\x2d\x2f\xf8\xbc\xc6\x2a\x63\xaf\xb6\xf7\xea\x5c\x50\x08\xf6\x8e\x5e\x9e\x5a\x27\xf8\xef\xf9\xbe\x2f\xfa\x51\x2d\x68\x72\x71\xfa\x39\x3b\x4a\x8b\x3c\x28\x6f\x8f\x12\x94\x58\x93\x17\x8d\xda\x51\xed\xb2\xa1\xc3\xd9\x1b\x61\xe1\x4b\xf8\x0b\xff\xba\xd5\x83\x6d\x4c\x1f\x69\x83\x8c\x54\xc2\x69\xef\x21\x1e\xf6\x49\xa7\x7a\x15\xdd\x5f\x57\x21\xae\xdf\x01\x00\x00\xff\xff\xdc\x28\xf5\x58\xac\x02\x00\x00" +var _idtablestakingDelegationRegister_many_delegatorsCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x91\x41\x8b\xe2\x40\x10\x85\xef\xfd\x2b\x0a\x0f\x4b\xc2\x6a\x74\xaf\x21\x2e\xbb\xe8\x0c\x78\x19\x06\x14\x2f\xe2\xa1\x6c\xcb\xa4\xc7\x4e\x77\xe8\x54\x22\x22\xfe\xf7\xa1\xa3\x46\x93\xe9\x43\x13\xaa\xde\x4b\xd5\xfb\x5a\xe5\x85\x75\x0c\x83\x77\x6d\x4f\x8b\xf9\x0a\x77\x9a\x96\x8c\x47\x65\xd2\x81\x78\xed\xad\xec\x91\xcc\x40\x08\x76\x68\x4a\x94\xac\xac\x09\x8c\xdd\xd3\x62\x5e\xc6\xb0\x59\xb2\x53\x26\xdd\x0e\xa1\x40\xce\x6e\x05\xeb\x30\xa5\x4f\xe4\x6c\x1b\xc2\x45\x08\x00\x80\xc2\x51\x81\x8e\x02\x94\x92\x63\xc0\x8a\xb3\x60\x89\x35\xad\x51\x57\x14\xc2\xaf\xff\x52\xda\xca\x70\x2b\xf7\xa7\x46\x07\x0a\xa6\x30\x79\x96\x0e\xd6\x35\x63\x40\x99\xdb\x38\xb8\xb4\x3d\x7f\xc6\x63\x98\x39\x42\x26\x40\x30\x74\x82\x3d\x69\x4a\x91\xad\x03\xbb\xfb\x22\xc9\xcd\x0f\x38\x23\xf0\xeb\x77\x9c\x9a\xd8\x3b\xe6\xad\x21\x19\xc1\x4f\x2e\x91\xa3\x54\x95\x4c\xee\xe3\x45\x7a\x67\x11\xc3\x9d\xc9\x46\x6d\x87\xc0\x9e\x59\x39\xb3\x79\xae\x98\x69\x1f\x43\x32\x6a\x51\x46\xb2\xd9\xf1\x2d\x2f\xf8\xbc\xc6\x4a\x73\x50\xfb\x7b\x75\x2e\x28\x06\x7f\x27\xff\x9e\xda\x46\xf0\x37\x08\xc3\x50\xf4\xa3\x7a\xd0\xd4\xc4\xe9\xe7\xec\x28\x3d\xf2\xa8\xbc\x3d\x4a\x54\x62\x4d\x41\x32\x7a\x8d\xea\x97\x8d\x1b\x9c\xbd\x11\x1e\xbe\x82\xdf\xf0\xa7\x5b\x3d\xf8\xc6\xf4\x91\x36\xd2\x64\x52\xce\x7a\x0f\xf1\xb0\x4f\x3a\xd5\xab\xe8\x7e\x5d\x85\xb8\x7e\x07\x00\x00\xff\xff\x5a\xa7\xb6\xed\x85\x02\x00\x00" func idtablestakingDelegationRegister_many_delegatorsCdcBytes() ([]byte, error) { return bindataRead( @@ -2905,11 +2884,11 @@ func idtablestakingDelegationRegister_many_delegatorsCdc() (*asset, error) { } info := bindataFileInfo{name: "idTableStaking/delegation/register_many_delegators.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xf8, 0x77, 0xf9, 0xad, 0xba, 0xdd, 0x3, 0x54, 0xa7, 0xa1, 0x6b, 0x8e, 0x5d, 0x19, 0x2b, 0x23, 0xea, 0x5, 0x9b, 0xd8, 0x21, 0x1d, 0x7b, 0x64, 0x8e, 0x76, 0x91, 0x58, 0xd4, 0xd2, 0xe2, 0x2f}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x8e, 0x90, 0xbe, 0x8, 0xa8, 0x61, 0x59, 0xf1, 0xd3, 0x94, 0x46, 0xc2, 0x68, 0x67, 0xb0, 0xc9, 0xe3, 0x5, 0x49, 0xe0, 0x2, 0x4d, 0x41, 0x24, 0xea, 0xc6, 0x71, 0xd7, 0xf, 0xf, 0x64, 0x92}} return a, nil } -var _idtablestakingNodeRegister_many_nodesCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x52\x4f\x6b\xdb\x4e\x10\xbd\xeb\x53\x0c\x3e\x04\x89\x5f\x2c\xff\x0a\xa5\x94\xc5\x69\x08\x29\x86\x90\xd2\x96\x24\x6d\x0e\xc6\x87\xb5\x76\x64\x6d\x23\xed\x98\xd5\x28\x6a\x28\xf9\xee\x65\x57\x8a\xf5\x17\x3a\x07\x81\xde\xbc\x99\xb7\x33\xf3\x74\x71\x24\xcb\xb0\xc9\xa9\xbe\xf9\xfc\x20\xf7\x39\xde\xb3\x7c\xd2\xe6\x00\xa9\xa5\x02\x16\xd3\xc4\x22\xe8\xd5\x3c\xd0\x13\x9a\x1e\xd5\xff\x77\x8c\xca\x1c\xf4\x3e\xc7\x01\xab\x8f\x2d\x82\x80\xad\x34\xa5\x4c\x58\x93\x09\x03\x00\x00\xad\x4a\x01\xdb\x7b\xb6\xda\x1c\x76\xe7\x1e\xb2\x94\xa3\x03\x7f\xdc\x18\xfe\xd8\x62\x06\xb9\x26\xeb\x1e\x74\xa5\x94\xc5\xb2\xc4\x49\x59\x47\xb9\xc5\x97\x49\xb6\x6c\xc6\x99\x4b\xc9\x82\x2a\xc3\x5e\x71\xa3\x7f\x7f\x78\xdf\xc2\x47\xc9\x59\xc3\x25\x2b\x0f\xf8\x5d\x72\xb6\x0b\x22\xf8\x13\x34\x59\x8b\x47\x69\x31\x94\x49\xc2\x02\x64\xc5\x59\xd8\x12\x23\x38\xbb\x4a\x12\xd7\xf2\x44\x76\xf1\x2c\x2d\x68\xb8\x80\xff\x3b\x28\x25\xeb\x55\x40\x9b\x46\xad\xcf\x77\x91\x23\x43\xfa\xb6\xe7\x3b\x4c\xe1\x02\x9c\x5e\x5c\x36\x4a\xf1\x9e\xac\xa5\x7a\xed\xd5\x07\x9b\x8e\x1f\x35\x67\xca\xca\x3a\x82\xb3\xd3\xa1\xe2\x9f\xb2\xca\xf9\x53\xe8\x2e\x23\x60\xd5\x36\x59\x9d\x04\x7c\x3a\x1a\x3c\xc0\xc5\xe5\x25\x1c\xa5\xd1\x49\xb8\xb8\xa6\x2a\x57\x60\x88\xa1\x11\x06\x8b\x29\x5a\x34\x09\x02\x13\x6c\xbe\x7c\x7b\x04\xdf\x63\x11\x4d\xc7\x60\xa7\x50\x5e\x53\x51\x68\x66\x54\xb0\x5e\x0e\x26\x8b\xeb\xf6\xc1\x61\x73\x0d\xf1\x76\x95\xad\xde\xcd\x74\x33\xa4\xbc\x41\xd1\xba\x46\x53\xd7\xc6\x52\xa9\xaf\xa4\xf0\x0e\x13\xb2\x2a\x9c\xcc\xa4\x95\x70\xce\xdb\xea\xf6\xd6\xfd\x70\xf6\x13\x8d\x09\x67\xf3\x13\x2b\x8a\x39\x77\xfe\xa3\xf4\x16\x5f\xc4\xc8\xb1\xb3\x15\x9d\x6d\x45\xdf\xc2\xb3\xdc\xd1\x8a\x05\xac\x97\x23\x68\x50\x32\x5a\xeb\x6a\x05\xce\xc0\x08\x9c\xa1\xdf\x2f\xd0\xfe\x17\x26\x3c\x20\x0d\xdc\x57\xca\x67\x0c\xd7\xcb\xee\x16\xe7\xc0\x24\xbc\x93\x47\xbd\x9d\xef\x35\xfc\x07\xef\x4e\xe8\x6b\xd0\x7c\x83\xd7\xbf\x01\x00\x00\xff\xff\x0d\x4e\x7d\xd1\x93\x04\x00\x00" +var _idtablestakingNodeRegister_many_nodesCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x92\x4d\x6b\xdb\x4c\x10\xc7\xef\xfa\x14\x83\x0f\x41\xe6\x89\xe5\xa7\x50\x4a\x59\x9c\x86\x90\x62\x08\x29\x6d\x49\xd2\xe6\x60\x7c\x58\x6b\x47\xd6\x36\xd2\x8e\x19\x8d\xa2\x86\x92\xef\x5e\x56\x52\x6c\xbd\x41\xe7\xa0\xc3\x7f\x5e\xfe\xda\x99\x9f\xcd\x0f\xc4\x02\xb3\x75\x46\xd5\xcd\xe7\x07\xbd\xcb\xf0\x5e\xf4\x93\x75\xfb\x59\xd0\xcd\x3d\xd0\x13\xba\x8e\x54\xba\xbd\xdd\x65\xd8\xca\x81\xb0\x76\x85\x8e\xc5\x92\x0b\x03\x00\x00\x6b\x0a\x05\x9b\x7b\x61\xeb\xf6\xdb\xf3\x5a\x62\xca\xd0\x8b\x3f\x6e\x9c\x7c\x6c\x35\x87\x52\x11\x7b\xbb\x2b\x63\x18\x8b\x02\x47\x6d\xa7\x92\x5b\x7c\x19\x65\x8b\xe6\x67\xa7\x52\x3a\xa7\xd2\x49\xed\xb8\xb6\xbf\x3f\xbc\x6f\xe5\x83\x96\xb4\xa9\x25\xd6\x7b\xfc\xae\x25\xdd\x06\x73\xf8\x13\x34\x59\xc6\x83\x66\x0c\x75\x1c\x8b\x02\x5d\x4a\x1a\xb6\x85\x73\x38\xbb\x8a\x63\x3f\xf2\x58\xec\xe3\x59\x33\x58\xb8\x80\xff\x4f\x52\x42\x5c\xbb\x80\x75\x8d\x5b\xb7\xde\x47\x86\x02\xc9\xdb\x52\xef\x30\x81\x0b\xf0\x7e\x51\xd1\x38\x45\x3b\x62\xa6\x6a\x55\xbb\xf7\x36\x1d\x3d\x5a\x49\x0d\xeb\x6a\x0e\x67\xc7\xab\x44\x3f\x75\x99\xc9\xa7\x30\x61\xca\x15\x2c\xdb\x21\xcb\xa3\x41\x9d\x9e\xf7\x7e\xc0\xc7\xe5\x25\x1c\xb4\xb3\x71\x38\xbb\xa6\x32\x33\xe0\x48\xa0\x31\x06\xc6\x04\x19\x5d\x8c\x20\x04\xeb\x2f\xdf\x1e\xa1\x9e\x31\x9b\x8f\x9f\x21\xde\xa1\xb8\xa6\x3c\xb7\x22\x68\x60\xb5\xe8\xbd\x2c\xaa\xda\x1f\x0e\x9b\x6b\xa8\xb7\xab\x6c\xec\x76\x62\x9a\x23\x53\xe3\x87\xec\x07\x8d\x99\x8c\xb4\x31\x5f\xc9\xe0\x1d\xc6\xc4\x26\x1c\xbd\xc9\x1a\xe5\xc9\xdb\xd8\xf6\xd6\xdd\xf0\xf8\xa9\x06\xc2\xc9\xfc\x08\x45\x35\x45\xe7\x3f\x5a\x6f\xf1\x45\x0d\x88\x9d\xec\x38\x61\xab\xba\x08\x4f\xd6\x0e\x56\xac\x60\xb5\x18\x48\xbd\x96\xc1\x5a\x97\x4b\xf0\x00\x23\x48\x8a\xf5\x7e\x81\x76\xbf\x30\x96\x5e\x51\x8f\xbe\x42\x3f\x63\xb8\x5a\x9c\x6e\x71\x0e\x42\xaa\x26\x79\x30\xdb\x73\x6f\xe1\x3f\x78\x77\x54\x5f\x83\xe6\x1b\xbc\xfe\x0d\x00\x00\xff\xff\x25\xbb\x5b\xf4\x59\x04\x00\x00" func idtablestakingNodeRegister_many_nodesCdcBytes() ([]byte, error) { return bindataRead( @@ -2925,11 +2904,11 @@ func idtablestakingNodeRegister_many_nodesCdc() (*asset, error) { } info := bindataFileInfo{name: "idTableStaking/node/register_many_nodes.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x5e, 0x24, 0xe6, 0xd8, 0x4d, 0x7f, 0xa7, 0x90, 0xd1, 0xbd, 0x2e, 0x9d, 0x30, 0xb6, 0xc9, 0x30, 0x9a, 0xbd, 0x9b, 0x1, 0xae, 0xca, 0x83, 0xf9, 0xb4, 0x8b, 0xd9, 0x22, 0xa, 0x7c, 0x65, 0xe9}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xb7, 0x62, 0x22, 0x5b, 0xc5, 0xd9, 0x12, 0x7d, 0xc9, 0xea, 0xf1, 0x2e, 0x68, 0x75, 0x7c, 0xdb, 0xd8, 0xd8, 0xe1, 0x24, 0xee, 0x62, 0x8a, 0xa9, 0x9, 0x9c, 0x28, 0x7c, 0xb7, 0x22, 0x64, 0x61}} return a, nil } -var _idtablestakingNodeRegister_nodeCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x53\x5f\x6b\xdb\x3e\x14\x7d\xf7\xa7\xb8\xe4\xa1\xd8\x90\x3a\x2f\x3f\x7e\x8c\x90\xb6\x94\x8c\x42\xd9\x58\x4b\xff\xac\xcf\xb2\x74\x1d\x6b\x55\x74\x8d\x74\x3d\xaf\x94\x7e\xf7\x21\x3b\x89\x2d\x9c\x75\x6b\x1e\x1c\xeb\xfe\x3b\x47\xe7\x1e\xeb\x6d\x4d\x8e\xe1\xca\x50\x7b\xfd\xf9\x41\x14\x06\xef\x59\x3c\x6b\xbb\x81\xd2\xd1\x16\x66\xd3\xc4\x2c\x19\xf5\x3c\xd0\x33\xda\x51\x69\x77\x1e\x2a\x1a\xbb\xd1\x85\xc1\xa8\x6a\x1c\x9b\x25\xc9\x62\x01\x0f\x95\xf6\xc0\x4e\x58\x2f\x24\x6b\xb2\x20\x1d\x0a\x46\x0f\x02\x2c\xb6\x60\x49\x21\x78\x76\x8d\x64\xa0\xe2\x07\x4a\x0e\x4d\xc2\x2a\x68\x6a\xd5\xd5\x71\x85\x50\x3b\xaa\xc9\xa3\x82\x6b\x85\x96\x35\xbf\x40\x47\x3a\x49\x46\x83\xd3\x04\x00\x40\xab\x25\xdc\xb3\xd3\x76\x33\xef\xce\x8e\x0c\x2e\xe1\xf1\xda\xf2\xa7\x3e\x60\x91\x5b\x72\xe1\xae\x97\x4a\x39\xf4\x3e\xae\x1f\xd2\x5f\xf0\x25\x4e\xf9\x5e\xa2\x49\x5c\x6c\xa9\xb1\xbc\x84\xc7\x2b\xfd\xeb\xff\xff\x92\x0c\x5e\x93\x2e\x6e\x90\xa1\xdc\xcb\x76\x87\xe5\x12\x44\xc3\x55\x1a\x69\x94\x3f\x69\xae\x94\x13\x6d\x06\x27\x07\x89\xf3\xef\xa2\x31\xdc\x0f\xa9\x1d\xd6\xc2\x61\x2a\xa4\xe4\xdd\x80\x7b\x26\x27\x36\x38\x87\xb5\xa8\x45\xa1\x8d\x66\x8d\x3e\x83\x93\x4b\x29\x03\x91\x03\x7e\xc7\x19\x4d\x99\x8f\x49\xc0\x19\x84\x51\xb9\xef\x87\xe4\x05\x39\x47\xed\xea\x43\xcc\xce\xd3\xb0\xed\x25\x2c\x76\x43\x16\x07\x80\x2e\x9d\x1d\xd0\xc3\xef\xe2\x02\x6a\x61\xb5\x4c\x67\x6b\x6a\x8c\x02\x4b\x0c\x3d\x28\x38\x2c\xd1\xa1\x95\x08\x4c\x70\xf5\xf5\xe6\x09\xba\xfe\x59\x36\xf0\x0f\x1a\x06\x8b\x04\x7b\xa2\x83\xd5\xe9\x11\x33\xe7\x42\xa9\x6f\xa4\xf0\x0e\x25\x39\x95\x46\xe8\xc1\x0e\x5a\xcd\xa3\x58\x6f\x89\xf0\x8c\xe3\x47\x9c\x31\x09\xfd\xa9\xa3\x33\x45\x74\x8c\x2b\xc7\xde\x19\xde\xe3\x1a\x0e\x0a\xfa\x35\x6d\xb7\x9a\x19\xd5\x12\x56\xa7\x93\xf5\xe5\xed\x6e\x2b\xe9\xde\x75\xfd\xff\xa0\xf9\x48\x3c\x5d\xbe\xb3\xeb\xa9\x8c\x41\xc3\x9b\x1a\x9d\x60\x72\xbb\xa5\x1f\xa9\xe8\x37\xb1\xb7\xc0\xbb\x45\x3b\xa3\xde\x0a\xae\x32\x38\x3b\x03\xab\xcd\xd8\x9b\xdd\xb7\x33\xe6\xe7\xc5\x4f\x4c\x57\xa7\xc3\xbe\xe7\xc0\xf4\x01\x8c\x78\x74\x6c\x9d\xb5\xa8\xf7\xd6\x97\xa3\xcf\xe6\x80\xad\xbd\x6f\x70\x75\xf2\xfa\x2e\xd8\x6d\x53\x18\x2d\xdf\xce\x63\x8f\x85\xdf\xbf\x72\x8c\x1a\xb3\x23\x5a\x44\xe4\xea\x80\xe7\xab\x29\x5c\x74\xaf\xf9\x24\x2d\xf8\x2f\xaa\xf5\x17\x39\x42\x68\xff\xf6\x06\x68\x3c\xc2\x6b\x94\x56\xe8\xd9\xd1\xcb\x08\x7d\xa8\x4f\xfa\xe7\xdb\xef\x00\x00\x00\xff\xff\xd7\xf7\xa2\x42\x73\x06\x00\x00" +var _idtablestakingNodeRegister_nodeCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x53\x5b\x6b\xdb\x4c\x10\x7d\xd7\xaf\x18\xfc\x10\x24\x70\xe4\x97\x8f\x8f\x62\x9c\x84\xe0\x12\x08\x2d\x4d\xc8\xa5\x79\x5e\xef\x8e\xac\x6d\xd6\x3b\x62\x77\x54\x35\x84\xfc\xf7\xb2\x92\x6c\x69\x91\x9b\x36\x7a\xd0\x65\x6e\xe7\xec\x99\x23\xbd\xab\xc8\x31\xcc\xae\x0c\x35\xd7\x9f\x1f\xc4\xc6\xe0\x3d\x8b\x67\x6d\xb7\xb3\x64\x9c\x7b\xa0\x67\xb4\xa3\x50\x6d\xb7\x7a\x63\xb0\x0f\x27\x8b\x05\x3c\x94\xda\x03\x3b\x61\xbd\x90\xac\xc9\x82\x74\x28\x18\x3d\x08\xb0\xd8\x80\x25\x85\xe0\xd9\xd5\x92\x81\x36\x3f\x50\x72\x68\x12\x56\x41\x5d\xa9\xb6\x8e\x4b\x84\xca\x51\x45\x1e\x15\x5c\x2b\xb4\xac\xf9\x05\x5a\x4a\x49\x32\x1a\x9c\x26\x00\x00\x5a\x2d\xe1\x9e\x9d\xb6\xdb\x79\xfb\xed\xc8\xe0\x12\x1e\xaf\x2d\x7f\xea\x02\x16\xb9\x21\x17\x4e\x72\xa9\x94\x43\xef\xe3\xfa\x21\xfd\x05\x5f\xe2\x94\xef\x04\x98\xc4\xc5\x8e\x6a\xcb\x4b\x78\xbc\xd2\xbf\xfe\xff\x2f\xc9\xe0\x35\x69\xe3\x06\x19\x8a\xbd\x46\x77\x58\x2c\x41\xd4\x5c\xa6\x91\x46\xf9\x93\xe6\x52\x39\xd1\x64\x70\x72\xd0\x33\xff\x2e\x6a\xc3\xdd\x90\xca\x61\x25\x1c\xa6\x42\x4a\xee\x07\xdc\x33\x39\xb1\xc5\x39\xac\x45\x25\x36\xda\x68\xd6\xe8\x33\x38\xb9\x94\x32\x10\x39\xe0\xb7\x9c\xd1\x14\xf9\x98\x04\x9c\x41\x18\x95\xfb\x6e\x48\xbe\x21\xe7\xa8\x59\x7d\x88\xd9\x79\x5a\x38\xda\x2d\x61\xd1\x0f\x59\x1c\x00\xda\x74\x76\x40\x0f\xd7\xc5\x05\x54\xc2\x6a\x99\xce\xd6\x54\x1b\x05\x96\x18\x3a\x50\x70\x58\xa0\x43\x2b\x11\x98\xe0\xea\xeb\xcd\x13\xb4\xfd\xb3\x6c\xe0\x1f\x34\x0c\x16\x09\xe6\x43\x07\xab\x53\x98\x3a\x32\x17\x4a\x7d\x23\x85\x77\x28\xc9\xa9\x34\x42\x0f\x76\xd0\x6a\x1e\xc5\x3a\x4b\x84\x7b\x1c\x3f\xe2\x8c\x49\xe8\x4f\x1d\xad\x29\xa2\xcf\xb8\x72\xec\x9d\xe1\x3d\xae\xe1\xa0\xa0\x5f\xd3\x6e\xa7\x99\x51\x2d\x61\x75\x3a\x59\x5f\xde\xf4\x5b\x49\xf7\xae\xeb\x9e\x83\xe6\x23\xf1\x74\xf1\xce\xae\xa7\x32\x06\x0d\x6f\x2a\x74\x82\xc9\xf5\x4b\x3f\x52\xd1\x6d\x62\x6f\x81\x77\x8b\x7a\xa3\xde\x0a\x2e\x33\x38\x3b\x03\xab\xcd\xd8\x9b\xed\xbf\x33\xe6\xe7\xc5\x4f\x4c\x57\xa7\xc3\xbe\xe7\xc0\xf4\x01\x8c\x78\x74\x6c\x9d\xb5\xa8\xf6\xd6\x97\xa3\xdf\xe6\x80\xad\xbd\xaf\x71\x75\xf2\xfa\x2e\xd8\x6d\xbd\x31\x5a\xbe\x9d\xc7\x1e\x0b\xd7\xbf\x72\x8c\x1a\xb3\x23\x5a\x44\xe4\xaa\x80\xe7\xcb\x29\x5c\x74\xae\xf9\x24\x2d\xf8\x2f\xaa\x75\x07\x39\x42\x68\xff\xf6\x06\x68\x3c\xc2\x6b\x94\x56\xe8\xd9\xd1\xcb\x08\x7d\xa8\x4f\xba\xfb\xdb\xef\x00\x00\x00\xff\xff\x72\xd4\x32\x2d\x39\x06\x00\x00" func idtablestakingNodeRegister_nodeCdcBytes() ([]byte, error) { return bindataRead( @@ -2945,11 +2924,11 @@ func idtablestakingNodeRegister_nodeCdc() (*asset, error) { } info := bindataFileInfo{name: "idTableStaking/node/register_node.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xa4, 0xcb, 0x2d, 0xbc, 0x35, 0x44, 0x32, 0x3e, 0x73, 0x50, 0x5f, 0xa1, 0x63, 0x18, 0x71, 0x7f, 0x5f, 0x26, 0xb5, 0x59, 0x98, 0x82, 0x74, 0xab, 0xa6, 0x15, 0x3c, 0x8f, 0xfa, 0x4d, 0x85, 0x69}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x29, 0x68, 0xd5, 0x65, 0x38, 0x2, 0x4b, 0x66, 0xe9, 0x96, 0xf9, 0x57, 0xd6, 0xc8, 0x89, 0xee, 0x72, 0xe5, 0xf3, 0xe6, 0x3, 0xe2, 0x14, 0xb1, 0x5e, 0x6f, 0x46, 0x6e, 0x35, 0x1a, 0xc0, 0xc8}} return a, nil } -var _idtablestakingNodeRequest_unstakeCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x92\xbf\x4e\xc3\x40\x0c\xc6\xf7\x3c\x85\x95\xa1\x4a\x96\x64\x41\x0c\x15\x50\xf1\x47\x95\x90\x10\x20\x4a\xd9\xdd\x8b\xd3\x1e\xbd\x9c\x83\xe3\xd0\x4a\xa8\xef\x8e\xae\x49\xab\x56\x05\x89\x01\x2f\x37\x9c\xfd\xf9\xfb\xd9\xb6\x55\xcd\xa2\x30\x76\xbc\xba\xbf\x7b\xc5\x99\xa3\x89\xe2\xd2\xfa\x39\x94\xc2\x15\xc4\xa7\x1f\x71\x14\x45\x2a\xe8\x1b\x34\x6a\xd9\x27\x58\x71\xeb\x75\x08\xd3\xb1\x5d\x9f\x9f\xa5\xf0\x15\x45\x00\x00\x79\x0e\x0f\x6c\xd0\xc1\x27\x8a\x0d\xe5\x50\xb2\x00\x82\x50\x49\x42\xde\x10\x28\x83\x2e\x08\x3c\x17\x04\x3c\x7b\x27\xa3\xdb\x42\x47\x0a\x8d\xe2\x92\xe4\x85\xca\x21\x60\xab\x8b\xe4\xd4\x45\xf6\xc8\x05\x3d\xd5\x24\xa8\x2c\x29\x0c\x7e\xc9\x98\x6c\x85\x3a\x47\xb5\x50\x8d\x42\x09\x1a\xa3\xbd\xee\x0d\x8b\xf0\xea\x0d\x5d\x4b\x29\x0c\xae\x8d\x09\x28\x01\x01\xfa\xc8\x73\x98\x6d\x73\xfe\xe2\x3c\x44\x43\xae\xcc\xf6\xf6\xe1\x12\x42\xb7\xac\x51\x16\x9c\x53\xd6\x69\x5d\xfc\x07\xd3\x55\x12\x16\x34\xfc\x61\x73\x07\x49\x93\xae\xef\x33\xea\x22\xdd\x5b\x0c\x31\x1a\x41\x8d\xde\x9a\x24\xbe\xe5\xd6\x15\xe0\x59\x77\xa0\x47\x98\x4d\x7f\x0c\x58\x54\xd6\xc7\x9d\xc6\xa6\x1b\x27\xad\xc9\xb4\x4a\x07\xc3\x3a\x66\xcf\x84\x3e\x5a\x6a\x74\xea\x7b\x91\xfd\xa5\x74\xef\x4e\x6c\x13\x7d\x07\x00\x00\xff\xff\x7d\xcc\x86\xf9\x84\x02\x00\x00" +var _idtablestakingNodeRequest_unstakeCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x92\x4d\x4b\xc3\x40\x10\x86\xef\xf9\x15\x2f\x39\x94\xe4\x92\x5c\xc4\x43\x51\x8b\x1f\x14\x04\x51\xb1\xd6\xfb\x74\x33\x69\x63\x93\x9d\x38\x99\xd8\x82\xf4\xbf\x4b\x9a\xb6\x58\x44\xf1\xe0\x5c\xf6\x32\xf3\xcc\xfb\x0c\x5b\x54\xb5\xa8\x21\x1c\x97\xb2\xba\xbd\x79\xa6\x59\xc9\x13\xa3\x65\xe1\xe7\x61\x10\x04\xa6\xe4\x1b\x72\x56\x88\x8f\xa8\x92\xd6\xdb\x10\xd3\x71\xb1\x3e\x3d\x89\xf1\x11\x04\x00\x90\xa6\xb8\x13\x47\x25\xde\x49\x8b\x6e\x1c\xb9\x28\x08\xca\x39\x2b\x7b\xc7\x30\x81\x2d\x18\x5e\x32\x86\xcc\x5e\xd9\xd9\x76\xb0\x64\x43\x63\xb4\x64\x7d\xe2\x7c\x08\x6a\x6d\x11\x7d\x4f\x91\xdc\x4b\xc6\x0f\x35\x2b\x99\x68\x8c\xc1\x0f\x1d\x93\x2d\xa8\x4f\x54\x2b\xd7\xa4\x1c\x91\x73\xb6\xe3\x5e\x89\xaa\xac\x5e\xa8\x6c\x39\xc6\xe0\xd2\xb9\x4e\xa5\x53\xc0\xae\xd2\x14\xb3\x6d\xcf\x5f\x92\x77\xd5\x70\x99\x27\x87\xf8\x38\x47\xb7\x2d\x69\x4c\x94\xe6\x9c\xf4\xac\xb3\xff\x70\xba\x88\x72\x95\x6a\x88\x5f\x9b\x26\xfd\xde\x47\xb2\x45\x7c\x88\xd8\xd5\x68\x84\x9a\x7c\xe1\xa2\xf0\x5a\xda\x32\x83\x17\xdb\x8b\x1e\x69\x36\x3d\x12\x94\x55\x85\x0f\x7b\xc6\xa6\x3f\x27\xaf\xd9\xb5\xc6\x5f\x8e\x75\xec\x9e\x28\xbf\xb5\xdc\xd8\xd4\xef\x20\x87\x9f\xd2\xbf\x7b\xd8\x26\xf8\x0c\x00\x00\xff\xff\x09\xb7\x02\xcc\x6c\x02\x00\x00" func idtablestakingNodeRequest_unstakeCdcBytes() ([]byte, error) { return bindataRead( @@ -2965,11 +2944,11 @@ func idtablestakingNodeRequest_unstakeCdc() (*asset, error) { } info := bindataFileInfo{name: "idTableStaking/node/request_unstake.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x8, 0x6c, 0x5c, 0x95, 0xf8, 0x1, 0x61, 0xb4, 0x8e, 0xcb, 0x97, 0xb8, 0x11, 0xcb, 0x4e, 0xd9, 0xd7, 0x1c, 0xc2, 0xbe, 0x23, 0xfa, 0x38, 0x54, 0xcf, 0xc5, 0x78, 0xac, 0x14, 0x7c, 0x28, 0xe6}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x18, 0x46, 0xe3, 0x3f, 0x41, 0x76, 0x61, 0x4f, 0xd1, 0xf5, 0xfc, 0xd, 0x1d, 0x37, 0x5f, 0x6b, 0xbb, 0x80, 0x61, 0x7b, 0x70, 0xe1, 0x89, 0xb1, 0x4c, 0xec, 0xe2, 0x69, 0x4c, 0x72, 0xa6, 0xc4}} return a, nil } -var _idtablestakingNodeStake_new_tokensCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x93\xcf\x6e\xdb\x30\x0c\xc6\xef\x7a\x0a\xc2\x87\xc2\x3e\xcc\xbe\x0c\x3b\x04\xdd\x8a\xfd\x41\x80\x01\x45\x3b\x2c\x5d\x7b\x66\x64\x3a\xd1\xa2\x88\x06\x4d\x2f\x05\x86\xbe\xfb\x60\xcb\xf1\x14\x64\x1b\x8a\xa1\xba\xd8\x96\x3e\x7e\xe4\x8f\x94\xdd\xbe\x65\x51\x58\x7a\x3e\x7c\xfe\x74\x87\x6b\x4f\x2b\xc5\x9d\x0b\x1b\x68\x84\xf7\x90\x9d\x1f\x64\x26\x89\xb9\xe3\x1d\x85\x44\x3a\x7e\xff\x56\xf4\x61\xe3\xd6\x9e\x4e\x54\xe9\x5e\x66\x8c\x0a\x86\x0e\xad\x3a\x0e\x39\xee\xb9\x0f\xba\x80\x6f\x4b\xf7\xf8\xe6\x75\x01\x3f\x8d\x01\x00\xa8\x2a\xb8\x66\x8b\x1e\x7e\xa0\xb8\xa1\x12\x68\x58\x00\x41\xa8\x21\xa1\x60\x09\x94\x41\xb7\x04\x81\x6b\x02\x5e\x7f\x27\xab\x63\xa0\x27\x85\x4e\x71\x47\xf2\x95\x9a\x05\x60\xaf\xdb\xfc\x1c\xa8\xbc\xe1\x9a\x6e\x5b\x12\x54\x96\x02\x2e\xfe\xa2\x58\x8d\x46\x66\x36\x6e\x8e\xb8\x89\x77\xca\x56\x3e\x38\xdd\xd6\x82\x87\xc9\x32\x6e\xde\x63\xef\x35\x9a\xb4\x42\x2d\x0a\xe5\x68\xad\x4e\x06\x1f\x58\x84\x0f\xf7\xe8\x7b\x2a\xe0\xe2\xbd\xb5\x43\x3f\x86\x3e\xc0\xb4\xaa\x0a\xd6\xa3\xe6\x39\xf8\xc3\xea\xc8\x37\xe5\xdc\x03\x78\x0b\x43\xb6\xb2\x53\x16\xdc\x50\x19\xbd\x2e\x5f\xa2\x31\xef\xf2\x61\xbe\x8b\x3f\xdc\xa4\x44\xb4\x8a\x79\xbf\xa0\x6e\x8b\xb9\xc4\x61\x5d\x5d\x41\x8b\xc1\xd9\x3c\xfb\xc8\xbd\xaf\x21\xb0\x1e\x41\x4f\x30\xbb\xe9\x72\x62\xbd\x77\x21\x2b\xcc\x29\x67\x3a\x92\x7f\xa2\x3e\x73\x4e\x47\xa6\x6a\x32\xa9\xe6\x04\xe3\xf1\xff\x21\x2c\xaf\x6f\x1f\x60\x8c\xcf\xa2\xc1\x53\xa4\xa0\x47\xb2\xbd\x52\x32\xec\xd3\xd9\xc5\xb7\x1b\x8a\x05\x74\xf9\xe5\xab\x33\xe6\xf2\x30\xa1\xcc\x7f\x52\x7c\x16\xc7\x44\x4f\xe6\x57\x00\x00\x00\xff\xff\x2e\x56\x90\x70\xf0\x03\x00\x00" +var _idtablestakingNodeStake_new_tokensCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x93\xcf\x6a\xdc\x40\x0c\xc6\xef\x7e\x0a\xe1\x43\xb0\x0f\xb5\x2f\xa5\x87\x25\x6d\xe8\x1f\x16\x0a\x21\x29\xdd\x34\x39\xcb\x63\x79\x3d\xdd\xf1\xc8\xc8\x72\x1d\x28\x79\xf7\x62\x8f\x6d\xbc\x84\x86\x50\xaa\x8b\x8d\x46\xf3\x7d\xfa\x49\x8c\x6d\x5a\x16\x85\x78\xef\x78\xf8\xfa\xe5\x0e\x0b\x47\x07\xc5\x93\xf5\xc7\x38\xda\x9e\xdd\xf1\x89\xfc\x26\xd5\xfb\xa3\x2d\x1c\xcd\xe9\x48\x05\x7d\x87\x46\x2d\xfb\x04\x1b\xee\xbd\xee\xe0\xc7\xde\x3e\xbe\x7b\x9b\xc2\xef\x28\x02\x00\xc8\x73\xb8\x66\x83\x0e\x7e\xa1\xd8\xd1\x07\x2a\x16\x40\x10\xaa\x48\xc8\x1b\x02\x65\xd0\x9a\xc0\x73\x49\xc0\xc5\x4f\x32\x3a\x5d\x74\xa4\xd0\x29\x9e\x48\xbe\x53\xb5\x03\xec\xb5\x4e\x9e\xb7\x9b\xdd\x70\x49\xb7\x2d\x09\x2a\x4b\x0a\x17\x7f\xa9\x38\x4c\x42\xd1\x2a\x5c\x2d\x6c\x1b\xed\x2d\x5b\xf6\x60\xb5\x2e\x05\x87\x59\x32\x24\xef\xb1\x77\x1a\x44\x5a\xa1\x16\x85\x12\x34\x46\x67\x81\x4f\x2c\xc2\xc3\x3d\xba\x9e\x52\xb8\xf8\x68\xcc\x38\x8f\x71\x0e\x30\x47\x9e\x43\x31\xd5\xbc\x06\x7f\x8c\x8e\x5c\x95\xad\x33\x80\xf7\x30\xba\x65\x9d\xb2\xe0\x91\xb2\xa0\x75\xf9\x3f\x06\xf3\x21\xa9\x84\x9b\x1d\xbc\x58\x74\x08\xbe\xdf\x50\xeb\x74\x6d\x71\x8c\xab\x2b\x68\xd1\x5b\x93\xc4\x9f\xb9\x77\x25\x78\xd6\x05\xf4\x0c\xb3\x0b\x92\x80\x65\x63\x7d\x9c\x46\xe7\x9c\xdb\x95\xbc\x88\xfa\xca\x3d\x2d\x4c\xf9\x2c\x92\xaf\x06\xd3\xf1\xbf\x21\xec\xaf\x6f\x1f\x60\xba\x1f\x07\x81\xa7\x40\x41\x8f\x64\x7a\xa5\xcd\xb2\xcf\x77\x17\xfe\x6e\x28\x34\xd0\x25\x97\x6f\x9e\x31\x67\xc3\x8c\xb2\xbe\xa4\xf0\x4d\x17\xa3\xa7\xe8\x4f\x00\x00\x00\xff\xff\xcd\xe5\xf9\xe2\xb6\x03\x00\x00" func idtablestakingNodeStake_new_tokensCdcBytes() ([]byte, error) { return bindataRead( @@ -2985,11 +2964,11 @@ func idtablestakingNodeStake_new_tokensCdc() (*asset, error) { } info := bindataFileInfo{name: "idTableStaking/node/stake_new_tokens.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x5b, 0xd, 0x0, 0x9f, 0x56, 0x91, 0x6d, 0x32, 0x3d, 0xa3, 0x10, 0xcb, 0x41, 0x84, 0x26, 0x62, 0x39, 0xa9, 0xe, 0x6f, 0x2, 0xd0, 0xa3, 0xa5, 0xf5, 0x1a, 0x67, 0xe7, 0x57, 0x0, 0xb3, 0xca}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xd4, 0xaf, 0x6c, 0xca, 0xb4, 0x72, 0x6d, 0x12, 0x51, 0xd1, 0xaa, 0xc9, 0x5b, 0x5c, 0xe7, 0x15, 0x7c, 0xc5, 0xb0, 0xf9, 0x0, 0x57, 0xbd, 0x59, 0xac, 0x81, 0xab, 0x78, 0x5e, 0x6, 0x9f, 0x64}} return a, nil } -var _idtablestakingNodeStake_rewarded_tokensCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x92\x4f\x6b\xea\x50\x10\xc5\xf7\xf9\x14\x87\x2c\x24\xd9\x24\x9b\xc7\x5b\xc8\x7b\x95\xfe\x41\x28\x94\xb6\xa8\xed\x7e\xbc\x99\x68\x6a\x72\x27\x4c\x26\x55\x28\x7e\xf7\x12\xa3\xa2\xd8\x42\x17\x9d\x4d\x02\x77\xe6\xcc\xf9\xcd\x4c\x51\xd5\xa2\x86\x71\x29\xeb\xfb\xbb\x19\xcd\x4b\x9e\x1a\xad\x0a\xbf\x40\xae\x52\x21\xbc\x7c\x08\x83\x20\x30\x25\xdf\x90\xb3\x42\x7c\x44\x95\xb4\xde\x86\x78\x19\x17\x9b\xbf\x7f\x62\x7c\x04\x01\x00\xa4\x29\x1e\xc4\x51\x89\x77\xd2\xa2\x2b\x47\x2e\x0a\x82\x72\xce\xca\xde\x31\x4c\x60\x4b\x86\x97\x8c\x21\xf3\x37\x76\xb6\x2b\x2c\xd9\xd0\x18\xad\x58\x27\x9c\x0f\x41\xad\x2d\xa3\x4b\x17\xc9\xa3\x64\xfc\x54\xb3\x92\x89\xc6\x18\x7c\x93\x31\xdd\x09\xf5\x8e\x6a\xe5\x9a\x94\x23\x72\xce\xf6\xba\x37\xa2\x2a\xeb\x57\x2a\x5b\x8e\x31\xb8\x76\xae\x43\xe9\x10\xb0\x8f\x34\xc5\x7c\x97\xf3\x13\xe7\x5d\x34\x5c\xe6\xc9\xd1\x3e\xfe\xa3\xeb\x96\x34\x26\x4a\x0b\x4e\x7a\xad\x7f\xbf\xc1\x74\x15\x75\x0b\x1a\x7e\xb1\xb9\x93\xa4\x69\xdf\xf7\x99\x6c\x19\x1f\x2d\x76\x31\x1a\xa1\x26\x5f\xb8\x28\xbc\x95\xb6\xcc\xe0\xc5\x0e\xa0\x67\x98\xcd\xfe\x18\x28\xab\x0a\x1f\xf6\x1a\xdb\x7e\x9c\xbc\x61\xd7\x1a\x9f\x0c\xeb\x9c\xbd\xff\x9b\xf0\x9a\x34\xe3\x6c\x26\x2b\xf6\xcd\xf1\x58\xfa\xef\x41\x6f\x1b\x7c\x06\x00\x00\xff\xff\x84\x76\x84\xb1\x87\x02\x00\x00" +var _idtablestakingNodeStake_rewarded_tokensCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x92\xc1\x6a\xe3\x40\x0c\x86\xef\x7e\x8a\x1f\x1f\x82\x7d\xb1\x2f\xcb\x1e\xc2\xee\x86\xdd\x2d\x81\x42\x69\x4b\x92\xf6\xae\x8c\xe5\xc4\x8d\x3d\x32\xb2\xdc\x04\x4a\xde\xbd\x38\x93\x84\x86\xd2\xd2\x43\x75\xb1\x0f\xd2\xa7\xff\x13\x53\x35\xad\xa8\x21\x9e\xd6\xb2\xbd\xbe\x5a\xd0\xb2\xe6\xb9\xd1\xa6\xf2\xab\x38\x8a\x22\x53\xf2\x1d\x39\xab\xc4\x27\xd4\x48\xef\x6d\x8c\x87\x69\xb5\xfb\xf9\x23\xc5\x4b\x14\x01\x40\x9e\xe3\x46\x1c\xd5\x78\x26\xad\x86\x71\x94\xa2\x20\x28\x97\xac\xec\x1d\xc3\x04\xb6\x66\x78\x29\x18\xb2\x7c\x62\x67\x87\xc1\x9a\x0d\x9d\xd1\x86\x75\xc6\xe5\x18\xd4\xdb\x3a\x79\x9f\x22\xbb\x95\x82\xef\x5a\x56\x32\xd1\x14\xa3\x0f\x3a\xe6\x07\x50\x48\xd4\x2a\xb7\xa4\x9c\x90\x73\x76\xe4\xfe\x13\x55\xd9\x3e\x52\xdd\x73\x8a\xd1\x5f\xe7\x06\x95\x41\x01\xc7\xca\x73\x2c\x0f\x3d\x5f\x49\x3e\x54\xc7\x75\x99\x9d\xe3\xe3\x37\x86\x6d\x59\x67\xa2\xb4\xe2\x2c\xb0\x7e\x7d\x87\xd3\x9f\xa4\x54\x69\xc6\xf8\xb4\x69\x1e\xf6\xde\x93\xad\xd3\x73\xc4\xa1\x26\x13\xb4\xe4\x2b\x97\xc4\xff\xa5\xaf\x0b\x78\xb1\x93\xe8\x85\x66\x17\x90\xa0\xa2\xa9\x7c\x1c\x18\xfb\x70\x4e\xde\xb1\xeb\x8d\xdf\x1c\xeb\xd2\x3d\xfc\xcd\x78\x4b\x5a\x70\xb1\x90\x0d\xfb\xee\xfc\x58\xc2\xf7\xc4\xdb\x47\xaf\x01\x00\x00\xff\xff\x39\x51\x62\xc4\x6f\x02\x00\x00" func idtablestakingNodeStake_rewarded_tokensCdcBytes() ([]byte, error) { return bindataRead( @@ -3005,11 +2984,11 @@ func idtablestakingNodeStake_rewarded_tokensCdc() (*asset, error) { } info := bindataFileInfo{name: "idTableStaking/node/stake_rewarded_tokens.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xde, 0x6d, 0xdc, 0x1e, 0x2c, 0x5b, 0xbb, 0xc7, 0xea, 0xf2, 0x93, 0xd9, 0x2f, 0x30, 0x7b, 0xb0, 0xc7, 0x6f, 0xd5, 0xba, 0x2a, 0x93, 0x4b, 0xa6, 0x82, 0x5d, 0x62, 0xe5, 0xe9, 0xc, 0x13, 0xed}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x7, 0xae, 0xc5, 0x68, 0x33, 0x11, 0xf, 0x33, 0x23, 0xba, 0x2e, 0xb6, 0xa1, 0xe6, 0xc4, 0xa9, 0x87, 0xe0, 0x3d, 0xbc, 0xd7, 0xdb, 0xf0, 0xb2, 0xd6, 0x1e, 0x39, 0xd, 0x41, 0xe5, 0xcc, 0x6c}} return a, nil } -var _idtablestakingNodeStake_unstaked_tokensCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x92\xcd\x8a\xdb\x50\x0c\x85\xf7\x7e\x8a\x83\x17\xc1\xde\xd8\x9b\xd2\x45\x68\x1b\xfa\x43\xa0\x50\x5a\x68\x92\xd9\x2b\xd7\x72\xe2\xc9\xf5\x95\x91\xe5\x49\x60\xc8\xbb\x0f\xfe\x49\x98\x10\x06\x66\x31\xda\xc8\x20\xe9\xf8\x7c\xd2\xad\xea\x46\xd4\xb0\xf4\x72\xfc\xfd\x6b\x4d\x5b\xcf\x2b\xa3\x43\x15\x76\x28\x55\x6a\xc4\xf7\x85\x38\x8a\x22\x53\x0a\x2d\x39\xab\x24\x24\x54\x4b\x17\x6c\x8e\xcd\xb2\x3a\x7d\xfe\x94\xe2\x39\x8a\x00\x20\xcf\xf1\x47\x1c\x79\x3c\x91\x56\xfd\x38\x4a\x51\x10\x94\x4b\x56\x0e\x8e\x61\x02\xdb\x33\x82\x14\x0c\xd9\x3e\xb2\xb3\x61\xd0\xb3\xa1\x35\x3a\xb0\xfe\xe7\x72\x0e\xea\x6c\x9f\xdc\xbb\xc8\xfe\x4a\xc1\xff\x1a\x56\x32\xd1\x14\xb3\x37\x3a\x56\x83\xd0\xe8\xa8\x51\x6e\x48\x39\x21\xe7\x6c\xd2\xfd\x21\xaa\x72\x7c\x20\xdf\x71\x8a\xd9\x77\xe7\x7a\x94\x1e\x01\x53\xe4\x39\xb6\x43\xcf\x7b\x9c\xf7\xd1\xb2\x2f\xb3\xab\x7d\x7c\x45\xff\xb7\xac\x35\x51\xda\x71\x36\x6a\x7d\xf9\x08\xa6\x6f\x49\x7f\xa0\x39\xf2\x49\x3b\x2f\xbd\x1c\xc7\x52\x7a\x75\xd3\xc7\x62\x81\x86\x42\xe5\x92\xf8\xa7\x74\xbe\x40\x10\xbb\x30\xdd\x10\xb5\xd3\xdd\xa9\xa8\xab\x10\x8f\x1a\xe7\x71\x73\x7c\x62\xd7\x19\xbf\xda\xcb\x2d\xe6\xf8\xb5\x09\x43\x2a\xd6\x72\xe0\xd0\x5e\xdf\xc5\x98\x2f\x7a\xe7\xe8\x25\x00\x00\xff\xff\xbf\x2c\x3f\x68\x72\x02\x00\x00" +var _idtablestakingNodeStake_unstaked_tokensCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x92\x4f\x4b\xc3\x40\x10\xc5\xef\xf9\x14\x8f\x1c\x4a\x72\x49\x2e\xe2\xa1\xa8\xc5\x3f\x14\x04\x51\xb0\xad\xf7\xe9\x66\xd2\xc6\x6e\x76\xc2\x66\x62\x0b\xd2\xef\x2e\xc9\xb6\xc5\x22\x82\x07\xdf\x65\x02\x99\x79\xf3\x7e\xc3\x56\x75\x23\x5e\x11\x4f\xad\x6c\x1f\x1f\xe6\xb4\xb4\x3c\x53\xda\x54\x6e\x15\x47\x51\xa4\x9e\x5c\x4b\x46\x2b\x71\x09\xd5\xd2\x39\x1d\x63\x31\xad\x76\x97\x17\x29\x3e\xa3\x08\x00\xf2\x1c\x4f\x62\xc8\xe2\x83\x7c\xd5\x8f\xa3\x14\x0f\x82\xe7\x92\x3d\x3b\xc3\x50\x81\xae\x19\x4e\x0a\x86\x2c\xdf\xd9\xe8\x30\x68\x59\xd1\x2a\x6d\xd8\xbf\x72\x39\x06\x75\xba\x4e\x7e\xa6\xc8\x9e\xa5\xe0\x97\x86\x3d\xa9\xf8\x14\xa3\x5f\x3a\x66\x83\x51\x48\xd4\x78\x6e\xc8\x73\x42\xc6\xe8\xc1\xf7\x4e\xbc\x97\xed\x1b\xd9\x8e\x53\x8c\x6e\x8d\xe9\x51\x7a\x04\x1c\x94\xe7\x58\x0e\x3d\x7f\x49\xde\xab\x65\x5b\x66\xa7\xf8\xb8\x46\xbf\x2d\x6b\x55\x3c\xad\x38\x0b\x5e\x57\xff\xc1\x74\x93\x94\x5e\xea\x31\xf2\x83\x77\x5e\x5a\xd9\x86\x5f\xe9\x29\x4d\xaf\xc9\x04\x0d\xb9\xca\x24\xf1\xbd\x74\xb6\x80\x13\x3d\x32\x9d\x11\xb5\x61\x05\xa8\xa8\x2b\x17\x07\x8f\x7d\xb8\x1c\xef\xd8\x74\xca\xdf\xee\x72\x8e\x19\xbe\x16\x6e\x28\xc5\x5c\x36\xec\xda\xd3\xbb\x08\xf5\xe8\xb7\x8f\xbe\x02\x00\x00\xff\xff\xd2\xd6\xed\x63\x5a\x02\x00\x00" func idtablestakingNodeStake_unstaked_tokensCdcBytes() ([]byte, error) { return bindataRead( @@ -3025,11 +3004,11 @@ func idtablestakingNodeStake_unstaked_tokensCdc() (*asset, error) { } info := bindataFileInfo{name: "idTableStaking/node/stake_unstaked_tokens.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xf4, 0xb1, 0xec, 0x45, 0x6a, 0xd6, 0xd6, 0x63, 0x55, 0x11, 0x3, 0xac, 0x13, 0xe4, 0x53, 0xd3, 0xb6, 0x8b, 0x82, 0xb3, 0x97, 0x39, 0x1d, 0x61, 0x2d, 0xb5, 0x64, 0x2d, 0xc3, 0x2f, 0xa9, 0x72}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x99, 0xa6, 0xd2, 0xe6, 0x2d, 0x1c, 0x16, 0x44, 0x2f, 0x73, 0xe, 0xf1, 0x7d, 0xbe, 0x9b, 0x1e, 0x4b, 0x5d, 0x75, 0xd9, 0xa9, 0x8a, 0xee, 0x46, 0xa, 0x35, 0xcf, 0xa0, 0x2c, 0x74, 0xa6, 0x92}} return a, nil } -var _idtablestakingNodeUnstake_allCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x51\xcd\x4a\xf3\x50\x10\xdd\xe7\x29\x0e\x59\x94\x64\x93\xee\xcb\xf7\x59\xaa\x22\x08\xa2\x62\xc5\xfd\xf4\x66\xd2\xc6\xde\xde\x09\x93\x89\x15\x4a\xdf\x5d\xf2\xd3\xd2\x52\x05\x17\xce\xea\xc2\x3d\x73\x7e\xe6\x94\x9b\x4a\xd4\x70\xe7\x65\x7b\x7f\xfb\x4a\x0b\xcf\x73\xa3\x75\x19\x96\x28\x54\x36\x88\x2f\x3f\xe2\x28\x8a\x4c\x29\xd4\xe4\xac\x94\x80\x5d\x14\x01\xc0\x78\x8c\x07\x71\xe4\xf1\x41\x5a\xb6\x70\x14\xa2\x20\x28\x17\xac\x1c\x1c\xc3\x04\xb6\x62\x04\xc9\x19\xb2\x78\x67\x67\xdd\xa2\x67\x43\x6d\xb4\x66\x7d\xe1\x62\x02\x6a\x6c\x95\x5c\xaa\x66\x8f\x92\xf3\x53\xc5\x4a\x26\x9a\x62\xf4\x03\x62\xde\x11\xf5\x8e\x2a\xe5\x8a\x94\x13\x72\xce\x06\xde\x6b\x51\x95\xed\x1b\xf9\x86\x53\x8c\x66\xce\x49\x13\x2c\xc5\xae\xc3\x0f\x29\x16\x1d\xe6\x37\xce\xdb\xa9\xd9\x17\xd9\xd1\x3e\xfe\xa3\x55\xcb\x6a\x13\xa5\x25\x67\x3d\xd7\xbf\xbf\xc8\x74\x95\xb4\x85\x4c\xbe\x69\xea\x04\x34\xef\x75\x9f\xc9\x56\xe9\xd1\x62\x3b\xd3\x29\x2a\x0a\xa5\x4b\xe2\x1b\x69\x7c\x8e\x20\x76\x08\x7a\x16\xb3\x1e\xca\xa7\x7c\x53\x86\xb8\xe7\xd8\xf7\xe7\xe4\x4f\x76\x8d\xf1\xc9\xb1\xce\xb3\x67\x4d\xe8\xde\x33\xef\x93\xc3\xe2\x3e\xfa\x0a\x00\x00\xff\xff\xa1\x88\x84\x20\x60\x02\x00\x00" +var _idtablestakingNodeUnstake_allCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x90\x41\x4b\xfb\x50\x10\xc4\xef\xf9\x14\x43\x0e\x25\xb9\xa4\xf7\xf2\xff\x5b\xaa\x22\x08\xa2\x62\xc5\xfb\xf6\x65\xd3\xc6\xbe\xbe\x0d\x9b\x8d\x15\x4a\xbf\xbb\x24\xaf\x2d\x16\x51\x3c\xb8\xa7\x3d\xcc\xce\xcc\x6f\xeb\x4d\x23\x6a\x48\x6f\xbc\x6c\x6f\xaf\x9f\x69\xe1\x79\x6e\xb4\xae\xc3\x32\x4d\x92\xc4\x94\x42\x4b\xce\x6a\x09\xd8\x25\x09\x00\x8c\xc7\xb8\x13\x47\x1e\x6f\xa4\x75\x2f\x47\x25\x0a\x82\x72\xc5\xca\xc1\x31\x4c\x60\x2b\x46\x90\x92\x21\x8b\x57\x76\x36\x1c\x7a\x36\xb4\x46\x6b\xd6\x27\xae\x26\xa0\xce\x56\xd9\xd7\xd4\xe2\x5e\x4a\x7e\x68\x58\xc9\x44\x73\x8c\xbe\x51\xcc\x07\xa3\xd8\xa8\x51\x6e\x48\x39\x23\xe7\xec\xe0\x7b\x29\xaa\xb2\x7d\x21\xdf\x71\x8e\xd1\xcc\x39\xe9\x82\xe5\xd8\x0d\xfa\x03\xc5\x62\xd0\xfc\xa6\x79\x3f\x2d\xfb\xaa\x38\xd5\xc7\x7f\xf4\x69\x45\x6b\xa2\xb4\xe4\x22\x7a\xfd\xfb\x0b\xa6\x8b\xac\x52\xd9\x4c\xf0\xa3\x68\x1e\x73\x1f\xc9\x56\xf9\xa9\x62\x3f\xd3\x29\x1a\x0a\xb5\xcb\xd2\x2b\xe9\x7c\x89\x20\x76\x04\x3d\xc3\x6c\xa3\x25\xa8\xdc\xd4\x21\x8d\x1e\xfb\xf8\x4e\x7e\x67\xd7\x19\x7f\x7a\xd6\x39\x7b\xd1\x85\x61\x9f\x79\x9f\x1d\x0f\xf7\xc9\x47\x00\x00\x00\xff\xff\x73\x8f\x76\x3f\x48\x02\x00\x00" func idtablestakingNodeUnstake_allCdcBytes() ([]byte, error) { return bindataRead( @@ -3045,11 +3024,11 @@ func idtablestakingNodeUnstake_allCdc() (*asset, error) { } info := bindataFileInfo{name: "idTableStaking/node/unstake_all.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x50, 0x1c, 0xa5, 0xdd, 0xf7, 0xea, 0x9b, 0x33, 0xd5, 0xdd, 0xc3, 0x4a, 0x31, 0x12, 0x57, 0x68, 0x42, 0x35, 0x8c, 0x64, 0xa7, 0x47, 0x11, 0x93, 0x34, 0xbe, 0x86, 0xb7, 0x1b, 0x2, 0x80, 0x5}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x13, 0x54, 0xcd, 0x1, 0xdf, 0x90, 0x56, 0xab, 0x30, 0xc9, 0x38, 0xe5, 0x61, 0x13, 0x42, 0x1f, 0xc0, 0xb, 0x41, 0x94, 0x59, 0xa6, 0x46, 0xc9, 0xa, 0x5c, 0x94, 0x4e, 0x63, 0xeb, 0xb, 0x8d}} return a, nil } -var _idtablestakingNodeUpdate_networking_addressCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x92\xc1\x4a\xf3\x50\x10\x85\xf7\x79\x8a\x43\x16\x25\xd9\x24\xfb\xf2\xff\x96\xaa\x08\x82\x54\x31\xe2\x7e\x7a\x33\x69\x63\xd3\x3b\x61\x32\x31\x82\xf4\xdd\x25\x4d\x5a\x5a\xaa\xe0\xc2\xd9\xde\xb9\xdf\x9c\x33\x73\xca\x6d\x2d\x6a\xb8\xab\xa4\xbb\xbf\x7d\xa1\x65\xc5\x99\xd1\xa6\xf4\x2b\x14\x2a\x5b\x84\x97\x0f\x61\x10\x98\x92\x6f\xc8\x59\x29\x3e\xf2\xdc\xcd\xf3\x5c\xb9\x69\xa6\xc8\x4c\x4b\xbf\x8a\xf1\x19\x04\x00\x90\xa6\x78\x10\x47\x15\xde\x49\xcb\x9e\x80\x42\x14\x04\xe5\x82\x95\xbd\x63\x98\xc0\xd6\x0c\x2f\x39\x43\x96\x6f\xec\x6c\xff\xb1\x62\x43\x63\xb4\x61\x7d\xe6\x62\x0a\x6a\x6d\x1d\x5d\x0a\x49\x16\x92\xf3\x63\xcd\x4a\x26\x1a\x63\xf2\x43\x47\xb6\x07\x0d\x8a\x6a\xe5\x9a\x94\x23\x72\xce\x46\xee\xb5\xa8\x4a\xf7\x4a\x55\xcb\x31\x26\x73\xe7\xa4\xf5\xd6\x5b\xc0\x58\x69\x8a\xe5\xbe\xe7\x37\xca\xfb\x6a\xb8\x2a\x92\xa3\x7c\xfc\x47\x3f\x2d\x69\x4c\x94\x56\x9c\x0c\xac\x7f\x7f\xe1\xe9\x2a\xea\x6f\x34\xfd\xe6\x78\x27\x4d\xd9\x30\xf7\x89\x6c\x1d\x1f\x25\xf6\x35\x9b\xa1\x26\x5f\xba\x28\xbc\x91\xb6\xca\xe1\xc5\x0e\x46\xcf\x6c\x36\x63\x1e\x28\xdf\x96\x3e\x1c\x18\xbb\x61\x9d\xfc\xc1\xae\x35\x3e\x59\xd6\xb9\xf7\xa4\xad\x73\x32\x5e\xb0\x75\xa2\x3d\x64\x4c\xca\x49\x68\x0e\xbc\x5d\xf0\x15\x00\x00\xff\xff\x85\x75\xea\x7b\x8a\x02\x00\x00" +var _idtablestakingNodeUpdate_networking_addressCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x92\x41\x4b\xeb\x50\x10\x85\xf7\xf9\x15\x87\x2c\x4a\xb2\x49\xf6\xe5\xbd\x57\xfa\x14\x41\x90\x2a\x46\xdc\x4f\x6f\x26\x6d\x6c\x7a\x27\xcc\x9d\x18\x41\xfa\xdf\x25\x4d\x5b\x5a\x44\x71\xe1\x59\x9f\xf9\xe6\x9c\x61\xea\x6d\x2b\x6a\x88\x6f\x1a\xe9\x6f\xaf\x9f\x68\xd9\x70\x61\xb4\xa9\xfd\x2a\x8e\x22\x53\xf2\x81\x9c\xd5\xe2\x13\xcf\xfd\xbc\x2c\x95\x43\x98\xa2\x30\xad\xfd\x2a\xc5\x7b\x14\x01\x40\x9e\xe3\x4e\x1c\x35\x78\x25\xad\x07\x02\x2a\x51\x10\x94\x2b\x56\xf6\x8e\x61\x02\x5b\x33\xbc\x94\x0c\x59\xbe\xb0\xb3\xfd\x60\xc3\x86\x60\xb4\x61\x7d\xe4\x6a\x0a\xea\x6c\x9d\x7c\x0e\x92\x2d\xa4\xe4\xfb\x96\x95\x4c\x34\xc5\xe4\x0b\x47\xb1\x07\x8d\x89\x5a\xe5\x96\x94\x13\x72\xce\x0e\xdc\xff\xa2\x2a\xfd\x33\x35\x1d\xa7\x98\xcc\x9d\x93\xce\xdb\x50\x01\x07\xe5\x39\x96\x7b\xcf\x4f\x92\x0f\x0a\xdc\x54\xd9\x29\x3e\xfe\x62\xd8\x96\x05\x13\xa5\x15\x67\x23\xeb\xcf\x6f\x74\xfa\x97\x54\x2a\xdb\x29\xbe\x35\x15\xe3\xde\x07\xb2\x75\x7a\x8a\x38\x68\x36\x43\x4b\xbe\x76\x49\x7c\x25\x5d\x53\xc2\x8b\x1d\x8b\x5e\xd4\x0c\x23\x12\x54\x6e\x6b\x1f\x8f\x8c\xdd\x78\x4e\x7e\x63\xd7\x19\x9f\x1d\xeb\xb2\x7b\xd6\xb5\x25\x19\x2f\xd8\x7a\xd1\x01\x72\xf8\x94\xb3\xa7\x39\xf2\x76\xd1\x47\x00\x00\x00\xff\xff\x9b\xed\xc0\x25\x72\x02\x00\x00" func idtablestakingNodeUpdate_networking_addressCdcBytes() ([]byte, error) { return bindataRead( @@ -3065,11 +3044,11 @@ func idtablestakingNodeUpdate_networking_addressCdc() (*asset, error) { } info := bindataFileInfo{name: "idTableStaking/node/update_networking_address.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xbb, 0xd2, 0x71, 0xf6, 0xe3, 0x80, 0x71, 0xc6, 0xeb, 0x99, 0xb9, 0x5f, 0x5b, 0x7b, 0x58, 0x5a, 0x60, 0xeb, 0x99, 0x8d, 0x8e, 0x29, 0xae, 0x92, 0xd0, 0x8c, 0x1, 0xe5, 0x56, 0xf7, 0x10, 0xee}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xea, 0x96, 0x1c, 0xdd, 0xf2, 0x90, 0xca, 0xcc, 0xfd, 0x6, 0xf5, 0x6e, 0xce, 0x94, 0x1e, 0xaf, 0x5c, 0x96, 0x2a, 0xd0, 0x4e, 0xe1, 0xd5, 0x3e, 0xe1, 0x9f, 0x19, 0x1, 0x50, 0x52, 0xc5, 0xd6}} return a, nil } -var _idtablestakingNodeWithdraw_reward_tokensCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x93\x4f\x6b\xdb\x40\x10\xc5\xef\xfb\x29\x06\x1d\x8c\x74\xa8\x74\x29\x3d\x98\xb4\xa1\x7f\x30\x14\x42\x53\xe2\x34\x3d\x8f\x57\xa3\x78\xeb\xf5\x8e\x18\x8d\xaa\x40\xc9\x77\x2f\x5a\xfd\x41\xae\x6b\x28\x25\x73\x11\x62\xdf\xbc\x79\x3f\xcd\xca\x1d\x6b\x16\x85\x8d\xe7\xee\xf3\xa7\x7b\xdc\x79\xda\x2a\x1e\x5c\x78\x84\x4a\xf8\x08\xc9\xf9\x41\x62\x16\x3d\xf7\x7c\xa0\xb0\x90\xc6\xf7\xc4\x18\xa3\x82\xa1\x41\xab\x8e\x43\x8a\x47\x6e\x83\xae\xe1\xdb\xc6\x3d\xbd\x79\x9d\xc1\x2f\x63\x00\x00\x8a\x02\x6e\xd8\xa2\x87\x9f\x28\xae\x1f\x00\x15\x0b\x20\x08\x55\x24\x14\x2c\x81\x32\xe8\x9e\x20\x70\x49\xc0\xbb\x1f\x64\x35\x36\x7a\x52\x68\x14\x0f\x24\x77\x54\xad\x01\x5b\xdd\xa7\xe7\x39\xf3\x2f\x5c\xd2\x6d\x4d\x82\xca\x92\xc1\xea\x82\x62\x1b\x8d\xcc\x6c\x5c\x4d\x14\xd1\x7b\x35\x43\xe5\x0f\xd8\x7a\x1d\x74\xb5\x50\x8d\x42\x29\x5a\xab\xe3\xfc\x0f\x2c\xc2\xdd\x03\xfa\x96\x32\x58\xbd\xb7\xb6\x47\xee\x51\x61\xac\xa2\x80\x5d\xd4\xfc\x0b\x61\x5f\x0d\xf9\x2a\x9f\x31\xe1\x2d\xf4\xd3\xf2\x46\x59\xf0\x91\xf2\xc1\xeb\xea\x25\xd8\xdf\xa5\xfd\xfe\xd6\x7f\xb9\x03\x0b\xd1\x76\x98\xfb\x15\x75\x9f\xcd\x11\xfb\xba\xbe\x86\x1a\x83\xb3\x69\xf2\x91\x5b\x5f\x42\x60\x9d\x40\x4f\x30\x9b\xf1\x5a\x61\x79\x74\x21\xc9\xcc\x29\xe7\xf2\xab\x5f\x40\xfd\x73\x15\x53\xec\x62\xd4\x15\xb3\x47\x3c\xfe\xbf\x94\x9b\x9b\xdb\xef\x10\xfb\x93\xc1\xe0\x79\x08\x4a\x4f\x64\x5b\xa5\xc5\x3e\xcf\x62\xe7\x25\xd5\xdc\x38\x1d\x63\x5d\xbd\x3a\x5d\x60\xde\x39\xdd\x97\x82\xdd\x1d\x75\x28\x25\x95\xb1\xaf\x99\x7f\x8e\xe1\x99\x4d\x53\x9f\xcd\xef\x00\x00\x00\xff\xff\x59\x46\xe5\x62\x9a\x03\x00\x00" +var _idtablestakingNodeWithdraw_reward_tokensCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x93\x4f\x6b\xdc\x40\x0c\xc5\xef\xf3\x29\x84\x0f\x8b\x7d\xa8\x7d\x29\x3d\x2c\x69\x43\xff\xb0\x50\x08\x4d\xc9\xa6\xe9\x59\x3b\x23\xc7\xd3\x1d\x8f\x8c\x2c\xd7\x81\x92\xef\x5e\xfc\x97\xdd\x86\x94\x52\xa2\x8b\x0f\x7a\x7a\x7a\x3f\x8b\xf1\x75\xc3\xa2\x90\xec\x02\xf7\x9f\x3f\xdd\xe2\x21\xd0\x5e\xf1\xe8\xe3\x7d\x62\x4e\x7b\xb7\x7c\xa4\x98\x18\x63\x54\x30\xb6\x68\xd5\x73\x4c\xb1\xe6\x2e\xea\x16\xbe\xed\xfc\xc3\x9b\xd7\x19\xfc\x32\x06\x00\xa0\x28\xe0\x8a\x2d\x06\xf8\x89\xe2\x07\x47\x28\x59\x00\x41\xa8\x24\xa1\x68\x09\x94\x41\x2b\x82\xc8\x8e\x80\x0f\x3f\xc8\xea\x38\x18\x48\xa1\x55\x3c\x92\xdc\x50\xb9\x05\xec\xb4\x4a\x9f\x06\xcb\xbf\xb0\xa3\xeb\x86\x04\x95\x25\x83\xcd\x33\x8a\xfd\x68\x64\x56\xe3\x72\xa1\x18\xbd\x37\x2b\x54\x7e\x87\x5d\xd0\x49\xd7\x08\x35\x28\x94\xa2\xb5\x3a\xef\xff\xc0\x22\xdc\xdf\x61\xe8\x28\x83\xcd\x7b\x6b\x07\xe4\x01\x15\xe6\x2a\x0a\x38\x8c\x9a\x7f\x21\x1c\xaa\xa5\x50\xe6\x2b\x26\xbc\x85\x61\x5b\xde\x2a\x0b\xde\x53\x3e\x79\x5d\xbc\x04\xfb\xbb\xb4\x14\xae\xb7\xf0\x57\xd1\x7e\xda\xfb\x15\xb5\xca\xd6\x88\x43\x5d\x5e\x42\x83\xd1\xdb\x34\xf9\xc8\x5d\x70\x10\x59\x17\xd0\x33\xcc\x76\xb2\x04\x74\xb5\x8f\x49\x66\xce\x39\x4f\xff\xfa\x33\xa8\x7f\x9e\x62\x89\x5d\xcc\xba\x62\xf5\x18\xdb\xff\x97\x72\x77\x75\xfd\x1d\xc6\xf9\x64\x32\x78\x9c\x82\xd2\x03\xd9\x4e\xe9\xe4\x9e\x4f\x62\xe7\x8e\x1a\x6e\xbd\xce\xb1\x2e\x5e\x9d\x1f\x30\xef\xbd\x56\x4e\xb0\xbf\xa1\x1e\xc5\x91\x1b\xe7\xda\xf5\x71\x4c\xdf\x6c\xd9\xfa\x68\x7e\x07\x00\x00\xff\xff\xc0\x48\xea\x36\x73\x03\x00\x00" func idtablestakingNodeWithdraw_reward_tokensCdcBytes() ([]byte, error) { return bindataRead( @@ -3085,11 +3064,11 @@ func idtablestakingNodeWithdraw_reward_tokensCdc() (*asset, error) { } info := bindataFileInfo{name: "idTableStaking/node/withdraw_reward_tokens.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x52, 0xeb, 0x3d, 0x25, 0xa1, 0xa5, 0x3e, 0xc5, 0x3, 0xd5, 0xde, 0x8f, 0xc3, 0xa1, 0x8, 0xb9, 0x75, 0x58, 0x54, 0x20, 0xdd, 0xea, 0x4d, 0x82, 0x1d, 0xd1, 0x39, 0x18, 0xbd, 0x95, 0x4c, 0xe7}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x28, 0x19, 0xb2, 0xfe, 0x45, 0x95, 0x6b, 0xfd, 0x3b, 0xc4, 0x69, 0x43, 0x69, 0xc0, 0x9f, 0x7d, 0xf, 0xd1, 0x11, 0x5e, 0x9d, 0x8b, 0xdd, 0xdc, 0x3b, 0x73, 0xa3, 0x21, 0x43, 0xad, 0xb8, 0x35}} return a, nil } -var _idtablestakingNodeWithdraw_unstaked_tokensCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x93\x4f\x6b\xdb\x40\x10\xc5\xef\xfb\x29\x06\x1d\x8c\x74\xa8\x74\x29\x3d\x98\xb4\xa1\x7f\x30\x14\x42\x53\xea\x24\x3d\x8f\x57\xa3\x78\xeb\xf5\x8e\x18\x8d\xaa\x40\xc9\x77\x2f\x5a\xfd\x41\xae\x6b\x28\x25\x73\x31\xd6\xbe\x79\xf3\x7e\x9a\x95\x3b\xd6\x2c\x0a\x1b\xcf\xdd\xe7\x4f\x77\xb8\xf3\xb4\x55\x3c\xb8\xf0\x08\x95\xf0\x11\x92\xf3\x83\xc4\x2c\x7a\xee\xf8\x40\x61\x21\x8d\xff\x13\x63\x8c\x0a\x86\x06\xad\x3a\x0e\x29\x1e\xb9\x0d\xba\x86\xfb\x8d\x7b\x7a\xf3\x3a\x83\x5f\xc6\x00\x00\x14\x05\xdc\xb0\x45\x0f\x3f\x51\x5c\x3f\x00\x2a\x16\x40\x10\xaa\x48\x28\x58\x02\x65\xd0\x3d\x41\xe0\x92\x80\x77\x3f\xc8\x6a\x6c\xf4\xa4\xd0\x28\x1e\x48\xbe\x51\xb5\x06\x6c\x75\x9f\x9e\xe7\xcc\xbf\x70\x49\xb7\x35\x09\x2a\x4b\x06\xab\x0b\x8a\x6d\x34\x32\xb3\x71\x35\x51\x44\xef\xd5\x0c\x95\x3f\x60\xeb\x75\xd0\xd5\x42\x35\x0a\xa5\x68\xad\x8e\xf3\x3f\xb0\x08\x77\x0f\xe8\x5b\xca\x60\xf5\xde\xda\x1e\xb9\x47\x85\xb1\x8a\x02\x76\x51\xf3\x2f\x84\x7d\x35\xe4\xab\x7c\xc6\x84\xb7\xd0\x4f\xcb\x1b\x65\xc1\x47\xca\x07\xaf\xab\x97\x60\x7f\x97\xf6\xfb\x5b\xff\xe5\x0e\x2c\x44\xdb\x61\xee\x57\xd4\x7d\x36\x47\xec\xeb\xfa\x1a\x6a\x0c\xce\xa6\xc9\x47\x6e\x7d\x09\x81\x75\x02\x3d\xc1\x6c\xc6\x6b\x85\xe5\xd1\x85\x24\x33\xa7\x9c\xcb\xb7\x7e\x01\xf5\xcf\x55\x4c\xb1\x8b\x51\x57\xcc\x1e\xf1\xf8\xff\x52\x6e\x6e\x6e\xbf\x43\xec\x4f\x06\x83\xe7\x21\x28\x3d\x91\x6d\x95\x16\xfb\x3c\x8b\x9d\x97\x54\x73\xe3\x74\x8c\x75\xf5\xea\x74\x81\x79\xe7\x74\x5f\x0a\x76\xf7\x21\x3e\x2b\x63\x5f\x33\x7f\x1c\xc3\x6f\x36\x4d\x7d\x36\xbf\x03\x00\x00\xff\xff\x34\xcb\x1a\xc9\x9a\x03\x00\x00" +var _idtablestakingNodeWithdraw_unstaked_tokensCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x93\x4f\x6b\xdc\x40\x0c\xc5\xef\xf3\x29\x84\x0f\x8b\x7d\xa8\x7d\x29\x3d\x2c\x69\x43\xff\xb0\x50\x08\x4d\xe9\x26\xe9\x59\x3b\x96\xe3\xe9\x8e\x47\x46\x96\xeb\x40\xc9\x77\x2f\x1e\xff\x61\xb7\x21\xa5\x94\xe8\x62\xb0\x9e\x9e\xde\xcf\xc2\xae\x69\x59\x14\x92\x9d\xe7\xe1\xf3\xa7\x1b\x3c\x78\xda\x2b\x1e\x5d\xb8\x4f\xcc\x69\xef\x86\x8f\x14\x12\x63\x8c\x0a\x86\x0e\xad\x3a\x0e\x29\x36\xdc\x07\xdd\xc2\xed\xce\x3d\xbc\x79\x9d\xc1\x2f\x63\x00\x00\x8a\x02\xae\xd8\xa2\x87\x9f\x28\x6e\x74\x84\x8a\x05\x10\x84\x2a\x12\x0a\x96\x40\x19\xb4\x26\x08\x5c\x12\xf0\xe1\x07\x59\x8d\x83\x9e\x14\x3a\xc5\x23\xc9\x37\xaa\xb6\x80\xbd\xd6\xe9\xd3\x60\xf9\x17\x2e\xe9\xba\x25\x41\x65\xc9\x60\xf3\x8c\x62\x1f\x8d\xcc\x6a\x5c\x2d\x14\xd1\x7b\xb3\x42\xe5\x77\xd8\x7b\x9d\x74\xad\x50\x8b\x42\x29\x5a\xab\xf3\xfe\x0f\x2c\xc2\xc3\x1d\xfa\x9e\x32\xd8\xbc\xb7\x76\x44\x1e\x51\x61\xae\xa2\x80\x43\xd4\xfc\x0b\xe1\x58\x1d\xf9\x2a\x5f\x31\xe1\x2d\x8c\xdb\xf2\x4e\x59\xf0\x9e\xf2\xc9\xeb\xe2\x25\xd8\xdf\xa5\x95\x70\xb3\x85\xbf\x8a\xf6\xd3\xde\xaf\xa8\x75\xb6\x46\x1c\xeb\xf2\x12\x5a\x0c\xce\xa6\xc9\x47\xee\x7d\x09\x81\x75\x01\x3d\xc3\xec\x26\x4b\xc0\xb2\x71\x21\xc9\xcc\x39\xe7\xe9\x57\x7f\x06\xf5\xcf\x53\x2c\xb1\x8b\x59\x57\xac\x1e\xb1\xfd\x7f\x29\x77\x57\xd7\xdf\x21\xce\x27\x93\xc1\xe3\x14\x94\x1e\xc8\xf6\x4a\x27\xf7\x7c\x12\x3b\x2f\xa9\xe5\xce\xe9\x1c\xeb\xe2\xd5\xf9\x01\xf3\xc1\x69\x5d\x0a\x0e\xb7\x21\xbe\x2b\xe3\x5c\xb7\xfe\x1c\xd3\x33\x5b\xb6\x3e\x9a\xdf\x01\x00\x00\xff\xff\xad\xc5\x15\x9d\x73\x03\x00\x00" func idtablestakingNodeWithdraw_unstaked_tokensCdcBytes() ([]byte, error) { return bindataRead( @@ -3105,11 +3084,11 @@ func idtablestakingNodeWithdraw_unstaked_tokensCdc() (*asset, error) { } info := bindataFileInfo{name: "idTableStaking/node/withdraw_unstaked_tokens.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x77, 0xc9, 0x29, 0x2b, 0x34, 0x2, 0xd7, 0x10, 0x4e, 0x68, 0xa9, 0x5e, 0x1e, 0x2d, 0xc5, 0xd9, 0xdb, 0xca, 0xd0, 0x10, 0xb4, 0x22, 0xef, 0xd4, 0xa5, 0x9c, 0xe5, 0xcd, 0xe, 0xb5, 0x16, 0xa8}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x11, 0xa4, 0x50, 0x9c, 0x27, 0x9d, 0x50, 0x93, 0x9e, 0x66, 0xdd, 0xf7, 0x10, 0x0, 0xa8, 0x79, 0xaf, 0xa0, 0x5e, 0xfb, 0xce, 0xc1, 0x7d, 0xd7, 0x8, 0x46, 0x3a, 0xdc, 0xa4, 0x1, 0x2f, 0x94}} return a, nil } -var _idtablestakingScriptsGet_approved_but_not_staked_nodesCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\x92\x31\x8f\x9b\x40\x10\x85\x7b\x7e\xc5\x8b\x2b\x68\xec\xde\x12\x45\x22\x2b\x92\xa5\x24\x8d\xdd\x59\x14\x6b\x18\xcc\xca\xcb\x0e\x99\x1d\x9c\x9c\x2c\xfe\xfb\x09\xf0\x01\x96\x4f\xb7\x05\x12\xbb\xdf\xe3\x7b\x8c\xd6\xd6\x0d\x8b\xe2\xa7\xe3\x7f\xfb\xdd\xd1\x9c\x1d\x1d\xd4\x5c\xad\xbf\xa0\x14\xae\xb1\x7a\x3d\x58\x45\xd1\x66\x83\x63\x65\x03\x42\x2e\xb6\x51\x08\x69\x2b\x3e\x40\x2b\x82\xb3\x41\xc1\x25\x3c\x17\xd4\xef\x18\x85\x11\x02\xfb\xe1\xd4\x34\x8d\xf0\x8d\x8a\x11\x3b\xb7\x8a\x82\xe1\x59\x91\xb7\x22\xe4\xd5\xbd\xa1\x32\x37\x82\xf2\x95\x7c\x40\x50\x73\xa5\x02\xe6\xcc\xfd\x5e\x45\xa8\xad\xb7\x75\x5b\x43\xe8\x6f\x6b\x85\x6a\xf2\xba\x8e\x4c\x9e\x53\x08\xb1\x71\x2e\x41\xd9\x7a\xd4\xc6\xfa\x38\xd9\xe2\x74\x50\xb1\xfe\x92\xe1\x1e\x01\x80\x23\x9d\xfc\xfb\x5d\x40\xfa\xc9\x4f\xaf\x2f\xa4\xdf\x1f\xcc\x2f\x1b\x34\x4e\xa6\xe8\xd8\xe5\xab\xe0\x61\x20\xfe\x70\x41\xfb\x5d\x88\x93\xe8\x35\xfa\xdb\x34\x5b\xdc\xc7\x5a\x5b\xfc\x60\x76\x1d\x52\xdc\xbb\x81\x2c\x59\x26\x12\xd6\x2f\x84\x63\xff\x7e\x2d\xbf\x74\xfa\x78\xc9\x90\x42\xa5\xa5\x81\xea\x66\x2d\xfd\x57\x31\x8f\x3a\x8b\x69\xa4\x38\x65\x93\x70\x1e\x48\xaf\x5c\x8e\x67\x96\xda\xf2\xd9\x3b\x53\x19\xbe\x8d\xea\x05\xdd\xaf\xa5\x79\x6d\x9a\x86\x7c\x11\xcf\xa9\x64\x62\xbb\x68\x7e\x8e\x97\xe8\x29\x1a\x75\xef\x01\x00\x00\xff\xff\x1f\x13\x7f\x5b\x9e\x02\x00\x00" +var _idtablestakingScriptsGet_approved_but_not_staked_nodesCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\x92\x41\x6b\x83\x40\x10\x85\xef\xfe\x8a\xd7\x9c\xf4\x92\xdc\x03\x1e\x5a\x42\x21\xd0\xf6\x92\xdc\x82\x87\x8d\x8e\x71\xc9\xba\x6b\x67\x67\xd3\x96\xe0\x7f\x2f\x6a\xaa\x86\x40\xf7\x20\x38\x7e\xcf\xef\x39\xa8\xeb\xc6\xb1\x60\xf1\x6a\xdc\xd7\x76\xb3\x57\x47\x43\x3b\x51\x67\x6d\x4f\x8b\x28\x5a\xad\xb0\xaf\xb4\x87\xcf\x59\x37\x02\x26\x09\x6c\x3d\xa4\x22\x18\xed\x05\xae\x84\x75\x05\x75\x13\x25\x50\x4c\x70\xb6\x7f\xaa\x9a\x86\xdd\x85\x8a\x01\x3b\x06\x41\xe1\x60\x9d\x20\x0f\xcc\x64\xc5\xfc\xa0\x52\x17\x82\xb8\x33\x59\x0f\x2f\xea\x4c\x05\xd4\xd1\x75\xb3\x8a\x50\x6b\xab\xeb\x50\x83\xe9\x33\x68\xa6\x9a\xac\x2c\x23\x95\xe7\xe4\x7d\xac\x8c\x49\x50\x06\x8b\x5a\x69\x1b\x27\x6b\x1c\x76\xc2\xda\x9e\x32\x5c\x23\x00\x30\x24\xa3\x7f\xbb\xf1\x48\xf1\xf8\x6d\xcb\x13\xc9\xf3\x8d\x79\xd3\x5e\xe2\x64\x8c\x0e\x5d\xfe\x0b\xee\x7a\xe2\xc3\x15\xb4\xdd\xf8\x38\x89\x1e\xa3\xef\xaa\x59\xe3\x3a\xd4\x5a\xe3\xc5\x39\xd3\x22\xc5\xb5\xed\xc9\xd2\xf1\x48\x42\xdb\x99\x70\xe8\xdf\x9d\xf9\x9b\x0e\x7f\x37\x19\x52\x08\x07\xea\xa9\x76\xd2\xd2\xb7\xb0\xba\xd5\x99\x6d\x23\xc5\x21\x1b\x85\xd3\x42\x3a\xe5\x7c\x3d\x93\x54\x97\xf7\xde\x89\xca\xf0\x34\xa8\x67\x74\x77\xe6\xe6\xa5\x6a\x1a\xb2\x45\x3c\xa5\x92\x91\x6d\xa3\xe9\x3a\xfc\x44\x77\xd1\xa8\xfd\x0d\x00\x00\xff\xff\x22\x74\x43\x66\x86\x02\x00\x00" func idtablestakingScriptsGet_approved_but_not_staked_nodesCdcBytes() ([]byte, error) { return bindataRead( @@ -3125,11 +3104,11 @@ func idtablestakingScriptsGet_approved_but_not_staked_nodesCdc() (*asset, error) } info := bindataFileInfo{name: "idTableStaking/scripts/get_approved_but_not_staked_nodes.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x14, 0xa8, 0xd9, 0xd7, 0xa2, 0x3c, 0xd5, 0x82, 0xed, 0xbe, 0x41, 0xd5, 0xa4, 0x94, 0x1e, 0x60, 0x33, 0x2f, 0x2e, 0x61, 0x5a, 0x62, 0x82, 0xc9, 0x65, 0x58, 0xaf, 0xf, 0x89, 0x70, 0xdd, 0xec}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x45, 0x1e, 0xe5, 0xa0, 0x48, 0x9f, 0x50, 0x24, 0x96, 0x59, 0xd2, 0x6a, 0xc0, 0x98, 0x4d, 0xab, 0x27, 0x6a, 0xa2, 0x7d, 0xec, 0x12, 0x2b, 0x8b, 0xd1, 0x23, 0x99, 0x8a, 0x68, 0x4d, 0xfb, 0xb5}} return a, nil } -var _idtablestakingScriptsGet_approved_nodesCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8f\x41\x4b\x03\x41\x0c\x85\xef\xf3\x2b\x1e\x7b\xda\xbd\xb4\x77\x41\x8a\x28\x82\xe0\xad\xbd\x89\x87\x38\x9b\x6e\x43\x67\x67\x86\x24\xa3\x88\xf8\xdf\x65\x5b\x11\xc5\xe6\x9a\x7c\x79\xdf\x93\xb9\x16\x75\xdc\xa7\xf2\xf6\x70\xb7\xa3\x97\xc4\x5b\xa7\xa3\xe4\x09\x7b\x2d\x33\xba\xff\x8b\x2e\x84\xf5\x1a\xbb\x83\x18\x2c\xaa\x54\x87\xb2\x37\xcd\x06\x3f\x30\x62\x53\xe5\xec\xa0\x5a\xb5\xbc\xf2\x88\x24\xe6\x21\x50\x8c\x6c\xd6\x53\x4a\x03\xf6\x2d\x63\x26\xc9\xfd\x70\x85\xa7\xad\xab\xe4\xe9\x19\x1f\x01\x00\x12\xff\x90\x8f\x62\x8e\xeb\x0b\x62\xab\x89\xfd\xe6\xfb\xfb\x72\xd4\x0f\x27\x74\x99\xcd\x06\x95\xb2\xc4\xbe\xbb\x2d\x2d\x8d\xc8\x65\x91\xa3\xf1\xaf\xcd\xb9\x99\x79\x51\x9a\xb8\x1b\xc2\x09\x3f\x77\xf8\x1d\xbe\x3a\xf2\xbb\x85\xcf\xaf\x00\x00\x00\xff\xff\x00\x5c\x95\xe3\x21\x01\x00\x00" +var _idtablestakingScriptsGet_approved_nodesCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x8f\x41\x4b\x03\x41\x0c\x46\xef\xf3\x2b\x3e\xf6\xb4\x7b\x69\xef\x82\x14\x51\x04\xc1\x5b\x7b\x13\x0f\x71\x36\xdd\x86\xce\xce\x0c\x49\x46\x11\xf1\xbf\xcb\xae\x22\x4a\x73\xce\xcb\x7b\x91\xb9\x16\x75\x74\xf7\xa9\xbc\x3d\xdc\x1d\xe8\x25\xf1\xde\xe9\x2c\x79\xea\x42\xd8\x6e\x71\x38\x89\xc1\xa2\x4a\x75\x28\x7b\xd3\x6c\xf0\x13\x23\x36\x55\xce\x0e\xaa\x55\xcb\x2b\x8f\x48\x62\x1e\x02\xc5\xc8\x66\x3d\xa5\x34\xe0\xd8\x32\x66\x92\xdc\x0f\x57\x78\xda\xbb\x4a\x9e\x9e\xf1\x11\x00\x20\xf1\x2f\xf9\x28\xe6\xb8\xc6\xa5\x7f\x33\xb1\xdf\xfc\x5c\x5f\x96\xfa\x61\x45\x97\xd9\xed\x50\x29\x4b\xec\xbb\xdb\xd2\xd2\x88\x5c\x96\x38\x1a\xff\xd7\xe0\xa8\x65\x86\x79\x51\x9a\xb8\x1b\xc2\x8a\x7f\xff\xf0\x57\xbe\x39\xf3\xbb\x85\xcf\xaf\x00\x00\x00\xff\xff\xee\xe0\x02\xc1\x09\x01\x00\x00" func idtablestakingScriptsGet_approved_nodesCdcBytes() ([]byte, error) { return bindataRead( @@ -3145,11 +3124,11 @@ func idtablestakingScriptsGet_approved_nodesCdc() (*asset, error) { } info := bindataFileInfo{name: "idTableStaking/scripts/get_approved_nodes.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x92, 0xac, 0xf9, 0x96, 0xc5, 0x4, 0x35, 0x8f, 0xd3, 0xaf, 0xca, 0x92, 0x87, 0x91, 0x68, 0xe0, 0xfd, 0xe2, 0xfc, 0x80, 0x6b, 0x22, 0xa5, 0x41, 0x2, 0x1c, 0xa8, 0xb1, 0x19, 0x20, 0xe7, 0x1a}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x71, 0xd7, 0x6f, 0xce, 0xbf, 0x1a, 0x43, 0x19, 0x4a, 0x7e, 0x81, 0xa7, 0x0, 0x72, 0xaf, 0xdd, 0x80, 0x4b, 0x38, 0xd5, 0x0, 0x1e, 0x48, 0xf7, 0x94, 0x7f, 0xa9, 0xb3, 0x87, 0x66, 0x7, 0x83}} return a, nil } -var _idtablestakingScriptsGet_candidate_limitsCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\xce\xc1\x4a\x03\x41\x0c\x06\xe0\xfb\x3c\xc5\xcf\x9e\x76\x2f\xf6\x22\x22\xbd\xf4\x50\x11\x0a\xe2\xc5\xfa\x00\x71\x26\xdb\x0d\xce\x24\xcb\x4c\x16\x0f\xa5\xef\x2e\x6d\x15\x04\x9b\x4b\x20\xe1\xe7\xff\xa4\xcc\x56\x1d\xcf\xd9\xbe\x76\x4f\x7b\xfa\xc8\xfc\xe6\xf4\x29\x7a\xc0\x58\xad\xa0\xfb\xff\xe8\x42\x58\xad\xb0\x9f\xa4\xa1\xc5\x2a\xb3\xa3\xb2\x2f\x55\x1b\x7c\x62\x64\x29\xe2\x0d\xa3\x55\x44\xd2\x24\x89\x9c\xa1\x96\xf8\x7a\x63\x8a\x13\xaa\x65\x0e\x14\x23\xb7\xd6\x53\xce\x03\xc6\x45\x51\x48\xb4\x1f\xd6\x38\xbe\xef\xd4\x1f\xd7\x38\xaf\x87\xfb\x13\x8e\x01\xc0\x4f\xc5\x0d\xe6\xdd\x81\x7d\xfb\x5b\xf4\x6a\x89\x5f\x2e\x80\x7e\xb8\xc4\xce\xb3\xd9\x60\x26\x95\xd8\x77\x5b\x5b\x72\x82\x9a\x23\x1b\xa5\x3f\xbe\x2b\xba\x1b\xc2\xe9\x3b\x00\x00\xff\xff\xa1\x29\xc8\x31\x0f\x01\x00\x00" +var _idtablestakingScriptsGet_candidate_limitsCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\xce\xc1\x4a\x03\x41\x0c\xc6\xf1\xfb\x3c\xc5\xc7\x9e\x76\x2f\xf6\x22\x22\xbd\xf4\x50\x11\x0a\xe2\xc5\xfa\x00\x71\x26\xed\x06\xb3\xc9\x32\x93\xc5\x43\xe9\xbb\x4b\x5b\x05\xc1\x5c\x02\x81\xf0\xff\xc9\x34\x7b\x0d\x74\xcf\xea\x5f\xbb\xa7\x3d\x7d\x28\xbf\x05\x7d\x8a\x1d\xbb\x94\x56\x2b\xec\x47\x69\x68\xb9\xca\x1c\xa8\x1c\x4b\xb5\x86\x18\x19\x2a\x93\x44\xc3\xc1\x2b\x32\x59\x91\x42\xc1\x30\x2f\x7c\xbb\x31\xe5\x11\xd5\x95\x13\xe5\xcc\xad\xf5\xa4\x3a\xe0\xb0\x18\x26\x12\xeb\x87\x35\x4e\xef\x3b\x8b\xc7\x35\x2e\xeb\xe1\xfe\x8c\x53\x02\xf0\x93\xc0\x7f\xcd\xdd\x91\x63\xfb\x1b\x7a\xf5\xc2\x2f\x57\x40\x3f\x5c\xdf\x2e\xb3\xd9\x60\x26\x93\xdc\x77\x5b\x5f\xb4\xc0\x3c\xa0\x4e\xe5\x8f\xef\x86\xee\x86\x74\xfe\x0e\x00\x00\xff\xff\x48\xeb\xfc\xed\xf7\x00\x00\x00" func idtablestakingScriptsGet_candidate_limitsCdcBytes() ([]byte, error) { return bindataRead( @@ -3165,11 +3144,11 @@ func idtablestakingScriptsGet_candidate_limitsCdc() (*asset, error) { } info := bindataFileInfo{name: "idTableStaking/scripts/get_candidate_limits.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x60, 0xa1, 0xa5, 0x45, 0xe1, 0x6a, 0x41, 0x4d, 0x33, 0x8d, 0xe9, 0x2a, 0x3f, 0x31, 0x86, 0xb6, 0x91, 0x74, 0xd1, 0xd9, 0x51, 0xe2, 0x22, 0x15, 0xb2, 0xcf, 0x5d, 0x6a, 0x5c, 0x5c, 0xd3, 0xa5}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xc2, 0xbd, 0x86, 0xfb, 0x44, 0xf, 0xb6, 0x30, 0x2, 0x29, 0x8c, 0x27, 0x35, 0x60, 0x6, 0x1, 0x42, 0x9a, 0x23, 0x63, 0x1b, 0xb0, 0x91, 0xc2, 0xbd, 0xc4, 0xff, 0x18, 0x8e, 0xdf, 0x44, 0x12}} return a, nil } -var _idtablestakingScriptsGet_candidate_nodesCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\xce\xb1\x4e\xc4\x30\x10\x04\xd0\xde\x5f\x31\xba\x2a\x69\xb8\x16\xa5\x04\x84\x74\x12\xa2\xb9\xe3\x03\x8c\xb3\x49\x56\xd8\xbb\x96\x77\x23\x8a\x28\xff\x8e\x82\xa0\x82\x7a\x66\xf4\x86\x4b\xd5\xe6\x78\xce\xfa\x79\x79\xba\xc5\xf7\x4c\x57\x8f\x1f\x2c\x33\xa6\xa6\x05\xa7\xbf\xc1\x29\x84\xf3\x19\xb7\x85\x0d\x96\x1a\x57\x47\x23\x5f\x9b\x18\x7c\x21\x64\x36\x87\x4e\x48\x51\x46\x1e\xa3\x13\x44\x47\xb2\x63\x32\x69\xfb\xae\xac\x35\x69\x39\x04\xaa\x9a\x96\x10\x53\x22\xb3\x2e\xe6\xdc\x63\x5a\x05\x25\xb2\x74\xfd\x80\xed\xed\x22\x7e\x3f\x60\xbb\x7a\x63\x99\x07\x3c\xa8\xe6\x7d\xc7\x16\x00\xfc\x98\xff\xfc\xbe\x9b\xc9\x1f\x7f\xf1\x57\x1d\xe9\x85\xcd\xbb\x3e\xec\x5f\x01\x00\x00\xff\xff\x7b\x95\x26\x62\xea\x00\x00\x00" +var _idtablestakingScriptsGet_candidate_nodesCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\xce\x31\x4e\xc4\x30\x10\x85\xe1\xde\xa7\x78\xda\x2a\x69\xd8\x16\xa5\x04\x84\xb4\x12\xa2\xd9\xe5\x00\xc6\x9e\x38\x23\x9c\x19\xcb\x33\x11\x45\x94\xbb\x23\x10\x54\xf4\xef\xe9\xfb\x79\x6d\xda\x1d\xa7\xe7\xaa\x9f\x97\xa7\x5b\x7c\xaf\x74\xf5\xf8\xc1\x52\x4e\x21\x9c\xcf\xb8\x2d\x6c\xb0\xd4\xb9\x39\x3a\xf9\xd6\xc5\xe0\x0b\xa1\xb2\x39\x74\x46\x8a\x92\x39\x47\x27\x88\x66\xb2\xef\xcb\xac\xfd\x67\xb2\xb5\xa4\x2b\x4b\x01\x35\x4d\x4b\x88\x29\x91\xd9\x10\x6b\x1d\x31\x6f\x82\x35\xb2\x0c\xe3\x84\xfd\xed\x22\x7e\x3f\x61\xbf\x7a\x67\x29\x13\x1e\x54\xeb\x71\x60\x0f\x00\x7e\x4d\xfc\xcf\xbb\x2b\xe4\x8f\x7f\xf8\xab\x66\x7a\x61\xf3\x61\x0c\xc7\x57\x00\x00\x00\xff\xff\x17\x86\x5f\x24\xd2\x00\x00\x00" func idtablestakingScriptsGet_candidate_nodesCdcBytes() ([]byte, error) { return bindataRead( @@ -3185,11 +3164,11 @@ func idtablestakingScriptsGet_candidate_nodesCdc() (*asset, error) { } info := bindataFileInfo{name: "idTableStaking/scripts/get_candidate_nodes.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x84, 0x34, 0x2c, 0xe4, 0x3e, 0x22, 0x7b, 0x2, 0x58, 0xff, 0x6d, 0xe6, 0x39, 0x29, 0x45, 0xd4, 0x5e, 0x50, 0x9d, 0xec, 0xf7, 0x45, 0xd8, 0xa8, 0x2f, 0x14, 0x2e, 0x64, 0x10, 0x35, 0x81, 0xf1}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x71, 0xfe, 0x1f, 0xd7, 0x3b, 0x7b, 0x2, 0xcf, 0x97, 0xd6, 0x97, 0xe0, 0xf0, 0xd1, 0x65, 0xd, 0x48, 0xec, 0xeb, 0xad, 0xaf, 0x85, 0x26, 0xf6, 0x78, 0xab, 0x9b, 0x8f, 0x91, 0x1a, 0x9e, 0x2e}} return a, nil } -var _idtablestakingScriptsGet_current_tableCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8e\xb1\xaa\x83\x40\x10\x45\xfb\xfd\x8a\x8b\x95\x36\xcf\xfe\xd5\xf2\xc0\xe6\x35\xda\x85\x14\x9b\x75\x5c\x87\xac\xb3\x32\x3b\x12\x42\xc8\xbf\x07\x21\x5d\xd2\x5d\xb8\x9c\xc3\xe1\x75\xcb\x6a\xf8\x4b\xf9\xd6\x77\xa3\xbf\x24\x1a\xcc\x5f\x59\x22\x66\xcd\x2b\xaa\xcf\xa3\x72\xae\x6d\x31\x2e\x5c\x50\x82\xf2\x66\x50\xb2\x5d\xa5\xc0\x16\x42\xd8\x55\x49\x0c\x3c\x91\x18\xdb\x1d\x76\xa0\x48\x24\xd1\x16\xe7\x7c\x08\x54\x4a\xed\x53\x6a\x30\xef\x82\xd5\xb3\xd4\xcd\x2f\x4e\x83\x29\x4b\x3c\xe3\xe1\x00\xbc\x8d\x5f\xaa\x7e\x22\xd9\x31\x69\xfa\xcf\x13\xf5\x5d\xa9\x1b\xf7\x7c\x05\x00\x00\xff\xff\x1e\x08\x43\x94\xc4\x00\x00\x00" +var _idtablestakingScriptsGet_current_tableCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x8d\x31\x0f\x82\x30\x10\x46\xf7\xfe\x8a\x2f\x4c\xb0\xc8\xee\x4c\x4c\x58\x5c\x60\x33\x0e\xb5\x9c\xe5\x62\x39\xc8\xf5\x1a\x63\x8c\xff\xdd\x90\xb8\xb9\xbd\xe5\xbd\xc7\xcb\xb6\xaa\xa1\x3a\xa5\xf5\xd9\x77\xa3\xbf\x25\x1a\xcc\x3f\x58\x62\xe5\x5c\xdb\x62\x9c\x39\x23\x07\xe5\xcd\xa0\x64\x45\x25\xc3\x66\x42\x28\xaa\x24\x06\x9e\x48\x8c\xed\x05\xdb\x55\x24\x92\x68\xb3\x73\x3e\x04\xca\xb9\xf6\x29\x35\xb8\x17\xc1\xe2\x59\xea\xe6\x88\xcb\x60\xca\x12\xaf\x78\x3b\x00\xbf\x22\xfe\xe7\x87\x48\xb6\x23\x4d\xe7\x75\xa2\xbe\xcb\x75\xe3\x3e\xdf\x00\x00\x00\xff\xff\x18\xff\xfa\x8e\xac\x00\x00\x00" func idtablestakingScriptsGet_current_tableCdcBytes() ([]byte, error) { return bindataRead( @@ -3205,11 +3184,11 @@ func idtablestakingScriptsGet_current_tableCdc() (*asset, error) { } info := bindataFileInfo{name: "idTableStaking/scripts/get_current_table.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xd6, 0x2a, 0x6b, 0x96, 0x8d, 0x9a, 0x6c, 0xa5, 0xb8, 0x89, 0xda, 0x4d, 0x43, 0x19, 0x77, 0x6c, 0xda, 0x84, 0x85, 0xfc, 0xfa, 0xdc, 0x7f, 0x3a, 0xa7, 0x27, 0x23, 0x9a, 0x14, 0x5, 0xb7, 0x1e}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x11, 0x12, 0xe7, 0x9a, 0x39, 0x77, 0x3d, 0xee, 0x86, 0x21, 0x19, 0x47, 0x5d, 0xbe, 0x20, 0x56, 0x8a, 0xb4, 0x1e, 0x61, 0xda, 0x5c, 0xa6, 0x9, 0x51, 0xa1, 0x3b, 0xc2, 0x1b, 0xd7, 0x58, 0x3f}} return a, nil } -var _idtablestakingScriptsGet_cut_percentageCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8e\x31\x8b\x83\x40\x10\x46\xfb\xfd\x15\x1f\x56\xda\x9c\xcd\x71\xc5\xb5\x77\x08\xe9\x42\x62\x7e\xc0\xb8\x8e\xba\xb8\xce\xca\xce\x88\x81\x90\xff\x1e\x02\xe9\x92\xf6\x3d\x78\xbc\xb0\xac\x29\x1b\x9a\x98\xf6\xc3\x7f\x4b\x5d\xe4\xb3\xd1\x1c\x64\xc4\x90\xd3\x82\xe2\x5d\x14\xce\xd5\x35\xda\x29\x28\xd4\xe7\xb0\x1a\x32\xdb\x96\x45\x61\x13\xa3\xa3\x48\xe2\x19\x69\x80\x1a\xcd\xdc\xc3\xd2\xcc\xa2\x4f\x40\x90\xd4\xb3\x73\xe4\x3d\xab\x96\x14\x63\x85\x61\x13\x2c\x14\xa4\xac\x7e\x71\x69\xc2\xf5\xe7\x1b\x37\x07\xe0\x15\xfd\x30\xf6\x35\xb2\x9d\x78\xa7\xdc\xff\x6d\x76\xe4\xec\x59\x8c\x46\x2e\x2b\x77\x7f\x04\x00\x00\xff\xff\x65\xa1\x14\x25\xcd\x00\x00\x00" +var _idtablestakingScriptsGet_cut_percentageCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\xcd\xb1\x8a\x83\x40\x10\x87\xf1\x7e\x9f\xe2\x8f\x95\x36\x67\x73\x5c\x71\x6d\x82\x90\x2e\x24\xe6\x01\xc6\x75\xd4\xc5\x75\x56\x76\x46\x0c\x84\xbc\x7b\x08\xa4\x4b\xfb\x15\xdf\x2f\x2c\x6b\xca\x86\xa2\x89\x69\x3f\x1d\x5b\xea\x22\x5f\x8d\xe6\x20\x63\xe1\x5c\x5d\xa3\x9d\x82\x42\x7d\x0e\xab\x21\xb3\x6d\x59\x14\x36\x31\x3a\x8a\x24\x9e\x91\x06\xa8\xd1\xcc\x3d\x2c\xcd\x2c\xfa\x0e\x04\x49\x3d\x3b\x47\xde\xb3\x6a\x49\x31\x56\x18\x36\xc1\x42\x41\xca\xea\x1f\xb7\x26\xdc\xff\x7e\xf1\x70\x00\x3e\x53\x7c\xfb\x3f\x23\xdb\x85\x77\xca\xfd\x61\xb3\x33\x67\xcf\x62\x34\x72\x59\xb9\xe7\x2b\x00\x00\xff\xff\x32\xee\x00\xb4\xb5\x00\x00\x00" func idtablestakingScriptsGet_cut_percentageCdcBytes() ([]byte, error) { return bindataRead( @@ -3225,11 +3204,11 @@ func idtablestakingScriptsGet_cut_percentageCdc() (*asset, error) { } info := bindataFileInfo{name: "idTableStaking/scripts/get_cut_percentage.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x86, 0xe2, 0xb8, 0x9, 0x30, 0x55, 0xde, 0x80, 0x22, 0x1d, 0xce, 0xcd, 0x75, 0x1c, 0x49, 0x6c, 0xc0, 0xf4, 0x71, 0xba, 0x1a, 0x1f, 0x4, 0x99, 0x53, 0xe6, 0x65, 0xc4, 0xff, 0x2b, 0xe7, 0x62}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xd9, 0xff, 0x5c, 0x60, 0x6, 0xdf, 0x55, 0x49, 0xc2, 0x65, 0x10, 0x69, 0x1a, 0xd5, 0x56, 0xae, 0x7c, 0xae, 0xfa, 0xb8, 0x3d, 0xeb, 0xf8, 0xdb, 0x24, 0x2f, 0x1b, 0x4c, 0x14, 0x87, 0x5d, 0x6}} return a, nil } -var _idtablestakingScriptsGet_del_stake_requirementsCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8e\xbd\x8a\xc2\x40\x14\x46\xfb\x79\x8a\x8f\x54\x49\xb3\x69\x96\x2d\xb6\x0e\x01\x0b\x1b\x8d\x0f\x30\xc6\x9b\xe4\x92\xf9\x89\x77\xee\xa0\x20\xbe\xbb\x88\x8a\x85\xd6\x07\xce\x39\xec\x97\x28\x8a\xd6\xc5\xd3\xaa\xe9\xec\xde\xd1\x56\xed\xcc\x61\xc4\x20\xd1\xa3\xf8\x04\x85\x31\x75\x8d\x6e\xe2\x84\xd4\x0b\x2f\x0a\x21\xcd\x12\x12\x74\x22\x78\x0e\xec\xb3\x47\x52\x3b\x13\x84\x8e\x99\x85\x3c\x05\xc5\x10\x05\x07\x72\x34\x5a\x8d\x92\x8c\xb1\x7d\x4f\x29\x95\xd6\xb9\x0a\x43\x0e\xf0\x96\x43\x59\xfd\x63\xd7\xf2\xf9\xef\x17\x17\x03\xe0\xa9\xfe\xb2\xf7\x33\x92\x36\x2f\xdb\xfa\x11\xbd\x23\xda\xbc\x93\x65\x65\xae\xb7\x00\x00\x00\xff\xff\x64\x7c\x1f\x80\xe0\x00\x00\x00" +var _idtablestakingScriptsGet_del_stake_requirementsCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\xce\xbd\xaa\xc2\x40\x10\xc5\xf1\x7e\x9f\xe2\x90\x2a\x69\x6e\x9a\x8b\x85\x75\x08\x58\xd8\x68\x7c\x80\x35\x4e\x92\x21\xfb\x11\x67\x67\x51\x10\xdf\x5d\x44\xc5\xc2\xfa\xc0\xff\x77\xd8\x2f\x51\x14\x45\xeb\xe2\x65\xd3\x74\xf6\xe8\x68\xaf\x76\xe6\x30\x16\xc6\xd4\x35\xba\x89\x13\x52\x2f\xbc\x28\x84\x34\x4b\x48\xd0\x89\xe0\x39\xb0\xcf\x1e\x49\xed\x4c\x10\x3a\x67\x16\xf2\x14\x14\x43\x14\x9c\xc8\xd1\x68\x35\x4a\x32\xc6\xf6\x3d\xa5\x54\x5a\xe7\x2a\x0c\x39\xc0\x5b\x0e\x65\xb5\xc6\xa1\xe5\xeb\xea\x1f\x37\x03\xe0\x9d\xc6\xef\x8b\xbf\x91\xb4\xf9\xd4\xb6\x2f\xf4\x39\xd1\xee\x4b\x96\x95\xb9\x3f\x02\x00\x00\xff\xff\x4c\x08\x72\xa8\xc8\x00\x00\x00" func idtablestakingScriptsGet_del_stake_requirementsCdcBytes() ([]byte, error) { return bindataRead( @@ -3245,11 +3224,11 @@ func idtablestakingScriptsGet_del_stake_requirementsCdc() (*asset, error) { } info := bindataFileInfo{name: "idTableStaking/scripts/get_del_stake_requirements.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x1a, 0x91, 0xe2, 0x54, 0xf9, 0x96, 0x3e, 0xcc, 0xa2, 0xe6, 0x3c, 0x46, 0x6b, 0xe2, 0xf0, 0x7e, 0xa2, 0x0, 0xec, 0xf0, 0xd0, 0xa4, 0x98, 0xa9, 0x64, 0x92, 0xc, 0xd0, 0xe4, 0x47, 0x5f, 0x75}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x7, 0x19, 0x1a, 0x77, 0xac, 0x96, 0x67, 0xb5, 0xa2, 0xe3, 0xbf, 0xde, 0xd5, 0x8b, 0x24, 0xeb, 0x21, 0x56, 0x8f, 0xcd, 0x98, 0x54, 0xe5, 0xe9, 0x86, 0x47, 0x82, 0xfc, 0x54, 0xd8, 0x4d, 0x47}} return a, nil } -var _idtablestakingScriptsGet_delegators_below_minCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x55\x4d\x8b\xdb\x30\x10\xbd\xfb\x57\x3c\xf6\xb0\xb5\xd9\xe2\x4d\xa1\xdb\x83\x69\x7a\x28\x61\x21\xd0\x8f\x43\x52\x7a\x58\x96\x45\x89\xe5\x44\x44\x96\x82\x24\x6f\x4a\x97\xfc\xf7\x22\x7f\xc4\x52\xac\x7c\x54\x97\x10\xcd\x9b\x37\x6f\x66\x34\x63\x56\x6e\xa5\x32\x78\xe4\x72\x37\x9d\xcc\xc9\x82\xd3\x99\x21\x1b\x26\x56\x28\x94\x2c\x71\x33\x34\xdc\x44\xd1\xfd\x3d\xe6\x6b\xa6\xa1\x97\x8a\x6d\x0d\x0a\x26\x72\x0d\xc2\x39\x64\x01\x02\x21\x73\xfa\x4e\x23\xa7\x9c\xae\x88\x91\x4a\x63\xb7\x96\x20\x8a\x42\x1b\xb2\xa1\x39\xc8\x42\xbe\x52\xfc\xa5\x4a\x5a\xa6\x45\x65\xb0\xa0\x5c\xee\x60\xd6\x14\x25\x13\xac\xac\x4a\xcb\xf4\x30\xc2\xe3\xb7\x9f\xbf\x41\x44\x0e\x45\x4d\xa5\x84\x06\x13\x85\x54\x25\x31\x4c\x0a\x4b\x53\x19\xeb\x54\x46\x11\x59\x2e\xa9\xd6\x31\xe1\x3c\x81\x36\xaa\x5a\x1a\x4c\xba\xf8\x5f\x2d\xf9\x77\x26\xa6\xa2\x90\x78\x8b\x22\x00\x70\xf1\xaf\x44\xc1\x48\x43\xf8\xac\x96\x97\xe1\xd7\x23\xfb\xf3\xe9\xe3\x69\x5c\x47\x68\x85\x1e\xf9\x04\x9d\x44\x55\x1e\xc4\xe8\x0c\x53\x61\x2e\xc3\xba\x18\x0d\x3c\x88\x3f\x14\xd8\x26\xd6\xe3\x9f\x86\x2d\x4b\x27\x2e\xf4\xb9\xa1\x63\x82\x99\x78\x28\x2d\xc1\x5b\x6d\xb6\x47\x53\x5e\xa4\x4e\x69\x30\xc6\x28\x1d\x05\xcc\xc3\x8a\x84\xa0\x5e\x30\x8c\xfd\x84\xcf\x40\x3b\x76\xcb\xe9\xc3\x82\x25\xc0\x18\x4f\xcf\x35\x6e\x3f\x2c\x5c\x51\x09\x90\x3c\x9f\xf7\x49\xc5\x2f\xcd\xbb\xec\x7a\x78\xa1\x00\x83\xab\xbb\xc6\xfd\x42\xc0\x4e\xdc\xff\xc4\x0c\x56\xf5\xac\xf9\x3a\x2d\x83\xc9\x88\x07\xf1\x4f\xd5\xff\x8c\xf1\x0e\x1f\xae\x8d\x6b\xbb\x15\xbf\xd4\xc3\x9c\x05\x56\x8f\xff\x5c\x07\xda\x82\x4d\x4f\xc9\x76\x4b\x45\x1e\x5b\xce\xa4\xd5\xb1\xf7\xf7\x82\x55\x51\x12\x26\x62\xbb\xa0\xa6\x93\x0c\x33\xa3\x98\x58\x25\xd9\xc9\x55\x61\x69\x38\x35\xf5\x46\xab\xaf\xc6\x21\xb5\x3f\x5a\xeb\x81\xb7\xf9\x4d\xa2\x83\x7f\xee\xbd\xfa\x16\xde\xe7\xa1\x7b\xe4\xc2\xe9\x29\xc6\x61\x61\xc7\x43\xdb\xf3\xa4\x9c\x8a\x95\x59\xb7\x91\x0b\xe9\xee\x88\x09\x98\x70\x85\xf4\x45\x6d\x15\x9e\x4e\xd0\xef\x9b\x9f\xe5\x7b\x37\x44\xe6\xfe\x69\x55\xd8\xe3\x66\x95\x1e\x4d\x5f\x1b\x39\x35\x72\x43\x85\x6e\x2e\x1d\x57\x56\x20\x84\xc0\x67\x3c\x8c\xd2\x11\x6e\x6f\xc3\xe6\x2f\x76\xfb\x38\x39\x86\x54\xf8\x69\xb5\x34\xc9\x75\x2e\xfd\xe4\x9c\xc5\x1f\x4d\x7d\x38\xd7\xce\x79\xef\x8e\x4f\xf3\xc1\xf3\x08\xa3\x7d\xf4\x2f\x00\x00\xff\xff\xb6\xa7\x8d\x2b\xae\x07\x00\x00" +var _idtablestakingScriptsGet_delegators_below_minCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x55\x4d\x8b\xdb\x30\x10\xbd\xfb\x57\x3c\xf6\xb0\xb5\xd9\xe2\x4d\xa1\xdb\x83\x69\x7a\x28\x66\x21\xd0\x8f\x43\x52\x7a\x58\x96\x45\x8e\xe5\x44\x44\x96\x82\x24\x6f\x4a\x97\xfc\xf7\x22\x7f\xc4\x72\xac\x7c\x54\x97\x10\xcd\x9b\x37\x6f\x66\x34\x63\x56\x6e\xa5\x32\xb8\x79\xe4\x72\x37\x4b\x17\x24\xe3\x74\x6e\xc8\x86\x89\xd5\x4d\x10\xdc\xdf\x63\xb1\x66\x1a\x7a\xa9\xd8\xd6\xa0\x60\x22\xd7\x20\x9c\x43\x16\x20\x10\x32\xa7\xef\x34\x72\xca\xe9\x8a\x18\xa9\x34\x76\x6b\x09\xa2\x28\xb4\x21\x1b\x9a\x83\x64\xf2\x95\xe2\x2f\x55\xd2\x32\x65\x95\x41\x46\xb9\xdc\xc1\xac\x29\x4a\x26\x58\x59\x95\x96\xe9\x61\x82\xc7\x6f\x3f\x7f\x83\x88\x1c\x8a\x9a\x4a\x09\x0d\x26\x0a\xa9\x4a\x62\x98\x14\x96\xa6\x32\xd6\xa9\x0c\x02\xb2\x5c\x52\xad\x43\xc2\x79\x04\x6d\x54\xb5\x34\x48\xbb\xf8\x5f\x2d\xf9\x77\x26\x66\xa2\x90\x78\x0b\x02\x00\x70\xf1\xaf\x44\xc1\x48\x43\xf8\xbc\x96\x97\xe0\xd7\x23\xfb\xf3\xe9\xe3\x69\x5c\x47\x68\x85\x1e\xf9\x78\x9d\x44\x55\x1e\xc4\xe8\x04\x33\x61\x2e\xc3\xba\x18\x0d\xdc\x8b\x3f\x14\xd8\x26\xd6\xe3\x9f\xc6\x2d\x8b\x53\x17\xfa\xdc\xd0\x31\xc1\x4c\x38\x96\x16\xe1\xad\x36\xdb\xa3\x29\x2f\x62\xa7\x34\x98\x62\x12\x4f\x3c\xe6\x71\x45\x7c\xd0\x41\x30\x4c\x87\x09\x9f\x81\x76\xec\x96\x73\x08\xf3\x96\x00\x53\x3c\x3d\xd7\xb8\xfd\xb8\x70\x45\x25\x40\xf2\x7c\xd1\x27\x15\xbe\x34\xef\xb2\xeb\xe1\x85\x02\x8c\xae\xee\x1a\xf7\x0b\x01\x3b\x71\xff\x13\xd3\x5b\xd5\xb3\xe6\xeb\xb4\x8c\x26\x23\x1c\xc5\x3f\x55\xff\x33\xc6\x3b\x7c\xb8\x36\xae\xed\x56\xf8\x52\x0f\x73\x82\x4b\xcf\x75\xa4\xcd\xdb\xf4\x98\x6c\xb7\x54\xe4\xa1\xe5\x8c\x5a\x1d\xfb\xe1\x5e\xb0\x2a\x4a\xc2\x44\x68\x17\xd4\x2c\x4d\x30\x37\x8a\x89\x55\x94\x9c\x5c\x15\x96\x86\x53\x53\x6f\xb4\xfa\x6a\xea\x53\xfb\xa3\xb5\x1e\x78\x9b\xdf\x28\x38\xf8\xe7\x83\x57\xdf\xc2\xfb\x3c\x74\x8f\xcc\x9c\x9e\x62\xea\x17\x76\x3c\xb4\x3d\x4f\xcc\xa9\x58\x99\x75\x1b\xb9\x90\xee\x8e\x48\xc1\x84\x2b\xa4\x2f\x6a\xab\xf0\x74\x82\xc3\xbe\x0d\xb3\x7c\xef\x86\x48\xdc\x3f\xad\x0a\x7b\xdc\xac\xe2\xa3\xe9\x6b\x23\xc7\x46\x6e\xa8\xd0\xcd\xa5\xe3\xca\x0a\xf8\x10\xf8\x8c\x87\x49\x3c\xc1\xed\xad\xdf\xfc\xc5\x6e\x1f\x27\x47\x9f\x8a\x61\x5a\x2d\x4d\x74\x9d\x4b\x3f\x39\x67\xf1\x47\x53\xef\xcf\xb5\x73\xde\xbb\xe3\xd3\x7c\xf0\x06\x84\xc1\x3e\xf8\x17\x00\x00\xff\xff\x02\x85\xa4\xe0\x96\x07\x00\x00" func idtablestakingScriptsGet_delegators_below_minCdcBytes() ([]byte, error) { return bindataRead( @@ -3265,11 +3244,11 @@ func idtablestakingScriptsGet_delegators_below_minCdc() (*asset, error) { } info := bindataFileInfo{name: "idTableStaking/scripts/get_delegators_below_min.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x25, 0x96, 0x53, 0x67, 0x6, 0x66, 0xfa, 0x53, 0xbc, 0xa1, 0x1d, 0x59, 0xf, 0x29, 0xe, 0x3a, 0x37, 0x82, 0x68, 0x33, 0x3e, 0xb1, 0x9e, 0xd9, 0xc5, 0x5d, 0xf5, 0x2b, 0xab, 0x83, 0x17, 0x5}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x69, 0xe8, 0xca, 0xe1, 0xf5, 0xa7, 0x35, 0x4a, 0xf5, 0xf2, 0x84, 0xb3, 0x3a, 0x3b, 0x1b, 0xe6, 0xae, 0x2e, 0x9e, 0xbb, 0xc5, 0xec, 0x3f, 0x57, 0x3d, 0xc4, 0x73, 0xfb, 0x7c, 0x49, 0xd8, 0x6b}} return a, nil } -var _idtablestakingScriptsGet_moves_pendingCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\xce\xb1\x4a\xc5\x40\x10\x85\xe1\x7e\x9f\xe2\x78\xab\xa4\xf1\x82\x76\x29\x45\x84\x0b\x0a\x42\xe2\x03\xac\xeb\x24\x19\xdc\x9d\x0d\x33\x13\x2d\x42\xde\x5d\x82\x76\xde\xfa\xc0\xff\x1d\x2e\x4b\x55\xc7\x53\xae\xdf\x97\xc7\x21\xbe\x67\xea\x3d\x7e\xb2\x4c\x18\xb5\x16\x9c\xfe\x0f\xa7\x10\xce\x67\x0c\x33\x1b\x2c\x29\x2f\x0e\x25\x5f\x55\x0c\x3e\x13\xd2\xaa\x4a\xe2\x28\xf5\x8b\x0c\x0b\xc9\xc7\xd1\xca\x6c\x1e\x42\x4c\x89\xcc\x9a\x98\x73\x8b\x71\x15\x94\xc8\xd2\xb4\x1d\xb6\xde\x95\x65\xea\xb0\xbd\x5d\xc4\xef\xef\x3a\x3c\xd4\x9a\xf7\x1d\x5b\x00\xf0\x97\xbf\x72\xf1\x76\x22\x7f\x39\x9c\xd7\x5f\xe6\x99\xcd\x9b\xf6\x26\xec\x3f\x01\x00\x00\xff\xff\xc3\x95\x22\x1d\xd5\x00\x00\x00" +var _idtablestakingScriptsGet_moves_pendingCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\xce\x31\x6a\xc3\x40\x10\x46\xe1\x7e\x4f\xf1\x47\x95\xd4\x44\x90\x74\x2a\x43\x08\x08\x12\x08\x48\x39\xc0\x66\x3d\x5e\x0d\x5e\xcd\x8a\x9d\x91\x5d\x08\xdd\xdd\x18\xbb\xf3\x05\xde\xf7\x78\x5e\x72\x31\x54\x5f\x29\x5f\xfa\xcf\xd1\xff\x27\x1a\xcc\x9f\x58\x62\xe5\x5c\xdb\x62\x9c\x58\xa1\xa1\xf0\x62\x28\x64\x6b\x11\x85\x4d\x84\xb0\x96\x42\x62\x98\xf3\x99\x14\x0b\xc9\x81\x25\x22\xb1\x9a\x73\x3e\x04\x52\xad\x7d\x4a\x0d\x8e\xab\x60\xf6\x2c\x75\xd3\x61\x1b\xac\xb0\xc4\x0e\xdb\x5f\x2f\xf6\xfe\xd6\xe1\x23\xe7\xb4\xef\xd8\x1c\x80\x47\x1e\xcf\x27\xaf\x91\xec\xe7\xe6\xfc\xde\x99\x6f\x56\xab\x9b\x17\xb7\x5f\x03\x00\x00\xff\xff\xa1\x24\xa3\x84\xbd\x00\x00\x00" func idtablestakingScriptsGet_moves_pendingCdcBytes() ([]byte, error) { return bindataRead( @@ -3285,11 +3264,11 @@ func idtablestakingScriptsGet_moves_pendingCdc() (*asset, error) { } info := bindataFileInfo{name: "idTableStaking/scripts/get_moves_pending.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xc, 0x8a, 0xea, 0xf0, 0x51, 0x8c, 0xc8, 0xe2, 0x3, 0x4d, 0xda, 0x35, 0xaf, 0x8d, 0xe6, 0x10, 0x19, 0x30, 0x3b, 0xce, 0x76, 0x62, 0x4a, 0x6a, 0x9, 0x16, 0xd1, 0xac, 0x48, 0xc3, 0xc5, 0x29}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x2b, 0x1b, 0xe4, 0x8b, 0xed, 0xd6, 0x2c, 0x98, 0xfe, 0x7b, 0x2c, 0x7e, 0xa6, 0x66, 0xd7, 0xfc, 0x98, 0x76, 0xf1, 0x73, 0xe1, 0xd3, 0x29, 0x7d, 0xf5, 0x4d, 0x91, 0xb2, 0x90, 0xb0, 0x69, 0x55}} return a, nil } -var _idtablestakingScriptsGet_node_committed_tokensCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8e\x31\x6a\x03\x41\x0c\x45\xfb\x39\xc5\xc7\x95\xb7\xb1\x9b\x90\xc2\x90\x2a\xc6\xb0\x4d\x1a\x3b\x07\x90\x67\x35\xb6\xd8\x19\xc9\xcc\xc8\x24\x10\x72\xf7\xe0\xdd\xb0\x4d\x52\x09\xf4\xf8\x8f\x27\xe5\x66\xd5\x71\xc8\xf6\xd1\xef\x4f\x74\xce\x7c\x74\x1a\x45\x2f\x48\xd5\x0a\x56\x7f\xc1\x2a\x84\xed\x16\xa7\xab\x34\xb4\x58\xe5\xe6\xa8\xec\xf7\xaa\x0d\x7e\x65\x9c\x29\x93\x46\x86\x25\x34\xa7\x91\x07\xb8\x8d\xac\xed\xf1\x20\xa8\x0d\x1c\x02\xc5\xc8\xad\xad\x29\xe7\x0e\xe9\xae\x28\x24\xba\x7e\xa0\x7e\xbf\xc3\xd1\xab\xe8\xa5\xdb\xe1\xfd\x20\x9f\xcf\x4f\xf8\x0a\x00\x90\xd9\xa7\x71\xaf\xc9\xf0\xf2\x4f\xee\xe6\xed\x97\x2e\xa2\xf9\x76\xd3\x7c\x2e\x5c\x0c\x9b\xb9\xe9\xd5\x4a\x11\x77\x1e\xc2\xf7\x4f\x00\x00\x00\xff\xff\x76\x78\x67\x79\x07\x01\x00\x00" +var _idtablestakingScriptsGet_node_committed_tokensCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x8e\x31\x6a\xc3\x40\x10\x45\xfb\x3d\xc5\xc7\x95\xd5\xd8\x4d\x48\x61\x48\x15\x63\x50\x93\xc6\xce\x01\x46\xab\x91\x34\x68\x77\x56\xec\x8e\x48\x20\xe4\xee\x41\x52\x50\xe3\x6a\x60\x3e\xef\xf1\x24\x4e\x29\x1b\x0e\xb7\x90\xbe\xea\xeb\x83\x9a\xc0\x77\xa3\x51\xb4\x3f\x38\x77\x3e\xe3\x31\x48\x41\xf1\x59\x26\x43\x66\x9b\xb3\x16\xd8\xc0\x68\x28\x90\x7a\x46\xea\x50\x8c\x46\x6e\x61\x69\x64\x2d\xcb\x83\xa0\xa9\x65\xe7\xc8\x7b\x2e\xe5\x48\x21\x54\xe8\x66\x45\x24\xd1\xe3\x32\xd5\xd7\x0b\xee\x96\x45\xfb\xea\x82\xcf\x9b\x7c\xbf\xbe\xe0\xc7\x01\x40\x60\x5b\xe1\x5a\xbb\x84\x37\x3c\x57\x9d\x3e\xfe\xd7\x5d\xb4\xdd\x6a\xc5\xb7\xc2\xdd\x70\xda\x9a\xde\x53\x8c\x62\xc6\xad\xfb\xfd\x0b\x00\x00\xff\xff\xdd\x0a\x31\x2e\xef\x00\x00\x00" func idtablestakingScriptsGet_node_committed_tokensCdcBytes() ([]byte, error) { return bindataRead( @@ -3305,11 +3284,11 @@ func idtablestakingScriptsGet_node_committed_tokensCdc() (*asset, error) { } info := bindataFileInfo{name: "idTableStaking/scripts/get_node_committed_tokens.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x22, 0xb9, 0x2, 0x2f, 0xff, 0xa2, 0x25, 0x20, 0x27, 0xda, 0xa3, 0xde, 0xa5, 0x91, 0xdb, 0x43, 0xb6, 0x80, 0x4c, 0x45, 0x3d, 0x15, 0x8c, 0xd4, 0x75, 0x99, 0x3, 0xed, 0x25, 0x51, 0x1b, 0x2c}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x3a, 0x94, 0xd8, 0xe8, 0x95, 0xba, 0xfa, 0xd6, 0xfe, 0x41, 0xf6, 0x6, 0x3c, 0xc4, 0x5f, 0x83, 0x12, 0x69, 0x7f, 0x7f, 0x4f, 0x8, 0xc, 0xd5, 0x3, 0x8d, 0x24, 0x4f, 0xef, 0xcd, 0x0, 0xf8}} return a, nil } -var _idtablestakingScriptsGet_node_infoCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\xce\xb1\x0e\x82\x40\x0c\xc6\xf1\xbd\x4f\xf1\x85\x09\x16\xd9\x99\x89\x09\x8b\x0b\xbc\x40\x81\x03\x1a\x8f\x1e\xb9\x2b\x71\x30\xbe\xbb\x21\x1a\x17\x8d\x53\x87\xfe\xf3\xcb\x27\xeb\x16\xa2\xe1\xec\xc3\xad\xa9\x3b\xee\xbd\x6b\x8d\xaf\xa2\x33\xa6\x18\x56\x64\xdf\x8f\x8c\xa8\x2c\xd1\x2d\x92\x90\x86\x28\x9b\x61\x76\x96\xc0\xde\xc3\x16\x07\xd1\x29\x80\xfb\xb0\x1b\x18\x1a\x46\x07\xd6\x11\xd1\xd9\x1e\x35\x41\x8c\x88\x87\xc1\xa5\x94\xb3\xf7\x05\xa6\x5d\xb1\xb2\x68\x7e\x94\x4d\x5d\xa1\xb5\x28\x3a\x17\xd5\x8f\x45\xa7\xcb\xd1\x1c\xfc\x9d\x00\xbc\xcd\x7f\xe1\x47\x7d\xdd\x82\x1e\xf4\x0c\x00\x00\xff\xff\x18\xd8\x93\xc8\xf0\x00\x00\x00" +var _idtablestakingScriptsGet_node_infoCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\xcd\xb1\xaa\x83\x40\x10\x85\xe1\x7e\x9e\xe2\x60\xa5\xcd\xb5\xb7\x96\x0b\x36\x69\xf4\x05\x46\x5d\x75\xc8\x3a\x2b\xbb\x23\x29\x42\xde\x3d\x2c\x09\x69\x02\xa9\x4e\xf3\xf3\x1d\xd9\x8f\x10\x0d\xc5\xbf\x0f\xb7\xae\x1d\x78\xf4\xae\x37\xbe\x8a\xae\x05\x51\x5d\x63\xd8\x24\x21\x4d\x51\x0e\xc3\xea\x2c\x81\xbd\x87\x6d\x0e\xa2\x4b\x00\x8f\xe1\x34\x30\x34\xcc\x0e\xac\x33\xa2\xb3\x33\x6a\x82\x18\x11\x4f\x93\x4b\xa9\x64\xef\x2b\x2c\xa7\x62\x67\xd1\x32\x97\x5d\xdb\xa0\xb7\x28\xba\x56\x0d\xbe\x8f\xff\x2e\xb9\xc9\xfc\x9d\x00\xbc\xcd\x5f\xe1\x47\x7d\x6d\x45\x0f\x7a\x06\x00\x00\xff\xff\x0f\xe4\xc5\xf2\xd8\x00\x00\x00" func idtablestakingScriptsGet_node_infoCdcBytes() ([]byte, error) { return bindataRead( @@ -3325,11 +3304,11 @@ func idtablestakingScriptsGet_node_infoCdc() (*asset, error) { } info := bindataFileInfo{name: "idTableStaking/scripts/get_node_info.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xba, 0x21, 0xcd, 0xb7, 0xd2, 0xc, 0x46, 0xd2, 0xc3, 0x2b, 0x49, 0xac, 0x98, 0xc7, 0x5a, 0x8, 0x8e, 0xaa, 0xfe, 0xdd, 0x85, 0xe6, 0x93, 0x64, 0x53, 0x63, 0xc5, 0x65, 0xe3, 0xef, 0xa3, 0x39}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x69, 0x4a, 0xde, 0x8b, 0xcc, 0x8d, 0x66, 0x72, 0x2e, 0xba, 0xb7, 0x87, 0x6f, 0xa8, 0x75, 0x87, 0x4f, 0xc, 0x78, 0x23, 0xa0, 0xbb, 0x6f, 0x78, 0x7, 0x51, 0x27, 0xf8, 0xe7, 0x64, 0xcb, 0x60}} return a, nil } -var _idtablestakingScriptsGet_node_info_from_addressCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x90\xcd\x6a\xeb\x30\x10\x85\xf7\x7a\x8a\x83\x17\x17\x7b\xe3\xec\xc3\x6d\x43\x68\x28\x64\x53\x02\xcd\x0b\x8c\xe5\x71\x32\xad\xa2\x31\xd2\x98\x2c\x42\xde\xbd\x38\xa2\xb4\xd0\x1f\xaa\x95\x60\x46\xe7\x3b\xfa\xe4\x34\x6a\x32\x3c\x06\x3d\x6f\x37\x7b\xea\x02\x3f\x1b\xbd\x4a\x3c\x60\x48\x7a\x42\xf5\x75\x50\x39\xb7\x58\x60\x7f\x94\x8c\xec\x93\x8c\x86\x03\x5b\x06\x85\x00\x3b\x32\x24\x0e\x0a\xea\x74\x32\x10\xa2\xf6\x0c\x8a\x3d\x12\xdb\x94\x62\x86\x98\x73\xe4\x3d\xe7\x5c\x53\x08\x0d\x86\x29\xe2\x44\x12\x6b\xea\xfb\xc4\x39\x2f\xb1\x2e\x97\x66\xf9\x4d\xa7\xf6\x49\x7b\xde\xce\x80\x8b\x73\x00\x10\xd8\x6e\x8c\x79\xce\x09\x77\x73\x95\xb5\xf7\x3a\x45\x7b\x4f\x6c\x6e\x8b\xf3\x69\x3d\x8d\xd4\x49\x10\x13\xce\x6d\xa7\x29\xe9\xf9\xff\xbf\xcb\x0f\x98\x12\xb9\x9b\xba\x20\xfe\x7a\x5f\xff\x61\x6b\x47\x76\xfc\xa0\xad\x56\x18\x29\x8a\xaf\xab\x07\x9d\x42\x8f\xa8\x86\xc2\x44\xe2\x81\x13\x47\xcf\x30\x2d\x8a\x72\xe9\xaf\xdd\x0b\x7b\xab\x9a\xf2\xb9\xe2\xec\x37\x0d\xf5\xfc\x78\xbb\x59\x7e\x72\xd0\x4a\xdf\xb8\xab\x7b\x0b\x00\x00\xff\xff\x31\x19\xe4\x4c\xd7\x01\x00\x00" +var _idtablestakingScriptsGet_node_info_from_addressCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x90\xc1\x6a\xeb\x30\x10\x45\xf7\xfa\x8a\x8b\x17\x0f\x7b\xe3\xec\xc3\x7b\x2f\x84\x86\x42\x36\x25\xd0\xfc\xc0\x58\x9a\x24\xd3\x2a\x1a\x23\x8d\xc9\x22\xe4\xdf\x8b\x23\x4a\x0b\xa5\xa5\x5a\x09\x34\xba\xe7\xce\x91\xf3\xa8\xd9\xd0\x3c\x46\xbd\x6c\x37\x7b\x1a\x22\x3f\x1b\xbd\x4a\x3a\x36\xce\x2d\x16\xd8\x9f\xa4\xa0\xf8\x2c\xa3\xe1\xc8\x56\x40\x31\xc2\x4e\x0c\x49\x07\x05\x0d\x3a\x19\x08\x49\x03\x83\x52\x40\x66\x9b\x72\x2a\x10\x73\x8e\xbc\xe7\x52\x5a\x8a\xb1\xc3\x61\x4a\x38\x93\xa4\x96\x42\xc8\x5c\xca\x12\xeb\x7a\xe9\x96\xf8\x8a\xee\x9f\x34\xf0\x76\x06\x5c\x9d\x03\x80\xc8\x76\x67\xcc\xef\x9c\xf1\x6f\xae\xb2\xf6\x5e\xa7\x64\xef\x89\xdd\x7d\x70\x3e\xbd\xa7\x91\x06\x89\x62\xc2\xa5\x1f\x34\x67\xbd\xfc\xfd\x73\xfd\x06\x53\x23\x77\xd3\x10\xc5\xdf\xfe\xb7\xbf\x98\xda\x91\x9d\x3e\x68\xab\x15\x46\x4a\xe2\xdb\xe6\x41\xa7\x18\x90\xd4\x50\x99\xc8\x7c\xe0\xcc\xc9\x33\x4c\xab\xa2\x52\xfb\xeb\xf0\xc2\xde\x9a\xae\x2e\x57\x9d\xfd\xa4\xa1\x9d\x3f\x6f\x37\xcb\x4f\x0e\x7a\x09\x9d\xbb\xb9\xb7\x00\x00\x00\xff\xff\xa5\xbf\xfd\x13\xbf\x01\x00\x00" func idtablestakingScriptsGet_node_info_from_addressCdcBytes() ([]byte, error) { return bindataRead( @@ -3345,11 +3324,11 @@ func idtablestakingScriptsGet_node_info_from_addressCdc() (*asset, error) { } info := bindataFileInfo{name: "idTableStaking/scripts/get_node_info_from_address.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x51, 0xd7, 0x3, 0x14, 0x4b, 0x6c, 0x3a, 0x16, 0x47, 0x8e, 0xdb, 0x75, 0x1b, 0x8, 0xe, 0x87, 0x83, 0x39, 0x57, 0x8d, 0x2b, 0x31, 0x72, 0x62, 0x9d, 0x31, 0xbc, 0x7e, 0xc6, 0xbe, 0x92, 0xeb}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xc3, 0x8b, 0x9b, 0x4c, 0x7d, 0xe9, 0x43, 0x4a, 0x69, 0xaf, 0x6e, 0x3c, 0xdd, 0x27, 0xa0, 0x10, 0xbb, 0x10, 0xd9, 0xc1, 0x7f, 0x34, 0x49, 0x1a, 0x18, 0xa7, 0x20, 0x74, 0x21, 0xd1, 0x2c, 0x44}} return a, nil } -var _idtablestakingScriptsGet_node_initial_weightCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8e\xb1\x8a\x84\x30\x14\x45\xfb\x7c\xc5\xc5\x4a\x1b\x6d\x96\x2d\x84\xed\x64\x21\xcd\x36\xba\x6c\x9d\x75\x12\x7d\x4c\x7c\x91\xe4\x89\xc5\x30\xff\x3e\x8c\x8a\xcd\x4c\x75\x8b\xc3\x3d\x1c\x9a\xe6\x10\x05\xdf\x3e\xac\xba\xe9\xcc\xbf\xb7\xad\x98\x2b\xf1\x00\x17\xc3\x84\xec\x15\x64\x4a\x55\x15\xba\x91\x12\x52\x1f\x69\x16\x44\x2b\x4b\xe4\x04\x19\x2d\x88\x49\xc8\x78\xac\x96\x86\x51\x10\x1c\x0c\x38\x5c\xac\x52\xa6\xef\x6d\x4a\xb9\xf1\xbe\x80\x5b\x18\x93\x21\xce\x9f\x48\x37\x35\x5a\x89\xc4\x43\x51\xe3\x57\xb3\x7c\x7e\xe0\xa6\x00\xc0\x5b\xd9\xce\x9a\x5d\xc0\xd7\x9b\xc8\xf2\xe7\xa0\xa7\x68\xdf\x62\xbb\xef\x5d\xa7\xa1\x3c\xda\xfe\xb6\x34\x75\x7f\x04\x00\x00\xff\xff\x7c\x2d\x7f\xbb\xfb\x00\x00\x00" +var _idtablestakingScriptsGet_node_initial_weightCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\xce\x31\xeb\x83\x30\x14\x04\xf0\x3d\x9f\xe2\x70\xd2\x45\x97\x3f\xff\x41\xe8\x26\x85\x2c\x5d\xb4\x74\x4e\x6d\xd4\x47\xe3\x8b\x24\x4f\x1c\x4a\xbf\x7b\xa9\x8a\x4b\xa7\x1b\x8e\x3b\x7e\x34\x4e\x3e\x08\x92\xb3\xf3\x8b\xae\x1a\x73\x77\xb6\x16\xf3\x24\xee\x13\xa5\x8a\x02\xcd\x40\x11\xb1\x0d\x34\x09\x82\x95\x39\x70\x84\x0c\x16\xc4\x24\x64\x1c\x16\x4b\xfd\x20\xf0\x1d\x0c\xd8\x3f\xac\x52\xa6\x6d\x6d\x8c\xa9\x71\x2e\x43\x37\x33\x46\x43\x9c\x7e\x2b\x5d\x95\xa8\x25\x10\xf7\x59\x89\xab\x66\xf9\xff\xc3\x4b\x01\x80\xb3\xb2\x8e\x35\x77\x1e\x27\xfc\x5a\xf2\xcb\xde\x1e\x47\x5b\x66\xeb\x7c\x73\x1d\x0f\xf9\x6e\xbb\xad\x34\xf5\xfe\x04\x00\x00\xff\xff\xcb\xe9\x38\x5b\xe3\x00\x00\x00" func idtablestakingScriptsGet_node_initial_weightCdcBytes() ([]byte, error) { return bindataRead( @@ -3365,11 +3344,11 @@ func idtablestakingScriptsGet_node_initial_weightCdc() (*asset, error) { } info := bindataFileInfo{name: "idTableStaking/scripts/get_node_initial_weight.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x1e, 0x31, 0x8c, 0x67, 0xbd, 0xca, 0x66, 0x6e, 0xa, 0xa, 0x1, 0x6b, 0x1f, 0xf3, 0x67, 0xaf, 0xa1, 0x6d, 0x22, 0xeb, 0xb9, 0xd0, 0xa7, 0x45, 0xd8, 0x2b, 0x75, 0xb2, 0x1d, 0xfe, 0xb1, 0x92}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xcd, 0x80, 0x8f, 0x41, 0x13, 0x9f, 0xce, 0x80, 0x4, 0x9a, 0xfd, 0x5b, 0x4d, 0x14, 0x9b, 0xce, 0x16, 0x8b, 0x67, 0x39, 0xe4, 0x94, 0xe5, 0x95, 0xf1, 0x44, 0x33, 0xd8, 0xe, 0x36, 0xd6, 0xb3}} return a, nil } -var _idtablestakingScriptsGet_node_networking_addrCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8e\xb1\x6a\x84\x40\x10\x86\xfb\x7d\x8a\x1f\x2b\x6d\xb4\x0f\xa4\x08\x48\xc0\x26\x8d\xbe\xc0\x46\x67\x75\xc9\x3a\x2b\xb3\x23\x16\x21\xef\x1e\x4e\x3d\xaf\xb8\xab\x66\xe0\xe3\xff\xf8\xfc\xbc\x44\x51\x7c\x86\xb8\x35\x75\x67\xbf\x03\xb5\x6a\x7f\x3c\x8f\x70\x12\x67\x64\xcf\x20\x33\xa6\xaa\xd0\x4d\x3e\x21\xf5\xe2\x17\x85\x90\xae\xc2\x09\x3a\x11\x98\x74\x8b\xb2\x0b\x3e\x86\x41\x28\x25\x44\x07\x0b\x8e\x03\x19\x63\xfb\x9e\x52\xca\x6d\x08\x05\xdc\xca\x98\xad\xe7\xfc\x86\x9a\xfa\x0d\xad\x8a\xe7\xb1\xb8\x3f\xf8\x35\x00\x10\x48\xf7\x71\xc3\x2e\xe2\xfd\x45\x68\xf9\x75\xd2\x4b\x74\xdc\x62\x9f\x1f\x6d\x97\xa1\x7c\xf4\x9d\x79\xe6\xef\x3f\x00\x00\xff\xff\x9b\x3e\x96\x87\x03\x01\x00\x00" +var _idtablestakingScriptsGet_node_networking_addrCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x8e\xbd\x8a\x84\x40\x10\x84\xf3\x79\x8a\xc2\x48\x13\xcd\x0f\x2e\x38\x90\x03\x93\x4b\xf4\x05\xe6\xb4\xd5\x61\xc7\x1e\x99\x6e\x31\x58\xf6\xdd\x17\x7f\xd6\x0d\x36\xea\x86\xaa\xfa\xf8\xdc\x34\x87\xa8\x48\x7e\x7d\x58\xab\xb2\xb1\xff\x9e\x6a\xb5\x37\xc7\x43\x62\x4c\x51\xa0\x19\x9d\x40\xda\xe8\x66\x45\x24\x5d\x22\x0b\x74\x24\x30\xe9\x1a\xe2\xd6\xc3\x4f\xd7\x45\x12\x41\xe8\x61\xc1\xa1\x23\x63\x6c\xdb\x92\x48\x6a\xbd\xcf\xd0\x2f\x8c\xc9\x3a\x4e\xb7\xa8\x2a\xbf\x50\x6b\x74\x3c\x64\xaf\x07\x77\x03\x00\x9e\x74\x1f\x57\xdc\x07\x7c\xe3\xd3\x27\xff\x3b\xd3\x0b\x74\xdc\x6c\x9f\x1f\x6e\x17\x21\x7f\xfb\x9d\x7a\xe6\xf1\x0c\x00\x00\xff\xff\xb6\xa7\x7e\x59\xeb\x00\x00\x00" func idtablestakingScriptsGet_node_networking_addrCdcBytes() ([]byte, error) { return bindataRead( @@ -3385,11 +3364,11 @@ func idtablestakingScriptsGet_node_networking_addrCdc() (*asset, error) { } info := bindataFileInfo{name: "idTableStaking/scripts/get_node_networking_addr.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xa8, 0x91, 0xae, 0x4, 0xd4, 0x58, 0xda, 0xbc, 0x54, 0xfe, 0xdd, 0xf4, 0x99, 0x87, 0x9a, 0xe2, 0x69, 0xe0, 0xca, 0xcf, 0xf, 0xc2, 0x5d, 0x7e, 0xa9, 0x2b, 0xd8, 0x99, 0xca, 0xcd, 0x39, 0xf6}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x45, 0x23, 0x15, 0x47, 0xba, 0x42, 0x1c, 0xc8, 0xa4, 0xc8, 0x1e, 0xf9, 0xfc, 0xc6, 0x21, 0x69, 0xeb, 0x29, 0xb6, 0x47, 0x5c, 0x29, 0xd3, 0xed, 0x14, 0x59, 0x2, 0x6, 0x33, 0x77, 0x8b, 0xeb}} return a, nil } -var _idtablestakingScriptsGet_node_networking_keyCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8e\xb1\xaa\x83\x40\x10\x45\xfb\xfd\x8a\x8b\x95\x36\xda\x3f\x78\x9d\x3c\x90\x07\x69\xf4\x07\x36\x66\x56\x17\xd7\x59\xd9\x1d\x11\x09\xf9\xf7\x10\x4d\x4c\x91\x54\x33\x70\xb8\x87\x63\xc7\xc9\x07\xc1\x9f\xf3\x4b\x55\x36\xfa\xec\xa8\x16\x3d\x58\xee\x60\x82\x1f\x91\x7c\x82\x44\xa9\xa2\x40\xd3\xdb\x88\xd8\x06\x3b\x09\x02\xc9\x1c\x38\x42\x7a\x02\x93\x2c\x3e\x6c\x82\x81\x56\x78\x03\x0d\xf6\x17\x52\x4a\xb7\x2d\xc5\x98\x6a\xe7\x32\x98\x99\x31\x6a\xcb\xe9\x03\x55\xe5\x0f\x6a\x09\x96\xbb\xec\xf5\xe0\xaa\x00\xc0\x91\x6c\xe3\x8a\x8d\xc7\xef\x97\xc8\xfc\xf4\xa4\x87\x68\xbf\xd9\x36\xdf\xbb\x0e\x43\xfe\x6e\xfb\xa7\x55\xdd\xee\x01\x00\x00\xff\xff\x95\x72\xe4\x3d\xfb\x00\x00\x00" +var _idtablestakingScriptsGet_node_networking_keyCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x8e\xb1\x0a\x83\x40\x10\x44\xfb\xfb\x8a\xc1\x4a\x1b\xed\x03\xe9\x24\x20\x81\x34\xfa\x03\x17\xb3\xea\xe1\xb9\x27\x77\x2b\x22\x21\xff\x1e\xd4\xc4\x14\xa9\x76\x61\x66\x1e\xcf\x0c\xa3\xf3\x82\xe8\x62\xdd\x5c\xe4\x95\xbe\x5b\x2a\x45\xf7\x86\xdb\x48\xa9\x2c\x43\xd5\x99\x80\x50\x7b\x33\x0a\x3c\xc9\xe4\x39\x40\x3a\x02\x93\xcc\xce\xaf\x3d\xf4\xb4\xc0\x35\xd0\x60\xf7\x20\xa5\x74\x5d\x53\x08\xb1\xb6\x36\x41\x33\x31\x06\x6d\x38\x5e\xa3\x22\x3f\xa1\x14\x6f\xb8\x4d\xbe\x0f\x9e\x0a\x00\x2c\xc9\x36\x2e\xb8\x71\x38\xe3\xdf\x25\xbd\x7d\xd2\x03\xb4\xdf\x64\x9b\xef\x5e\x07\x21\xfd\xb9\x5d\x69\x51\xaf\x77\x00\x00\x00\xff\xff\x22\xb6\xa3\xdd\xe3\x00\x00\x00" func idtablestakingScriptsGet_node_networking_keyCdcBytes() ([]byte, error) { return bindataRead( @@ -3405,11 +3384,11 @@ func idtablestakingScriptsGet_node_networking_keyCdc() (*asset, error) { } info := bindataFileInfo{name: "idTableStaking/scripts/get_node_networking_key.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x2a, 0x80, 0xca, 0xa7, 0xf8, 0xbc, 0x50, 0xe7, 0x5b, 0x44, 0x46, 0xe3, 0x38, 0x25, 0x5d, 0x5f, 0xfe, 0x21, 0x3, 0xbd, 0xd6, 0x4a, 0x73, 0x41, 0x70, 0x5d, 0x8f, 0xbc, 0x57, 0x97, 0xf6, 0x77}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x11, 0x10, 0x3e, 0xf4, 0x2a, 0x7a, 0x92, 0x34, 0x8f, 0x7b, 0x87, 0x2b, 0x26, 0xa9, 0x92, 0xaa, 0x10, 0x99, 0xbe, 0x4a, 0x7c, 0xbb, 0xb3, 0xe7, 0x6c, 0x77, 0x2f, 0x73, 0x6b, 0x7b, 0xec, 0x21}} return a, nil } -var _idtablestakingScriptsGet_node_rewarded_tokensCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8e\x3d\x6a\xc3\x40\x10\x46\xfb\x3d\xc5\x87\x2b\xab\xb1\x9b\x90\xc2\x90\xce\x18\xd4\xa4\x88\x9d\x03\x8c\x57\xb3\xf6\xa2\xd5\xac\x98\x1d\xa1\x40\xc8\xdd\x83\x7e\x50\x93\x54\x03\xf3\xf8\x1e\x2f\x76\x7d\x56\xc3\x25\xe5\xb1\x3e\xdf\xe8\x9e\xf8\x6a\xd4\x46\x79\x20\x68\xee\xb0\xfb\x0b\x76\xce\x1d\x8f\xb8\x3d\x63\x41\xf1\x1a\x7b\x83\xb2\x0d\x2a\x05\xf6\x64\xdc\x29\x91\x78\x46\x0e\x50\x1e\x49\x1b\x6e\x60\xb9\x65\x29\xd3\x8b\x20\xb9\x61\xe7\xc8\x7b\x2e\x65\x4f\x29\x55\x08\x83\xa0\xa3\x28\xfb\x09\xd5\xe7\x13\xae\xa6\x51\x1e\xd5\x09\x9f\x97\xf8\xf5\xfa\x82\x6f\x07\x00\x89\x6d\x1e\xd7\x12\x32\xde\xfe\x09\x3e\xbc\xaf\x74\x13\x2d\xb7\x9a\xe7\x4b\xe3\x66\x38\x2c\x4d\x1f\x6b\xa2\xfb\xf9\x0d\x00\x00\xff\xff\xf4\x1f\x63\x6a\x08\x01\x00\x00" +var _idtablestakingScriptsGet_node_rewarded_tokensCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\xce\x3f\x6b\x84\x40\x10\x05\xf0\x7e\x3f\xc5\xe3\xaa\xb3\xb9\x6b\x42\x8a\x83\x74\x87\x60\x93\x22\x9a\x0f\x30\xae\xa3\x2e\xae\xb3\xb2\x3b\x62\x20\xe4\xbb\x07\xff\x60\x73\xd5\xc0\x3c\xde\xe3\xe7\xc6\x29\x44\xc5\x25\xf7\x61\x29\x9e\x15\xd5\x9e\x4b\xa5\xc1\x49\x77\x31\xe6\x7e\x47\xd5\xbb\x84\x64\xa3\x9b\x14\x91\x75\x8e\x92\xa0\x3d\xa3\x26\x4f\x62\x19\xa1\x45\xe4\x85\x62\xc3\x0d\x34\x0c\x2c\x69\x7d\x11\x24\x34\x6c\x0c\x59\xcb\x29\x5d\xc9\xfb\x0c\xed\x2c\x18\xc9\xc9\x75\x8d\x8a\xe7\x03\xa5\x46\x27\x5d\xf6\xc0\x77\xee\x7e\xde\xdf\xf0\x6b\x00\xc0\xb3\x6e\xe5\x42\xda\x80\x0f\xbc\xba\x6e\x9f\x47\x7a\x0e\xed\x37\xdb\xea\xbb\xf1\x5c\xb8\xed\xa6\xaf\x83\x68\xfe\xfe\x03\x00\x00\xff\xff\xe6\x33\x30\x2b\xf0\x00\x00\x00" func idtablestakingScriptsGet_node_rewarded_tokensCdcBytes() ([]byte, error) { return bindataRead( @@ -3425,11 +3404,11 @@ func idtablestakingScriptsGet_node_rewarded_tokensCdc() (*asset, error) { } info := bindataFileInfo{name: "idTableStaking/scripts/get_node_rewarded_tokens.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x8b, 0x9a, 0xcb, 0xd1, 0x44, 0xce, 0xa6, 0xa9, 0xb, 0xf5, 0x69, 0x8, 0x75, 0x31, 0x3d, 0xa4, 0xfe, 0x77, 0x25, 0x7, 0x2e, 0x9a, 0x2a, 0xe8, 0xf2, 0x14, 0x6d, 0x39, 0x96, 0x0, 0x13, 0x24}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xf4, 0x4c, 0x57, 0xc5, 0x7d, 0xd9, 0xa5, 0x74, 0xe9, 0x2f, 0x6d, 0xbf, 0xe1, 0xa2, 0x3b, 0x4c, 0x84, 0x8, 0x58, 0xee, 0xcb, 0x31, 0x38, 0x27, 0x8c, 0xb2, 0xc1, 0xcb, 0x2a, 0x45, 0x2d, 0x38}} return a, nil } -var _idtablestakingScriptsGet_node_roleCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8e\xb1\xca\x83\x30\x14\x85\xf7\x3c\xc5\xc1\x49\x17\x5d\x7f\x84\x7f\x93\x42\x96\x2e\xda\x07\x48\x6d\xa2\xa1\xf1\x46\x6e\xae\x74\x28\x7d\xf7\xa2\x16\x97\x76\x3a\xc3\xc7\xf9\xf8\xfc\x34\x47\x16\x9c\x42\x7c\xe8\xa6\x33\xd7\x60\x5b\x31\x77\x4f\x03\x1c\xc7\x09\xd9\x37\xc8\x94\xaa\x2a\x74\xa3\x4f\x48\x3d\xfb\x59\xc0\x56\x16\xa6\x04\x19\x2d\x38\x06\x8b\xe8\x60\x40\xf1\x66\x95\x32\x7d\x6f\x53\xca\x4d\x08\x05\xdc\x42\x98\x8c\xa7\x7c\x45\xba\xa9\xd1\x0a\x7b\x1a\x8a\x1a\x17\x4d\xf2\x87\xa7\x02\x80\x60\x65\xfb\x6a\x72\x11\xff\x3f\xca\xca\xf3\x87\x1e\x9e\x7d\x8b\xed\xbe\xc7\x1c\x86\x72\x0d\x52\xaf\x77\x00\x00\x00\xff\xff\xf6\xa1\xe0\xc7\xe7\x00\x00\x00" +var _idtablestakingScriptsGet_node_roleCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x8e\xb1\x0a\x83\x30\x14\x45\xf7\x7c\xc5\xc5\x49\x17\x5d\x8b\xd0\x4d\x0a\x59\xba\x68\x3f\x20\xb5\x2f\x1a\x1a\x5f\x24\x79\xd2\xa1\xf4\xdf\x8b\x5a\x5c\x3a\xdd\xe1\x72\x0e\xc7\x4d\x73\x88\x82\xec\xe2\xc3\x4b\x37\x9d\xb9\x7b\x6a\xc5\x3c\x1d\x0f\x99\x52\x55\x85\x6e\x74\x09\xa9\x8f\x6e\x16\x44\x92\x25\x72\x82\x8c\x84\x18\x3c\x21\x58\x18\x70\x78\x90\x52\xa6\xef\x29\xa5\xdc\x78\x5f\xc0\x2e\x8c\xc9\x38\xce\xd7\x4b\x37\x35\x5a\x89\x8e\x87\xa2\xc6\x4d\xb3\x9c\xf0\x56\x00\xe0\x49\x36\x56\xb3\x0d\x38\xe3\x3f\xa0\xbc\xfe\xde\xc3\xb3\x6f\xb1\xe1\x7b\xcc\x61\x28\xd7\x20\xf5\xf9\x06\x00\x00\xff\xff\xf7\xad\x25\xaf\xcf\x00\x00\x00" func idtablestakingScriptsGet_node_roleCdcBytes() ([]byte, error) { return bindataRead( @@ -3445,11 +3424,11 @@ func idtablestakingScriptsGet_node_roleCdc() (*asset, error) { } info := bindataFileInfo{name: "idTableStaking/scripts/get_node_role.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x0, 0xb7, 0xb0, 0x5f, 0x96, 0x55, 0x19, 0x86, 0x7a, 0x0, 0xf0, 0xfe, 0xd6, 0x6f, 0xce, 0xc4, 0x56, 0x65, 0x59, 0x5c, 0x66, 0x15, 0x56, 0x22, 0xc8, 0xe, 0x22, 0x44, 0x49, 0xf0, 0xc0, 0x78}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x2a, 0xb2, 0xf3, 0xfe, 0x17, 0x7b, 0xc7, 0x94, 0xa4, 0xc8, 0x22, 0xc1, 0x2, 0x58, 0x53, 0x3a, 0x85, 0xfb, 0xcb, 0x79, 0x49, 0x2d, 0xf4, 0xa3, 0x7c, 0xac, 0x81, 0x2d, 0xf3, 0x38, 0xb, 0xc5}} return a, nil } -var _idtablestakingScriptsGet_node_staked_tokensCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8e\xb1\x6a\x84\x40\x10\x86\xfb\x7d\x8a\x9f\xab\xce\xe6\xae\x09\x29\x0e\xd2\x89\x60\x93\x46\xf3\x00\xe3\x3a\xab\x8b\xeb\xac\xec\x8e\x24\x10\xf2\xee\x41\x0d\x36\xb9\x6a\x60\x3e\xfe\x8f\xcf\xcf\x4b\x4c\x8a\x2a\xc4\xcf\xba\x6c\xa9\x0b\xdc\x28\x4d\x5e\x06\xb8\x14\x67\x5c\xfe\x83\x8b\x31\xf7\x3b\xda\xd1\x67\x64\x9b\xfc\xa2\x48\xac\x6b\x92\x0c\x1d\x19\x1d\x05\x12\xcb\x88\x0e\x59\x69\xe2\x1e\x1a\x27\x96\xbc\x3d\x08\x12\x7b\x36\x86\xac\xe5\x9c\xaf\x14\x42\x01\xb7\x0a\x66\xf2\x72\xdd\x50\x5d\x3e\xd0\x68\xf2\x32\x14\x0f\x7c\x54\xfe\xeb\xf5\x05\xdf\x06\x00\x02\xeb\x3e\xae\xc5\x45\xbc\x3d\xc9\xbd\xbd\xff\xd1\x53\x74\xdc\x62\x9f\x1f\x85\xa7\xe1\x76\x34\x35\x7b\xa0\xf9\xf9\x0d\x00\x00\xff\xff\x88\xf6\xd5\xbd\x04\x01\x00\x00" +var _idtablestakingScriptsGet_node_staked_tokensCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\xce\xb1\x6a\x86\x40\x10\x04\xe0\xfe\x9e\x62\xf8\xab\xdf\x46\x9b\x90\x42\x48\x27\x82\x4d\x1a\xcd\x03\xac\xe7\xaa\x87\xe7\x9e\xdc\xad\x24\x10\xf2\xee\x41\x0d\x36\xa9\x16\x76\x98\xe1\x73\xeb\x16\xa2\xe2\x51\xfb\xf0\xd9\x54\x1d\xf5\x9e\x5b\xa5\xc5\xc9\xf4\x30\xa6\x28\xd0\xcd\x2e\x21\xd9\xe8\x36\x45\x64\xdd\xa3\x24\xe8\xcc\xe8\xc9\x93\x58\x46\x18\x91\x94\x16\x1e\xa0\x61\x61\x49\xc7\x83\x20\x61\x60\x63\xc8\x5a\x4e\xe9\x49\xde\x67\x18\x77\xc1\x4a\x4e\x9e\x47\xd4\x54\x25\x5a\x8d\x4e\xa6\xac\xc4\x47\xed\xbe\x5e\x5f\xf0\x6d\x00\xc0\xb3\x9e\xe5\x46\xc6\x80\x37\xfc\x57\xe5\xef\x7f\xe9\x3d\x74\xdd\xec\xac\x5f\xc2\x7b\x21\xbf\x4c\xed\x09\x34\x3f\xbf\x01\x00\x00\xff\xff\x64\x42\xd4\xf8\xec\x00\x00\x00" func idtablestakingScriptsGet_node_staked_tokensCdcBytes() ([]byte, error) { return bindataRead( @@ -3465,11 +3444,11 @@ func idtablestakingScriptsGet_node_staked_tokensCdc() (*asset, error) { } info := bindataFileInfo{name: "idTableStaking/scripts/get_node_staked_tokens.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x6e, 0x54, 0xed, 0x63, 0x3d, 0x4f, 0x58, 0xcc, 0xc0, 0xc2, 0x61, 0x56, 0xca, 0x69, 0xb6, 0x69, 0xbc, 0xb0, 0x62, 0x73, 0x82, 0x4c, 0x79, 0xe7, 0x37, 0xfd, 0x98, 0x8e, 0x96, 0x78, 0x0, 0xd9}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xc, 0x2b, 0xa6, 0xd0, 0x2, 0xb9, 0xaf, 0x8d, 0x56, 0x2a, 0x2c, 0x9e, 0xd7, 0xa8, 0x33, 0xb, 0xb1, 0x35, 0xc3, 0xf8, 0xc2, 0x4e, 0x6f, 0x7a, 0xa5, 0xda, 0x66, 0x31, 0x1, 0x55, 0x9d, 0xc8}} return a, nil } -var _idtablestakingScriptsGet_node_staking_keyCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8e\xb1\xaa\x83\x40\x10\x45\xfb\xfd\x8a\x8b\x95\x36\xda\x3f\x78\x9d\x04\x44\x48\xa3\x3f\xb0\x31\xb3\xba\x64\x9d\x95\xdd\x91\x20\x21\xff\x1e\xa2\xc6\x26\xa9\x66\xe0\x70\x2e\xc7\x8e\x93\x0f\x82\x93\xf3\xf7\xaa\x6c\xf5\xc5\x51\x23\xfa\x66\xb9\x87\x09\x7e\x44\xf2\x0d\x12\xa5\x8a\x02\xed\x60\x23\x62\x17\xec\x24\x08\x24\x73\xe0\x08\x19\x08\x71\xb7\x6b\x5a\xe0\x0d\x34\xd8\x5f\x49\x29\xdd\x75\x14\x63\xaa\x9d\xcb\x60\x66\xc6\xa8\x2d\xa7\x6f\x54\x95\x7f\x68\x24\x58\xee\xb3\xcf\x83\x87\x02\x00\x47\xb2\xca\x15\x1b\x8f\xff\x1f\x85\xf9\x79\xa7\xc7\xd0\x76\xb3\x55\xdf\xa2\x8e\x85\x7c\x0f\xab\x69\x51\xcf\x57\x00\x00\x00\xff\xff\xe3\x1d\xee\xbd\xf5\x00\x00\x00" +var _idtablestakingScriptsGet_node_staking_keyCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x8e\xb1\x0a\x83\x40\x10\x44\xfb\xfb\x8a\xc1\x4a\x1b\xed\x03\xe9\x24\x20\x42\x1a\xfd\x81\x8b\x59\xf5\xc8\xb9\x27\x77\x2b\x41\x42\xfe\x3d\xc4\x33\x36\xa9\x76\x61\x66\x1e\xcf\x4c\xb3\xf3\x82\xe4\x62\xdd\xb3\x2a\x5b\x7d\xb3\xd4\x88\x7e\x18\x1e\x12\xa5\x8a\x02\xed\x68\x02\x42\xe7\xcd\x2c\xf0\x24\x8b\xe7\x00\x19\x09\x21\x96\x50\xd3\x0a\xd7\x43\x83\xdd\x9d\x94\xd2\x5d\x47\x21\xa4\xda\xda\x0c\xfd\xc2\x98\xb4\xe1\xf4\x1b\x55\xe5\x09\x8d\x78\xc3\x43\xf6\x7b\xf0\x52\x00\x60\x49\xb6\x71\xc5\xbd\xc3\x19\xff\x22\xf9\x75\x4f\x0f\x50\xbc\xd9\x36\x8f\x52\x07\x21\xdf\xc5\x6a\x5a\xd5\xfb\x13\x00\x00\xff\xff\x13\x9d\x4b\x98\xdd\x00\x00\x00" func idtablestakingScriptsGet_node_staking_keyCdcBytes() ([]byte, error) { return bindataRead( @@ -3485,11 +3464,11 @@ func idtablestakingScriptsGet_node_staking_keyCdc() (*asset, error) { } info := bindataFileInfo{name: "idTableStaking/scripts/get_node_staking_key.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x5b, 0x60, 0xc8, 0xcc, 0xd8, 0xd1, 0x4, 0x35, 0xdc, 0x43, 0xab, 0xa6, 0x61, 0x23, 0x93, 0x51, 0xd2, 0x5a, 0x24, 0xe6, 0xe2, 0x95, 0xc3, 0xe5, 0xbf, 0x68, 0x26, 0x94, 0xfb, 0x6a, 0xe9, 0x73}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x5, 0xd3, 0x57, 0xd9, 0x9d, 0x53, 0xd1, 0x34, 0x87, 0x9a, 0xe7, 0xd6, 0xdf, 0xdf, 0x9f, 0xb0, 0x17, 0xf2, 0x8f, 0xa9, 0x2c, 0x17, 0x33, 0x42, 0xdb, 0x5f, 0x36, 0x71, 0xc3, 0x5, 0x4, 0x32}} return a, nil } -var _idtablestakingScriptsGet_node_total_commitmentCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8e\x31\x6b\xc3\x40\x0c\x46\xf7\xfb\x15\x1f\x99\xec\x25\x59\x4a\x87\x40\xa7\x9a\x80\x97\x2e\x49\xe9\xac\xd8\x3a\x5b\xf8\x4e\x0a\x77\x0a\x2d\x94\xfe\xf7\x92\xa4\x64\x69\x26\x81\x1e\xdf\xe3\x49\x3e\x59\x71\xec\x92\x7d\xf6\xdd\x81\x8e\x89\xf7\x4e\x8b\xe8\x84\x58\x2c\x63\xf5\x1f\xac\x42\xd8\x6c\x70\x98\xa5\xa2\x0e\x45\x4e\x8e\xc2\x7e\x2e\x5a\xe1\x33\xe3\x48\x89\x74\x60\x58\x44\x75\x5a\x78\x84\xdb\xc2\x5a\x2f\x0f\x82\xda\xc8\x21\xd0\x30\x70\xad\x0d\xa5\xd4\x22\x9e\x15\x99\x44\x9b\x0b\xea\xbb\x2d\xf6\x5e\x44\xa7\x76\x8b\xf7\x9d\x7c\x3d\x3f\xe1\x3b\x00\x40\x62\xbf\x8e\x7b\x8d\x86\x97\x07\xb9\xeb\xb7\x3f\x7a\x17\xdd\x6e\x7b\x9d\xdf\x0a\xef\x86\xb5\x9b\x53\x7a\xb5\x9c\xc5\x9d\xc7\x0f\xf1\xb9\xe3\xc4\x13\xb9\x95\xda\xb4\xe1\x27\xfc\x06\x00\x00\xff\xff\xde\x81\x86\x0c\x17\x01\x00\x00" +var _idtablestakingScriptsGet_node_total_commitmentCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x8e\xb1\x6a\xc3\x50\x0c\x45\xf7\xf7\x15\x97\x4c\xf6\x92\x2c\xa5\x43\xa0\x53\x4d\xc0\x4b\x97\xa4\x74\x56\x6c\xd9\x16\x7e\x96\xc2\x93\x42\x0b\xa5\xff\x5e\x92\x14\x2f\x9d\x04\xba\x9c\xc3\x91\xe5\x62\x25\xb0\x39\x64\xfb\x6c\x9b\x13\x9d\x33\x1f\x83\x66\xd1\x71\x93\xd2\x6e\x87\xd3\x24\x0e\xef\x8a\x5c\x02\x85\xe3\x5a\xd4\x11\x13\xe3\x4c\x99\xb4\x63\xd8\x00\x0f\x9a\xb9\x47\xd8\xcc\xea\xb7\x07\x41\xad\xe7\x94\xa8\xeb\xd8\xbd\xa2\x9c\x6b\x0c\x57\xc5\x42\xa2\xd5\x6d\x6a\x9b\x3d\x8e\x51\x44\xc7\x7a\x8f\xf7\x83\x7c\x3d\x3f\xe1\x3b\x01\x40\xe6\xb8\xc3\xad\x0e\x86\x17\xfc\xaf\xda\xbe\xfd\xad\xab\xe8\x71\xeb\x3b\xfe\x28\x5c\x0d\xdb\xb0\xa0\xfc\x6a\xcb\x22\x11\xdc\x7f\x48\x4c\x0d\x67\x1e\x29\xac\x78\x55\xa7\x9f\xf4\x1b\x00\x00\xff\xff\xd5\xe6\x75\x18\xff\x00\x00\x00" func idtablestakingScriptsGet_node_total_commitmentCdcBytes() ([]byte, error) { return bindataRead( @@ -3505,11 +3484,11 @@ func idtablestakingScriptsGet_node_total_commitmentCdc() (*asset, error) { } info := bindataFileInfo{name: "idTableStaking/scripts/get_node_total_commitment.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xf7, 0x4e, 0xa8, 0x2, 0x91, 0x80, 0xc1, 0xa6, 0xf6, 0x9b, 0x8c, 0x17, 0xce, 0x51, 0x4d, 0x8c, 0x4, 0x66, 0x16, 0xe7, 0x9e, 0x9c, 0x54, 0xd7, 0x3c, 0x96, 0x45, 0x48, 0x4b, 0x9a, 0x26, 0x27}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x1e, 0x9f, 0x71, 0x57, 0x93, 0x5f, 0xbd, 0x7e, 0x63, 0xda, 0x25, 0x94, 0x81, 0x82, 0x78, 0x7f, 0xae, 0xfa, 0x80, 0x9, 0x12, 0xfa, 0x88, 0x0, 0xca, 0x2a, 0x38, 0xf1, 0x6a, 0x19, 0x8, 0x55}} return a, nil } -var _idtablestakingScriptsGet_node_total_commitment_without_delegatorsCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8e\x31\x6b\xc3\x40\x0c\x46\xf7\xfb\x15\x1f\x99\xec\x25\x59\x4a\x87\x40\xa7\x9a\x80\x97\x2e\x49\xe9\xac\xd8\xb2\x2d\x7c\x27\x85\x3b\x99\x16\x4a\xff\x7b\x49\x52\xbc\x34\x93\x40\x8f\xef\xf1\x24\x5d\x2c\x3b\x0e\xd1\x3e\xdb\xe6\x44\xe7\xc8\x47\xa7\x59\x74\xc4\x90\x2d\x61\xf3\x1f\x6c\x42\xd8\xed\x70\x9a\xa4\xa0\x74\x59\x2e\x8e\xcc\xbe\x64\x2d\xf0\x89\x71\xa6\x48\xda\x31\x6c\x40\x71\x9a\xb9\x87\xdb\xcc\x5a\xae\x0f\x82\x5a\xcf\x21\x50\xd7\x71\x29\x15\xc5\x58\x63\x58\x14\x89\x44\xab\x2b\x6a\x9b\x3d\x8e\x9e\x45\xc7\x7a\x8f\xf7\x83\x7c\x3d\x3f\xe1\x3b\x00\x40\x64\xbf\x8d\x5b\x1d\x0c\x2f\x0f\x72\xb7\x6f\x7f\x74\x15\xdd\x6f\x7d\x9b\xdf\x0b\x57\xc3\xd6\xcd\x29\xbe\x5a\x4a\xe2\xce\xfd\x87\xf8\x64\x8b\x37\x1c\x79\x24\xb7\x5c\xaa\x3a\xfc\x84\xdf\x00\x00\x00\xff\xff\x30\xea\x1b\x75\x1a\x01\x00\x00" +var _idtablestakingScriptsGet_node_total_commitment_without_delegatorsCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x8e\xb1\x6a\xc3\x50\x0c\x45\xf7\xf7\x15\x97\x4c\xf6\x92\x2c\xa5\x43\xa0\x53\x4d\xc0\x4b\x97\xa4\x74\x56\x6c\xd9\x16\x7e\x96\xc2\x93\x4c\x0b\xa5\xff\x5e\x92\x94\x2c\x9d\x04\xba\x9c\xc3\x91\xe5\x62\x25\xb0\x39\x64\xfb\x6c\x9b\x13\x9d\x33\x1f\x83\x66\xd1\x71\x93\xd2\x6e\x87\xd3\x24\x0e\xef\x8a\x5c\x02\x85\x63\x2d\xea\x88\x89\x71\xa6\x4c\xda\x31\x6c\x80\x07\xcd\xdc\x23\x6c\x66\xf5\xeb\x83\xa0\xd6\x73\x4a\xd4\x75\xec\x5e\x51\xce\x35\x86\x55\xb1\x90\x68\x75\x9d\xda\x66\x8f\x63\x14\xd1\xb1\xde\xe3\xfd\x20\x5f\xcf\x4f\xf8\x4e\x00\x90\x39\x6e\x70\xab\x83\xe1\x05\xff\xab\xb6\x6f\x7f\xeb\x43\x74\xbf\xf5\x0d\xbf\x17\x3e\x0c\xdb\xb0\xa0\xfc\x6a\xcb\x22\x11\xdc\x7f\x48\x4c\xb6\x46\xc3\x99\x47\x0a\x2b\x5e\xd5\xe9\x27\xfd\x06\x00\x00\xff\xff\x03\x5b\x46\x77\x02\x01\x00\x00" func idtablestakingScriptsGet_node_total_commitment_without_delegatorsCdcBytes() ([]byte, error) { return bindataRead( @@ -3525,11 +3504,11 @@ func idtablestakingScriptsGet_node_total_commitment_without_delegatorsCdc() (*as } info := bindataFileInfo{name: "idTableStaking/scripts/get_node_total_commitment_without_delegators.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x84, 0x32, 0xaf, 0x9f, 0xd3, 0x1e, 0x55, 0x10, 0x72, 0x2d, 0x94, 0x44, 0xae, 0x6b, 0xa4, 0xc5, 0xe4, 0x2, 0xc6, 0x10, 0x0, 0xae, 0xb5, 0x69, 0x35, 0xb, 0xf6, 0x87, 0x8d, 0x53, 0x4, 0xa7}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xc6, 0xf1, 0x3b, 0xa6, 0x3d, 0xfd, 0x2b, 0x41, 0x58, 0x5a, 0x37, 0x67, 0xe3, 0xf8, 0x5, 0xa0, 0x4e, 0x39, 0xcc, 0x6c, 0xe8, 0x5e, 0x44, 0x8e, 0x87, 0x99, 0xf9, 0x8d, 0x6e, 0x5c, 0x17, 0x16}} return a, nil } -var _idtablestakingScriptsGet_node_type_ratioCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8e\x31\x4b\x03\x51\x10\x84\xfb\xf7\x2b\xc6\x54\x77\x8d\x69\x44\x24\x60\x27\x81\xb4\x31\xa9\xc4\x62\xf3\x6e\x2f\x79\xdc\xbb\xdd\xb0\xbb\xe1\x04\xf1\xbf\xcb\x9d\x76\xda\xce\xcc\x37\x7c\x65\xbc\xaa\x05\xb6\x55\xa7\xdd\xcb\x81\x4e\x95\x5f\x83\x86\x22\x67\xf4\xa6\x23\x56\x7f\x8b\x55\x4a\xeb\x35\x0e\x97\xe2\xf0\x6c\xe5\x1a\x30\x8e\x9b\x89\x23\x2e\x8c\x13\x55\x92\xcc\xd0\x1e\x1e\x34\x70\x87\xd0\x81\xc5\xe7\x80\x20\xda\x71\x4a\x94\x33\xbb\x37\x54\x6b\x8b\xfe\x26\x18\xa9\x48\x63\x5a\x79\x83\xe3\x4e\xe2\xa9\xdd\xe0\xb8\x2d\x1f\x8f\x0f\xf8\x4c\x00\x50\x39\x60\x14\x45\x1d\xcf\xff\x98\xde\x9f\x39\xf6\x3c\x91\x75\xfb\x65\xd4\xb4\x69\xc1\x7e\xb4\x7e\xc9\xb7\xf9\xff\xfd\x2e\x7d\x7d\x07\x00\x00\xff\xff\x6f\x62\x2e\xa0\xf1\x00\x00\x00" +var _idtablestakingScriptsGet_node_type_ratioCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x8e\x31\x6b\x84\x40\x10\x85\xfb\xfd\x15\x2f\x57\x69\x93\x6b\x42\x08\x07\xe9\xc2\xc1\xb5\x46\xab\x90\x62\x5c\x47\x5d\x5c\x67\x65\x67\xc4\x40\xc8\x7f\x0f\x9a\x74\xd7\x3e\xde\xf7\xf1\x85\x79\x49\xd9\x70\xba\xc6\xb4\xdd\xde\x6a\x6a\x23\xbf\x1b\x4d\x41\x86\x93\x73\xe7\x33\xea\x31\x28\xd4\xe7\xb0\x18\x32\xdb\x9a\x45\x61\x23\xa3\xa5\x48\xe2\x19\xa9\x87\x1a\x4d\xdc\xc1\xd2\xc4\xa2\xfb\x40\x90\xd4\xb1\x73\xe4\x3d\xab\x16\x14\x63\x89\x7e\x15\xcc\x14\xa4\xc8\x29\xf2\x05\xcd\x4d\xec\xa5\xbc\xa0\xb9\x86\xaf\xe7\x27\x7c\x3b\x00\x88\x6c\xc8\x64\x21\x29\x5e\x71\x1f\xf4\x38\xb0\x55\xbc\x51\xee\xaa\xe3\x54\x94\xee\xc0\xfe\xb2\xfe\xc9\x8f\xdd\xff\xf9\xe0\x7e\x7e\x03\x00\x00\xff\xff\x94\xb1\xc7\x23\xd9\x00\x00\x00" func idtablestakingScriptsGet_node_type_ratioCdcBytes() ([]byte, error) { return bindataRead( @@ -3545,11 +3524,11 @@ func idtablestakingScriptsGet_node_type_ratioCdc() (*asset, error) { } info := bindataFileInfo{name: "idTableStaking/scripts/get_node_type_ratio.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xa9, 0x6, 0x3f, 0x1a, 0x72, 0xbf, 0x77, 0x88, 0xc2, 0xac, 0xd6, 0x2a, 0xea, 0x37, 0xc, 0x1, 0xe8, 0x1b, 0x86, 0x79, 0x76, 0xdc, 0x56, 0x9b, 0x51, 0x27, 0x7d, 0xd1, 0x92, 0x12, 0xe8, 0x89}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x44, 0xf8, 0xab, 0x86, 0xe2, 0xbd, 0xdf, 0xe4, 0x12, 0xd7, 0xef, 0x9d, 0x89, 0x73, 0x39, 0xd7, 0xf0, 0x81, 0x28, 0x41, 0xe1, 0xf0, 0x64, 0xfc, 0x1d, 0x8f, 0xa1, 0x5e, 0x3a, 0x72, 0x2c, 0xd9}} return a, nil } -var _idtablestakingScriptsGet_node_unstaked_tokensCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8e\x3d\x6a\xc3\x40\x10\x46\xfb\x3d\xc5\x87\x2b\xab\xb1\x9b\x90\xc2\x90\xce\x18\xd4\xa4\xb1\x74\x80\xd1\x6a\x56\x5a\xb4\x9a\x15\xbb\x23\x12\x08\xb9\x7b\xd0\x0f\x6a\xe2\x6a\x60\x1e\xdf\xe3\xf9\x71\x8a\x49\xf1\x08\xf1\xab\xbc\x57\xd4\x04\x7e\x2a\x0d\x5e\x3a\xb8\x14\x47\x9c\xfe\x83\x93\x31\xd7\x2b\xaa\xde\x67\x64\x9b\xfc\xa4\x48\xac\x73\x92\x0c\xed\x19\x0d\x05\x12\xcb\x88\x0e\xb3\x64\xa5\x81\x5b\x68\x1c\x58\xf2\xf2\x22\x48\x6c\xd9\x18\xb2\x96\x73\x3e\x53\x08\x05\xdc\x2c\x18\xc9\xcb\x79\x41\xe5\xfd\x86\xa7\x26\x2f\x5d\x71\x43\xfd\xf0\xdf\xef\x6f\xf8\x31\x00\x10\x58\xd7\x71\x29\x2e\xe2\xe3\x45\xf0\xe5\x73\xa7\x87\x68\xbb\xc5\x3a\xdf\x1a\x0f\xc3\x65\x6b\xaa\xf7\x44\xf3\xfb\x17\x00\x00\xff\xff\xa2\xd9\x0b\x78\x08\x01\x00\x00" +var _idtablestakingScriptsGet_node_unstaked_tokensCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\xce\x3f\x6b\x84\x40\x10\x05\xf0\x7e\x3f\xc5\xe3\xaa\xb3\xb9\x6b\x42\x8a\x83\x74\x22\xd8\xa4\x51\x3f\xc0\xb8\x8e\xba\xb8\xce\xca\xee\x48\x02\x21\xdf\x3d\xf8\x07\x9b\x54\x03\xf3\x78\x8f\x9f\x9b\x97\x10\x15\xb7\xc2\x87\xaf\x32\xaf\xa9\xf5\x5c\x29\x4d\x4e\x86\x9b\x31\xcf\x27\xea\xd1\x25\x24\x1b\xdd\xa2\x88\xac\x6b\x94\x04\x1d\x19\x2d\x79\x12\xcb\x08\x3d\x56\x49\x4a\x13\x77\xd0\x30\xb1\xa4\xed\x45\x90\xd0\xb1\x31\x64\x2d\xa7\x74\x27\xef\x33\xf4\xab\x60\x26\x27\xf7\x2d\x2a\xf3\x17\x2a\x8d\x4e\x86\xec\x85\xa6\x70\xdf\xef\x6f\xf8\x31\x00\xe0\x59\xf7\x72\x29\x7d\xc0\x07\xfe\xbb\x1e\x9f\x67\x7a\x0d\x1d\x37\xdb\xeb\x87\xf1\x5a\x78\x1c\xa6\xe6\x24\x9a\xdf\xbf\x00\x00\x00\xff\xff\xb0\xf5\x58\x39\xf0\x00\x00\x00" func idtablestakingScriptsGet_node_unstaked_tokensCdcBytes() ([]byte, error) { return bindataRead( @@ -3565,11 +3544,11 @@ func idtablestakingScriptsGet_node_unstaked_tokensCdc() (*asset, error) { } info := bindataFileInfo{name: "idTableStaking/scripts/get_node_unstaked_tokens.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x15, 0xa2, 0xab, 0xa0, 0xe4, 0x1e, 0x5c, 0xf, 0xd8, 0x2c, 0x53, 0xe8, 0xa3, 0x53, 0x38, 0xd8, 0xa7, 0x8e, 0x66, 0x3a, 0x95, 0x72, 0xf5, 0x76, 0xe2, 0x78, 0xad, 0xc0, 0xa8, 0x45, 0xe2, 0xc4}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x62, 0xb3, 0x50, 0x4d, 0x4f, 0x8, 0x67, 0xb0, 0xfd, 0x58, 0x1f, 0x64, 0xc3, 0x68, 0xe4, 0x90, 0x65, 0xc0, 0xa2, 0x8c, 0x6c, 0x9f, 0x3f, 0xf8, 0xe9, 0x46, 0x37, 0xd, 0xb, 0x68, 0xfb, 0x5a}} return a, nil } -var _idtablestakingScriptsGet_node_unstaking_requestCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8e\xb1\x4e\x02\x41\x10\x86\xfb\x7d\x8a\x3f\x54\x5c\x03\x8d\xb1\x20\xb1\x23\x24\xd7\x58\xc8\xf1\x00\xeb\x31\x0b\x1b\x76\x67\x70\x66\x36\x9a\x18\xdf\xdd\x78\xe0\x35\x5a\xfd\xc5\x97\xff\xcb\x97\xeb\x55\xd4\xb1\x2b\xf2\xde\x6f\x87\xf8\x5a\x68\xef\xf1\x92\xf9\x84\xa4\x52\xb1\xf8\x0b\x16\x21\xac\xd7\x18\xce\xd9\x60\xa3\xe6\xab\x43\xc9\x9b\xb2\xc1\xcf\x04\xa5\xb7\x46\xe6\x74\x44\x63\xbb\x9b\x62\x95\xc6\x8e\x24\x8a\x08\x96\x23\x85\x10\xc7\x91\xcc\x96\xb1\x94\x0e\xa9\x31\x6a\xcc\xbc\xfc\x41\xfd\x76\x83\xbd\x6b\xe6\x53\xb7\xc1\x61\x97\x3f\x1e\x1f\xf0\x19\x00\xa0\x90\x4f\xe7\x9e\x93\xe0\xe9\x9f\xe2\xd5\xf3\x9d\xce\xa2\xdb\x76\xd3\xfd\x16\x39\x1b\x56\x2e\x17\x62\x7b\xf9\xcd\x1d\xe4\x30\xf5\x52\xf8\xfa\x0e\x00\x00\xff\xff\x8e\x70\xaf\x46\x13\x01\x00\x00" +var _idtablestakingScriptsGet_node_unstaking_requestCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x8e\xb1\x4e\x84\x40\x14\x45\xfb\xf9\x8a\x9b\xad\x96\x66\xb7\x31\x16\x9b\xd8\x6d\x48\x68\x2c\x04\x3e\x60\x84\x07\x4c\x18\xde\xc3\x79\x6f\xa2\x89\xf1\xdf\x8d\xa0\x34\x56\xb7\xb8\x39\x27\x27\x2c\xab\x24\xc3\xa9\x8c\xf2\x5e\xdd\x1b\xff\x1a\xa9\x36\x3f\x07\x1e\x4f\xce\x5d\xaf\x68\xa6\xa0\xd0\x2e\x85\xd5\x90\xc8\x72\x62\x85\x4d\x84\x44\x6f\x99\xd4\xa8\x47\x66\xdd\x01\xf8\x45\x32\x1b\x06\x49\xf0\x60\xe9\xc9\x39\xdf\x75\xa4\x7a\xf6\x31\x16\x18\x32\x63\xf1\x81\xcf\x3f\x57\x75\xbf\xa1\xb6\x14\x78\x2c\x6e\x68\xcb\xf0\xf1\xf8\x80\x4f\x07\x00\x91\x6c\x83\x2b\x1e\x04\x4f\xf8\x1f\x76\x79\xfe\x7d\x0f\xd1\xbe\xc5\x86\xef\x91\x87\xe1\x62\x32\x13\xeb\xcb\x5f\x6e\x23\xed\xd6\x4b\xee\xeb\x3b\x00\x00\xff\xff\x1a\x51\xbc\x4b\xfb\x00\x00\x00" func idtablestakingScriptsGet_node_unstaking_requestCdcBytes() ([]byte, error) { return bindataRead( @@ -3585,11 +3564,11 @@ func idtablestakingScriptsGet_node_unstaking_requestCdc() (*asset, error) { } info := bindataFileInfo{name: "idTableStaking/scripts/get_node_unstaking_request.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x4a, 0x48, 0x65, 0x66, 0x2f, 0x86, 0x85, 0xb3, 0x19, 0xdb, 0x18, 0xda, 0x34, 0x83, 0xe5, 0x55, 0xa, 0xd6, 0x75, 0xc8, 0x5f, 0xba, 0xf2, 0xe, 0x69, 0xf6, 0x73, 0x47, 0xe0, 0x35, 0x6c, 0x84}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xbf, 0x76, 0xe2, 0x9a, 0x7e, 0xa, 0x47, 0xb4, 0xbc, 0x8f, 0x70, 0x79, 0x30, 0x20, 0x30, 0x32, 0xd0, 0x90, 0x94, 0x81, 0x1c, 0x4a, 0x82, 0xd7, 0x91, 0xb9, 0x66, 0xec, 0x61, 0xd1, 0x20, 0x9b}} return a, nil } -var _idtablestakingScriptsGet_node_unstaking_tokensCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8e\x3d\x6a\xc3\x40\x10\x46\xfb\x3d\xc5\x87\x2b\xab\xb1\x9b\x90\xc2\x90\xce\x18\xd4\xa4\x91\x74\x80\xd1\x66\x56\x5a\xb4\x9a\x15\xbb\x23\x12\x08\xb9\x7b\xd0\x4f\xd4\xc4\xd5\xc0\x3c\xbe\xc7\xf3\xe3\x14\x93\xe2\x11\xe2\x67\x79\xaf\xa9\x0d\x5c\x29\x0d\x5e\x3a\xb8\x14\x47\x9c\xfe\x83\x93\x31\xd7\x2b\xea\xde\x67\x64\x9b\xfc\xa4\x48\xac\x73\x92\x0c\xed\x19\x2d\x05\x12\xcb\x88\x0e\xb3\xe4\x5d\xa5\x71\x60\xc9\xcb\x8f\x20\xf1\x83\x8d\x21\x6b\x39\xe7\x33\x85\x50\xc0\xcd\x82\x91\xbc\x9c\x17\x54\xde\x6f\xa8\x34\x79\xe9\x8a\x1b\x9a\x87\xff\x7a\x7d\xc1\xb7\x01\x80\xc0\xba\x8e\x4b\x71\x11\x6f\x4f\x8a\x2f\xef\x3b\x3d\x44\xdb\x2d\xd6\xf9\x16\x79\x18\x2e\x5b\x53\xf3\xd7\x68\x7e\x7e\x03\x00\x00\xff\xff\xfc\x55\x50\x18\x0a\x01\x00\x00" +var _idtablestakingScriptsGet_node_unstaking_tokensCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x8e\xb1\x6a\x84\x40\x10\x86\xfb\x7d\x8a\x9f\xab\xce\xe6\xae\x09\x29\x0e\xd2\x89\x60\x93\x46\x7d\x80\x71\x33\xea\xe2\x3a\x2b\xbb\x23\x09\x84\xbc\x7b\xd0\x4d\x6c\xae\x1a\x98\x9f\xef\xe3\x73\xcb\x1a\xa2\xe2\x52\xf9\xf0\x59\x97\x2d\xf5\x9e\x1b\xa5\xd9\xc9\x78\x31\xe6\x7e\x47\x3b\xb9\x84\x64\xa3\x5b\x15\x91\x75\x8b\x92\xa0\x13\xa3\x27\x4f\x62\x19\x61\xc0\x26\x29\x13\xd0\x30\xb3\xa4\xfd\x47\x90\xf0\xc1\xc6\x90\xb5\x9c\xd2\x95\xbc\x2f\x30\x6c\x82\x85\x9c\x5c\xf7\xa9\x2e\x1f\x68\x34\x3a\x19\x8b\x07\xba\xca\x7d\xbd\xbe\xe0\xdb\x00\x80\x67\x3d\xe0\x5a\x86\x80\x37\x3c\x87\xdd\xde\xff\xd6\x53\x94\x6f\x71\xe0\x39\xf2\x34\xdc\x72\x53\xf7\xdf\x68\x7e\x7e\x03\x00\x00\xff\xff\x9f\x08\x7c\x52\xf2\x00\x00\x00" func idtablestakingScriptsGet_node_unstaking_tokensCdcBytes() ([]byte, error) { return bindataRead( @@ -3605,11 +3584,11 @@ func idtablestakingScriptsGet_node_unstaking_tokensCdc() (*asset, error) { } info := bindataFileInfo{name: "idTableStaking/scripts/get_node_unstaking_tokens.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x7a, 0xa2, 0x4e, 0x56, 0xb7, 0x3, 0xd3, 0x8, 0x1c, 0xf9, 0x4b, 0xa2, 0x84, 0xcc, 0xc7, 0xdd, 0x56, 0xbc, 0xd7, 0xae, 0x99, 0x6d, 0x53, 0x4e, 0xa9, 0xd4, 0x97, 0x14, 0x3f, 0xe3, 0xa, 0xfa}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xc3, 0x4f, 0xf8, 0xb3, 0x7b, 0x51, 0xf2, 0x75, 0xb9, 0x7f, 0x1c, 0xf8, 0x3c, 0x43, 0xf8, 0xdc, 0x6f, 0xa1, 0xb8, 0xc0, 0x8b, 0x7f, 0xe7, 0xe9, 0x16, 0xd2, 0x58, 0xdb, 0xf2, 0xbb, 0x83, 0xec}} return a, nil } -var _idtablestakingScriptsGet_non_operationalCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\xce\xb1\x6b\x83\x50\x10\xc7\xf1\xfd\xfd\x15\x3f\x9c\x74\xa8\xee\x9d\x4b\xa1\x50\xec\xa0\x5b\xe9\xf0\x6a\x4e\x3d\x7c\xde\xc9\xbb\x93\x10\x42\xfe\xf7\x10\x08\x64\x48\xe6\x2f\x7c\xf8\xf2\xba\x69\x76\x7c\x26\x3d\x7e\x7d\xf4\xf1\x3f\x51\xe7\x71\x61\x99\x30\x66\x5d\x51\x3c\x87\x22\x84\xa6\x41\x3f\xb3\xc1\x86\xcc\x9b\x23\x93\xef\x59\x0c\x3e\x13\x12\x9b\x43\x47\x88\xca\x9b\x6e\x94\xa3\xb3\x4a\x4c\x10\x3d\x90\x85\x10\x87\x81\xcc\xca\x98\x52\x85\x71\x17\xac\x91\xa5\xac\xde\xf1\xdb\x79\x66\x99\xfe\x70\x0e\x00\xee\xe2\x8b\xab\x7a\x22\x6f\x55\x7e\x1e\x72\x7b\x83\xbf\xd9\xbc\xac\xea\x85\x4e\x16\x2e\xd7\x00\x00\x00\xff\xff\x38\xdb\x00\xb4\xd3\x00\x00\x00" +var _idtablestakingScriptsGet_non_operationalCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\xcd\xb1\x8a\x83\x40\x10\x06\xe0\x7e\x9f\xe2\xc7\x4a\x8b\xd3\xfe\xea\xe3\xe0\xe0\xf0\x0a\xed\x8e\x14\x1b\x33\xea\xe0\x3a\x23\x3b\x23\x21\x84\xbc\x7b\x08\x04\x52\xe4\x05\xbe\x8f\xd7\x4d\xb3\xa3\xf8\x4e\x7a\xfe\xf9\xea\xe3\x31\x51\xe7\x71\x61\x99\x8a\x10\x9a\x06\xfd\xcc\x06\x1b\x32\x6f\x8e\x4c\xbe\x67\x31\xf8\x4c\x48\x6c\x0e\x1d\x21\x2a\x1f\xba\x51\x8e\xce\x2a\x31\x41\xf4\x44\x16\x42\x1c\x06\x32\x2b\x63\x4a\x15\xc6\x5d\xb0\x46\x96\xb2\xfa\xc4\x7f\xe7\x99\x65\x3a\xe0\x1a\x00\x3c\x45\xbc\xe7\xf5\x44\xde\xaa\xfc\xbd\xe4\xf6\x01\xff\xb2\x79\x59\xd5\x0b\x5d\x2c\xdc\xee\x01\x00\x00\xff\xff\xe0\x3e\x82\x5c\xbb\x00\x00\x00" func idtablestakingScriptsGet_non_operationalCdcBytes() ([]byte, error) { return bindataRead( @@ -3625,11 +3604,11 @@ func idtablestakingScriptsGet_non_operationalCdc() (*asset, error) { } info := bindataFileInfo{name: "idTableStaking/scripts/get_non_operational.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x40, 0x89, 0x18, 0xff, 0x98, 0x6e, 0xd7, 0x28, 0x71, 0xee, 0x6f, 0xa0, 0x59, 0x7e, 0xc5, 0x96, 0xcb, 0xef, 0xb4, 0x9f, 0x6b, 0xe6, 0x75, 0x21, 0xb, 0x6a, 0x90, 0xb5, 0xde, 0xa5, 0xfd, 0x61}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xf4, 0xaa, 0x54, 0xe, 0x12, 0x5c, 0x67, 0x2a, 0x4a, 0xad, 0xf3, 0xca, 0xbb, 0xd6, 0xf3, 0xb7, 0xde, 0x77, 0xe6, 0xca, 0x57, 0x1a, 0xc9, 0xfd, 0xf5, 0xb3, 0x39, 0x22, 0x7e, 0x63, 0x2f, 0xa7}} return a, nil } -var _idtablestakingScriptsGet_proposed_tableCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8e\x31\x8b\xc2\x40\x10\x46\xfb\xfd\x15\x1f\xa9\x92\xe6\xd2\x5f\x1d\x0e\xd2\x1c\x42\xd2\x89\xc5\xba\x99\x6c\x06\x37\xb3\x61\x76\x82\x88\xf8\xdf\x45\xb0\xd3\xfa\xf1\x1e\x8f\xd7\x2d\xab\xe1\x2f\xe5\x6b\xdf\x8d\xfe\x9c\x68\x30\x7f\x61\x89\x98\x35\xaf\xa8\x3e\x41\xe5\x5c\xdb\x62\x5c\xb8\xa0\x04\xe5\xcd\xa0\x64\xbb\x4a\x81\x2d\x84\xb0\xab\x92\x18\x78\x22\x31\xb6\x1b\xec\xa5\x22\x91\x44\x5b\x9c\xf3\x21\x50\x29\xb5\x4f\xa9\xc1\xbc\x0b\x56\xcf\x52\x37\xbf\x38\x0e\xa6\x2c\xf1\x84\xbb\x03\xf0\x2e\x7e\xb9\xfa\x89\x64\x07\xcd\x5b\x2e\x34\xfd\xe7\x89\xfa\xae\xd4\x8d\x7b\x3c\x03\x00\x00\xff\xff\x09\xfb\xc4\x0b\xc6\x00\x00\x00" +var _idtablestakingScriptsGet_proposed_tableCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\xcd\xb1\x0a\xc2\x30\x10\x87\xf1\x3d\x4f\xf1\xa7\x53\xbb\xd8\xdd\xb9\x08\x5d\x44\x68\x37\x71\x88\xe9\x99\x1e\xa6\x97\x72\xb9\x22\x22\xbe\xbb\x08\x6e\x3e\xc0\xf7\xfd\x78\x59\xb3\x1a\xaa\x43\xca\x8f\xbe\x1b\xfd\x35\xd1\x60\xfe\xce\x12\x2b\xe7\xda\x16\xe3\xcc\x05\x25\x28\xaf\x06\x25\xdb\x54\x0a\x6c\x26\x84\x4d\x95\xc4\xc0\x13\x89\xb1\x3d\x61\xdf\x14\x89\x24\xda\xec\x9c\x0f\x81\x4a\xa9\x7d\x4a\x0d\x6e\x9b\x60\xf1\x2c\x75\xb3\xc7\x79\x30\x65\x89\x17\xbc\x1c\x80\xdf\x11\xff\xf8\x2e\x92\x9d\x34\xaf\xb9\xd0\x74\xcc\x13\xf5\x5d\xa9\x1b\xf7\xfe\x04\x00\x00\xff\xff\x89\x21\x47\x7e\xae\x00\x00\x00" func idtablestakingScriptsGet_proposed_tableCdcBytes() ([]byte, error) { return bindataRead( @@ -3645,11 +3624,11 @@ func idtablestakingScriptsGet_proposed_tableCdc() (*asset, error) { } info := bindataFileInfo{name: "idTableStaking/scripts/get_proposed_table.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xb2, 0x53, 0xc3, 0x59, 0x7d, 0xbb, 0x1e, 0xfe, 0x8e, 0x70, 0x72, 0xc5, 0x58, 0x91, 0x67, 0xc1, 0xd3, 0x89, 0x22, 0x23, 0x5, 0xf9, 0x9c, 0xf4, 0x18, 0xbd, 0x64, 0x88, 0xef, 0x61, 0xa4, 0xcb}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x7c, 0xf6, 0x34, 0x33, 0x4c, 0xec, 0x4e, 0x58, 0x80, 0x3a, 0xe9, 0xdb, 0x6f, 0x1, 0x1e, 0x5d, 0x9, 0xcd, 0xe0, 0x3d, 0xe9, 0x20, 0x33, 0x19, 0x1e, 0xc3, 0xf3, 0xc7, 0xc4, 0xf, 0xb8, 0xd5}} return a, nil } -var _idtablestakingScriptsGet_role_countsCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8e\x31\x4b\xc4\x40\x10\x46\xfb\xfd\x15\x1f\x57\x25\x8d\x87\x8d\xc8\xb5\x27\xc2\x35\x16\x1a\x7f\xc0\x9a\x4c\x92\xc5\xd9\x99\x30\x33\x8b\x45\xc8\x7f\x17\xc1\x4e\xab\x57\x3c\x78\xbc\x52\x37\xb5\xc0\x33\xeb\xd7\xed\x69\xc8\x1f\x4c\x6f\x91\x3f\x8b\x2c\x98\x4d\x2b\x4e\x7f\xc5\x29\xa5\xf3\x19\xc3\x5a\x1c\x3e\x5a\xd9\x02\x46\xd1\x4c\x1c\xb1\x12\x9c\x35\xc0\xa5\x96\x70\xcc\x6a\x10\x9d\x08\xa6\x4c\x9e\x52\x1e\x47\x72\xef\x32\x73\x8f\xb9\x09\x6a\x2e\xd2\xf5\x17\xec\xef\x37\x89\xc7\x0b\x7e\x70\xff\x70\x60\x4f\x00\x7e\xab\xff\x9c\xdd\x2d\x14\xd7\x66\x46\x12\xaf\xca\xf4\xa2\x13\x5d\xb5\x49\x78\xd7\xa7\xe3\x3b\x00\x00\xff\xff\xe7\x1d\xde\xdf\xd0\x00\x00\x00" +var _idtablestakingScriptsGet_role_countsCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\xce\xb1\x4a\xc4\x40\x10\x87\xf1\x7e\x9f\xe2\xcf\x55\x49\xe3\x61\x23\x72\x6d\x44\x48\x63\xa1\xf1\x01\xd6\x64\x92\x2c\x4e\x66\xc2\xcc\x2c\x16\x21\xef\x2e\x82\xdd\x55\x5f\xf7\xf1\x2b\xdb\xae\x16\xb8\xbc\xb2\xfe\xf4\x2f\x43\xfe\x62\xfa\x88\xfc\x5d\x64\xb9\xa4\x74\xbd\x62\x58\x8b\xc3\x47\x2b\x7b\xc0\x28\xaa\x89\x23\x56\x82\xb3\x06\xb8\x6c\x25\x1c\xb3\x1a\x44\x27\x82\x29\x93\xa7\x94\xc7\x91\xdc\x9b\xcc\xdc\x62\xae\x82\x2d\x17\x69\xda\x1b\x8e\xcf\x5e\xe2\xf9\x86\xbf\x3c\x3e\x9d\x38\x12\x80\xff\x2b\xee\x01\x0f\x0b\x45\x57\xcd\x48\xe2\x5d\x99\xde\x74\xa2\x4e\xab\x84\x37\x6d\x3a\x7f\x03\x00\x00\xff\xff\xf4\xa2\x16\xdb\xb8\x00\x00\x00" func idtablestakingScriptsGet_role_countsCdcBytes() ([]byte, error) { return bindataRead( @@ -3665,11 +3644,11 @@ func idtablestakingScriptsGet_role_countsCdc() (*asset, error) { } info := bindataFileInfo{name: "idTableStaking/scripts/get_role_counts.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xb4, 0x52, 0xf9, 0xab, 0x6c, 0xc9, 0xbd, 0x96, 0x38, 0x13, 0xbc, 0x3b, 0x1, 0xb0, 0x5c, 0x4, 0xc8, 0xe4, 0x78, 0xca, 0x66, 0x28, 0x95, 0xe4, 0xb4, 0x54, 0x91, 0xa5, 0xa0, 0x3f, 0x44, 0xe9}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x99, 0x63, 0xc2, 0xd5, 0x5c, 0x31, 0xd0, 0x0, 0x9e, 0x55, 0x75, 0x55, 0x42, 0x21, 0x1f, 0xc6, 0xd5, 0x57, 0x9, 0xf3, 0xb4, 0xd1, 0x54, 0xe0, 0x49, 0x78, 0x92, 0x3e, 0x74, 0x32, 0x4a, 0xdf}} return a, nil } -var _idtablestakingScriptsGet_slot_limitsCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\xcf\x31\x4b\x34\x31\x10\xc6\xf1\x3e\x9f\xe2\x61\xab\xdd\xe6\x3d\xde\x46\x44\x90\x2b\x14\xe1\xc0\xca\x3b\x2b\xb1\x88\xd9\xc9\xdd\xe0\x6c\x66\xc9\xcc\x62\x21\x7e\x77\xd9\x1c\xa2\xa0\x69\x52\x3c\xe1\xcf\x2f\x3c\xcd\x5a\x1d\x77\xa2\x6f\xbb\xdb\x43\x7c\x11\xda\x7b\x7c\xe5\x72\x44\xae\x3a\xa1\xfb\x3d\x74\x21\x6c\x36\x38\x9c\xd8\x60\xa9\xf2\xec\xa8\xe4\x4b\x2d\x06\x3f\x11\x4c\xd4\x21\x3c\xb1\x1b\xb2\x56\x14\x1d\x09\x55\x85\x2c\x84\x98\x12\x99\xf5\x51\x64\x40\x5e\x0a\xa6\xc8\xa5\x5f\xb7\x2b\x3c\xee\x8a\x5f\x0e\xe7\xfb\xff\x05\xde\x03\x00\x08\x79\xeb\xdd\xaf\x39\x5c\xff\x81\xfc\x77\x24\x7f\x50\xa1\xfd\xd7\x2b\xeb\x87\xa7\xb5\xf8\xdc\x02\xeb\xd9\x6e\x31\xc7\xc2\xa9\xef\x6e\x74\x91\x11\x45\x1d\x99\xcb\xf8\x43\xda\xa0\x0d\x3f\x53\xe2\xcc\x34\x36\x71\x37\x84\x56\x39\x7f\xef\x5b\x12\x3e\x3e\x03\x00\x00\xff\xff\x3b\xd0\x7e\xcc\x35\x01\x00\x00" +var _idtablestakingScriptsGet_slot_limitsCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\xcf\xb1\x4a\xc4\x40\x10\xc6\xf1\x7e\x9f\xe2\x23\x55\xd2\x78\xd8\x88\x08\x72\x85\x22\x1c\x58\x79\x67\x25\x16\x6b\x32\xb9\x1b\x9c\xcc\x84\x9d\x09\x16\xe2\xbb\x4b\xf6\x10\x05\xb7\xd9\x62\x86\x3f\xbf\xe1\x69\xb6\x12\x68\x1e\xc4\x3e\x76\xf7\x87\xfc\x26\xb4\x8f\xfc\xce\x7a\x6c\x52\xda\x6c\x70\x38\xb1\xc3\xfb\xc2\x73\xa0\x50\x2c\x45\x1d\x71\x22\xb8\x58\x40\x78\xe2\x70\x8c\x56\xa0\x36\x10\x8a\x09\x79\x4a\xb9\xef\xc9\xbd\xcd\x22\x1d\xc6\x45\x31\x65\xd6\x76\x9d\xdd\xe0\x79\xa7\x71\xdd\x9d\xff\xcb\x2b\x7c\x26\x00\x10\x8a\xda\x7b\x5c\x73\xb8\xc5\x7f\xcb\xc5\x91\xe2\xc9\x84\xf6\x3f\x5b\xde\x76\x2f\x6b\xf1\xb5\x06\xd6\xb7\xdd\x62\xce\xca\x7d\xdb\xdc\xd9\x22\x03\xd4\x02\x23\xeb\xf0\x47\x5a\xa1\x15\x3f\x53\xcf\x23\xd3\x50\xc5\x4d\x97\x6a\xe5\x7c\xde\xaf\x24\x7d\x7d\x07\x00\x00\xff\xff\x84\xbc\x14\x45\x1d\x01\x00\x00" func idtablestakingScriptsGet_slot_limitsCdcBytes() ([]byte, error) { return bindataRead( @@ -3685,11 +3664,11 @@ func idtablestakingScriptsGet_slot_limitsCdc() (*asset, error) { } info := bindataFileInfo{name: "idTableStaking/scripts/get_slot_limits.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x48, 0xb5, 0xbb, 0x6d, 0xa6, 0x2a, 0xf, 0xfa, 0xb4, 0xc1, 0x4, 0x2, 0x12, 0x6f, 0x89, 0xa8, 0x7, 0x2f, 0x19, 0x27, 0x70, 0xe6, 0x9a, 0xc2, 0xc7, 0xa2, 0x4c, 0xd7, 0x65, 0xa4, 0x4e, 0xd0}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x35, 0xc9, 0x79, 0x49, 0xde, 0x12, 0x19, 0x78, 0x5a, 0xba, 0x4a, 0x90, 0xfa, 0xff, 0xa4, 0xd4, 0xe6, 0x3, 0x8d, 0x9c, 0xc0, 0x3a, 0x7d, 0x26, 0xd1, 0x67, 0xfd, 0xe8, 0xf6, 0xfb, 0x44, 0x48}} return a, nil } -var _idtablestakingScriptsGet_stake_requirementsCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8e\x31\x4b\x03\x41\x10\x46\xfb\xfd\x15\x9f\xa9\xee\x1a\xd3\x88\x48\xc0\x4e\x02\x29\x6c\x34\xa9\xc4\x62\xb2\x99\x4b\x86\xdb\x9d\x4d\x76\x66\x51\x10\xff\xbb\xac\x96\xa6\x7d\xc3\x7c\xef\x49\x3e\x97\xea\x58\xa7\xf2\xb1\x79\xda\xd2\x3e\xf1\xab\xd3\x2c\x7a\xc4\x54\x4b\xc6\xe2\xff\x61\x11\xc2\x72\x89\xed\x49\x0c\x16\xab\x9c\x1d\x95\xbd\x55\x35\xf8\x89\xb1\xa7\x44\x1a\x19\x65\x82\x39\xcd\x7c\x80\x97\x99\xd5\x3a\x20\x68\x39\x70\x08\x14\x23\x9b\x0d\x94\xd2\x88\xa9\x29\x32\x89\x0e\xb5\x24\x5e\x61\xb7\x51\x7f\x18\x57\xd8\xad\xe5\xf3\xfe\x0e\x5f\x01\x00\x12\x77\xc7\x05\x8f\x57\x32\x6f\x8f\xec\xcf\xa2\x92\x5b\xee\x84\x5f\xf8\xd2\xa4\x72\x66\x75\x1b\xc6\xf0\xfb\xff\xd7\xd7\x27\xde\xba\xe5\xfd\x26\x7c\xff\x04\x00\x00\xff\xff\x6c\xf5\xe4\x97\xf7\x00\x00\x00" +var _idtablestakingScriptsGet_stake_requirementsCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x8e\x31\x4b\x03\x41\x10\x85\xfb\xfd\x15\xcf\x54\x77\x8d\x69\x44\x24\x60\x27\x81\x14\x36\x9a\x54\x62\x31\xd9\x4c\x92\xe1\x76\x67\xef\x76\x66\x51\x10\xff\xbb\xac\x96\xb6\x1f\xbc\xf7\x7d\x92\xe7\x52\x1d\xab\x6d\x2a\x1f\xbb\xa7\x3d\x1d\x13\xbf\x3a\x4d\xa2\x97\x55\x08\xeb\x35\xf6\x57\x31\x58\xac\x32\x3b\x2a\x7b\xab\x6a\xf0\x2b\xe3\x48\x89\x34\x32\xca\x19\xe6\x34\xf1\x09\x5e\x26\x56\xeb\x80\xa0\xe5\xc4\x21\x50\x8c\x6c\x36\x50\x4a\x23\xce\x4d\x91\x49\x74\xa8\x25\xf1\x06\x87\x9d\xfa\xc3\xb8\xc1\x61\x2b\x9f\xf7\x77\xf8\x0a\x00\x90\xb8\x3b\x16\x3c\xe2\x7f\xcd\xed\x85\xfd\x59\x54\x72\xcb\x9d\xf0\x0b\x2f\x4d\x2a\x67\x56\xb7\x61\x0c\xbf\xfb\xbf\xbe\x7e\xf1\xd6\x2d\xef\x37\xe1\xfb\x27\x00\x00\xff\xff\x54\xb2\xe0\x6e\xdf\x00\x00\x00" func idtablestakingScriptsGet_stake_requirementsCdcBytes() ([]byte, error) { return bindataRead( @@ -3705,11 +3684,11 @@ func idtablestakingScriptsGet_stake_requirementsCdc() (*asset, error) { } info := bindataFileInfo{name: "idTableStaking/scripts/get_stake_requirements.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xe7, 0x86, 0xdf, 0xf1, 0xc8, 0xc4, 0x94, 0xcc, 0x38, 0x85, 0xa2, 0x94, 0x17, 0x58, 0xe4, 0xe, 0xc7, 0x91, 0x1f, 0xd6, 0x72, 0xd0, 0x98, 0x61, 0x35, 0x17, 0x5, 0x79, 0x52, 0xf2, 0xcc, 0xf3}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xdb, 0xe0, 0x54, 0xcd, 0x40, 0xc8, 0xdd, 0xd1, 0x62, 0xbb, 0xad, 0x25, 0x79, 0xfc, 0x65, 0x8b, 0x3f, 0x67, 0xbe, 0x44, 0x4c, 0xa8, 0x57, 0x2, 0xc9, 0x3e, 0x3e, 0x87, 0xbf, 0xff, 0x31, 0xf7}} return a, nil } -var _idtablestakingScriptsGet_tableCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8e\xb1\xca\xc2\x40\x10\x06\xfb\x7b\x8a\x8f\x54\x49\xf3\xa7\xff\xeb\x20\xa4\xb1\x49\x3a\xb1\x38\x2f\x9b\xcb\xe2\x65\x2f\xec\x6d\x10\x11\xdf\x5d\x04\x3b\xad\x87\x19\x86\xd7\x2d\xab\xe1\x90\xf2\xad\xef\x46\x7f\x49\x34\x98\xbf\xb2\x44\xcc\x9a\x57\x54\xdf\xa0\x72\xae\x6d\x31\x2e\x5c\x50\x82\xf2\x66\x50\xb2\x5d\xa5\xc0\x16\x42\xd8\x55\x49\x0c\x3c\x91\x18\xdb\x1d\xf6\x56\x91\x48\xa2\x2d\xce\xf9\x10\xa8\x94\xda\xa7\xd4\x60\xde\x05\xab\x67\xa9\x9b\x7f\x9c\x06\x53\x96\x78\xc6\xc3\x01\xf8\x14\x7f\x5c\xfd\x45\xb2\x63\x9e\xa8\xef\x4a\xdd\xb8\xe7\x2b\x00\x00\xff\xff\x9f\x7f\xe9\x36\xbe\x00\x00\x00" +var _idtablestakingScriptsGet_tableCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\xcd\xb1\xae\x82\x40\x10\x46\xe1\x7e\x9f\xe2\x0f\x15\x34\x97\xfe\xd6\xc4\x84\xc6\x06\x3a\x63\xb1\x2e\xe3\x32\x71\x19\xc8\xcc\x10\x63\x8c\xef\x6e\x4c\xec\x7c\x80\x73\x3e\x5e\xb6\x55\x1d\xd5\xa1\xac\xf7\xbe\x1b\xe3\xa5\xd0\xe0\xf1\xc6\x92\xab\x10\xda\x16\xe3\xcc\x06\x4b\xca\x9b\x43\xc9\x77\x15\x83\xcf\x84\xb4\xab\x92\x38\x78\x22\x71\xf6\x07\xfc\x93\xa2\x90\x64\x9f\x43\x88\x29\x91\x59\x1d\x4b\x69\x70\xdd\x05\x4b\x64\xa9\x9b\x7f\x9c\x06\x57\x96\x7c\xc6\x33\x00\xf8\x1e\xf1\x8b\xff\x65\xf2\xe3\x3a\x51\xdf\x59\xdd\x84\xd7\x3b\x00\x00\xff\xff\x62\x09\x58\x6d\xa6\x00\x00\x00" func idtablestakingScriptsGet_tableCdcBytes() ([]byte, error) { return bindataRead( @@ -3725,11 +3704,11 @@ func idtablestakingScriptsGet_tableCdc() (*asset, error) { } info := bindataFileInfo{name: "idTableStaking/scripts/get_table.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x37, 0xc8, 0x81, 0x80, 0x7d, 0x40, 0xfd, 0xf, 0xc7, 0x71, 0xe, 0x59, 0x88, 0xdd, 0x66, 0x97, 0x72, 0x23, 0xc6, 0xf1, 0x52, 0xa2, 0x60, 0x27, 0xb8, 0x71, 0x9d, 0x2, 0xcf, 0x39, 0x24, 0x16}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x39, 0x46, 0x31, 0x31, 0x3f, 0x9c, 0xa8, 0xa8, 0xd0, 0x98, 0x50, 0x9e, 0xf4, 0xb8, 0x75, 0x9, 0xb9, 0x59, 0xc3, 0x95, 0x81, 0x1a, 0xdb, 0x64, 0xb7, 0x91, 0x29, 0x72, 0x20, 0x24, 0xe0, 0xbf}} return a, nil } -var _idtablestakingScriptsGet_total_stakedCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x90\x31\x4f\xc3\x30\x14\x84\x77\xff\x8a\x6b\xa7\x44\x48\x6d\x07\x40\x08\x29\x0b\xaa\x2a\x75\x61\x69\x3a\x21\x06\x37\x7d\x29\x56\x1c\xbf\xca\x7e\x01\x2a\xd4\xff\x8e\x6a\x97\x90\x08\x3c\xd8\xb2\x7c\xf7\xdd\xf9\x99\xf6\xc8\x5e\xb0\xb2\xfc\xb1\x5e\x96\x7a\x67\x69\x23\xba\x31\xee\x80\xda\x73\x8b\xe9\xdf\x87\xa9\x52\xba\xaa\x28\x84\x4c\x5b\x9b\xa3\xee\x1c\x5a\x6d\x5c\x96\x3f\x62\xbb\x32\x9f\xf7\xb7\xf8\x52\x00\x60\x49\x10\x44\x37\xb4\x2f\xb9\x21\x17\x50\xfc\x93\x32\x3b\x90\x94\x2c\xda\x26\xcd\x26\xea\x9f\x4e\xcf\xbc\xa7\xf2\x74\xa4\x2c\x57\x91\x35\x9f\xa3\xd2\xb6\xea\xac\x16\x82\xbc\x11\xe4\xe2\x81\xeb\xda\x1d\x79\x70\x0d\x49\x11\x29\x2f\x5a\xde\xb5\x4f\xaa\xc4\xec\xcb\x15\x58\xcc\x16\x51\x51\xb3\x87\xbb\x06\xc1\xb8\x51\xd9\x59\x43\xa7\x70\xfd\xc8\xb5\xc0\x92\xe1\x58\x50\x71\xe7\x04\x69\x02\xd1\x1e\x7a\x91\xa9\x7f\x79\x93\x02\xdb\xb5\x93\x87\xec\x2e\x1f\x60\x2e\x6b\x50\x0a\xc5\xe8\x76\x33\xaa\xf0\xf2\xc3\x7a\x9d\xf4\xfe\xb3\x4a\x7b\x3c\x3c\x49\xe7\xdd\x90\xa0\xce\xdf\x01\x00\x00\xff\xff\x4d\x18\xa4\x68\xcf\x01\x00\x00" +var _idtablestakingScriptsGet_total_stakedCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x90\xb1\x6a\xf3\x30\x14\x85\x77\x3d\xc5\x49\x26\x9b\x1f\x92\x0c\x7f\x4b\x29\x78\x29\x21\x90\xa5\x4b\x9c\xa9\x74\x50\x9c\xeb\x54\x58\xb9\x0a\xd2\x75\x5b\x53\xf2\xee\x25\x92\xeb\xda\x54\x83\x84\xe0\x9c\xef\x7e\x92\x39\x5f\x9c\x17\xcc\x37\xd6\x7d\x6c\xd7\xa5\x3e\x58\xda\x89\x6e\x0c\x9f\xe6\x4a\xe9\xaa\xa2\x10\x32\x6d\x6d\x8e\xba\x65\x9c\xb5\xe1\x2c\x7f\xc4\x7e\x63\x3e\xef\xff\xe3\x4b\x01\x80\x25\x41\x10\xdd\xd0\xb1\x74\x0d\x71\x40\x81\xbf\xb0\xc5\x89\xa4\x74\xa2\x6d\xca\xec\x62\xfe\xa9\x7b\x76\x47\x2a\xbb\x0b\x65\xb9\x8a\xac\xe5\x12\x95\xb6\x55\x6b\xb5\x10\xe4\x8d\x20\xb7\x0e\xb8\x3d\x1f\xc8\xc3\xd5\x90\x34\x22\xcd\x8b\x95\x77\xed\x53\x2a\x31\x07\xb9\x02\xab\xc5\x2a\x26\x6a\xe7\xc1\xfd\x20\x18\x9e\xc8\x2e\x1a\xea\x42\xff\x90\x5e\x60\xed\xc0\x4e\x50\xb9\x96\x05\xe9\x07\x62\x3d\x0c\x21\x53\xff\xf2\x66\x05\xf6\x5b\x96\x87\xec\x2e\x1f\x61\x6e\x6b\x24\x85\x62\x72\xfb\x37\x51\x78\xf9\x61\xbd\xce\x86\xfe\x55\xa5\x3d\x1e\x9e\xa4\xf5\x3c\x26\xa8\xeb\x77\x00\x00\x00\xff\xff\xc2\x0c\x3f\x1d\xb7\x01\x00\x00" func idtablestakingScriptsGet_total_stakedCdcBytes() ([]byte, error) { return bindataRead( @@ -3745,11 +3724,11 @@ func idtablestakingScriptsGet_total_stakedCdc() (*asset, error) { } info := bindataFileInfo{name: "idTableStaking/scripts/get_total_staked.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xee, 0x84, 0x69, 0x78, 0x9e, 0xaf, 0x71, 0x2a, 0xc4, 0x96, 0xa3, 0xa6, 0x92, 0x57, 0x3c, 0x53, 0xe3, 0x4, 0xe7, 0x79, 0x41, 0x9e, 0x30, 0xd3, 0xee, 0x4c, 0xf1, 0x6c, 0xee, 0x29, 0x62, 0x56}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xa8, 0xe7, 0x67, 0x71, 0xb, 0x7d, 0x30, 0x3c, 0x28, 0x4f, 0xd4, 0x6f, 0x85, 0x76, 0x57, 0x89, 0x26, 0x56, 0x72, 0x5a, 0x2c, 0x0, 0xe, 0x40, 0xd0, 0xfd, 0xdc, 0x12, 0x8e, 0xb8, 0xa8, 0x8f}} return a, nil } -var _idtablestakingScriptsGet_total_staked_by_typeCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8e\x31\x4b\x03\x41\x10\x46\xfb\xfd\x15\x9f\xa9\xee\x1a\xd3\x88\x48\xc0\x46\x24\x90\xc6\x26\x9b\x4a\x2c\x26\x7b\x73\xc9\x72\x73\x33\xc7\xee\x04\x0d\xe2\x7f\x97\x9c\x5a\x99\x76\xe6\xe3\xbd\x97\xc7\xc9\x8a\x63\x2d\xf6\xbe\x79\x8e\xb4\x17\xde\x3a\x0d\x59\x0f\xe8\x8b\x8d\x58\xfc\x7f\x2c\x42\x58\x2e\x11\x8f\xb9\xa2\xa6\x92\x27\x47\x61\x3f\x15\xad\xf0\x23\x63\x4f\x42\x9a\x18\xd6\xa3\x3a\x0d\xdc\xc1\x6d\x60\xad\x97\x03\x41\xad\xe3\x10\x28\x25\xae\xb5\x21\x91\x16\xfd\x49\x31\x52\xd6\xa6\x98\xf0\x0a\xbb\x8d\xfa\x43\xbb\xc2\x6e\x9d\x3f\xee\xef\xf0\x19\x00\x40\xd8\xff\x60\x8f\x57\x4a\x6f\x0f\xec\xd1\x9c\x24\xce\xa6\xed\xbc\x7c\x3a\xbf\x58\xc7\xf1\x3c\x71\xd3\x86\x99\xf2\x53\xf9\x0b\x7a\xbd\xe8\xde\x6e\xc2\xd7\x77\x00\x00\x00\xff\xff\x86\x18\xde\x12\x00\x01\x00\x00" +var _idtablestakingScriptsGet_total_staked_by_typeCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x8e\x31\x4b\x03\x41\x10\x85\xfb\xfd\x15\xcf\x54\x77\x8d\x69\x44\x24\x60\x23\x12\x48\x63\x93\x4d\x25\x16\x93\xbd\x49\xb2\xdc\x64\xe6\xd8\x9d\x43\x0f\xf1\xbf\xcb\x9d\x5a\xd9\x3e\x1e\xdf\xf7\xe5\xeb\x60\xc5\xb1\xda\x8a\xbd\xef\x9e\x23\x1d\x85\xf7\x4e\x7d\xd6\xf3\x2a\x84\xf5\x1a\xf1\x92\x2b\x6a\x2a\x79\x70\x14\xf6\xb1\x68\x85\x5f\x18\x47\x12\xd2\xc4\xb0\x13\xaa\x53\xcf\x1d\xdc\x7a\xd6\x3a\x0f\x04\xb5\x8e\x43\xa0\x94\xb8\xd6\x86\x44\x5a\x9c\x46\xc5\x95\xb2\x36\xc5\x84\x37\x38\xec\xd4\x1f\xda\x0d\x0e\xdb\xfc\x71\x7f\x87\xcf\x00\x00\xc2\xfe\x07\x7b\xc4\xff\xa0\xdb\x33\x7b\x34\x27\x89\x8b\x69\xbf\x3c\x9f\xa6\x17\xeb\x38\x4e\x03\x37\x6d\x58\x28\x3f\x95\xbf\xa0\xd7\x59\xf7\x76\x13\xbe\xbe\x03\x00\x00\xff\xff\x7a\xdd\xbd\x62\xe8\x00\x00\x00" func idtablestakingScriptsGet_total_staked_by_typeCdcBytes() ([]byte, error) { return bindataRead( @@ -3765,11 +3744,11 @@ func idtablestakingScriptsGet_total_staked_by_typeCdc() (*asset, error) { } info := bindataFileInfo{name: "idTableStaking/scripts/get_total_staked_by_type.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xcc, 0xa5, 0x8b, 0x42, 0xe8, 0x8b, 0x45, 0x62, 0x3c, 0x6, 0x1b, 0x16, 0xa7, 0xc3, 0xfc, 0xf9, 0x75, 0xc8, 0x3b, 0xbe, 0x43, 0x97, 0xee, 0x83, 0xd6, 0x7f, 0xa5, 0x89, 0x4d, 0x3c, 0xdb, 0xe6}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x0, 0x27, 0x47, 0xf, 0x1b, 0x82, 0xc2, 0xec, 0x75, 0x53, 0xe1, 0x7f, 0xcd, 0x96, 0xb0, 0xfc, 0x38, 0x40, 0xdd, 0x13, 0xa3, 0xd3, 0x8b, 0x39, 0x13, 0x45, 0xf2, 0x52, 0x85, 0xb2, 0xf5, 0x6c}} return a, nil } -var _idtablestakingScriptsGet_weekly_payoutCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\xce\xb1\x8a\x83\x40\x10\xc6\xf1\x7e\x9f\xe2\xc3\x4a\x9b\xb3\x39\xae\xb8\xfa\x4e\x48\x17\x88\x79\x80\x71\x1d\x75\x71\xdd\x91\x9d\x91\x24\x84\xbc\x7b\x10\xd2\x25\xed\xf7\xc1\x8f\x7f\x58\x56\xc9\x86\x26\xca\xe5\xf0\xd7\x52\x17\xf9\x64\x34\x87\x34\x62\xc8\xb2\xa0\x78\x3f\x0a\xe7\xea\x1a\xed\x14\x14\xea\x73\x58\x0d\x99\x6d\xcb\x49\x61\x13\xa3\xa3\x48\xc9\x33\x64\x80\x1a\xcd\xdc\xc3\x64\xe6\xa4\xfb\x40\x48\xd2\xb3\x73\xe4\x3d\xab\x96\x14\x63\x85\x61\x4b\x58\x28\xa4\xb2\xfa\xc5\xb9\x09\xd7\x9f\x6f\xdc\x1d\x80\x17\xfa\x21\xec\x6b\x64\xfb\x5f\xc5\x4f\xed\x0e\x1f\xe9\x26\x9b\x95\x95\x7b\x3c\x03\x00\x00\xff\xff\x18\x12\xd8\x60\xca\x00\x00\x00" +var _idtablestakingScriptsGet_weekly_payoutCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\xcd\xb1\x8e\x82\x40\x10\x87\xf1\x7e\x9f\xe2\x1f\x2a\x68\x8e\xe6\x72\xc5\xd5\x4a\x62\x67\x22\x3e\xc0\xb0\x0c\xb0\x61\xd9\x21\x3b\x43\xd4\x18\xdf\xdd\x90\xd8\xd9\x7e\xc5\xef\x0b\xcb\x2a\xd9\x50\x34\x51\x6e\xa7\x43\x4b\x5d\xe4\x8b\xd1\x1c\xd2\x58\x38\x57\xd7\x68\xa7\xa0\x50\x9f\xc3\x6a\xc8\x6c\x5b\x4e\x0a\x9b\x18\x1d\x45\x4a\x9e\x21\x03\xd4\x68\xe6\x1e\x26\x33\x27\xdd\x03\x21\x49\xcf\xce\x91\xf7\xac\x5a\x52\x8c\x15\x86\x2d\x61\xa1\x90\xca\xea\x1f\xd7\x26\xdc\xff\x7e\xf1\x74\x00\x3e\x28\xbe\xff\x3f\x23\xdb\x71\x15\x3f\xb5\x3b\x7c\xa6\x87\x6c\x56\x56\xee\xf5\x0e\x00\x00\xff\xff\xfe\x5a\x5e\x3d\xb2\x00\x00\x00" func idtablestakingScriptsGet_weekly_payoutCdcBytes() ([]byte, error) { return bindataRead( @@ -3785,11 +3764,11 @@ func idtablestakingScriptsGet_weekly_payoutCdc() (*asset, error) { } info := bindataFileInfo{name: "idTableStaking/scripts/get_weekly_payout.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x3d, 0x33, 0xf7, 0xf1, 0xb5, 0x1, 0x7e, 0x39, 0x3f, 0xe8, 0x81, 0x91, 0x4, 0x3e, 0x4c, 0x38, 0xba, 0x10, 0x42, 0xdd, 0xcc, 0x18, 0xf7, 0xcf, 0xa, 0xd1, 0x9e, 0x85, 0x1d, 0xc7, 0xe2, 0x81}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x13, 0xb1, 0x80, 0x94, 0x4, 0x62, 0x17, 0xdb, 0x39, 0xbb, 0x3, 0xb3, 0x4f, 0x38, 0xb, 0x72, 0xe7, 0xd8, 0x78, 0x72, 0xb5, 0xfa, 0xb8, 0xe, 0xf9, 0x59, 0x34, 0xae, 0xe5, 0xc4, 0xfb, 0xa7}} return a, nil } -var _lockedtokensAdminAdmin_create_shared_accountsCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xe4\x57\x5f\x6f\xe3\x36\x0c\x7f\xf7\xa7\x20\xf2\x10\x38\x40\x1a\xe7\x1e\x17\xb4\x3d\x64\xc1\x0e\x1b\xae\xc3\x0e\x5b\xef\xee\x99\xb5\x99\x58\x88\x22\x79\x92\x9c\x20\x28\xfa\xdd\x07\x59\xf2\x1f\x39\x76\xba\x6c\x7b\x9b\x1f\x8a\x46\x26\x45\xf2\x47\xf2\x47\x9a\x1d\x0a\xa9\x0c\x6c\xd4\xb9\x30\x32\xf2\xbf\x3e\x71\x79\x7a\x96\x7b\x12\xb0\x55\xf2\x00\x93\xe6\xf7\xa4\x91\x28\xc5\x8e\xbd\x70\x0a\xa4\xba\x67\x8d\xe4\x93\x4c\xf7\x94\x55\x67\xda\x0b\x76\x8f\x26\x51\x94\x24\x09\x3c\x2b\x14\x1a\x53\xc3\xa4\x00\x93\xa3\x01\x93\x13\x1c\x90\x09\x30\x95\x05\xcc\x0e\x4c\xc0\x49\x96\x3c\x03\xcd\x76\xa2\x52\x32\x12\x52\x45\x68\x08\x10\x74\x8e\x8a\x32\xc0\x34\x95\xa5\x30\x80\x22\x03\x14\x50\x0a\x5e\xd9\xaa\xc4\xd1\xbd\xda\x4a\x05\x08\xa5\x26\x15\x45\xa6\x35\x1b\x47\x00\x00\x05\x2a\xc3\x90\xaf\xad\xb9\x2f\xe5\x0b\x67\xe9\x67\x3a\xaf\x3c\x3c\x8b\xcf\x74\x7e\x62\xda\xfc\x24\x8c\x3a\xcf\x21\x49\xe0\x3b\xb1\x5d\x6e\x56\xf0\x61\xb9\xec\xaa\x7f\xd5\xa4\x6e\xd0\xfe\xc1\x6b\x6f\x4b\x7e\xab\xea\x87\xe5\x72\x19\xcd\x00\x5e\x23\x67\x5f\x51\x81\x8a\xe2\x0a\xae\x15\x60\x69\xf2\xf8\x47\xa9\x94\x3c\x7d\x43\x5e\xd2\x0c\xa6\x6b\x07\xd0\xac\xd6\xb0\x4f\x92\xc0\xc6\xe1\x68\x51\x17\x74\xaa\x61\xd4\x0e\xc7\x2c\xb3\x2f\x98\x82\x3d\x9d\x75\xa3\xc5\xc9\x78\xd4\xfd\x9d\xf0\x00\xfe\xbf\xb8\xc0\x33\xa9\x95\xcb\xda\x2c\xd0\xb0\xb8\xbf\x27\xdf\x28\x04\xd7\x2f\xac\xf5\x05\x66\x59\x5c\xb4\xf8\x0c\xe6\x6b\xd1\x08\xcc\x21\x47\x9d\xaf\xf9\x4e\x2a\x66\xf2\xc3\x98\x7c\x20\x34\x87\x93\x07\x77\x58\xd8\xbd\x9d\xdd\xee\x64\x90\xda\xf7\x7d\x0c\xc5\xaf\xbb\x18\xca\xd6\x1e\x36\x2e\x76\x40\x1f\x74\xf0\xa2\xf0\xae\x78\x77\x29\x3b\xe2\xda\xa5\xe0\x85\x5f\x6d\xe1\x21\x14\x8a\x1d\xed\x7f\x9c\x89\xbd\xed\x6c\x5b\x8a\xda\x48\xdb\xd4\x47\x2c\xb9\x09\xaa\xa8\x3a\xd9\x60\x81\x2f\x8c\x33\x73\x86\x87\x5e\x16\xd2\xfa\x15\x23\xbd\xb0\xb7\xe0\x8e\x16\x4c\xeb\x92\x9a\x6b\xec\x73\x5f\x35\x48\xc0\x5b\x8b\xef\xcc\xe4\x99\xc2\xd3\x0c\xa6\x0d\xed\x2d\xbe\x59\x7b\x8f\x81\x6e\x9c\xf8\x7b\x93\x6d\x2d\x56\x49\x85\xe1\x35\xfc\xe4\x78\xc8\xb3\xd9\x01\x05\xee\x48\x55\xdd\xe5\x63\x64\x06\x2c\xd9\xd9\xa0\x03\x26\x0b\xc2\xe6\x2d\x71\xfe\xea\xaf\xb8\xbf\x0b\x18\x76\xe1\x0c\x3e\x5d\x08\xc6\x15\x64\xab\x3e\x72\x63\x65\x5c\x63\xa6\xf1\x48\xf1\xfd\xdd\xa5\xe1\x39\x18\xb9\x0a\x4d\x5f\x1a\xfd\xc3\xdd\xf2\x05\x4d\xde\x81\xc5\x46\x62\x3a\x52\xe3\x79\x0c\x00\xbf\x92\xd4\x6b\x79\x9c\x87\x4e\x7e\xad\x26\x82\xfb\x31\x83\xe9\x3b\x01\x3c\xc6\x81\x0b\xf6\xf9\x77\x21\xff\x2c\x79\x36\x9a\xb5\xe7\x56\x22\xb4\xeb\xe0\x5f\x67\x99\x22\xad\x57\xbd\x54\xa1\x3b\x9e\x07\x1a\x5d\x7c\x57\x23\x68\x37\x0a\x23\x4c\x11\xd4\x40\xd8\x37\x77\x9d\x60\xfa\x86\x7b\x55\xd1\x09\xaa\x83\xcd\x90\x6d\x0b\x12\x13\x5b\xb9\xc1\x02\x1e\x02\x4f\xae\x64\x7e\x3a\x66\xac\x97\xba\xdb\x7c\x1a\x82\x23\x70\xa2\xe2\x47\x9d\xc7\xde\xdf\x39\xa0\x19\xec\x06\xaf\xfc\x8b\xd8\x4a\xc7\x83\x63\x85\x51\x0d\x99\x8d\xe4\x9c\xdc\x12\xf4\xe0\x86\x61\x1d\x6d\xd8\x09\x2f\xd5\x48\x77\x55\x1f\x18\xf5\xe6\x2a\x52\x95\xaa\x5f\xdf\xcf\x03\x86\x06\x2a\xdc\x2e\x69\xe3\xad\xdd\xd3\x1f\xc2\x2f\xc4\xd0\x3e\x1f\x3f\x42\x81\x82\xa5\xf1\x64\x53\xad\x70\x42\x1a\x70\x41\x80\xa2\x2d\x29\x12\x29\x59\xd2\x77\x6b\x5e\xda\xdc\x3e\xb9\x42\x1b\xae\x93\xff\x07\xe4\x31\x54\x1f\xb6\xeb\xeb\xe5\x29\xb0\x12\x40\x70\x0b\x63\xd4\xab\x72\x5f\xb5\xdb\x02\xe3\x54\xb3\x76\x0b\xe7\xb5\xfc\x0c\xb5\x7c\x92\xc0\x6f\x47\x52\x8a\x65\x6e\xf7\xcc\x68\x6b\xe7\x53\xe7\x03\x44\x51\x4a\xec\x48\x6a\x64\x4e\x05\x69\x2d\x45\xdd\x96\x89\xdb\x5f\xda\xd1\xfc\xbb\xbf\x66\x70\x3a\xdb\x8d\xb7\xb6\xe3\xbe\x3e\x0e\xa8\xf6\xba\x3e\xf3\x53\x5b\x03\xea\xf6\x83\xa2\x5b\x95\x9d\xe9\xa8\x5b\x96\xbd\x61\x29\xb9\x9f\xbe\x86\xf5\x57\xbb\xfb\xf6\x18\xdf\x52\x32\x7f\x03\xa3\x1a\xa1\x81\xf9\xd2\x0f\x20\x4c\xb3\x25\xb8\x51\x58\x47\x72\x5b\x94\x06\x84\x54\x07\xe4\x2d\xbe\x4c\xd8\xaf\x35\xfb\x99\x62\xa1\x2f\x05\xfb\xb3\x24\x28\xba\xf4\xd1\x34\x7a\x7d\xfb\x7f\x07\xe6\xe8\xce\xf6\x4f\x91\xeb\xfb\x39\x8e\x99\xc3\xf8\xd3\x15\xe4\xec\xdf\xb7\xe8\x2d\xfa\x2b\x00\x00\xff\xff\x46\x9f\x30\x14\x93\x0f\x00\x00" +var _lockedtokensAdminAdmin_create_shared_accountsCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xe4\x57\x5f\x6f\xe3\x36\x0c\x7f\xf7\xa7\x20\xf2\x10\x38\x40\x6a\xe7\x1e\x17\xb4\x3d\x64\xc1\x0e\x1b\xae\xc3\x0e\x5b\xef\xee\x99\xb5\x99\x58\x88\x22\x79\x92\x9c\x20\x28\xfa\xdd\x07\x59\xfe\x27\xc7\x76\x97\x6d\x6f\xf3\x43\xd1\xc8\xa4\x48\xfe\x48\xfe\x48\xb3\x63\x2e\x95\x81\xad\xba\xe4\x46\x06\xd5\xaf\xd9\x27\x2e\xcf\xcf\xf2\x40\x62\xd6\x1e\x15\x62\xcf\x5e\x38\xf5\x8e\x9f\x64\x72\xa0\xb4\x3c\xd4\xb3\x20\x88\xe3\x18\x9e\x15\x0a\x8d\x89\x61\x52\x80\xc9\xd0\x80\xc9\x08\x8e\xc8\x04\x18\x2b\x06\x98\x1e\x99\x80\xb3\x2c\x78\x0a\x9a\xed\x45\xa9\x64\x24\x24\x8a\xd0\x10\x20\xe8\x0c\x15\xa5\x80\x49\x22\x0b\x61\x00\x45\x0a\x28\xa0\x10\xbc\xb4\x55\x8a\xa3\x7b\xb5\x93\x0a\x10\x0a\x4d\x2a\x08\x4c\x6b\x36\x0c\x00\x00\x72\x54\x86\x21\xdf\x58\x73\x5f\x8a\x17\xce\x92\xcf\x74\x59\x57\xa1\x46\x9f\xe9\xf2\xc4\xb4\xf9\x49\x18\x75\x59\x42\x1c\xc3\x77\x62\xfb\xcc\xac\xe1\xc3\x6a\xd5\x55\xff\xaa\x49\xdd\xa0\xfd\x43\xa5\xbd\x2b\xf8\xad\xaa\x1f\x56\xab\x55\xb0\x00\x78\x0d\x9c\x7d\x45\x39\x2a\x0a\x4b\xb8\xd6\x80\x85\xc9\xc2\x1f\xa5\x52\xf2\xfc\x0d\x79\x41\x0b\x98\x6f\x1c\x40\x8b\x5a\xc3\x3e\x71\x0c\x5b\x87\xa3\x45\x5d\xd0\xb9\x86\x51\x3b\x1c\xd3\xd4\xbe\x60\x0a\x0e\x74\xd1\x8d\x16\x27\x53\xa1\x5e\xdd\x09\x0f\x50\xfd\x17\xe6\x78\x21\xb5\x76\x59\x5b\x78\x1a\x16\xf7\xf7\xe4\x1b\x05\xef\xfa\xc8\x5a\x8f\x30\x4d\xc3\xbc\xc5\x67\x30\x5f\x51\x23\xb0\x84\x0c\x75\xb6\xe1\x7b\xa9\x98\xc9\x8e\x63\xf2\x9e\xd0\x12\xce\x15\xb8\xc3\xc2\xee\xed\xe2\x76\x27\xbd\xd4\xbe\xef\xa3\x2f\x3e\xed\xa2\x2f\x5b\x7b\xd8\xb8\xd8\x01\x7d\xd0\xc1\xab\xc2\x9b\xf0\xee\x5a\x76\xc4\xb5\x6b\xc1\x2b\xbf\xda\xc2\x43\xc8\x15\x3b\xd9\xff\x38\x13\x07\xdb\xd9\xb6\x14\xb5\x91\xb6\xa9\x4f\x58\x70\xe3\x55\x51\x79\xb2\xc5\x1c\x5f\x18\x67\xe6\x02\x0f\xbd\x2c\x24\xf5\x2b\x46\x3a\xb2\xb7\xe0\x9e\x22\xa6\x75\x41\xcd\x35\xf6\xb9\x2f\x1b\xc4\x63\xa9\xe8\x3b\x33\x59\xaa\xf0\xbc\x80\x79\xc3\x68\xd1\x37\x6b\xef\xd1\xd3\x0d\xe3\xea\xde\x78\x57\x8b\x95\x52\x7e\x78\x0d\x3f\x39\x1e\xaa\xd8\xec\x88\x02\xf7\xa4\xca\xee\xaa\x62\x64\x06\x2c\xd9\xd9\xa0\x3d\x26\xf3\xc2\xe6\x2d\x71\xfe\x5a\x5d\x71\x7f\x07\x5d\x3a\x8d\x9c\xc1\xa7\x2b\xc1\xb0\x84\x6c\xdd\x47\x6e\xac\x8c\x6b\xcc\x34\x9e\x28\xbc\xbf\xbb\x36\xbc\x04\x23\xd7\xbe\xe9\x6b\xa3\x7f\xb8\x5b\xbe\xa0\xc9\x3a\xb0\xd8\x48\x4c\x47\x6a\x3c\x8f\x1e\xe0\x13\x49\x9d\xca\xe3\xd2\x77\xf2\x6b\x39\x11\xdc\x8f\x05\xcc\xdf\x09\xe0\x31\xf4\x5c\xb0\xcf\xbf\x0b\xf9\x67\xc9\xd3\xd1\xac\x3d\xb7\x12\xbe\x5d\x07\xff\x26\x4d\x15\x69\xbd\xee\xa5\x0a\xdd\xf1\xd2\xd3\xe8\xe2\xbb\x1e\x41\xbb\x51\x18\x61\x0a\xaf\x06\xfc\xbe\xb9\xeb\x04\xd3\x37\xdc\xab\x8a\x4e\x50\x1d\x6c\x86\x6c\x5b\x90\x98\xd8\xc9\x2d\xe6\xf0\xe0\x79\x32\x91\xf9\xf9\x98\xb1\x5e\xea\x6e\xf3\x69\x08\x0e\xcf\x89\x92\x1f\x75\x16\x56\xfe\x2e\x01\xcd\x60\x37\x54\xca\xbf\x88\x9d\x74\x3c\x38\x56\x18\xe5\x90\xd9\x4a\xce\xc9\x2d\x41\x0f\x6e\x18\xd6\xd1\xfa\x9d\xf0\x52\x8e\x74\x57\xf5\x9e\xd1\xca\x5c\x49\xaa\x52\xf5\xeb\xfb\x79\xc0\xd0\x40\x85\xef\x94\x3c\x8e\xb7\x76\x4f\x7f\x08\x3f\x1f\x43\xfb\x7c\xfc\x08\x39\x0a\x96\x84\xb3\x6d\xb9\xc2\x09\x69\xc0\x05\x01\x8a\x76\xa4\x48\x24\x64\x49\xdf\xad\x79\x49\x73\xfb\x6c\x82\x36\x5c\x27\xff\x0f\xc8\x63\xa8\x3e\x6c\xd7\xd7\xcb\x93\x67\xc5\x83\xe0\x16\xc6\xa8\x57\xe5\xbe\x6a\xb7\x05\xc6\xa9\x66\xe3\x16\xce\xa9\xfc\x0c\xb5\x7c\x1c\xc3\x6f\x27\x52\x8a\xa5\x6e\xf7\x4c\x69\x67\xe7\x13\x34\x93\x17\x14\x25\xc4\x4e\xa4\x46\xe6\x94\x97\xd6\x42\xd4\x6d\x19\xbb\xfd\xa5\x1d\xcd\xbf\x57\xd7\x0c\x4e\x67\xbb\xf1\xd6\x76\xdc\xd7\xc7\x11\xd5\x41\xd7\x67\xd5\xd4\xd6\x80\xba\xfd\xa0\xe8\x56\x65\x67\x3a\xea\x96\x65\x6f\x58\x4a\xee\xe7\xaf\x7e\xfd\xd5\xee\xbe\x3d\x86\xb7\x94\xcc\xdf\xc0\xa8\x46\x68\x60\xbe\xf4\x03\xf0\xd3\x6c\x09\x6e\x14\xd6\x91\xdc\xe6\x85\x01\x21\xd5\x11\x79\x8b\x2f\x13\xf6\x6b\xcd\x7e\xa6\x58\xe8\x0b\xc1\xfe\x2c\x08\xf2\x2e\x7d\x34\x8d\x5e\xdf\xfe\xdf\x81\x39\xba\xb3\xfd\x53\xe4\xfa\x7e\x8e\x63\xe6\x30\xfe\x34\x81\x9c\xfd\xfb\x16\xbc\x05\x7f\x05\x00\x00\xff\xff\x83\xad\x3d\x9d\x5f\x0f\x00\x00" func lockedtokensAdminAdmin_create_shared_accountsCdcBytes() ([]byte, error) { return bindataRead( @@ -3805,7 +3784,7 @@ func lockedtokensAdminAdmin_create_shared_accountsCdc() (*asset, error) { } info := bindataFileInfo{name: "lockedTokens/admin/admin_create_shared_accounts.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x46, 0xd, 0x7c, 0xa5, 0xc7, 0x2, 0x18, 0x7a, 0x3a, 0x4f, 0xec, 0xa0, 0x55, 0x8, 0x4, 0x10, 0x3d, 0x6c, 0xd, 0xd3, 0x38, 0xac, 0x53, 0x20, 0xdc, 0xa1, 0xfc, 0xf7, 0xc9, 0xe1, 0x3e, 0x9b}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x10, 0xd0, 0x28, 0xc7, 0x6, 0xd, 0xc0, 0x8d, 0xdf, 0x7e, 0x2b, 0x53, 0x13, 0x3d, 0x9c, 0xc8, 0xb7, 0x49, 0x2a, 0x31, 0xfe, 0x7f, 0x3, 0xa3, 0x12, 0x32, 0xf, 0x83, 0x98, 0x75, 0xd1, 0x40}} return a, nil } @@ -3829,7 +3808,7 @@ func lockedtokensAdminAdmin_deploy_contractCdc() (*asset, error) { return a, nil } -var _lockedtokensAdminAdmin_deposit_account_creatorCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x52\xc1\x6e\xdb\x30\x0c\xbd\xfb\x2b\xb8\x1c\x3a\x1b\x18\x9c\x7b\xd0\xae\xc8\x72\xdd\x21\xd8\x8a\xdd\x19\x89\x8d\x85\x2a\xa2\x40\xd1\x2d\x82\x21\xff\x3e\xc8\xf2\x32\x6b\xcb\x50\x9e\x24\x42\xef\xf1\xbd\x27\xba\x53\x64\x51\xf8\xca\xe6\x85\xec\x13\xbf\x50\x48\xf0\x2c\x7c\x82\xd5\xb2\xb5\x6a\x9a\xf5\x7a\x0d\x9a\x2f\x80\xf6\xe4\x02\x24\x77\x0c\x09\x74\x70\x09\x54\x30\x24\x34\xea\x38\x80\x32\x58\x8a\x9c\x9c\x02\x82\xc1\x88\x07\xe7\x9d\x9e\x27\xb8\x0b\xca\xb9\x3b\x26\x65\x7b\x86\x28\xfc\xea\x2c\xc9\xc7\x04\x68\x0c\x8f\x41\x41\x07\x54\x40\xef\xf9\x2d\x53\xd3\x29\xd3\xa1\xb5\x13\x7a\x7e\x93\x72\x4f\x07\x02\x21\xc3\x62\x9b\x66\x31\xbd\x9d\xa9\xf7\x33\xf3\xd6\x5a\xa1\x94\x36\x30\x1f\x3a\xf8\xd9\x34\x00\x00\x51\x28\xa2\x50\x3b\x59\xd9\x00\x8e\x3a\xb4\x5f\x58\x84\xdf\x7e\xa0\x1f\xe9\x13\xec\x7e\x2b\x77\x94\x3a\xb8\xdb\x96\xd9\x57\x7c\x2e\x4f\xba\x30\xf8\x8d\x0c\xb9\x57\x12\x78\x80\x23\xe9\xfc\xfe\x3f\x7a\xba\x2b\x47\xae\xde\x2c\x66\xf5\x87\x49\xc5\xfd\xdd\x32\xfd\xbe\x5c\x66\xd2\x9d\x10\x2a\xcb\xe7\xb6\x62\xc9\xf5\x2e\x66\x3f\x1e\xbc\x33\x7b\xd4\xa1\xc2\xd6\x7a\x1e\x1f\x21\x62\x70\xa6\x5d\xed\x78\xf4\x16\x02\x2b\x14\x55\x0b\xbb\x39\xfd\xe2\x57\xe8\x99\x84\x82\xa1\x55\x57\x67\x33\x2d\xcb\x36\x07\xbc\x63\xef\xa9\xac\xc7\x43\xd9\x9e\xda\x73\x52\x16\x3c\x52\xef\x52\x1a\xe9\x7e\xfa\x8c\xca\x4a\x6d\xa2\x83\x3a\x9c\xa7\x1b\x73\xfe\x0a\xe7\x46\x30\xb7\x50\xdf\x8b\x8e\x2a\x9f\xee\xc3\x1f\x57\xff\xfe\x76\x8f\xd6\x5e\x57\xe5\xdc\x1a\x8c\x9b\x9b\xbe\x4b\xc2\x97\xe6\xd2\xfc\x0a\x00\x00\xff\xff\x6b\x32\x35\xf8\x70\x03\x00\x00" +var _lockedtokensAdminAdmin_deposit_account_creatorCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x52\xc1\x6e\xdb\x30\x0c\xbd\xfb\x2b\xb8\x1c\x3a\x1b\x18\x9c\x7b\xd0\xae\xc8\x72\xdd\x21\xd8\x8a\xdd\x19\x89\x8b\x85\x2a\xa2\x40\xd1\x2d\x82\xa1\xff\x3e\xc8\xf2\x32\x6b\xf3\x30\x9e\x24\x41\xef\xf1\xbd\x47\xba\x4b\x64\x51\xd8\x7c\x66\xf3\x4c\xf6\x89\x9f\x29\xa4\x4d\xd3\x6c\xb7\x5b\xd0\x7c\x01\xb4\x17\x17\x20\xb9\x73\x48\xa0\x83\x4b\xa0\x82\x21\xa1\x51\xc7\x01\x94\xc1\x52\xe4\xe4\x14\x10\x0c\x46\x3c\x39\xef\xf4\x3a\xc1\x5d\x50\xce\xaf\x63\x52\xb6\x57\x88\xc2\x2f\xce\x92\xbc\x4f\x80\xc6\xf0\x18\x14\x74\x40\x05\xf4\x9e\x5f\x33\x35\x5d\x32\x1d\x5a\x3b\xa1\xe7\x3f\x29\xbf\xe9\x40\x20\x64\x58\x6c\xd3\x2c\xba\xb7\x33\xf5\x71\x66\xde\x5b\x2b\x94\xd2\x0e\xe6\x43\x07\x3f\x9a\x06\x00\x20\x0a\x45\x14\x6a\x27\x2b\x3b\xc0\x51\x87\xf6\x13\x8b\xf0\xeb\x37\xf4\x23\x7d\x80\xc3\x2f\xe5\x8e\x52\x07\x77\xfb\xd2\xfb\x86\xcf\xe5\x49\x17\x06\xbf\x90\x21\xf7\x42\x02\x0f\x70\x26\x9d\xff\xff\x43\x4f\x77\xe3\xc8\xd5\x9b\x45\xaf\xfe\x34\xa9\xb8\xbf\x5b\xa6\xdf\x97\xcb\x4c\x7a\x10\x42\x65\xf9\xd8\x56\x2c\xb9\xfe\x8b\x39\x8e\x27\xef\xcc\x11\x75\xa8\xb0\xb5\x9e\xc7\x47\x88\x18\x9c\x69\x37\x07\x1e\xbd\x85\xc0\x0a\x45\xd5\xc2\x6e\x4e\xbf\xf8\x15\xfa\x4e\x42\xc1\xd0\xa6\xab\xb3\x99\x96\x65\x9f\x03\x3e\xb0\xf7\x54\xd6\xe3\xa1\x6c\x4f\xed\x39\x29\x0b\x9e\xa9\x77\x29\x8d\x74\x3f\x0d\xa3\xb2\x52\x9b\xe8\xa0\x0e\xe7\x69\xa5\xcf\x1f\xe1\xac\x04\xb3\x86\xfa\x5a\x74\x54\xf9\x74\xef\x7e\xbb\xfa\x7b\xda\x3d\x5a\x7b\x5b\x95\x6b\x6b\x30\xee\x56\x7d\x97\x84\xdf\x9a\xb7\xe6\x67\x00\x00\x00\xff\xff\x67\xa5\x05\x14\x5e\x03\x00\x00" func lockedtokensAdminAdmin_deposit_account_creatorCdcBytes() ([]byte, error) { return bindataRead( @@ -3845,11 +3824,11 @@ func lockedtokensAdminAdmin_deposit_account_creatorCdc() (*asset, error) { } info := bindataFileInfo{name: "lockedTokens/admin/admin_deposit_account_creator.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x5d, 0x6b, 0x77, 0xa2, 0x1a, 0x8b, 0x31, 0xab, 0x7f, 0x3d, 0x5e, 0x83, 0x6e, 0x89, 0xce, 0xb8, 0x80, 0xe9, 0x4f, 0x19, 0xee, 0x31, 0x7c, 0x30, 0xc7, 0xbe, 0x57, 0x89, 0x24, 0xe4, 0xdf, 0x3a}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x62, 0xbb, 0x35, 0xbf, 0x13, 0xf3, 0x83, 0x88, 0x8a, 0x90, 0xff, 0x2, 0x47, 0x96, 0xb2, 0xd0, 0xa2, 0x7e, 0xf9, 0xe0, 0x9a, 0x32, 0xb, 0xa, 0xa6, 0x4c, 0xe6, 0xc9, 0xc1, 0xfc, 0x56, 0xed}} return a, nil } -var _lockedtokensAdminAdmin_remove_delegatorCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x90\x41\x4f\x83\x50\x10\x84\xef\xfc\x8a\x91\x43\x03\x07\xf9\x01\x4d\xb5\x51\x1b\x13\x13\x4d\x8c\xad\xde\xb7\x8f\x2d\x25\x3c\xde\x92\x65\xb1\x31\xa6\xff\xdd\x50\x5a\x4b\xe3\xc1\xbd\x2d\xb3\xf3\x31\xf3\xca\xba\x11\x35\x3c\x7a\xd9\x3d\x2d\x56\xb4\xf6\xbc\x34\xaa\xca\x50\x60\xa3\x52\x23\xfe\x2b\xc4\xd1\xd1\xf3\x2c\xae\xe2\x7c\x25\x15\x87\xf6\x78\x3d\xfe\x14\x47\x91\x29\x85\x96\x9c\x95\x12\xf0\x1d\x45\x00\xd0\x28\x37\xa4\x9c\xb4\x65\x11\x58\xa7\xa0\xce\xb6\xc9\xbd\xa8\xca\xee\x83\x7c\xc7\x29\x26\x77\xce\x49\x17\x2c\x3d\x59\xfa\xf1\x6c\xa8\x29\x50\xc1\xfa\xc6\x1b\xdc\x60\xf0\x67\xad\x89\x52\xc1\xd9\xfa\x40\x98\x1d\x68\xe3\x10\xd9\x7b\xf0\xe2\xaa\x61\x49\x31\xb9\xd0\x46\xcb\xcb\xc0\xbe\x4d\xfa\x1e\x53\xfc\x73\xb6\x1c\xfe\xfa\x4a\xb6\x4d\x7f\x23\xf6\x33\x9f\xa3\xa1\x50\xba\x24\x7e\x90\xce\xe7\x08\x62\x18\xa2\x81\xa0\xbc\x61\xe5\xe0\x18\x26\xb0\x2d\xc3\x1f\xc0\xb0\x9e\x7c\x6a\x17\xa7\x97\xa5\x73\xf6\x5c\x90\x89\x62\x76\x3d\x7a\x81\x4c\xb9\x96\x4f\x5e\x9c\xd4\x24\xbd\x3a\xfb\x72\x6e\x4d\xe5\xeb\xec\x1d\xa4\x7d\xb4\x8f\x7e\x02\x00\x00\xff\xff\xba\xa7\xc0\x06\xef\x01\x00\x00" +var _lockedtokensAdminAdmin_remove_delegatorCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x90\xdf\x4a\xf3\x40\x10\xc5\xef\xf7\x29\xe6\xcb\x45\xc9\x5e\x7c\x79\x80\x52\x2d\x6a\x11\x04\x05\xb1\xd5\xfb\xe9\x66\xf2\x87\x6c\x76\xc2\x64\x62\x11\xe9\xbb\x4b\xb2\xc4\xa6\x57\xce\xdd\x70\xf6\xfc\xf6\x9c\xa9\xdb\x8e\x45\x21\x79\xf4\x7c\x7a\xda\x1d\xf0\xe8\x69\xaf\xd8\xd4\xa1\x4c\xcc\xac\x3d\xb3\x6b\x28\x3f\x70\x43\xa1\x4f\x8c\x51\xc1\xd0\xa3\xd3\x9a\x03\x7c\x1b\x03\x00\xd0\x09\x75\x28\x94\xf6\x75\x19\x48\xd6\x80\x83\x56\xe9\x3d\x8b\xf0\xe9\x03\xfd\x40\x16\x56\x77\xce\xf1\x10\xd4\xce\x96\x71\x3c\x29\xb4\x18\xb0\x24\x79\xa3\x02\x6e\x20\xfa\xb3\x5e\x59\xb0\xa4\xec\x38\x11\x36\x13\x6d\x19\x22\x7b\x0f\x9e\x5d\x13\x17\x0b\xab\x2b\x6d\xb1\xbc\x44\xf6\x6d\x5a\x08\xb7\x6b\xf8\xe3\xd9\x3e\xfe\xfa\x8a\x5a\xd9\xdf\x88\xe3\x6c\xb7\xd0\x61\xa8\x5d\x9a\x3c\xf0\xe0\x73\x08\xac\x10\xa3\x01\x82\x50\x41\x42\xc1\x11\x28\x83\x56\x04\x7e\x02\x83\x8e\xe4\xb9\x5d\x62\xaf\x4b\xe7\xe4\xa9\x44\x65\x81\xcd\xff\xc5\x05\x32\xa1\x96\x3f\x69\x37\xab\xa9\xfd\x77\xf1\xe5\xd4\xab\xf0\xd7\xc5\x1b\xa5\xb3\x39\x9b\x9f\x00\x00\x00\xff\xff\x68\xf5\x3b\x23\xc5\x01\x00\x00" func lockedtokensAdminAdmin_remove_delegatorCdcBytes() ([]byte, error) { return bindataRead( @@ -3865,11 +3844,11 @@ func lockedtokensAdminAdmin_remove_delegatorCdc() (*asset, error) { } info := bindataFileInfo{name: "lockedTokens/admin/admin_remove_delegator.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x82, 0xb7, 0xcd, 0x29, 0x37, 0xa8, 0x95, 0x14, 0x16, 0x52, 0x45, 0xa2, 0x6d, 0x5b, 0x5f, 0xa, 0xfb, 0x68, 0xc1, 0x28, 0xbf, 0x4, 0x47, 0x1f, 0x89, 0x74, 0x84, 0xd4, 0x6b, 0x1a, 0x4b, 0xa8}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x7c, 0xad, 0x83, 0x8d, 0x7e, 0xdf, 0xf3, 0xfb, 0x32, 0x3, 0x96, 0xe3, 0x58, 0xa0, 0xb4, 0xd6, 0xa3, 0xef, 0xf1, 0xbc, 0x38, 0xcc, 0x51, 0x45, 0xe7, 0xca, 0x3a, 0x23, 0xb4, 0xa7, 0x10, 0x32}} return a, nil } -var _lockedtokensAdminCheck_main_registrationCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xa4\x52\xc1\x6a\xdc\x30\x14\xbc\xfb\x2b\x26\x3e\x04\x1b\x8a\x3f\xc0\x74\x13\xb6\x0b\xa5\x85\x1e\x42\x1b\x7a\x7f\x2b\x3d\x7b\x45\x64\xc9\x48\xcf\xe4\x50\xf2\xef\xc5\xb2\xbd\x58\x6d\xd8\x4b\x74\x59\xf4\x76\x66\xde\xcc\x58\x66\x18\x7d\x10\x7c\x9d\x5c\x6f\xce\x96\x9f\xfd\x0b\x3b\x74\xc1\x0f\x28\xb3\x59\x59\x6c\x48\xeb\x5f\x33\xd4\x76\x2f\x8b\x0d\xf2\xc3\xab\x17\xd6\x69\x18\x57\xd4\x7e\x54\x16\x85\x04\x72\x91\x94\x18\xef\xaa\x81\x8c\x3b\x2a\xe5\x27\x27\x2d\x8e\x5a\x07\x8e\xb1\xc6\x9f\xa2\x00\x80\x31\xf0\x48\x81\xab\x68\x7a\xc7\xa1\x05\x4d\x72\xa9\xbe\xf8\x10\xfc\xeb\x6f\xb2\x13\xd7\xb8\x5f\xb9\x57\xca\x7c\x2c\x0b\x48\x0f\xc6\xfd\xe4\x0e\x07\x2c\xec\x26\x8a\x0f\xd4\x73\x73\x4e\xfc\xcf\xf7\x7b\x53\x4d\xfa\x39\xce\x9c\x93\xb7\x96\x93\xb7\x87\x6a\x76\xdf\x66\x81\x9a\xdd\xe5\x1f\xf8\xaf\x45\xff\x89\xe4\x52\x5f\xad\xcc\xe7\xf1\x11\x23\x39\xa3\xaa\xf2\xe4\x27\xab\xe1\xbc\x60\x31\x01\x42\xe0\x8e\x03\x3b\xc5\x10\x0f\xb9\x30\x6c\x5a\x00\x49\x25\xa7\x14\x50\xd7\x1d\x65\x9d\xa7\x5c\xc0\x6b\x07\xdf\x5d\xe7\x97\xc4\x3d\xcb\x3a\xdb\xf7\x9b\xbb\x6a\x14\x8d\x74\x36\xd6\x88\xe1\x78\xa3\x94\x6f\xde\x6a\x0e\x0f\xd5\x3b\x2d\xec\xf6\x3e\x4d\x67\x6b\xd4\x47\xb2\x8f\x49\x01\xff\x29\xdf\x8c\x8c\xc3\xbb\x15\x34\x3d\x4b\x26\xb4\x3e\xac\x6a\xa7\x45\x31\x72\x90\x2a\x73\xbb\x3d\x9a\x66\x57\x20\x2d\xd4\x36\x5f\x54\xe3\xee\x00\x67\xec\xa7\x8c\x3f\x70\x8c\xd4\x73\x8b\xf2\xf9\xc2\x88\x23\x2b\xd3\x19\xd6\xa0\xd5\xad\x89\xa9\x00\xda\x3e\xf2\x3a\xbf\xc3\x89\xdc\xfc\x47\x64\xa7\xb3\x07\x10\xcb\xab\xfe\xd2\xeb\x5b\xf1\x56\xfc\x0d\x00\x00\xff\xff\x9d\x91\x65\xc1\xb5\x03\x00\x00" +var _lockedtokensAdminCheck_main_registrationCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xa4\x52\xc1\x6e\x9d\x30\x10\xbc\xf3\x15\x1b\x0e\x91\x91\x2a\x3e\x00\xf5\x25\x7a\x7d\x52\xd5\x4a\x3d\x44\x6d\xd4\xfb\x62\x2f\x60\xc5\x78\x91\xbd\x28\x87\x2a\xff\x5e\x81\x09\xc2\xed\xd3\xbb\xc4\x17\xc4\xe0\x99\x9d\x19\xd6\x8e\x13\x07\x81\xf2\xeb\xec\x7b\xdb\x3a\x7a\xe6\x17\xf2\x65\xb1\xc3\x8e\x5f\x37\x68\xc7\x7e\xb0\x7e\x21\xb3\xa2\xb1\x2c\x0a\x09\xe8\x23\x6a\xb1\xec\xd5\x88\xd6\x9f\xb5\xe6\xd9\x4b\x03\x67\x63\x02\xc5\x58\xc1\x9f\xa2\x00\x00\x98\x02\x4d\x18\x48\x45\xdb\x7b\x0a\x0d\xe0\x2c\x83\xfa\xc2\x21\xf0\xeb\x6f\x74\x33\x55\x70\xbf\x71\x77\xca\x72\x1c\x09\xa0\x19\xad\xff\x49\x1d\x9c\x20\xb1\xeb\x28\x1c\xb0\xa7\xba\x5d\xf9\x9f\xef\x8f\xa6\xea\xf5\x71\x5e\x38\x17\x76\x8e\x56\x6f\x0f\xaa\x0b\x3c\x36\x90\x5d\x3c\xbc\xfc\x73\xfd\x57\xd2\x7f\x42\x19\xaa\xdd\xca\x72\x1e\x1f\x61\x42\x6f\xb5\x2a\x2f\x3c\x3b\x03\x9e\x05\x92\x09\x40\x08\xd4\x51\x20\xaf\x09\x84\x41\x06\x02\xb7\x0e\x00\x59\x26\xa4\x14\xa0\xf7\x19\x65\x95\xa7\x4c\x97\xb7\x0e\xbe\xfb\x8e\x53\xe2\x9e\x64\xc3\x8e\xfd\xe6\xae\x6a\x8d\x13\xb6\xd6\x59\xb1\x14\x6f\x94\xf2\x8d\x9d\xa1\xf0\xa0\xae\xb4\x70\x98\xfb\x34\xb7\xce\xea\x8f\x64\x9f\x56\x05\xf8\x4f\xf9\x66\x64\x38\x5d\xad\xa0\xee\x49\x32\xa1\x6d\xb1\xd4\x41\x0b\x63\xa4\x20\x2a\x73\xfb\xbe\x34\xf5\xa1\x40\x4c\xd4\x26\x1f\x54\xc1\xdd\x09\xbc\x75\x9f\x32\xfe\x48\x31\x62\x4f\x0d\x94\xcf\x03\x41\x9c\x48\xdb\xce\x92\x01\xdc\xdc\xda\xb8\x16\x80\xef\x3f\x79\xc3\xef\xe0\x82\x7e\xf9\x10\xc9\x9b\x6c\x01\x62\xb9\xeb\xa7\x5e\xdf\x8a\xb7\xe2\x6f\x00\x00\x00\xff\xff\x3c\x08\x34\x69\x81\x03\x00\x00" func lockedtokensAdminCheck_main_registrationCdcBytes() ([]byte, error) { return bindataRead( @@ -3885,11 +3864,11 @@ func lockedtokensAdminCheck_main_registrationCdc() (*asset, error) { } info := bindataFileInfo{name: "lockedTokens/admin/check_main_registration.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x2c, 0x92, 0xbe, 0x27, 0xf, 0xc8, 0x19, 0xb2, 0x24, 0xd8, 0xfb, 0x9, 0x26, 0x43, 0xec, 0x91, 0x14, 0xe, 0xaf, 0x4a, 0x9, 0xd, 0x12, 0xde, 0xa, 0x73, 0x8d, 0x3, 0x5d, 0x53, 0xd0, 0xc6}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xf2, 0xff, 0x7a, 0x65, 0xef, 0x1, 0xfb, 0xb6, 0x45, 0xec, 0x8b, 0x39, 0x41, 0xd6, 0x9b, 0x72, 0xcf, 0xee, 0x35, 0x97, 0xaa, 0x45, 0x59, 0xc8, 0x8e, 0xfc, 0xd2, 0x50, 0x8a, 0xff, 0x4, 0x96}} return a, nil } -var _lockedtokensAdminCheck_shared_registrationCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x50\x4d\x6b\xe3\x30\x14\xbc\xeb\x57\x4c\x74\x08\x36\x2c\xfe\x01\x66\xb3\x21\x1b\xe8\xa9\x87\xd2\x86\xde\x5f\xe4\x67\x5b\x44\x96\x8c\x24\x93\x43\xc9\x7f\x2f\x96\x3f\x1a\x57\x17\xa1\xd1\xcc\x7b\x33\xa3\xbb\xde\xf9\x88\x97\xc1\x36\xfa\x6a\xf8\xe2\x6e\x6c\x51\x7b\xd7\x41\x6e\x30\x29\x16\xa6\x71\xf7\x0d\x6b\x79\x4b\xb1\x50\x5e\x9d\xba\x71\x95\xc0\x30\xb3\x9e\x21\x29\x44\xf4\x64\x03\xa9\xa8\x9d\xcd\x4c\xfa\x3a\x29\xe5\x06\x1b\x4b\x9c\xaa\xca\x73\x08\x39\xbe\x84\x00\x80\xde\x73\x4f\x9e\xb3\xa0\x1b\xcb\xbe\x04\x0d\xb1\xcd\xfe\x3b\xef\xdd\xfd\x93\xcc\xc0\x39\xf6\xb3\x76\x95\x8c\xc7\x70\x04\x55\x9d\xb6\xef\x5c\xe3\x80\x49\x5d\x84\xe8\x3c\x35\x5c\x5c\x93\xfe\xef\xfe\xd9\x56\x91\xae\xd3\xa8\x39\x3b\x63\x38\xb9\xfb\x97\x8d\xfe\xcb\x4d\xa4\xe2\xe9\xf1\x8b\xfe\x31\xcd\x7f\xa3\xd8\xe6\xab\x95\xf1\x1c\x8f\xe8\xc9\x6a\x95\xc9\xb3\x1b\x4c\x05\xeb\x22\x26\x13\x20\x78\xae\xd9\xb3\x55\x8c\xe8\x10\x5b\xc6\x54\x09\x62\xaa\x39\xa5\x80\x5a\x77\xc8\xfc\x27\x25\x85\xc0\x3e\x22\xdb\xec\x5a\x62\x17\x0d\xc7\xb9\x9a\x8c\xa6\x56\x4b\x6c\xda\xce\xb1\x3b\xc0\x6a\xf3\x67\xa3\xef\x38\x04\x6a\xb8\x84\xbc\xb4\x8c\xd0\xb3\xd2\xb5\xe6\x0a\x34\x89\xa0\x43\xb2\x4f\x8b\xcd\x19\xdf\xe1\x4c\x76\xfc\x08\x6c\xab\x4d\x84\x20\xd7\xf9\x53\x2b\x0f\xf1\x10\xdf\x01\x00\x00\xff\xff\xc7\x12\xd7\xca\x79\x02\x00\x00" +var _lockedtokensAdminCheck_shared_registrationCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x50\x41\x6e\x83\x30\x10\xbc\xf3\x8a\x09\x87\x08\xa4\x8a\x07\xa0\xa6\x51\x1a\xa9\xa7\x1e\xaa\x36\xea\x7d\x63\x16\xb0\x62\x6c\x64\x2f\xca\xa1\xca\xdf\x2b\x30\xa1\xa1\x7b\xb1\x3c\xbb\xb3\x3b\x33\xba\xeb\x9d\x17\xa4\x6f\x83\x6d\xf4\xd9\xf0\xc9\x5d\xd8\xa6\xc9\x02\x1b\x77\x9d\xa1\x05\x7b\x77\xea\xc2\xd5\x84\x86\x34\x49\xc4\x93\x0d\xa4\x44\x3b\x9b\x99\xa9\x75\x50\xca\x0d\x56\x4a\x1c\xaa\xca\x73\x08\x39\x7e\x92\x04\x00\x7a\xcf\x3d\x79\xce\x82\x6e\x2c\xfb\x12\x34\x48\x9b\xbd\x3a\xef\xdd\xf5\x9b\xcc\xc0\x39\xb6\x33\x77\xa1\x8c\x65\x58\x40\x55\xa7\xed\x27\xd7\xd8\x21\xb2\x8b\x20\xce\x53\xc3\xc5\x79\xe2\x3f\x6f\x1f\x65\x15\xd3\x73\x18\x39\x47\x67\x0c\x4f\xea\x5e\xb2\xda\xbb\xae\xc4\x6a\xf0\xe1\xf3\x6f\xfc\x2b\xee\xff\x20\x69\xf3\x45\xca\x58\xfb\x3d\x7a\xb2\x5a\x65\xe9\xd1\x0d\xa6\x82\x75\x82\x28\x02\x04\xcf\x35\x7b\xb6\x8a\x21\x0e\xd2\x32\x62\x24\x90\xf1\x42\x74\x01\xb5\xdc\x48\xf3\x3f\x97\x14\x02\x7b\x41\xb6\xba\x75\xb7\x5d\x34\x2c\x73\x34\x19\xc5\x54\x4b\xac\xd2\xce\xb1\xd9\xc1\x6a\xf3\xb4\xe2\x77\x1c\x02\x35\x5c\x22\x3d\xb5\x8c\xd0\xb3\xd2\xb5\xe6\x0a\x14\x49\xd0\x61\x92\x4f\x77\x99\x33\xbe\xc1\x91\xec\xd8\x08\x6c\xab\x95\x85\x90\x2e\xfb\x63\x2a\xb7\xe4\x96\xfc\x06\x00\x00\xff\xff\x55\x2a\x61\x3c\x45\x02\x00\x00" func lockedtokensAdminCheck_shared_registrationCdcBytes() ([]byte, error) { return bindataRead( @@ -3905,11 +3884,11 @@ func lockedtokensAdminCheck_shared_registrationCdc() (*asset, error) { } info := bindataFileInfo{name: "lockedTokens/admin/check_shared_registration.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x5f, 0xce, 0x2e, 0x8a, 0xa6, 0x4e, 0x37, 0xb0, 0x50, 0xb0, 0xe3, 0x24, 0x8c, 0xa4, 0xea, 0x43, 0x5f, 0xc7, 0xa6, 0xa1, 0x26, 0x54, 0x66, 0x7c, 0x8d, 0xd8, 0xa7, 0xe6, 0xb, 0xb6, 0x72, 0x84}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x10, 0xad, 0x7a, 0xd9, 0xe7, 0x7e, 0xe7, 0x1d, 0x7b, 0xa3, 0x85, 0xd3, 0x14, 0x25, 0x66, 0x5f, 0x6f, 0x3, 0x50, 0x4d, 0xb4, 0xe3, 0xea, 0x31, 0x1b, 0xa4, 0xd3, 0x56, 0x75, 0xd7, 0x75, 0x9d}} return a, nil } -var _lockedtokensAdminCustody_create_account_with_lease_accountCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xe4\x56\x4b\x6f\xe3\x36\x10\xbe\xeb\x57\x0c\x7c\x08\x64\xc0\x91\xd2\xab\x91\x64\x91\x1a\x5d\xb4\xd8\x14\x0d\xda\xec\xee\x79\x22\x8e\x2d\x22\x34\xa9\xf2\x61\xc3\x08\xf2\xdf\x0b\x4a\x94\x2c\xca\x52\xec\x16\xed\xa9\x3a\x04\x31\x39\x8f\x6f\x3e\xce\x8b\x6f\x2b\xa5\x2d\xac\xf4\xa1\xb2\x2a\x09\xbf\x3e\x0b\xb5\x7f\x56\xaf\x24\x61\xad\xd5\x16\x66\xdd\xef\x59\x27\xe1\xe4\x86\xbf\x08\x8a\xa4\xfa\x67\x9d\xe4\xa3\x2a\x5e\x89\xd5\x67\x26\x08\xf6\x8f\x66\x49\x92\xe7\x39\x3c\x6b\x94\x06\x0b\xcb\x95\x04\x5b\xa2\x05\x84\xc2\x19\xab\xd8\x01\x2a\xad\x76\x9c\x91\x86\xbd\x72\x82\x81\xe1\x1b\x59\xab\x58\x05\x85\x26\xb4\x04\x08\xa6\x44\x4d\x0c\xb0\x28\x94\x93\x16\x50\x32\x40\x09\x4e\x8a\xda\x53\x2d\xde\xde\xad\x95\x06\x04\x67\x48\x27\x89\x3d\x7a\x4d\x13\x00\x80\xb5\x13\xe2\x81\x6d\xb9\x7c\x72\x2f\x82\x17\x5f\xe8\xb0\x0c\xd4\x64\x5f\xe8\xf0\xc8\x8d\xfd\x49\x5a\x7d\x58\x40\x9e\xc3\x77\xe2\x9b\xd2\x2e\xe1\x87\x9b\x9b\x9b\x4e\xf9\xab\x21\xfd\x77\x75\xe7\x00\x6f\x49\x6d\xa1\xd2\x54\xa1\xa6\x34\x84\xfe\x14\x22\x5f\x02\x3a\x5b\xa6\x3f\x2a\xad\xd5\xfe\x1b\x0a\x47\x73\xb8\x7a\x68\xe2\x99\xb7\xba\xfe\x13\x64\x03\x15\xe1\x16\xee\x20\xfc\x97\x56\x78\xf0\x96\x06\xa6\xe7\x91\xae\x67\xe5\x72\xcd\x4e\x35\x72\x99\xbd\xd2\xc1\x64\xc8\x58\x5a\x1d\x79\x38\xe5\x35\xeb\x6e\x17\x50\xa2\x29\x1f\xc4\x46\x69\x6e\xcb\xed\xa8\x70\x24\xb1\x80\x7d\xa0\x6f\x44\xb2\xb9\xea\x81\xeb\xc5\x34\x09\x2d\x7a\xb5\x33\xc8\x62\xd9\x0f\x80\xc5\x82\x27\xb8\x3c\xdf\x3b\x74\xc2\xae\xb0\xc2\x17\x2e\xb8\x3d\xc0\xdd\x80\xca\xa2\xbd\xe2\x64\x32\x63\x95\xc6\x0d\x75\x06\xfc\x97\x71\x63\x1c\xdd\xd6\xe9\x11\x95\x5f\xf6\x9d\xdb\x92\x69\xdc\xcf\xe1\xaa\xab\xde\xec\x9b\xf7\x77\x9f\xe6\xc1\x54\xbe\x6e\x6f\xea\x8b\x01\x38\x71\xac\xd2\x5f\x51\xe2\x86\x34\xdc\x5e\x47\xe5\x9c\x35\xf5\xf7\x78\x22\x98\xd6\x81\x2d\x87\xf1\x4d\xa6\x4c\xc0\x93\x19\xdc\x51\x7a\x7b\x7d\xea\x79\x01\x56\x2d\x63\xdf\xa7\x5e\xff\x68\xac\x3c\xa1\x2d\x07\xa1\xd8\x9e\xd4\x7f\x4b\xf7\x22\x06\xf9\xb5\xee\x40\xcd\x8f\x39\x5c\x9d\x09\xe0\x3e\x8d\xbc\xf9\xef\xf2\x90\x23\xd5\xb1\xf8\x7f\x56\x82\x4d\xbe\xe1\xf3\x51\x22\x6d\xe8\x7f\x60\x4c\x93\x31\xcb\x01\x47\xd8\x1c\x2f\x22\x4e\x97\x13\x0c\x4f\x94\x61\xf4\xdc\x11\xee\xdb\xeb\x1e\xd4\x45\x74\x75\x92\x00\x3d\xc8\x63\x34\x4c\x53\xb0\xc2\x0a\xee\x22\x40\x63\x0f\x1f\xde\xfa\x6a\xca\xe7\x7d\x7a\x01\x9a\xf9\x68\xfc\x91\xbb\xba\xdb\x98\x32\x8d\x01\x2e\x00\xed\x68\xc2\x07\x1b\xbf\xc8\xb5\x6a\x9a\xcb\x54\xba\xd7\x7d\xf1\xff\x98\xec\xa2\xcf\xd3\xca\x67\xb7\xd2\x70\x37\x1c\x5f\xe3\x21\xbf\xd4\x23\xb6\x89\x39\x42\x13\x9b\x1b\x8f\x2e\x96\xb9\x4f\xfd\xb2\xf3\xd1\x1b\x06\xc1\xd1\x74\xf1\xdf\xa7\x4f\x50\xa1\xe4\x45\x3a\x5b\xd5\x9b\x8f\x54\x16\x1a\x80\x21\xc6\x6e\xa7\x29\x1a\x4b\xb3\x3e\x13\x23\x9e\x7c\xf1\xb6\x43\x3d\xf2\x14\x65\xc6\x99\xc2\x8f\x14\xdb\x0d\x6b\xa8\xda\xcf\xf6\x51\xc5\x63\x8a\x2e\x47\xd3\x75\xac\x8c\xf3\x1c\x7e\xdb\x91\xd6\x9c\x11\xd8\x92\x80\xd1\xda\xcf\x97\xde\xb6\xaa\xa9\x20\xbe\x23\x9d\x4d\xcc\x99\x28\xe7\x9d\x6c\x4b\x2f\x6f\x26\xfe\x71\x1c\xfe\x1e\xec\xc4\xce\xc3\xb6\x29\x69\xdf\x39\x6a\x76\xd5\x2d\xea\x57\xd3\x9e\xb1\x26\x1e\x03\x68\x3a\x7a\xb2\xa9\xc1\x6a\x8e\x2d\xf3\xa2\x02\x6d\x9b\xd2\x5b\x5c\x90\x2d\xde\xf7\x41\x53\x3a\x33\x23\x2f\x20\xa9\xa5\x28\x7a\xbc\xf1\x00\xe2\x07\xf6\xed\x6b\x92\xd7\x89\xd7\xad\x9c\x05\xa9\xf4\x16\xc5\x91\x60\x2e\xfd\x7a\xef\xd7\x62\xcf\xbd\x93\xfc\x4f\x47\x50\xa1\x2d\xb3\xd3\x96\xd7\x9a\xff\xf7\xd8\x9c\xdc\x94\xfe\x29\x75\x43\x9c\xd3\xa4\x35\x24\x7f\xfe\x80\x3a\xff\xf7\x3d\x79\x4f\xfe\x0a\x00\x00\xff\xff\xf6\xdf\x80\x90\xc3\x0d\x00\x00" +var _lockedtokensAdminCustody_create_account_with_lease_accountCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xe4\x56\x4b\x6f\xe3\x36\x10\xbe\xeb\x57\x0c\x7c\x08\x64\xc0\x91\xd2\xab\x91\x64\x91\x1a\x5d\xb4\xd8\x14\x0d\xda\xec\xee\x79\x22\x8d\x2d\x22\x34\xa9\xf2\x61\x43\x08\xf2\xdf\x0b\x4a\xd4\x83\xb2\x14\xbb\x45\x7b\xaa\x0e\x41\x4c\xce\xe3\xfb\x3e\xce\x70\xc8\xf6\xa5\x54\x06\x36\xaa\x2a\x8d\x8c\xfc\xaf\xc5\x67\x2e\x8f\xcf\xf2\x95\xc4\xa2\x5f\xb2\x62\xc7\x5e\x38\x8d\x96\x1f\x65\xf6\x4a\x79\xbd\xa8\x17\x51\x94\xa6\x29\x3c\x2b\x14\x1a\x33\xc3\xa4\x00\x53\xa0\x01\x84\xcc\x6a\x23\xf3\x0a\x4a\x25\x0f\x2c\x27\x05\x47\x69\x79\x0e\x9a\xed\x44\xed\x62\x24\x64\x8a\xd0\x10\x20\xe8\x02\x15\xe5\x80\x59\x26\xad\x30\x80\x22\x07\x14\x60\x05\xaf\x33\xd5\xe6\xed\xde\x56\x2a\x40\xb0\x9a\x54\x14\x99\x3e\x6b\x1c\x01\x00\x6c\x2d\xe7\x0f\xf9\x9e\x89\x27\xfb\xc2\x59\xf6\x85\xaa\xb5\xa7\x99\x7c\xa1\xea\x91\x69\xf3\x93\x30\xaa\x5a\x41\x9a\xc2\x77\x62\xbb\xc2\xac\xe1\x87\x9b\x9b\x9b\xce\xf9\xab\x26\xf5\x77\x7d\x97\x00\x6f\x51\x1d\xa1\x54\x54\xa2\xa2\xd8\x53\x7f\xf2\xcc\xd7\x80\xd6\x14\xf1\x8f\x52\x29\x79\xfc\x86\xdc\xd2\x12\xae\x1e\x1a\x3e\xcb\xd6\xd7\x7d\x9c\x8c\x97\xc2\xef\xc2\x1d\xf8\xff\xe2\x12\x2b\x17\x69\x14\x7a\x19\xf8\x3a\x55\x2e\xf7\xec\x5c\x83\x94\xc9\x2b\x55\x3a\xc1\x3c\x8f\xcb\x5e\x87\x53\x5d\x93\x6e\x77\x05\x05\xea\xe2\x81\xef\xa4\x62\xa6\xd8\x4f\x1a\x07\x16\x2b\x38\x7a\xf9\x26\x2c\x9b\xad\x01\xb8\x01\xa7\x59\x68\xc1\xa9\x9d\x41\x16\xda\x7e\x00\x2c\x34\x3c\xc1\xe5\xf4\x3e\xa0\xe5\x66\x83\x25\xbe\x30\xce\x4c\x05\x77\x23\x29\xb3\x76\x8b\x91\x4e\xb4\x91\x0a\x77\xd4\x05\x70\x5f\xc2\xb4\xb6\x74\x5b\x97\x47\xd0\x6c\xc9\x77\x66\x8a\x5c\xe1\x71\x09\x57\x5d\x63\x26\xdf\x5c\xbe\xfb\x38\xf5\xa1\xd2\x6d\xbb\x53\x6f\x8c\xc0\xf1\xbe\x4b\x7f\x45\x81\x3b\x52\x70\x7b\x0d\xc3\xde\x4d\x9a\xfe\x7b\x3c\x31\x8c\x6b\x62\xeb\x31\xbf\xd9\x92\xf1\x78\x12\x8d\x07\x8a\x6f\xaf\x4f\x33\xaf\xc0\xc8\x75\x98\xfb\x34\xeb\x1f\x4d\x94\x27\x34\xc5\x88\x8a\x19\x58\xfd\xb7\x72\xaf\x42\x90\x5f\xeb\x1b\xa8\xf9\xb1\x84\xab\x33\x04\xee\xe3\x20\x9b\xfb\x2e\xa7\x1c\xb8\x4e\xf1\xff\x59\xf2\x7c\xf6\x0c\x9f\x7b\x8b\xb8\x91\xff\x21\xcf\x15\x69\xbd\x1e\x69\x84\xcd\xf2\x2a\xd0\x74\x3d\xa3\xf0\x4c\x1b\x06\xc7\x1d\xe0\xbe\xbd\x1e\x40\x5d\x05\x5b\x27\x05\x30\x80\x3c\x25\xc3\xbc\x04\x1b\x2c\xe1\x2e\x00\x34\x75\xf0\xfe\xac\xaf\xe6\x72\xde\xc7\x17\xa0\x59\x4e\xf2\x0f\xd2\xd5\xb7\x8d\x2e\xe2\x10\xe0\x0a\xd0\x4c\x16\xbc\x8f\xf1\x8b\xd8\xca\xe6\x72\x99\x2b\xf7\xfa\x5e\xfc\x3f\x16\x3b\x1f\xea\xb4\x71\xd5\x2d\x15\xdc\x8d\xc7\xd7\x34\xe5\x97\x7a\xc4\x36\x9c\x03\x34\x61\xb8\x69\x76\xa1\xcd\x7d\xbc\x55\x72\xff\xd1\x19\x7a\xc3\xc9\x72\x71\xdf\xa7\x4f\x50\xa2\x60\x59\xbc\xd8\xd4\x2f\x1f\x21\x0d\x34\x00\x3d\xc7\xee\x4d\x93\x35\x91\x16\x43\x25\x26\x32\xb9\xe6\x6d\x87\x7a\x90\x29\xa8\x8c\x33\x8d\x1f\x38\xb6\x2f\xac\xb1\xeb\xb0\xda\x27\x1d\xfb\x12\x5d\x4f\x96\xeb\x54\x1b\xa7\x29\xfc\x76\x20\xa5\x58\x4e\x60\x0a\x82\x9c\xb6\x6e\xbe\x40\x37\xdf\x40\x51\x46\xec\x40\x2a\x99\x99\x33\x41\xcd\x5b\xd1\xb6\x5e\xda\x4c\xfc\x7e\x1c\xfe\xee\xe3\x84\xc9\xfd\x6b\x53\xd0\xb1\x4b\xd4\xbc\x55\xf7\xa8\x5e\x75\xbb\x96\x37\x7c\x34\xa0\xee\xe4\x49\xe6\x06\xab\xee\xaf\xcc\x8b\x1a\xb4\xbd\x94\xde\xc2\x86\x6c\xf1\xbe\x8f\x2e\xa5\x33\x33\xf2\x02\x91\x5a\x89\x82\xc3\x9b\x26\x10\x1e\xb0\xbb\xbe\x66\x75\x9d\x39\xdd\xd2\x1a\x10\x52\xed\x91\xf7\x02\x33\xe1\x9e\xf7\xee\x59\xec\xb4\xb7\x82\xfd\x69\x09\x4a\x34\x45\x72\x7a\xe5\xb5\xe1\xff\x3d\x35\x67\x5f\x4a\xff\x54\xba\x31\xce\x79\xd1\x1a\x91\x3f\x7f\x20\x9d\xfb\xfb\x1e\xbd\x47\x7f\x05\x00\x00\xff\xff\x8a\x1b\x63\x30\x8f\x0d\x00\x00" func lockedtokensAdminCustody_create_account_with_lease_accountCdcBytes() ([]byte, error) { return bindataRead( @@ -3925,11 +3904,11 @@ func lockedtokensAdminCustody_create_account_with_lease_accountCdc() (*asset, er } info := bindataFileInfo{name: "lockedTokens/admin/custody_create_account_with_lease_account.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x99, 0x7, 0x87, 0xcb, 0x37, 0x3, 0x8d, 0x41, 0x36, 0x1e, 0x48, 0xf4, 0x8b, 0xb, 0x4e, 0xa8, 0xe5, 0x4f, 0xf2, 0x19, 0x6e, 0x97, 0x62, 0xa8, 0xe, 0x86, 0x76, 0xa8, 0xfc, 0x2d, 0x3d, 0x15}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x9a, 0x66, 0xb6, 0x65, 0x56, 0xed, 0x12, 0x7a, 0x1e, 0xe2, 0x6f, 0xe9, 0x34, 0xb7, 0xe4, 0x37, 0xbc, 0xa9, 0xa4, 0x34, 0x90, 0xde, 0x1d, 0x9c, 0xd8, 0x94, 0xc7, 0xfa, 0xaa, 0x1f, 0x1c, 0x3c}} return a, nil } -var _lockedtokensAdminCustody_create_only_lease_accountCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xe4\x56\x4b\x6f\xe3\x36\x10\xbe\xeb\x57\x0c\x7c\x08\x64\x40\x91\xd2\xab\x91\x64\x91\x1a\x5d\xb4\xd8\x14\x0d\xda\x74\xf7\x3c\x11\x69\x8b\x08\x4d\xaa\x24\x65\x43\x58\xe4\xbf\x17\xa4\xa8\x07\x65\x6a\xe3\x16\xed\x69\x75\x30\x2c\x6a\x1e\xdf\x7c\x9c\x17\x3b\xd4\x52\x19\xd8\xaa\xb6\x36\x32\xf1\x6f\x1f\xb9\x3c\x3d\xcb\x57\x2a\x60\xa7\xe4\x01\x56\xc3\xfb\x6a\x90\x68\xc4\x9e\xbd\x70\x1a\x48\x4d\xcf\x06\xc9\x47\x59\xbe\x52\xe2\xce\xb4\x17\x9c\x1e\xad\x92\xa4\x28\x0a\x78\x56\x28\x34\x96\x86\x49\x01\xa6\x42\x03\x08\x65\xa3\x8d\x24\x2d\xd4\x4a\x1e\x19\xa1\x0a\x4e\xb2\xe1\x04\x34\xdb\x0b\xa7\x62\x24\x94\x8a\xa2\xa1\x80\xa0\x2b\x54\x94\x00\x96\xa5\x6c\x84\x81\x9d\x54\x80\xd0\x68\xab\x54\x49\x40\xae\x28\x92\xd6\x69\x55\xa8\xc1\x54\x94\x29\x68\x04\x77\x38\x06\xad\xce\x1a\xb1\x62\x1d\xa6\x8a\x9e\x0b\x39\x7d\xe9\x50\x58\x3b\x60\x26\xc0\x91\x6b\x99\x24\x93\x93\x34\x01\x00\xd8\x35\x9c\x3f\x90\x03\x13\x4f\xcd\x0b\x67\xe5\x27\xda\x6e\x3c\xdf\xf9\x27\xda\x3e\x32\x6d\x7e\x12\x46\xb5\x19\x14\x05\x7c\xa1\x6c\x5f\x99\x0d\xfc\x70\x73\x73\x93\xac\x01\xbe\x26\xce\x44\xad\x68\x8d\x8a\xa6\x9e\x93\x27\x4f\xc9\x06\xb0\x31\x55\xfa\xa3\x54\x4a\x9e\x3e\x23\x6f\xe8\x1a\xae\x1e\x3a\xa4\x99\x8b\xdf\xbf\x78\xc1\x3f\x8c\x54\xb8\xa7\x19\x6c\xb1\xc6\x17\xc6\x99\x61\x54\x8f\x2a\xeb\xde\x9d\x7d\x38\x35\x9e\x56\xff\x15\xee\xc0\xff\x4b\x6b\x6c\xad\xf3\x19\x9a\xf5\xa8\x1c\x28\xe6\xaf\xb4\xd5\x39\x12\x92\xd6\x23\x01\xe7\xa4\xe4\xc3\xd7\xcc\xb2\x5c\x3d\xf0\xbd\x54\xcc\x54\x87\xa8\x70\x20\x91\xc1\xc9\xf3\x16\x91\xec\x3e\xad\xc3\xc8\x8e\xd8\x70\x33\xb0\xd0\xc2\xdd\x0c\x72\x39\x21\x28\xd7\x1d\x6d\x83\x01\xfb\xe4\x4c\xeb\x86\xde\x3a\x5a\x83\xc4\xcf\xbf\x30\x53\x11\x85\xa7\x35\x5c\x0d\x75\x93\x7f\xb6\xfe\xee\xd3\xc2\x9b\x2a\x76\xfd\x17\xf7\x61\x06\x8e\x8f\xf5\xf1\x2b\x0a\xdc\x53\x05\xb7\xd7\x41\x21\xe5\x5d\xae\x3e\x9e\x09\xa6\x2e\xb0\xcd\x3c\xbe\xc5\xab\xf1\x78\x72\x8d\x47\x9a\xde\x5e\x9f\x7b\xce\xc0\xc8\x4d\xe8\xfb\xdc\xab\xcf\xab\x27\x34\xd5\x2c\x14\x33\x91\xfa\x7f\xe9\xce\x42\x90\x7f\xba\xc2\xed\x5e\xd6\x70\xf5\x4e\x00\xf7\x69\xe0\xcd\x3e\x97\x87\x1c\xa8\xc6\xe2\xff\x59\x72\xb2\x78\x87\xcf\xa3\x44\x08\xa2\xbb\x8b\x07\x42\x14\xd5\x7a\x33\x23\x0c\xbb\xe3\x2c\xd0\x98\x92\xbd\x59\xa0\x3e\x89\x00\x9d\x34\x8a\x30\x21\x02\xeb\xb7\xd7\x93\x60\xe6\x8e\x67\x29\x32\x09\x2a\x46\xd4\x32\x49\x5b\xac\xe1\x2e\x00\x14\x4b\x0d\x9f\x0d\x57\x4b\x3e\xef\xd3\x0b\xd0\xac\xa3\xf1\x07\xee\x5c\x47\xd2\x55\x1a\x02\xcc\x00\x4d\xb4\x24\xbc\x8d\x5f\xc4\x4e\x76\xed\x67\xa9\x20\x5c\x87\xfa\x1e\xcb\x81\x4f\x79\xda\xda\xfc\x97\x0a\xee\xe6\x83\x24\x1e\xf2\x8b\x9b\x72\x5d\xcc\x01\x9a\xd0\x5c\x3c\xba\x50\xe6\x3e\xb5\x8b\xc8\xb7\xee\xd0\x0b\x46\xd3\xc5\x3e\x1f\x3e\x40\x8d\x82\x95\xe9\x6a\xeb\xb6\x12\x21\x0d\x74\x00\x21\xb6\x55\x48\xb5\x9a\x32\x11\xf1\x64\x2b\xba\x1f\xaf\x81\xa7\x20\x33\xfe\x49\x37\xe8\x57\x97\xb9\xea\x34\xdb\x97\xdb\x88\x4b\xd1\x4d\x34\x5d\x63\x65\x5c\x14\xf0\xdb\x91\x2a\xc5\x08\x75\x6b\x11\xa1\x3b\x3b\x81\x26\x9b\xa4\xa2\x25\x65\x47\xaa\xf2\x85\x49\x14\xe4\x7c\x23\xfa\xd2\x2b\xba\xad\x60\x1c\x98\xbf\x7b\x3b\xa1\x73\xbf\x09\x0a\x7a\x1a\x1c\x75\x7b\xe4\x01\xd5\xab\xee\xcf\x48\x17\x8f\x06\xd4\x03\x3d\xf9\xd2\xe8\xd5\x63\xef\xbc\xa8\x40\xfb\xa6\xf4\x35\x2c\xc8\x1e\xef\xdb\xac\x29\xbd\x33\x45\x2f\x20\xa9\xa7\x28\x32\x35\xe6\x01\x84\x17\x6c\xdb\xd7\x22\xaf\x0b\xb7\x5b\x37\x06\x84\x54\x07\xe4\x23\xc1\x4c\xd8\xd5\xdb\x6e\xa6\x96\xfb\x46\xb0\xbf\x1a\x0a\x35\x9a\x2a\x3f\x6f\x79\xbd\xf9\xff\x8e\xcd\xc5\x5d\xea\xdf\x52\x37\xc7\xb9\x4c\x5a\x47\xf2\xc7\x6f\x50\x67\x7f\xdf\x92\xb7\xe4\xef\x00\x00\x00\xff\xff\xe2\xdb\xc3\xfe\x5f\x0d\x00\x00" +var _lockedtokensAdminCustody_create_only_lease_accountCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xe4\x56\x4b\x6f\xe3\x36\x10\xbe\xeb\x57\x0c\x7c\x08\x64\x40\x91\xd2\xab\x91\x64\x91\x1a\x5d\xb4\xd8\x14\x0d\xda\x74\xf7\x3c\x11\x69\x8b\x08\x4d\xaa\x24\x65\x43\x58\xe4\xbf\x17\xa4\xa8\x07\x65\x6a\xe3\x16\xed\x69\x75\x08\x62\x72\x1e\xdf\x7c\x9c\x17\x3b\xd4\x52\x19\xd8\xaa\xb6\x36\x32\xf1\xbf\x56\x1f\xb9\x3c\x3d\xcb\x57\x2a\x56\xe3\x51\x23\xf6\xec\x85\xd3\xd9\xf1\xa3\x2c\x5f\x29\x71\x87\x7a\x95\x24\x45\x51\xc0\xb3\x42\xa1\xb1\x34\x4c\x0a\x30\x15\x1a\x40\x28\x1b\x6d\x24\x69\xa1\x56\xf2\xc8\x08\x55\x70\x92\x0d\x27\xa0\xd9\x5e\x38\x15\x23\xa1\x54\x14\x0d\x05\x04\x5d\xa1\xa2\x04\xb0\x2c\x65\x23\x0c\xec\xa4\x02\x84\x46\x5b\xa5\x4a\x02\x72\x45\x91\xb4\x4e\xab\x42\x0d\xa6\xa2\x4c\x41\x23\xb8\xc3\x31\x68\x75\xd6\x88\x15\xeb\x30\x55\xf4\x5c\xc8\xe9\x4b\x87\xc2\xda\x01\x33\x01\x8e\x5c\xcb\x24\x99\x9c\xa4\x09\x00\xc0\xae\xe1\xfc\x81\x1c\x98\x78\x6a\x5e\x38\x2b\x3f\xd1\x76\xe3\xb9\xcb\x3f\xd1\xf6\x91\x69\xf3\x93\x30\xaa\xcd\xa0\x28\xe0\x0b\x65\xfb\xca\x6c\xe0\x87\x9b\x9b\x9b\x64\x0d\xf0\x35\x71\x26\x6a\x45\x6b\x54\x34\xf5\x9c\x3c\x79\x4a\x36\x80\x8d\xa9\xd2\x1f\xa5\x52\xf2\xf4\x19\x79\x43\xd7\x70\xf5\xd0\x21\xcd\x5c\xfc\xfe\x87\x17\xfc\xc3\x48\x85\x7b\x9a\xc1\x16\x6b\x7c\x61\x9c\x19\x46\xf5\xa8\xb2\xee\xdd\xd9\x8f\x53\xe3\x69\xf5\xb7\x70\x07\xfe\xbf\xb4\xc6\xd6\x3a\x9f\xa1\x59\x8f\xca\x81\x62\xfe\x4a\x5b\x9d\x23\x21\x69\x3d\x12\x70\x4e\x4a\x3e\xdc\x66\x96\xe5\xea\x81\xef\xa5\x62\xa6\x3a\x44\x85\x03\x89\x0c\x4e\x9e\xb7\x88\x64\x77\xb5\x0e\x23\x3b\x62\xc3\xcd\xc0\x42\x0b\x77\x33\xc8\xe5\x84\xa0\x5c\x77\xb4\x0d\x06\xec\x97\x33\xad\x1b\x7a\xeb\x68\x0d\xd2\x3c\xff\xc2\x4c\x45\x14\x9e\xd6\x70\x35\x94\x44\xfe\xd9\xfa\xbb\x4f\x0b\x6f\xaa\xd8\xf5\x37\xee\x62\x06\x8e\x8f\xf5\xf1\x2b\x0a\xdc\x53\x05\xb7\xd7\x30\xad\x9a\xbc\xcb\xd5\xc7\x33\xc1\xd4\x05\xb6\x99\xc7\xb7\xf8\x34\x1e\x4f\xae\xf1\x48\xd3\xdb\xeb\x73\xcf\x19\x18\xb9\x09\x7d\x9f\x7b\xf5\x79\xf5\x84\xa6\x9a\x85\x62\x26\x52\xff\x2f\xdd\x59\x08\xf2\x4f\x57\xb8\xdd\x8f\x35\x5c\xbd\x13\xc0\x7d\x1a\x78\xb3\xdf\xe5\x21\x07\xaa\xb1\xf8\x7f\x96\x9c\x2c\xbe\xe1\xf3\x28\x11\x82\xe8\xde\xe2\x81\x10\x45\xb5\xde\xcc\x08\xc3\xee\x38\x0b\x34\xa6\x64\x6f\x16\xa8\x4f\x22\x40\x27\x8d\x22\x4c\x88\xc0\xfa\xed\xf5\x24\x98\xb9\xe3\x59\x8a\x4c\x82\x8a\x11\xb5\x4c\xd2\x16\x6b\xb8\x0b\x00\xc5\x52\xc3\x67\xc3\xd5\x92\xcf\xfb\xf4\x02\x34\xeb\x68\xfc\x81\x3b\xd7\x91\x74\x95\x86\x00\x33\x40\x13\x2d\x09\x6f\xe3\x17\xb1\x93\x5d\xfb\x59\x2a\x08\xd7\xa1\xbe\xc7\x72\xe0\x53\x9e\xb6\x36\xff\xa5\x82\xbb\xf9\x20\x89\x87\xfc\xe2\xa6\x5c\x17\x73\x80\x26\x34\x17\x8f\x2e\x94\xb9\x4f\x77\x4a\x1e\xbe\xf5\x86\x5e\x30\x9a\x2e\xf6\xfb\xf0\x01\x6a\x14\xac\x4c\x57\x5b\xb7\x95\x08\x69\xa0\x03\x08\xb1\xad\x42\xaa\xd5\x94\x89\x88\x27\x5b\xd1\xfd\x78\x0d\x3c\x05\x99\xf1\x4f\xba\x41\xbf\xba\xcc\x55\xa7\xd9\xbe\xdc\x46\x5c\x8a\x6e\xa2\xe9\x1a\x2b\xe3\xa2\x80\xdf\x8e\x54\x29\x46\xa8\x5b\x8b\x08\xdd\xd9\x09\x04\xc3\x04\x04\x45\x4b\xca\x8e\x54\xe5\x0b\x93\x28\xc8\xf9\x46\xf4\xa5\x57\x74\x5b\xc1\x38\x30\x7f\xf7\x76\x42\xe7\x7e\x13\x14\xf4\x34\x38\xea\xf6\xc8\x03\xaa\x57\xdd\x9f\x91\x2e\x1e\x0d\xa8\x07\x7a\xf2\xa5\xd1\xab\xc7\xde\x79\x51\x81\xf6\x4d\xe9\x6b\x58\x90\x3d\xde\xb7\x59\x53\x7a\x67\x8a\x5e\x40\x52\x4f\x51\x64\x6a\xcc\x03\x08\x1f\xd8\xb6\xaf\x45\x5e\x17\x5e\xb7\x6e\x0c\x08\xa9\x0e\xc8\x47\x82\x99\xb0\xab\xb7\xdd\x4c\x2d\xf7\x8d\x60\x7f\x35\x14\x6a\x34\x55\x7e\xde\xf2\x7a\xf3\xff\x1d\x9b\x8b\xbb\xd4\xbf\xa5\x6e\x8e\x73\x99\xb4\x8e\xe4\x8f\xdf\xa0\xce\xfe\x7d\x4b\xde\x92\xbf\x03\x00\x00\xff\xff\x8a\xbc\x58\xf6\x2b\x0d\x00\x00" func lockedtokensAdminCustody_create_only_lease_accountCdcBytes() ([]byte, error) { return bindataRead( @@ -3945,11 +3924,11 @@ func lockedtokensAdminCustody_create_only_lease_accountCdc() (*asset, error) { } info := bindataFileInfo{name: "lockedTokens/admin/custody_create_only_lease_account.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x9d, 0x70, 0x57, 0xa6, 0x27, 0xa4, 0x94, 0xb4, 0xe4, 0xe5, 0xfa, 0x86, 0x9c, 0x8e, 0x63, 0x31, 0x9f, 0x77, 0xf9, 0x35, 0x41, 0x55, 0xb3, 0x84, 0xf9, 0xbd, 0x73, 0xa2, 0xd4, 0x3a, 0x46, 0x6e}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xc7, 0x0, 0x2f, 0x1b, 0xfb, 0xf5, 0xd6, 0x32, 0x77, 0xd3, 0x6b, 0x1d, 0x62, 0xbe, 0x8f, 0x15, 0xe7, 0xbd, 0x48, 0xb8, 0xcb, 0x92, 0xcb, 0xfe, 0x1f, 0x2e, 0x37, 0x61, 0xb, 0x55, 0xa9, 0x4e}} return a, nil } -var _lockedtokensAdminCustody_create_only_shared_accountCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xe4\x57\x4b\x6f\xe3\x36\x10\xbe\xeb\x57\x0c\x7c\x08\x64\x40\x91\xd2\x63\x8d\x24\x8b\xd4\xe8\xa2\xc5\xa6\x68\xd0\x66\x77\xcf\x13\x91\xb6\x88\xd0\xa4\x4a\x52\x36\x84\x20\xff\xbd\xe0\x43\xb2\x28\x4b\x89\x53\xb4\xa7\xea\x10\x44\xd4\x3c\xbe\xf9\xe6\xc1\x31\xdb\xd5\x52\x19\x58\xab\xb6\x36\x32\x09\x6f\x9f\xb9\x3c\x3c\xca\x67\x2a\x60\xa3\xe4\x0e\x16\xfd\xfb\xa2\x97\x68\xc4\x96\x3d\x71\x1a\x49\x0d\xcf\x7a\xc9\x7b\x59\x3e\x53\xe2\xce\x74\x10\x1c\x1e\x2d\x92\xa4\x28\x0a\x78\x54\x28\x34\x96\x86\x49\x01\xa6\x42\x03\x08\x65\xa3\x8d\x24\x2d\xd4\x4a\xee\x19\xa1\x0a\x0e\xb2\xe1\x04\x34\xdb\x0a\xa7\x62\x24\x94\x8a\xa2\xa1\x80\xa0\x2b\x54\x94\x00\x96\xa5\x6c\x84\x81\x8d\x54\x80\xd0\x68\xab\x54\x49\x40\xae\x28\x92\xd6\x69\x55\xa8\xc1\x54\x94\x29\x68\x04\x77\x38\x7a\x2d\x6f\x8d\x58\x31\x8f\xa9\xa2\xa7\x42\x4e\x5f\x3a\x14\xd6\x0e\x98\x01\x70\xe4\x5a\x26\xc9\xe0\x24\x4d\x00\x00\x6a\x54\x86\x21\xbf\x23\x3b\x26\x1e\x9a\x27\xce\xca\x2f\xb4\x5d\x05\xca\xf3\x2f\xb4\xbd\x67\xda\xfc\x2c\x8c\x6a\x33\x28\x0a\xf8\x4e\xd9\xb6\x32\x2b\xf8\xe1\xea\x6a\xa8\xfe\x55\x53\xf5\x01\xed\x1f\xaf\xae\x92\x25\xc0\x4b\xe2\x6d\x28\x5a\xa3\xa2\x69\xe0\xf4\x21\x50\xba\x02\x6c\x4c\x95\xfe\x24\x95\x92\x87\x6f\xc8\x1b\xba\x84\x8b\x3b\x1f\x69\xe6\xf8\x0b\x2f\x41\xf0\x4f\x23\x15\x6e\x69\x06\x6b\xac\xf1\x89\x71\x66\x18\xd5\x47\x95\x65\xe7\xce\x3e\x9c\x9a\x90\x96\xf0\x15\x6e\x20\xfc\x97\xd6\xd8\x5a\xe7\x23\x34\xcb\xa3\x72\xa4\x98\x3f\xd3\x56\xe7\x48\x48\x5a\x1f\xe3\x9f\x24\x35\xef\x05\x32\x9b\xa8\xea\x8e\x6f\xa5\x62\xa6\xda\xcd\xc9\x47\x42\x19\x1c\x02\x79\xd3\xc2\xfe\xeb\xf2\xe3\x20\xa3\xd4\xbd\x8f\x31\x16\x7f\x1b\x62\x2c\xdb\x21\x8c\x92\xb0\xc7\x86\x9b\x3e\x61\x2d\xdc\x8c\x80\x97\x83\x5c\xe6\xda\x67\xb8\x37\x60\x9f\x9c\x69\xdd\xd0\x6b\x57\x01\x51\x8f\xe7\xdf\x99\xa9\x88\xc2\xc3\x12\x2e\xfa\x11\x91\x7f\xb3\xfe\x6e\xd3\x22\x98\x2a\x36\xdd\x17\xf7\x61\x04\x8e\x1f\x47\xc1\x6f\x28\x70\x4b\x15\x5c\x5f\x46\x33\x23\xf7\x6d\x79\x7f\x22\x98\xba\xc0\x56\xe3\xf8\x66\xab\x28\xe0\xc9\x35\xee\x69\x7a\x7d\x79\xea\x39\x03\x23\x57\xb1\xef\x53\xaf\xa1\x05\x1e\xd0\x54\xa3\x50\xcc\x40\xea\xbf\xa5\x3b\x8b\x41\x7e\x75\x33\xca\xbf\x2c\xe1\xe2\x9d\x00\x6e\xd3\xc8\x9b\x7d\xce\x0f\x39\x52\x9d\x8a\xff\x17\xc9\xc9\x6c\x0e\x1f\x8f\x12\x31\x08\x9f\x8b\x3b\x42\x14\xd5\x7a\x35\x22\x0c\xfd\x71\x16\x69\x0c\xc9\x5e\xcd\x50\x9f\x4c\x00\x1d\xcc\xb4\xb8\x20\x22\xeb\xd7\x97\x83\x60\xc6\x8e\x47\x25\x32\x08\x6a\x8a\xa8\x79\x92\xd6\x58\xc3\x4d\x04\x68\xaa\x34\x42\x35\x5c\xcc\xf9\xbc\x4d\xcf\x40\xb3\x9c\x8c\x3f\x72\xe7\xa6\x92\xae\xd2\x18\x60\x06\x68\x26\x5b\x22\xd8\xf8\x55\x6c\xa4\x1f\x3f\x73\x0d\xe1\x66\xe8\xff\xb1\x1d\xf8\x90\xa7\xb5\xad\x7f\xa9\xe0\x66\x7c\xe7\x4d\x87\xfc\xe4\x2e\x64\x1f\x73\x84\x26\x36\x37\x1d\x5d\x2c\x73\x9b\xda\x9d\xeb\xad\x1c\x06\xc1\xc9\x72\xb1\xcf\xa7\x4f\x50\xa3\x60\x65\xba\x58\xbb\x05\x4c\x48\x03\x1e\x20\x4c\x2d\x50\x52\x2d\x86\x4c\x4c\x78\xb2\x1d\xdd\x6d\x02\x91\xa7\xa8\x32\x3e\x32\x0d\xba\x2d\x6d\xac\x3a\xac\xf6\xf9\x31\xe2\x4a\x74\x35\x59\xae\x53\x6d\x5c\x14\xf0\xfb\x9e\x2a\xc5\x08\x75\x1b\x20\xa1\x1b\x7b\x03\x0d\x96\x66\x45\x4b\xca\xf6\x54\xe5\x33\x37\x51\x54\xf3\x8d\xe8\x5a\xaf\xf0\x9b\xc1\xf1\xc2\xfc\x23\xd8\x89\x9d\x87\xa5\x57\xd0\x43\xef\xc8\xaf\xcc\x3b\x54\xcf\xba\x3b\x23\x3e\x1e\x0d\xa8\x7b\x7a\xf2\xb9\xab\x57\x1f\x67\xe7\x59\x0d\xda\x0d\xa5\x97\xb8\x21\x3b\xbc\xaf\xa3\xa1\xf4\xce\x2d\x7a\x06\x49\x1d\x45\x13\xb7\xc6\x38\x80\x38\xc1\x76\x7c\xcd\xf2\x3a\x93\xdd\xba\x31\x20\xa4\xda\x21\x3f\x12\xcc\x84\xfd\x95\x61\x97\x68\xcb\x7d\x23\xd8\x5f\x0d\x85\x1a\x4d\x95\x9f\x8e\xbc\xce\xfc\xbf\xc7\xe6\xec\x2e\xf5\x4f\xa9\x1b\xe3\x9c\x27\xcd\x93\xfc\xf9\x0d\xea\xec\xdf\xd7\xe4\x35\xf9\x3b\x00\x00\xff\xff\x5e\x53\xd5\xd4\x4a\x0e\x00\x00" +var _lockedtokensAdminCustody_create_only_shared_accountCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xe4\x57\x4b\x6f\xe3\x36\x10\xbe\xeb\x57\x0c\x7c\x08\x64\x40\x91\xd2\x63\x8d\x24\x8b\xd4\xe8\xa2\xc5\xa6\x68\xd0\x66\x77\xcf\x13\x91\xb6\x88\xd0\xa4\x4a\x52\x36\x84\x20\xff\xbd\xe0\x43\x96\x28\x4b\x89\x53\xb4\xa7\xea\x10\x44\xd4\x3c\xbe\xf9\xe6\xc1\x31\xdb\xd5\x52\x19\x58\xab\xb6\x36\x32\x09\x6f\x8b\xcf\x5c\x1e\x1e\xe5\x33\x15\x8b\xfe\xa8\x11\x5b\xf6\xc4\xe9\xe8\xf8\x5e\x96\xcf\x94\xb8\x43\xbd\x48\x92\xa2\x28\xe0\x51\xa1\xd0\x58\x1a\x26\x05\x98\x0a\x0d\x20\x94\x8d\x36\x92\xb4\x50\x2b\xb9\x67\x84\x2a\x38\xc8\x86\x13\xd0\x6c\x2b\x9c\x8a\x91\x50\x2a\x8a\x86\x02\x82\xae\x50\x51\x02\x58\x96\xb2\x11\x06\x36\x52\x01\x42\xa3\xad\x52\x25\x01\xb9\xa2\x48\x5a\xa7\x55\xa1\x06\x53\x51\xa6\xa0\x11\xdc\xe1\x38\x6a\x79\x6b\xc4\x8a\x79\x4c\x15\x3d\x15\x72\xfa\xd2\xa1\xb0\x76\xc0\x0c\x80\x23\xd7\x32\x49\x06\x27\x69\x02\x00\x50\xa3\x32\x0c\xf9\x1d\xd9\x31\xf1\xd0\x3c\x71\x56\x7e\xa1\xed\x2a\xd0\x97\x7f\xa1\xed\x3d\xd3\xe6\x67\x61\x54\x9b\x41\x51\xc0\x77\xca\xb6\x95\x59\xc1\x0f\x57\x57\x43\xf5\xaf\x9a\xaa\x0f\x68\xff\x78\x75\x95\x2c\x01\x5e\x12\x6f\x43\xd1\x1a\x15\x4d\x03\xa7\x0f\x81\xd2\x15\x60\x63\xaa\xf4\x27\xa9\x94\x3c\x7c\x43\xde\xd0\x25\x5c\xdc\xf9\x48\x33\xc7\x5f\x78\x09\x82\x7f\x1a\xa9\x70\x4b\x33\x58\x63\x8d\x4f\x8c\x33\xc3\xa8\xee\x55\x96\x9d\x3b\xfb\x70\x6a\x42\x5a\xc2\x57\xb8\x81\xf0\x5f\x5a\x63\x6b\x9d\x8f\xd0\x2c\x7b\xe5\x48\x31\x7f\xa6\xad\xce\x91\x90\xb4\xee\xe3\x9f\x24\x35\x3f\x0a\x64\x36\x51\xd5\x1d\xdf\x4a\xc5\x4c\xb5\x9b\x93\x8f\x84\x32\x38\x04\xf2\xa6\x85\xfd\xd7\xe5\xc7\x41\x46\xa9\x7b\x1f\x63\x2c\xfe\x36\xc4\x58\xb6\x43\x18\x25\x61\x8f\x0d\x37\xc7\x84\xb5\x70\x33\x02\x5e\x0e\x72\x99\x6b\x9f\xe1\xa3\x01\xfb\xe4\x4c\xeb\x86\x5e\xbb\x0a\x88\x3a\x3a\xff\xce\x4c\x45\x14\x1e\x96\x70\x71\xec\xfe\xfc\x9b\xf5\x77\x9b\x16\xc1\x54\xb1\xe9\xbe\xb8\x0f\x23\x70\xbc\x1f\x05\xbf\xa1\xc0\x2d\x55\x70\x7d\x09\xc3\x01\x91\xfb\xb6\xbc\x3f\x11\x4c\x5d\x60\xab\x71\x7c\xb3\x55\x14\xf0\xe4\x1a\xf7\x34\xbd\xbe\x3c\xf5\x9c\x81\x91\xab\xd8\xf7\xa9\xd7\xd0\x02\x0f\x68\xaa\x51\x28\x66\x20\xf5\xdf\xd2\x9d\xc5\x20\xbf\xba\x19\xe5\x5f\x96\x70\xf1\x4e\x00\xb7\x69\xe4\xcd\x3e\xe7\x87\x1c\xa9\x4e\xc5\xff\x8b\xe4\x64\x36\x87\x8f\xbd\x44\x0c\xc2\xe7\xe2\x8e\x10\x45\xb5\x5e\x8d\x08\x43\x7f\x9c\x45\x1a\x43\xb2\x57\x33\xd4\x27\x13\x40\x07\x33\x2d\x2e\x88\xc8\xfa\xf5\xe5\x20\x98\xb1\xe3\x51\x89\x0c\x82\x9a\x22\x6a\x9e\xa4\x35\xd6\x70\x13\x01\x9a\x2a\x8d\x50\x0d\x17\x73\x3e\x6f\xd3\x33\xd0\x2c\x27\xe3\x8f\xdc\xb9\xa9\xa4\xab\x34\x06\x98\x01\x9a\xc9\x96\x08\x36\x7e\x15\x1b\xe9\xc7\xcf\x5c\x43\xb8\x19\xfa\x7f\x6c\x07\x3e\xe4\x69\x6d\xeb\x5f\x2a\xb8\x19\xdf\x79\xd3\x21\x3f\xb9\x0b\xd9\xc7\x1c\xa1\x89\xcd\x4d\x47\x17\xcb\xdc\xa6\x1b\x25\x77\x6f\xe5\x30\x08\x4e\x96\x8b\x7d\x3e\x7d\x82\x1a\x05\x2b\xd3\xc5\xda\x2d\x60\x42\x1a\xf0\x00\x61\x6a\x81\x92\x6a\x31\x64\x62\xc2\x93\xed\xe8\x6e\x13\x88\x3c\x45\x95\xf1\x91\x69\xd0\x6d\x69\x63\xd5\x61\xb5\xcf\x8f\x11\x57\xa2\xab\xc9\x72\x9d\x6a\xe3\xa2\x80\xdf\xf7\x54\x29\x46\xa8\xdb\x00\x09\xdd\xd8\x1b\x08\x8e\x37\x20\x28\x5a\x52\xb6\xa7\x2a\x9f\xb9\x89\xa2\x9a\x6f\x44\xd7\x7a\x85\xdf\x0c\xfa\x0b\xf3\x8f\x60\x27\x76\x1e\x96\x5e\x41\x0f\x47\x47\x7e\x65\xde\xa1\x7a\xd6\xdd\x19\xf1\xf1\x68\x40\x7d\xa4\x27\x9f\xbb\x7a\x75\x3f\x3b\xcf\x6a\xd0\x6e\x28\xbd\xc4\x0d\xd9\xe1\x7d\x1d\x0d\xa5\x77\x6e\xd1\x33\x48\xea\x28\x9a\xb8\x35\xc6\x01\xc4\x09\xb6\xe3\x6b\x96\xd7\x99\xec\xd6\x8d\x01\x21\xd5\x0e\x79\x4f\x30\x13\xf6\x57\x86\x5d\xa2\x2d\xf7\x8d\x60\x7f\x35\x14\x6a\x34\x55\x7e\x3a\xf2\x3a\xf3\xff\x1e\x9b\xb3\xbb\xd4\x3f\xa5\x6e\x8c\x73\x9e\x34\x4f\xf2\xe7\x37\xa8\xb3\x7f\x5f\x93\xd7\xe4\xef\x00\x00\x00\xff\xff\x9e\x8b\x36\xa9\x16\x0e\x00\x00" func lockedtokensAdminCustody_create_only_shared_accountCdcBytes() ([]byte, error) { return bindataRead( @@ -3965,11 +3944,11 @@ func lockedtokensAdminCustody_create_only_shared_accountCdc() (*asset, error) { } info := bindataFileInfo{name: "lockedTokens/admin/custody_create_only_shared_account.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xb5, 0xcb, 0x34, 0xec, 0x63, 0x57, 0xda, 0x6, 0x6f, 0xff, 0xcb, 0x7a, 0x67, 0x64, 0x86, 0xa4, 0x6, 0xb6, 0x9e, 0xe0, 0x59, 0xe9, 0x76, 0x17, 0x35, 0x46, 0x12, 0xe1, 0xb0, 0x66, 0x28, 0x86}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x4c, 0xf8, 0x34, 0xa3, 0x2d, 0x40, 0x81, 0x87, 0xe, 0x4, 0x36, 0x33, 0xc8, 0xb, 0x9e, 0x23, 0x1e, 0xf1, 0x24, 0x6e, 0x61, 0x36, 0x80, 0x99, 0x68, 0x99, 0xf3, 0xff, 0x3b, 0x44, 0xb2, 0x53}} return a, nil } -var _lockedtokensAdminCustody_create_shared_accountsCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xe4\x57\x4d\x6f\xe3\x36\x10\xbd\xeb\x57\x0c\x7c\x08\x64\xc0\x91\xbc\xc7\x1a\x49\x16\xa9\xd1\x45\x8b\x4d\xd1\xa0\xcd\xee\x9e\x27\xd2\xd8\x22\x22\x93\x2a\x3f\x6c\x18\x8b\xfc\xf7\x82\x12\x25\x8b\x12\x95\xd8\x45\x7b\x5a\x1d\x82\x48\x7c\x33\xf3\xe6\x71\x38\x1c\xb3\x5d\x25\xa4\x86\xb5\x3c\x56\x5a\x44\xee\xed\x53\x29\x0e\x4f\xe2\x85\x38\x6c\xa4\xd8\xc1\xac\x7b\x9f\x75\x08\xc3\xb7\xec\xb9\x24\x0f\xd5\xff\xd6\x21\x1f\x44\xf6\x42\x79\xfd\x4d\x39\x60\xff\xd3\x2c\x8a\xd2\x34\x85\x27\x89\x5c\x61\xa6\x99\xe0\xa0\x0b\xd4\x80\x90\x19\xa5\x45\x7e\x84\x4a\x8a\x3d\xcb\x49\xc2\x41\x98\x32\x07\xc5\xb6\xbc\x36\xd1\x02\x32\x49\xa8\x09\x10\x54\x81\x92\x72\xc0\x2c\x13\x86\x6b\x40\x9e\x03\x72\x30\xbc\xac\x23\xd5\xf0\x76\x6d\x23\x24\x20\x18\x45\x32\x8a\xf4\x29\x6a\x1c\x01\x00\x54\x28\x35\xc3\xf2\x3e\xdf\x31\xfe\x68\x9e\x4b\x96\x7d\xa6\xe3\xca\xa9\x93\x7c\xa6\xe3\x03\x53\xfa\x17\xae\xe5\x71\x01\x69\x0a\xdf\x88\x6d\x0b\xbd\x82\x0f\xcb\x65\xdf\xfc\x8b\x22\x79\x81\xf5\x4f\xce\x7a\x63\xca\x4b\x4d\x3f\x2c\x97\xcb\x68\x0e\xdf\xa3\x26\xbc\xa4\x0a\x25\xc5\x4e\xb9\x47\x27\xdc\x0a\xd0\xe8\x22\xfe\x59\x48\x29\x0e\x5f\xb1\x34\x34\x87\xab\xfb\x46\x8e\xce\xd6\x3e\x25\x69\xa7\xa4\x5b\x85\x5b\x70\xff\xc5\x15\x1e\xad\xa7\x81\xeb\xb9\x67\x6b\x45\x3d\xdf\xb2\x33\xf5\x42\x26\x2f\x74\x54\x09\xe6\x79\x5c\x9d\x64\x08\x6e\x4b\xd2\x01\x16\x50\xa0\x2a\xee\xcb\xad\x90\x4c\x17\xbb\x29\xbc\x07\x5a\xc0\xc1\x69\x18\x06\x37\xab\xf3\xcb\x49\x7a\x3b\xf8\x3e\x47\x1f\xfe\x36\x45\x1f\xdb\x32\xec\x28\xf6\xe4\x0f\x12\x1c\xd5\xd7\x1b\xec\xc6\xd8\x09\x6a\x63\xe0\x88\x97\x2d\x8d\x3d\x9a\x52\xaf\xb1\xc2\x67\x56\x32\x7d\x84\xdb\x81\xa0\x59\xbb\xc4\x48\x25\x4a\x0b\x89\x5b\xea\x1c\xd8\x27\x61\x4a\x19\xba\xa9\x2b\xd9\x6b\x34\xc9\x37\xa6\x8b\x5c\xe2\x61\x0e\x57\x5d\x9f\x4a\xbe\xda\x78\x77\x71\xea\x5c\xa5\x9b\x76\xa5\x5e\x18\x90\x2b\x4f\xfd\xe8\x77\xe4\xb8\x25\x09\x37\xd7\x5e\xe3\x4a\x9a\x4e\xf3\x30\x02\xc6\x75\x62\xab\x61\x7e\x93\xd5\xed\xf8\x24\x0a\xf7\x14\xdf\x5c\x8f\x23\x2f\x40\x8b\x95\x1f\x7b\x1c\xf5\xaf\xc6\xcb\x23\xea\x62\x90\x8a\xee\xa1\xfe\x5f\xb9\x17\x3e\xc9\x2f\x75\xaf\x6d\x5e\xe6\x70\xf5\x4e\x02\x77\xb1\x17\xcd\x3e\xe7\xa7\xec\x99\x86\xf2\xff\x55\x94\xf9\xe4\x1e\x3e\x9d\x10\x3e\x89\x66\x2f\xee\xf3\x5c\x92\x52\xab\x81\x60\xd8\x7c\x5e\x78\x16\x7d\xb1\x57\x13\xd2\x47\x01\xa2\xfd\x83\xea\x15\x84\xe7\xfd\xe6\xba\x97\xcc\x30\xf0\xa0\x44\x7a\x49\x85\x84\x9a\x16\x69\x8d\x15\xdc\x7a\x84\x42\xa5\xe1\xaa\xe1\x6a\x2a\xe6\x5d\x7c\x06\x9b\x79\x30\x7f\x2f\x5c\xdd\x8f\x54\x11\xfb\x04\x17\x80\x3a\x78\x24\x9c\x8f\xdf\xf8\x46\x34\xed\x67\xea\x40\xd4\xbd\xfd\x47\x3c\x0e\x65\x5f\xa7\xb5\xad\x7f\x21\xe1\x76\x78\x17\x87\x53\x7e\xae\xe7\x85\x26\x67\x8f\x8d\xef\x2e\x9c\x9d\x8f\xb9\x8b\xed\xe0\xf7\xd6\x1e\x3a\x60\xb0\x5c\xec\xf3\xf1\x23\x54\xc8\x59\x16\xcf\xd6\xf5\x14\xc8\x85\x86\x86\x60\x37\xd8\x65\x2e\x3d\x49\x1b\x92\xc4\x33\x9a\xf5\xc5\x08\x04\xb3\x87\xba\x1d\x52\xbc\x60\x5e\x71\x5c\xd2\x10\xda\x81\x73\x68\xda\x2f\xf8\xe9\x4e\x52\x57\xe9\x2a\x58\xb1\xa1\x93\x9c\xa6\xf0\xc7\x9e\xa4\x64\x39\x81\x2e\x08\x72\xda\xd8\x4b\xa8\x37\xbc\x4b\xca\x88\xed\x49\x26\x13\x97\x91\x57\xf6\x86\xb7\xa7\x2f\x6d\xc6\x82\xd3\x9d\xf9\xa7\xf3\xe3\x07\x77\xc3\x37\xa7\x43\x17\xa8\x19\xdd\x77\x28\x5f\x54\xfb\x2d\x6f\xf2\x51\x80\xaa\x93\x27\x99\xba\x7d\xd5\xa9\x7d\x9e\x75\x46\xdb\xbe\xf4\xdd\x3f\x93\x2d\xdf\xd7\x41\x5f\x7a\xe7\x22\x3d\x43\xa4\x56\xa2\xc0\xc5\x31\x4c\xc0\xdf\x60\xdb\xc1\x26\x75\x9d\xd8\xdd\xca\x68\xe0\x42\xee\xb0\x3c\x09\xcc\xb8\xfd\xb5\x63\xc7\x7c\xab\xbd\xe1\xec\x6f\x43\x50\xa1\x2e\x92\x71\xd7\x6b\xdd\xff\x77\x6a\x4e\x8e\x53\xff\x56\xba\x21\xcf\x69\xd1\x1a\x91\x3f\xbd\x21\x9d\xfd\xfb\x1a\xbd\x46\xff\x04\x00\x00\xff\xff\xc9\x01\x7a\xda\xd2\x0e\x00\x00" +var _lockedtokensAdminCustody_create_shared_accountsCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xe4\x57\xcd\x6e\xe3\x36\x10\xbe\xeb\x29\x06\x3e\x04\x32\xe0\x48\xde\x63\x8d\x24\x8b\xd4\xe8\xa2\xc5\xa6\x68\xd0\x66\x77\xcf\x13\x69\x6c\x11\x91\x49\x95\x3f\x36\x8c\x45\xde\xbd\xa0\x44\xc9\xa2\x44\x25\x76\xd1\x9e\x96\x87\x20\x22\xe7\xe7\x9b\x8f\x33\xc3\x31\xdb\x55\x42\x6a\x58\xcb\x63\xa5\x45\xe4\xbe\x66\x9f\x4a\x71\x78\x12\x2f\xc4\x67\xa7\x2d\xc3\xb7\xec\xb9\xa4\xc1\xf6\x83\xc8\x5e\x28\xaf\x37\xd5\x2c\x8a\xd2\x34\x85\x27\x89\x5c\x61\xa6\x99\xe0\xa0\x0b\xd4\x80\x90\x19\xa5\x45\x7e\x84\x4a\x8a\x3d\xcb\x49\xc2\x41\x98\x32\x07\xc5\xb6\xbc\x56\xd1\x02\x32\x49\xa8\x09\x10\x54\x81\x92\x72\xc0\x2c\x13\x86\x6b\x40\x9e\x03\x72\x30\xbc\xac\x3d\xd5\xe2\xed\xd9\x46\x48\x40\x30\x8a\x64\x14\xe9\x93\xd7\x38\x02\x00\xa8\x50\x6a\x86\xe5\x7d\xbe\x63\xfc\xd1\x3c\x97\x2c\xfb\x4c\xc7\x95\x8b\x34\xf9\x4c\xc7\x07\xa6\xf4\x2f\x5c\xcb\xe3\x02\xd2\x14\xbe\x11\xdb\x16\x7a\x05\x1f\x96\xcb\xbe\xfa\x17\x45\xf2\x02\xed\x9f\x9c\xf6\xc6\x94\x97\xaa\x7e\x58\x2e\x97\xd1\x1c\xbe\x47\x8d\x7b\x49\x15\x4a\x8a\x1d\x73\x8f\x8e\xb8\x15\xa0\xd1\x45\xfc\xb3\x90\x52\x1c\xbe\x62\x69\x68\x0e\x57\xf7\x0d\x1d\x9d\xae\x5d\x25\x69\xc7\xa4\x3b\x85\x5b\x70\xff\xc5\x15\x1e\xad\xa5\x81\xe9\xb9\xa7\x6b\x49\x3d\x5f\xb3\x53\xf5\x5c\x26\x2f\x74\x54\x09\xe6\x79\x5c\x9d\x68\x08\x5e\x4b\xd2\x09\x2c\xa0\x40\x55\xdc\x97\x5b\x21\x99\x2e\x76\x53\xf2\x9e\xd0\x02\x0e\x8e\xc3\xb0\x70\x73\x3a\xbf\x1c\xa4\x77\x83\xef\x63\xf4\xc5\xdf\x86\xe8\xcb\xb6\x08\x3b\x88\x3d\xfa\x83\x00\x47\xf9\xf5\x06\xba\xb1\xec\x04\xb4\xb1\xe0\x08\x97\x4d\x8d\x3d\x9a\x52\xaf\xb1\xc2\x67\x56\x32\x7d\x84\xdb\x01\xa1\x59\x7b\xc4\x48\x25\x4a\x0b\x89\x5b\xea\x0c\xd8\x95\x30\xa5\x0c\xdd\xd4\x99\xec\xb5\x95\xe4\x1b\xd3\x45\x2e\xf1\x30\x87\xab\xae\x05\x25\x5f\xad\xbf\xbb\x38\x75\xa6\xd2\x4d\x7b\x52\x1f\x0c\xc0\x95\xa7\x7e\xf4\x3b\x72\xdc\x92\x84\x9b\x6b\xe8\x77\xa9\xa4\xe9\x34\x0f\x23\xc1\xb8\x0e\x6c\x35\x8c\x6f\x32\xbb\x1d\x9e\x44\xe1\x9e\xe2\x9b\xeb\xb1\xe7\x05\x68\xb1\xf2\x7d\x8f\xbd\xfe\xd5\x58\x79\x44\x5d\x0c\x42\xd1\x3d\xa9\xff\x97\xee\x85\x0f\xf2\x4b\xdd\x6b\x9b\x8f\x39\x5c\xbd\x13\xc0\x5d\xec\x79\xb3\xeb\xfc\x90\x3d\xd5\x50\xfc\xbf\x8a\x32\x9f\xbc\xc3\xa7\x93\x84\x0f\xa2\xb9\x8b\xfb\x3c\x97\xa4\xd4\x6a\x40\x18\x36\xdb\x0b\x4f\xa3\x4f\xf6\x6a\x82\xfa\x28\x00\xb4\x5f\xa8\x5e\x42\x78\xd6\x6f\xae\x7b\xc1\x0c\x1d\x0f\x52\xa4\x17\x54\x88\xa8\x69\x92\xd6\x58\xc1\xad\x07\x28\x94\x1a\x2e\x1b\xae\xa6\x7c\xde\xc5\x67\xa0\x99\x07\xe3\xf7\xdc\xd5\xfd\x48\x15\xb1\x0f\x70\x01\xa8\x83\x25\xe1\x6c\xfc\xc6\x37\xa2\x69\x3f\x53\x05\x51\xf7\xf6\x1f\xb1\x1c\xca\x3e\x4f\x6b\x9b\xff\x42\xc2\xed\xf0\x2d\x0e\x87\xfc\x5c\xcf\x0b\x4d\xcc\x1e\x1a\xdf\x5c\x38\x3a\x5f\xe6\x2e\xde\x48\xb1\x7b\xeb\x0e\x9d\x60\x30\x5d\xec\xfa\xf8\x11\x2a\xe4\x2c\x8b\x67\xeb\x7a\x0a\xe4\x42\x43\x03\xb0\x1b\xec\x32\x17\x9e\xa4\x0d\x49\xe2\x19\xcd\xfa\x64\x04\x9c\xd9\xa2\x6e\x87\x14\xcf\x99\x97\x1c\x97\x34\x84\x76\xe0\x1c\xaa\xf6\x13\x7e\xba\x93\xd4\x59\xba\x0a\x66\x6c\xa8\x92\xd3\x14\xfe\xd8\x93\x94\x2c\x27\xd0\x05\x41\x4e\x1b\xfb\x08\x41\xf7\x08\x82\xa4\x8c\xd8\x9e\x64\x32\xf1\x18\x79\x69\x6f\x78\x5b\x7d\x69\x33\x16\x9c\xde\xcc\x3f\x9d\x1d\xdf\xb9\x1b\xbe\x39\x1d\x3a\x47\xcd\xe8\xbe\x43\xf9\xa2\xda\xbd\xbc\x89\x47\x01\xaa\x8e\x9e\x64\xea\xf5\x55\xa7\xf6\x79\x56\x8d\xb6\x7d\xe9\xbb\x5f\x93\x2d\xde\xd7\x41\x5f\x7a\xe7\x21\x3d\x83\xa4\x96\xa2\xc0\xc3\x31\x0c\xc0\xbf\x60\xdb\xc1\x26\x79\x9d\xb8\xdd\xca\x68\xe0\x42\xee\xb0\x3c\x11\xcc\xb8\xfd\xb5\x63\xc7\x7c\xcb\xbd\xe1\xec\x6f\x43\x50\xa1\x2e\x92\x71\xd7\x6b\xcd\xff\x77\x6c\x4e\x8e\x53\xff\x96\xba\x21\xce\x69\xd2\x1a\x92\x3f\xbd\x41\x9d\xfd\xfb\x1a\xbd\x46\xff\x04\x00\x00\xff\xff\xd1\x4f\x6e\x6a\x9e\x0e\x00\x00" func lockedtokensAdminCustody_create_shared_accountsCdcBytes() ([]byte, error) { return bindataRead( @@ -3985,11 +3964,11 @@ func lockedtokensAdminCustody_create_shared_accountsCdc() (*asset, error) { } info := bindataFileInfo{name: "lockedTokens/admin/custody_create_shared_accounts.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xf3, 0xe, 0xc3, 0x37, 0x56, 0x79, 0x7a, 0xd2, 0x50, 0xf8, 0x43, 0xbd, 0x89, 0x1c, 0xea, 0xf5, 0x20, 0xaf, 0x98, 0xab, 0x7f, 0xb6, 0xbc, 0x90, 0x75, 0x94, 0x37, 0x46, 0xaf, 0xd7, 0xa9, 0xb0}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xd6, 0xc9, 0xf9, 0x1c, 0x2, 0x35, 0xee, 0x87, 0xed, 0xab, 0xfa, 0x37, 0x4f, 0xe4, 0x2d, 0x9c, 0xc, 0x17, 0x68, 0x19, 0xfb, 0xbb, 0xcb, 0x5c, 0x53, 0x65, 0xd9, 0xa1, 0xf2, 0xbb, 0x54, 0x7d}} return a, nil } -var _lockedtokensAdminCustody_setup_account_creatorCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xa4\x51\xcb\x6a\xeb\x30\x10\xdd\xeb\x2b\x86\x2c\x82\x03\x79\xec\x43\xee\x85\x90\x6d\x17\x86\x94\xee\x27\xf2\xb4\x16\x96\x25\x31\x1a\xb9\x94\x92\x7f\x2f\xae\x89\x6b\xa5\xe9\x03\x3a\x0b\x2f\x8e\x47\xe7\x35\xa6\x0d\x9e\x05\xee\xbc\x6e\xa8\xba\xf7\x0d\xb9\x08\x8f\xec\x5b\x98\x4d\xa1\x99\x52\xc2\xe8\x22\x6a\x31\xde\xc1\xab\x52\x00\x00\x81\x29\x20\x53\xa1\x53\x14\x5f\xbd\x94\xec\x3b\x53\x11\x6f\x01\x93\xd4\xc5\x11\x3b\x7a\x40\x9b\x68\x09\x07\x0c\x78\x32\xd6\x88\xa1\xb8\x80\xf9\x5e\x6b\x9f\x9c\x2c\x2e\x3c\xfd\x58\x12\xc0\x01\x3f\x30\xa1\x78\x86\xdd\x2a\xb3\xb5\xd6\x3d\x4e\x03\xb4\xcf\x56\x8b\xc5\x07\xd1\x95\x99\x75\x14\xcf\xf8\x44\xeb\x88\x1d\x15\xe3\x56\x3f\xbb\x55\x2e\xb8\xcc\xfe\x8a\xdf\xe6\xf2\xb7\x84\x8f\x03\x79\x89\x52\x8f\x8f\x27\x5e\x36\x1b\x18\x4c\x83\xa3\x67\x60\xd2\x64\x3a\x62\x90\x1a\x05\x5a\xe4\x26\x5e\xb0\x0a\x64\xa8\x1e\x23\x24\x67\xdf\x95\xb2\x6a\xec\x0d\xf1\x03\x06\xf8\xf7\x29\xaf\x9e\x74\x3d\x86\x37\x31\x26\xda\xcd\x7f\xcc\xf3\x3f\x6f\xe8\xaf\xf9\xbf\xf5\x16\xd2\xc9\x9a\x58\xe7\x8a\x5f\xe4\xcc\x4f\x83\xf2\x8b\xd3\x94\x3d\xbd\xbe\x72\xd6\x7f\xcf\xea\xac\xde\x02\x00\x00\xff\xff\xb3\xbb\x63\xe2\xf6\x02\x00\x00" +var _lockedtokensAdminCustody_setup_account_creatorCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xa4\x91\x4d\x6b\xf3\x30\x10\x84\xef\xfa\x15\x4b\x0e\xc1\x81\x7c\xdc\x43\xde\x17\x82\xaf\x3d\x18\x52\x7a\xdf\xc8\x4b\x2d\xac\x48\x62\xb5\x72\x29\x25\xff\xbd\x38\x26\xae\x95\xa6\x1f\x50\x1d\x7c\x18\x4b\xf3\xcc\xec\x9a\x53\xf0\x2c\x30\x7b\xf0\xba\xa5\xfa\xd1\xb7\xe4\xe2\x4c\x29\x61\x74\x11\xb5\x18\xef\xe0\x4d\x29\x00\x80\xc0\x14\x90\xa9\xd0\x29\x8a\xaf\x5f\x2b\xf6\x9d\xa9\x89\xb7\x80\x49\x9a\xe2\x80\x1d\x3d\xa1\x4d\xb4\x84\x12\x03\x1e\x8d\x35\x62\x28\x2e\x60\xbe\xd7\xda\x27\x27\x8b\xab\x4f\x7f\x2c\x09\xe0\xa0\x97\x4c\x28\x9e\x61\xb7\x82\x69\x86\xb5\xee\x75\x1a\xa4\x7d\x76\xb5\x58\x7c\x18\xdd\x84\x59\x47\xf1\x8c\xcf\xb4\x8e\xd8\x51\x31\xde\xea\xcf\x6e\x95\x03\x97\xd9\x5f\xf1\xdb\x1c\x7f\x0f\x7c\x18\xcc\x2b\x94\x66\x7c\x3c\xc9\xb2\xd9\xc0\x10\x1a\x1c\xbd\x00\x93\x26\xd3\x11\x83\x34\x28\x70\x42\x6e\xe3\x55\xab\x41\x2e\x10\xc0\x08\xc9\xd9\x0b\x29\x1b\x8d\xbd\x03\x2f\x31\xc0\xbf\x4f\x7d\xf5\x64\xd6\x63\x79\x13\x63\xa2\xdd\xfc\xc7\x3e\xff\xf3\x09\xfd\xb5\xff\xb7\xd9\x42\x3a\x5a\x13\x9b\x9c\xf8\x45\xcf\x7c\x35\x28\xbf\x58\x4d\xd5\xdb\xeb\x9b\x64\xfd\xf7\xac\xce\xea\x3d\x00\x00\xff\xff\x00\x26\xb0\x35\xe4\x02\x00\x00" func lockedtokensAdminCustody_setup_account_creatorCdcBytes() ([]byte, error) { return bindataRead( @@ -4005,11 +3984,11 @@ func lockedtokensAdminCustody_setup_account_creatorCdc() (*asset, error) { } info := bindataFileInfo{name: "lockedTokens/admin/custody_setup_account_creator.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xcb, 0x18, 0xe4, 0x77, 0xf3, 0x8, 0x1c, 0x54, 0xd1, 0x5, 0x32, 0x49, 0x92, 0x5f, 0x1e, 0x68, 0xe1, 0x59, 0x8d, 0x29, 0x7e, 0x52, 0xc6, 0x8e, 0x2e, 0x6b, 0xc4, 0xe4, 0xe8, 0x87, 0x58, 0x72}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xe6, 0xe3, 0x1b, 0x12, 0x38, 0x7c, 0x7d, 0xcc, 0xe2, 0xc2, 0xd9, 0x83, 0x6f, 0x5d, 0xd1, 0x3d, 0x3b, 0x97, 0xba, 0xb4, 0xd3, 0xd1, 0xe8, 0xf3, 0xa5, 0x2, 0x19, 0x9f, 0xa0, 0xc2, 0xd8, 0xdf}} return a, nil } -var _lockedtokensAdminDeposit_locked_tokensCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x54\x4f\x4f\xdc\x3e\x10\x3d\x93\x4f\x31\xe4\x00\x89\x04\xd9\xcb\x4f\xbf\x43\xc4\x9f\x52\x2a\x7a\xe9\xa1\xa2\x94\x9e\x1d\x67\xb2\x71\xf1\xda\x91\x3d\x61\x91\x10\xdf\xbd\x8a\x1d\xbb\xf1\xee\x0a\x9a\x4b\xe4\xf1\xcc\xbc\x37\x33\x6f\x2c\x36\x83\x36\x04\x77\xa3\x5a\x8b\x46\xe2\x83\x7e\x42\x05\x9d\xd1\x1b\xc8\x13\x5b\x9e\x05\x4f\xa9\xb7\x89\x57\x38\xe7\x59\x70\xf9\xa6\xf9\x13\xb6\xce\x68\x67\xaf\xa5\x29\xcf\x32\x32\x4c\x59\xc6\x49\x68\x55\x90\xae\xe1\xa6\x6d\x0d\x5a\x7b\x06\x6c\xa3\x47\x45\x35\xfc\xbc\x13\x2f\xff\xff\x57\xc2\x6b\x96\x01\x00\xac\x56\xf0\xd0\x23\x3c\xb2\x51\x12\x18\xb4\x7a\x34\x1c\x81\x7a\x46\xd0\x6b\xd9\x5a\xa0\x1e\x81\x3c\xa0\xb3\x32\x83\xd0\xa0\x50\x6b\x70\x50\x1d\x1a\x83\xad\x4b\x25\x91\xc0\xa2\x22\x97\xab\x86\x4f\xaf\x49\x99\x95\x33\xbf\x79\xd4\xc1\xe0\xc0\x0c\x16\xac\xdd\x08\x55\x03\x1b\xa9\x2f\x3e\x6b\x63\xf4\xf6\x91\xc9\x11\x4b\x38\xb9\xe1\x7c\xe2\x1b\x79\xce\x5c\xbf\x22\x01\x03\x83\x1d\x1a\x54\x13\x51\xed\x08\xba\x3c\xa7\x16\x2c\x69\x83\x2d\x3c\x4f\x50\x31\x6c\xe2\xe5\x2c\xf7\xd8\xc1\xa5\xf7\xad\x26\x4f\xb6\xc6\xaa\x71\xa8\x17\x8e\x41\xca\xf7\x97\xa0\xbe\x35\x6c\x5b\xc2\x49\x9c\x84\x2f\xe2\xaa\x98\x5a\x5f\xc3\x6a\x4e\xb2\xea\xc2\xbd\xbb\x2e\xb3\xa3\xa3\xa3\xeb\x6b\x18\x98\x12\xbc\xc8\x6f\xf5\x28\x5b\x50\x9a\xc0\x63\xed\xb3\xd7\x5b\x85\xe6\xd4\xfa\x21\x1c\xe7\x65\x96\x50\x77\x7c\x0f\x50\x8f\x4e\xd3\x17\xea\x38\x59\xca\xa1\x72\xbf\x9b\x29\xe8\x56\x4b\x89\x4e\x15\x57\x45\x12\x38\x7d\xbe\x9a\x24\x72\x71\xd8\x89\xff\xe1\xd1\xbf\x33\xea\x93\x44\x65\x72\x7a\xa7\xfc\x03\xe3\x93\x0e\xcd\xcb\xcc\x17\x09\x3c\x02\x2e\xfb\xc1\xac\x45\x43\x69\x05\xa1\x3f\xd5\x1a\x69\x56\x4d\xc1\xbc\xea\x6b\x20\x5d\xc2\xf1\x25\x28\x21\xcf\x92\xa0\x0d\x5a\xcb\xd6\x58\x43\x3e\xa9\xdf\x0e\xc8\x45\x27\xb0\x05\xe6\x13\x80\xb0\x8e\x32\x0b\xd4\x66\xfb\x31\xdc\x32\x35\x5d\x58\x54\x6d\x42\xdb\xe6\xd9\xdf\x4e\x2c\x15\x1b\x64\x14\x96\xc8\x6d\xed\x87\x9a\xb5\x28\xbb\x2a\x2e\x13\x5c\x9c\x47\x05\x57\xdb\x39\x61\x11\x36\xda\xff\x7d\xff\xe7\xfd\xc2\x17\xe4\x23\xe1\x81\xe5\x99\x90\x0d\x72\x31\x08\x54\x74\x6a\x61\x18\x1b\x29\x78\xac\x5b\x37\xbf\x91\xa7\xab\x13\xbd\xe1\x12\x16\x2d\x26\x5d\xfe\xcb\x66\x2e\xb1\xee\x91\xa3\x78\x46\xb3\x9b\xde\x19\xbd\xc2\xa3\x7b\xaa\x6e\xce\x06\xd6\x08\x29\x48\xa0\x8d\x52\xdf\x79\x5f\x42\xf6\xb7\x03\x0a\x5f\xf9\x32\x57\x7e\x62\x71\x9d\xf7\x08\xf9\xf1\x7d\xb4\xbe\x3e\xe8\xfd\x5a\x67\x6d\xb8\xf1\xe5\x69\xa7\xbe\xe0\xa0\xad\xf0\xa3\x08\xc3\x54\x41\x1e\x42\xed\xa5\x32\xbb\x2c\x17\x2d\xab\x5a\x9f\x6c\x7e\x91\x2e\xce\x53\xe1\x04\x51\xbc\x65\x7f\x02\x00\x00\xff\xff\x94\x91\x54\x35\x8e\x06\x00\x00" +var _lockedtokensAdminDeposit_locked_tokensCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x54\x4f\x4f\xdc\x3e\x10\x3d\x93\x4f\x31\xe4\x00\x89\x04\xd9\xcb\x4f\xbf\x43\xc4\x9f\x52\x2a\x7a\xe9\xa1\xa2\x94\x9e\x1d\x67\xb2\x71\xf1\xda\x91\x3d\x61\x91\x10\xdf\xbd\xb2\x9d\xb8\xf1\xee\x0a\x9a\x4b\x94\xb1\xe7\xcd\x7b\x33\x6f\x22\x36\x83\x36\x04\xf9\xdd\xa8\xd6\xa2\x91\xf8\xa0\x9f\x50\xe5\x59\x0c\x4b\xbd\x9d\x42\x31\xf6\x4d\xf3\x27\x6c\x7d\xd4\xe6\x59\x46\x86\x29\xcb\x38\x09\xad\x0a\xd2\x35\xdc\xb4\xad\x41\x6b\xcf\x80\x6d\xf4\xa8\xa8\x86\x9f\x77\xe2\xe5\xff\xff\x4a\x78\xcd\x32\x00\x80\xd5\x0a\x1e\x7a\x84\x47\x36\x4a\x02\x83\x56\x8f\x86\x23\x50\xcf\x08\x7a\x2d\x5b\x0b\xd4\x23\x90\x47\x0f\x51\x66\x10\x1a\x14\x6a\x0d\xbe\x54\x87\xc6\x60\xeb\xa1\x24\x12\x58\x54\xe4\xb1\x6a\xf8\xf4\x9a\xa8\xa8\x7c\xf8\x2d\x54\x1d\x0c\x0e\xcc\x60\xc1\xda\x8d\x50\x35\xb0\x91\xfa\xe2\xb3\x36\x46\x6f\x1f\x99\x1c\xb1\x84\x93\x1b\xce\x1d\xdf\xc8\x73\xe2\xfa\x15\x09\x18\x18\xec\xd0\xa0\x72\x44\xb5\x27\xe8\x71\x4e\x2d\x58\xd2\x06\x5b\x78\x76\xa5\x62\x9a\xe3\xe5\x23\xf7\xd8\xc1\x65\xb8\x5b\xb9\x9b\x6c\x8d\x55\xe3\xab\x5e\x78\x06\x29\xdf\x5f\x82\xfa\xd6\xb0\x6d\x09\x27\xb1\xef\x41\xc4\x55\xd1\x19\xbd\xa9\x61\x35\x81\xac\xba\xf9\xdc\x1f\x97\xd9\xd1\xd1\xd1\xf5\x35\x0c\x4c\x09\x5e\xe4\xb7\x7a\x94\x2d\x28\x4d\x10\x6a\xed\xb3\xd7\x5b\x85\xe6\xd4\x86\x21\x1c\xe7\x65\x96\x50\xf7\x7c\x0f\x50\x8f\x97\xdc\x33\xeb\x38\x59\xda\xa1\xf2\xaf\x1b\x97\x74\xab\xa5\x44\xef\x8a\xab\x22\x49\x74\x4f\x50\x93\x64\x2e\x3e\x76\xf2\x7f\x84\xea\xdf\x19\xf5\x09\x50\x99\x7c\xbd\x23\xff\xc0\xf8\xa4\xaf\x16\x6c\x16\x44\x02\x8f\x05\x97\xfd\x60\xd6\xa2\xa1\x54\xc1\xdc\x9f\x6a\x8d\x34\xb9\xa6\x60\xc1\xf5\x35\x90\x2e\xe1\xf8\x12\x94\x90\x67\x49\xd2\x06\xad\x65\x6b\xac\x21\x77\xee\xb7\x03\x72\xd1\x09\x6c\x81\x05\x00\x10\xd6\x53\x66\x33\xb5\x29\x7e\x0c\xb7\x4c\xb9\x03\x8b\xaa\x4d\x68\xdb\x3c\xfb\xdb\x89\xa5\x63\x67\x1b\xcd\x4b\xe4\x9a\xfd\xb1\x67\x2d\xca\xae\x8a\xcb\x04\x17\xe7\xd1\xc1\xd5\x76\x02\x2c\xe6\x8d\x0e\xef\xd0\xff\x69\xbf\xf0\x05\xf9\x48\x78\x60\x79\x5c\x65\x83\x5c\x0c\x02\x15\x9d\x5a\x18\xc6\x46\x0a\x1e\x75\xeb\xe6\x37\xf2\x74\x75\xe2\x6d\xb8\x84\x45\x8b\x49\x97\xff\xb2\x99\xcb\x5a\xf7\xc8\x51\x3c\xa3\xd9\x85\xf7\xc1\xe0\xf0\x78\x3d\x75\x37\x67\x03\x6b\x84\x14\x24\xd0\x46\xab\xef\xfc\x5f\x66\xf4\xb7\x03\x0e\x5f\x05\x99\xab\x30\xb1\xb8\xce\x7b\x84\xc2\xf8\x3e\x5a\xdf\x90\xf4\xbe\xd6\xc9\x1b\x7e\x7c\x79\xda\xa9\x2f\x38\x68\x2b\xc2\x28\xe6\x61\xaa\xd9\x1e\x42\xed\x41\x99\x5d\x96\x8b\x96\x55\x6d\x00\x9b\xfe\x48\x17\xe7\xa9\x71\x66\x53\xbc\x65\x7f\x02\x00\x00\xff\xff\x4f\x71\x5d\x45\x5a\x06\x00\x00" func lockedtokensAdminDeposit_locked_tokensCdcBytes() ([]byte, error) { return bindataRead( @@ -4025,7 +4004,7 @@ func lockedtokensAdminDeposit_locked_tokensCdc() (*asset, error) { } info := bindataFileInfo{name: "lockedTokens/admin/deposit_locked_tokens.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x50, 0x20, 0xf3, 0x69, 0x56, 0x19, 0x68, 0x47, 0x94, 0x66, 0xf4, 0x82, 0x18, 0xa4, 0xba, 0x93, 0xed, 0x42, 0x70, 0xeb, 0xaf, 0xac, 0x53, 0x45, 0x32, 0x2e, 0xd2, 0x81, 0xf9, 0x8, 0xa6, 0x11}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xea, 0xab, 0xae, 0x39, 0x36, 0xa7, 0x9a, 0x59, 0xd4, 0x38, 0x6f, 0xf0, 0x6, 0xea, 0x2b, 0x78, 0x5a, 0xb6, 0x1f, 0x65, 0xab, 0x77, 0x2b, 0x8c, 0x4b, 0x51, 0x7f, 0x90, 0xd5, 0xc, 0xeb, 0x92}} return a, nil } @@ -4049,7 +4028,7 @@ func lockedtokensAdminRecover_lease_tokensCdc() (*asset, error) { return a, nil } -var _lockedtokensAdminUnlock_tokensCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xa4\x91\x41\x4b\xc3\x40\x10\x85\xef\xf9\x15\x63\x0e\x75\x03\x92\x93\x78\x08\x6a\xa9\x05\x4f\x15\xa4\x5a\xef\xe3\x66\xd2\x2e\xdd\xec\x84\xd9\x09\x0a\xd2\xff\x2e\xc9\x96\x9a\xf6\xea\x5c\x26\x59\x66\xde\x7e\xef\xad\x6b\x3b\x16\x85\x15\xdb\x3d\xd5\xef\xbc\xa7\x10\xa1\x11\x6e\x21\x9f\x1e\xe5\x59\xa6\x82\x21\xa2\x55\xc7\xc1\x28\xca\x96\x74\x61\x2d\xf7\x41\x2b\x58\xd4\xb5\x50\x8c\x37\x50\x93\x57\xac\x60\xf3\xec\xbe\xef\x6e\x0b\xf8\xc9\x32\x00\x80\x4e\xa8\x43\x21\x83\x75\xeb\x42\x05\xd8\xeb\xce\x3c\xb1\x08\x7f\x7d\xa0\xef\xa9\x80\xd9\x51\xe9\xb4\x31\x94\x27\x85\x71\x63\x4d\x0d\x3c\xa4\xcf\x32\x2a\x0b\x6e\xa9\xfc\x1c\xd7\xef\x67\x53\xc6\x72\x6c\x8b\x61\x6e\xc9\xde\xd3\x88\xfa\x68\x06\x33\xd5\x99\xbf\x72\xf2\x73\x31\xfe\x96\xf4\x5f\x51\x77\xc5\x89\x64\xa8\xf9\x1c\x3a\x0c\xce\x9a\x7c\xc9\xbd\xaf\x21\xb0\x42\x82\x00\x04\xa1\x86\x84\x82\x25\x50\x06\xdd\x51\x82\x05\x7b\x92\xcd\x8b\x73\x5f\x3a\x5c\xfd\x82\x01\xb7\x24\x13\x7b\x6b\x6a\xca\xbf\x5c\x0d\xa6\x58\x2b\x38\x8b\xbb\xb8\x3a\xba\x37\xff\x21\xec\x23\xc9\x75\x4c\x20\xd0\x26\x92\x29\xe5\x05\x61\xe9\x82\x15\xc2\x48\x9b\xe0\xd9\xee\x57\xae\x75\x6a\x8e\xaf\x3d\xb6\xc4\x72\xc8\x0e\xd9\x6f\x00\x00\x00\xff\xff\xfd\x94\x1c\x78\x51\x02\x00\x00" +var _lockedtokensAdminUnlock_tokensCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xa4\x91\x41\x4b\xc3\x40\x10\x85\xef\xf9\x15\x63\x0e\x75\x03\x92\x93\x78\x08\x6a\xa9\x05\x4f\x15\xa4\x5a\xef\xe3\x66\xd2\x2e\xdd\xec\x84\xd9\x09\x0a\xd2\xff\x2e\xc9\x96\x9a\xf6\xea\x5c\x66\x17\x66\xde\x7e\xef\xad\x6b\x3b\x16\x85\x7c\xc5\x76\x4f\xf5\x3b\xef\x29\xc4\x3c\xcb\x54\x30\x44\xb4\xea\x38\x18\x45\xd9\x92\x2e\xac\xe5\x3e\x68\x05\x8b\xba\x16\x8a\xf1\x06\x6a\xf2\x8a\x15\x6c\x9e\xdd\xf7\xdd\x6d\x01\x3f\x59\x06\x00\xd0\x09\x75\x28\x64\xb0\x6e\x5d\xa8\x00\x7b\xdd\x99\x27\x16\xe1\xaf\x0f\xf4\x3d\x15\x30\x3b\x2a\x9d\x36\x86\xf2\xa4\x30\x6e\xac\xa9\x81\x87\x74\x2c\xa3\xb2\xe0\x96\xca\xcf\x71\xfd\x7e\x36\x65\x2c\xc7\xb6\x18\xe6\x96\xec\x3d\x8d\xa8\x8f\xa6\x11\x6e\x2b\x38\x1b\x9c\x5c\x2e\xc6\xdf\x92\xfe\x2b\xea\xae\x38\x91\x0c\x35\x9f\x43\x87\xc1\x59\x93\x2f\xb9\xf7\x35\x04\x56\x48\x10\x80\x20\xd4\x90\x50\xb0\x04\xca\xa0\x3b\x4a\xb0\x60\x4f\xb2\x79\x71\xee\x4b\x87\xa7\x5f\x30\xe0\x96\x64\x62\x6f\x4d\x4d\xf9\x97\xab\xc1\x14\x6b\x05\x67\x71\x17\x57\x47\xf7\xe6\x3f\x84\x7d\x24\xb9\x8e\x09\x04\xda\x44\x32\xa5\xbc\x20\x2c\x5d\xb0\x42\x18\x69\x13\x3c\xdb\xfd\xca\xb5\x4e\xcd\xf1\xb7\xc7\x96\x58\x0e\xd9\x21\xfb\x0d\x00\x00\xff\xff\x33\xb8\xa5\xaa\x3f\x02\x00\x00" func lockedtokensAdminUnlock_tokensCdcBytes() ([]byte, error) { return bindataRead( @@ -4065,11 +4044,11 @@ func lockedtokensAdminUnlock_tokensCdc() (*asset, error) { } info := bindataFileInfo{name: "lockedTokens/admin/unlock_tokens.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x69, 0x90, 0x59, 0xfe, 0x29, 0x32, 0xe, 0xe7, 0xbe, 0x46, 0xb8, 0xce, 0x1a, 0x34, 0xdd, 0x1f, 0x52, 0x19, 0x81, 0x95, 0x62, 0x32, 0xfe, 0xdc, 0xb7, 0xcf, 0xca, 0xde, 0x73, 0x50, 0xb4, 0x10}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x76, 0x82, 0xab, 0xae, 0xb2, 0xe6, 0xd0, 0x49, 0x9c, 0xe4, 0x9b, 0xba, 0x84, 0x39, 0xe6, 0x89, 0x46, 0xa3, 0x75, 0x57, 0xf7, 0x73, 0xbb, 0x84, 0xee, 0xf5, 0x9a, 0x0, 0xcf, 0xdb, 0xd, 0x76}} return a, nil } -var _lockedtokensAdminUnlock_tokens_for_multiple_accountsCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x56\x4f\x6f\xe3\xb6\x13\xbd\xfb\x53\xcc\xe6\x90\x9f\x0c\x04\xf6\xe5\x87\x1e\x8c\x64\x17\x6e\x80\xb6\x01\x52\x60\xb1\xdd\x3d\x15\x3d\x8c\xc9\x91\x45\x58\x22\x0d\x72\x14\x27\x08\xfc\xdd\x8b\x21\x25\x9b\x92\x95\x6c\xaa\x4b\x62\x79\xe6\xcd\xbf\x37\xf3\x6c\x9a\xbd\xf3\x0c\x8f\x4e\xed\x48\x7f\x77\x3b\xb2\x01\x4a\xef\x1a\xb8\xca\x5f\x5d\xcd\x66\xcb\x25\x7c\xaf\x4c\x00\xf6\x68\x03\x2a\x36\xce\x42\x1b\x28\x00\x57\x04\x75\xb4\x05\x4e\xfe\xa8\x1b\x63\xc5\x81\x1d\x04\xe2\x68\xd1\x5a\xb1\x81\xda\x34\x86\xa1\x74\x1e\x9a\xb6\x66\xb3\xaf\x09\x50\x29\xd7\x5a\x0e\xe2\x60\x2c\x20\x04\x63\xb7\x35\xe5\x81\x52\xf0\x93\x29\xa0\xd6\x9e\x82\x04\x6f\x03\x69\xc0\x00\x3b\x7a\x89\x00\xa1\x72\x6d\xad\x61\x43\x59\x50\xb1\x18\x3b\xce\x66\x19\x7c\x91\xec\x1e\x6c\xe9\x56\xf0\xba\x4e\x36\x2b\xf8\xf1\x9b\x79\xfe\xe5\xff\xc7\x39\xbc\xce\x66\x00\x00\x7b\x4f\x7b\xf4\x54\xc4\xf2\x56\x80\x2d\x57\xc5\x5f\xec\x3c\x6e\xe9\x06\xee\x71\x8f\x1b\x53\x1b\x36\x14\xe6\x70\xbd\x4e\x01\x4f\xbe\xf2\x2c\x97\xf0\xa3\x4f\x68\x7d\x51\x09\x57\xc8\x50\xa1\x86\xe0\x1a\x82\x20\x43\x71\x25\x90\xf7\xce\xe7\x08\xe8\x09\x02\x3b\x4f\x5a\x9a\xc5\x32\x11\x6d\x62\x15\xe8\x5f\x20\x38\xa9\xfb\x05\x14\x5a\xe9\x81\xb1\x61\x4f\x8a\x49\x43\x8d\x4c\x03\x9c\x87\x32\x76\x28\x9f\xa6\x25\xd2\x41\x66\xe6\x5b\x7b\x1e\x0f\x9b\x86\xc2\x4d\xee\xca\x15\xd9\xe8\x9c\x05\x36\x01\xac\x63\x70\x4f\xe4\x0f\xde\x30\x93\x3d\x79\x3c\xa1\x87\x0d\xea\xae\xe2\x30\xd1\x61\xb8\x4b\x94\x59\x84\xd4\xcd\x45\xed\x50\xdf\x5e\x98\x7d\x2e\x84\x98\x2b\x58\x76\x66\xcb\x34\x36\x63\xb7\xbf\x9e\xe1\xe7\xa7\xb8\xf2\x7c\xf9\x02\xaf\x47\xe1\xc7\x05\xd8\x79\x2c\x35\x71\x0a\xff\x8d\xca\x8b\x4c\x36\xce\x7b\x77\xb8\xbd\xce\x97\x61\x11\xff\xac\xc5\xee\xde\xd5\x35\xc5\x26\xf4\xc9\x0d\x0c\xb3\x0f\x23\xf3\x8e\x37\x5f\x91\xab\x8b\x8c\xf7\x68\x8d\x2a\xae\xee\x23\x93\xa5\xab\x29\x09\x40\xf0\x54\x92\x27\xab\x48\xa6\x24\x13\x88\xc9\x82\x3a\xc1\x5e\xcd\xcf\x75\xc9\x92\xf5\x0b\xd0\x55\x2f\x94\x39\x73\x7d\x21\x4b\x93\x13\xb4\x9b\xef\xba\xae\x85\x7a\x82\x6f\x4a\x69\x4f\x88\xac\xdb\x90\xc2\x36\x10\x1c\x08\xb4\xb3\xff\x63\x80\x03\x5a\x06\x76\x63\x7f\x4f\x4f\xe4\xd3\xd6\x93\x65\xe3\x87\x2c\x33\x25\xc8\x05\x40\x53\x87\xb1\x23\x3b\xd8\x76\xe7\xc2\xd8\xd2\xf9\x06\xa3\x87\x14\x72\xba\x0a\xdd\xc2\x0c\x5c\x53\x96\xdd\x11\xea\x88\x20\x05\xa6\x81\x6e\x89\xbb\x77\xc5\xa8\x1d\xc3\xce\xcb\xb3\x50\xd9\x1a\xbf\x33\xfc\x3f\x5c\xad\xc9\x7f\x2e\x26\xa6\x9d\xc5\xff\xda\x6e\x6a\xa3\xe2\x8c\xc7\x6d\xee\x89\x37\xc8\xb9\x9f\xd2\xdd\x64\x29\x8b\x2d\xf1\xe3\x84\x79\x31\xbf\x84\x1e\x74\x24\xf1\x2f\xf9\x7c\x23\xe5\xbc\xee\x69\xde\xa1\xf6\xed\xc1\x7e\x47\xa6\xb2\x92\x12\xc6\x61\xe4\x99\x7c\xd9\xc5\x8f\x7a\xf0\x27\x5a\xdc\x92\x4f\xc3\x78\x2b\xa3\xae\xd7\xc5\x64\xa3\x32\x8a\xfc\x3e\x94\x13\x6c\xe2\x15\x8d\x82\x35\x3e\x67\xe8\xb7\x6d\x43\x96\xb3\x33\xf5\x26\xb2\xdc\xa8\x04\xb9\x4e\x88\x77\xd9\x9e\xfc\x3d\xa2\xcd\x3f\x9f\xde\x4d\xf1\xc1\x2a\x4f\x18\xe8\x52\xf6\x36\x2f\x69\x69\x63\x88\x37\x21\x46\x4d\x5b\x98\x0e\x2f\x69\xc7\xa3\x20\x15\x9a\x6a\xc6\xd5\x20\xe5\x09\x16\x64\x49\xdd\x3b\xcb\xc6\xb6\xa7\xc3\x61\xe9\x99\xc1\x30\xf9\xb4\x62\xdd\xba\xd7\xce\xed\xdf\x43\xe9\x4f\x00\x67\x5a\x1c\x5a\xa5\x88\xb4\x88\xac\xd5\xa0\x1d\x25\x25\x10\x31\x79\x0f\x8a\x9d\x08\x54\x83\x7e\x97\x04\x7c\x83\x6f\x9b\xab\x2e\xf9\x49\x83\xe3\xc5\xdb\xe3\x90\x93\xc7\x8b\x03\xd7\x69\x1f\x3d\x93\x6a\x63\xf9\x0d\xee\x28\xc8\x59\xaa\xc8\x13\x14\xa7\x22\x3c\xa1\xaa\xa2\x6d\x9f\x02\xe0\xc6\x3d\xd1\x7c\x8c\x68\x18\x1a\x42\x1b\xa2\x78\x73\x65\xec\x16\x0e\x42\xbd\x83\x77\xf2\xaf\xe1\x2a\x63\x83\x7c\x2b\x37\x2d\xeb\xe2\x18\x4f\x5a\x69\xf8\xac\xc8\x1b\x82\x80\x4f\xa3\x8e\x66\xa2\x7a\x41\xd1\xf7\x09\x3c\x9b\xe8\xcd\x50\xf7\x24\xda\x94\x02\x67\x31\x6f\x80\xdd\x4f\xc5\x78\xa0\xb2\x13\x26\xf7\xb8\x3f\x69\xee\xe0\xf6\x6e\x89\x6f\xaf\x27\x12\x58\xee\xe3\x51\xfd\x89\xf6\x9b\x12\x3e\x4d\x47\x5b\xa8\x8a\xd4\xae\x18\x5f\xb3\xff\x9a\x5e\xdf\x27\x13\x42\x4b\xd3\x89\x7e\xfc\x57\xca\x04\x7e\x6b\x63\x9d\xa1\xfa\x60\xc1\x6f\xc0\xf4\x20\xd3\xa5\xdd\x00\xf2\x0a\x3e\x16\x20\xad\xd9\x71\x76\x9c\xfd\x1b\x00\x00\xff\xff\xcd\xc3\x12\xbd\x32\x0c\x00\x00" +var _lockedtokensAdminUnlock_tokens_for_multiple_accountsCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x56\x4f\x6f\xe3\xc6\x0f\xbd\xfb\x53\x70\x73\xc8\x4f\x06\x02\xfb\xf2\x43\x0f\x46\xb2\x0b\x37\x40\xdb\x00\x29\xb0\xd8\xee\x9e\x8a\x1e\xe8\x11\x65\x0d\x2c\xcd\x08\x33\x54\x9c\x20\xf0\x77\x2f\x38\x23\xd9\xa3\x3f\xc9\xa6\xba\x24\x96\xc9\x47\xf2\xf1\x91\xb4\xae\x1b\xeb\x18\xae\x1e\xad\x3a\x50\xfe\xdd\x1e\xc8\xf8\xab\xc5\x62\xbd\x86\xef\xa5\xf6\xc0\x0e\x8d\x47\xc5\xda\x1a\x68\x3d\x79\xe0\x92\xa0\x0a\xb6\xc0\xc1\x18\x30\xaf\xb5\x11\x07\xb6\xe0\x89\x83\x45\x6b\xc4\x06\x2a\x5d\x6b\x86\xc2\x3a\xa8\xdb\x8a\x75\x53\x11\xa0\x52\xb6\x35\xec\xc5\x41\x1b\x40\xf0\xda\xec\x2b\x4a\x03\xc5\xe0\x67\x53\xc0\x3c\x77\xe4\x25\x78\xeb\x29\x07\xf4\x70\xa0\x97\x00\xe0\x4b\xdb\x56\x39\xec\x28\x09\x2a\x16\x63\xc7\xc5\x22\x81\xcf\xa2\xdd\x83\x29\xec\x06\x5e\xb7\xd1\x66\x03\x3f\x7e\xd3\xcf\xbf\xfc\xff\xb4\x84\xd7\xc5\x02\x00\xa0\x71\xd4\xa0\xa3\x2c\x94\xb7\x01\x6c\xb9\xcc\xfe\x62\xeb\x70\x4f\x37\x70\x8f\x0d\xee\x74\xa5\x59\x93\x5f\xc2\xf5\x36\x06\x3c\xfb\xca\xb3\x5e\xc3\x8f\x3e\xa1\xed\xa4\x12\x2e\x91\xa1\xc4\x1c\xbc\xad\x09\xbc\xb4\xc0\x16\x40\xce\x59\x97\x22\xa0\x23\xf0\x6c\x1d\xe5\x42\x16\x4b\x47\x72\x1d\xaa\x40\xf7\x02\xde\x4a\xdd\x2f\xa0\xd0\x08\x07\xda\xf8\x86\x14\x53\x0e\x15\x32\x0d\x70\x1e\x8a\xc0\x50\xda\x4d\x43\x94\x7b\xe9\x99\x6b\xcd\xa5\x3d\xac\x6b\xf2\x37\xa9\x2b\x97\x64\x82\x73\x12\x58\x7b\x30\x96\xc1\x3e\x91\x3b\x3a\xcd\x4c\xe6\xec\xf1\x84\x0e\x76\x98\x77\x15\xfb\x19\x86\xe1\x2e\x4a\x66\xe5\x23\x9b\xab\xca\x62\x7e\x3b\x31\xfb\x9c\x15\xce\xd6\x1b\x58\x77\x66\xeb\xd8\x36\x6d\xf6\xbf\x5e\xe0\x97\xe7\xb8\xf2\x7c\xf9\x02\xaf\x27\xd1\xc7\x04\xec\xd2\x96\x8a\x38\x86\xff\x46\xc5\x24\x93\x9d\x75\xce\x1e\x6f\xaf\xd3\x61\x58\x85\x3f\x5b\xb1\xbb\xb7\x55\x45\x81\x84\x3e\xb9\x81\x61\xf2\x61\x64\xde\xe9\xe6\x2b\x72\x39\xc9\xb8\x41\xa3\x55\x76\x75\x1f\x94\x2c\xac\xc6\x24\x00\xc1\x51\x41\x8e\x8c\x22\xe9\x92\x74\x20\x24\x0b\xea\x0c\x7b\xb5\xbc\xd4\x25\x43\xd6\x0f\x40\x57\xbd\x48\xe6\xa2\xf5\x95\x0c\x4d\x2a\xd0\xae\xbf\xdb\xaa\x12\xe9\x09\xbe\x2e\x84\x1e\x1f\x54\xb7\x23\x85\xad\x27\x38\x12\xe4\xd6\xfc\x8f\x01\x8e\x68\x18\xd8\x8e\xfd\x1d\x3d\x91\x8b\x53\x4f\x86\xb5\x1b\xaa\x4c\x17\x20\x1b\x00\x75\xe5\xc7\x8e\x6c\x61\xdf\xad\x0b\x6d\x0a\xeb\x6a\x0c\x1e\x52\xc8\x79\x2b\x74\x03\x33\x70\x8d\x59\x76\x4b\xa8\x13\x82\x14\x18\x1b\xba\x27\xee\xde\x65\x23\x3a\x86\xcc\xcb\xb3\x52\xc9\x18\xbf\xd3\xfc\x3f\x6c\x95\x93\xfb\x9c\xcd\x74\x3b\x89\xff\xb5\xdd\x55\x5a\x85\x1e\x8f\x69\xee\x85\x37\xc8\xb9\xef\xd2\xdd\x6c\x29\xab\x3d\xf1\xe3\x8c\x79\xb6\x9c\x42\x0f\x18\x89\xfa\x8b\x3e\xdf\x48\x59\x97\xf7\x32\xef\x50\x7b\x7a\xb0\x9f\x91\xb9\xac\xa4\x84\x71\x18\x79\x66\x5f\x76\xf1\xc3\x3d\xf8\x13\x0d\xee\xc9\xc5\x66\xbc\x95\x51\xc7\x75\x36\x4b\x54\x22\x91\xdf\x87\xe7\x04\xeb\xb0\x45\x65\xf4\x26\xeb\x0c\xdd\xbe\xad\xc9\x70\xb2\xa6\xde\x44\x96\x1d\x15\x21\xb7\x11\xf1\x2e\x99\x93\xbf\x47\xb2\xf9\xe7\xd3\xbb\x29\x3e\x18\xe5\x08\x3d\x4d\xcf\xde\xee\x25\x0e\x6d\x08\xf1\x26\xc4\x88\xb4\x95\xee\xf0\xe2\xed\x78\x14\xa4\x2c\xa7\x8a\x71\x33\x48\x79\x46\x05\x49\x52\xf7\xd6\xb0\x36\xed\x79\x71\x18\x7a\x66\xd0\x4c\x2e\x8e\x58\x37\xee\x95\xb5\xcd\x7b\x28\xfd\x0a\xe0\xe4\x16\xfb\x56\x29\xa2\x5c\x8e\xac\xc9\x21\xb7\x14\x2f\x81\x1c\x93\xf7\xa0\xd8\xca\x81\xaa\xd1\x1d\xe2\x01\xdf\xe1\xdb\xe6\xaa\x4b\x7e\xd6\xe0\x34\x79\x7b\x1a\x6a\xf2\x34\x59\x70\xdd\xed\xa3\x67\x52\x6d\x28\xbf\xc6\x03\x79\x59\x4b\x25\x39\x82\xec\x5c\x84\x23\x54\x65\xb0\xed\x53\x00\xdc\xd9\x27\x5a\x8e\x11\x35\x43\x4d\x68\x7c\x38\xde\x5c\x6a\xb3\x87\xa3\x48\xef\xe8\xac\xfc\xab\xb9\x4c\xd4\x20\xdf\xca\x4e\x4b\x58\x1c\xe3\x09\x95\x9a\x2f\x17\x79\x47\xe0\xf1\x69\xc4\x68\x72\x54\x27\x12\x7d\x5f\xc0\x8b\x19\x6e\x86\x77\x4f\xa2\xcd\x5d\xe0\x24\xe6\x0d\xb0\xfd\xe9\x31\x1e\x5c\xd9\x19\x93\x7b\x6c\xce\x37\x77\xb0\x7b\xf7\xc4\xb7\xd7\x33\x09\xac\x9b\xb0\x54\x7f\x72\xfb\x75\x01\x9f\xe6\xa3\xad\x54\x49\xea\x90\x8d\xb7\xd9\x7f\x4d\xaf\xe7\x49\x7b\xdf\xd2\x7c\xa2\x1f\xff\x95\x32\x83\xdf\x9a\x50\xa7\x2f\x3f\x58\xf0\x1b\x30\x3d\xc8\x7c\x69\x37\x80\xbc\x81\x8f\x05\x88\x63\x76\x5a\x9c\x16\xff\x06\x00\x00\xff\xff\x17\x88\x40\xfa\x20\x0c\x00\x00" func lockedtokensAdminUnlock_tokens_for_multiple_accountsCdcBytes() ([]byte, error) { return bindataRead( @@ -4085,11 +4064,11 @@ func lockedtokensAdminUnlock_tokens_for_multiple_accountsCdc() (*asset, error) { } info := bindataFileInfo{name: "lockedTokens/admin/unlock_tokens_for_multiple_accounts.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x47, 0xdc, 0x4b, 0x1e, 0x6b, 0x16, 0xc2, 0x71, 0x8f, 0x11, 0xdc, 0x22, 0xfe, 0x5, 0x98, 0xc4, 0x56, 0xe3, 0xf9, 0x81, 0x32, 0x4c, 0x72, 0x9d, 0x82, 0x50, 0xef, 0x5c, 0xce, 0x7b, 0x85, 0xcb}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xd8, 0x89, 0x7b, 0x77, 0x99, 0x28, 0x10, 0x19, 0xc3, 0x79, 0x5c, 0x60, 0xbe, 0x14, 0x47, 0x7a, 0x30, 0x84, 0x70, 0x1c, 0x5e, 0xbd, 0x40, 0xdd, 0xab, 0x4a, 0x19, 0xa5, 0x9a, 0x79, 0xe0, 0x4a}} return a, nil } -var _lockedtokensDelegatorDelegate_new_tokensCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x53\x4d\x6b\xdb\x40\x10\xbd\xeb\x57\x4c\x75\x08\x12\x34\xca\xa5\xf4\x60\xec\x86\xa6\x25\xf4\x50\xd2\xd0\x8f\xf4\xbc\x96\x46\x96\xf0\x5a\x23\x76\x47\xb5\x8b\xf1\x7f\x2f\xfb\x21\x79\x57\x26\x34\x50\xaa\xcb\xa2\x9d\x99\x37\xef\xcd\x9b\x6d\x77\x3d\x29\x86\x7b\x49\xfb\xef\xb4\xc5\x0e\x6a\x45\x3b\x48\xa7\xff\x34\x19\x33\x86\x6e\xd3\xae\x25\x46\x59\xe1\xdd\x94\xf9\x99\xca\x2d\x56\xf6\x4e\xfb\xc4\xf0\x2a\x4d\x12\x56\xa2\xd3\xa2\xe4\x96\xba\x4c\xec\x68\xe8\x78\x01\x3f\xee\xdb\xc3\xdb\x37\x39\x1c\x93\x04\x00\x40\x22\x43\x43\xb2\x42\xf5\x15\xeb\x05\x88\x81\x9b\x2c\x44\x29\xec\xf1\xa5\x47\x25\x0c\x8c\x7e\x1d\x13\x2c\x7e\xb6\xdc\x54\x4a\xec\x73\xb8\xba\x2c\xfb\x64\x81\xcf\x8d\x7e\x89\x41\xf2\xb9\xcf\xb3\x48\xd3\x54\x8a\x27\x53\xe1\x00\x7a\x85\xbd\x50\x98\x89\xb2\x74\x4a\x2c\xc6\x1d\x29\x45\xfb\x27\x21\x07\xcc\xe1\xea\xbd\x8b\x19\x75\xe0\x3f\x8d\xb2\x2e\x26\x85\xb0\x02\x5f\x5f\x68\x26\x25\x36\x58\xac\x2d\xc2\xf2\x7f\x28\x7f\x97\x19\x5b\x16\xf0\x5c\xfc\x9b\xa3\xf0\x28\xb8\xc9\x27\xc2\xe6\xbb\xbd\x85\x5e\x74\x6d\x99\xa5\x1f\x68\x90\x15\x74\xc4\xe0\x78\x82\xc2\x1a\x15\x76\x25\x02\x13\x04\x58\x69\x9e\xc4\x9a\xc7\x61\xff\x45\xf2\x4b\x4d\x18\xb5\xdc\x78\x90\x9b\x7a\x8c\xdb\xf0\x8b\xf9\x9b\x32\x60\xbb\xdc\x96\xe1\x59\x50\xea\x30\x4e\x4e\x07\x1e\xb0\x1c\x18\x03\x27\xcd\x06\x69\x16\x5b\x54\x8f\x8a\x0e\xbf\x61\x35\xf3\xd6\xcb\xfa\x88\x12\x37\x82\x49\x65\xc1\x44\x4c\xad\xb4\x2e\xdc\x09\x29\xcc\xf4\x2e\xaa\x37\xc8\xce\x27\xbf\x44\x3e\x31\x44\x69\x6b\x70\xcf\x08\x96\xab\x19\xdc\x31\x89\x06\x10\xf0\x2c\x2a\x47\x08\x1f\xd0\xcd\x4b\x4f\x6f\xd1\x9d\x41\x83\x13\xa0\xd4\x68\xfa\x64\x3e\x09\xae\xe3\x46\xb9\x69\x1d\xf9\x5b\xac\xc7\xc8\x9c\x43\xac\xaf\xc2\x9e\x74\xcb\xde\xc6\xe5\x75\x0c\xb2\xf7\xc6\xcf\xb8\x5d\xb4\xcf\xff\x45\xe7\x4c\xe6\x31\x82\xf2\x0b\xf3\x40\x0c\xd8\xd1\xb0\x69\xdc\x96\x68\xb3\xe7\xb6\xcd\xab\x34\x40\xf0\xab\x72\x4a\xfe\x04\x00\x00\xff\xff\x27\x2b\xab\x74\x59\x05\x00\x00" +var _lockedtokensDelegatorDelegate_new_tokensCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x53\x4b\x6b\xdb\x40\x10\xbe\xeb\x57\x4c\x75\x08\x12\x34\xca\xa5\xf4\x60\xec\x86\xa6\x25\xf4\x50\xd2\xd0\x47\x7a\x1e\x4b\xa3\x07\x5e\xef\x88\xdd\x51\xed\x62\xfc\xdf\xcb\x6a\xd7\xb2\x24\x13\x1a\x28\xd5\x45\xb0\xb3\xf3\x3d\xe6\x9b\x6d\xb6\x2d\x1b\x81\xf8\x5e\xf1\xee\x3b\x6f\x48\xc7\xd1\x70\xd4\xe9\xaa\x59\x2b\x9a\x1d\x7f\xe6\x7c\x43\x45\x7f\x68\xe3\x28\x12\x83\xda\x62\x2e\x0d\xeb\x04\xb7\xdc\x69\x59\xc0\x8f\xfb\x66\xff\xf6\x4d\x0a\x87\x28\x02\x00\x50\x24\x50\xb3\x2a\xc8\x7c\xa5\x72\x01\xd8\x49\x9d\x8c\x51\xb2\xfe\xf7\xa5\x25\x83\x0e\xc6\xbe\x86\x09\x75\xf6\xb3\x91\xba\x30\xb8\x4b\xe1\xea\xb2\xed\x53\x0f\x7c\x26\xfa\x85\x9d\x92\x33\xcf\xb3\x48\x83\xe1\xec\xc9\x75\x78\x80\xd6\x50\x8b\x86\x12\xcc\x73\xef\xa4\xc7\xb8\x63\x63\x78\xf7\x84\xaa\xa3\x14\xae\xde\xfb\x9a\x73\x07\xe1\xb3\xa4\xca\x6c\x70\x08\x2b\x08\xfd\x99\x15\x36\x58\x51\xb6\xee\x11\x96\xff\xc3\xf9\xbb\xa4\x34\xbc\x5d\xc0\x73\xf5\x6f\x5e\xc2\x23\x4a\x9d\x0e\x82\xdd\x77\x7b\x0b\x2d\xea\x26\x4f\xe2\x0f\xdc\xa9\x02\x34\x0b\x78\x9d\x60\xa8\x24\x43\x3a\x27\x10\x86\x11\x56\x9c\x46\x53\xcf\xa7\x61\xff\xc5\xf2\x4b\x43\x38\x79\xb9\x09\x20\x37\xe5\xa9\xde\x97\x5f\xac\xdf\xb5\x81\xb8\x3e\xbf\x0e\x67\x43\xb1\xc7\x38\x7a\x1f\xb4\xa7\xbc\x13\x1a\x25\xe9\x36\xc8\x0a\x6e\xc8\x3c\x1a\xde\xff\x86\xd5\x2c\xdb\x60\xeb\x23\x29\xaa\x50\xd8\x24\xa3\x89\xb8\x5e\xd5\xa7\x70\x87\x0a\xdd\xf4\x2e\xba\x2b\x12\x9f\x53\x58\xa2\x70\x71\x8c\xd2\x94\xe0\x9f\x11\x2c\x57\x33\xb8\x43\x34\x19\xc0\x48\x67\x56\x78\x41\xf4\x40\x7e\x5e\x76\x78\x8b\xfe\x3f\x22\x38\x02\x29\x4b\x8e\x27\x09\x97\xe0\x7a\x4a\x94\x3a\xea\x49\xbe\xd9\xfa\x54\x99\x6b\x98\xfa\x2b\xa8\x65\xdb\x48\x88\x71\x79\x3d\x05\xd9\x85\xe0\x67\xda\x2e\xe8\xd3\x7f\xf1\x39\xb3\x79\x98\x40\x85\x85\x79\x60\x01\xd2\xdc\x55\xb5\xdf\x12\xeb\xf6\xbc\xa7\x79\x15\x8f\x10\xc2\xaa\x1c\xa3\x3f\x01\x00\x00\xff\xff\xa8\xc8\x57\xb3\x25\x05\x00\x00" func lockedtokensDelegatorDelegate_new_tokensCdcBytes() ([]byte, error) { return bindataRead( @@ -4105,11 +4084,11 @@ func lockedtokensDelegatorDelegate_new_tokensCdc() (*asset, error) { } info := bindataFileInfo{name: "lockedTokens/delegator/delegate_new_tokens.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x3e, 0xfd, 0xc4, 0x42, 0x2b, 0x91, 0x5b, 0x9a, 0x45, 0x5d, 0x9a, 0x60, 0xe7, 0xda, 0xab, 0x8, 0x8a, 0x76, 0xda, 0xf2, 0xe4, 0xb7, 0x0, 0x52, 0xc0, 0xe5, 0x43, 0xbf, 0xb5, 0xb5, 0x26, 0xd5}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x40, 0x82, 0x5f, 0x57, 0x9d, 0x97, 0x80, 0xce, 0x7, 0xe8, 0xe2, 0x48, 0xf6, 0xda, 0x39, 0xb7, 0xae, 0x2e, 0x74, 0x83, 0xc0, 0x22, 0x3c, 0x3d, 0xce, 0x48, 0x95, 0x3, 0x68, 0x1b, 0x5e, 0x89}} return a, nil } -var _lockedtokensDelegatorDelegate_rewarded_tokensCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x52\xcb\x6a\xeb\x30\x10\xdd\xfb\x2b\x06\x2f\x82\x0d\x17\xaf\x2e\x5d\x84\xa6\xa1\xa5\x84\x2e\x4a\x1b\xd2\xd7\x7a\x62\x8d\x63\x11\x47\x12\xa3\x71\x93\x52\xf2\xef\x25\x96\xed\xd8\x0d\xf5\x46\xd6\xe8\xe8\xbc\x90\xde\x39\xcb\x02\x8f\x36\xdf\x92\x7a\xb5\x5b\x32\x1e\x0a\xb6\x3b\x88\x87\xa3\x38\x6a\x71\x8b\xda\x6c\xf4\xba\xa2\x66\xdc\x02\x47\xb3\x38\x8a\x84\xd1\x78\xcc\x45\x5b\x93\xe0\xce\xd6\x46\xa6\xf0\xb6\xd0\x87\xab\xff\x29\x7c\x47\x00\x00\x15\x09\x18\xab\xe8\x9e\x2a\xda\xa0\x58\x5e\xb2\x3d\x7c\x4d\x47\x2e\xb2\xb0\x79\xba\x80\x45\x0d\x85\x63\x72\xc8\x94\x60\x9e\x07\x05\xac\xa5\x4c\xee\x2c\xb3\xdd\xbf\x63\x55\x53\x0a\x93\xdb\x70\xd6\xa9\x76\xca\xa5\xad\x14\xf1\x8a\x0a\x98\x41\x7b\x3d\xf3\x62\x19\x37\x94\xad\x1b\x82\xeb\x86\x6c\xe4\xa6\x59\x9e\x1d\x31\x9e\x72\xf9\x7f\xe3\x26\xb2\x0f\x2d\xa5\x62\xdc\xa7\x30\xb9\xbc\xf6\xd0\x08\xde\x24\xa7\xba\x7e\x85\x1c\x9c\xbf\x04\x0b\x4b\x94\x32\xed\xfd\x9e\xbe\xf9\x1c\x1c\x1a\x9d\x27\xf1\x00\x0d\xda\x83\xb1\x02\x1e\x3f\x49\x01\x0a\x78\x47\xb9\x2e\x34\x29\x70\x28\x65\x7c\xa6\xe8\x7f\x3c\x55\x45\x76\x59\x3b\xcc\xce\x8d\xb4\xf9\x7b\x40\x12\x68\x8e\xa1\x73\x3a\x50\x5e\x0b\x0d\xea\xfc\x83\x32\x53\x61\x4b\x2b\xda\x23\xab\x2e\x6d\xff\x1a\xc2\xda\x71\x1f\xa3\x9f\x00\x00\x00\xff\xff\xea\xe0\x30\x4d\x85\x02\x00\x00" +var _lockedtokensDelegatorDelegate_rewarded_tokensCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x92\x4f\x6b\xf2\x40\x10\xc6\xef\xf9\x14\x43\x0e\x92\xc0\x4b\x4e\x2f\x3d\x48\xad\xb4\x14\xe9\xa1\xb4\x62\xff\x9d\xc7\xec\xc4\x2c\xc6\x9d\x30\x3b\xa9\x96\xe2\x77\x2f\x66\x4d\x8c\x95\xe6\xb2\xd9\xdd\x99\xdf\x33\xcf\xc3\xda\x4d\xcd\xa2\x10\x3f\x72\xbe\x26\xf3\xca\x6b\x72\x3e\x8e\xba\xd3\x59\xe3\x56\x76\x59\x51\x7b\x1e\x47\x91\x0a\x3a\x8f\xb9\x5a\x76\x09\x6e\xb8\x71\x3a\x86\xb7\x99\xdd\x5d\xfd\x4f\xe1\x3b\x02\x00\xa8\x48\xc1\xb1\xa1\x7b\xaa\x68\x85\xca\x32\x17\xde\x7d\x8d\x61\xc8\xcf\xc2\xe6\xe9\xa2\x2c\x6a\x11\xb5\x50\x8d\x42\x09\xe6\x79\x50\xc0\x46\xcb\xe4\x8e\x45\x78\xfb\x8e\x55\x43\x29\x8c\x6e\xc3\x5d\xa7\xda\x29\x97\x5c\x19\x92\x05\x15\x30\x81\x63\x7b\xe6\x95\x05\x57\x94\x2d\x5b\xc0\x75\x0b\x3b\x9b\xa6\x5d\x9e\x6b\x12\x3c\xf8\xf2\xff\xe0\xcc\x75\xf6\x61\xb5\x34\x82\xdb\x14\x46\x97\x6d\x0f\xad\xe0\x4d\x52\x08\x6f\x7e\x99\x1c\xdc\xbf\x84\x11\xe6\xa8\x65\xda\xcf\x7b\xf8\xa6\x53\xa8\xd1\xd9\x3c\x89\x07\xd5\x60\x3d\x38\x56\xf0\xf8\x49\x06\x50\xc1\xd7\x94\xdb\xc2\x92\x81\x1a\xb5\x8c\x4f\x88\xfe\xc7\x53\x55\x64\x97\xb1\xc3\xe4\x94\xc8\xd1\x7f\x5f\x90\x04\xcc\x3e\x64\x4e\x3b\xca\x1b\xa5\x41\x9c\x7f\x20\x33\x13\xb6\xb4\xa0\x2d\x8a\xe9\xdc\xf6\xaf\x21\xac\x1d\x7b\x1f\xfd\x04\x00\x00\xff\xff\xde\xa3\xcf\xae\x60\x02\x00\x00" func lockedtokensDelegatorDelegate_rewarded_tokensCdcBytes() ([]byte, error) { return bindataRead( @@ -4125,11 +4104,11 @@ func lockedtokensDelegatorDelegate_rewarded_tokensCdc() (*asset, error) { } info := bindataFileInfo{name: "lockedTokens/delegator/delegate_rewarded_tokens.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xd4, 0x98, 0x5, 0x2f, 0xf1, 0x93, 0xc8, 0x5b, 0xf1, 0x7e, 0x2d, 0x4e, 0xc0, 0x43, 0xef, 0xdb, 0xcc, 0x0, 0xc1, 0xf8, 0xcc, 0xd9, 0x4, 0x9a, 0xc0, 0x5c, 0x31, 0xaf, 0xb7, 0x3b, 0x43, 0x40}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xcc, 0xdc, 0xfc, 0xd8, 0xe, 0x86, 0xce, 0x79, 0xa8, 0xd6, 0x6b, 0xbd, 0x9d, 0xc4, 0x50, 0xf4, 0x54, 0x27, 0xe7, 0xbe, 0xcf, 0x11, 0x33, 0x8, 0x76, 0x2f, 0x31, 0xdc, 0x91, 0xcd, 0x62, 0xbd}} return a, nil } -var _lockedtokensDelegatorDelegate_unstaked_tokensCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x52\x4f\x4b\xeb\x40\x10\xbf\xe7\x53\x0c\x39\x94\x04\x1e\x39\x3d\xde\xa1\xbc\x5a\x14\x29\x1e\x44\x8b\x5a\x3d\x4f\x77\x27\xcd\xd2\x74\x67\xd9\x9d\xd8\x8a\xf4\xbb\x4b\xb3\x69\x4c\x2c\xe6\xb2\xec\xec\x6f\x7e\xff\x88\xd9\x39\xf6\x02\xf7\xac\xb6\xa4\x5f\x78\x4b\x36\x40\xe9\x79\x07\xe9\x70\x94\x26\x1d\x6e\xd1\xd8\x8d\x59\xd7\xd4\x8e\x3b\xe0\x68\x96\x26\x89\x78\xb4\x01\x95\x18\xb6\x19\xee\xb8\xb1\x32\x85\xd5\xc2\x1c\xfe\xfd\xcd\xe1\x33\x01\x00\xa8\x49\xc0\xb2\xa6\x5b\xaa\x69\x83\xc2\x7e\xe9\xf9\xf0\x31\x1d\xb9\x28\xe2\xe5\xe1\x02\x96\xb4\x14\xce\x93\x43\x4f\x19\x2a\x15\x15\xb0\x91\x2a\xbb\x61\xef\x79\xff\x8a\x75\x43\x39\x4c\xae\xe3\xdb\x59\xf5\xac\x5c\x71\xad\xc9\x3f\x51\x09\x33\xe8\xd6\x8b\x20\xec\x71\x43\xc5\xba\x25\xf8\xdf\x92\x8d\xdc\xb4\xc7\xa3\x23\x8f\xa7\x5c\xe1\xcf\xb8\x89\xe2\xcd\x48\xa5\x3d\xee\x73\x98\x5c\xae\xdd\xb5\x82\x57\xd9\xa9\xae\x1f\x21\x07\xef\xcf\xd1\xc2\x12\xa5\xca\x7b\xbf\xa7\x6f\x3e\x07\x87\xd6\xa8\x2c\x1d\xa0\xc1\x04\xb0\x2c\x10\xf0\x9d\x34\xa0\x40\x70\xa4\x4c\x69\x48\x83\x43\xa9\xd2\x3c\xe9\x39\x02\xd5\x65\x71\x59\x37\xcc\xbe\x9b\xe8\x72\xf7\x80\x2c\x3a\x38\x46\x12\x3a\x90\x6a\x84\x06\x35\xfe\x42\x59\xe8\x78\xa5\x95\x0d\x82\x7d\xca\xfe\x2f\x88\xe7\x99\xfb\x98\x7c\x05\x00\x00\xff\xff\xbf\x32\xa6\x32\x7d\x02\x00\x00" +var _lockedtokensDelegatorDelegate_unstaked_tokensCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x92\x41\x4b\xc3\x40\x10\x85\xef\xf9\x15\x43\x0e\x25\x01\xc9\x49\x3c\x14\x6b\x51\xa4\x78\x10\x2d\x6a\xf5\x3c\xdd\x9d\x34\x4b\xd3\x9d\x65\x77\x62\x2b\xd2\xff\x2e\xcd\x36\x31\xb5\x98\xcb\xb2\x3b\x33\xdf\x7b\x6f\x88\xd9\x38\xf6\x02\xe9\x23\xab\x35\xe9\x37\x5e\x93\x0d\x69\xd2\xbd\xce\x1a\xbb\x32\xcb\x9a\xda\xf7\x34\x49\xc4\xa3\x0d\xa8\xc4\xb0\xcd\x70\xc3\x8d\x95\x31\x2c\x66\x66\x77\x75\x99\xc3\x77\x02\x00\x50\x93\x80\x65\x4d\xf7\x54\xd3\x0a\x85\xfd\xdc\xf3\xee\x6b\x0c\x43\x7e\x11\x2f\x4f\x67\x6d\x49\x8b\x70\x9e\x1c\x7a\xca\x50\xa9\xa8\x80\x8d\x54\xd9\x1d\x7b\xcf\xdb\x77\xac\x1b\xca\x61\x74\x1b\x6b\x9d\x6a\xa7\x5c\x71\xad\xc9\xbf\x50\x09\x13\x38\x8e\x17\x41\xd8\xe3\x8a\x8a\x65\x0b\xb8\x6e\x61\x27\x6e\xda\xe3\xd9\x91\xc7\x43\xae\x70\x01\x27\xa9\x8b\x0f\x23\x95\xf6\xb8\xcd\x61\x74\x3e\xf6\xd0\x0a\xde\x64\xa5\xe7\xcd\x9f\x90\x83\xfa\x6b\xb4\x30\x47\xa9\xf2\xde\xef\xe1\x9b\x4e\xc1\xa1\x35\x2a\x4b\x07\xdd\x60\x02\x58\x16\x08\xf8\x49\x1a\x50\x20\x38\x52\xa6\x34\xa4\xc1\xa1\x54\x69\x9e\xf4\x8c\x40\x75\x59\x9c\xaf\x1b\x26\xbf\x9b\x38\xe6\xee\x1b\xb2\xe8\x60\x1f\x21\xb4\x23\xd5\x08\x0d\xd6\xf8\x0f\xb2\xd0\xf1\x4a\x0b\x1b\x04\xfb\x94\xfd\x5f\x10\xcf\x8e\xbd\x4f\x7e\x02\x00\x00\xff\xff\x6f\x7c\x08\x25\x58\x02\x00\x00" func lockedtokensDelegatorDelegate_unstaked_tokensCdcBytes() ([]byte, error) { return bindataRead( @@ -4145,11 +4124,11 @@ func lockedtokensDelegatorDelegate_unstaked_tokensCdc() (*asset, error) { } info := bindataFileInfo{name: "lockedTokens/delegator/delegate_unstaked_tokens.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x10, 0x83, 0x51, 0xb4, 0x43, 0xb4, 0x5a, 0x2, 0xbf, 0x7, 0xab, 0xdf, 0x75, 0x84, 0x56, 0xd, 0x4a, 0xbe, 0x18, 0xa4, 0x1, 0x5e, 0xcc, 0xc5, 0xf0, 0x4, 0xe, 0x42, 0xc8, 0x24, 0xa0, 0x99}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x16, 0x86, 0x7e, 0x5f, 0x5f, 0xd4, 0x2f, 0xe7, 0xbd, 0xa4, 0x9b, 0x57, 0x82, 0xd1, 0x7d, 0x6c, 0xed, 0x75, 0x41, 0x8e, 0xb8, 0xde, 0xe9, 0xff, 0x4b, 0xf, 0x7f, 0x66, 0x2, 0x5e, 0x2a, 0x15}} return a, nil } -var _lockedtokensDelegatorGet_delegator_idCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8f\xcd\x4e\xc3\x30\x10\x84\xef\x7e\x8a\x21\x07\x94\x5c\x72\x80\x5b\x05\x54\x15\x3d\x10\xa9\x87\x0a\xc1\x03\x38\xce\x26\x58\x75\xbc\xd1\x7a\x2d\x0e\x88\x77\x47\x4d\xa0\x94\x9f\xbd\x58\x1a\xcd\x7c\xe3\xf1\xe3\xc4\xa2\xd8\xb1\x3b\x50\xf7\xc4\x07\x8a\x09\xbd\xf0\x88\xe2\x5c\x2a\x8c\xb1\xce\x51\x4a\xa5\x0d\xa1\x42\x9f\x23\x46\xeb\x63\x69\x9d\xe3\x1c\x75\x85\x4d\xd7\x09\xa5\x54\xad\xf0\xdc\x44\xbd\xbe\xc2\x9b\x31\x00\x10\x48\x11\x66\xd0\x66\xb1\x36\xb1\xe7\x47\xea\x71\x8b\x81\xf4\x53\xfb\xc2\x54\x73\xe4\x78\xb5\xb3\x93\x6d\x7d\xf0\xea\x29\xd5\x2d\x8b\xf0\xeb\xcd\xe5\xf9\x8f\xea\xf9\x79\xe0\xd0\x91\xdc\x95\xa7\xe0\xf1\x7e\xd8\x76\xbf\xcb\xf7\xb9\x0d\xde\xed\xad\xbe\x9c\x42\xdf\xbd\xeb\x35\x26\x1b\xbd\x2b\x8b\x7b\xce\xa1\x43\x64\xc5\xd2\x0e\x0b\xa1\x9e\x84\xa2\x23\x28\x63\x9a\x31\xf8\x83\x2f\xaa\x65\xb8\x90\x66\x89\xff\x6e\xaf\x07\xd2\x2d\x05\x1a\xac\xb2\x34\xdb\xb2\xba\x30\xef\xe6\x23\x00\x00\xff\xff\x3e\xb8\x32\x69\x88\x01\x00\x00" +var _lockedtokensDelegatorGet_delegator_idCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8f\xbf\x4e\xf3\x40\x10\xc4\xfb\x7b\x8a\xf9\x5c\x7c\xb2\x1b\x17\xd0\x45\x40\x14\x91\x02\x4b\x29\x22\x04\x0f\x70\x3e\xaf\xcd\x29\x97\x5d\x6b\x6f\x2d\x0a\xc4\xbb\xa3\xd8\x10\xfe\x4e\x73\xd2\x69\xe6\x37\x3b\xf1\x38\x8a\x1a\x8a\x9d\x84\x03\x75\x0f\x72\x20\xce\x85\x73\x3e\x04\xca\xb9\xf4\x29\x55\xe8\x27\xc6\xd1\x47\x2e\x7d\x08\x32\xb1\xad\xb0\xe9\x3a\xa5\x9c\xab\x15\x1e\x1b\xb6\xcb\x0b\xbc\x38\x07\x00\x89\x0c\x69\x06\x6d\x16\x6b\xc3\xbd\xdc\x53\x8f\x6b\x0c\x64\xef\x7f\x1f\x98\x6a\x8e\x9c\x54\x07\x3f\xfa\x36\xa6\x68\x91\x72\xdd\x8a\xaa\x3c\x5f\xfd\xff\x7a\x51\x3d\x3f\x77\x92\x3a\xd2\x9b\xf2\x1c\x3c\xe9\x9b\x6d\xf7\xb3\x7c\x3f\xb5\x29\x86\xbd\xb7\xa7\x73\xe8\xb3\x77\xbd\xc6\xe8\x39\x86\xb2\xb8\x95\x29\x75\x60\x31\x2c\xed\xf0\x50\xea\x49\x89\x03\xc1\x04\xe3\x8c\xc1\x2f\x7c\x51\x2d\xc3\x95\x6c\x52\xfe\x73\x7b\x3d\x90\x6d\x29\xd1\xe0\x4d\xb4\xd9\x96\xd5\x3f\xf7\xea\xde\x02\x00\x00\xff\xff\x5e\x62\x94\xa0\x76\x01\x00\x00" func lockedtokensDelegatorGet_delegator_idCdcBytes() ([]byte, error) { return bindataRead( @@ -4165,11 +4144,11 @@ func lockedtokensDelegatorGet_delegator_idCdc() (*asset, error) { } info := bindataFileInfo{name: "lockedTokens/delegator/get_delegator_id.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xb4, 0x12, 0xcf, 0xbd, 0xf4, 0xb4, 0xe2, 0x96, 0x6a, 0xb, 0x7b, 0x4f, 0xdf, 0xfe, 0x86, 0x5a, 0xbc, 0xa7, 0xae, 0x48, 0x8a, 0x9f, 0x27, 0xf1, 0x4c, 0xdb, 0x2a, 0x8c, 0xf4, 0x72, 0xc0, 0x88}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xf, 0xdf, 0x4b, 0xe2, 0x2c, 0xfa, 0xfb, 0x94, 0x94, 0x3c, 0x92, 0xd5, 0xb7, 0xd3, 0xb8, 0x76, 0x40, 0x87, 0x83, 0x34, 0xf0, 0x77, 0xac, 0xd, 0x63, 0x54, 0x15, 0xc6, 0x85, 0xdc, 0xe9, 0xf6}} return a, nil } -var _lockedtokensDelegatorGet_delegator_infoCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x54\x4d\x8b\xdb\x30\x14\xbc\xfb\x57\xbc\xe4\x10\x6c\x58\x9c\x7b\xa8\x0b\x81\x50\x1a\x28\xcb\xb2\xdd\xdb\xb2\x87\x67\xeb\x39\x51\xa3\xe8\x19\x49\x26\x94\x90\xff\x5e\xfc\x11\xc5\x5a\x3b\x25\xad\x2f\x26\x4f\x33\xa3\x91\x66\x62\x79\xac\xd8\x38\xf8\xa6\xf8\xb4\xdd\xbc\x61\xae\xe8\xa7\xc3\x83\xd4\x3b\x28\x0d\x1f\x61\x3e\x5e\x98\x47\x3d\xe7\x07\x17\x07\x12\x6f\x7c\x20\x6d\x7b\xf4\x70\x34\x8f\xa2\xe5\x12\x5e\xc9\xd5\x46\x5b\x40\x0d\x68\x0c\xfe\x06\x2e\x61\x43\x8a\x76\xe8\xd8\x6c\x75\xc9\xc0\xf9\x2f\x2a\x9c\x05\xb7\x47\x07\x6e\x4f\x80\x45\xc1\xb5\x76\x50\xb0\x76\x86\x95\x6d\x64\xa4\x06\xe9\x2c\x68\x36\x47\x54\x1e\x81\x5a\x80\xdd\xa3\x21\x71\x1d\x45\x11\x16\x05\x59\x1b\xa3\x52\x09\x94\xb5\x86\x23\x4a\x1d\xf7\xab\x2b\x58\x0b\x61\xc8\xda\x64\x05\xef\xe3\x93\xa5\x81\xb1\x0f\x38\x47\x11\x00\x80\x22\x07\x62\xb8\xb2\x6e\x0e\xf2\x90\x42\x06\xef\x1f\x37\x91\xaa\xce\xd7\xbd\xf3\x0c\x76\xe4\xfa\x1f\x57\x77\xc9\x0d\xc9\x95\x93\xac\x51\x79\xb9\x57\x2a\x21\x1b\x08\xb4\xc8\xe6\x49\x0b\xac\x30\x97\x4a\x3a\x49\x36\xcd\xd9\x18\x3e\x7d\x59\x9c\x27\xac\x3d\xb3\x20\xaf\xf7\x52\xe7\x4a\x16\x97\xaf\xb1\x17\x6a\x9e\x65\xd5\x8e\x97\xa5\xe2\x53\x4f\xf3\x0c\x0f\xec\x6d\xca\x32\xbc\x98\xce\xe1\xa4\xf1\xb3\xe7\x36\x0c\xd9\x84\x9e\x4d\x34\x2e\xbc\xbc\xd0\x99\x66\x41\xdb\xcd\x2a\xd8\x2e\xed\x86\x4f\x01\xf0\x16\xd4\x67\xb4\x14\x83\x23\x8c\xe1\xd7\x5c\x53\xac\x2a\xd2\x22\x6e\x6c\x76\xb8\xcb\x38\x97\xae\xe7\x7d\x16\x0d\xf5\x1f\xf3\x19\xfe\x4f\xd2\xf6\xf5\x9d\x95\x20\xf3\x29\x8f\x00\x36\xda\xb3\xcb\xf0\x05\xdd\xfe\x4e\x36\x6a\xda\xe5\x5f\x0f\x11\x66\xd5\xdd\x30\x64\x93\x52\xe9\x8e\x9c\x8f\xec\xb9\x45\xc6\x49\x40\x1f\x84\xf1\x88\x46\xcb\xf7\x02\xb2\xbc\x6e\x3f\xcb\x40\x4b\x05\x8b\x45\x20\xd8\x4f\xcf\xc1\x8d\xfd\x77\xc1\x86\x25\xeb\xde\xb3\xa7\x11\x60\xba\x5c\xdb\xcd\x2c\x40\x26\x77\x0a\x79\xbf\x61\x5d\xcb\x06\x5d\x33\xed\x57\x73\x82\x1b\x5d\xa2\x3f\x01\x00\x00\xff\xff\xc7\x86\x6b\x79\xb2\x05\x00\x00" +var _lockedtokensDelegatorGet_delegator_infoCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x54\x4d\x8b\xdb\x30\x14\xbc\xfb\x57\xbc\xe4\x10\x62\x58\x9c\x7b\xa8\x0b\x81\x50\x1a\x28\xcb\xb2\xdd\xdb\xb2\x87\x67\xeb\x39\x51\xa3\xe8\x19\x49\x26\x94\x90\xff\x5e\xfc\xa5\x58\x6b\xa7\xdd\xae\x2f\x26\xd2\xcc\x68\xf4\x66\x62\x79\x2a\xd9\x38\x98\x7f\x53\x7c\xde\x6d\x5f\x30\x53\xf4\xd3\xe1\x51\xea\xfd\x3c\xea\xf7\x7e\x70\x7e\x24\xf1\xc2\x47\xd2\x76\x1e\x45\xab\x15\x3c\x93\xab\x8c\xb6\x80\x1a\xd0\x18\xfc\x0d\x5c\xc0\x96\x14\xed\xd1\xb1\xd9\xe9\x82\x81\xb3\x5f\x94\x3b\x0b\xee\x80\x0e\xdc\x81\x00\xf3\x9c\x2b\xed\x20\x67\xed\x0c\x2b\x5b\xcb\x48\x0d\xd2\x59\xd0\x6c\x4e\xa8\x3c\x02\xb5\x00\x7b\x40\x43\xa2\x5f\x8a\x22\xcc\x73\xb2\x76\x89\x4a\xc5\x50\x54\x1a\x4e\x28\xf5\xb2\xdb\x5d\xc3\x46\x08\x43\xd6\xc6\x6b\x78\x1d\xdf\x23\x09\x8c\xbd\xc1\x25\x8a\x00\x00\x14\x39\x10\xc3\x9d\x4d\x7d\x91\x0f\x29\xa4\xf0\xfa\x76\x13\x29\xab\x6c\xd3\x39\x4f\x61\x4f\xae\xfb\xd1\xbb\x8b\x6f\x48\x2e\x9d\x64\x8d\xca\xcb\x3d\x53\x01\xe9\x40\xa0\x41\xd6\x4f\x92\x63\x89\x99\x54\xd2\x49\xb2\x49\xc6\xc6\xf0\xf9\xcb\xe2\x32\x61\xed\x91\x05\x79\xbd\xa7\x2a\x53\x32\xbf\x7e\x5d\x7a\xa1\xfa\x59\x95\xcd\xf2\xaa\x50\x7c\xee\x68\x9e\xe1\x81\x9d\x4d\x59\x84\x83\x69\x1d\x4e\x1a\xbf\x78\x6e\xcd\x90\x75\xe8\x29\xfc\x6b\x78\xa1\x33\xcd\x82\x76\xdb\x75\x70\x5c\xd2\x2e\x3e\x04\xc0\x5b\x50\xef\xd1\x52\x0c\xae\x30\x86\xf7\xb9\x26\x58\x96\xa4\xc5\xb2\xb6\xd9\xe2\xae\xe3\x5c\xda\x9e\x77\x59\xd4\xd4\xff\xcc\x67\xf8\x3f\x49\x9a\xd7\x77\x56\x82\xcc\xbb\x3c\x02\xd8\xe8\xcc\x36\xc3\x27\x74\x87\x3b\xd9\xa8\x69\x97\x7f\xbd\x44\x98\x55\x3b\x61\x48\x27\xa5\x92\x3d\x39\x1f\xd9\x63\x83\x5c\xc6\x01\x7d\x10\xc6\x47\x34\x1a\xbe\x17\x90\x45\x7f\xfc\x2c\x05\x2d\x15\x2c\x16\x81\x60\xb7\x7a\x09\x26\xf6\xe9\x82\x0d\x4b\xd6\xbe\x67\x0f\x23\xc0\x74\xb9\x76\xdb\x59\x80\x8c\xef\x14\xf2\x7e\xc3\xda\x96\x0d\xba\x66\x9a\xaf\xe6\x04\x37\xba\x46\x7f\x02\x00\x00\xff\xff\x3b\xb2\xfd\x9b\x88\x05\x00\x00" func lockedtokensDelegatorGet_delegator_infoCdcBytes() ([]byte, error) { return bindataRead( @@ -4185,11 +4164,11 @@ func lockedtokensDelegatorGet_delegator_infoCdc() (*asset, error) { } info := bindataFileInfo{name: "lockedTokens/delegator/get_delegator_info.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xa9, 0x5c, 0xc3, 0x5a, 0x3c, 0x1a, 0xd2, 0x9d, 0x8d, 0xd9, 0xb6, 0x51, 0x45, 0x55, 0x69, 0xac, 0x7b, 0x6b, 0x27, 0x53, 0x9f, 0xd8, 0xc7, 0xf1, 0x19, 0xf9, 0xa9, 0x40, 0x26, 0x69, 0xf2, 0x3f}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xd4, 0xc7, 0xbf, 0x3a, 0x71, 0x3c, 0xfc, 0x74, 0xb2, 0xc5, 0xc5, 0x2d, 0xc9, 0xe0, 0x2f, 0x18, 0x42, 0x27, 0xba, 0x87, 0x45, 0xb, 0xe2, 0x9a, 0x90, 0x5c, 0xc4, 0x78, 0x34, 0x4f, 0xe, 0xa2}} return a, nil } -var _lockedtokensDelegatorGet_delegator_node_idCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8f\xcf\x4e\xf3\x30\x10\xc4\xef\x7e\x8a\xf9\x72\xf8\x94\x5c\xf2\x00\x15\x50\x55\xf4\x40\xa5\x0a\x55\xc0\x0b\x38\xf6\x26\x58\x75\xbc\xd1\x7a\x2d\x0e\x88\x77\x47\x4d\xa0\x94\x3f\x7b\xb1\x34\x9a\xf9\x8d\x27\x8c\x13\x8b\x62\xcf\xee\x48\xfe\x89\x8f\x94\x32\x7a\xe1\x11\xd5\xa5\x54\x19\x63\x9d\xa3\x9c\x6b\x1b\x63\x83\xbe\x24\x8c\x36\xa4\xda\x3a\xc7\x25\xe9\x0a\x1b\xef\x85\x72\x6e\x56\x78\x54\x09\x69\xc0\xab\x31\x00\x10\x49\x11\x67\xd0\x66\xb1\xee\x52\xcf\x0f\xd4\xe3\x1a\x03\xe9\x87\xf6\x89\x69\xe6\xc8\xe9\x5a\x67\x27\xdb\x85\x18\x34\x50\x6e\x3b\x16\xe1\x97\xab\xff\x97\x3f\x6a\xe7\xe7\x8e\xa3\x27\xb9\xa9\xcf\xc1\xd3\x7d\xb3\xed\x7f\x96\x1f\x4a\x17\x83\x3b\x58\x7d\x3e\x87\xbe\x7a\xd7\x6b\x4c\x36\x05\x57\x57\xb7\x5c\xa2\x47\x62\xc5\xd2\x0e\x0b\xa1\x9e\x84\x92\x23\x28\x63\x9a\x31\xf8\x85\xaf\x9a\x65\xb8\x90\x16\x49\x7f\x6e\x6f\x07\xd2\x2d\x45\x1a\xac\xb2\xdc\xb3\xa7\xdd\xb6\x6e\xfe\x99\x37\xf3\x1e\x00\x00\xff\xff\x2b\x7f\x31\x90\x8c\x01\x00\x00" +var _lockedtokensDelegatorGet_delegator_node_idCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8f\xcd\x4e\xc3\x30\x10\x84\xef\x7e\x8a\x21\x07\x94\x5c\xf2\x00\x15\x50\x55\xf4\x40\xa5\x0a\x55\xc0\x0b\xb8\xf6\x26\x58\x75\x77\xa3\xf5\x46\x1c\x10\xef\x8e\x9a\x40\xf9\x9d\x8b\x25\x6b\xe6\x9b\x9d\x74\x1c\x44\x0d\xd5\x56\xc2\x81\xe2\x93\x1c\x88\x4b\xe5\x9c\x0f\x81\x4a\xa9\x7d\xce\x0d\xba\x91\x71\xf4\x89\x6b\x1f\x82\x8c\x6c\x0b\xac\x62\x54\x2a\xa5\x59\xe0\xd1\x34\x71\x8f\x57\xe7\x00\x20\x93\x21\x4f\xa0\xd5\x6c\xdd\x70\x27\x0f\xd4\xe1\x1a\x3d\xd9\xc7\xdf\x27\xa6\x99\x22\x27\xb5\xc1\x0f\x7e\x9f\x72\xb2\x44\xa5\xdd\x8b\xaa\xbc\x5c\x5d\x7e\xbf\xa8\x9d\x9e\x3b\xc9\x91\xf4\xa6\x3e\x07\x4f\xfa\x61\xdb\xfe\x2e\xdf\x8d\xfb\x9c\xc2\xce\xdb\xf3\x39\xf4\xd5\xbb\x5c\x62\xf0\x9c\x42\x5d\xdd\xca\x98\x23\x58\x0c\x73\x3b\x3c\x94\x3a\x52\xe2\x40\x30\xc1\x30\x61\xf0\x07\x5f\x35\xf3\x70\x25\x1b\x95\xff\xdd\xde\xf6\x64\x6b\xca\xd4\x7b\x13\xbd\x97\x48\x9b\x75\xdd\x5c\xb8\x37\xf7\x1e\x00\x00\xff\xff\xb5\x59\xec\x31\x7a\x01\x00\x00" func lockedtokensDelegatorGet_delegator_node_idCdcBytes() ([]byte, error) { return bindataRead( @@ -4205,11 +4184,11 @@ func lockedtokensDelegatorGet_delegator_node_idCdc() (*asset, error) { } info := bindataFileInfo{name: "lockedTokens/delegator/get_delegator_node_id.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xee, 0x61, 0xcb, 0xb1, 0x59, 0xce, 0x22, 0xfb, 0x43, 0x23, 0xf2, 0x1, 0xc5, 0x22, 0xa9, 0x53, 0xc9, 0x52, 0xbb, 0x83, 0x3c, 0x7d, 0xdb, 0xcd, 0xfa, 0x13, 0x12, 0xf1, 0x57, 0xe7, 0x31, 0xdc}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x53, 0x34, 0xe4, 0xe8, 0x73, 0xb0, 0x40, 0xa6, 0x2f, 0xc3, 0x9c, 0xcd, 0x15, 0x60, 0x8, 0xf7, 0x71, 0xdb, 0x32, 0x7a, 0x48, 0xee, 0xf4, 0x2a, 0xa8, 0xab, 0x46, 0xd4, 0xd8, 0x60, 0x9c, 0x60}} return a, nil } -var _lockedtokensDelegatorRegister_delegatorCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xe4\x54\x41\x6f\xdb\x3c\x0c\xbd\xfb\x57\xf0\xf3\xa1\xb0\x81\xd6\xbd\x7c\xd8\x21\x68\x56\xac\x0b\x8a\x15\xd8\xb2\xa2\xe9\xba\xb3\x62\xd1\xb6\x10\x59\xf2\x24\xba\xc9\x10\xe4\xbf\x0f\xb2\x14\xc7\x4e\x96\x6d\x97\x9d\xe6\x4b\x51\x91\x7c\x7c\xef\x91\x8c\xa8\x1b\x6d\x08\xee\xa5\x5e\x3f\xeb\x15\x2a\x28\x8c\xae\x21\xee\xff\x8f\xa3\x90\xf1\x51\xe7\x2b\xe4\xdd\x9b\x0d\x49\xc3\xa7\x3e\xcf\x55\x3e\xcc\x9e\xd9\x52\xe2\x82\xd8\x4a\xa8\x72\x00\x39\x0e\x1c\x6a\x5a\x55\x8a\xa5\xc4\x11\x83\xe1\x5b\x1c\x45\x64\x98\xb2\x2c\x27\xa1\x55\x22\xf8\x04\x16\x64\x84\x2a\x2f\x81\xd5\xba\x55\x34\x81\x2f\xf7\x62\xf3\xe6\xff\x14\xb6\x51\x04\x00\x20\x91\xa0\xd2\x92\xa3\x79\xc2\x62\x02\xac\xa5\x2a\x19\xf2\xcd\xba\x3f\x9f\x1b\x34\xcc\x41\xda\xcb\x31\x89\xec\xab\xa0\x8a\x1b\xb6\x4e\xe1\xe2\xb4\xec\x43\x07\x7c\x68\xf4\xca\x5a\x49\x87\x3e\x67\x91\x7a\x57\xb3\x17\x57\xe1\x01\x1a\x83\x0d\x33\x98\xb0\x3c\xf7\x4a\x3a\x8c\x3b\x6d\x8c\x5e\xbf\x30\xd9\x62\x0a\x17\xef\x7c\xcc\xa9\x83\xf0\x59\x94\x45\xd6\x2b\x84\x29\x84\xfa\xcc\x92\x36\xac\xc4\x6c\xd9\x21\xdc\xfc\x0d\xe5\x6f\x13\x37\xa3\x09\x9c\x8b\x2f\x3c\x85\x47\x46\x55\xda\x13\x76\xdf\xed\x2d\x34\x4c\x89\x3c\x89\x07\xd9\x20\x2c\x28\x4d\x60\xd9\x2b\x72\x60\x04\xb6\xc1\x5c\x14\x02\x39\x34\x8c\xaa\x38\x8d\xc6\xa2\xf7\x6e\xff\x46\xf3\x9f\x4e\x61\x2f\xe6\x3a\x80\x5c\x17\xfb\x78\x17\x3e\x27\xe0\xbd\x6e\x25\xef\x78\xfb\xa6\xe0\xca\x80\xba\x0d\xee\x18\x82\xc1\x02\x0d\xaa\x1c\x63\x8f\xb1\xf3\x3a\x70\x83\x79\x4b\x38\x18\xa5\x5b\x21\xd9\x59\x79\xc7\x24\x53\x39\xc2\xf4\x68\xbc\x59\x89\xe4\xcd\x0e\x9b\x10\x12\x93\x81\x37\xa2\x08\xb7\x00\x37\xd3\x23\xb8\x6d\x34\x12\x71\x84\x9d\x1b\x64\x84\x73\xcd\x71\x86\x12\x4b\x46\xda\x24\x4a\x73\x7c\x98\x4d\x40\xf0\x74\x5c\xeb\xb8\x5a\x62\x2b\x34\x8f\x46\x6f\xbe\x9f\x32\xf5\x6e\x1c\x90\x8e\xea\x07\xb5\x19\xf7\x49\x38\x47\xef\xb7\x4d\xf6\xc7\x1c\x84\x5c\xfd\xe4\xd7\xc4\x59\xd1\xa3\x7f\x12\x4a\xd4\x6d\xed\x42\xf8\x84\xdf\x5a\x61\xb0\x46\x45\x49\x3a\xe8\xba\x03\x94\x16\x9d\x3d\x49\xd2\xe3\x8e\xfc\x49\x9d\x63\xa3\xd5\xca\x96\xfb\xc8\xaf\xad\xe3\xd8\x68\x2b\x28\x6c\xd0\xcd\xd5\x18\x64\x1d\x76\xee\x54\xd6\xb8\xfd\xb1\x45\xff\xe2\x78\xb6\x23\x1a\xe1\xc6\xe6\x9a\x00\x95\x6e\xcb\xca\x1f\x96\x05\xd2\x9e\xe2\x7f\xf1\xe1\x2e\x77\xe1\xba\x76\xd1\x8f\x00\x00\x00\xff\xff\xff\xca\xcc\xa6\xcd\x06\x00\x00" +var _lockedtokensDelegatorRegister_delegatorCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xe4\x54\xb1\x6e\xdb\x30\x10\xdd\xf5\x15\x57\x0d\x81\x04\x24\xca\x52\x74\x30\xe2\x06\x4d\x8d\xa0\x01\x5a\x37\x88\xd3\x74\xa6\xc5\x93\x44\x98\x22\x55\xf2\x14\xbb\x30\xfc\xef\x05\x45\xca\x96\x6c\xb8\xed\xd2\xa9\x5a\x0c\xf0\xf8\xde\xbd\xf7\x78\x67\x51\x37\xda\x10\xc4\xf7\x52\xaf\x9f\xf5\x0a\x55\x1c\xf5\x47\x9f\x75\xbe\x42\xde\x1d\xda\xc3\xa9\xbb\xf8\x30\x7b\x66\x4b\x89\x0b\x62\x2b\xa1\xca\x41\xad\x55\xa5\x58\x4a\x0c\x44\x11\x19\xa6\x2c\xcb\x49\x68\x95\x08\x3e\x81\x05\x19\xa1\xca\x4b\x60\xb5\x6e\x15\x4d\xe0\xdb\xbd\xd8\xbc\x7b\x9b\xc2\x36\x8a\x00\x00\x24\x12\x54\x5a\x72\x34\x4f\x58\x4c\x80\xb5\x54\x25\x43\x11\x59\xf7\xf3\xb5\x41\xc3\x1c\xa5\xbd\x84\x51\xc3\xec\xbb\xa0\x8a\x1b\xb6\x4e\xe1\xe2\x14\xf6\xa9\x23\x3e\x34\x7a\x65\xad\xa4\x43\x9f\xb3\x4c\xfb\x60\xb2\x17\x87\xf0\x04\x8d\xc1\x86\x19\x4c\x58\x9e\x7b\x27\x1d\xc7\x9d\x36\x46\xaf\x5f\x98\x6c\x31\x85\x8b\x0f\xbe\xe6\xdc\x41\xf8\x2c\xca\x22\xdb\x3b\x84\x29\x04\x7c\x66\x49\x1b\x56\x62\xb6\xec\x18\x6e\xfe\x85\xf3\xf7\x49\x61\x74\x3d\x81\x73\xf5\x85\x97\xf0\xc8\xa8\x4a\xf7\x82\xdd\x77\x7b\x0b\x0d\x53\x22\x4f\xe2\xc1\x6d\x10\x16\x94\x26\xb0\xec\x15\x39\x30\x02\xdb\x60\x2e\x0a\x81\x1c\x1a\x46\x55\x9c\x46\x63\xd3\x7d\xda\x7f\xf0\xfc\xb7\xaf\xd0\x9b\xb9\x0e\x24\xd7\x45\x5f\xef\xca\xe7\x0c\x7c\xd4\xad\xe4\x9d\x6e\xdf\x14\x1c\x0c\xc8\xe1\xfc\x3c\x80\xc1\x02\x0d\xaa\x1c\x63\xcf\xb1\xf3\x3e\x70\x83\x79\x4b\x38\x78\x4a\x37\x42\xb2\x8b\xf2\x8e\x49\xa6\x72\x84\xe9\xd1\xf3\x66\x25\x92\x0f\x3b\x4c\x42\xb8\x98\x0c\xb2\x11\x45\xd8\x05\xb8\x99\x1e\xd1\x6d\xa3\x91\x89\x23\xee\xdc\x20\x23\x9c\x6b\x8e\x33\x94\x58\x32\xd2\x26\x51\x9a\xe3\xc3\x6c\x02\x82\xa7\x63\xac\xd3\x6a\x89\xad\xd0\x3c\x1a\xbd\xf9\x79\xaa\xd4\xa7\x71\x60\x3a\xc2\x0f\xb0\x19\xf7\x97\x70\x8e\x3e\x6f\x9b\xf4\xcb\x1c\x8c\x5c\xc1\xe9\x3f\x84\x8b\x62\xcf\xfe\x45\x28\x51\xb7\xb5\x2b\xe1\x13\xfe\x68\x85\xc1\x1a\x15\x25\xe9\xa0\xeb\x0e\x50\x5a\x74\xf1\x24\xc9\x9e\x77\x94\x4f\xea\x12\x1b\x8d\x56\xb6\xec\x2b\xbf\x8f\x8e\x63\xa3\xad\xa0\x30\x41\x37\x57\x63\x92\x75\x98\xb9\x53\x5b\xe3\xf6\xc7\x11\xfd\x8f\xcf\xb3\x1d\xc9\x08\x3b\x36\xd7\x04\xa8\x74\x5b\x56\x7e\xb1\x2c\x90\xf6\x12\xdf\xc4\x87\xbd\xdc\x85\xed\xda\x45\xbf\x02\x00\x00\xff\xff\x67\xce\xb1\x3a\x81\x06\x00\x00" func lockedtokensDelegatorRegister_delegatorCdcBytes() ([]byte, error) { return bindataRead( @@ -4225,11 +4204,11 @@ func lockedtokensDelegatorRegister_delegatorCdc() (*asset, error) { } info := bindataFileInfo{name: "lockedTokens/delegator/register_delegator.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x28, 0xbb, 0xe3, 0x9f, 0x58, 0x2d, 0xa7, 0x68, 0x5e, 0x3e, 0x8b, 0x4a, 0xbe, 0x59, 0xab, 0xc6, 0xae, 0x8e, 0xfe, 0x37, 0xc, 0xdc, 0x3a, 0xc5, 0xb2, 0x4d, 0x34, 0x53, 0x6e, 0xef, 0x38, 0x69}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x87, 0x8c, 0xb7, 0xc5, 0x69, 0x6b, 0xca, 0x31, 0x72, 0x84, 0x4a, 0x2b, 0x57, 0xf8, 0xd2, 0x6a, 0x13, 0xb2, 0x49, 0x1b, 0x73, 0x65, 0x56, 0x9, 0x40, 0x6e, 0x60, 0xd5, 0x85, 0x5f, 0x94, 0xdb}} return a, nil } -var _lockedtokensDelegatorRequest_unstakingCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x52\xc1\x4e\xab\x50\x10\xdd\xf3\x15\x13\x16\x0d\x24\x2f\xac\x5e\xde\xa2\x79\xb5\xd1\x98\xc6\x85\xd1\x46\xad\xae\xa7\x30\xc0\x4d\xe9\x1d\x9c\x3b\xd8\x1a\xd3\x7f\x37\xe5\x52\x0a\x36\xb2\x19\x98\x39\x73\xce\x99\x13\xcc\xb6\x66\x51\xb8\xe7\x74\x43\xd9\x0b\x6f\xc8\x3a\xc8\x85\xb7\x10\x0e\x5b\x61\xd0\xe1\x16\x8d\x2d\xcc\xba\xa2\xb6\xdd\x01\x47\xbd\x30\x08\x54\xd0\x3a\x4c\xd5\xb0\x8d\x70\xcb\x8d\xd5\x29\xac\x16\x66\xff\xef\x6f\x0c\x5f\x01\x00\x40\x45\x0a\x96\x33\xba\xa5\x8a\x0a\x54\x96\xa5\xf0\xfe\x73\x3a\x72\x91\xf8\x8f\x87\x0b\x58\xd0\x52\xd4\x42\x35\x0a\x45\x98\xa6\x5e\x01\x1b\x2d\xa3\x1b\x16\xe1\xdd\x2b\x56\x0d\xc5\x30\xb9\xf6\xb3\x93\xea\x49\xb9\xe4\x2a\x23\x79\xa2\x1c\x66\xd0\xad\x27\x4e\x59\xb0\xa0\x64\xdd\x12\xfc\x6f\xc9\x46\x6e\xda\xf2\x58\x93\xe0\xf1\x2e\xf7\x67\x9c\x44\xf2\x66\xb4\xcc\x04\x77\x31\x4c\x2e\xd7\xee\x5a\xc1\xab\xe8\x18\xd7\x8f\x23\x07\xf3\x67\x6f\x61\x89\x5a\xc6\xbd\xdf\xe3\x33\x9f\x43\x8d\xd6\xa4\x51\x38\x40\x83\x71\x60\x59\xc1\xe1\x07\x65\x80\x0a\xae\xa6\xd4\xe4\x86\x32\xa8\x51\xcb\xf0\x4c\xd1\xbf\x38\xaa\xf2\xe4\x32\x76\x98\x9d\x13\xe9\xee\xef\x01\x91\xa7\x39\xf8\xcc\x69\x4f\x69\xa3\x34\x88\xf3\x17\xca\x44\xe8\xbd\x21\xa7\x2b\xeb\x14\x37\xc6\x16\xfd\x7f\xe0\xeb\x89\xf5\x10\x7c\x07\x00\x00\xff\xff\x6f\x65\xa9\x7e\x7f\x02\x00\x00" +var _lockedtokensDelegatorRequest_unstakingCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x92\x41\x4f\x83\x40\x10\x85\xef\xfc\x8a\x09\x87\x06\x12\xc3\xc9\x78\x68\xac\x8d\xc6\x34\x1e\x8c\x36\x6a\xf5\x3c\x85\x01\x36\xa5\x3b\x38\x3b\xd8\x1a\xd3\xff\x6e\xca\x16\x4a\x6d\xe4\xb2\xb0\x33\xf3\xbd\x79\x2f\x98\x75\xcd\xa2\x10\x3e\x72\xba\xa2\xec\x8d\x57\x64\x5d\x18\x74\xb7\xb3\xc6\x16\x66\x59\x51\x7b\x1f\x06\x81\x0a\x5a\x87\xa9\x1a\xb6\x11\xae\xb9\xb1\x3a\x86\xc5\xcc\x6c\xaf\x2e\x63\xf8\x09\x00\x00\x2a\x52\xb0\x9c\xd1\x3d\x55\x54\xa0\xb2\xcc\x85\xb7\xdf\x63\x18\xf2\x13\xff\xf1\x74\xd6\x16\xb4\x88\x5a\xa8\x46\xa1\x08\xd3\xd4\x2b\x60\xa3\x65\x74\xc7\x22\xbc\x79\xc7\xaa\xa1\x18\x46\xb7\xbe\xd6\xa9\x76\xca\x25\x57\x19\xc9\x0b\xe5\x30\x81\xc3\x78\xe2\x94\x05\x0b\x4a\x96\x2d\xe0\xba\x85\x9d\x6c\xd3\x1e\xcf\x35\x09\xee\x7d\xb9\x0b\x38\x71\x9d\x7c\x18\x2d\x33\xc1\x4d\x0c\xa3\xf3\xb1\x87\x56\xf0\x26\xca\x85\xd7\x7f\x4c\x0e\xea\xaf\x7e\x85\x39\x6a\x19\xf7\xfb\xee\x9f\xe9\x14\x6a\xb4\x26\x8d\xc2\x41\x37\x18\x07\x96\x15\x1c\x7e\x51\x06\xa8\xe0\x6a\x4a\x4d\x6e\x28\x83\x1a\xb5\x0c\x8f\x88\xfe\xc5\x51\x95\x27\xe7\xb1\xc3\xe4\x98\xc8\xc1\x7f\xdf\x10\x79\xcc\xce\x67\x4e\x5b\x4a\x1b\xa5\x41\x9c\xff\x20\x13\xa1\xcf\x86\x9c\x2e\xac\x53\x5c\x19\x5b\xf4\xff\x81\x3f\x3b\xea\x2e\xf8\x0d\x00\x00\xff\xff\x49\xdb\xf5\x6e\x5a\x02\x00\x00" func lockedtokensDelegatorRequest_unstakingCdcBytes() ([]byte, error) { return bindataRead( @@ -4245,11 +4224,11 @@ func lockedtokensDelegatorRequest_unstakingCdc() (*asset, error) { } info := bindataFileInfo{name: "lockedTokens/delegator/request_unstaking.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xde, 0x38, 0x26, 0x65, 0xbe, 0x12, 0x28, 0x9a, 0x64, 0x62, 0xf9, 0x85, 0x12, 0x94, 0xe3, 0xcb, 0x8c, 0xba, 0x20, 0x9b, 0x44, 0xed, 0x73, 0x7c, 0x4b, 0xa0, 0x91, 0x6c, 0x85, 0x78, 0x4d, 0x5b}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x5f, 0xbb, 0x43, 0xaa, 0x1, 0xf0, 0xb5, 0x1e, 0x51, 0x87, 0x12, 0xb, 0xa6, 0x43, 0x10, 0xc5, 0x40, 0xd7, 0x66, 0x98, 0xae, 0xac, 0xa0, 0xa3, 0x94, 0xec, 0x3d, 0x6, 0xb2, 0xf, 0xe5, 0x60}} return a, nil } -var _lockedtokensDelegatorWithdraw_rewarded_tokensCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x92\xcf\x6e\xa3\x30\x10\xc6\xef\x3c\xc5\x88\x43\x04\xd2\xae\x73\x59\xed\x21\x4a\x36\xda\x3f\x8a\xf6\x50\xa9\x51\xda\xa6\x67\x07\x86\x80\xe2\x78\xd0\x60\x42\xaa\x2a\xef\x5e\x81\x0d\x01\xda\x5c\x2a\x95\x8b\xc5\xcc\xf8\xf3\xef\x9b\x99\xec\x98\x13\x1b\xb8\xa3\xe8\x80\xf1\x23\x1d\x50\x17\x90\x30\x1d\xc1\xef\x87\x7c\xcf\xd5\xad\x14\x55\x4d\xc8\x15\x75\xff\xd7\x8a\x52\xef\xb3\x9d\xc2\x41\x55\x3f\xe6\x7b\x9e\x61\xa9\x0b\x19\x99\x8c\x74\x20\x8f\x54\x6a\x33\x83\xa7\x55\x76\xfe\xf9\x23\x84\x57\xcf\x03\x00\x50\x68\x20\x25\x15\x23\x6f\x30\x99\x81\x2c\x4d\x1a\xf4\x89\x44\x73\xdc\xe7\xc8\xb2\x96\x29\xbe\x0d\x1f\x16\xcf\x99\x49\x63\x96\x55\x08\x93\xf7\xd7\xfe\x37\xc2\xdd\x3b\x27\x59\x2a\xd3\x3c\x33\xe9\xfc\x88\x6d\x1d\xb4\x2c\x39\x63\x2e\x19\x03\x19\x45\x96\xb5\xa1\xf9\x43\xcc\x54\x6d\xa5\x2a\x31\x84\xc9\x6f\x9b\xab\xf9\xc1\x7d\x05\xaa\x44\x74\x1e\x60\x01\xee\xbe\x28\x0c\xb1\xdc\xa3\xd8\x35\x0a\xf3\xaf\xf0\xf6\x2b\xa8\x3b\x3f\x83\x5b\xf9\x07\x8b\xb0\x96\x26\x0d\x3b\xe0\xfa\x5b\x2e\x21\x97\x3a\x8b\x02\xff\x2f\x95\x2a\x06\x4d\x06\x2c\x27\x30\x26\xc8\xa8\x23\x04\x43\xd0\xd3\xf2\x43\x6f\xe8\xb9\xed\xe7\x6d\xcb\xe3\x3e\xb7\xb8\x53\x57\x37\x4d\xda\x7c\x93\xfe\x1c\xe2\x75\x57\x4f\xf5\x90\x7c\xab\x72\xb1\xb0\x78\xc6\xa8\x34\xd8\x1b\x57\xbd\x09\x31\x2a\xdc\x4b\x43\xbc\x66\x3a\xbf\xc0\x62\x34\x43\x87\xff\xaf\xad\x0a\x7a\xce\x87\x57\x45\xe5\x66\xb4\xc1\x4a\x72\xdc\x8e\xa0\xdb\x76\x7b\x86\x1f\xf7\x4d\xc4\x98\x53\x91\x19\xd7\x94\xf9\xf7\x11\x45\xab\x3d\x56\x6b\x0d\x5e\xbc\xb7\x00\x00\x00\xff\xff\x0e\x35\x51\xeb\xd6\x03\x00\x00" +var _lockedtokensDelegatorWithdraw_rewarded_tokensCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x92\x4f\x6b\xf3\x30\x0c\xc6\xef\xf9\x14\x22\x87\x92\xc0\xfb\xba\x97\xb1\x43\x69\x57\xf6\x87\xb2\xc3\x60\xa5\xdb\xba\xb3\x9b\x28\x4d\xa8\x6b\x05\xc5\x69\x3a\x46\xbf\xfb\x48\x1c\x87\x34\x5b\x2f\x83\xf9\x62\x90\xac\x47\xbf\x47\x72\xb6\xcf\x89\x0d\xf8\x4f\x14\xed\x30\x7e\xa5\x1d\xea\xc2\xf7\x5c\x74\xa1\xa8\x6a\x62\xbd\x50\xa9\xb7\xd9\x46\x61\x1b\xf6\x0c\x4b\x5d\xc8\xc8\x64\xa4\x03\xb9\xa7\x52\x9b\x09\xbc\x2d\xb2\xe3\xf5\x55\x08\x9f\x9e\x07\x00\xa0\xd0\x40\x4a\x2a\x46\x5e\x61\x32\x01\x59\x9a\x34\xe8\xf7\x13\xcd\xf5\x9c\x23\xcb\x5a\xa6\xf8\x07\x67\x4d\xc4\x7b\x66\xd2\x98\x65\x15\xc2\xe8\x7b\xd9\x63\x23\xdc\xf5\x39\xc8\x52\x99\xa6\xcd\xa8\x83\x17\xeb\x3a\x68\x59\x72\xc6\x5c\x32\x06\x32\x8a\x2c\x6b\x43\x73\x47\xcc\x54\xad\xa5\x2a\x31\x84\xd1\xad\xcd\xd5\xfc\xd0\x9e\x02\x55\x22\x3a\x0f\x30\x83\xb6\x5e\x14\x86\x58\x6e\x51\x6c\x1a\x85\xe9\x5f\x78\xbb\x09\x12\xa6\xfd\x04\x2e\xe5\x5f\x2c\xc2\x52\x9a\x34\xec\x80\xeb\x33\x9f\x43\x2e\x75\x16\x05\xfe\x3d\x95\x2a\x06\x4d\x06\x2c\x27\x30\x26\xc8\xa8\x23\x04\x43\xd0\xd3\xf2\x43\xef\xdc\xb3\x9b\xe7\x65\xcb\xc3\x39\x3b\xdc\x71\xfb\x6e\x9c\xb8\x7c\x93\xfe\x1d\x62\xd7\x03\x0e\xf5\x92\x7c\xab\x72\xb2\xb0\x78\xc4\xa8\x34\xd8\x5b\x57\xfd\x13\x62\x54\xb8\x95\x86\x78\xc9\x74\xfc\x80\xd9\x60\x87\x2d\xfe\x83\x7b\x15\xf4\x9c\x9f\x97\x8a\xaa\xdd\xd1\x0a\x2b\xc9\xb1\x5b\x41\xf7\xdb\xed\x1d\xfe\x3c\x37\x11\x63\x4e\x45\x66\xda\xa1\x4c\xff\x0f\x28\x9c\xf6\x50\xcd\x19\x3c\x79\x5f\x01\x00\x00\xff\xff\x97\xf5\xd3\xf9\xa2\x03\x00\x00" func lockedtokensDelegatorWithdraw_rewarded_tokensCdcBytes() ([]byte, error) { return bindataRead( @@ -4265,11 +4244,11 @@ func lockedtokensDelegatorWithdraw_rewarded_tokensCdc() (*asset, error) { } info := bindataFileInfo{name: "lockedTokens/delegator/withdraw_rewarded_tokens.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x94, 0x24, 0x6d, 0x9c, 0xe, 0x60, 0xf7, 0xf3, 0x2c, 0x32, 0x60, 0x16, 0x15, 0x5d, 0x1b, 0x7f, 0x82, 0x13, 0x92, 0x79, 0x2a, 0x26, 0x1f, 0xbd, 0xc6, 0x8e, 0x23, 0xe0, 0x48, 0x1c, 0x44, 0xdd}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xcc, 0xa5, 0x13, 0x27, 0xf2, 0x9d, 0xb3, 0xf5, 0x14, 0x95, 0x40, 0xb1, 0xa2, 0xe3, 0x3a, 0x95, 0x4c, 0xaf, 0x6, 0x37, 0x84, 0x3a, 0x9a, 0x9a, 0xda, 0x10, 0x8f, 0xaf, 0x6e, 0x73, 0x20, 0xc2}} return a, nil } -var _lockedtokensDelegatorWithdraw_rewarded_tokens_lockedCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x52\x4f\x6b\xa3\x50\x10\xbf\xfb\x29\x06\x0f\x41\x61\xf1\xb4\xec\x21\x6c\x36\x6c\x29\xa1\x87\xd2\x86\xf4\xdf\x79\xa2\x63\x7c\xc4\xbc\x91\x79\x63\x4d\x29\xf9\xee\x25\x3e\x35\xda\x50\x2f\x4f\xe7\xfd\xe6\xf7\x0f\xcd\xa1\x62\x51\xb8\xe7\x74\x4f\xd9\x33\xef\xc9\x3a\xc8\x85\x0f\x10\x8e\x47\x61\xd0\xe1\x56\xb5\xdd\x99\x6d\x49\xed\xb8\x03\x4e\x66\x61\x10\xa8\xa0\x75\x98\xaa\x61\x1b\xe1\x81\x6b\xab\x73\x78\x59\x99\xe3\x9f\xdf\x31\x7c\x06\x00\x00\x25\x29\x58\xce\xe8\x96\x4a\xda\xa1\xb2\xac\x85\x8f\x1f\xf3\x89\x8b\xc4\x7f\x3c\x5c\xc1\x82\x96\xa2\x12\xaa\x50\x28\xc2\x34\xf5\x0a\x58\x6b\x11\xdd\xb0\x08\x37\xaf\x58\xd6\x14\xc3\xec\xbf\xbf\xeb\x55\x7b\xe5\x82\xcb\x8c\x64\x43\x39\x2c\xa0\x5b\x4f\x9c\xb2\xe0\x8e\x92\x6d\x4b\xf0\xb7\x25\x9b\xb8\x69\x8f\xc7\x8a\x04\xcf\xb9\xdc\xaf\x69\x13\xc9\x9b\xd1\x22\x13\x6c\x62\x98\x5d\xaf\xdd\xb5\x82\xff\xa2\x73\x5d\xdf\x42\x8e\xee\x9f\xbc\x85\x35\x6a\x11\x0f\x7e\xcf\xcf\x72\x09\x15\x5a\x93\x46\xe1\x08\x0d\xc6\x81\x65\x05\x87\xef\x94\x01\x2a\xb8\x8a\x52\x93\x1b\xca\xa0\x42\x2d\xc2\x0b\xc5\xf0\xe2\xa8\xcc\x93\xeb\xda\x61\x71\x69\xa4\xcb\x3f\x00\x22\x4f\x73\xf2\x9d\xd3\x91\xd2\x5a\x69\x54\xe7\x0f\x94\x49\xd3\xd5\xb1\xa1\x06\x25\xeb\xd3\x0e\x7f\x83\x3f\x7b\xee\x53\xf0\x15\x00\x00\xff\xff\x8b\x3c\x89\xa1\x85\x02\x00\x00" +var _lockedtokensDelegatorWithdraw_rewarded_tokens_lockedCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x92\x4f\x6f\xa3\x40\x0c\xc5\xef\x7c\x0a\x8b\x43\x04\xd2\x8a\xd3\x6a\x0f\xd1\x66\xa3\xad\xaa\xa8\x87\xaa\x8d\xd2\x7f\x67\x07\x4c\x18\x85\x8c\x47\x1e\x53\x52\x55\xf9\xee\x55\x98\x40\x48\xa3\x72\x19\x18\xdb\xbf\xe7\xf7\x84\xd9\x39\x16\x85\xf8\x9e\xf3\x2d\x15\xcf\xbc\x25\xeb\xe3\xa8\xbf\x5d\x34\x76\x63\xd6\x35\x75\xf7\x71\x14\xa9\xa0\xf5\x98\xab\x61\x9b\xe0\x8e\x1b\xab\x53\x78\x59\x98\xfd\x9f\xdf\x29\x7c\x46\x00\x00\x35\x29\x58\x2e\xe8\x96\x6a\xda\xa0\xb2\x2c\x85\xf7\x1f\x53\x18\xf3\xb3\xf0\xf1\x70\xd5\x16\x75\x08\x27\xe4\x50\x28\xc1\x3c\x0f\x0a\xd8\x68\x95\xdc\xb0\x08\xb7\xaf\x58\x37\x94\xc2\xe4\x7f\xa8\xf5\xaa\xbd\x72\xc5\x75\x41\xb2\xa2\x12\x66\x70\x1a\xcf\xbc\xb2\xe0\x86\xb2\x75\x07\xf8\xdb\xc1\x2e\xb6\xe9\x8e\x47\x47\x82\x47\x5f\xfe\x17\x5c\xb8\xce\xde\x8c\x56\x85\x60\x9b\xc2\xe4\x7a\xec\xae\x13\xfc\x97\x94\xc2\xbb\x6f\x26\x47\xf5\xa7\xb0\xc2\x12\xb5\x4a\x87\x7d\x8f\xcf\x7c\x0e\x0e\xad\xc9\x93\x78\xd4\x0d\xc6\x83\x65\x05\x8f\xef\x54\x00\x2a\x78\x47\xb9\x29\x0d\x15\xe0\x50\xab\xf8\x8c\x18\x5e\x3c\xd5\x65\x76\x1d\x3b\xcc\xce\x89\x9c\xfc\x0f\x0d\x49\xc0\x1c\x42\xe6\xb4\xa7\xbc\x51\x1a\xc5\xf9\x03\x32\x6b\x4f\x71\xac\xa8\x45\x29\x7a\xb7\xc3\xdf\x10\xce\x9e\x7d\x88\xbe\x02\x00\x00\xff\xff\xbf\x7f\x76\x42\x60\x02\x00\x00" func lockedtokensDelegatorWithdraw_rewarded_tokens_lockedCdcBytes() ([]byte, error) { return bindataRead( @@ -4285,11 +4264,11 @@ func lockedtokensDelegatorWithdraw_rewarded_tokens_lockedCdc() (*asset, error) { } info := bindataFileInfo{name: "lockedTokens/delegator/withdraw_rewarded_tokens_locked.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x92, 0xbe, 0x82, 0xa7, 0xde, 0x1f, 0xfd, 0xc2, 0x7d, 0x57, 0x2, 0xd5, 0x9d, 0xb0, 0x5e, 0xde, 0xad, 0x51, 0xee, 0xe9, 0x0, 0x5b, 0x77, 0xbf, 0xff, 0xbc, 0x87, 0xf0, 0x16, 0x44, 0x76, 0x94}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x27, 0x9a, 0x4, 0xf1, 0x5d, 0xe5, 0x4a, 0xbb, 0x9c, 0x3e, 0xf6, 0x75, 0xc3, 0xd9, 0x1c, 0xc1, 0x4f, 0x1c, 0x47, 0x59, 0x66, 0x22, 0x63, 0x20, 0xdf, 0x86, 0x1, 0x7a, 0x2, 0xb5, 0x74, 0xec}} return a, nil } -var _lockedtokensDelegatorWithdraw_unstaked_tokensCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x52\x4d\x4f\xb3\x40\x10\xbe\xf3\x2b\x26\x1c\x1a\x48\xde\x70\x7a\xe3\xa1\xb1\x36\x1a\xd3\x78\x30\xda\xa8\xd5\xf3\x74\x19\xca\xa6\x74\x67\xb3\x3b\xd8\x1a\xd3\xff\x6e\xca\x52\x0a\x12\xb9\x2c\xcc\x3e\xf3\x7c\x05\xbd\xb3\xec\x04\x1e\x59\x6d\x29\x7f\xe3\x2d\x19\x0f\x85\xe3\x1d\xc4\xfd\x51\x1c\xb5\xb8\x45\x6d\x36\x7a\x5d\x51\x33\x6e\x81\x83\x59\x1c\x45\xe2\xd0\x78\x54\xa2\xd9\x24\xb8\xe3\xda\xc8\x14\x56\x0b\x7d\xb8\xfa\x9f\xc2\x77\x04\x00\x50\x91\x80\xe1\x9c\xee\xa9\xa2\x0d\x0a\xbb\xa5\xe3\xc3\xd7\x74\xe0\x22\x0b\x1f\x4f\x23\x58\xd4\x50\x58\x47\x16\x1d\x25\xa8\x54\x50\xc0\x5a\xca\xe4\x8e\x9d\xe3\xfd\x3b\x56\x35\xa5\x30\xb9\x0d\x77\x67\xd5\xb3\x72\xc9\x55\x4e\xee\x85\x0a\x98\x41\xbb\x9e\x79\x61\x87\x1b\xca\xd6\x0d\xc1\x75\x43\x36\x70\xd3\x1c\xcf\x96\x1c\x9e\x72\xf9\x7f\xc3\x26\xb2\x0f\x2d\x65\xee\x70\x9f\xc2\x64\xbc\xf6\xd0\x08\xde\x24\xa7\xba\x7e\x85\xec\xdd\xbf\x06\x0b\x4b\x94\x32\xed\xfc\x9e\x9e\xf9\x1c\x2c\x1a\xad\x92\xb8\x87\x06\xed\xc1\xb0\x80\xc7\x4f\xca\x01\x05\xbc\x25\xa5\x0b\x4d\x39\x58\x94\x32\xbe\x50\x74\x2f\x9e\xaa\x22\x1b\xd7\x0e\xb3\x4b\x23\x6d\xfe\x0e\x90\x04\x9a\x63\xe8\x9c\x0e\xa4\x6a\xa1\x5e\x9d\x7f\x50\x66\xfb\xb6\x8e\x95\xf1\x82\x5d\xda\xee\x6f\x08\xe7\x99\xfb\x18\xfd\x04\x00\x00\xff\xff\xa4\x08\x39\x8f\x85\x02\x00\x00" +var _lockedtokensDelegatorWithdraw_unstaked_tokensCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x92\x41\x4b\xfb\x40\x10\xc5\xef\xf9\x14\x43\x0e\x25\x81\x3f\x39\xfd\xf1\x50\xac\x45\x91\xe2\x41\xb4\xa8\xd5\xf3\x34\x99\x34\x4b\xd3\x9d\x65\x76\x62\x2b\xd2\xef\x2e\xcd\x36\x69\x6a\x31\x97\x4d\x76\x66\x7e\x6f\xde\x23\x66\xe3\x58\x14\xe2\x47\xce\xd7\x54\xbc\xf1\x9a\xac\x8f\xa3\xee\x76\xd6\xd8\x95\x59\xd6\xd4\xde\xc7\x51\xa4\x82\xd6\x63\xae\x86\x6d\x82\x1b\x6e\xac\x8e\x61\x31\x33\xbb\xab\xff\x29\x7c\x47\x00\x00\x35\x29\x58\x2e\xe8\x9e\x6a\x5a\xa1\xb2\xcc\x85\x77\x5f\x63\x18\xf2\xb3\xf0\xf1\x74\xd1\x16\xb5\x08\x27\xe4\x50\x28\xc1\x3c\x0f\x0a\xd8\x68\x95\xdc\xb1\x08\x6f\xdf\xb1\x6e\x28\x85\xd1\x6d\xa8\x75\xaa\x9d\x72\xc5\x75\x41\xf2\x42\x25\x4c\xe0\x38\x9e\x79\x65\xc1\x15\x65\xcb\x16\x70\xdd\xc2\xce\xb6\x69\x8f\x67\x47\x82\x07\x5f\xfe\x1f\x9c\xb9\xce\x3e\x8c\x56\x85\xe0\x36\x85\xd1\xe5\xd8\x43\x2b\x78\x93\x94\xc2\x9b\x5f\x26\x07\xf5\xd7\xb0\xc2\x1c\xb5\x4a\xfb\x7d\x0f\xcf\x74\x0a\x0e\xad\xc9\x93\x78\xd0\x0d\xc6\x83\x65\x05\x8f\x9f\x54\x00\x2a\x78\x47\xb9\x29\x0d\x15\xe0\x50\xab\xf8\x84\xe8\x5f\x3c\xd5\x65\x76\x19\x3b\x4c\x4e\x89\x1c\xfd\xf7\x0d\x49\xc0\xec\x43\xe6\xb4\xa3\xbc\x51\x1a\xc4\xf9\x07\x32\xdb\x1e\xe3\x58\x58\xaf\xd8\xbb\xed\xff\x86\x70\x76\xec\x7d\xf4\x13\x00\x00\xff\xff\x90\x4b\xc6\x6c\x60\x02\x00\x00" func lockedtokensDelegatorWithdraw_unstaked_tokensCdcBytes() ([]byte, error) { return bindataRead( @@ -4305,11 +4284,11 @@ func lockedtokensDelegatorWithdraw_unstaked_tokensCdc() (*asset, error) { } info := bindataFileInfo{name: "lockedTokens/delegator/withdraw_unstaked_tokens.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x97, 0xad, 0xe8, 0x0, 0x2f, 0x41, 0x5f, 0x1e, 0x2a, 0x37, 0x13, 0xff, 0x4f, 0xde, 0x3f, 0xe4, 0xaf, 0x70, 0x62, 0x1d, 0x9d, 0xbb, 0x53, 0x40, 0x87, 0x7e, 0xed, 0xc8, 0x1b, 0x46, 0xaf, 0xab}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x11, 0xe4, 0xa2, 0x36, 0xa0, 0xd3, 0x4f, 0xcf, 0x9, 0x8f, 0xec, 0xf3, 0x86, 0x38, 0x45, 0xd9, 0xda, 0x5e, 0x9c, 0x1e, 0x28, 0x7f, 0x36, 0x37, 0xc2, 0xac, 0x61, 0x78, 0x3, 0x9a, 0x4a, 0x53}} return a, nil } -var _lockedtokensStakerGet_node_idCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8f\xcd\x4e\xc3\x30\x10\x84\xef\x7e\x8a\x21\x07\x94\x5c\xf2\x00\x15\x50\x55\x70\xa0\x52\x85\x2a\xe0\x05\x1c\x7b\x13\xac\x3a\xde\x68\xbd\x16\x07\xc4\xbb\xa3\x26\x50\xca\xcf\x5e\x2c\x8d\x66\xbe\xf1\x84\x71\x62\x51\xec\xd8\x1d\xc8\x3f\xf3\x81\x52\x46\x2f\x3c\xa2\x3a\x97\x2a\x63\xac\x73\x94\x73\x6d\x63\x6c\xd0\x97\x84\xd1\x86\x54\x5b\xe7\xb8\x24\x5d\x61\xe3\xbd\x50\xce\xcd\x0a\x4f\x2a\x21\x0d\x78\x33\x06\x00\x22\x29\xe2\x0c\xda\x2c\xd6\x6d\xea\xf9\x91\x7a\x5c\x63\x20\xfd\xd4\xbe\x30\xcd\x1c\x39\x5e\xeb\xec\x64\xbb\x10\x83\x06\xca\x6d\xc7\x22\xfc\x7a\x75\x79\xfe\xa3\x76\x7e\xee\x39\x7a\x92\x9b\xfa\x14\x3c\xde\x0f\xdb\xee\x77\xf9\xbe\x74\x31\xb8\xbd\xd5\x97\x53\xe8\xbb\x77\xbd\xc6\x64\x53\x70\x75\x75\xcb\x25\x7a\x24\x56\x2c\xed\xb0\x10\xea\x49\x28\x39\x82\x32\xa6\x19\x83\x3f\xf8\xaa\x59\x86\x0b\x69\x91\xf4\xef\xf6\x76\x20\x7d\x60\x4f\xdb\xbb\xba\xb9\x30\xef\xe6\x23\x00\x00\xff\xff\x0f\x71\x7a\xf7\x83\x01\x00\x00" +var _lockedtokensStakerGet_node_idCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8f\xcf\x4e\xf3\x30\x10\xc4\xef\x7e\x8a\xf9\x72\xf8\x94\x5c\xf2\x00\x15\x50\x55\x70\xa0\x52\x85\x2a\xe0\x05\x1c\x7b\x13\xac\xba\xbb\xd1\x7a\x23\x0e\x88\x77\x47\x4d\xa0\xfc\x9d\x8b\x25\x6b\xe6\x37\x3b\xe9\x38\x8a\x1a\xaa\x9d\x84\x03\xc5\x47\x39\x10\x97\xca\x39\x1f\x02\x95\x52\xfb\x9c\x1b\xf4\x13\xe3\xe8\x13\xd7\x3e\x04\x99\xd8\x56\xd8\xc4\xa8\x54\x4a\xb3\xc2\x83\x69\xe2\x01\x2f\xce\x01\x40\x26\x43\x9e\x41\x9b\xc5\xba\xe5\x5e\xee\xa9\xc7\x25\x06\xb2\xf7\xbf\x0f\x4c\x33\x47\x4e\x6a\x83\x1f\x7d\x97\x72\xb2\x44\xa5\xed\x44\x55\x9e\x2f\xfe\x7f\xbd\xa8\x9d\x9f\x5b\xc9\x91\xf4\xaa\x3e\x07\x4f\xfa\x66\xdb\xfd\x2c\xdf\x4f\x5d\x4e\x61\xef\xed\xe9\x1c\xfa\xec\x5d\xaf\x31\x7a\x4e\xa1\xae\xae\x65\xca\x11\x2c\x86\xa5\x1d\x1e\x4a\x3d\x29\x71\x20\x98\x60\x9c\x31\xf8\x85\xaf\x9a\x65\xb8\x92\x4d\xca\x7f\x6e\x6f\x07\xb2\x3b\x89\xb4\xbd\xa9\x9b\x7f\xee\xd5\xbd\x05\x00\x00\xff\xff\xb2\x67\x4e\xb8\x71\x01\x00\x00" func lockedtokensStakerGet_node_idCdcBytes() ([]byte, error) { return bindataRead( @@ -4325,11 +4304,11 @@ func lockedtokensStakerGet_node_idCdc() (*asset, error) { } info := bindataFileInfo{name: "lockedTokens/staker/get_node_id.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xed, 0x84, 0xe, 0x5d, 0x19, 0x55, 0x83, 0xac, 0xfc, 0xd7, 0x38, 0x2e, 0x90, 0xd2, 0x96, 0x6, 0xf1, 0x2f, 0x3e, 0x2d, 0x2c, 0x94, 0x18, 0xed, 0x24, 0xeb, 0x46, 0x62, 0x19, 0xf7, 0xa4, 0x79}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x92, 0xe9, 0x6, 0x40, 0xb1, 0x50, 0xb, 0x25, 0xe1, 0x10, 0x1c, 0xb3, 0xde, 0xfc, 0x81, 0x82, 0x1e, 0xa0, 0xef, 0xc0, 0x6c, 0xdf, 0x4d, 0x2, 0x16, 0xb9, 0x58, 0xfd, 0x75, 0xf2, 0xdf, 0xe4}} return a, nil } -var _lockedtokensStakerGet_staker_infoCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x54\xc1\x8a\xdb\x30\x10\xbd\xeb\x2b\x86\x1c\x8a\x7d\xf1\xde\x43\x5d\x08\x98\xd2\x40\x29\xcb\x76\x6f\xcb\x1e\xc6\xd2\x38\x51\xa3\x68\x8c\x34\x66\x29\x21\xff\x5e\xe4\x38\x8e\xdd\x64\x9b\xb6\xba\x84\x48\xef\x3d\xbd\x79\x4f\xd8\xee\x5b\x0e\x02\x9f\x1d\xbf\xad\xab\x67\xac\x1d\x7d\x17\xdc\x59\xbf\x81\x26\xf0\x1e\x16\xd7\x07\x0b\x35\x70\xbe\xb2\xde\x91\x79\xe6\x1d\xf9\x38\xa0\xa7\x5b\x0b\xa5\x1e\x1e\xe0\x89\xa4\x0b\x3e\x02\x7a\xc0\x10\xf0\x27\x70\x03\xdf\xd8\xd0\xda\x37\x0c\x5c\xff\x20\x2d\x11\x64\x8b\x02\xb2\x25\x40\xad\xb9\xf3\x02\x9a\xbd\x04\x76\x31\x29\x58\x0f\x56\x22\x78\x0e\x7b\x74\x23\x02\xbd\x81\xb8\xc5\x40\xe6\xbc\xa5\x14\x6a\x4d\x31\x66\xe8\x5c\x0e\x4d\xe7\x61\x8f\xd6\x67\xc3\xe9\x12\x56\xc6\x04\x8a\x31\x5f\xc2\xcb\xf5\x50\xc5\xd9\xd3\x2b\x1c\x94\x02\x00\x70\x24\xe0\x87\xcd\x55\x72\x7e\x8f\x57\xc2\xcb\xeb\x85\xda\x76\xf5\x6a\xb0\x5a\xc2\x86\x64\xf8\x73\xb6\x93\x5f\x90\xdc\x8a\x65\x8f\x2e\x29\x25\x55\x0a\x4f\xd4\x40\x39\x51\xe8\xa1\x69\x15\x1a\x5b\xac\xad\xb3\x62\x29\x16\x35\x87\xc0\x6f\x1f\x3f\x1c\xde\xb1\x75\x12\x7b\xec\x6a\x67\xf5\xf1\x53\x36\xaa\xa4\xf5\x17\x94\x47\x94\xed\xc8\x19\xfc\xda\x66\xcc\x65\x6a\xf5\xf6\x08\x87\x91\x9d\x38\x36\x15\x5e\xbe\x77\x71\x8a\x30\xeb\xe3\xae\x96\x73\xf9\xc2\x9a\x7c\x14\x9a\x15\x52\x60\xdb\x92\x37\x59\x52\x3e\x41\x8e\xd7\xa9\x9e\x5e\xe4\x10\x64\xa2\xfe\x63\xb8\xd3\x17\x5d\xf4\x3f\x5f\xd8\x19\x0a\xbf\xe5\x39\x83\x5d\xdd\x79\x37\x50\x77\xdb\xe5\x1f\x87\xb8\xc4\x3b\x69\x65\x5d\x41\x79\x53\xad\xd8\x90\xf4\x41\x57\x59\x3e\xa1\xfe\x67\x3b\xeb\x2a\x9f\x49\xdc\xe9\xe5\xd4\xcd\xa4\xa1\xd0\x7f\x15\xe6\x34\x75\x54\xbf\x02\x00\x00\xff\xff\x2f\x27\xba\xbf\x8d\x04\x00\x00" +var _lockedtokensStakerGet_staker_infoCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x54\xc1\x8a\xdb\x30\x10\xbd\xeb\x2b\x86\x1c\x8a\x7d\xf1\xde\x43\x5d\x08\x98\xd2\x40\x29\xcb\x76\x6f\xcb\x1e\xc6\xd2\x38\x51\xa3\x68\x8c\x34\x66\x29\x21\xff\x5e\xe4\x38\x8e\xdd\x64\x9b\xb6\xba\x84\x48\xef\x3d\xbd\x79\x4f\xd8\xee\x5b\x0e\x02\x8b\xcf\x8e\xdf\xd6\xd5\x33\xd6\x8e\xbe\x0b\xee\xac\xdf\x2c\xd4\xf9\xec\x2b\xeb\x1d\x99\x67\xde\x91\x8f\x0b\xa5\x1e\x1e\xe0\x89\xa4\x0b\x3e\x02\x7a\xc0\x10\xf0\x27\x70\x03\xdf\xd8\xd0\xda\x37\x0c\x5c\xff\x20\x2d\x11\x64\x8b\x02\xb2\x25\x40\xad\xb9\xf3\x02\x9a\xbd\x04\x76\x31\x29\x58\x0f\x56\x22\x78\x0e\x7b\x74\x23\x02\xbd\x81\xb8\xc5\x40\xe6\xbc\xa5\x14\x6a\x4d\x31\x66\xe8\x5c\x0e\x4d\xe7\x61\x8f\xd6\x67\xc3\xe9\x12\x56\xc6\x04\x8a\x31\x5f\xc2\xcb\xf5\x08\xc5\xd9\xd3\x2b\x1c\x94\x02\x00\x70\x24\xe0\x87\xcd\x55\x72\x7e\x8f\x57\xc2\xcb\xeb\x85\xda\x76\xf5\x6a\xb0\x5a\xc2\x86\x64\xf8\x73\xb6\x93\x5f\x90\xdc\x8a\x65\x8f\x2e\x29\x25\x55\x0a\x4f\xd4\x40\x39\x51\xe8\xa1\x69\x15\x1a\x5b\xac\xad\xb3\x62\x29\x16\x35\x87\xc0\x6f\x1f\x3f\x1c\xde\xb1\x75\x12\x7b\xec\x6a\x67\xf5\xf1\x53\x36\xaa\xa4\xf5\x17\x94\x47\x94\xed\xc8\x19\xfc\xda\x66\xcc\x65\x6a\xf5\xf6\x08\x87\x91\x9d\x38\x36\x15\x5e\xbe\x77\x71\x8a\x30\xeb\xe3\xae\x96\x73\xf9\xc2\x9a\x7c\x14\x9a\x15\x52\x60\xdb\x92\x37\x59\x52\x3e\x41\x8e\xd7\xa9\x9e\x5e\xe4\x10\x64\xa2\xfe\x63\xb8\xd3\x17\x5d\xf4\x3f\x5f\xd8\x19\x0a\xbf\xe5\x39\x83\x5d\xdd\x79\x37\x50\x77\xdb\xe5\x1f\x87\xb8\xc4\x3b\x69\x65\x5d\x41\x79\x53\xad\xd8\x90\xf4\x41\x57\x59\x3e\xa1\xfe\x67\x3b\xeb\x2a\x9f\x49\xdc\xe9\xe5\xd4\xcd\xa4\xa1\xd0\x7f\x15\xe6\x34\x75\x54\xbf\x02\x00\x00\xff\xff\x57\x50\xae\x73\x63\x04\x00\x00" func lockedtokensStakerGet_staker_infoCdcBytes() ([]byte, error) { return bindataRead( @@ -4345,11 +4324,11 @@ func lockedtokensStakerGet_staker_infoCdc() (*asset, error) { } info := bindataFileInfo{name: "lockedTokens/staker/get_staker_info.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x12, 0x2d, 0x71, 0xfd, 0xfb, 0x2c, 0xe0, 0x95, 0x39, 0x71, 0xb4, 0xb2, 0xbe, 0x29, 0xf5, 0x53, 0xef, 0xa9, 0xc4, 0x22, 0x24, 0xed, 0x2b, 0x64, 0x26, 0xca, 0xb9, 0xaa, 0x28, 0xf8, 0xf4, 0xf9}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xad, 0xb1, 0x4, 0x3, 0x64, 0xf9, 0xa6, 0x1f, 0x98, 0x59, 0xd3, 0x9a, 0xcc, 0x75, 0xd2, 0x22, 0x81, 0x7c, 0xd4, 0xf2, 0x2c, 0xa7, 0x28, 0xee, 0x90, 0xfe, 0xde, 0xe6, 0xfe, 0x7b, 0xec, 0x66}} return a, nil } -var _lockedtokensStakerRegister_nodeCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x54\x51\x4f\xdb\x30\x10\x7e\xcf\xaf\xb8\xe5\x01\x25\x52\x09\x2f\xd3\x34\x45\x74\x08\x36\xa1\xa1\x4d\x0c\x8d\xc1\x9e\xdd\xe4\x92\x5a\x75\xed\xc8\xb9\xac\x45\x55\xff\xfb\xe4\xd8\x49\xec\x16\x36\x5e\xe8\x03\x49\xee\x3e\x7f\x77\xdf\xf9\x3b\xf8\xba\x51\x9a\xe0\x5a\xa8\xcd\x2f\xb5\x42\x09\x95\x56\x6b\x88\xc7\xef\x38\x1a\x10\x9d\xac\xf9\x42\x60\x80\xf2\x63\x23\xf2\xbb\x2a\x56\x58\xf6\xb1\xd6\x01\xfd\xd0\x88\xbb\x27\xb6\xe2\xb2\xbe\xd3\x6a\xfb\xe4\x70\x7e\x28\x8e\x22\xd2\x4c\xb6\xac\x20\xae\x64\xc2\xcb\x1c\xee\x49\x73\x59\xcf\x40\x2b\x81\x39\x3c\xdc\x48\xfa\x38\x03\x89\xb4\x51\xda\x1c\xbb\x2c\x4b\x8d\x6d\x3b\xe1\xa6\xd4\x37\x7c\x9a\xc2\xad\xad\x12\xc4\xd8\x5a\x75\x92\x72\x78\xb8\xe6\xdb\x0f\xef\x53\xd8\x45\x11\x00\x80\x40\x82\xa5\x12\x25\xea\x9f\x58\xe5\xc0\x3a\x5a\x26\xbe\x98\xac\x7f\xfc\x68\x50\x33\xd3\x65\x3b\x0b\xe7\x94\xfd\xe6\xb4\x2c\x35\xdb\xa4\x70\x72\x7c\xec\x6b\x4f\x3c\x15\xfa\xc3\x3a\x41\x53\x9d\x17\x99\xc6\xcb\xc9\x1e\xcd\x09\x4b\xd0\x68\x6c\x98\xc6\x84\x15\x85\x55\xd2\x73\x5c\x29\xad\xd5\xe6\x91\x89\x0e\x53\x38\xb9\xb4\x39\xa3\x0e\xdc\xaf\x45\x51\x65\xa3\x42\x98\x83\x3b\x9f\xb5\xa4\x34\xab\x31\x5b\xf4\x0c\xe7\x6f\xa1\xfc\x53\x62\x6e\x3d\x87\x97\xf2\xf7\xb6\x85\x3b\x46\xcb\x74\x6c\xd8\xfc\x2e\x2e\xa0\x61\x92\x17\x49\xfc\x59\x75\xa2\x04\xa9\x08\x6c\x9f\xa0\xb1\x02\x52\xe0\xb1\xc4\x69\x14\xaa\x1d\xc6\xfc\x1f\xb1\xaf\x1d\xff\xa0\xe2\xcc\x91\x9c\x55\x43\xbe\x4f\xbf\xba\x73\x73\x0c\xa8\xdf\xae\xbe\x43\x23\x05\x35\xca\x02\x63\xcb\xb1\xb7\x3a\x70\x8b\x45\x47\xe8\xdd\xa1\xf1\x8e\x54\x25\xde\xc8\x4a\xc1\x3c\xd8\xab\xec\xd6\xc5\x13\xaf\x8d\x1e\xfb\x25\x07\x5e\xce\xbc\xa8\x5d\x2a\xf3\xd7\x8f\x3e\xb3\x5d\x47\xa1\xe7\xf1\xfd\x7a\x05\x9f\x3e\xce\xdf\xc1\xe9\x7d\x04\x78\x77\x66\xd4\x89\xde\x21\x57\x4c\x30\x59\x20\xcc\x0f\x5c\x9b\xd5\x48\xd6\x43\xce\xe0\x0e\x98\x78\x2c\xbc\x72\x2b\x0e\xe7\xf3\x03\xba\x5d\x14\x5c\xd1\x01\x77\xa1\x91\x11\x9a\x31\x9a\xb9\xa2\x4e\x86\x49\xe7\xe3\xcc\xa7\xff\x1e\xf6\xe9\x95\xdd\x03\x8a\x16\x4d\xf5\x24\x71\xf5\x4f\xc3\xf2\xa9\x69\x28\xf0\x65\xb6\x18\x32\xff\xee\xac\xc4\x46\xb5\x9c\x9c\xfd\xce\x4f\x43\x92\x8d\x33\x6c\x12\xf6\x76\x54\x3e\x7d\x7b\xf5\xbb\xa0\x82\xf3\xff\xad\x22\x40\xa9\xba\x7a\x69\x4d\xdf\x9a\xb5\x35\x4e\xc0\x77\xf1\xb4\x33\xfb\xf1\xcd\xad\xc0\x3e\xfa\x1b\x00\x00\xff\xff\x8e\x3f\xa9\xa3\xb2\x06\x00\x00" +var _lockedtokensStakerRegister_nodeCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x54\x4d\x6f\xdb\x30\x0c\xbd\xfb\x57\x70\x3e\x14\x36\x90\xba\x97\x61\x18\x8c\x64\x45\xbb\xa1\x58\xb1\xa1\x2b\x96\xb5\x3b\x2b\x36\xed\x08\x51\x24\x43\xa2\x97\x14\x41\xfe\xfb\x20\x4b\xb1\xe5\xa4\xdd\x7a\xa9\x0f\xb1\xc2\x8f\x47\x3e\xea\xd1\x7c\xdd\x28\x4d\x10\xdf\x08\xb5\xf9\xa5\x56\x28\xe3\xa8\x37\xb5\xb2\xe6\x0b\x81\x47\xe6\xef\xaa\x58\x61\xd9\x19\xcd\x60\x9d\x13\x5b\x71\x59\xdf\x6b\xb5\x7d\x8a\xa3\x88\x34\x93\x86\x15\xc4\x95\x4c\x78\x99\xc3\x9c\x34\x97\xf5\x04\xb4\x12\x98\xc3\xc3\xad\xa4\x8f\x13\x90\x48\x1b\xa5\x6d\xda\x55\x59\x6a\x34\x66\x88\x1b\x5c\xdf\xf0\x69\x30\x1b\x57\x65\x64\x63\x6b\xd5\x4a\xca\xe1\xe1\x86\x6f\x3f\xbc\x4f\x61\x17\x45\x00\x00\x02\x09\x96\x4a\x94\xa8\x7f\x62\x95\x03\x6b\x69\x99\x84\xad\x67\xdd\xeb\x47\x83\x9a\xd9\x2e\xcd\x04\x46\x7c\xb3\xdf\x9c\x96\xa5\x66\x9b\x14\xce\x4e\xd3\xbe\x76\xc0\x43\xa1\x3f\xac\x15\x34\xd4\x79\x11\xa9\x9f\x72\xf6\x68\x33\x1c\x40\xa3\xb1\x61\x1a\x13\x56\x14\x8e\x49\x87\x71\xad\xb4\x56\x9b\x47\x26\x5a\x4c\xe1\xec\xca\xf9\x2c\x3b\xf0\x8f\x41\x51\x65\x3d\x43\x98\x81\xcf\xcf\x0c\x29\xcd\x6a\xcc\x16\x1d\xc2\xf4\x2d\x98\x7f\x4a\x2a\xad\xd6\x39\xbc\xe4\x9f\xbb\x16\xee\x19\x2d\xd3\xbe\x61\xfb\x5c\x5e\x42\xc3\x24\x2f\x92\xf8\xb3\x6a\x45\x09\x52\x11\xb8\x3e\x41\x63\x05\xa4\x20\x40\x89\xd3\x68\xcc\xf6\x30\xe6\xff\x90\x7d\xed\xf8\x0f\x2c\x2e\x3c\xc8\x45\x75\xf0\x77\xee\x57\x77\x6e\xd3\x80\x6c\x9e\x13\x82\xa5\x82\x1a\x65\x81\xb1\xc3\xd8\x3b\x1e\xb8\xc5\xa2\x25\x0c\xee\xd0\x6a\x47\xaa\x12\x6f\x65\xa5\x60\x06\xe1\x12\x65\x77\xde\x9e\x04\x6d\x74\xb1\x5f\x72\xe0\xe5\x24\xb0\xba\xa5\xb2\xbf\xa1\xf5\x99\xed\x3a\x31\x3d\x1f\xdf\xad\xd7\xe8\x6f\x18\x17\xee\xe0\x70\xee\x03\x82\x3b\xb3\xec\x44\xa7\x90\x6b\x26\x98\x2c\x10\x66\x47\xaa\xcd\x6a\x24\xa7\x21\x2f\x70\x1f\x98\x04\x28\xbc\xf2\x2b\x0e\xd3\xd9\x11\xdc\x2e\x1a\x5d\xd1\x11\x76\xa1\x91\x11\xda\x31\xda\xb9\xa2\x4e\x0e\x93\xce\xfb\x99\x0f\x5f\x0f\xf7\x0e\xca\xee\x01\x85\x41\x5b\x3d\x49\x7c\xfd\xf3\x71\xf9\xd4\x36\x34\xd2\x65\xb6\x38\x78\xfe\xdd\x59\x89\x8d\x32\x9c\xbc\xfc\xa6\xe7\x63\x90\x8d\x17\x6c\x32\xee\xed\xa4\x7c\xfa\xf6\xec\x77\xa3\x0a\x5e\xff\x77\x8a\x00\xa5\x6a\xeb\xa5\x13\xbd\xb1\x6b\x6b\x95\x80\xef\xe2\x61\x67\xf6\xfd\xc9\xaf\xc0\x3e\xfa\x1b\x00\x00\xff\xff\x4e\xc8\xca\x4f\x6c\x06\x00\x00" func lockedtokensStakerRegister_nodeCdcBytes() ([]byte, error) { return bindataRead( @@ -4365,11 +4344,11 @@ func lockedtokensStakerRegister_nodeCdc() (*asset, error) { } info := bindataFileInfo{name: "lockedTokens/staker/register_node.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xdb, 0x99, 0x9d, 0x62, 0xc7, 0xa4, 0x1f, 0xa9, 0x34, 0x1a, 0x76, 0xe, 0xd5, 0x14, 0x51, 0x9d, 0x15, 0xbc, 0xd1, 0x4, 0x50, 0x20, 0xe8, 0x57, 0xf2, 0xc4, 0xd8, 0xe, 0x23, 0x49, 0x96, 0xfe}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xd0, 0x36, 0xd6, 0x5b, 0x35, 0x26, 0x45, 0x50, 0x2d, 0xb2, 0xaa, 0x51, 0x5e, 0xa5, 0xe6, 0xef, 0x7d, 0xff, 0x50, 0xf0, 0x8e, 0x31, 0x7f, 0xf7, 0x90, 0x61, 0xa8, 0x44, 0xab, 0xb7, 0xc1, 0x87}} return a, nil } -var _lockedtokensStakerRequest_unstakingCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x92\x41\x4b\xc3\x40\x10\x85\xef\xf9\x15\x43\x0e\x25\x01\xc9\x49\x3c\x14\x6b\x51\xa1\x78\x10\x2c\xd6\xea\x79\x9a\x4c\x9a\x90\x74\x27\xce\xce\xd2\x8a\xf4\xbf\x4b\xb2\x31\x4d\x15\x8f\xee\x65\x61\xf6\xcd\x9b\x8f\xb7\x53\xee\x1a\x16\x85\x47\x4e\x2b\xca\x5e\xb8\x22\x63\x21\x17\xde\x41\x38\x2e\x85\x41\xaf\x5b\x29\x56\xa5\xd9\x2e\x85\x0f\x1f\xbd\x6e\x5c\x1a\x74\x0b\x67\xb6\xe5\xa6\xa6\xae\xbd\x17\x9e\xd5\xc2\x20\x50\x41\x63\x31\xd5\x92\x4d\x84\x3b\x76\x46\xa7\xb0\x5e\x94\x87\xab\xcb\x18\x3e\x83\x00\x00\xa0\x26\x85\x82\xeb\x8c\xe4\x99\xf2\x29\xa0\xd3\x22\x1a\x73\x25\xdd\xf5\xd4\x90\x60\x6b\x63\x2f\xce\x07\x27\x6f\xa5\x16\x99\xe0\x3e\x86\xc9\xef\xb6\x87\xce\xd8\x0f\x6a\x84\x1a\x14\x8a\x30\x4d\x3d\x48\x37\xea\x8e\x45\x78\xff\x8a\xb5\xa3\x18\x26\xb7\xfe\xad\x85\x83\xfe\x58\xaa\xf3\x64\x00\x84\x19\xf4\xfd\x89\x55\x16\xdc\x52\xb2\xe9\x1c\xae\xff\x03\xfc\x26\x6a\x63\x9d\xc2\x5f\xef\x2b\x8f\xb0\x44\x2d\xe2\x01\xb8\x3d\xf3\x39\x34\x68\xca\x34\x0a\xef\xd9\xd5\x19\x18\x56\xf0\x9c\x20\x94\x93\x90\x49\x09\x94\x61\xe4\x15\x7a\x87\xa3\x0f\x8b\x0e\x94\x3a\xa5\x51\x0e\xed\x3f\x59\xc5\x8a\xc4\x6f\xc6\xec\x47\x32\x7d\x0e\xab\x4e\x12\xc5\xc1\x29\xc0\x53\x53\x22\xf4\xee\xc8\xea\xda\x58\xbf\x51\xc3\x52\xf8\xfb\x1b\xe1\x18\x7c\x05\x00\x00\xff\xff\x8c\x90\x77\x98\xb4\x02\x00\x00" +var _lockedtokensStakerRequest_unstakingCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x92\x4f\x6b\xe3\x30\x10\xc5\xef\xfe\x14\x83\x0f\xc1\x86\xc5\xa7\x65\x0f\x61\xd3\xd0\x16\x42\x0f\x85\x86\xa6\x69\xcf\x13\x7b\x1c\x0b\x3b\x1a\x77\x34\x22\x29\x25\xdf\xbd\x58\xca\xbf\xb6\xf4\x58\x5d\x04\xd2\xcc\x7b\x3f\xde\x8c\xd9\xf4\x2c\x0a\xe9\x3d\x97\x2d\x55\x4f\xdc\x92\x75\x69\x72\x7c\x5d\x28\xb6\xc6\xae\xe7\xc2\xbb\xb7\xf3\xeb\xcc\xdb\xb5\x59\x75\x14\xaa\xd3\x24\x51\x41\xeb\xb0\x54\xc3\x36\xc3\x0d\x7b\xab\x63\x58\xce\xcc\xee\xdf\xdf\x1c\xde\x93\x04\x00\xa0\x23\x85\x86\xbb\x8a\xe4\x91\xea\x31\xa0\xd7\x26\xbb\xb4\x2c\xc2\xf5\xd0\x93\xe0\x20\xe3\xfe\xc0\x27\x93\xe2\xc5\x68\x53\x09\x6e\x73\x18\x7d\x6f\xbb\x0b\xc2\xd1\xa8\x17\xea\x51\x28\xc3\xb2\x8c\x20\xc1\xea\x86\x45\x78\xfb\x8c\x9d\xa7\x1c\x46\xd7\xf1\x6f\x80\x83\xc3\x71\xd4\xd5\xc5\x09\x10\x26\x70\xe8\x2f\x9c\xb2\xe0\x9a\x8a\x55\x50\xf8\xff\x1b\xe0\x57\x59\x2d\xbc\x19\xc3\x4f\xff\x8b\x88\x30\x47\x6d\xf2\x13\xf0\x70\xa6\x53\xe8\xd1\x9a\x32\x4b\x6f\xd9\x77\x15\x58\x56\x88\x9c\x20\x54\x93\x90\x2d\x09\x94\xe1\x42\x2b\x8d\x0a\xfb\x18\x16\xed\xa8\xf4\x4a\x17\x39\x0c\x73\x72\x8a\x2d\x49\x98\x39\x4c\xbe\x24\x73\xc8\x61\x11\x4a\xb2\x3c\x39\x07\x78\x6e\x2a\x84\x5e\x3d\x39\x5d\x5a\x17\xd7\xe7\xb4\x14\xf1\x3e\x22\xec\x93\x8f\x00\x00\x00\xff\xff\x72\x74\x6a\xa1\x7d\x02\x00\x00" func lockedtokensStakerRequest_unstakingCdcBytes() ([]byte, error) { return bindataRead( @@ -4385,11 +4364,11 @@ func lockedtokensStakerRequest_unstakingCdc() (*asset, error) { } info := bindataFileInfo{name: "lockedTokens/staker/request_unstaking.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x43, 0x96, 0xc0, 0xc3, 0xf5, 0xcd, 0xe1, 0xb9, 0xfa, 0x2f, 0x25, 0x5a, 0x6c, 0x3b, 0x3d, 0xc4, 0x1a, 0xa9, 0x3, 0x7c, 0x91, 0xfe, 0x22, 0x28, 0x3c, 0xb9, 0x98, 0x62, 0xb4, 0xd0, 0xb2, 0xbf}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xae, 0x2a, 0x24, 0xb1, 0x88, 0x4f, 0x15, 0xbd, 0x8, 0xd1, 0xa3, 0xf1, 0xd7, 0xa9, 0x43, 0xff, 0x4a, 0x37, 0xb7, 0x49, 0x55, 0x4a, 0x4c, 0x8f, 0xd5, 0x78, 0x60, 0x87, 0x8c, 0x20, 0x53, 0xfc}} return a, nil } -var _lockedtokensStakerStake_new_tokensCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x53\x4d\x8b\xdb\x30\x10\xbd\xfb\x57\x4c\x7d\x58\x6c\xe8\x7a\x2f\xa5\x87\x90\x74\xe9\x16\x96\x1e\xca\x76\x69\xda\xed\x59\xb1\xc7\x1f\x44\x91\x8c\x34\x6e\x52\x42\xfe\x7b\xd1\x87\x1d\xc9\x61\x69\x28\xd4\x17\x25\x9a\x37\x6f\xe6\xcd\x1b\x75\xbb\x5e\x2a\x82\x47\x2e\xf7\xdf\xe5\x16\x05\xd4\x4a\xee\x20\x9d\xfe\xa7\xc9\x88\x18\x44\xd3\x6d\x38\x46\xa8\xf0\x6e\x42\x7e\x91\xe5\x16\x2b\x7b\xa7\x3d\x30\xbc\x9a\x70\x6b\x62\xdb\x4e\x34\xcf\x4a\x1e\x7e\x7b\x5c\x78\x95\x26\x09\x29\x26\x34\x2b\xa9\x93\x22\x63\x3b\x39\x08\x5a\xc0\x8f\xc7\xee\xf0\xfe\x5d\x0e\xc7\x24\x01\x00\xe0\x48\xd0\x4a\x5e\xa1\xfa\x86\xf5\x02\xd8\x40\x6d\x16\x56\x2b\xec\xf1\xb5\x47\xc5\x0c\x8d\x7e\x1b\x0b\x29\x7e\x76\xd4\x56\x8a\xed\x73\xb8\xb9\x4c\xfb\x6c\x89\xcf\x85\x7e\xb1\x81\xd3\xb9\xce\xab\x4c\xd3\xf4\x8a\x17\x93\xe1\x08\x7a\x85\x3d\x53\x98\xb1\xb2\x74\x4a\x2c\xc7\x83\x54\x4a\xee\x5f\x18\x1f\x30\x87\x9b\x8f\x2e\x66\xd4\x81\xff\x34\xf2\xba\x98\x14\xc2\x0a\x7c\x7e\xa1\x49\x2a\xd6\x60\xb1\xb1\x0c\xcb\xff\xa1\xfc\x43\x66\x6c\x59\xc0\x6b\xf1\xb5\x6b\xe1\x99\x51\x9b\x4f\x0d\x9b\xef\xfe\x1e\x7a\x26\xba\x32\x4b\x3f\xc9\x81\x57\x20\x24\x81\xeb\x13\x14\xd6\xa8\x50\x94\x08\x24\x21\xe0\x4a\xf3\x24\xd6\x3c\x0e\xfb\x2f\x92\xaf\x35\x61\xd4\x72\xe7\x49\xee\xea\x31\x6e\xc3\x57\xf7\x6f\xd2\x80\xec\x23\xb0\x1d\x9e\x05\xa5\x8e\xe3\xe4\x74\xe0\x01\xcb\x81\x30\x70\xd2\x6c\x90\x26\xb6\x45\xe5\x56\x7e\x35\xf3\xd6\xcb\x5a\x5b\x48\x16\x8c\xc3\x24\x72\x6b\xc1\x03\xe3\xcc\x8c\xee\x22\xb5\x41\x72\x26\xf9\x0d\xf2\xc0\x90\xa5\xab\xc1\xbd\x21\x58\xae\x66\x74\xc7\x24\x52\x1f\x34\x59\xd8\xdf\x4f\xe8\x26\xa5\xa7\x57\xe8\xce\x80\xfd\x04\xc8\x35\x9a\x22\x99\x07\xc1\x6d\x5c\x25\x37\x75\x23\x67\x8b\xcd\x18\x99\x37\x10\x8b\xab\xb0\x97\xba\x23\x6f\xe0\xf2\x36\x26\xd9\x7b\xcb\x67\xbd\x5d\x94\xcf\xff\x59\x64\x98\x36\x17\x7c\x8c\xa2\x7e\x69\x9e\x24\x01\x0a\x39\x34\xad\xdb\x14\x6d\x76\xdd\x16\x79\x93\x9e\xe9\x4e\x7e\x5d\x4e\xc9\x9f\x00\x00\x00\xff\xff\x73\x2a\x82\xe7\x85\x05\x00\x00" +var _lockedtokensStakerStake_new_tokensCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x53\x4d\x6b\xdb\x40\x10\xbd\xeb\x57\x4c\x75\x08\x12\x34\xca\xa5\xf4\x60\xec\x86\xa6\x10\x7a\x28\x69\xa8\xdb\xf4\xbc\x96\x46\x1f\x78\xbd\x23\x76\x47\xb5\x8b\xf1\x7f\x2f\xfb\x61\x7d\x99\x50\x53\xa8\x2e\x12\x3b\x3b\x6f\xde\x9b\xf7\xd4\xec\x5a\xd2\x0c\xf1\xa3\xa4\xfd\x77\xda\xa2\x8a\xa3\xfe\xa8\x53\x55\xb3\x91\x38\x3b\xfe\x42\xf9\x16\x0b\x77\x68\x86\xd3\x35\x8b\x6d\xa3\xaa\x67\x4d\x87\xdf\x71\x14\xb1\x16\xca\x88\x9c\x1b\x52\x89\xd8\x51\xa7\x78\x01\x3f\x1e\x9b\xc3\xfb\x77\x29\x1c\xa3\x08\x00\x40\x22\x43\x4d\xb2\x40\xfd\x0d\xcb\x05\x88\x8e\xeb\x64\x8c\x9d\xb9\xd7\xd7\x16\xb5\xb0\x30\xe6\x2d\x4c\x08\x65\x3f\x1b\xae\x0b\x2d\xf6\x29\xdc\x5c\xb6\x7d\x76\xc0\xc3\xa0\x5f\xa2\x93\x3c\xcc\x79\x15\xa9\x5f\x43\xf6\x62\x3b\x3c\x40\xab\xb1\x15\x1a\x13\x91\xe7\x5e\x89\xc3\x78\x20\xad\x69\xff\x22\x64\x87\x29\xdc\x7c\xf4\x35\xab\x0e\xc2\x63\x50\x96\x59\xaf\x10\x56\x10\xfa\x33\xc3\xa4\x45\x85\xd9\xc6\x21\x2c\xff\x87\xf2\x0f\x49\xa9\x69\xb7\x80\xd7\xea\x6b\x4f\xe1\x59\x70\x9d\xf6\x84\xed\x73\x7f\x0f\xad\x50\x4d\x9e\xc4\x9f\xa8\x93\x05\x28\x62\xf0\x3c\x41\x63\x89\x1a\x55\x8e\xc0\x04\x23\xac\x38\x8d\xa6\x9a\xcf\xcb\xfe\x8b\xe4\x6b\x4d\x38\x6b\xb9\x0b\x20\x77\xe5\xb9\xee\xca\x57\xf3\xb7\x6d\xc0\xb6\xcf\xc7\x61\x10\x14\x7b\x8c\x93\xd7\x81\x07\xcc\x3b\xc6\x91\x93\x36\x41\x86\xc5\x16\xb5\xcb\x37\xac\x66\xde\x06\x59\x6b\x77\x25\x19\xad\xc3\x36\x4a\x67\xc1\x83\x90\xc2\xae\xee\xa2\xb5\x42\xf6\x26\x85\x04\x85\x8b\x63\x94\xa6\x04\xff\x0f\xc1\x72\x35\x83\x3b\x46\x13\xf5\x23\x92\x99\xfb\x7e\x42\xbf\x29\xd3\xff\x85\xfe\x3d\x42\x3f\x01\x4a\x83\x76\x48\x12\x2e\xc1\xed\x74\x4a\x6a\xe7\x4e\x9c\xcd\x36\xe7\xca\x9c\xc0\x54\x5c\x81\x2d\x99\x86\x83\x81\xcb\xdb\x29\xc8\x3e\x58\x3e\xe3\x76\x31\x3e\xfd\x67\x91\xe3\xb6\xb9\xe0\xe3\xa4\x1a\x42\xf3\x44\x0c\xa8\xa8\xab\x6a\x9f\x14\x63\xb3\xee\x86\xbc\x89\x07\xb8\x53\x88\xcb\x29\xfa\x13\x00\x00\xff\xff\xb2\xdc\x59\xe0\x3f\x05\x00\x00" func lockedtokensStakerStake_new_tokensCdcBytes() ([]byte, error) { return bindataRead( @@ -4405,11 +4384,11 @@ func lockedtokensStakerStake_new_tokensCdc() (*asset, error) { } info := bindataFileInfo{name: "lockedTokens/staker/stake_new_tokens.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xe1, 0x94, 0xa9, 0xe1, 0x94, 0x21, 0x96, 0x84, 0xaa, 0x9a, 0xa0, 0xb6, 0xdb, 0x1c, 0x29, 0x14, 0x18, 0x54, 0xdd, 0x63, 0xda, 0x32, 0x1c, 0xa8, 0xae, 0xbc, 0x10, 0x74, 0xb7, 0x33, 0xdf, 0x90}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xec, 0xaa, 0x29, 0x80, 0xde, 0x9d, 0xb7, 0x82, 0x6c, 0x74, 0x3e, 0x35, 0x92, 0xff, 0x18, 0xb8, 0x5e, 0x40, 0x44, 0xcb, 0x95, 0xcf, 0xd, 0x61, 0xdc, 0x39, 0x6f, 0x73, 0xb8, 0xf0, 0x64, 0x1}} return a, nil } -var _lockedtokensStakerStake_rewarded_tokensCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x92\x4f\x6b\x83\x40\x10\xc5\xef\x7e\x8a\xc1\x43\x50\x28\x9e\x4a\x0f\xa1\x69\x68\x0b\xa1\x87\x42\x43\xd2\x3f\xe7\x89\x8e\x71\xd1\xec\xc8\x38\x92\x94\x92\xef\x5e\xdc\x35\xc6\xb4\xf4\xd8\xbd\xac\xcc\xbe\x79\xf3\xf3\xed\x9a\x5d\xcd\xa2\xf0\xcc\x69\x49\xd9\x2b\x97\x64\x1b\xc8\x85\x77\x10\x8e\x4b\x61\xd0\xeb\xd6\x8a\xa5\xb1\xdb\xa5\xf0\xe1\xb3\xd7\x8d\x4b\x83\x6e\xd1\xda\xad\xd9\x54\xe4\xda\x7b\xe1\x45\x2d\x0c\x02\x15\xb4\x0d\xa6\x6a\xd8\x46\xb8\xe3\xd6\xea\x14\xde\x16\xe6\x70\x73\x1d\xc3\x57\x10\x00\x00\x54\xa4\x50\x70\x95\x91\xac\x28\x9f\x02\xb6\x5a\x44\x63\xae\xc4\x6d\x2f\x35\x09\x76\x36\xcd\xd5\xe5\xe0\xe4\xc3\x68\x91\x09\xee\x63\x98\xfc\x6e\x7b\x72\xc6\x7e\x50\x2d\x54\xa3\x50\x84\x69\xea\x41\xdc\xa8\x07\x16\xe1\xfd\x3b\x56\x2d\xc5\x30\xb9\xf7\x67\x1d\x1c\xf4\xab\xa1\x2a\x4f\x06\x40\x98\x41\xdf\x9f\x34\xca\x82\x5b\x4a\x36\xce\xe1\xf6\x3f\xc0\xef\xa2\x2e\xd6\x29\xfc\x75\xbe\xf6\x08\x4b\xd4\x22\x1e\x80\xbb\x35\x9f\x43\x8d\xd6\xa4\x51\xf8\xc8\x6d\x95\x81\x65\x05\xcf\x09\x42\x39\x09\xd9\x94\x40\x19\x46\x5e\xa1\x77\x38\xfa\xb0\xe8\x40\x69\xab\x34\xca\xa1\xbb\xa7\x46\xb1\x24\xf1\x2f\x63\xf6\x23\x99\x3e\x87\xb5\x93\x44\x71\x70\x0e\xf0\xdc\x94\xb8\xef\x15\xed\x51\xb2\xd3\xff\x0c\xef\xc2\xef\x27\x8a\x63\xf0\x1d\x00\x00\xff\xff\xd0\xbf\x36\xd9\xb7\x02\x00\x00" +var _lockedtokensStakerStake_rewarded_tokensCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x92\xcb\x6a\xf3\x30\x10\x85\xf7\x7a\x8a\xc1\x8b\x60\xc3\x8f\x57\x3f\x5d\x84\xa6\xa1\x2d\x84\x2e\x0a\x0d\x49\x2f\xeb\x89\x3c\x8e\x85\x1d\x8d\x19\x8f\x49\x4a\xc9\xbb\x17\x4b\xb9\xb5\xa5\xcb\x6a\x23\x23\xcd\x9c\xf3\xf9\x8c\xdc\xa6\x65\x51\x48\x1e\xd9\xd6\x54\x3c\x73\x4d\xbe\x4b\xcc\xf1\x74\xa9\x58\x3b\xbf\x9e\x0b\xef\xde\xcf\xa7\xb3\xde\xaf\xdd\xaa\xa1\x50\x9d\x18\xa3\x82\xbe\x43\xab\x8e\x7d\x8a\x1b\xee\xbd\x8e\xe1\x65\xe6\x76\x57\xff\x33\xf8\x30\x06\x00\xa0\x21\x85\x8a\x9b\x82\x64\x41\xe5\x18\xb0\xd7\x2a\xbd\xb4\xcc\xc3\xf6\xd4\x92\xe0\x20\xd3\xfd\x83\x2f\x26\xf9\x9b\xd3\xaa\x10\xdc\x66\x30\xfa\xd9\xf6\x10\x84\xa3\x51\x2b\xd4\xa2\x50\x8a\xd6\x46\x90\x60\x75\xc7\x22\xbc\x7d\xc5\xa6\xa7\x0c\x46\xb7\xf1\x6e\x80\x83\xc3\xea\xa8\x29\xf3\x13\x20\x4c\xe0\xd0\x9f\x77\xca\x82\x6b\xca\x57\x41\xe1\xfa\x2f\xc0\x6f\xd2\x52\x78\x33\x86\xdf\xee\x97\x11\x61\x8e\x5a\x65\x27\xe0\x61\x4d\xa7\xd0\xa2\x77\x36\x4d\xee\xb9\x6f\x0a\xf0\xac\x10\x39\x41\xa8\x24\x21\x6f\x09\x94\xe1\x42\x2b\x89\x0a\xfb\x18\x16\xed\xc8\xf6\x4a\x17\x39\x0c\x73\xea\x14\x6b\x92\x30\x73\x98\x7c\x4b\xe6\x90\xc3\x32\x94\xa4\x99\x39\x07\x78\x6e\xca\xc3\xf7\x82\xb6\x28\xc5\xf1\x7f\x4e\xef\x22\xee\x47\x8a\xbd\xf9\x0c\x00\x00\xff\xff\x02\xbb\x78\x3f\x80\x02\x00\x00" func lockedtokensStakerStake_rewarded_tokensCdcBytes() ([]byte, error) { return bindataRead( @@ -4425,11 +4404,11 @@ func lockedtokensStakerStake_rewarded_tokensCdc() (*asset, error) { } info := bindataFileInfo{name: "lockedTokens/staker/stake_rewarded_tokens.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xb4, 0xa0, 0x71, 0x36, 0x7, 0x30, 0xc6, 0x7b, 0x66, 0x12, 0xac, 0xed, 0xc2, 0xbc, 0x68, 0x9a, 0xe6, 0xbd, 0xa3, 0x1, 0xa2, 0x22, 0x15, 0xe4, 0xda, 0xdd, 0xae, 0xe4, 0x5c, 0xa2, 0x96, 0x31}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x70, 0x47, 0xfc, 0x71, 0xcb, 0x90, 0x85, 0xe2, 0x87, 0xf3, 0x1a, 0x29, 0x4c, 0x92, 0xa4, 0x75, 0xac, 0xd, 0x2e, 0x29, 0x15, 0x64, 0xb3, 0xc0, 0xd2, 0x3a, 0xee, 0x9c, 0xea, 0x14, 0x6f, 0x7d}} return a, nil } -var _lockedtokensStakerStake_unstaked_tokensCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x92\x41\x6b\xe3\x40\x0c\x85\xef\xfe\x15\xc2\x87\x60\xc3\xe2\xd3\xb2\x87\xb0\xd9\xb0\x2d\x84\x1e\x0a\x0d\x4d\xd3\x9e\x15\x5b\x8e\x07\x3b\x23\x23\xcb\x24\xa5\xe4\xbf\x17\xcf\x4c\x1d\xa7\xa5\xc7\xce\x45\x41\xf3\xf4\xf4\xe5\x79\xcc\xa1\x65\x51\xb8\xe7\xbc\xa6\xe2\x89\x6b\xb2\x1d\x94\xc2\x07\x88\xa7\xad\x38\x0a\xba\x8d\x62\x6d\xec\x7e\x2d\x7c\x7a\x0d\xba\x69\x6b\xd4\xad\x7a\xbb\x37\xbb\x86\xdc\x78\x10\x5e\xf5\xe2\x28\x52\x41\xdb\x61\xae\x86\x6d\x82\x07\xee\xad\xce\x61\xbb\x32\xa7\x3f\xbf\x53\x78\x8b\x22\x00\x80\x86\x14\x2a\x6e\x0a\x92\x47\x2a\xe7\x80\xbd\x56\xc9\x94\x2b\x73\xe5\xa1\x25\xc1\xc1\xa6\xfb\x75\xbd\x38\x7b\x31\x5a\x15\x82\xc7\x14\x66\x5f\xc7\xee\x9c\xb1\x5f\xd4\x0a\xb5\x28\x94\x60\x9e\x7b\x10\xb7\xea\x86\x45\xf8\xf8\x8c\x4d\x4f\x29\xcc\xfe\xfb\xbb\x01\x0e\xc2\xe9\xa8\x29\xb3\x11\x10\x16\x10\xe6\xb3\x4e\x59\x70\x4f\xd9\xce\x39\xfc\xfd\x09\xf0\x7f\xc9\x10\xeb\x1c\xbe\xbb\xdf\x78\x84\x35\x6a\x95\x8e\xc0\xc3\x59\x2e\xa1\x45\x6b\xf2\x24\xbe\xe5\xbe\x29\xc0\xb2\x82\xe7\x04\xa1\x92\x84\x6c\x4e\xa0\x0c\x13\xaf\xd8\x3b\x9c\x7d\x58\x74\xa2\xbc\x57\x9a\xe4\x30\x7c\xa7\x4e\xb1\x26\xf1\x2f\x63\xf1\x29\x99\x90\xc3\xc6\x49\x92\x34\xba\x04\x78\x19\xca\xdc\xef\xad\x75\x25\xfc\x9f\xf1\x5d\xf8\xfa\x41\x71\x8e\xde\x03\x00\x00\xff\xff\xff\x8b\x86\xf7\xb7\x02\x00\x00" +var _lockedtokensStakerStake_unstaked_tokensCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x92\x4f\x6b\xe3\x30\x10\xc5\xef\xfa\x14\x83\x0f\xc1\x86\xc5\xa7\x65\x0f\x61\xb3\x61\x5b\x08\x3d\x14\x1a\x9a\xa6\x3d\x4f\xe4\x71\x2c\xec\x68\xcc\x78\x4c\x52\x4a\xbe\x7b\xb1\xe4\xfc\x69\x4b\x8f\xd5\x65\x8c\xa4\x79\xef\xe7\x37\x72\xbb\x96\x45\x21\xb9\x67\x5b\x53\xf1\xc4\x35\xf9\x2e\x31\xa7\xdd\x95\x62\xed\xfc\x76\x29\x7c\x78\xbd\xec\x2e\x7a\xbf\x75\x9b\x86\xc2\xed\xc4\x18\x15\xf4\x1d\x5a\x75\xec\x53\xdc\x71\xef\x75\x0a\xeb\x85\x3b\xfc\xf9\x9d\xc1\x9b\x31\x00\x00\x0d\x29\x54\xdc\x14\x24\x8f\x54\x4e\x01\x7b\xad\xd2\x6b\xcb\x3c\x94\x87\x96\x04\x07\x99\xee\x17\x7c\x30\xc9\x5f\x9c\x56\x85\xe0\x3e\x83\xc9\xd7\xb6\xbb\x20\x1c\x8d\x5a\xa1\x16\x85\x52\xb4\x36\x82\x04\xab\x1b\x16\xe1\xfd\x33\x36\x3d\x65\x30\xf9\x1f\xcf\x06\x38\x18\x57\x47\x4d\x99\x9f\x01\x61\x06\x63\x7f\xde\x29\x0b\x6e\x29\xdf\x04\x85\xbf\x3f\x01\xfe\x2f\x2d\x85\x77\x53\xf8\xee\x7c\x15\x11\x96\xa8\x55\x76\x06\x1e\xd6\x7c\x0e\x2d\x7a\x67\xd3\xe4\x96\xfb\xa6\x00\xcf\x0a\x91\x13\x84\x4a\x12\xf2\x96\x40\x19\xae\xb4\x92\xa8\x70\x8c\x61\xd1\x81\x6c\xaf\x74\x95\xc3\x30\xa7\x4e\xb1\x26\x09\x33\x87\xd9\xa7\x64\xc6\x1c\x56\xe1\x4a\x9a\x99\x4b\x80\x97\xa6\x3c\x7c\xaf\x7d\x28\xe3\xff\x9c\xdf\x45\xac\x27\x8a\xa3\x79\x0f\x00\x00\xff\xff\x2d\x8f\xc8\x11\x80\x02\x00\x00" func lockedtokensStakerStake_unstaked_tokensCdcBytes() ([]byte, error) { return bindataRead( @@ -4445,11 +4424,11 @@ func lockedtokensStakerStake_unstaked_tokensCdc() (*asset, error) { } info := bindataFileInfo{name: "lockedTokens/staker/stake_unstaked_tokens.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x12, 0xf1, 0x86, 0x58, 0x5d, 0x91, 0x7f, 0x1a, 0x15, 0x92, 0xc5, 0xf3, 0xa7, 0xa6, 0xd3, 0x7a, 0x72, 0xd0, 0x90, 0x7c, 0xc2, 0x70, 0x26, 0x1f, 0xbc, 0xcf, 0x67, 0xa, 0x38, 0x17, 0x82, 0xc7}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x31, 0x7, 0x6b, 0x2a, 0x8f, 0x92, 0x5b, 0xa9, 0x6f, 0x6f, 0x15, 0xd3, 0x4e, 0xf2, 0xa2, 0x33, 0xf, 0x12, 0x66, 0xc9, 0xc4, 0x72, 0x3b, 0xf2, 0xed, 0xab, 0x6f, 0x12, 0xdb, 0x2c, 0xf6, 0x45}} return a, nil } -var _lockedtokensStakerUnstake_allCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x51\x4d\x4b\xf3\x40\x10\xbe\xef\xaf\x18\x72\x28\x1b\x78\xc9\x0f\x28\x6f\x2d\x55\x10\x0f\x82\xc5\x8a\x9e\xa7\x9b\x49\x13\xb2\xdd\x09\x93\x59\x5a\x91\xfe\x77\xc9\x87\x6d\xaa\x78\x74\x2e\x21\x33\xcf\x17\xcf\x56\xfb\x86\x45\xe1\x91\x5d\x4d\xf9\x0b\xd7\x14\x5a\x28\x84\xf7\x90\x4c\x57\x89\x19\x71\xf7\x31\xec\xaa\xad\xa7\x7e\x3d\x02\xaf\x76\x89\x31\x2a\x18\x5a\x74\x5a\x71\xb0\x29\x7c\x18\x03\x00\xe0\x49\xa1\x64\x9f\x93\x3c\x53\x31\x07\x8c\x5a\xda\xa9\x43\xd6\x7f\x9e\x1a\x12\xec\x88\xed\xbf\x6b\xab\xec\xad\xd2\x32\x17\x3c\xa4\x30\xfb\x49\x7b\xe8\x85\x07\xa3\x46\xa8\x41\x21\x8b\xce\x71\x0c\x3a\x5a\xdd\xb2\x08\x1f\x5e\xd1\x47\x4a\x61\xb6\x1a\x6e\x5d\x38\x18\xa7\x25\x5f\x64\xe7\x80\xb0\x80\x91\x9f\xb5\xca\x82\x3b\xca\xb6\xbd\xc2\xff\xbf\x08\x7e\x63\xbb\x22\xe7\xf0\xdb\x7d\x33\x44\x58\xa3\x96\xe9\x39\x70\x37\xcb\x25\x34\x18\x2a\x67\x93\x3b\x8e\x3e\x87\xc0\x0a\x43\x4e\x10\x2a\x48\x28\x38\x02\x65\x98\x68\x25\x83\xc2\x69\x28\x8b\x8e\xe4\xa2\xd2\xa4\x87\xee\x9d\x5a\xc5\x9a\x64\x2d\x7c\x7c\x87\xc5\xb7\x66\xc6\x1e\x36\x3d\xc4\xa6\xe6\x52\xe0\x85\x94\xc5\xd0\xff\xad\xbc\xb7\x5f\x76\x27\xf3\x19\x00\x00\xff\xff\x30\xca\xb7\x9c\x6a\x02\x00\x00" +var _lockedtokensStakerUnstake_allCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x91\x4f\x6b\xf3\x30\x0c\xc6\xef\xfe\x14\x22\x87\xe2\xc0\x4b\x3e\x40\x79\xbb\xd2\x0d\xc6\x0e\x83\x95\x75\x6c\x67\xd5\x51\x9a\x50\xd7\x0a\x8a\x4c\x3b\x46\xbf\xfb\x48\x9c\xfe\xd9\xc6\x8e\xd3\xc5\x58\xf2\xf3\xe8\xc7\xe3\x66\xd7\xb2\x28\x64\x8f\xec\xb6\x54\xbe\xf0\x96\x42\x97\x99\x53\xf7\x3e\x86\x4d\xb3\xf6\x34\xf4\x33\x63\x54\x30\x74\xe8\xb4\xe1\x60\x73\xf8\x30\x06\x00\xc0\x93\x42\xcd\xbe\x24\x79\xa6\x6a\x0a\x18\xb5\xb6\xd7\x76\xc5\x70\x3c\xb5\x24\xd8\x0b\xbb\x7f\xf0\xc5\xb6\x78\x6b\xb4\x2e\x05\xf7\x39\x4c\x7e\xca\x1e\x06\xe3\xb4\xa8\x15\x6a\x51\xc8\xa2\x73\x1c\x83\x8e\xab\x6e\x59\x84\xf7\xaf\xe8\x23\xe5\x30\x59\xa4\x59\x0f\x07\x63\x75\xe4\xab\xe2\x0c\x08\x33\x18\xf5\x45\xa7\x2c\xb8\xa1\x62\x3d\x38\xfc\xff\x0b\xf0\x1b\x5b\x09\xef\xa6\xf0\xdb\x7c\x95\x10\x96\xa8\x75\x7e\x06\xee\x6b\x3e\x87\x16\x43\xe3\x6c\x76\xc7\xd1\x97\x10\x58\x21\x71\x82\x50\x45\x42\xc1\x11\x28\xc3\x95\x57\x96\x1c\x8e\x29\x2c\x3a\x90\x8b\x4a\x57\x39\xf4\xff\xd4\x29\x6e\x49\x96\xc2\x87\x77\x98\x7d\x4b\x66\xcc\x61\x35\x3c\xb1\xb9\xb9\x04\x78\x11\x15\x31\x0c\xb7\x85\xf7\xf6\xb4\xee\x68\x3e\x03\x00\x00\xff\xff\x40\xd9\x15\x73\x45\x02\x00\x00" func lockedtokensStakerUnstake_allCdcBytes() ([]byte, error) { return bindataRead( @@ -4465,11 +4444,11 @@ func lockedtokensStakerUnstake_allCdc() (*asset, error) { } info := bindataFileInfo{name: "lockedTokens/staker/unstake_all.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xdc, 0xc1, 0xaf, 0x7a, 0x10, 0xfb, 0xfd, 0x3b, 0x33, 0xc6, 0xc6, 0xce, 0xa3, 0x80, 0xcf, 0x7f, 0x17, 0xf2, 0x6f, 0xae, 0x9a, 0xba, 0x53, 0xa9, 0x11, 0x16, 0x37, 0xb0, 0x94, 0xa3, 0x4c, 0x20}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x8b, 0x9d, 0x39, 0x6, 0xb0, 0x13, 0x75, 0x8b, 0xc, 0xb, 0x5c, 0x52, 0x3a, 0x2, 0x39, 0x3e, 0x3d, 0xa9, 0x71, 0xa7, 0xf5, 0x6b, 0x68, 0xda, 0xa8, 0x8b, 0xed, 0xf, 0x29, 0x2d, 0x3c, 0x7d}} return a, nil } -var _lockedtokensStakerUpdate_networking_addressCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x92\xcd\x6a\xeb\x30\x10\x85\xf7\x7e\x8a\xc1\x8b\x60\xc3\xc5\x0f\x10\x6e\x6e\xc8\x2d\x94\x2e\x4a\x1b\x9a\xd2\xae\x15\x69\x6c\x0b\x3b\x1a\x33\x1a\xe1\x94\x92\x77\x2f\xb6\xd5\xc4\x69\xe9\xb2\xda\x18\xe6\xe7\x9c\x8f\xe3\xb1\x87\x8e\x58\xe0\x9e\x74\x83\xe6\x99\x1a\x74\x1e\x4a\xa6\x03\xa4\xf3\x52\x9a\xc4\xb9\xdb\xe0\x2a\xbb\x6f\x71\x2c\xc7\xc1\xab\x5a\x9a\x24\xc2\xca\x79\xa5\xc5\x92\xcb\x1c\xf6\x1b\x63\x18\xbd\x5f\xc2\x4e\xd8\xba\x2a\x87\xf7\x24\x01\x00\x68\x51\xa0\xa6\xd6\x20\x3f\x61\xb9\x04\x15\xa4\xce\xe6\x9e\xc5\xf8\x79\xec\x90\xd5\x20\xe5\xff\x5c\x9b\x17\xaf\x56\x6a\xc3\xaa\xcf\x61\xf1\x7d\xed\x6e\x14\x9e\x8c\x3a\xc6\x4e\x31\x66\x4a\x6b\x0a\x4e\xa2\xd5\x7f\x62\xa6\xfe\x45\xb5\x01\x73\x58\x6c\xa6\xde\x00\x07\xf1\x79\x6c\xcb\xe2\x0c\x08\x2b\x88\xfb\x85\x17\x62\x55\x61\xb1\x1f\x15\xfe\xfe\x06\xf8\xbf\x6c\x88\x76\x09\x3f\xf5\x77\x13\xc2\x56\x49\x9d\x9f\x81\x87\xb7\x5e\x43\xa7\x9c\xd5\x59\x7a\x43\xa1\x35\xe0\x48\x60\xe2\x04\xc6\x12\x19\x9d\x46\x10\x82\x99\x56\x3a\x29\x9c\xa6\xb0\xf0\x88\x3a\x08\xce\x72\x18\xfe\x93\x17\xd5\x20\x6f\x99\x8e\x6f\xb0\xfa\x92\x4c\xcc\x61\x37\x8e\x64\x79\x72\x09\xf0\xb2\x54\x84\xce\x28\xc1\x07\x94\x9e\xb8\xb1\xae\x8a\x47\x31\xbb\x8f\x4f\x8a\x53\xf2\x11\x00\x00\xff\xff\x4a\x3a\x43\x6d\x93\x02\x00\x00" +var _lockedtokensStakerUpdate_networking_addressCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x92\xcd\x6a\xeb\x40\x0c\x85\xf7\xf3\x14\xc2\x8b\x60\xc3\xc5\x0f\x10\x6e\x6e\xc8\x2d\x94\x2e\x4a\x1b\x9a\xd2\xae\x27\x33\xb2\x3d\xd8\x19\x19\x8d\x06\xa7\x94\xbc\x7b\xf1\x4f\x12\xb7\xa5\xcb\x6a\x63\x90\xac\x73\x3e\xce\xc8\x1d\x5a\x62\x81\xe4\x9e\x4c\x8d\xf6\x99\x6a\xf4\x21\x51\xe7\xee\x6d\xf4\xa5\xdb\x37\x38\xf4\x13\xa5\x84\xb5\x0f\xda\x88\x23\x9f\x7a\xec\x36\xd6\x32\x86\xb0\x84\x9d\xb0\xf3\x65\x06\xef\x4a\x01\x00\x34\x28\x50\x51\x63\x91\x9f\xb0\x58\x82\x8e\x52\xa5\x73\x83\x7c\xf8\x3c\xb6\xc8\xba\x97\x0a\x7f\xe0\x93\x51\xfe\xea\xa4\xb2\xac\xbb\x0c\x16\xdf\xd7\xee\x06\xe1\xd1\xa8\x65\x6c\x35\x63\xaa\x8d\xa1\xe8\x65\xb2\xfa\x4f\xcc\xd4\xbd\xe8\x26\x62\x06\x8b\xcd\x38\xeb\xe1\x60\xaa\x80\x4d\x91\x5f\x00\x61\x05\xd3\x7e\x1e\x84\x58\x97\x98\xef\x07\x85\xbf\xbf\x01\xfe\x2f\x2d\x98\x0e\x4b\xf8\x69\xbe\x1b\x11\xb6\x5a\xaa\xec\x02\xdc\xd7\x7a\x0d\xad\xf6\xce\xa4\xc9\x0d\xc5\xc6\x82\x27\x81\x91\x13\x18\x0b\x64\xf4\x06\x41\x08\x66\x5a\xc9\xa8\x70\x1a\xc3\xc2\x23\x9a\x28\x38\xcb\xa1\x7f\xa7\x20\xba\x46\xde\x32\x1d\xdf\x60\xf5\x25\x99\x29\x87\xdd\xf0\x4b\x9a\xa9\x6b\x80\xd7\xa5\x3c\xb6\x56\x0b\x3e\xa0\x74\xc4\xb5\xf3\xe5\x74\x14\xb3\xfb\x38\x53\x9c\xd4\x47\x00\x00\x00\xff\xff\x43\xb8\xb0\x57\x6e\x02\x00\x00" func lockedtokensStakerUpdate_networking_addressCdcBytes() ([]byte, error) { return bindataRead( @@ -4485,11 +4464,11 @@ func lockedtokensStakerUpdate_networking_addressCdc() (*asset, error) { } info := bindataFileInfo{name: "lockedTokens/staker/update_networking_address.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x7d, 0xe2, 0x2b, 0x45, 0xf7, 0x48, 0x74, 0x1b, 0x7a, 0xf8, 0xba, 0x91, 0x56, 0x13, 0x38, 0x14, 0xae, 0x4d, 0x1c, 0xdf, 0x80, 0xc7, 0x48, 0xcc, 0x45, 0x7d, 0xf9, 0x69, 0x6b, 0xb, 0x49, 0x9f}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x8f, 0xf5, 0x1d, 0x39, 0x4c, 0x38, 0xb, 0x41, 0x66, 0x7, 0xb9, 0x76, 0xc9, 0x38, 0x57, 0x24, 0xd4, 0xe7, 0x36, 0xeb, 0x78, 0x14, 0x2a, 0xd4, 0x12, 0xab, 0x83, 0x9e, 0x9c, 0x35, 0x27, 0x5f}} return a, nil } -var _lockedtokensStakerWithdraw_rewarded_tokensCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x92\xc1\x8e\xda\x30\x10\x86\xef\x79\x8a\x51\x0e\x28\x91\x5a\x73\xa9\x7a\x40\x50\xd4\x56\x42\x3d\x54\x2a\x82\x96\x9e\x4d\x32\x21\x11\xc6\x13\x4d\x1c\xc2\x6a\xc5\xbb\xaf\x62\x3b\x21\x64\x97\xcb\x4a\x9b\x8b\x95\x99\xf1\x3f\xdf\x3f\xe3\xe2\x54\x12\x1b\xf8\x4d\xc9\x11\xd3\xbf\x74\x44\x5d\x41\xc6\x74\x82\x70\x18\x0a\x03\x5f\xb7\x52\xd4\xd8\x90\x2f\xea\xff\x6f\x15\xb5\x3e\x14\x7b\x85\x77\x55\xc3\x58\x18\x04\x86\xa5\xae\x64\x62\x0a\xd2\x91\x3c\x51\xad\xcd\x0c\xfe\xad\x8a\xcb\xd7\x2f\x31\x3c\x07\x01\x00\x80\x42\x03\x39\xa9\x14\x79\x83\xd9\x0c\x64\x6d\xf2\x68\x48\x24\xec\xf1\xa7\x44\x96\xad\x4c\xf5\xe9\xbe\xb1\xf8\x5f\x98\x3c\x65\xd9\xc4\x30\x79\x7d\xed\x97\x15\xee\xfb\x9c\x65\xad\x8c\x6d\x33\xe9\xfd\x88\x5d\x1b\x74\x2c\x25\x63\x29\x19\x23\x99\x24\x8e\xd5\xd2\xfc\x20\x66\x6a\x76\x52\xd5\x18\xc3\xe4\xbb\xcb\xb5\xfc\xe0\xbf\x0a\x55\x26\x7a\x0f\xb0\x00\x7f\x5f\x54\x86\x58\x1e\x50\xec\xad\xc2\xfc\x23\xbc\x7d\x8b\xda\xc9\xcf\xe0\x51\x7e\xeb\x10\xd6\xd2\xe4\x71\x0f\xdc\x7e\xcb\x25\x94\x52\x17\x49\x14\xfe\xa4\x5a\xa5\xa0\xc9\x80\xe3\x04\xc6\x0c\x19\x75\x82\x60\x08\x06\x5a\x61\x1c\xdc\x7b\xee\xe6\xf9\xd8\xf2\x78\xce\x1d\xee\xd4\xd7\x4d\xb3\x2e\x6f\xd3\xef\x43\xbc\xbd\xd5\x73\xbb\xa4\xd0\xa9\x5c\x1d\x2c\x5e\x30\xa9\x0d\x0e\xd6\xd5\xbe\x84\xca\xc8\x23\xf2\x9a\xe9\xf2\x04\x8b\xd1\x02\x3d\xfb\xd6\x96\x44\x43\xcf\xb7\x4b\xa2\xf1\xab\xd9\x60\x23\x39\xed\x26\xdf\x3f\x72\x77\xc6\x6f\x8f\x4b\xa4\x58\x52\x55\x18\x3f\x8b\xf9\xe7\x51\xff\x4e\x7b\xac\xd6\xf9\xba\x06\x2f\x01\x00\x00\xff\xff\x84\xb1\x80\xaf\xcd\x03\x00\x00" +var _lockedtokensStakerWithdraw_rewarded_tokensCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x92\x41\x6b\xeb\x30\x0c\xc7\xef\xf9\x14\x22\x87\x92\xc0\x7b\xee\xe5\xf1\x0e\xa5\x5d\xd9\x06\x65\x87\xc1\x4a\xbb\x75\x67\x37\x51\x9a\x50\xd7\x0a\x8a\xd3\x74\x8c\x7e\xf7\x11\x3b\xc9\xd2\x6c\xbd\x0c\xe6\x8b\x41\xb2\xfe\xfa\xfd\x25\x67\x87\x9c\xd8\x80\xff\x48\xd1\x1e\xe3\x67\xda\xa3\x2e\x7c\xaf\x8d\x2e\x14\x55\x36\xd6\x0b\x95\x7a\x97\x6d\x15\x36\x61\xcf\xb0\xd4\x85\x8c\x4c\x46\x3a\x90\x07\x2a\xb5\x99\xc0\xcb\x22\x3b\xfd\xff\x17\xc2\xbb\xe7\x01\x00\x28\x34\x90\x92\x8a\x91\x57\x98\x4c\x40\x96\x26\x0d\xfa\xfd\x84\xbd\x9e\x72\x64\x59\xcb\x14\x7f\xe0\xa2\x89\x78\xcd\x4c\x1a\xb3\xac\x42\x18\x7d\x2d\x7b\xb0\xc2\x5d\x9f\xa3\x2c\x95\xb1\x6d\x46\x1d\xbc\xd8\xd4\x41\xc7\x92\x33\xe6\x92\x31\x90\x51\xe4\x58\x2d\xcd\x1d\x31\x53\xb5\x91\xaa\xc4\x10\x46\xb7\x2e\x57\xf3\x43\x73\x0a\x54\x89\xe8\x3c\xc0\x0c\x9a\x7a\x51\x18\x62\xb9\x43\xb1\xb5\x0a\xd3\xdf\xf0\x76\x13\x24\x4c\x87\x09\x5c\xcb\xaf\x1d\xc2\x52\x9a\x34\xec\x80\xeb\x33\x9f\x43\x2e\x75\x16\x05\xfe\x3d\x95\x2a\x06\x4d\x06\x1c\x27\x30\x26\xc8\xa8\x23\x04\x43\xd0\xd3\xf2\x43\xef\xd2\x73\x3b\xcf\xeb\x96\x87\x73\x6e\x71\xc7\xcd\xbb\x71\xd2\xe6\x6d\xfa\x67\x88\x5d\x0f\x38\xd6\x4b\xf2\x9d\xca\xd9\xc1\xe2\x09\xa3\xd2\x60\x6f\x5d\xf5\x4f\x28\x8c\xdc\x23\x2f\x99\x4e\x6f\x30\x1b\x2c\xb0\x61\x5f\xdb\x27\x41\xdf\xf3\x67\x91\xa8\x9a\xd5\xac\xb0\x92\x1c\xb7\x93\xef\x3e\xb9\xbb\xc3\xef\xc7\x25\x62\xcc\xa9\xc8\x4c\x33\x8b\xe9\xdf\x41\xff\x56\x7b\xa8\xd6\xfa\x3a\x7b\x1f\x01\x00\x00\xff\xff\xe7\x57\x43\x9e\x99\x03\x00\x00" func lockedtokensStakerWithdraw_rewarded_tokensCdcBytes() ([]byte, error) { return bindataRead( @@ -4505,11 +4484,11 @@ func lockedtokensStakerWithdraw_rewarded_tokensCdc() (*asset, error) { } info := bindataFileInfo{name: "lockedTokens/staker/withdraw_rewarded_tokens.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xc3, 0xee, 0xf6, 0x2e, 0xef, 0x76, 0x89, 0x30, 0x4a, 0x84, 0xd5, 0xa7, 0x97, 0xb6, 0xc8, 0x9c, 0xfc, 0xc3, 0xc6, 0xd8, 0x30, 0x74, 0x8, 0xb5, 0x6e, 0x92, 0x38, 0x2d, 0xb6, 0x35, 0xeb, 0x38}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x68, 0x27, 0xf1, 0x93, 0xed, 0x96, 0x61, 0x29, 0x18, 0xc8, 0x11, 0xd8, 0x28, 0x9a, 0xd9, 0x4e, 0x58, 0xd3, 0x57, 0xd7, 0xc8, 0x5e, 0xcd, 0xb, 0xb7, 0x26, 0xfd, 0x4a, 0xa8, 0x4b, 0x72, 0x57}} return a, nil } -var _lockedtokensStakerWithdraw_rewarded_tokens_lockedCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x92\x4f\x6b\x83\x40\x10\xc5\xef\xfb\x29\x06\x0f\x41\xa1\x78\x2a\x3d\x84\xa6\xa1\x2d\x84\x1e\x0a\x0d\x49\xff\x9c\x27\xeb\x18\x25\x66\x47\xc6\x11\x53\x4a\xbe\x7b\xd1\x35\xc6\xb4\xf4\xd8\xbd\x2c\xcc\xce\xbc\xf7\x9b\xa7\xf9\xbe\x64\x51\x78\x66\xbb\xa3\xe4\x95\x77\xe4\x2a\x48\x85\xf7\x10\x8c\x4b\x81\xe9\xfb\x16\xb5\xdb\xe6\x9b\x82\xba\x72\xdf\x78\x51\x0b\x8c\x51\x41\x57\xa1\xd5\x9c\x5d\x88\x7b\xae\x9d\x4e\xe1\x6d\x91\x1f\x6e\xae\x23\xf8\x32\x06\x00\xa0\x20\x85\x8c\x8b\x84\x64\x45\xe9\x14\xb0\xd6\x2c\x1c\xfb\xc5\xdd\xf5\x52\x92\x60\x2b\x53\x5d\x5d\x1a\xc7\x1f\xb9\x66\x89\x60\x13\xc1\xe4\xf7\xd8\x53\x27\xec\x8d\x4a\xa1\x12\x85\x42\xb4\xd6\x83\x74\x56\x0f\x2c\xc2\xcd\x3b\x16\x35\x45\x30\xb9\xf7\x6f\x2d\x1c\xf4\xa7\xa2\x22\x8d\x07\x40\x98\x41\x3f\x1f\x57\xca\x82\x5b\x8a\x37\x9d\xc2\xed\x7f\x80\xdf\x85\x6d\xac\x53\xf8\xeb\x7d\xed\x11\x96\xa8\x59\x34\x00\xb7\x67\x3e\x87\x12\x5d\x6e\xc3\xe0\x91\xeb\x22\x01\xc7\x0a\x9e\x13\x84\x52\x12\x72\x96\x40\x19\x46\x5a\x81\x57\x38\xfa\xb0\xe8\x40\xb6\x56\x1a\xe5\xd0\x7e\xa7\x4a\x71\x47\xb2\x14\x3e\x7c\xc2\xec\x47\x32\x7d\x0e\xeb\xae\x25\x8c\xcc\x39\xc0\xf3\x50\xdc\xf4\x3b\xaf\xa8\x41\x49\x4e\x2b\x0d\xbf\x86\xbf\x4f\x20\x47\xf3\x1d\x00\x00\xff\xff\x3e\x0d\x58\x54\x92\x02\x00\x00" +var _lockedtokensStakerWithdraw_rewarded_tokens_lockedCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x92\x3f\x6b\xf3\x40\x0c\xc6\xf7\xfb\x14\xc2\x43\xb0\xe1\xc5\xd3\x4b\x87\xd0\x34\xb4\x85\xd0\xa1\xd0\x90\xf4\xcf\xac\x9c\xe5\xd8\xc4\x39\x19\x59\xc6\x29\x25\xdf\xbd\xf8\xce\x49\xdc\x96\x8e\xd5\x22\x90\xac\x47\x3f\x3d\xbe\x72\x5f\xb3\x28\x44\x8f\x6c\x77\x94\x3d\xf3\x8e\x5c\x13\x99\x53\x75\xd1\xba\x6d\xb9\xa9\xc8\xd7\x23\x63\x54\xd0\x35\x68\xb5\x64\x17\xe3\x9e\x5b\xa7\x53\x78\x59\x94\x87\xab\xff\x09\x7c\x18\x03\x00\x50\x91\x42\xc1\x55\x46\xb2\xa2\x7c\x0a\xd8\x6a\x11\x8f\xc5\x53\x9f\x9e\x6a\x12\xec\x65\x9a\x7f\xf0\x65\x49\xfa\x56\x6a\x91\x09\x76\x09\x4c\x7e\x8e\x3d\x78\xe1\xb0\xa8\x16\xaa\x51\x28\x46\x6b\x03\x88\x5f\x75\xc7\x22\xdc\xbd\x62\xd5\x52\x02\x93\xdb\xd0\xeb\xe1\x60\x88\x86\xaa\x3c\x3d\x03\xc2\x0c\x86\xf9\xb4\x51\x16\xdc\x52\xba\xf1\x0a\xd7\x7f\x01\x7e\x13\xe7\xc2\xfb\x29\xfc\xd6\x5f\x07\x84\x25\x6a\x91\x9c\x81\xfb\x98\xcf\xa1\x46\x57\xda\x38\xba\xe7\xb6\xca\xc0\xb1\x42\xe0\x04\xa1\x9c\x84\x9c\x25\x50\x86\x91\x56\x14\x14\x8e\xc1\x2c\x3a\x90\x6d\x95\x46\x3e\xf4\xff\xa9\x51\xdc\x91\x2c\x85\x0f\xef\x30\xfb\xe6\xcc\xe0\xc3\xda\x7f\x12\x27\xe6\x62\xe0\x65\x28\xed\x86\x9b\x57\xd4\xa1\x64\xa7\x93\xce\x4f\x23\xe4\x13\xc8\xd1\x7c\x06\x00\x00\xff\xff\x5f\xca\x8b\x12\x6d\x02\x00\x00" func lockedtokensStakerWithdraw_rewarded_tokens_lockedCdcBytes() ([]byte, error) { return bindataRead( @@ -4525,11 +4504,11 @@ func lockedtokensStakerWithdraw_rewarded_tokens_lockedCdc() (*asset, error) { } info := bindataFileInfo{name: "lockedTokens/staker/withdraw_rewarded_tokens_locked.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x13, 0xa5, 0xaf, 0x96, 0x28, 0x9e, 0xf5, 0x9, 0x1d, 0x5, 0x22, 0x6d, 0x55, 0xb5, 0x0, 0x1e, 0x47, 0xd, 0x10, 0x2b, 0x1b, 0xe6, 0x12, 0x5c, 0x4b, 0xc4, 0x95, 0x48, 0xf8, 0x64, 0x8c, 0x43}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xe1, 0x4d, 0x7f, 0x9b, 0xc2, 0x8d, 0x75, 0x49, 0x1d, 0x4d, 0x40, 0xce, 0x8e, 0x12, 0x7d, 0xe2, 0xe, 0xc0, 0xff, 0xc0, 0x74, 0x82, 0xf3, 0xa8, 0x83, 0xc0, 0xf5, 0xe4, 0xa4, 0xba, 0x9d, 0x27}} return a, nil } -var _lockedtokensStakerWithdraw_unstaked_tokensCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x92\x41\x6b\xe3\x40\x0c\x85\xef\xf3\x2b\x84\x0f\xc1\x86\xc5\xa7\x65\x0f\x61\xb3\x61\x5b\x08\x3d\x14\x1a\x9a\xa6\x3d\x2b\x63\x39\x36\x71\x46\x46\x96\x49\x4a\xc9\x7f\x2f\x9e\x99\x26\x4e\x4b\x8f\x9d\xcb\x80\x46\x7a\xef\xd3\xb3\xeb\x7d\xcb\xa2\x70\xcf\x76\x47\xc5\x13\xef\xc8\x75\x50\x0a\xef\x21\x19\x97\x12\x13\xfb\x16\xbd\xdb\xd6\x9b\x86\x7c\x39\x36\x5e\xd5\x12\x63\x54\xd0\x75\x68\xb5\x66\x97\xe2\x9e\x7b\xa7\x53\x58\x2f\xea\xe3\x9f\xdf\x19\xbc\x19\x03\x00\xd0\x90\x42\xc5\x4d\x41\xf2\x48\xe5\x14\xb0\xd7\x2a\x1d\xfb\xe5\xfe\x7a\x68\x49\x70\x90\xe9\x7e\x5d\x1b\xe7\x2f\xb5\x56\x85\xe0\x21\x83\xc9\xd7\xb1\x3b\x2f\x1c\x8c\x5a\xa1\x16\x85\x52\xb4\x36\x80\x78\xab\x1b\x16\xe1\xc3\x33\x36\x3d\x65\x30\xf9\x1f\xde\x06\x38\x88\xa7\xa3\xa6\xcc\xcf\x80\x30\x83\x38\x9f\x77\xca\x82\x5b\xca\x37\x5e\xe1\xef\x4f\x80\xff\x4b\x87\x58\xa7\xf0\xdd\xfb\x2a\x20\x2c\x51\xab\xec\x0c\x3c\x9c\xf9\x1c\x5a\x74\xb5\x4d\x93\x5b\xee\x9b\x02\x1c\x2b\x04\x4e\x10\x2a\x49\xc8\x59\x02\x65\x18\x69\x25\x41\xe1\x14\xc2\xa2\x23\xd9\x5e\x69\x94\xc3\xf0\x9d\x3a\xc5\x1d\xc9\x52\xf8\xf8\x0a\xb3\x4f\xc9\xc4\x1c\x56\xbe\x25\xcd\xcc\x25\xc0\xcb\x50\x7e\x88\x3b\xaf\x9d\xaf\xc6\x95\xce\xbf\x46\xb8\x3f\x40\x4e\xe6\x3d\x00\x00\xff\xff\x11\x39\xe8\x7a\x92\x02\x00\x00" +var _lockedtokensStakerWithdraw_unstaked_tokensCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x92\x4f\x4b\xf3\x40\x10\xc6\xef\xfb\x29\x86\x1c\x4a\x02\x2f\x39\xbd\x78\x28\xd6\xa2\x42\xf1\x20\x58\xac\xd5\xf3\x74\x33\x69\x42\xd3\x9d\x30\x99\xa5\x15\xe9\x77\x97\xec\xa6\x7f\x54\x3c\x3a\x97\x81\x99\xcc\x33\xbf\x79\xb2\xf5\xb6\x65\x51\x48\x1e\xd9\x6e\xa8\x78\xe1\x0d\xb9\x2e\x31\xc7\xea\xcc\xbb\x75\xbd\x6a\x28\xd4\x13\x63\x54\xd0\x75\x68\xb5\x66\x97\xe2\x96\xbd\xd3\x31\x2c\x67\xf5\xfe\xea\x7f\x06\x1f\xc6\x00\x00\x34\xa4\x50\x71\x53\x90\x3c\x53\x39\x06\xf4\x5a\xa5\x97\xe2\x79\x48\x4f\x2d\x09\xf6\x32\xdd\x3f\xf8\xb2\x24\x7f\xab\xb5\x2a\x04\x77\x19\x8c\x7e\x8e\x3d\x04\xe1\xb8\xa8\x15\x6a\x51\x28\x45\x6b\x23\x48\x58\x75\xc7\x22\xbc\x7b\xc5\xc6\x53\x06\xa3\xdb\xd8\xeb\xe1\x60\x88\x8e\x9a\x32\x3f\x01\xc2\x04\x86\xf9\xbc\x53\x16\x5c\x53\xbe\x0a\x0a\xd7\x7f\x01\x7e\x93\x96\xc2\xdb\x31\xfc\xd6\x5f\x44\x84\x39\x6a\x95\x9d\x80\xfb\x98\x4e\xa1\x45\x57\xdb\x34\xb9\x67\xdf\x14\xe0\x58\x21\x72\x82\x50\x49\x42\xce\x12\x28\xc3\x85\x56\x12\x15\x0e\xd1\x2c\xda\x93\xf5\x4a\x17\x3e\xf4\xff\xa9\x53\xdc\x90\xcc\x85\xf7\xef\x30\xf9\xe6\xcc\xe0\xc3\x22\x7c\x92\x66\xe6\x6c\xe0\x79\x28\xdf\x0d\x37\x2f\x5d\xa8\x0e\x27\x9d\x9e\x46\xcc\x47\x90\x83\xf9\x0c\x00\x00\xff\xff\x70\xfe\x3b\x3c\x6d\x02\x00\x00" func lockedtokensStakerWithdraw_unstaked_tokensCdcBytes() ([]byte, error) { return bindataRead( @@ -4545,11 +4524,11 @@ func lockedtokensStakerWithdraw_unstaked_tokensCdc() (*asset, error) { } info := bindataFileInfo{name: "lockedTokens/staker/withdraw_unstaked_tokens.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x5b, 0x46, 0x2b, 0xa7, 0xad, 0xfb, 0xcd, 0x79, 0xce, 0xdd, 0xec, 0x78, 0xff, 0x7c, 0x42, 0x3d, 0x6e, 0x19, 0xe, 0x4c, 0x1f, 0x75, 0xdb, 0xd5, 0x69, 0xe9, 0x9c, 0xc8, 0x54, 0xbd, 0x4f, 0xcb}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x97, 0x81, 0x10, 0xf5, 0x64, 0xbe, 0xa9, 0x87, 0xcd, 0xa4, 0x96, 0x1a, 0xb, 0x8, 0xd, 0x75, 0x9d, 0x1d, 0x98, 0xbf, 0x1f, 0xb, 0xd, 0xf3, 0xb4, 0x1e, 0x48, 0xcd, 0x8a, 0xeb, 0x50, 0xb9}} return a, nil } -var _lockedtokensUserDeposit_tokensCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x93\x4f\x6f\xd4\x30\x10\xc5\xef\xf9\x14\xaf\x39\x54\x89\x04\xe9\x05\x71\xa8\x0a\x15\x20\x55\x1c\x38\x20\x28\xe5\x3c\xeb\x4c\x36\xa6\x59\x4f\x64\x4f\x9a\x0a\xd4\xef\x8e\x9c\x7f\x24\x48\xa1\xc2\x97\xec\x7a\xc6\xef\xbd\xfc\x26\xb6\xa7\x56\xbc\xe2\xa6\x73\x47\x7b\x68\xf8\x56\xee\xd9\xa1\xf2\x72\x42\xba\xd9\x4b\x93\xb9\xb3\x91\x7e\xd3\x35\xff\x5f\x3a\x3e\x89\xb9\xe7\x72\xd8\x0b\x53\xd3\x7a\x2b\x4d\x12\xf5\xe4\x02\x19\xb5\xe2\x32\x3a\x49\xe7\xf4\x12\xdf\x6e\xec\xe3\xeb\x57\x39\x7e\x25\x09\x00\x34\xac\xa8\xa5\x29\xd9\x7f\xe1\xea\x12\xe7\x6b\x85\x62\x78\x7c\x1c\xaa\x4b\xf3\x03\x75\x8d\x0e\xbd\xd4\x69\x9d\x6d\xc2\x17\xdf\xad\xd6\xa5\xa7\x3e\xc7\xf9\x92\xb7\xb8\x8b\x27\x46\xb7\xd6\x73\x4b\x9e\x33\x32\x46\x27\x81\xf7\xe2\xbd\xf4\x77\xd4\x74\x9c\xe3\xfc\x9d\x31\x31\x66\x8c\x87\x69\x05\x6e\xaa\x62\x89\x88\x37\x88\x87\x8b\xa0\xe2\xe9\xc8\xc5\x61\x38\x7e\xb5\x9b\xfb\x6d\x16\xc9\x5c\x62\xaf\xfe\x75\xd4\xf9\x4c\x5a\xe7\x8b\x65\x5c\xd7\xd7\x68\xc9\x59\x93\xa5\x1f\xc8\x39\x51\x94\xdc\x4a\xb0\x0a\x1d\x81\xab\x80\xd0\x0c\xaa\x31\x51\x4c\x7d\x86\xdb\x9a\x11\xec\xd1\xb1\x87\x54\xd0\x9a\xb1\x1a\x01\xd2\x8d\xc1\xbc\x0a\x23\xce\x90\x66\x69\x29\x1c\x10\x9d\x6a\x7a\x60\x90\x03\x85\x20\xc6\x92\x72\xf9\x97\xd1\x0b\xa4\xf9\xbf\xb5\x82\x44\x77\xcf\xb0\x51\xb2\x1f\x7e\xaa\xfc\x79\x87\x98\x6c\x64\x91\xe6\x79\xb2\x65\x3d\x4f\x78\x07\xf5\x7f\x8d\x7d\xc6\x7f\x31\x89\x5c\x54\x73\x7d\x28\xef\x21\x5f\x71\x5c\xa8\x44\x05\x06\xad\x2e\xc6\x20\x01\x39\xfc\x60\xa3\xa0\xf1\xad\x5a\xd2\xfa\x39\xd0\x3b\x61\x8a\x67\xa9\xae\x62\x9d\xba\xa0\xb0\xce\xaa\xa5\xc6\xfe\xe4\xe8\x6d\xfd\x3c\x1f\xf4\x56\x6b\x68\x6d\xc3\x78\x5d\x50\x59\x1f\xf4\x2c\xa2\x8e\x7a\x4f\x23\x70\x7e\x64\xd3\x29\xef\x7e\xea\xc5\x34\xad\x09\xe1\xd5\xcb\xcd\x74\x8a\x7e\x82\xbe\xdc\xec\xf1\xb9\x78\x3c\x25\xbf\x03\x00\x00\xff\xff\x41\x01\x62\xde\x74\x04\x00\x00" +var _lockedtokensUserDeposit_tokensCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x93\x41\x6f\xd4\x3e\x10\xc5\xef\xf9\x14\xaf\x39\xac\x12\xe9\xff\x4f\x2f\x88\xc3\xaa\x50\x01\x52\xc5\x81\x03\x82\x52\xce\xb3\xce\x64\x63\x9a\xf5\x44\xf6\xa4\xa9\x40\xfd\xee\xc8\x4e\x36\xec\x56\x0a\x15\xbe\x38\xf2\xd8\xef\x3d\xff\x26\xb6\x87\x5e\xbc\x22\xbf\x19\xdc\xde\xee\x3a\xbe\x95\x7b\x76\x79\xb6\x2c\x77\x32\x3e\x5b\xfa\x24\xe6\x9e\xeb\xb4\x18\xf2\x2c\x53\x4f\x2e\x90\x51\x2b\xae\xa0\x83\x0c\x4e\xb7\xf8\x76\x63\x1f\x5f\xbf\x2a\xf1\x2b\xcb\x00\xa0\x63\x45\x2b\x5d\xcd\xfe\x0b\x37\x5b\x6c\x4e\x15\xaa\x34\x7d\x4c\xd5\x65\xf3\x03\x0d\x9d\xa6\xbd\x34\x68\x5b\x9c\x65\xab\xbe\x5b\x6d\x6b\x4f\x63\x89\xcd\x92\xae\xba\x8b\x27\x26\xb7\xde\x73\x4f\x9e\x0b\x32\x46\x67\x81\xf7\xe2\xbd\x8c\x77\xd4\x0d\x5c\x62\xf3\xce\x98\x18\x33\xc6\xc3\x3c\x02\x77\x4d\xb5\x44\xc4\x1b\xc4\xc3\x55\x50\xf1\xb4\xe7\x6a\x97\x8e\x5f\xad\xe6\x7e\x5b\x34\x5e\x0e\x5b\xac\xd5\xbf\x4e\x3a\x9f\x49\xdb\x72\xb1\x8c\xe3\xfa\x1a\x3d\x39\x6b\x8a\xfc\x03\x39\x27\x8a\x9a\x7b\x09\x56\xa1\x49\x03\x2a\x20\x74\x49\x35\x26\x8a\xa9\x2f\x70\xdb\x32\x82\xdd\x3b\xf6\x90\x06\xda\x32\x4e\x5a\x80\xfc\xcc\xe0\x38\x2a\x23\xce\x90\x16\x79\x2d\x1c\x10\x9d\x5a\x7a\x60\x90\x03\x85\x20\xc6\x92\x72\xfd\xcc\xe8\x3f\xe4\xe5\xdf\xb5\x82\x44\x77\xcf\xb0\x51\x72\x4c\x9f\x2a\x7f\xee\x10\x93\x4d\x2c\xf2\xb2\xcc\xce\x59\x1f\x3b\xbc\x82\xfa\x9f\xda\x7e\xc4\x7f\x39\x8b\x5c\x36\xc7\x7a\x2a\xaf\x21\x3f\xe1\xb8\x50\x89\x0a\x0c\xc2\xe2\x80\x24\x01\xd9\xfd\x60\xa3\xa0\xe9\x56\x3d\x69\xfb\x12\xe8\x95\x30\xd5\x8b\x54\x4f\x62\x1d\x86\xa0\xb0\xce\xaa\xa5\xce\xfe\xe4\xe8\x6d\xfd\xb1\x3f\x18\xad\xb6\xd0\xd6\x86\xe9\xb9\xa0\xb1\x3e\xe8\x45\x44\x1d\xf5\x9e\x26\xe0\xfc\xc8\x66\x50\x5e\xfd\xd5\xab\xb9\x5b\x33\xc2\xab\xff\xcf\xba\x53\x8d\x33\xf4\xe5\x65\x4f\xf3\xe2\xf1\x94\xfd\x0e\x00\x00\xff\xff\xb3\xfa\x94\xc3\x40\x04\x00\x00" func lockedtokensUserDeposit_tokensCdcBytes() ([]byte, error) { return bindataRead( @@ -4565,11 +4544,11 @@ func lockedtokensUserDeposit_tokensCdc() (*asset, error) { } info := bindataFileInfo{name: "lockedTokens/user/deposit_tokens.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x71, 0x65, 0x1a, 0xf6, 0xfe, 0x33, 0x3b, 0xef, 0x7e, 0x92, 0x96, 0xc4, 0x72, 0xcd, 0xba, 0xd8, 0x88, 0xb6, 0xd7, 0x16, 0xe0, 0xd8, 0x97, 0xee, 0x55, 0x4e, 0x6d, 0x8d, 0x6c, 0xba, 0xaa, 0x32}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xb2, 0xcd, 0xb7, 0x9c, 0x7a, 0xb0, 0x16, 0x8e, 0xea, 0xab, 0x24, 0xad, 0xbb, 0xd, 0x63, 0xdc, 0x9d, 0x1, 0x29, 0xe9, 0x1f, 0xd5, 0x8, 0x93, 0xd2, 0xa9, 0xbc, 0x8, 0x57, 0xab, 0x83, 0xec}} return a, nil } -var _lockedtokensUserGet_locked_account_addressCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x90\xc1\x4e\xc3\x30\x0c\x86\xef\x79\x8a\x5f\x3d\xa0\xf6\xd2\x07\x40\xc0\x34\x71\x01\x69\x87\x09\xf1\x02\x69\xe2\x8c\x68\x69\x5c\x39\x8e\x38\x20\xde\x1d\xad\x1d\x65\x03\x7c\x49\x64\xf9\xfb\xfe\x38\x71\x9c\x58\x14\x3b\x76\x47\xf2\xaf\x7c\xa4\x5c\x10\x84\x47\x34\x97\xad\xc6\x18\xeb\x1c\x95\xd2\xda\x94\x3a\x84\x9a\x31\xda\x98\x5b\xeb\x1c\xd7\xac\xb7\xd8\x7a\x2f\x54\x4a\xb7\xde\xf0\x61\x0c\x00\x24\x52\xa4\xd9\xb4\x5d\x66\x9f\x73\xe0\x17\x0a\xb8\xc7\x81\xf4\xdc\xfb\xf6\x74\x33\x72\xaa\xde\xd9\xc9\x0e\x31\x45\x8d\x54\xfa\x81\x45\xf8\xfd\xee\xe6\xf2\x49\xfd\x7c\x3c\x71\xf2\x24\x0f\xed\x0a\x9e\xea\x6a\x6c\xf7\x3b\x7c\x5f\x87\x14\xdd\xde\xea\xdb\x0a\xfd\xe4\x6e\x36\x98\x6c\x8e\xae\x6d\x1e\xb9\x26\x8f\xcc\x8a\x25\x1d\x16\x42\x81\x84\xb2\x23\x28\x63\x9a\x35\xf8\xa3\x6f\xba\x65\x71\x21\xad\x92\xff\xdd\xbd\x3f\x90\x5e\x71\xe7\x3f\x6b\x3b\xf3\x69\xbe\x02\x00\x00\xff\xff\x5f\x74\xcf\x97\x91\x01\x00\x00" +var _lockedtokensUserGet_locked_account_addressCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x90\x41\x4e\xeb\x30\x10\x86\xf7\x3e\xc5\xaf\x2c\x9e\xec\x4d\x0e\xf0\x04\x54\x15\x1b\x90\xba\xa8\x10\x17\x70\xec\x49\xb1\xea\x7a\xa2\xf1\x58\x2c\x10\x77\x47\x4d\x4a\xa0\xc0\x6c\x6c\x59\xf3\x7d\xbf\x67\xd2\x69\x62\x51\x74\x3b\x0e\x47\x8a\xcf\x7c\xa4\x52\x3b\x63\x7c\x08\x54\xab\xf5\x39\x3b\x8c\xad\xe0\xe4\x53\xb1\x3e\x04\x6e\x45\xff\x63\x1b\xa3\x50\xad\x6e\xbd\xe1\xcd\x18\x00\xc8\xa4\xc8\xb3\x69\xbb\xf4\x3e\x96\x91\x9f\x68\xc4\x2d\x0e\xa4\x97\xb7\x4f\x8f\x9b\x91\x73\xf5\xc1\x4f\x7e\x48\x39\x69\xa2\xda\x0f\x2c\xc2\xaf\x37\xff\xbe\x7f\xa9\x9f\x8f\x07\xce\x91\xe4\xce\xae\xe0\xb9\xae\xda\x76\x3f\xc3\xf7\x6d\xc8\x29\xec\xbd\xbe\xac\xd0\x57\xee\x66\x83\xc9\x97\x14\x6c\x77\xcf\x2d\x47\x14\x56\x2c\xe9\xf0\x10\x1a\x49\xa8\x04\x82\x32\xa6\x59\x83\x5f\xfa\xce\x2d\x83\x0b\x69\x93\xf2\xe7\xec\xfd\x81\xf4\x8a\xbb\xec\xcc\x3a\xf3\x6e\x3e\x02\x00\x00\xff\xff\x07\x36\xed\x4e\x7f\x01\x00\x00" func lockedtokensUserGet_locked_account_addressCdcBytes() ([]byte, error) { return bindataRead( @@ -4585,11 +4564,11 @@ func lockedtokensUserGet_locked_account_addressCdc() (*asset, error) { } info := bindataFileInfo{name: "lockedTokens/user/get_locked_account_address.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xa4, 0x1c, 0x7f, 0x55, 0xaa, 0x4, 0xd5, 0x1d, 0x5b, 0xbd, 0xdf, 0x3f, 0x2f, 0xe4, 0x4f, 0x2f, 0x22, 0x93, 0x27, 0x85, 0x4b, 0x23, 0x56, 0xaf, 0x5e, 0xc5, 0xd, 0x28, 0x5f, 0xee, 0x60, 0x44}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xf1, 0xcd, 0x6e, 0x84, 0xbc, 0x4c, 0xe8, 0x2, 0xf1, 0x8a, 0x85, 0x63, 0xae, 0xfc, 0xb, 0x69, 0x33, 0x87, 0x87, 0x21, 0xd2, 0x6c, 0xab, 0xf4, 0xe7, 0x1c, 0xb8, 0xe1, 0x53, 0x89, 0x8, 0x42}} return a, nil } -var _lockedtokensUserGet_locked_account_balanceCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8f\xc1\x4a\xc3\x40\x10\x86\xef\xfb\x14\x3f\x39\x48\x72\xc9\x49\x3c\x14\xb5\x54\x41\x14\x7a\x28\xa2\x0f\x30\xd9\x4c\xea\xd2\xcd\x4e\x98\x9d\xa0\x20\xbe\xbb\x34\xd1\xda\xaa\x73\x59\x18\xe6\xfb\xfe\xfd\x43\x3f\x88\x1a\xd6\xe2\x77\xdc\x3e\xc9\x8e\x53\x46\xa7\xd2\xa3\x38\x5e\x15\xce\x91\xf7\x9c\x73\x49\x31\x56\xe8\xc6\x84\x9e\x42\x2a\xc9\x7b\x19\x93\x2d\xb0\x6a\x5b\xe5\x9c\xab\x05\x9e\xef\xc2\xdb\xc5\x39\xde\x9d\x03\x80\xc8\x86\x38\x89\x56\xf3\xe9\x43\xea\xe4\x91\x3b\x5c\x61\xcb\xf6\xb5\xfb\xd6\x54\x13\xb2\x9f\xda\xd3\x40\x4d\x88\xc1\x02\xe7\xba\x11\x55\x79\xbd\x3c\x3b\xfe\x51\x3d\x3d\xf7\x12\x5b\xd6\xeb\xf2\x00\xee\xe7\xe4\x6c\xfd\x3b\x7c\x33\x36\x31\xf8\x0d\xd9\xcb\x01\xfa\xc9\x5d\x2e\x31\x50\x0a\xbe\x2c\x6e\x65\x8c\x2d\x92\x18\xe6\x74\x10\x94\x3b\x56\x4e\x9e\x61\x82\x61\xd2\xe0\x8f\xbe\xa8\xe6\xe2\xca\x36\x6a\xfa\xb7\x7b\xbd\x65\x3b\xe1\x6e\x28\x52\xf2\x5c\x56\xee\xc3\x7d\x06\x00\x00\xff\xff\xf4\x54\xe0\xd6\x90\x01\x00\x00" +var _lockedtokensUserGet_locked_account_balanceCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8f\x41\x4b\xf3\x40\x10\x86\xef\xfb\x2b\x5e\x72\xf8\x48\x2e\x39\x7d\x78\x28\x6a\xa9\x82\x28\xf4\x50\x44\x7f\xc0\x64\x33\xa9\x4b\xb7\x33\x61\x77\x16\x05\xf1\xbf\x4b\x13\xad\x56\x9d\xcb\xc2\x32\xcf\xf3\xce\x1b\xf6\xa3\x26\x43\xb5\x56\xbf\xe3\xfe\x41\x77\x2c\xb9\x72\x8e\xbc\xe7\x9c\x6b\x8a\xb1\xc1\x50\x04\x7b\x0a\x52\x93\xf7\x5a\xc4\x16\x58\xf5\x7d\xe2\x9c\x9b\x05\x1e\x6f\xc2\xcb\xd9\x7f\xbc\x3a\x07\x00\x91\x0d\x71\x12\xad\xe6\xd5\x3b\x19\xf4\x9e\x07\x5c\x60\xcb\xf6\xf1\xf7\xa9\x69\x26\xe4\x30\xad\xa7\x91\xba\x10\x83\x05\xce\x6d\xa7\x29\xe9\xf3\xf9\xbf\xef\x17\xb5\xd3\x73\xab\xb1\xe7\x74\x59\x1f\xc1\xc3\x9c\xac\xad\x7f\x86\x6f\x4a\x17\x83\xdf\x90\x3d\x1d\xa1\xaf\xdc\xe5\x12\x23\x49\xf0\x75\x75\xad\x25\xf6\x10\x35\xcc\xe9\x20\x24\x1e\x38\xb1\x78\x86\x29\xc6\x49\x83\x5f\xfa\xaa\x99\x8b\x27\xb6\x92\xe4\xcf\xee\xed\x96\xed\x84\xbb\xa2\x48\xe2\xb9\x6e\xdc\x9b\x7b\x0f\x00\x00\xff\xff\x1d\xd0\xf8\x22\x7e\x01\x00\x00" func lockedtokensUserGet_locked_account_balanceCdcBytes() ([]byte, error) { return bindataRead( @@ -4605,11 +4584,11 @@ func lockedtokensUserGet_locked_account_balanceCdc() (*asset, error) { } info := bindataFileInfo{name: "lockedTokens/user/get_locked_account_balance.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x51, 0x2d, 0x23, 0x62, 0x8e, 0xdd, 0x89, 0x34, 0xc5, 0x3e, 0x78, 0xc5, 0xcd, 0x35, 0x2e, 0xcf, 0xa3, 0x3a, 0xed, 0x97, 0x92, 0x6e, 0x8, 0x74, 0x90, 0x9d, 0x36, 0x9d, 0x94, 0xe3, 0xc0, 0x6d}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xdb, 0xff, 0xe, 0x6b, 0x73, 0x74, 0x8b, 0xd7, 0x57, 0xc3, 0x90, 0x84, 0xd1, 0xe7, 0x2e, 0x75, 0x71, 0x6b, 0x5, 0x27, 0xe0, 0x4e, 0x9c, 0x14, 0xe8, 0x57, 0x2b, 0x6c, 0x67, 0x74, 0xbb, 0xa7}} return a, nil } -var _lockedtokensUserGet_multiple_unlock_limitsCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x90\x31\x6b\xfb\x30\x10\xc5\x77\x7d\x8a\x87\x87\x3f\xf6\xe2\xe9\x4f\x87\xd0\x34\x84\x42\x69\x21\x43\x28\xcd\x14\x32\x28\xf2\x39\x15\x91\x75\xe6\x24\xb7\x85\x90\xef\x5e\x2c\xc7\x6d\xdc\xf6\x16\x89\x7b\x77\x4f\x3f\x3d\xdb\xb4\x2c\x11\x2b\x36\x47\xaa\x5e\xf8\x48\x3e\xa0\x16\x6e\x90\x5d\xb7\x32\xa5\xb4\x31\x14\x42\xae\x9d\x2b\x50\x77\x1e\x8d\xb6\x3e\xd7\xc6\x70\xe7\x63\x98\x61\xbb\xac\x2a\xa1\x10\x76\xc5\x0c\xdb\xcd\x83\xfd\xb8\xf9\xbf\xc3\x49\x29\x00\x78\xd3\x02\x67\x1b\x9b\xe6\x46\x6d\x8e\xed\x6e\x90\x6b\x16\x5c\x8c\x60\xfd\x78\x0d\x38\x25\xb5\x2f\x47\x11\x2e\xe1\x2c\x07\xf1\xc9\xd7\xfc\x4c\x35\xe6\x38\x50\xbc\xf4\x46\x98\xe2\x6b\xad\xaf\xd2\xe8\x56\xef\xad\xb3\xd1\x52\x28\xf7\x2c\xc2\xef\xb7\xff\xae\xff\x56\xa6\xe3\x91\x5d\x45\x72\x97\x4f\x96\xfb\x9a\x8c\xae\x7e\x42\xac\xbb\xbd\xb3\x66\xad\xe3\xeb\x64\x71\xca\xb0\x58\xa0\xd5\xde\x9a\x3c\xbb\xe7\xce\x55\xf0\x1c\x31\x90\x40\x43\xa8\x26\x21\x6f\x08\x91\xd1\x26\x3b\xfc\x7a\x26\x2b\xd4\x77\x18\x29\xc9\x52\xb7\x2d\xf9\x2a\xff\x2b\x96\xf2\x40\x71\xe3\x7b\x65\xd5\xcf\xe6\xc5\x80\x73\x1e\x3c\x84\x62\x27\xfe\x62\xa3\xce\xea\x33\x00\x00\xff\xff\x76\x76\x5f\x52\x02\x02\x00\x00" +var _lockedtokensUserGet_multiple_unlock_limitsCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x90\x41\x4b\x03\x31\x10\x85\xef\xf9\x15\x8f\x3d\xc8\xee\x65\x4f\xe2\xa1\x58\x4b\x11\x44\xa1\x87\x22\xf6\x54\x7a\x48\xb3\xb3\x35\x34\x9d\x09\x49\x56\x85\xd2\xff\x2e\x9b\x6d\xd5\x55\xe7\xb2\x4b\xde\xbc\x97\x2f\xcf\x1e\xbc\x84\x84\x62\x21\x66\x4f\xcd\x8b\xec\x89\x63\xa1\x94\x36\x86\x62\x2c\xb5\x73\x15\xda\x8e\x71\xd0\x96\x4b\x6d\x8c\x74\x9c\xe2\x04\xeb\x79\xd3\x04\x8a\x71\x53\x4d\xb0\x5e\x3d\xd8\x8f\x9b\xeb\x0d\x8e\x4a\x01\xc0\x9b\x0e\x70\xf6\x60\xf3\xde\x45\x9b\x62\xbd\x19\xe4\x56\x02\xce\x41\xb0\x7c\xf9\x8d\x38\x66\xb5\x1f\x47\x09\x2e\xe3\xcc\x07\xf1\x89\x5b\x79\xa6\x16\x53\xec\x28\x9d\xcf\x2e\x30\xd5\x97\xad\x9f\xda\x68\xaf\xb7\xd6\xd9\x64\x29\xd6\x5b\x09\x41\xde\x6f\xaf\x7e\xbe\xad\xce\x9f\x47\x71\x0d\x85\xbb\x72\x64\xee\x67\xb4\xba\xf8\x0d\xb1\xec\xb6\xce\x9a\xa5\x4e\xaf\x23\xe3\x98\x61\x36\x83\xd7\x6c\x4d\x59\xdc\x4b\xe7\x1a\xb0\x24\x0c\x24\xd0\x08\xd4\x52\x20\x36\x84\x24\xf0\x39\x0e\x7f\xae\x29\x2a\xf5\x5d\x46\x6e\xb2\xd6\xde\x13\x37\xe5\x7f\xb5\xd4\x3b\x4a\x2b\xee\x95\x45\xbf\x5b\x56\x03\xce\x69\xc8\x08\x94\xba\xc0\xe7\x18\x75\x52\x9f\x01\x00\x00\xff\xff\xfa\x74\x3c\xea\xf0\x01\x00\x00" func lockedtokensUserGet_multiple_unlock_limitsCdcBytes() ([]byte, error) { return bindataRead( @@ -4625,11 +4604,11 @@ func lockedtokensUserGet_multiple_unlock_limitsCdc() (*asset, error) { } info := bindataFileInfo{name: "lockedTokens/user/get_multiple_unlock_limits.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x3f, 0xe, 0xa9, 0x44, 0x29, 0x58, 0xa8, 0xea, 0x68, 0x48, 0xe8, 0xbc, 0x31, 0xbe, 0x7d, 0xc4, 0x5e, 0x8c, 0xb8, 0xaa, 0x3e, 0x37, 0xdb, 0xc9, 0xe, 0x63, 0xbd, 0xc1, 0xcf, 0x8b, 0x36, 0x1a}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x42, 0x9b, 0x6e, 0xc1, 0xda, 0xeb, 0x96, 0xaa, 0x4c, 0x28, 0x28, 0x77, 0xce, 0x62, 0x9f, 0x3e, 0x50, 0xbb, 0x7, 0xd0, 0x64, 0xe4, 0x59, 0x31, 0xce, 0x26, 0x75, 0xbe, 0x2, 0x73, 0xa5, 0xf2}} return a, nil } -var _lockedtokensUserGet_total_balanceCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x55\x4d\x6f\xdb\x38\x10\xbd\xeb\x57\x0c\x72\xd8\x95\xb0\x86\x9c\xc3\xa2\x07\xa3\x0e\x90\x42\x48\x6b\x20\x68\x82\xd4\x6d\xcf\x94\x48\xd9\x44\x68\x52\x20\xa9\xa4\x45\xe0\xff\x5e\x88\x14\x69\x52\x96\x9c\xaf\xea\xe0\x0f\xf2\xcd\xbc\xc7\x79\xc3\x11\xdd\x35\x42\x6a\xb8\x6a\xf9\x86\x96\x8c\xac\xc5\x3d\xe1\x50\x4b\xb1\x83\xb3\x68\xed\x2c\x71\x48\x26\x1e\x23\x94\xfb\x1f\x21\x56\xc5\x1a\x95\x8c\x7c\xd3\xe8\x9e\xf2\x4d\x00\x8d\x37\x7c\xcc\xb5\xa8\xee\x09\x36\x79\x54\x8f\x0e\x97\xce\x92\x64\x3e\x87\xf5\x96\x2a\x50\x95\xa4\x8d\x86\x0d\xd1\x0a\xf4\x96\xc0\xfa\x66\x7d\x79\x0d\xbc\xdd\x95\x44\x82\xa8\xe1\xea\xfa\xe6\x27\x20\x0e\xa8\xaa\x44\xcb\x35\x88\x47\xae\x66\x80\x2a\x29\x94\x82\x96\x33\x93\x75\x06\xee\x1b\x71\x0c\xca\x8a\xc9\x0d\xc9\x25\xc6\x0a\xda\xa6\xcb\xad\x48\x9f\x57\x2d\xcc\x96\xb6\xf2\x28\x07\x2e\xe4\x0e\x31\xc7\x71\x6a\xcf\x25\x3f\x89\xc1\x84\x91\x0d\xd2\x47\x30\xb5\x45\x92\xe0\x71\x9a\x78\x6f\x9c\x66\x80\x09\x68\x92\x04\x55\x15\x51\x2a\x45\x8c\x65\x50\xb7\x1c\x76\x88\xf2\x14\x61\x2c\x89\x52\x8b\xae\x0a\xdd\x8f\x6c\x01\xdf\xaf\xe8\xaf\x0f\xff\xc3\x53\x92\x00\x00\x3c\x20\x09\xaa\xdd\xc1\x12\xce\xf3\x73\xbb\xc4\x88\xf6\x0c\xcb\xce\x97\x4b\xfb\xc7\x25\xcb\x2c\x8c\xd6\x06\xf9\x80\x5a\xa6\xef\x48\x0d\x4b\x17\x94\x57\xa8\x41\x25\x65\x54\x53\xa2\xf2\x52\x48\x29\x1e\x3f\xfe\xe3\xdb\x2a\xff\xd1\x45\x5c\xa4\xf3\xa6\x2d\x19\xad\xe6\xb5\xdb\xf8\x84\x18\xe2\x15\xc9\xe0\xc9\xe4\xef\x1e\xab\xac\xfb\xfc\xcf\x13\xe5\xa5\xc5\x19\xd0\xde\x6a\x99\xcf\xe1\x33\xd1\xb6\x50\xd0\xef\xdb\xae\xeb\x3a\xca\x35\x89\x13\xf8\xaf\x02\x2e\x30\x71\x25\x86\x46\x08\xa6\xfc\xd1\x45\xa3\xa9\xe0\x88\x7d\x15\xd8\x74\x35\x91\xd1\xe9\xbc\xb6\xf1\x63\x3e\x1d\xdf\x89\xfc\x90\xe9\xd6\x1c\x79\x7f\x91\xfa\x2c\xdd\xf3\x82\x90\x5b\xa4\xb7\x3e\x26\x36\x80\x0f\x74\x8e\xeb\x3f\xd4\xd4\xc5\xac\x78\x2d\x60\x39\x45\xde\xed\xa6\x06\x56\x2c\x62\x8a\x9c\xe2\x6c\xd4\x20\x97\x34\xd7\x42\x23\x66\xef\xf9\x8a\xdf\x91\x4a\x48\x9c\x66\xef\xb2\xab\x6f\x74\x21\x9f\xf1\xac\x70\xb8\xbf\x61\x99\x4f\x36\xee\x5a\xd8\xbf\x7d\x98\x8f\x98\xb0\x0a\xc7\xf2\x46\x55\xc7\x46\xf9\x88\x69\xb7\x8a\x10\x12\x4b\x74\xfe\x85\xbc\xb9\x5d\x9c\x45\xc0\x03\xcd\x10\x4d\x71\x70\x96\x31\xd7\x23\x85\x53\xd6\x8f\x99\xbf\x25\x10\xfb\x0c\xb6\xa0\xe0\x4d\xfa\x7d\xe4\xaf\x7d\x85\xf4\xf3\xa8\x23\x7c\x8d\xcf\xe1\xfb\x27\x37\x5f\x5f\x04\xc3\x44\x0e\x7c\x8d\x60\x47\x84\xcf\x5e\x47\x36\x2e\xf1\xe4\x09\x0e\x9e\xdb\xf7\xd5\x58\x71\xc2\xa9\x37\xf4\x60\x8c\x33\xdf\x10\x1d\x91\xf5\xe3\x35\xed\xe5\x0e\xd8\xdc\x2d\x14\x35\x20\xc6\xcc\xd2\xf1\x8c\x3c\xdc\xd1\x58\x9c\x4f\x18\x8c\xa4\x55\x01\xcb\x49\x61\x66\xc2\x14\x69\x38\xea\xdf\x31\x9a\x56\x45\x16\xa5\x79\xe5\x50\x0a\x7a\xf3\xf9\xa2\x4c\x4c\xa2\x97\x56\x26\xb8\x68\x27\xca\x73\xb8\xd2\xc7\x35\x7a\x69\x89\x7d\x8e\x89\x5a\xbf\x79\xc2\xc4\x95\x9f\x4d\xcc\x8e\xa1\x27\x6f\x1a\x1b\xc1\xb3\x4f\xe2\x5f\xbd\x61\x92\xe8\x56\xf2\x2e\x67\xb2\x4f\xfe\x04\x00\x00\xff\xff\xff\xc7\x1b\xb5\xfb\x0a\x00\x00" +var _lockedtokensUserGet_total_balanceCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x55\x41\x6f\x9b\x30\x14\xbe\xf3\x2b\x9e\x7a\xd8\x40\x8b\x48\x0f\xd3\x0e\xd1\x52\xa9\x13\xea\x16\xa9\x5a\xab\x2e\xdb\xce\x06\x9b\xc4\xaa\x63\x23\xdb\xb4\x9b\xaa\xfc\xf7\x09\x83\x0d\x26\x26\x4d\xdb\x71\x68\xa8\xfd\xde\xf7\x7d\x7e\x9f\xdf\x83\xee\x2a\x21\x35\x9c\x5d\xd5\x7c\x43\x73\x46\xd6\xe2\x9e\xf0\xb3\xc8\x2d\x33\xf1\x18\x58\x5a\x65\x6b\x94\x33\xf2\x43\xa3\x7b\xca\x37\xfd\xde\xb5\x28\xee\x09\x36\x09\xea\x2c\x8a\xe6\x73\x58\x6f\xa9\x02\x55\x48\x5a\x69\xd8\x10\xad\x40\x6f\x09\xac\x6f\xd6\x97\xd7\xc0\xeb\x5d\x4e\x24\x88\x12\xae\xae\x6f\x7e\x03\xe2\x80\x8a\x42\xd4\x5c\x83\x78\xe4\x6a\x06\xa8\x90\x42\x29\xa8\x39\x33\xa8\x33\xb0\xbf\x88\x63\x50\x2d\x75\x6a\x48\x2e\x31\x56\x50\x57\x0d\xb6\x22\x1d\xae\x5a\x98\x2d\x6d\xb4\x00\xe5\xc0\x85\xdc\x21\x66\x39\x8e\xed\x59\xf0\xa3\x31\x98\x30\xb2\x41\xfa\x20\x4c\x6d\x91\x24\x38\x4c\xe3\xef\x85\x69\x46\x31\x03\x9a\x28\x42\x45\x41\x94\x8a\x11\x63\x09\x94\x35\x87\x1d\xa2\x3c\x46\x18\x4b\xa2\xd4\xa2\xa9\x42\xf3\x92\x2c\xe0\xe7\x15\xfd\xf3\xe9\x23\x3c\x45\x11\x00\xc0\x03\x92\xa0\xea\x1d\x2c\xe1\x3c\x3d\x6f\x97\x18\xd1\x8e\x61\xd9\xf8\x72\xd9\xfe\x63\xc1\x92\x36\x8c\x96\x26\xf2\x01\xd5\x4c\xdf\x91\x12\x96\x36\x29\x2d\x50\x85\x72\xca\xa8\xa6\x44\xa5\xb9\x90\x52\x3c\x7e\x7e\xe7\x2e\x4b\xfa\xab\xc9\xb8\x88\xe7\x55\x9d\x33\x5a\xcc\x4b\xbb\xf1\x05\x31\xc4\x0b\x92\xc0\x93\xc1\x6f\x9e\x56\x59\xf3\xf7\x83\x23\x4a\xf3\x36\xce\x04\xed\x5b\x2d\xf3\x39\x7c\x25\xba\x2d\x14\x74\xfb\x50\x4a\xb1\x33\x37\xca\x5e\x12\x2b\xf0\xbd\x02\x2e\x30\xb1\x25\x86\x4a\x08\xa6\xdc\xd1\x45\xa5\xa9\xe0\x88\x7d\x17\xd8\xdc\x61\x22\xbd\xd3\x39\x6d\xe1\x63\x3e\x1d\x76\x40\xda\x23\xdd\x9a\x23\xef\x2f\x62\x87\xd2\x3c\x27\xa4\xdc\x22\xbd\x75\x39\xbe\x01\x7c\xa4\x33\xac\xbf\xaf\xa9\xcd\x59\xf1\x52\xc0\x72\x8a\xbc\xd9\x8d\x4d\x58\xb6\xf0\x29\x52\x8a\x93\xa0\x41\x16\x34\xd5\x42\x23\xd6\xf6\xf9\x8a\xdf\x91\x42\x48\x1c\x27\x6f\xb2\xab\xbb\xe8\x42\x3e\xe3\x59\x66\xe3\xfe\x87\x65\x0e\x2c\xec\xda\xf0\xfe\x76\x69\x2e\x63\xc2\x2a\xec\xcb\x0b\xaa\xf6\x8d\x72\x19\xd3\x6e\x65\xc3\x10\x5f\xa2\xf5\x6f\xc8\x9b\xb6\x8b\x33\x2f\xb0\xa7\x19\x47\x53\x3c\x38\x4b\xc8\x75\x4f\xe1\x94\xf5\x21\xf3\xb7\x04\x7c\x9f\xa1\x2d\x28\x38\x93\xfe\x1e\xf8\xdb\x7e\x42\xba\x79\xd4\x10\xbe\xc4\xe7\xe1\xf7\x27\x35\x3f\xdf\x04\xc3\x44\x8e\x7c\xf5\xc2\x0e\x08\x9f\x6d\x47\x16\x96\x78\xf4\x04\xbd\xe7\xed\xf7\x2a\x54\x9c\xe1\xd4\x1b\x7b\x10\xe2\x4c\x37\x44\x7b\x64\xdd\x78\x8d\x3b\xb9\x23\x36\xdb\x85\xa2\x04\xc4\x98\x59\x3a\x9c\x91\x7d\x8f\xfa\xe2\x1c\xe0\x60\x24\xad\x32\x58\x4e\x0a\x33\x13\x26\x8b\x87\xa3\xfe\x0d\xa3\x69\x95\x25\x1e\xcc\x0b\x87\xd2\xe0\x6e\x3e\x5f\x94\x89\x49\x74\x6a\x65\x06\x8d\x76\xa4\x3c\x7d\x4b\x1f\xd6\xe8\xd4\x12\x3b\x8c\x89\x5a\xbf\x7a\xc2\xf8\x95\x9f\x4d\xcc\x8e\xb1\x27\xaf\x1a\x1b\x83\x67\x1f\xf9\x6f\x9d\x61\x92\xe8\x5a\xf2\x06\x33\xda\x47\xff\x02\x00\x00\xff\xff\xb5\x00\x6c\xdd\xaf\x0a\x00\x00" func lockedtokensUserGet_total_balanceCdcBytes() ([]byte, error) { return bindataRead( @@ -4645,11 +4624,11 @@ func lockedtokensUserGet_total_balanceCdc() (*asset, error) { } info := bindataFileInfo{name: "lockedTokens/user/get_total_balance.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x55, 0x8, 0x27, 0xe, 0x25, 0x30, 0xdf, 0xb4, 0x9b, 0xdf, 0x6d, 0x5, 0xd5, 0xf1, 0xd8, 0x3a, 0xef, 0xc2, 0x45, 0x3a, 0xa1, 0xd2, 0x90, 0x9, 0xf6, 0x54, 0x3c, 0xdb, 0x11, 0x6e, 0xa9, 0x9e}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xc9, 0x8d, 0x50, 0xe9, 0xb7, 0x17, 0xcc, 0x7f, 0xd0, 0xf3, 0x3f, 0xcd, 0xa5, 0x8c, 0x1a, 0x15, 0x7c, 0x76, 0x60, 0xcc, 0x47, 0x2c, 0xbd, 0x93, 0x77, 0x20, 0x1b, 0xd0, 0xaa, 0xfd, 0x7f, 0x48}} return a, nil } -var _lockedtokensUserGet_unlock_limitCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8f\x41\x4b\xc3\x40\x10\x85\xef\xfb\x2b\x1e\x39\x48\x72\xc9\x49\x3c\x14\xb5\x14\x41\x14\x72\x28\x62\x7f\xc0\x66\x33\xa9\x4b\x37\x3b\x61\x76\x16\x05\xf1\xbf\x4b\x12\xad\x55\x3b\x97\x85\xd9\xf7\xbe\x37\xcf\x0f\x23\x8b\xa2\x61\x77\xa0\xee\x99\x0f\x14\x13\x7a\xe1\x01\xc5\xe9\xaa\x30\xc6\x3a\x47\x29\x95\x36\x84\x0a\x7d\x8e\x18\xac\x8f\xa5\x75\x8e\x73\xd4\x15\x36\x5d\x27\x94\x52\xb5\xc2\xee\xde\xbf\x5d\x5d\xe2\xdd\x18\x00\x08\xa4\x08\x33\x68\xb3\x48\x1f\x63\xcf\x4f\xd4\xe3\x06\x7b\xd2\xaf\xdd\x37\xa6\x9a\x2d\xd3\xd4\xce\x8e\xb6\xf5\xc1\xab\xa7\x54\xb7\x2c\xc2\xaf\xd7\x17\xa7\x17\xd5\xf3\xf3\xc0\xa1\x23\xb9\x2d\x8f\xc6\x69\x7e\xc9\x9a\xbf\xe1\xdb\xdc\x06\xef\xb6\x56\x5f\x8e\xa6\x9f\xdc\xf5\x1a\xa3\x8d\xde\x95\xc5\x1d\xe7\xd0\x21\xb2\x62\x49\x87\x85\x50\x4f\x42\xd1\x11\x94\x31\xce\x18\xfc\xc3\x17\xd5\x52\x5c\x48\xb3\xc4\xb3\xdd\xeb\x3d\xe9\x2e\x4e\x3f\x8d\x1f\xbc\x96\x95\xf9\x30\x9f\x01\x00\x00\xff\xff\x4e\xa6\xd0\xc0\x87\x01\x00\x00" +var _lockedtokensUserGet_unlock_limitCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8f\x4f\x4b\xc4\x30\x14\xc4\xef\xf9\x14\x43\x0f\xd2\x5e\x7a\x12\x0f\x8b\xba\x2c\x82\x28\xec\x61\x11\xf7\x03\xa4\xe9\xeb\xfa\xd8\xf4\xbd\x92\xbc\xa2\x20\x7e\x77\x69\xab\xeb\xdf\xb9\x04\x92\x99\xdf\x64\xb8\x1f\x34\x19\x8a\xad\x86\x23\xb5\x8f\x7a\x24\xc9\x85\x73\x3e\x04\xca\xb9\xf4\x31\x56\xe8\x46\x41\xef\x59\x4a\x1f\x82\x8e\x62\x2b\x6c\xda\x36\x51\xce\xd5\x0a\xfb\x5b\x7e\xb9\x38\xc7\xab\x73\x00\x10\xc9\x10\x67\xd0\x66\xb1\xde\x4b\xa7\x0f\xd4\xe1\x0a\x07\xb2\x8f\xbb\x4f\x4c\x35\x47\x26\xd5\xc1\x0f\xbe\xe1\xc8\xc6\x94\xeb\x46\x53\xd2\xe7\xcb\xb3\xef\x3f\xaa\xe7\xe3\x4e\x63\x4b\xe9\xba\x3c\x05\x27\xfd\xb0\x6d\x7f\x97\xef\xc6\x26\x72\xd8\x79\x7b\x3a\x85\xbe\x7a\xd7\x6b\x0c\x5e\x38\x94\xc5\x8d\x8e\xb1\x85\xa8\x61\x69\x87\x47\xa2\x8e\x12\x49\x20\x98\x62\x98\x31\xf8\x83\x2f\xaa\x65\x78\x22\x1b\x93\xfc\xbb\xbd\x3e\x90\xed\x65\x7a\xd9\x72\xcf\x56\x56\xee\xcd\xbd\x07\x00\x00\xff\xff\x3d\x40\x2a\x6a\x75\x01\x00\x00" func lockedtokensUserGet_unlock_limitCdcBytes() ([]byte, error) { return bindataRead( @@ -4665,11 +4644,11 @@ func lockedtokensUserGet_unlock_limitCdc() (*asset, error) { } info := bindataFileInfo{name: "lockedTokens/user/get_unlock_limit.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x6f, 0xf9, 0x2, 0x6b, 0x3a, 0x2a, 0x9b, 0x2f, 0xb6, 0xec, 0x74, 0x3b, 0x63, 0xa6, 0x99, 0x2e, 0x44, 0xaa, 0xa7, 0xfd, 0xf7, 0x7f, 0x81, 0xb1, 0x1c, 0x70, 0xf, 0xe3, 0xf1, 0x6f, 0xe4, 0xd4}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x15, 0x1c, 0x3d, 0xcf, 0x56, 0x53, 0x36, 0x98, 0xa7, 0x51, 0xc4, 0x13, 0xbb, 0x82, 0x18, 0xd9, 0xc2, 0x0, 0x46, 0xc6, 0xe, 0x43, 0xd2, 0x98, 0xa3, 0x3c, 0xe7, 0x7d, 0x3a, 0xd1, 0x20, 0x6d}} return a, nil } -var _lockedtokensUserWithdraw_tokensCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x94\xcf\x6e\xd4\x30\x10\xc6\xef\x79\x8a\xaf\x39\x54\x89\x54\xd2\x0b\xe2\xb0\x2a\x54\x80\x54\x71\x40\x02\x41\x29\xe7\x59\x67\xb2\x31\xcd\x7a\x22\x7b\xd2\xad\x40\x7d\x77\xe4\xfc\x23\x01\x6d\xcb\xa5\xbe\x58\xb1\x67\x7e\x33\xf3\x8d\x27\x76\xdf\x8a\x57\x5c\x75\x6e\x67\xb7\x0d\x5f\xcb\x2d\x3b\x54\x5e\xf6\x48\x57\x67\x69\x32\x59\x36\x72\x58\x59\x4d\xdf\xb3\xc5\x47\x31\xb7\x5c\xf6\x67\x61\x34\x5a\x1e\xa5\x49\xa2\x9e\x5c\x20\xa3\x56\x5c\x46\x7b\xe9\x9c\x6e\xf0\xed\xca\xde\xbf\x7a\x99\xe3\x57\x92\x00\x40\xc3\x8a\x5a\x9a\x92\xfd\x17\xae\x36\xa0\x4e\xeb\x6c\x49\x29\xfa\xed\x53\xcb\x9e\x22\x26\x9c\xad\x4b\x28\xbe\x5b\xad\x4b\x4f\x87\x1c\xa7\xff\xba\x7d\xe8\xc1\x73\x9c\x3b\xea\x1a\xfd\x13\xe6\x28\x68\x2e\xb5\xb8\x89\x1e\x43\xa2\xad\xe7\x96\x3c\x67\x64\x8c\x8e\x80\x77\xe2\xbd\x1c\x6e\xa8\xe9\x38\xc7\xe9\x5b\x63\x62\x85\xb1\x32\x8c\x2b\x70\x53\x15\x73\x75\x78\x8d\xe8\x5c\x04\x15\x4f\x3b\x2e\xb6\xbd\xfb\xc5\x73\x94\xfc\x26\x8b\xfd\xd8\xe0\xd8\xfd\xd7\x21\x85\xcf\xa4\x75\x3e\x67\x1b\xd7\xe5\x25\x5a\x72\xd6\x64\xe9\x7b\x72\x4e\x14\x87\x31\x18\x9a\x1e\x05\xed\x59\x27\xb8\xae\x19\xc1\xee\x1c\x7b\x48\x05\xad\x19\x8b\x66\x23\x5d\x41\xa7\x55\x18\x71\x86\x34\x4b\x4b\xe1\x80\x48\xaf\xe9\x8e\x41\x0e\x14\x82\x18\x4b\xca\xe5\x14\x87\x06\x35\xcf\x90\xe6\x8f\xb3\x82\xc4\xe8\x9e\x41\x9e\xe1\x64\x9d\x27\x54\xe6\x0a\x8a\x34\xcf\x93\x75\x6b\xa6\x07\xf1\x58\x67\xfe\xf7\x95\x4c\x92\x9f\x8f\x90\xf3\x6a\xba\xef\xaf\x8f\xc9\xbc\xd0\x71\x56\x25\x12\x18\xb4\x18\xc1\x1e\x01\xd9\xfe\x60\xa3\x20\xed\xf5\x6e\x49\xeb\xa7\x84\x3e\x92\x4c\xf1\xa4\xaa\x8b\xb4\xf6\x5d\x50\x58\x67\xd5\x52\x63\x7f\x72\x8c\x6d\xfd\xd4\x9f\x5e\x5d\x68\x6d\xc3\x30\x5d\xa8\xac\x0f\x7a\x12\xa5\x8e\xbc\x87\x41\x70\xbe\x67\xd3\x29\xff\x3d\x19\x93\xfc\x45\xc9\xad\x04\xab\xa3\x82\x17\x2f\xd6\x73\x53\x4c\x1d\x9c\xff\x21\xc3\x3e\xc7\x78\x48\x7e\x07\x00\x00\xff\xff\x7e\x51\x49\xe6\xde\x04\x00\x00" +var _lockedtokensUserWithdraw_tokensCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x94\x41\x6f\xd4\x30\x10\x85\xef\xf9\x15\xaf\x39\x54\x89\x54\xdc\x0b\xe2\xb0\x2a\x54\x80\x54\x71\x40\x02\x41\x29\xe7\x59\x67\xb2\x31\xcd\x7a\x22\x7b\xd2\xad\x40\xfd\xef\xc8\xc9\x26\x6c\x8a\xb6\xe5\x82\x2f\x91\x6c\xcd\xf7\xde\xbc\xb1\xe3\xb6\x9d\x04\x45\x7e\xd5\xfb\x8d\x5b\xb7\x7c\x2d\xb7\xec\xf3\x6c\xde\x6e\x65\xf7\x68\xeb\xa3\xd8\x5b\xae\x86\xcd\x98\x67\x99\x06\xf2\x91\xac\x3a\xf1\x05\x6d\xa5\xf7\xba\xc2\xb7\x2b\x77\xff\xea\x65\x89\x5f\x59\x06\x00\x2d\x2b\x1a\x69\x2b\x0e\x5f\xb8\x5e\x81\x7a\x6d\x8a\x43\x8a\x19\x3e\x9f\x3a\x0e\x94\x30\xf1\x0c\x0b\x37\xe6\xbb\xd3\xa6\x0a\xb4\x2b\x71\xfa\x77\xd9\x87\x01\x3c\xeb\xdc\x51\xdf\xea\x1f\x99\xa3\xa0\xb9\x31\x73\x93\x2a\x46\xa3\x5d\xe0\x8e\x02\x17\x64\xad\xee\x01\xef\x24\x04\xd9\xdd\x50\xdb\x73\x89\xd3\xb7\xd6\xa6\x0e\x53\x67\xd8\xaf\xc8\x6d\x6d\xe6\xee\xf0\x1a\xa9\xd8\x44\x95\x40\x1b\x36\xeb\xa1\xfc\xe2\x7f\xb4\xfc\xa6\xa8\x83\x6c\x57\x38\x76\xfe\x75\xb4\xf0\x99\xb4\x29\x67\xb7\x69\x5d\x5e\xa2\x23\xef\x6c\x91\xbf\x27\xef\x45\xb1\xdb\x8b\xa1\x1d\x50\xd0\x81\x75\x82\xeb\x86\x11\xdd\xc6\x73\x80\xd4\xd0\x86\x71\x30\x6c\xe4\x0b\xe8\xb4\x8c\x15\x6f\x49\x8b\xbc\x12\x8e\x48\xf4\x86\xee\x18\xe4\x41\x31\x8a\x75\xa4\x5c\x4d\x3a\x34\xa6\x79\x86\xbc\x7c\x9a\x15\x25\xa9\x07\x06\x05\x86\x97\xa5\x4f\xa8\xcc\x1d\x98\xbc\x2c\xb3\xe5\x68\xa6\x0b\xf1\xd4\x64\xfe\xf5\x96\x4c\x91\x9f\xef\x21\xe7\xf5\x74\x3e\x1c\x1f\x8b\xf9\x20\xc7\x39\x95\x44\x60\x10\x66\x05\x0c\x08\xc8\xfa\x07\x5b\x05\xe9\x90\x77\x47\xda\x3c\x17\xf4\x11\x33\xe6\xd9\x54\x0f\x6c\x6d\xfb\xa8\x70\xde\xa9\xa3\xd6\xfd\xe4\xa4\xed\xc2\x34\x9f\x21\x5d\x68\xe3\xe2\xf8\xba\x50\xbb\x10\xf5\x24\x45\x9d\x78\x0f\x63\xe0\x7c\xcf\xb6\x57\x7e\xfc\x32\xa6\xf8\x4d\xc5\x9d\x44\xa7\xfb\x04\x2f\x5e\x2c\xdf\x8d\x99\x26\x38\xff\x43\xc6\xef\xac\xf1\x90\xfd\x0e\x00\x00\xff\xff\x29\xbf\x49\x67\xaa\x04\x00\x00" func lockedtokensUserWithdraw_tokensCdcBytes() ([]byte, error) { return bindataRead( @@ -4685,11 +4664,11 @@ func lockedtokensUserWithdraw_tokensCdc() (*asset, error) { } info := bindataFileInfo{name: "lockedTokens/user/withdraw_tokens.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xad, 0xa6, 0x1e, 0x8, 0x77, 0xcd, 0x91, 0x72, 0x2e, 0x26, 0x2d, 0xd5, 0x50, 0xfb, 0x77, 0x93, 0xb5, 0xd8, 0x40, 0x6c, 0x93, 0xdc, 0x2b, 0x6d, 0x3d, 0xc7, 0xd0, 0x35, 0xd9, 0xcd, 0x4e, 0xf5}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xc1, 0xd7, 0x20, 0x55, 0xc1, 0x98, 0x77, 0xe9, 0xd8, 0xfa, 0xf6, 0x50, 0x2c, 0x28, 0xe8, 0xdb, 0xbd, 0xa6, 0xc9, 0x33, 0x14, 0x5d, 0xe, 0x35, 0x3e, 0xfd, 0x9f, 0x48, 0x27, 0x8b, 0xe5, 0x8f}} return a, nil } -var _nodeversionbeaconAdminChange_version_freeze_periodCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\x92\x4f\x6f\xd4\x40\x0c\xc5\xef\xf9\x14\x4f\x39\x94\xec\x25\xb9\x20\x0e\x11\x4b\xd5\x45\x42\xe2\x82\xaa\x42\x7b\x1f\x66\x9c\xcd\x48\x89\x1d\x79\x3c\x2c\x7f\xd4\xef\x8e\x92\x2c\x50\x35\x6c\x8f\xb1\xc7\xef\xf7\x9e\x9d\x38\x4e\xa2\x86\x4f\x12\xe8\x81\x34\x45\xe1\x03\x39\x2f\x8c\x4e\x65\x44\xb9\xa9\x97\x45\xd1\x34\x0d\xbe\xa8\xe3\xe4\xbc\x45\x61\x58\xef\x0c\x6e\x18\xe4\x94\x9e\xea\xdc\x84\x31\x32\x4c\xe0\x7b\xc7\x47\x5a\xc6\xac\x27\x04\xea\x22\x53\xc0\xb7\xf5\xd9\xfd\x14\x9c\xd1\x21\x77\x1d\x69\x51\xd8\x3f\xdd\x8a\xe9\xf4\x41\x89\x7e\xd2\x2d\x69\x94\xd0\xe2\xfe\x23\xdb\x9b\xd7\x3b\xfc\x2a\x0a\x60\xa0\xff\xb8\x5e\x98\x77\xd4\xb5\xb8\xda\xf4\xea\xa5\x39\x8f\x4e\x4a\x93\x53\xaa\x9c\xf7\xd6\xc2\x65\xeb\xab\x83\xa8\xca\xe9\xc1\x0d\x99\x76\xb8\xba\xf1\x5e\x32\xdb\x4c\x02\x80\xa6\xc1\xda\x87\x83\x52\x47\x4a\xec\x69\x4e\x36\xc7\xd9\x24\x8e\xe3\x34\xd0\x48\x6c\x91\x8f\x50\x4a\x92\xd5\xd3\xa2\x93\x68\xe8\xea\x8b\x9e\xb1\xc7\x6c\xa8\x4e\x26\xea\x8e\x54\x7f\x5d\x90\x6f\x2f\x05\x79\xb7\x48\x02\xd5\x7c\xa8\x76\xbb\x8a\xf5\xd5\xe7\x55\xec\xd6\x59\xbf\x3b\x0f\x5c\x5f\x63\x72\x1c\x7d\x55\xbe\x97\x3c\x04\x7e\x65\x58\x51\x97\x34\x70\x77\x0e\x51\xce\x12\x8f\xf3\x06\xe9\x3b\xf9\x6c\x74\xde\xcf\xcb\xb9\xea\x44\xf6\xa7\x21\x99\x83\xd3\x1f\x4f\xcf\xba\x3d\xf3\xb3\xc2\x5f\xe8\x24\xc9\x56\xe0\xd6\xe8\xf1\x65\xc6\x0e\xfb\xfd\x73\x5d\xb4\x28\xd7\x6f\x4c\x6b\xe1\xe4\x12\x58\x0c\x79\xf9\x25\x43\xb9\x80\x1f\x8b\xdf\x01\x00\x00\xff\xff\x1f\xd2\xbe\x76\x23\x03\x00\x00" +var _nodeversionbeaconAdminChange_version_freeze_periodCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\x92\x4f\x6f\xd4\x40\x0c\xc5\xef\xf9\x14\x4f\x39\x94\xec\x25\xb9\x20\x0e\x11\x4b\xd5\x45\x42\xe2\x82\xaa\x42\x7b\x1f\x66\x9c\xcd\x48\x89\x1d\x79\x3c\x2c\x7f\xd4\xef\x8e\x92\x2c\xb4\x6a\xb4\x3d\x66\x6c\xbf\xdf\x7b\x76\xe2\x38\x89\x1a\xca\x2f\x12\xe8\x81\x34\x45\xe1\x03\x39\x2f\x5c\x16\x45\xd3\x34\xf8\xa6\x8e\x93\xf3\x16\x85\x61\xbd\x33\xb8\x61\x90\x53\xc2\xb3\xfe\x9b\x30\x46\x86\x09\x7c\xef\xf8\x48\xcb\x98\xf5\x84\x40\x5d\x64\x0a\xf8\xb1\xb6\xdd\x4f\xc1\x19\x1d\x72\xd7\x91\x16\x85\x3d\xe9\x56\x4c\xa7\x4f\x4a\xf4\x9b\x6e\x49\xa3\x84\x16\xf7\x9f\xd9\xde\xbd\xdd\xe1\x4f\x51\x00\x03\x19\x36\xee\x16\xe6\x1d\x75\x2d\xae\x36\xb5\x7a\x29\xce\xa3\x93\xd2\xe4\x94\x2a\xe7\xbd\xb5\x70\xd9\xfa\xea\x20\xaa\x72\x7a\x70\x43\xa6\x1d\xae\x6e\xbc\x97\xcc\x36\x93\x00\xa0\x69\xb0\xd6\xe1\xa0\xd4\x91\x12\x7b\x9a\x93\xcd\x71\x36\x89\xe3\x38\x0d\x34\x12\x5b\xe4\x23\x94\x92\x64\xf5\xb4\xe8\x24\x1a\xba\xfa\xa2\x67\xec\x31\x1b\xaa\x93\x89\xba\x23\xd5\xdf\x17\xe4\xfb\x4b\x41\x3e\x2c\x92\x40\xd5\xa9\x8c\xed\x76\x15\x6b\xd7\xd7\x55\xec\xd6\x59\xbf\x3b\x0f\x5c\x5f\x63\x72\x1c\x7d\x55\x7e\x94\x3c\x04\x7e\x63\x58\x51\x97\x34\x70\x77\x0e\x51\xce\x12\x8f\xf3\x06\xe9\x27\xf9\x6c\x74\xde\xcf\xeb\xb9\xea\x44\xf6\xaf\x20\x99\x83\xd3\x5f\xcf\xcf\xba\x3d\xf3\x8b\x87\xff\xd0\x49\x92\xad\xc0\xad\xd1\xe3\xeb\x8c\x1d\xf6\xfb\x97\xba\x68\x51\xae\xdf\x98\xd6\x87\x93\x4b\x60\x31\xe4\xe5\x97\x0c\xe5\x02\x7e\x2c\xfe\x06\x00\x00\xff\xff\x5d\x1e\x9f\xbf\x0c\x03\x00\x00" func nodeversionbeaconAdminChange_version_freeze_periodCdcBytes() ([]byte, error) { return bindataRead( @@ -4705,11 +4684,11 @@ func nodeversionbeaconAdminChange_version_freeze_periodCdc() (*asset, error) { } info := bindataFileInfo{name: "nodeVersionBeacon/admin/change_version_freeze_period.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x4c, 0x60, 0x96, 0xf7, 0x76, 0x86, 0xbe, 0x53, 0x4e, 0x92, 0x54, 0x6, 0xb1, 0x20, 0x8d, 0x20, 0xf8, 0x11, 0x29, 0xfe, 0x14, 0x3e, 0xf6, 0x77, 0xe1, 0x2, 0x7a, 0xf3, 0x56, 0x5f, 0x27, 0xd3}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xd8, 0x32, 0x76, 0xe6, 0x7c, 0x7e, 0x5, 0xbd, 0x8f, 0xf6, 0x57, 0xf4, 0xb, 0xa7, 0x80, 0x41, 0xab, 0xb9, 0x30, 0xf2, 0xc8, 0xf9, 0x68, 0x86, 0xfd, 0x7e, 0x6d, 0x61, 0x26, 0x91, 0x73, 0x57}} return a, nil } -var _nodeversionbeaconAdminDelete_version_boundaryCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x52\xc1\x6e\xd4\x30\x10\xbd\xe7\x2b\x9e\xf6\x50\xb2\x97\xe4\x82\x38\x44\x40\xd5\xa5\x07\xb8\x20\x54\x96\xde\x67\x9d\xc9\xc6\xc2\xf1\x58\xce\x84\x82\x50\xff\x1d\xd9\xc9\xb6\x8b\xd2\x45\x5c\xfd\x66\xde\xbc\xf7\xfc\xec\x10\x24\x2a\x3e\x4b\xcb\xf7\x1c\x47\x2b\x7e\xc7\x64\xc4\xa3\x8b\x32\x60\xb3\x7a\xdf\x14\x45\x5d\xd7\xd8\x47\xf2\x23\x19\xb5\xe2\xa1\x3d\x29\xc8\x39\x79\x18\xcf\x79\x6e\xda\xc1\x7a\xa8\xa0\x65\xc7\xca\xd0\x9e\xf3\xea\x8f\x19\xc6\x41\x26\xdf\x52\xfc\x85\x81\x42\xb0\xfe\x88\x34\xdd\xf3\x09\xdf\xd3\xc1\x31\x48\xf3\xdb\x18\xd8\xd8\xce\x72\x9b\x19\x0e\x4e\xcc\x77\xf4\x6c\x8f\xbd\x22\x50\xa4\x81\x95\x63\x51\xe8\xb3\xa8\x32\xcf\x7c\xcc\x23\xbb\xe5\xd0\x5e\x6e\xb3\x92\x06\xdf\x3e\x79\x7d\xf3\x7a\x8b\xdf\x45\x01\x38\x7e\xc1\x7e\x16\x7f\xc7\x5d\x83\xab\x15\x56\x65\x30\xad\x86\xc8\x81\x22\x97\x64\x8c\x36\xa0\x49\xfb\x72\x27\x31\xca\xc3\x3d\xb9\x89\xb7\xb8\xba\x31\x46\x26\xaf\xe9\x12\x00\xd4\x35\x66\x1c\x84\xc8\x1d\x47\xf6\x86\x53\x44\xc9\xe3\x2a\xba\xc8\xa3\x4c\xd1\x70\x5e\x1d\xd9\x75\xd5\x45\x99\x78\x87\xa4\xa1\x1a\x55\x22\x1d\xb9\x3a\xe4\x2b\x6f\x2f\x69\x7f\x9f\x29\x81\x32\x7d\x72\xb3\x76\x3f\x4f\x7d\x9d\xc9\xbe\x90\xf6\xdb\x65\xe1\xfa\x1a\x81\xbc\x35\xe5\xe6\x83\x4c\xae\xf5\xaf\x14\xf3\xa9\x0b\x09\xe2\x6e\xf1\xb0\x49\x0c\x8f\x29\x33\xfe\xc9\x66\x52\x7e\x4e\xe4\xf6\xa9\x1e\x4f\xd5\xc8\xdd\x3b\x7f\xd0\x17\xcb\xf0\x77\x11\x4e\x7d\xfa\x8f\xb8\xaa\xb9\x92\x27\x6c\x59\x3c\xef\x4c\x83\x7f\x14\x68\xf1\xf2\xf8\x27\x00\x00\xff\xff\xb2\x03\xaa\xae\x3c\x03\x00\x00" +var _nodeversionbeaconAdminDelete_version_boundaryCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x52\xb1\x6e\xd4\x40\x10\xed\xfd\x15\x4f\x57\x04\x5f\x63\x37\x88\xc2\x02\xa2\x1c\x29\xa0\x41\x28\x1c\xe9\xe7\xd6\xe3\xf3\x8a\xf5\xce\x6a\x3d\x26\x20\x94\x7f\x47\xbb\xf6\x25\x39\x99\x43\xb4\xf3\xe6\xcd\xbc\xf7\xf4\xec\x10\x24\x2a\x36\x9f\xa5\xe5\x7b\x8e\xa3\x15\xbf\x63\x32\xe2\x37\x45\x51\xd7\x35\xf6\x91\xfc\x48\x46\xad\x78\x68\x4f\x0a\x72\x4e\x1e\x46\xbc\xd8\xbf\x69\x07\xeb\xa1\x82\x96\x1d\x2b\x43\x7b\xce\xd4\x1f\x33\x8c\x83\x4c\xbe\xa5\xf8\x0b\x03\x85\x60\xfd\x11\x69\xbb\xe7\x13\xbe\xa7\x83\x63\x90\xe6\xd9\x18\xd8\xd8\xce\x72\x9b\x2f\x1c\x9c\x98\xef\xe8\xd9\x1e\x7b\x45\xa0\x48\x03\x2b\xc7\xa2\xd0\x67\x51\x65\xde\xf9\x98\x57\x76\xcb\xa3\xbd\xdc\x66\x25\x0d\xbe\x7d\xf2\xfa\xe6\xf5\x16\xbf\x8b\x02\x70\xac\x58\xd9\xcc\xe2\xef\xb8\x6b\x70\xb5\xc2\xaa\x0c\x26\x6a\x88\x1c\x28\x72\x49\xc6\x68\x03\x9a\xb4\x2f\x77\x12\xa3\x3c\xdc\x93\x9b\x78\x8b\xab\x1b\x63\x64\xf2\x9a\x3e\x01\x40\x5d\x63\xc6\x41\x88\xdc\x71\x64\x6f\x38\x45\x94\x3c\xae\xa2\x8b\x3c\xca\x14\x0d\x67\xea\xc8\xae\xab\x2e\xca\xc4\x3b\x24\x0d\xd5\xa8\x12\xe9\xc8\xd5\x21\x7f\x79\x7b\x49\xfb\xfb\x7c\x12\x28\xbb\x28\x43\xb3\x76\x3f\x6f\x7d\x9d\x8f\x7d\x21\xed\xb7\x0b\xe1\xfa\x1a\x81\xbc\x35\xe5\xe6\x83\x4c\xae\xf5\xaf\x14\xf3\xab\x0b\x09\xe2\x6e\xf1\xb0\x49\x17\x1e\x53\x66\xfc\x93\xcd\xa4\xfc\x9c\xc8\xed\x53\x3d\x9e\xaa\x91\x64\x9d\x0d\xf4\xaf\x65\x38\x2f\xc2\xa9\x4f\xff\x11\x57\x35\x57\xf2\x84\x2d\xc4\x97\x9d\x69\xf0\x8f\x02\x2d\x5e\x1e\xff\x04\x00\x00\xff\xff\xac\xd5\xd1\xe7\x25\x03\x00\x00" func nodeversionbeaconAdminDelete_version_boundaryCdcBytes() ([]byte, error) { return bindataRead( @@ -4725,11 +4704,11 @@ func nodeversionbeaconAdminDelete_version_boundaryCdc() (*asset, error) { } info := bindataFileInfo{name: "nodeVersionBeacon/admin/delete_version_boundary.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xe2, 0xce, 0xdd, 0x99, 0x3c, 0x5e, 0x76, 0xfe, 0x27, 0x22, 0xe4, 0x7b, 0x78, 0x77, 0x89, 0xb6, 0x82, 0x89, 0x60, 0x66, 0xee, 0x3b, 0x76, 0xe7, 0xef, 0x52, 0xe7, 0xe7, 0x7a, 0x6b, 0x65, 0x71}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x7e, 0xb6, 0x2b, 0x65, 0xd0, 0x19, 0x1d, 0xbb, 0xca, 0xf, 0xbc, 0xfb, 0x24, 0x52, 0x6f, 0x2e, 0x58, 0xe5, 0xc5, 0xc0, 0xd2, 0xf9, 0x1c, 0x8f, 0x7f, 0xc2, 0xa0, 0x1c, 0x5e, 0x2, 0xb2, 0x54}} return a, nil } -var _nodeversionbeaconAdminHeartbeatCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x91\x41\x6f\xe2\x40\x0c\x85\xef\xf9\x15\x4f\x39\xb0\xe1\x92\xdc\xd1\xee\x22\xe0\xd2\x53\x55\x51\x89\xbb\x99\x38\x64\xa4\x64\x1c\x79\x9c\x52\xa9\xe2\xbf\x57\x64\x28\x45\xa2\xa2\x73\x1a\x7b\xec\xef\x3d\x7b\x7c\x3f\x88\x1a\x9e\xa5\xe6\x1d\x6b\xf4\x12\xd6\x4c\x4e\x02\x1a\x95\x1e\xf9\x5d\x3e\xcf\xb2\xaa\xc2\x86\xba\x2e\xc2\x5a\x46\xcf\xd6\x4a\x0d\x6b\xc9\xc0\xbd\xb7\x94\x35\xda\x77\x8c\xa3\xb7\x76\x0a\x7d\x70\xd2\xfb\x70\xc0\x5b\x42\xc5\xcc\x94\x42\x24\x67\x5e\x42\x31\xc7\x47\x96\x01\x40\xc7\x3f\x18\x79\x62\x52\xdb\x33\xd9\x96\x9b\x05\x66\x77\xef\xe5\xb5\x20\x41\x06\xe5\x81\x94\x0b\x72\xce\x16\xa0\xd1\xda\x62\x2d\xaa\x72\xdc\x51\x37\xf2\x1c\xb3\x95\x73\x32\x06\x3b\xab\xe2\x72\xaa\x0a\xa9\x06\x04\xe5\x86\x95\x83\x63\x98\x4c\xe6\x6f\x14\x57\x75\xef\x03\x94\xa3\x8c\xea\xf8\xda\x1e\xb9\x6b\xca\x87\xc6\xf1\x0f\x67\x3f\x65\x34\x51\x3a\x70\xb9\x9f\xd4\xfe\x3e\x9a\xe6\xff\x15\x0f\x14\xe7\xcf\x58\xdc\xef\xe6\xbb\xfa\x35\x81\x5f\xc8\xda\xf9\x4d\xe3\x72\x89\x81\x82\x77\x45\xbe\x91\xb1\xab\xc3\x1f\x43\x92\x7e\xc4\xc2\xf6\x32\x60\x9e\x50\x27\x00\xd3\x85\xdf\xd9\x8d\xc6\x37\x8b\xfb\x7d\xf2\xb2\xfd\x0a\x8a\x0b\x2d\x3b\x7d\x06\x00\x00\xff\xff\x23\xcb\x77\xbd\x74\x02\x00\x00" +var _nodeversionbeaconAdminHeartbeatCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x90\x41\x6b\xfa\x40\x10\xc5\xef\xf9\x14\x8f\x1c\xfc\xc7\x4b\x72\x97\x7f\x2b\xea\xa5\xa7\x52\x2c\x78\x1f\x37\x13\xb3\x90\xec\x84\xd9\x49\x2d\x14\xbf\x7b\x31\x6b\xad\x20\xd8\x3d\xed\xec\xce\xfc\xde\x7b\xe3\xfb\x41\xd4\x90\xbf\x4a\xcd\x3b\xd6\xe8\x25\xac\x99\x9c\x84\x3c\xcb\xaa\x0a\x1b\xea\xba\x08\x6b\x19\x3d\x5b\x2b\x35\xac\x25\x03\xf7\xde\xd2\xab\xd1\xbe\x63\x1c\xbd\xb5\x53\xe9\x83\x93\xde\x87\x03\x3e\x12\x2a\x66\xa6\x14\x22\x39\xf3\x12\x8a\x39\xbe\xb2\x0c\x00\x3a\x36\xdc\x09\xbe\x30\xa9\xed\x99\x6c\xcb\xcd\x02\xb3\xbb\xff\xf2\xda\x90\x20\x83\xf2\x40\xca\x05\x39\x67\x0b\xd0\x68\x6d\xb1\x16\x55\x39\xee\xa8\x1b\x79\x8e\xd9\xca\x39\x19\x83\x9d\x55\x71\x39\x55\x85\xd4\x03\x82\x72\xc3\xca\xc1\x31\x4c\x26\xf3\x37\x8a\xab\xba\xf7\x01\xca\x51\x46\x75\x7c\x1d\x8f\xdc\x35\xe5\x43\xe3\x78\xc2\xd9\x4f\x19\x4d\x94\x0e\x5c\xee\x27\xb5\xff\x8f\xd2\x3c\x5f\xf1\x40\xd1\xa8\xf4\x8b\xfb\xdd\xfc\x76\xbf\x27\xf0\x1b\x59\x3b\xbf\x19\x5c\x2e\x31\x50\xf0\xae\xc8\x37\x32\x76\x75\xf8\x67\x48\xd2\x8f\x58\xd8\x5e\x02\xe6\x09\x75\x02\x30\x5d\xf8\x93\xdd\x68\x7c\xb3\xb8\xbf\x93\x97\xed\x4f\x51\x5c\x68\xd9\xe9\x3b\x00\x00\xff\xff\x34\xcd\xeb\xa9\x5d\x02\x00\x00" func nodeversionbeaconAdminHeartbeatCdcBytes() ([]byte, error) { return bindataRead( @@ -4745,7 +4724,7 @@ func nodeversionbeaconAdminHeartbeatCdc() (*asset, error) { } info := bindataFileInfo{name: "nodeVersionBeacon/admin/heartbeat.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x9f, 0x2e, 0x33, 0xc2, 0x68, 0xee, 0x46, 0xb8, 0xb7, 0xd6, 0xdc, 0x46, 0x84, 0x75, 0x4a, 0xb1, 0xc1, 0x19, 0x4b, 0xaf, 0x3d, 0xb9, 0x5, 0x88, 0x7d, 0xd2, 0x59, 0x36, 0x2b, 0x5e, 0x7, 0x29}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xc3, 0xd9, 0x3, 0x59, 0x56, 0x76, 0x9e, 0xab, 0xb6, 0x1b, 0xa4, 0xf4, 0x58, 0x85, 0x9c, 0x88, 0x39, 0x7b, 0x95, 0x32, 0xe2, 0xbd, 0x2b, 0xf3, 0xbc, 0xd5, 0xb, 0x76, 0x3b, 0x69, 0xe1, 0x9a}} return a, nil } @@ -4769,7 +4748,7 @@ func nodeversionbeaconAdminSet_protocol_state_versionCdc() (*asset, error) { return a, nil } -var _nodeversionbeaconAdminSet_version_boundaryCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x54\x4f\x6b\xdb\x4e\x10\xbd\xeb\x53\x3c\x7c\xc8\x4f\x06\x23\x5d\x7e\x94\x22\x9a\x06\x27\x14\xda\x43\x43\x48\xdc\xdc\xc7\xab\x91\xad\x56\xda\x55\x77\x47\x76\x4b\xc9\x77\x2f\x2b\xad\x6d\x59\xb2\xa1\x27\xe3\xf9\xfb\xe6\xbd\xa7\x2d\xeb\xc6\x58\xc1\xa3\xc9\xf9\x95\xad\x2b\x8d\xbe\x67\x52\x46\xa3\xb0\xa6\xc6\x6c\x12\x9f\x45\x51\x9a\xa6\x58\x59\xd2\x8e\x94\x94\x46\x43\xb6\x24\xa0\xaa\x32\x7b\x37\x9c\xb3\xcc\xeb\x52\x43\x0c\x28\xcf\x41\xd0\xbc\xc7\xae\xcf\xf8\xa0\x6c\xb9\x1b\x74\x0c\xd1\xba\x62\xe4\x5c\x94\xba\xd4\x1b\xd0\x31\xb1\x36\xad\xce\xc9\xfe\x06\x89\x6f\x82\x90\xdd\xb0\xdc\x57\x46\xfd\xf8\xcc\xe5\x66\x2b\x51\x24\x27\x30\x71\x04\xbf\xe9\x2b\x7d\x37\x36\xc3\xb7\x2f\x5a\xde\x2f\x42\xa8\xd4\xe3\xd0\x13\x89\xda\x8e\x42\x96\x9f\xb9\x62\x72\x9c\xe1\x45\x6c\xa9\x37\x3e\xb1\x3e\x6d\xeb\xcb\xdf\xfd\x1f\xcd\xf1\x27\x8a\x80\x8a\x2f\x90\xd7\x9d\xfe\xcc\x45\x86\x9b\x49\x2e\xe9\x92\xa1\x53\xf3\xfe\x90\x0c\x67\x66\xd3\x69\xc9\xa8\xc4\xaf\x6d\x2c\x37\x64\x39\x26\xa5\x24\x03\xb5\xb2\x8d\xef\x8d\xb5\x66\xff\x4a\x55\xcb\x73\xdc\x2c\x95\x32\xad\x16\x8f\x12\x00\xd2\x14\x0f\x96\x49\xb8\xe3\x70\xa8\x45\xa7\xb3\x0f\x36\xe4\x1c\xe7\x68\xc8\x52\xcd\xc2\xd6\x75\x8d\xe7\x28\x71\x7b\x01\xde\x0b\xd7\x3b\xb6\x71\x57\x0e\xd4\x3d\xf5\x07\x11\x16\xa8\x7b\xe2\x0f\x12\x2c\xd0\xf4\xb4\x1f\x04\x58\xf8\x63\x8e\xa4\x9f\x69\xd0\x8d\x9c\x47\xdd\x8f\xe3\xaa\x48\xa6\x7c\x5d\x44\x34\xaa\x89\xcf\xf4\x1b\xfc\x59\x1c\x58\xc8\x06\x37\x86\x7d\x69\x8a\x9e\x51\x10\x2c\x17\x6c\x59\x2b\x0e\xce\x9d\xda\xdc\xb2\x33\xad\x55\x7c\x82\x7a\xd5\x14\xb8\x85\x57\x2d\x71\x62\x2c\x6d\x38\x59\x77\x5b\x3e\x5c\x73\xca\xc7\xc0\x6b\xec\x85\xba\xe4\x8e\xae\xea\xa5\x1f\xf6\x44\xb2\x9d\x87\x86\xbb\x3b\x34\xa4\x4b\x15\xcf\x1e\x4c\x5b\xe5\xfa\x3f\x41\xbf\xea\xda\x0c\x3c\x87\x23\x66\x7e\xc4\x9b\xa7\x81\x7f\xb1\x6a\x85\x4f\x26\x5a\xe6\xf9\xc4\x41\x81\x93\xb3\x2f\xf9\x1f\x78\x48\x1c\xcb\x58\xa8\xdd\xf8\x63\xb8\xa2\xfa\x11\x60\x63\x9c\x04\x74\xd3\xab\x36\xd3\x05\x5c\x14\xac\xa4\xdc\xf1\x72\xf8\x84\x9c\x99\x62\x9e\x04\x14\x81\x47\x20\x71\x62\x4b\x25\x9f\x7e\xb6\x54\xad\x4c\x7c\x05\xd3\xa1\x6d\x8e\x0c\xb3\xc7\x01\x3f\x7b\x72\xd0\x46\xfc\x3b\xc8\xf9\x88\xad\x95\x27\x6b\xd6\x5d\xf3\x16\xfd\x0d\x00\x00\xff\xff\x00\x49\xaa\xf2\x8c\x05\x00\x00" +var _nodeversionbeaconAdminSet_version_boundaryCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x54\xcd\x6a\xdb\x4c\x14\xdd\xeb\x29\x0e\x5e\xe4\x93\xc1\x48\x9b\x8f\x52\x44\xd3\xe0\x84\x42\xbb\x68\x08\x49\x9a\xfd\xf5\xe8\xca\x56\x2b\xcd\xa8\x33\x57\x76\x4b\xc9\xbb\x97\x19\x8d\xff\xa4\x18\xba\x32\xbe\xbf\xe7\x9e\x73\x34\x75\xdb\x19\x2b\x98\xdd\x9b\x92\x5f\xd8\xba\xda\xe8\x5b\x26\x65\xf4\x2c\x49\xf2\x3c\xc7\xb3\x25\xed\x48\x49\x6d\x34\x64\x43\x02\x6a\x1a\xb3\x73\x38\xa9\x5f\x96\x6d\xad\x21\x06\x54\x96\x20\x68\xde\x61\x3b\x64\x7c\x50\x36\x1c\x06\x1d\x42\xb4\x6a\x18\x25\x57\xb5\xae\xf5\x1a\x74\x48\xac\x4c\xaf\x4b\xb2\xbf\x41\xe2\x9b\x20\x64\xd7\x2c\xb7\x8d\x51\x3f\x3e\x73\xbd\xde\x48\x92\xc8\x11\x4c\x9a\xc0\x6f\xfa\x4a\xdf\x8d\x2d\xf0\xed\x8b\x96\xf7\x8b\x18\xaa\xf5\x38\xf4\x40\xa2\x36\xa3\x90\xe5\x47\x6e\x98\x1c\x17\x78\x12\x5b\xeb\xb5\x4f\xac\x8e\xdb\x86\xf2\x77\xff\x27\x73\xfc\x49\x12\xa0\x61\xc1\x84\xa4\x70\xfa\x23\x57\x05\xae\x26\xb9\x2c\x24\x63\xa7\xe6\xdd\x3e\x19\xcf\x2c\xa6\xd3\xb2\x51\x89\x5f\xdb\x59\xee\xc8\x72\x4a\x4a\x49\x01\xea\x65\x93\xde\x1a\x6b\xcd\xee\x85\x9a\x9e\xe7\xb8\x5a\x2a\x65\x7a\x2d\x1e\x25\x00\xe4\x39\xee\x2c\x93\x70\xe0\xf0\x54\x8b\xca\x9a\x36\x04\x3b\x72\x8e\x4b\x74\x64\xa9\x65\x61\xeb\x42\xe3\x39\x4a\x5c\xbf\x01\xef\x89\xdb\x2d\xdb\x34\x94\x03\xed\x40\xfd\x5e\x84\x05\xda\x81\xf8\xbd\x04\x0b\x74\x03\xed\x7b\x01\x16\xfe\x98\x03\xe9\x67\x1a\x84\x91\xf3\x24\xfc\x38\x6e\xaa\x6c\xca\xd7\x9b\x88\x46\x35\xe9\x99\x7e\x27\x7f\x16\x7b\x16\x8a\x93\x1b\xe3\xbe\x3c\xc7\xc0\x28\x08\x96\x2b\xb6\xac\x15\x47\xe7\x4e\x6d\x6e\xd9\x99\xde\x2a\x3e\x42\xbd\x68\x0a\x5c\xc3\xab\x96\x39\x31\x96\xd6\x9c\xad\xc2\x96\x0f\x97\x9c\xf2\x31\xf2\x9a\x7a\xa1\xde\x72\x47\xa8\x7a\x1a\x86\x3d\x90\x6c\xe6\xb1\xe1\xe6\x06\x1d\xe9\x5a\xa5\xb3\x3b\xd3\x37\xa5\xfe\x4f\x30\xac\xba\x34\x03\x8f\xf1\x88\x99\x1f\xf1\xea\x69\xe0\x5f\xac\x7a\xe1\xa3\x89\x96\x65\x39\x71\x50\xe4\xe4\xec\x4b\xfe\x07\x1e\x32\xc7\x32\x16\x6a\x3b\xfe\x18\x2e\xa8\x7e\x00\xd8\x19\x27\x11\xdd\xf4\xaa\xf5\x74\x01\x57\x15\x2b\xa9\xb7\xbc\x3c\x7d\x42\xce\x4c\x31\xcf\x22\x8a\xc8\x23\x90\x39\xb1\xb5\x92\x4f\x3f\x7b\x6a\x9e\x4d\x7a\x01\xd3\xbe\x6d\x8e\x02\xb3\xfb\x13\x7e\x76\xe4\xa0\x8d\xf8\x77\x90\xcb\x11\x5b\xcf\x9e\xac\x59\xb8\xe6\x35\xf9\x1b\x00\x00\xff\xff\xb2\xc7\x86\x5b\x75\x05\x00\x00" func nodeversionbeaconAdminSet_version_boundaryCdcBytes() ([]byte, error) { return bindataRead( @@ -4785,11 +4764,11 @@ func nodeversionbeaconAdminSet_version_boundaryCdc() (*asset, error) { } info := bindataFileInfo{name: "nodeVersionBeacon/admin/set_version_boundary.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x32, 0x87, 0xe, 0xfe, 0x77, 0x6a, 0xc8, 0xc, 0xa2, 0xb7, 0xc0, 0xc1, 0xda, 0x2d, 0x7b, 0xec, 0xa, 0xf5, 0x55, 0x0, 0xde, 0x7f, 0xaa, 0x46, 0x68, 0x52, 0xc7, 0x5a, 0xdc, 0x15, 0x39, 0xf9}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x6b, 0xe, 0xcb, 0xf1, 0x6b, 0x5c, 0x2a, 0xe9, 0x6, 0xb1, 0xde, 0xa, 0x62, 0x31, 0x3, 0x6c, 0x77, 0x2a, 0x23, 0x8d, 0x54, 0xa9, 0xf3, 0xf9, 0xcf, 0x68, 0x16, 0x9b, 0xc6, 0xdd, 0x31, 0x8f}} return a, nil } -var _nodeversionbeaconScriptsGet_current_node_versionCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8e\xb1\xae\xc2\x30\x10\x04\x7b\x7f\xc5\x2a\xcd\x4b\x9a\xa4\x7f\x25\x14\x74\x34\x20\x7a\x63\x5f\xc0\x52\x7c\x87\xce\xe7\x48\x08\xf1\xef\x14\x21\x55\x68\x67\x47\xda\x49\xf9\x21\x6a\x38\x4a\xa4\x0b\x69\x49\xc2\x3b\xf2\x41\x18\xa3\x4a\x46\xb3\xe1\x8d\x73\xc3\x30\xe0\x40\x56\x60\x77\x42\xa8\xaa\xc4\x86\x79\x91\x10\x69\x4c\x4c\x11\x89\x97\x59\xd8\xd4\x07\xfb\x2b\xab\x71\xf6\xd7\x89\x9c\x0f\x81\x4a\x69\xfd\x34\x75\x18\x2b\x23\xfb\xc4\x6d\xf7\xbf\xed\xe8\x4f\x94\x67\x52\xbc\x1c\x00\x28\x59\x55\xfe\x61\xdd\xc8\xf6\x4b\xc9\xca\xa5\x72\xf4\xfa\x6c\xbb\xfe\x7b\xec\xde\xee\x13\x00\x00\xff\xff\x85\x05\xca\x6f\xed\x00\x00\x00" +var _nodeversionbeaconScriptsGet_current_node_versionCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\xce\xb1\x8e\xc2\x30\x10\x84\xe1\xde\x4f\x31\x4a\x73\x49\x93\xf4\x57\xde\x15\x74\x34\x20\x7a\x63\x4f\xc0\x52\xb2\x46\xeb\x75\x24\x84\x78\x77\x8a\x90\x0a\xda\xdd\x4f\xfa\x27\xcd\xb7\xac\x86\x66\x9f\x23\x4f\xd4\x92\xb2\xfc\xd1\x87\x2c\x8d\x73\xc3\x30\x60\x47\x2b\xb0\x2b\x11\xaa\x2a\xc5\xb0\xac\x08\x91\x63\x12\x46\x24\x59\xdf\x59\x4c\x7d\xb0\x9f\xb2\x89\xa3\x3f\x4f\x74\x3e\x04\x96\xd2\xfa\x69\xea\x30\x56\xc1\xec\x93\xb4\xdd\x2f\x3e\x7a\xfd\x81\xf3\x42\xc5\xc3\x01\x80\xd2\xaa\xca\x17\x75\xa1\xfd\xaf\x4b\xb6\x7b\xae\x12\xbd\xde\xdb\xae\x7f\x87\xdd\xd3\xbd\x02\x00\x00\xff\xff\x83\xcc\xe9\xa9\xd6\x00\x00\x00" func nodeversionbeaconScriptsGet_current_node_versionCdcBytes() ([]byte, error) { return bindataRead( @@ -4805,11 +4784,11 @@ func nodeversionbeaconScriptsGet_current_node_versionCdc() (*asset, error) { } info := bindataFileInfo{name: "nodeVersionBeacon/scripts/get_current_node_version.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x4b, 0xcf, 0xc4, 0xaa, 0x86, 0xfc, 0xd, 0x40, 0xfc, 0xe6, 0xbb, 0xcc, 0x27, 0xcc, 0xf8, 0x3f, 0x97, 0x44, 0xb5, 0x3, 0x35, 0xb9, 0xe4, 0xe4, 0xa6, 0x73, 0x22, 0xa5, 0xc3, 0x50, 0x54, 0x87}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x49, 0x36, 0x10, 0x65, 0x4d, 0x54, 0x25, 0x91, 0xb4, 0x4c, 0xce, 0xf8, 0x19, 0x90, 0xa3, 0xcd, 0x10, 0x2b, 0x66, 0x66, 0xf6, 0x99, 0xb5, 0x6d, 0x72, 0xa3, 0x9c, 0x54, 0x6a, 0xbf, 0x41, 0xf9}} return a, nil } -var _nodeversionbeaconScriptsGet_current_node_version_as_stringCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x8e\xb1\x4e\x04\x31\x0c\x44\xfb\x7c\xc5\xe8\xaa\xa4\xc9\xf6\x48\x34\x50\xd0\xd1\x80\xe8\x7d\x89\xf7\x88\x94\x75\x90\xe3\x20\x21\xc4\xbf\x23\xed\x06\x9a\x6d\xdf\x8c\xc7\xaf\x6c\x1f\x4d\x0d\xcf\x2d\xf3\x1b\x6b\x2f\x4d\x1e\x98\x52\x13\xac\xda\x36\x5c\x4e\xfc\xe2\xdc\xb2\x2c\x78\x62\xeb\xb0\x77\x46\x1a\xaa\x2c\x86\xcf\xa3\x84\xcc\x6b\x11\xce\x28\xb2\xc7\x13\xbf\xd2\xb5\xf2\x7e\x48\x1d\x84\x17\xd3\x22\xb7\xe8\x28\x25\xee\xdd\x53\xad\x01\xeb\x10\x6c\x54\xc4\x87\xbb\x99\xe3\xdb\x01\x40\x65\xc3\xb5\x0d\xc9\xa4\x5f\xb8\x3f\x9b\xc6\x1b\xdb\xe3\x61\xf1\xc7\x67\xdb\x87\x7d\x40\xd9\x86\xca\xff\x46\x9c\x4e\xd1\xda\xf1\xc7\x07\xf7\xe3\x7e\x03\x00\x00\xff\xff\xb6\xe8\xbb\xb2\x08\x01\x00\x00" +var _nodeversionbeaconScriptsGet_current_node_version_as_stringCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x8e\xb1\x4e\x04\x31\x0c\x44\xfb\x7c\xc5\xe8\xaa\xa4\xc9\xf6\x48\x34\x50\xd0\xd1\x80\xe8\x7d\x89\x77\x89\x94\x75\x90\xe3\x20\x21\xc4\xbf\x23\xed\x06\x9a\x6b\x67\xc6\xcf\xaf\xec\x1f\x4d\x0d\x97\xe7\x96\xf9\x8d\xb5\x97\x26\x0f\x4c\xa9\xc9\xc5\xb9\x65\x59\xf0\xc4\xd6\x61\xef\x8c\x34\x54\x59\x0c\x9f\xe7\x08\x99\xd7\x22\x9c\x51\xe4\xa8\x67\xfc\x4a\xd7\xca\xc7\x21\x75\x10\x5e\x4c\x8b\x6c\xd1\x51\x4a\xdc\xbb\xa7\x5a\x03\xd6\x21\xd8\xa9\x88\x0f\x77\xb3\xc7\xb7\x03\x80\xca\x86\x6b\x1b\x92\x49\xbf\x70\x8f\x1b\xa3\xb8\xb1\x3d\x9e\x16\x7f\xf9\x5c\xfb\x70\x00\x94\x6d\xa8\xfc\x33\xe2\x74\x8a\xd6\xce\x3f\x3e\xb8\x1f\xf7\x1b\x00\x00\xff\xff\x7e\x34\x52\x74\xf1\x00\x00\x00" func nodeversionbeaconScriptsGet_current_node_version_as_stringCdcBytes() ([]byte, error) { return bindataRead( @@ -4825,11 +4804,11 @@ func nodeversionbeaconScriptsGet_current_node_version_as_stringCdc() (*asset, er } info := bindataFileInfo{name: "nodeVersionBeacon/scripts/get_current_node_version_as_string.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x95, 0x4a, 0x28, 0x9c, 0x3d, 0x34, 0xab, 0xe4, 0x22, 0xbd, 0x8d, 0x1f, 0x3b, 0x1f, 0xeb, 0x42, 0xe7, 0xa4, 0x2, 0xb1, 0xec, 0x6d, 0x34, 0x10, 0xc1, 0xd8, 0x6c, 0xc2, 0xec, 0xcd, 0x9f, 0x68}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xe4, 0xf5, 0x69, 0xe0, 0xff, 0x95, 0x23, 0xf7, 0xb4, 0xaa, 0x8, 0xa4, 0x8a, 0x2f, 0x3e, 0x22, 0xce, 0xe6, 0x65, 0x43, 0x35, 0x10, 0xd, 0x39, 0x92, 0x55, 0x96, 0xca, 0xab, 0xea, 0x2c, 0xa4}} return a, nil } -var _nodeversionbeaconScriptsGet_next_version_boundaryCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\xce\xbf\x6a\xc4\x30\x0c\xc7\xf1\xdd\x4f\xf1\x23\x53\xb2\x34\x7b\x97\x42\x1f\x20\x43\x87\xee\xae\x2d\xa7\x82\x58\x0a\xb2\x1d\x52\xca\xbd\xfb\x71\xff\x96\xcb\x8d\x12\x9f\xaf\x10\xe7\x55\xad\x62\xd2\x48\xdf\x64\x85\x55\x3e\xc9\x07\x15\x24\xd3\x8c\xee\xb0\xef\x9c\x1b\xc7\x11\x5f\x54\x8d\x69\xa3\x82\xfa\x4b\x10\xda\x2b\xb6\x1b\xc3\x8f\x36\x89\xde\xfe\xa0\x06\xe1\xe5\xca\x39\x5d\x9c\x11\xb8\x40\x14\x6d\x0d\x9a\x59\xe6\x63\x13\x29\xb1\x50\x74\x3e\x04\x2a\xa5\xf7\xcb\x32\x20\x35\x41\xf6\x2c\xfd\xf0\x7e\xfc\xf3\xed\x31\xdd\x2f\x7c\xe0\xdf\x01\x80\x51\x6d\x26\x2f\xfc\x4c\x75\xa2\xbd\x3e\x65\xfd\xe0\x4e\xee\x1c\x00\x00\xff\xff\x75\x24\x24\x44\x0c\x01\x00\x00" +var _nodeversionbeaconScriptsGet_next_version_boundaryCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\xce\xbd\xae\xc2\x30\x0c\xc5\xf1\x3d\x4f\x71\xd4\xa9\x5d\x6e\xf7\xbb\x20\xf1\x00\x1d\x18\xd8\x43\xe2\x16\x4b\xad\x5d\x39\x49\x55\x84\x78\x77\xc4\xd7\x42\x19\x2d\xfd\xfe\xd6\xe1\x69\x56\xcb\xa8\x3a\x8d\x74\x24\x4b\xac\xb2\x27\x1f\x54\x2a\xe7\xda\xb6\xc5\x81\xb2\x31\x2d\x94\x90\xcf\x04\xa1\x35\x63\x79\x31\x9c\xb4\x48\xf4\x76\x81\x1a\x84\xc7\x27\xe7\xfe\xe1\x8c\xc0\x09\xa2\x28\x73\xd0\x89\x65\xd8\x36\x91\x7a\x16\x8a\xce\x87\x40\x29\xd5\x7e\x1c\x1b\xf4\x45\x30\x79\x96\xba\xf9\xc7\x66\xcf\xdf\xe7\x7a\x7f\xd8\xe1\xea\x00\xc0\x28\x17\x93\x1f\x7e\xa0\xdc\xd1\x9a\xbf\xb2\xba\x71\x37\x77\x0f\x00\x00\xff\xff\xe8\x01\xf5\x8e\xf5\x00\x00\x00" func nodeversionbeaconScriptsGet_next_version_boundaryCdcBytes() ([]byte, error) { return bindataRead( @@ -4845,11 +4824,11 @@ func nodeversionbeaconScriptsGet_next_version_boundaryCdc() (*asset, error) { } info := bindataFileInfo{name: "nodeVersionBeacon/scripts/get_next_version_boundary.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x75, 0xb3, 0x64, 0xda, 0xd6, 0x80, 0x83, 0xd1, 0x25, 0x20, 0x2d, 0x41, 0xf5, 0x29, 0xd2, 0xd2, 0x6a, 0x68, 0x45, 0x17, 0x46, 0x2a, 0x5a, 0x4b, 0x8, 0xc5, 0x33, 0xd4, 0xfa, 0xbd, 0xc1, 0x4d}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xfc, 0x29, 0xc7, 0x32, 0x7e, 0xcf, 0x27, 0x5f, 0xec, 0x56, 0x5c, 0xca, 0xe, 0xa7, 0xb8, 0xb9, 0xe5, 0x50, 0x34, 0xf8, 0xcf, 0xe3, 0x6f, 0x12, 0x0, 0x8b, 0xfb, 0xde, 0x18, 0xc6, 0x60, 0xbb}} return a, nil } -var _nodeversionbeaconScriptsGet_next_version_update_sequenceCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\xce\x31\x8b\xc2\x40\x14\xc4\xf1\x7e\x3f\xc5\x90\x2a\x69\x2e\xcd\x71\xc5\x95\x36\x62\x93\x46\xb4\xdf\x6c\x26\x1a\xc8\xbe\x8d\x6f\xdf\x4a\x40\xfc\xee\x82\xd8\x48\xda\xdf\x14\xf3\x9f\xe2\x92\xd4\xd0\xa5\x81\x67\x6a\x9e\x92\xec\xe8\x43\x12\x8c\x9a\x22\xaa\x8d\x57\xce\xb5\x6d\x8b\x3d\x2d\xc3\xae\x84\x70\x35\x64\xde\x0a\x25\x10\x52\x62\x4f\xc5\x98\xf4\x3d\x9a\xef\x67\xa2\x2c\x83\x37\x0e\xe0\x9d\x62\xce\x87\xc0\x9c\x6b\x3f\xcf\x0d\xc6\x22\x88\x7e\x92\xba\xf9\xc7\xe9\x20\xf6\xf7\x8b\x87\x03\x00\xa5\x15\x95\x6d\xd5\xcf\x85\xd6\x71\xb5\x2f\x3c\x7e\xde\xeb\xc6\x3d\x5f\x01\x00\x00\xff\xff\x15\x0c\xe6\x10\xcf\x00\x00\x00" +var _nodeversionbeaconScriptsGet_next_version_update_sequenceCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\xcd\xb1\xca\xc2\x30\x14\x86\xe1\x3d\x57\xf1\xd1\xa9\x5d\xfe\x2e\x3f\x0e\x8e\x2e\xe2\xd2\x45\x74\x4f\xd3\xaf\x5a\x68\x4e\xea\xc9\x89\x14\xc4\x7b\x17\xc4\x45\x5c\xdf\x77\x78\xa6\xb8\x24\x35\x54\x5d\x1a\x78\xa6\xe6\x29\xc9\x8e\x3e\x24\xa9\x9c\x6b\xdb\x16\x7b\x5a\x86\x5d\x09\xe1\x6a\xc8\xbc\x15\x4a\x20\xa4\xc4\x9e\x8a\x31\xe9\x7b\x9a\xef\x67\xa2\x2c\x83\x37\x0e\xe0\x9d\x62\xce\x87\xc0\x9c\x6b\x3f\xcf\x0d\xc6\x22\x88\x7e\x92\xba\xd9\xe2\x74\x10\xdb\xfc\xe3\xe1\x00\x40\x69\x45\x05\x3f\xfa\xdf\x85\xd6\x71\xb5\xaf\x78\xfc\xe8\x75\xe3\x9e\xaf\x00\x00\x00\xff\xff\xd8\xb5\xd9\x0f\xb8\x00\x00\x00" func nodeversionbeaconScriptsGet_next_version_update_sequenceCdcBytes() ([]byte, error) { return bindataRead( @@ -4865,11 +4844,11 @@ func nodeversionbeaconScriptsGet_next_version_update_sequenceCdc() (*asset, erro } info := bindataFileInfo{name: "nodeVersionBeacon/scripts/get_next_version_update_sequence.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xa6, 0x59, 0xeb, 0x83, 0xb9, 0x7c, 0xaf, 0x1c, 0x21, 0xdf, 0x42, 0x68, 0xcd, 0x9, 0x94, 0x45, 0xa5, 0xd4, 0xc4, 0x6d, 0xa6, 0x19, 0x7f, 0xac, 0x69, 0x9a, 0x84, 0xe7, 0xe6, 0x74, 0x11, 0x3}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x67, 0xc, 0x3b, 0xfb, 0x8c, 0x44, 0xb3, 0x93, 0x76, 0x6f, 0xcf, 0xe6, 0x3, 0x54, 0x6e, 0x7e, 0x6f, 0x3a, 0xcd, 0x77, 0xfb, 0x66, 0xfe, 0x65, 0xe2, 0xa0, 0xe9, 0xae, 0x3, 0x1f, 0xc4, 0xf2}} return a, nil } -var _nodeversionbeaconScriptsGet_version_boundariesCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8e\x3f\xcb\x83\x30\x10\xc6\xf7\x7c\x8a\x07\x27\x85\x17\xdd\x1d\xdf\xad\x4b\x29\x1d\xdc\x0f\x3d\xd3\x80\x5e\xe4\x12\x85\x52\xfa\xdd\x4b\xac\x85\xb6\x76\x09\xb9\xe7\x0f\xcf\xcf\x8d\x93\xd7\x88\xa3\xef\xb8\x61\x0d\xce\xcb\x3f\x53\xeb\x05\xbd\xfa\x11\xd9\x4e\xcf\x8c\xa9\xaa\x0a\x67\x8e\xb3\x4a\x40\xbc\x30\x96\xcd\xf7\xb3\x74\xa4\x8e\x03\x26\xb2\x8c\xde\xeb\x6a\x5b\xb7\xb0\x3c\x25\x92\x0e\x13\xeb\x89\x2c\x97\x86\xda\x96\x43\xc8\x69\x18\x0a\xf4\xb3\x60\x24\x27\x79\x8a\xd5\x38\x48\xfc\x7b\x05\xd7\xab\xa8\xf7\x84\x65\xf3\xb1\x7b\x4d\x61\xdc\x0c\x00\xe8\x4a\xf7\xa3\x62\x39\x36\xdf\xb4\xa9\xb7\xed\xa6\xf7\x6d\x78\xfb\x14\xe6\xfe\x08\x00\x00\xff\xff\xca\xa3\xbd\xbb\x26\x01\x00\x00" +var _nodeversionbeaconScriptsGet_version_boundariesCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8e\xbd\x0a\x83\x40\x10\x84\xfb\x7b\x8a\xc1\x4a\x21\x68\x6f\x99\x2e\x4d\x08\x29\xec\x17\x5d\x2f\x07\xba\x27\x7b\xa7\x10\x42\xde\x3d\x9c\x31\x90\xbf\x66\xd9\xdd\x99\x61\x3e\x37\x4e\x5e\x23\xb2\xa3\xef\xb8\x61\x0d\xce\xcb\x9e\xa9\xf5\x92\x19\x53\x55\x15\xce\x1c\x67\x95\x80\x78\x61\x2c\x9b\xee\x67\xe9\x48\x1d\x07\x4c\x64\x19\xbd\xd7\x55\xb6\x6e\x61\x79\xbe\x48\x3a\x4c\xac\x27\xb2\x5c\x1a\x6a\x5b\x0e\x21\xa7\x61\x28\xd0\xcf\x82\x91\x9c\xe4\xc9\x56\xe3\x20\x71\xf7\x32\xae\x57\x51\xe3\x87\xa4\x6c\x3e\x7a\xaf\xc9\x8c\x9b\x01\x00\x5d\xe9\xfe\x44\x2c\xc7\xe6\x9b\x36\xe5\xb6\xde\x34\xdf\x8a\xb7\xa5\x30\xf7\x47\x00\x00\x00\xff\xff\x33\x17\xc8\x43\x0f\x01\x00\x00" func nodeversionbeaconScriptsGet_version_boundariesCdcBytes() ([]byte, error) { return bindataRead( @@ -4885,11 +4864,11 @@ func nodeversionbeaconScriptsGet_version_boundariesCdc() (*asset, error) { } info := bindataFileInfo{name: "nodeVersionBeacon/scripts/get_version_boundaries.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x88, 0xa1, 0x9, 0x94, 0xd7, 0xa0, 0x68, 0x9d, 0xa1, 0x3f, 0x5d, 0xe9, 0xd1, 0x3a, 0x52, 0x92, 0x56, 0xf0, 0xc1, 0x29, 0x9b, 0x93, 0xef, 0x15, 0x57, 0x95, 0x86, 0x70, 0xb4, 0xa4, 0x2b, 0xe2}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xde, 0x8d, 0xd0, 0xb5, 0xc4, 0x6e, 0xf1, 0xc6, 0x86, 0x65, 0x5, 0xdf, 0x96, 0x2d, 0xdf, 0xe2, 0xe6, 0x52, 0x83, 0xd8, 0x3e, 0xc5, 0xca, 0x9c, 0x84, 0x2, 0xa1, 0x61, 0xb7, 0x3c, 0x63, 0xe8}} return a, nil } -var _nodeversionbeaconScriptsGet_version_boundary_freeze_periodCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\xd0\xb1\x4e\xc4\x30\x0c\x06\xe0\x3d\x4f\xf1\xeb\xa6\x76\xa1\x0b\x62\x60\x64\x40\x62\x41\x08\x89\xdb\xdd\xc4\x6d\x2c\x1a\xa7\x4a\x1c\x4e\x80\x78\x77\xa4\x5e\x99\x2a\x56\xdb\xfa\xec\xdf\x92\xd6\x5c\x0c\xcf\x39\xf0\x99\x4b\x95\xac\x0f\x4c\x3e\x2b\xa6\x92\x13\x4e\x87\xfa\xc9\xb9\x61\x18\xf0\xca\xd6\x8a\x56\x58\x64\x7c\xec\xfd\xdc\x34\x50\xf9\x7c\x2c\xcc\x5f\xfc\xc2\x45\x72\xc0\x25\x8a\x8f\x08\x3c\x89\xf2\x75\x3a\x89\x4a\x6a\x09\xda\xd2\xc8\x05\x79\xc2\xb8\x64\xff\x5e\x37\xd6\x22\x19\x52\xab\x86\x95\x6a\xc5\xc8\x76\x61\x56\xb4\x35\x90\x89\xce\xa0\xbf\x65\x20\x0d\x10\xab\x3b\x1d\xae\x08\x22\xcb\x1c\x6d\xa3\xc6\xfd\x1c\x47\xde\x73\xad\x1d\x2d\x4b\x8f\xa9\x29\x12\x89\x76\xfd\x3d\xde\x9e\xd4\xee\x6e\xf1\xed\x00\xa0\x6c\x79\x8e\x6f\xb8\x99\xd9\xce\xff\xe7\xeb\x7a\xf7\xf3\x1b\x00\x00\xff\xff\x2f\xba\x20\x02\x42\x01\x00\x00" +var _nodeversionbeaconScriptsGet_version_boundary_freeze_periodCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\xcf\xb1\x4e\xc4\x30\x0c\xc6\xf1\x3d\x4f\xf1\xe9\xa6\x76\xa1\x0b\x62\x60\x64\x40\x62\x41\x08\x89\xdb\xdd\xc4\x6d\x2c\x1a\xa7\x4a\x1c\x4e\x80\x78\x77\xa4\xb6\x4c\xe8\x66\x5b\x3f\xfb\x2f\x69\xcd\xc5\x70\x7a\xce\x81\xcf\x5c\xaa\x64\x7d\x60\xf2\x59\x4f\xce\x0d\xc3\x80\x57\xb6\x56\xb4\xc2\x22\xe3\xe3\x98\xe7\xa6\x81\xca\xe7\x63\x61\xfe\xe2\x17\x2e\x92\x03\x2e\x51\x7c\x44\xe0\x49\x94\xf7\xed\x24\x2a\xa9\x25\x68\x4b\x23\x17\xe4\x09\xe3\x92\xfd\x7b\xdd\x58\x8b\x64\x48\xad\x1a\x56\xaa\x15\x23\xdb\x85\x59\xd1\xd6\x40\x26\x3a\x83\xfe\x8e\x81\x34\x40\xac\x1e\x74\xd8\x11\x44\x96\x39\xda\x46\x8d\xc7\x3b\x8e\xbc\xe7\x5a\x3b\x5a\x96\x1e\x53\x53\x24\x12\xed\xfa\x7b\xbc\x3d\xa9\xdd\xdd\xe2\xdb\x01\x40\xd9\x7a\xf0\x2f\xf7\x66\x66\x3b\x5f\xef\xeb\x7a\xf7\xf3\x1b\x00\x00\xff\xff\x57\x3e\x50\x77\x2b\x01\x00\x00" func nodeversionbeaconScriptsGet_version_boundary_freeze_periodCdcBytes() ([]byte, error) { return bindataRead( @@ -4905,11 +4884,11 @@ func nodeversionbeaconScriptsGet_version_boundary_freeze_periodCdc() (*asset, er } info := bindataFileInfo{name: "nodeVersionBeacon/scripts/get_version_boundary_freeze_period.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x4b, 0x6, 0x8b, 0x76, 0x1c, 0x24, 0xee, 0x96, 0x38, 0x5f, 0x6a, 0xf, 0x88, 0xd6, 0x73, 0xa4, 0x44, 0x22, 0xa4, 0x98, 0xb7, 0x60, 0x1, 0x71, 0x29, 0xb4, 0xf9, 0xdd, 0x3c, 0xd0, 0xa2, 0x32}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x53, 0xc4, 0x48, 0x8, 0x69, 0xed, 0xce, 0x27, 0x66, 0x89, 0x8f, 0x2a, 0x1a, 0xa4, 0x47, 0x5e, 0xb1, 0xdc, 0x24, 0x44, 0xe4, 0x36, 0x5, 0x96, 0x3d, 0xd6, 0x16, 0x21, 0x3b, 0xce, 0x55, 0x16}} return a, nil } -var _quorumcertificateAdminPublish_voterCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x90\xc1\x6a\xf3\x30\x10\x84\xef\x7a\x8a\x21\x87\xe0\xc0\x8f\x7d\x0f\x7f\x0b\x41\xd0\x73\x43\xfb\x02\x1b\x75\x63\x0b\x14\xad\x58\xad\x93\x43\xc8\xbb\x17\xdb\x6d\x49\x20\x3a\x0e\xfa\xbe\x19\x29\x9e\x8a\xa8\xe1\x2d\xc9\xc5\xa7\xb1\x1a\xeb\xde\xe3\xa8\x72\xc2\xea\x21\x5b\x39\xd7\x75\xf8\xe4\x6a\x30\xa5\x5c\x29\x58\x94\x8c\xa3\x28\x6c\x60\xec\x3d\xe8\xeb\x14\x33\x4c\x50\xc6\x43\x8a\x75\x00\x41\xf9\xc8\xca\x39\xf0\xc4\xda\x40\x06\x4a\x49\x2e\x15\x14\x82\x8c\xd9\xea\x74\x5d\xb9\x8f\x53\xc7\xec\xda\x7b\x9c\xc5\x62\xee\x9d\xbb\xaf\xb9\x3a\x07\x00\x45\xb9\x90\x72\x53\x63\x9f\x59\xb7\xa0\xd1\x86\xc6\x53\xa1\x43\x4c\xd1\x22\xd7\x0d\xd6\xbb\x45\xbd\xc1\x75\x46\xa6\x93\xd8\x96\x75\x9e\x0a\x5e\xb0\xd0\x6d\xb8\xe3\xda\x6a\xa2\xd4\x73\x1b\x6b\x1d\xf9\xff\xfa\xe1\xe9\xed\x6e\x62\x5f\x9b\x27\xe1\xc7\x82\xbd\x93\x0d\x9b\xbf\xba\x67\xfe\x9f\x3f\x69\x7e\x67\xfc\x03\xd9\x16\xdd\x1c\x87\xee\x2c\xc6\xea\x95\xc9\x44\x17\xcf\xcd\xdd\xdc\x77\x00\x00\x00\xff\xff\xbf\xcc\x5d\xab\x9b\x01\x00\x00" +var _quorumcertificateAdminPublish_voterCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x90\xc1\x6a\xc3\x30\x10\x44\xef\xfa\x8a\x21\x87\xe0\x40\xb1\xef\xa1\x2d\x04\x41\xcf\x0d\xed\x0f\x6c\xd4\x8d\x2d\x50\x24\xb1\xbb\x4e\x0e\x21\xff\x5e\x6c\xb7\x25\x85\xe8\x38\xe8\xbd\x19\x29\x9e\x6a\x11\xc3\xea\x2d\x95\x8b\x4f\xa3\x1a\xcb\xde\xaf\x9c\xeb\x3a\x7c\xb2\x1a\x4c\x28\x2b\x05\x8b\x25\xe3\x58\x04\x36\x30\xf6\x1e\xf4\x75\x8a\x19\x56\x50\xc7\x43\x8a\x3a\x80\x20\x7c\x64\xe1\x1c\x78\x62\x6d\x20\x03\xa5\x54\x2e\x0a\x0a\xa1\x8c\xd9\x74\xba\x2e\xdc\xc7\xa9\x63\x76\xed\x3d\xce\xc5\x62\xee\x9d\xbb\xaf\xb9\x3a\x07\x00\x55\xb8\x92\x70\xa3\xb1\xcf\x2c\x5b\xd0\x68\x43\xe3\xa9\xd2\x21\xa6\x68\x91\x75\x83\xf5\x6e\x51\x6f\x70\x9d\x91\xe9\x24\xb6\x65\x9d\xa7\x8a\x17\x2c\x74\x1b\xee\xb8\x56\xad\x08\xf5\xdc\x46\xd5\x91\x9f\xd7\xff\x9e\xde\xee\x26\xf6\xb5\x79\x10\x7e\x2c\xd8\x3b\xd9\xb0\xf9\xab\x7b\xe4\xff\xf9\x93\xe6\x77\xc6\x13\xc8\xb6\xe8\xe6\x38\x74\xe7\x62\x2c\x5e\x98\xac\xc8\xe2\xb9\xb9\x9b\xfb\x0e\x00\x00\xff\xff\x7f\x08\xd4\x33\x88\x01\x00\x00" func quorumcertificateAdminPublish_voterCdcBytes() ([]byte, error) { return bindataRead( @@ -4925,11 +4904,11 @@ func quorumcertificateAdminPublish_voterCdc() (*asset, error) { } info := bindataFileInfo{name: "quorumCertificate/admin/publish_voter.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x2f, 0xd7, 0x84, 0xd7, 0x6, 0xe, 0x60, 0xa8, 0x8, 0xe9, 0x87, 0x59, 0x2c, 0x71, 0xbf, 0x8c, 0x9e, 0xd2, 0xe2, 0xa3, 0x9c, 0x39, 0xfc, 0xfe, 0x41, 0xe8, 0x1f, 0xc2, 0x19, 0x5b, 0x40, 0xe6}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x72, 0x9c, 0x63, 0xb8, 0x43, 0xb6, 0x30, 0x73, 0xd6, 0x98, 0x35, 0xac, 0x2c, 0xe6, 0x7, 0xe8, 0xdc, 0x92, 0x97, 0x3, 0xcd, 0xc4, 0xa4, 0xe9, 0x36, 0x5b, 0x8f, 0x3e, 0x60, 0xab, 0x5d, 0xba}} return a, nil } -var _quorumcertificateAdminStart_votingCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x54\xc1\x6e\xdb\x38\x10\xbd\xeb\x2b\x1e\x7c\xc8\xca\xd8\xc0\xde\x00\x8b\x1c\x84\xf5\x06\xae\x8d\x02\xbe\x14\x4d\xdd\xa6\x07\x41\x07\x86\xa2\x25\x16\x32\xa9\x92\xa3\xb8\x81\xe1\x7f\x2f\x48\x4a\x8e\x18\xbb\x02\x0c\xc8\xe2\x7b\x33\x6f\x66\xde\x50\xee\x5b\x6d\x08\x1f\x1b\x7d\x58\x35\x9d\x25\x61\x1e\x57\xd8\x19\xbd\xc7\x24\xfa\x36\x49\x92\xf9\x1c\x5f\x85\x25\x90\x61\xca\x32\x4e\x52\x2b\xec\xb4\x01\xd5\x02\x8f\x2b\xb0\x72\x2f\x15\x48\xc3\x12\x33\x34\x7c\x7d\xd1\x24\x55\x85\x56\x18\xa9\x4b\x17\xe2\x20\xa9\x06\x03\x33\x86\xbd\x42\xef\xc0\x75\xd3\x08\x4e\xda\x40\xe9\x52\x80\x87\x84\xd6\xa7\x5b\x9a\xaa\xdb\x0b\x45\x36\x73\xff\xdc\x4f\xaa\x52\x72\x61\x33\x2c\xd5\x28\x44\xe0\x0c\x87\x0e\xd7\x7f\xfa\xa4\x4b\xb1\x59\x3b\xf8\x80\xf5\x24\xeb\xdf\x9a\xc6\x8b\xf4\x69\x37\x6b\x0b\xa9\x20\x18\xaf\x07\xae\x0b\xe3\xce\xbe\x0b\x59\xd5\x74\x3d\x86\xe7\x1e\x02\xe0\x82\x9f\x8c\x1a\x95\x9e\x85\xe7\xdf\x36\x8a\xee\xee\x8b\xdb\x0b\x8d\x79\xbe\x25\x23\x55\x55\x14\xb7\x71\xe2\xdc\x73\xee\xff\x2d\x8a\x29\x8e\x49\x02\x00\xad\x11\x2d\x33\x22\xb5\xb2\x52\xc2\x64\x60\x1d\xd5\xe9\x07\x6d\x8c\x3e\x3c\xb1\xa6\x13\x53\xdc\x2c\x39\xd7\x9d\xa2\x33\xc5\x3d\xf3\x39\x02\x08\x0c\x46\xec\x84\x11\x8a\x0b\x37\xb3\x68\x86\xfa\xf9\x87\xe0\x74\x26\x35\x82\xc2\xc1\x17\xb1\xc3\x02\x21\xe5\xcc\x92\x36\xac\x12\xb3\x67\x1f\xef\xbf\x9b\xc8\x2d\xb3\xa5\xc3\xff\x9f\x3a\x23\x65\xb8\x72\xb4\x0d\xec\xcf\x8c\xea\xe9\x39\x91\x7b\x1e\x1e\xd0\x32\x25\x79\x3a\x59\xe9\xae\x29\xa1\x34\x21\xa4\x88\x05\xff\xe4\x41\xd3\x64\x9a\x44\x42\x07\xff\x64\xc8\xe3\xb4\xfd\x5b\x81\x05\xf2\xe2\x4c\x19\x77\x66\x43\xc2\x30\x12\xa0\xda\xe8\xae\xaa\xa3\x61\x82\xa9\x12\x5c\x2b\x4b\xa6\xe3\x04\x86\x3e\xdc\xfb\x5e\xb9\x7d\x90\xaa\x14\xbf\x9c\x1b\xfa\x99\x8f\x07\x30\xc8\x1c\xcd\x77\x2d\xbd\x43\x98\x79\xcd\x70\x0c\x0e\xc8\x10\x06\x7e\xc2\x02\xc7\x53\x44\x7e\x61\x06\x12\x0b\xfc\x13\xc7\x9c\xcf\xb1\x15\x14\x24\xbb\xd8\x7f\x59\xc8\xd2\x8b\x0e\xee\x7c\x0f\x5e\xb1\x86\x77\x4d\xa8\xd6\xf5\x93\x58\xd3\x23\x7d\x09\x91\x8f\xc7\xd4\x5d\xbf\xa7\x9b\xb5\x2b\x30\x76\x70\xee\x0b\x2f\x70\x8c\x18\xe3\x8a\x2d\x16\xe3\xca\x7b\xc2\x1f\xe1\x01\xd6\x73\x6c\x2e\x8b\xe4\x02\x7a\xb5\x8f\x79\x50\x58\x44\xd9\x2e\xb9\xae\x8d\x12\x7f\xe3\x2e\x3a\x39\xc5\xc0\xc1\x4f\x33\xd6\xb6\x42\x95\xe9\x55\x53\xa5\xbe\x90\x2c\x4c\xfe\xdd\xf2\x5e\x55\x38\x7d\x33\xfd\x29\xda\xce\xad\xbf\x3b\x1f\x57\x78\x0a\xf7\xa6\xbf\x2d\xdd\x88\x6c\xd7\xb6\x8d\x14\xe5\xdb\x05\x39\xb0\x86\xd5\x9c\xf9\x7b\x37\xf0\xd2\xb7\x35\x18\xde\x42\xc6\x53\x72\xfa\x1d\x00\x00\xff\xff\xd2\x6f\xc8\x6d\xf2\x05\x00\x00" +var _quorumcertificateAdminStart_votingCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x54\xc1\x6e\xdb\x38\x10\xbd\xeb\x2b\x1e\x7c\xc8\xca\xd8\xc0\xde\x00\x8b\x1c\x84\xf5\x06\xae\x8d\x02\xbe\x14\x4d\xdd\xa6\x07\x41\x07\x86\xa2\x25\x16\x32\xa9\x92\xa3\xb8\x81\xe1\x7f\x2f\x48\x4a\x8e\x18\xbb\x02\x0c\xc8\xe2\x7b\x33\x6f\x66\xde\x50\xee\x5b\x6d\x08\x93\x8f\x8d\x3e\xac\x9a\xce\x92\x30\x8f\xab\x49\x92\xcc\xe7\xf8\x2a\x2c\x81\x0c\x53\x96\x71\x92\x5a\x61\xa7\x0d\xa8\x16\x78\x5c\x81\x95\x7b\xa9\x40\x1a\x96\x98\xa1\xe1\xeb\x8b\x26\xa9\x2a\xb4\xc2\x48\x5d\xba\x10\x07\x49\x35\x18\x98\x31\xec\x15\x7a\x07\xae\x9b\x46\x70\xd2\x06\x4a\x97\x02\x3c\x24\xb4\x3e\xdd\xd2\x54\xdd\x5e\x28\xb2\x99\xfb\xe7\x7e\x52\x95\x92\x0b\x9b\x61\xa9\x46\x21\x02\x67\x38\x74\xb8\xfe\xd3\x27\x5d\x8a\xcd\xda\xc1\x07\xac\x27\x59\xff\xd6\x34\x5e\xa4\x4f\xbb\x59\x5b\x48\x05\xc1\x78\x3d\x70\x5d\x18\x77\xf6\x5d\xc8\xaa\xa6\xeb\x31\x3c\xf7\x10\x00\x17\xfc\x64\xd4\xa8\xf4\x2c\x3c\xff\xb6\x51\x74\x77\x5f\xdc\x5e\x68\xcc\xf3\x2d\x19\xa9\xaa\xa2\xb8\x8d\x13\xe7\x9e\x73\xff\x6f\x51\x4c\x71\x4c\x12\x00\x68\x8d\x68\x99\x11\xa9\x95\x95\x12\x26\x03\xeb\xa8\x4e\x3f\x68\x63\xf4\xe1\x89\x35\x9d\x98\xe2\x66\xc9\xb9\xee\x14\x9d\x29\xee\x99\xcf\x11\x40\x60\x30\x62\x27\x8c\x50\x5c\xb8\x99\x45\x33\xd4\xcf\x3f\x04\xa7\x33\xa9\x11\x14\x0e\xbe\x88\x1d\x16\x08\x29\x67\x96\xb4\x61\x95\x98\x3d\xfb\x78\xff\xdd\x44\x6e\x99\x2d\x1d\xfe\xff\x74\x67\xf4\x3e\xc3\x95\xa3\x6d\x60\x7f\x66\x54\x4f\xcf\x89\xdc\xf3\xf0\x80\x96\x29\xc9\xd3\xc9\x4a\x77\x4d\x09\xa5\x09\x21\x45\x2c\xf8\x27\x0f\x9a\x26\xd3\x24\x12\x3a\xf8\x27\x43\x1e\xa7\xed\xdf\x0a\x2c\x90\x17\x67\xca\xb8\x33\x1b\x12\x86\x91\x00\xd5\x46\x77\x55\x1d\x0d\x13\x4c\x95\xe0\x5a\x59\x32\x1d\x27\x30\xf4\xe1\xde\xf7\xca\xed\x83\x54\xa5\xf8\xe5\xdc\xd0\xcf\x7c\x3c\x80\x41\xe6\x68\xbe\x6b\xe9\x1d\xc2\xcc\x6b\x86\x63\x70\x40\x86\x30\xf0\x13\x16\x38\x9e\x22\xf2\x0b\x33\x90\x58\xe0\x9f\x38\xe6\x7c\x8e\xad\xa0\x20\xd9\xc5\xfe\xcb\x42\x96\x5e\x74\x70\xe7\x7b\xf0\x8a\x35\xbc\x6b\x42\xb5\xae\x9f\xc4\x9a\x1e\xe9\x4b\x88\x7c\x3c\xa6\xee\xfa\x3d\xdd\xac\x5d\x81\xb1\x83\x73\x5f\x78\x81\x63\xc4\x18\x57\x6c\xb1\x18\x57\xde\x13\xfe\x08\x0f\xb0\x9e\x63\x73\x59\x24\x17\xd0\xab\x7d\xcc\x83\xc2\x22\xca\x76\xc9\x75\x6d\x94\xf8\x1b\x77\xd1\xc9\x29\x06\x0e\x7e\x9a\xb1\xb6\x15\xaa\x4c\xaf\x9a\x2a\xf5\x85\x64\x61\xf2\xef\x96\xf7\xaa\xc2\xe9\x9b\xe9\x4f\xd1\x76\x6e\xfd\xdd\xf9\xb8\xc2\x53\xb8\x37\xfd\x6d\xe9\x46\x64\xbb\xb6\x6d\xa4\x28\xdf\x2e\xc8\x81\x35\xac\xe6\xcc\xdf\xbb\x81\x97\xbe\xad\xc1\xf0\x16\x32\x9e\x92\xd3\xef\x00\x00\x00\xff\xff\xbb\xbe\xb0\x04\xdf\x05\x00\x00" func quorumcertificateAdminStart_votingCdcBytes() ([]byte, error) { return bindataRead( @@ -4945,11 +4924,11 @@ func quorumcertificateAdminStart_votingCdc() (*asset, error) { } info := bindataFileInfo{name: "quorumCertificate/admin/start_voting.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x2a, 0x25, 0xc2, 0xfc, 0x62, 0x2e, 0xbc, 0xbe, 0xa8, 0x6, 0x15, 0x20, 0x12, 0xd0, 0x13, 0xe, 0x7, 0x1e, 0x52, 0x3, 0x82, 0xe1, 0xca, 0x1d, 0xcb, 0xfc, 0xda, 0x7b, 0x42, 0x3f, 0xa0, 0xfd}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xdb, 0x74, 0xd6, 0x76, 0xa6, 0xaf, 0xc4, 0xa4, 0x4e, 0x1a, 0xb5, 0xaf, 0xf0, 0xc2, 0xb1, 0x18, 0x8d, 0xae, 0xb2, 0x66, 0x96, 0x92, 0x7, 0xf0, 0xf3, 0xa, 0xfc, 0xc3, 0xd3, 0x32, 0x12, 0x6c}} return a, nil } -var _quorumcertificateAdminStop_votingCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x90\x31\x4f\xc3\x30\x14\x84\x77\xff\x8a\x53\x86\x2a\x59\xd2\xbd\x02\xaa\x12\x89\x99\x02\xea\x6e\x9c\x97\xc4\x52\xe2\x67\x9e\x5f\xe8\x50\xf5\xbf\x23\x27\xa2\xa2\x12\x37\x9e\xfd\xf9\xee\xec\xa7\xc8\xa2\x78\x19\xf9\xdc\x8c\x73\x52\x92\x63\x83\x4e\x78\x42\x71\xe7\x15\xc6\x6c\xb7\xf8\xa0\xa4\x50\xb1\x21\x59\xa7\x9e\x03\x3a\x16\xe8\x40\x38\x36\x70\x1c\x54\xac\x53\x28\x23\x29\xc7\xc5\xff\x66\xf5\xa1\x47\x24\xf1\xdc\x1a\xf3\x17\xbd\x18\x03\x00\x51\x28\x5a\xa1\x32\xf9\x3e\x90\xec\x60\x67\x1d\xca\x67\x16\xe1\xf3\xc9\x8e\x33\x55\xd8\x1c\x9c\xe3\x39\x68\x85\xcb\x42\x64\x8d\xa4\xb0\xed\xe4\xc3\x1b\x75\x78\xc4\x0a\xd7\x49\x59\x6c\x4f\xf5\xe7\x82\x3f\x6c\xee\x16\xd4\x87\x7c\xff\xa9\xcc\xe3\x76\xf8\xe7\xe8\x7d\xa5\x5f\xad\x0e\xd5\x2d\x28\x6b\xbf\x47\xb4\xc1\xbb\xb2\x68\x78\x1e\x5b\x04\x56\xac\x11\x10\xea\x48\x28\x38\xca\xab\xbf\xdc\xda\xa9\xa8\xcc\x8d\xff\x2d\x99\xbb\xc5\xd3\xf2\x1b\xe5\xfa\xfa\xd5\x5c\x7f\x02\x00\x00\xff\xff\x0d\x6e\x1d\x9b\x7d\x01\x00\x00" +var _quorumcertificateAdminStop_votingCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x90\x31\x4f\xc3\x30\x10\x85\x77\xff\x8a\xa7\x0c\x55\xb2\xa4\x7b\x05\x54\x25\x12\x33\x05\xd4\xdd\x38\x97\xc4\x52\xe2\x33\xe7\x0b\x1d\xaa\xfe\x77\x94\x58\x54\x20\xf5\x8d\xf6\x7d\xf7\xde\x3b\x3f\x45\x16\x45\xf1\x32\xf2\xb9\x19\xe7\xa4\x24\xc7\xa6\x30\x66\xbb\xc5\x07\x25\x85\x8a\x0d\xc9\x3a\xf5\x1c\xd0\xb1\x40\x07\xc2\xb1\x81\xe3\xa0\x62\x9d\x42\x19\x49\x39\xae\xef\xdf\xac\x3e\xf4\x88\x24\x9e\x5b\x63\xfe\xa2\x17\x63\x00\x20\x0a\x45\x2b\x54\x26\xdf\x07\x92\x1d\xec\xac\x43\xf9\xcc\x22\x7c\x3e\xd9\x71\xa6\x0a\x9b\x83\x73\x3c\x07\xad\x70\x59\x89\x45\x23\x29\x6c\x3b\xf9\xf0\x46\x1d\x1e\x91\xe1\x3a\x29\x8b\xed\xa9\xfe\x5c\xf1\x87\xcd\xbf\x06\xf5\x61\x99\x7f\x2a\x3b\xe1\x69\x87\x3b\x5f\xef\x99\x7e\xb5\x3a\x54\x37\xa3\x45\xfb\x3d\xa2\x0d\xde\x95\x45\xc3\xf3\xd8\x22\xb0\x22\x5b\x40\xa8\x23\xa1\xe0\x68\x69\xfd\xe5\x72\xa6\xa2\x32\x37\xfe\x37\xe4\x92\x2d\x9e\xd6\x6b\x94\x79\xfb\xd5\x5c\x7f\x02\x00\x00\xff\xff\xda\x4c\xc2\x61\x6a\x01\x00\x00" func quorumcertificateAdminStop_votingCdcBytes() ([]byte, error) { return bindataRead( @@ -4965,11 +4944,11 @@ func quorumcertificateAdminStop_votingCdc() (*asset, error) { } info := bindataFileInfo{name: "quorumCertificate/admin/stop_voting.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x5d, 0x77, 0xe8, 0x1e, 0x53, 0x15, 0x63, 0xab, 0xf7, 0x58, 0xcf, 0x72, 0xc3, 0x9c, 0x7f, 0xb1, 0x1c, 0x0, 0x14, 0xa6, 0x2f, 0x3e, 0xad, 0x97, 0xe2, 0x6d, 0xfa, 0xe9, 0x25, 0xc2, 0xec, 0xfb}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xf, 0x80, 0x2d, 0x33, 0x50, 0xe7, 0x19, 0xd6, 0xa, 0xe4, 0xee, 0x48, 0x1, 0x74, 0xfe, 0x82, 0x6, 0xe0, 0xa5, 0x3d, 0x92, 0x59, 0x54, 0x35, 0x8f, 0xeb, 0x5c, 0x59, 0x8e, 0x77, 0x51, 0xb5}} return a, nil } -var _quorumcertificateCreate_voterCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x54\xc1\x6e\xdb\x30\x0c\xbd\xe7\x2b\x88\x1c\x0a\x07\x68\x9d\x7b\xd0\xae\x28\x32\x6c\x18\x76\x58\xbb\x16\xdd\x99\x91\x99\x58\xab\x22\x7a\x14\x9d\x20\x18\xfa\xef\x03\x25\xd7\x89\x31\x03\x41\x24\x9a\x7c\xe4\x7b\x7c\x89\xdf\x77\x2c\x0a\x5f\x02\x1f\xd7\xa1\x4f\x4a\xf2\xb4\x86\xad\xf0\x1e\xe6\x93\xd8\x7c\x36\x5b\x2e\xe1\x85\x92\xc2\x8b\x60\x4c\xe8\xd4\x73\x84\x2d\x0b\x20\x44\x6e\x08\x94\x41\xe8\x4f\x6f\x19\x08\x4f\x6b\x78\x65\x25\x81\x1f\x9b\xdf\xe4\xb4\x20\x6a\x4b\xe0\x38\xaa\xa0\x53\x43\xfb\xe5\x43\x80\x0d\x41\xdf\x35\xa8\xd4\x18\x42\x9f\x28\xa7\x51\xc7\xae\x1d\x93\xe1\xd8\x52\x04\x6d\x51\xc1\x27\x70\xbc\xef\x02\x29\x35\x79\xa2\x96\xe0\x90\x3b\x71\xe9\xc4\x31\x9c\x20\x12\x35\xc9\xf0\x36\x04\x4e\x28\xa3\x73\x74\x04\x18\x1b\x83\x38\x60\xf0\x4d\x1e\x9e\x0e\x24\x27\xd8\xf6\xda\xcb\xd0\xd5\x50\x8f\x2d\x49\x19\x24\x53\xf3\x09\x70\xa8\x49\x8a\x6f\xd4\xe4\x70\x56\xe4\x11\x05\xf7\xa4\x24\x69\x65\x57\xfb\x60\xb3\xf7\xf1\xa1\x69\x84\x52\x5a\x65\x10\x2c\x17\xe0\x6d\xbe\x3e\xad\x4b\xce\xa5\x64\x16\x2f\x8a\x99\x54\x06\x63\x2d\xbe\x7d\x2e\x00\xbe\xf9\xa8\x2d\x52\x9b\x12\x19\xd8\x39\xee\x63\x56\x85\x3b\x12\x54\x1f\x77\x56\x6b\x53\xfa\xb8\xfb\x4e\xa7\x55\x56\x68\xb8\xc3\x1b\x9d\x32\xeb\xb2\x89\x10\xc8\x29\xcb\x40\x46\xcf\x6b\xad\xa6\x14\x86\xc3\xf5\x38\xd2\xb3\x8a\x8f\xbb\xeb\x49\x9b\x12\x5b\xc0\xdf\xd9\x0c\x00\xa0\x13\xea\x50\xa8\x4a\x7e\x17\x49\x56\x80\xbd\xb6\xd5\x33\x1e\xe8\x15\x43\x4f\x0b\xb8\x7a\x28\xa3\x8f\x05\xf6\x2c\x97\xf0\x95\x06\x66\x59\x20\xa1\x2d\x09\xd9\xe2\x46\x03\x95\x17\x03\xf1\xb1\x32\x90\x0e\x6f\xee\x60\x47\x3a\x80\x4f\x78\x2c\xfe\x4f\xfe\x49\x5b\xb8\x2b\xc7\xda\x61\x87\x1b\x1f\xbc\x7a\x4a\xf5\x86\x45\xf8\x78\x7b\x35\xf9\x09\xd4\x0f\x96\xf8\xa9\x5a\x76\xfd\x26\x78\xb7\xcc\xb6\x5b\x9b\xbb\x58\xce\xe0\xf6\xdc\xdf\x43\x87\xd1\xbb\x6a\xbe\xe6\x3e\x98\x5b\x14\x0a\x24\xe0\x05\x27\xe5\x33\xa3\xf9\x62\x22\x43\x86\x25\x73\xdd\xa5\xb7\xcd\xbd\x09\x0f\x04\x5e\xad\x38\x29\x0b\xee\x68\xc2\xab\xe4\xdf\xde\x8c\x04\xeb\xe2\xff\xec\xad\xea\x63\x81\xe5\x7b\xba\xc0\xf3\xf9\x62\x94\xb2\xbe\x7a\xe8\x54\x5b\xf3\xea\xf6\x26\x37\xb9\x06\xe5\xd5\xf4\x8f\xa3\xce\x5d\x9e\x4b\xf2\x23\x6a\x5b\x64\x79\x9f\xbd\xff\x0b\x00\x00\xff\xff\x8f\x15\x72\x2c\x67\x04\x00\x00" +var _quorumcertificateCreate_voterCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x53\xc1\x6e\x1a\x41\x0c\xbd\xf3\x15\x16\x87\x68\x91\x12\xb8\xa3\xa4\x51\x44\xd5\xaa\xea\xa1\x49\x13\xa5\x67\x33\x63\xd8\x69\x86\xf1\xd6\xe3\x05\xa1\x2a\xff\x5e\x79\x66\x03\xac\xba\x12\x62\x3c\x6b\x3f\xfb\x3d\xbf\x0d\xbb\x8e\x45\x61\xfa\x25\xf2\x61\x15\xfb\xac\x24\x4f\xab\xe9\x64\xb2\x58\xc0\x0b\x65\x85\x17\xc1\x94\xd1\x69\xe0\x04\x1b\x16\x40\x48\xec\x09\x94\x41\xe8\x4f\x6f\x19\x08\x4f\x2b\x78\x65\x25\x81\x1f\xeb\xdf\xe4\x14\x36\xc2\x3b\xd0\x96\xc0\x71\x52\x41\xa7\x86\xf6\x2b\xc4\x08\x6b\x82\xbe\xf3\xa8\xe4\x0d\xa1\xcf\x54\xd2\xa8\x63\xd7\x9e\x92\xe1\xd0\x52\x02\x6d\x51\x21\x64\x70\xbc\xeb\x22\x29\xf9\x32\x51\x4b\xb0\x2f\x9d\xb8\x76\xe2\x14\x8f\x90\x88\x7c\x36\xbc\x35\x81\x13\x2a\xe8\x9c\x1c\x01\x26\x6f\x10\x7b\x8c\xc1\x97\xe1\x69\x4f\x72\x84\x4d\xaf\xbd\x0c\x5d\x0d\xf5\xd0\x92\xd4\x41\x0a\xb5\x90\x01\x87\x9a\xac\xf8\x46\xbe\x5c\x17\x45\x1e\x51\x70\x47\x4a\x92\x97\x16\xda\x0f\xfd\x2e\xa4\x07\xef\x85\x72\x5e\x16\x10\xac\x01\xf0\xa6\x84\x4f\xab\x9a\x73\x29\x99\xdd\x57\xc5\x4c\x2a\x83\xb1\x16\xdf\x3e\x57\x80\xe0\x3f\x6a\xab\xd4\xa6\x44\x01\x76\x8e\xfb\x54\x54\xe1\x8e\x04\x35\xa4\xad\xd5\xda\x94\x21\x6d\xbf\xd3\x71\x59\x14\x1a\x62\x78\xa3\x63\x61\x5d\x37\x11\x23\x39\x65\x19\xc8\xe8\x79\xad\xcd\x98\xc2\x70\xb8\x3e\x8d\xf4\xac\x12\xd2\xf6\x7a\xd4\xa6\xde\xcd\xe0\xef\x64\x02\x00\xd0\x09\x75\x28\xd4\xe4\xb0\x4d\x24\x4b\xc0\x5e\xdb\xe6\x19\xf7\xf4\x8a\xb1\xa7\x19\x5c\x3d\xd4\xd1\x4f\x05\xf6\x2c\x16\xf0\x95\x06\x66\x45\x20\xa1\x0d\x09\xd9\xe2\x4e\x06\xaa\x2f\x06\xe2\xa7\xca\x48\x3a\xbc\xb9\x83\x2d\xe9\x00\x3e\xe2\x31\xfb\x3f\xf9\x27\x6d\xe0\xae\x1e\xe7\x0e\x3b\x5c\x87\x18\x34\x50\x9e\xaf\x59\x84\x0f\xb7\x57\xa3\x4f\x60\xfe\x60\x89\x9f\x9a\x45\xd7\xaf\x63\x70\x8b\x62\xbb\x95\xb9\x8b\xe5\x0c\x6e\xcf\xfd\x3d\x74\x98\x82\x6b\xa6\x2b\xee\xa3\xb9\x45\xa1\x42\x02\x5e\x70\x52\x3e\x33\x9a\xce\x46\x32\x14\x58\x32\xd7\x5d\x7a\xdb\xdc\x9b\x71\x4f\x10\xd4\x8a\xb3\xb2\xe0\x96\x46\xbc\x6a\xfe\xed\xcd\x89\xe0\xbc\xfa\xbf\x78\xab\xf9\x58\x60\xfd\x1f\x2f\xf0\x7c\xbe\x18\xa5\xae\x6f\x3e\x74\x9a\x5b\xf3\xe6\xf6\xa6\x34\xb9\x06\xe5\x25\x8c\x15\x2a\x5d\x9e\x6b\xf2\x23\x6a\x5b\x65\x79\x9f\xbc\xff\x0b\x00\x00\xff\xff\x71\xc8\x40\xf3\x54\x04\x00\x00" func quorumcertificateCreate_voterCdcBytes() ([]byte, error) { return bindataRead( @@ -4985,11 +4964,11 @@ func quorumcertificateCreate_voterCdc() (*asset, error) { } info := bindataFileInfo{name: "quorumCertificate/create_voter.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xad, 0x49, 0x65, 0x97, 0x80, 0x97, 0x22, 0x49, 0xa2, 0xf8, 0x29, 0x1b, 0x8, 0xa4, 0xf, 0x7f, 0xbe, 0xec, 0x14, 0x9f, 0x6a, 0x19, 0xfc, 0x68, 0x8a, 0xca, 0xa2, 0xab, 0x45, 0x42, 0x14, 0xcd}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x2b, 0x70, 0xb, 0x90, 0x54, 0x6, 0xdc, 0xe5, 0x13, 0x4d, 0x2a, 0xd8, 0x68, 0x8d, 0x34, 0x30, 0x98, 0x54, 0x45, 0x2d, 0xd8, 0xc6, 0x39, 0x5a, 0x7f, 0xe1, 0x25, 0xd3, 0xdf, 0x81, 0x54, 0xa}} return a, nil } -var _quorumcertificateScriptsGenerate_quorum_certificateCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x8f\x41\x4b\x03\x31\x10\x85\xef\xf9\x15\x8f\xbd\x98\x5c\x5a\xbc\x78\x28\x48\x0f\x01\xa5\xc7\x3d\x78\x12\x0f\x21\x9d\xad\x81\x64\x52\x33\x13\x14\xc4\xff\x2e\xb6\x5b\xeb\x3a\xb7\x19\xbe\x8f\xf7\x26\x95\x63\x6d\x8a\x87\x5c\xdf\x7d\xee\xa2\xd4\x46\x8f\xa9\xd5\x82\x61\x71\x1b\x8c\x59\xaf\xf1\x48\x2a\xd0\x57\x82\x68\xd0\x2e\xa8\x13\x02\xe2\x99\xb9\x11\x8c\x1e\x07\x62\x6a\x41\x53\x65\x63\x42\x8c\x24\x62\x43\xce\x0e\x53\x67\x94\x90\xd8\xce\xf4\x8e\xf7\xf4\xb1\xc1\xd3\x8e\xf5\xf6\xce\x6d\x96\x05\x56\xd7\x2a\x9f\xc6\x00\x40\x26\xbd\xe4\x08\xee\xff\xd1\x07\xd2\x79\x11\xeb\xce\x7c\x23\xed\x8d\x7f\x95\xe7\xbf\xa9\x2f\xab\xb9\x24\x8d\xbd\xb6\x5e\x3c\x35\x4d\x53\x8a\x41\xc9\xba\x93\xfd\x33\xdb\x2d\x8e\x81\x53\xb4\x83\xaf\x3d\xef\xc1\x55\x2f\xcf\x11\xde\x4e\x22\xe2\xd5\x1c\x9c\x31\x5f\xdf\x01\x00\x00\xff\xff\x81\x01\xe7\xc1\x4d\x01\x00\x00" +var _quorumcertificateScriptsGenerate_quorum_certificateCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x8f\xb1\x4b\x43\x31\x10\x87\xf7\xfc\x15\x3f\xb2\x98\x2c\x2d\x2e\x0e\x05\xe9\x10\x50\x3a\xbe\xc1\x49\x1c\x42\x7a\xaf\x06\xf2\x2e\x35\x77\x41\x41\xfc\xdf\xc5\xf6\xf5\xa9\xcd\x94\x83\xef\xe3\xbb\xcb\xd3\xb1\x36\x85\x7d\x28\xf5\x3d\x94\x2e\x4a\x6d\x08\xd6\x98\xf5\x1a\x8f\xa4\x02\x7d\x25\x88\x46\xed\x82\x3a\x22\x22\x9d\x99\x1b\xc1\x10\x70\x20\xa6\x16\x35\x57\x36\x26\xa6\x44\x22\x2e\x96\xe2\x31\x76\xc6\x14\x33\xbb\x99\xde\xf1\x9e\x3e\x36\x78\xda\xb1\xde\xde\xf9\x0d\xfe\xc5\x56\xcb\x0f\x9f\xc6\x00\x40\x21\xbd\x74\x04\xf7\x57\xf4\x81\x74\x1e\xc4\xf9\x33\xdf\x48\x7b\xe3\x45\x79\xfe\x5b\x7d\x59\xcd\x4b\xd2\xd0\x6b\xeb\x53\xa0\xa6\x79\xcc\x29\x2a\x39\x7f\xb2\x7f\xde\x76\x8b\x63\xe4\x9c\x9c\x0d\xb5\x97\x3d\xb8\xea\xe5\x38\xc2\xdb\x49\x44\xfa\x35\xad\x37\xe6\xeb\x3b\x00\x00\xff\xff\xde\xb3\x32\xb1\x3a\x01\x00\x00" func quorumcertificateScriptsGenerate_quorum_certificateCdcBytes() ([]byte, error) { return bindataRead( @@ -5005,11 +4984,11 @@ func quorumcertificateScriptsGenerate_quorum_certificateCdc() (*asset, error) { } info := bindataFileInfo{name: "quorumCertificate/scripts/generate_quorum_certificate.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xbf, 0x7e, 0xec, 0xe8, 0x58, 0x2b, 0x59, 0xe0, 0xfa, 0xc3, 0x3, 0xd8, 0xb2, 0xbd, 0xf7, 0xe1, 0xda, 0xa1, 0x9b, 0x9c, 0x12, 0x5, 0x3d, 0xdd, 0x99, 0x39, 0x29, 0x37, 0x8c, 0xee, 0x72, 0x48}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xc0, 0x88, 0xb3, 0x82, 0xce, 0x2b, 0x5d, 0x7, 0x93, 0x1c, 0xf9, 0x97, 0x38, 0x4c, 0x47, 0x51, 0xbc, 0x89, 0xb4, 0xf5, 0x3a, 0xec, 0x18, 0x9e, 0x1e, 0x91, 0xbc, 0xa1, 0xb7, 0x25, 0x9b, 0x25}} return a, nil } -var _quorumcertificateScriptsGet_clusterCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xca\xcc\x2d\xc8\x2f\x2a\x51\x70\xcb\xc9\x2f\x77\xce\x29\x2d\x2e\x49\x2d\x0a\x74\x56\x48\x2b\xca\xcf\x55\x50\x42\x11\x53\xe2\xe2\x4a\x4c\x4e\x4e\x2d\x2e\xd6\x48\xcc\xc9\xd1\x54\x48\x2b\xcd\x53\xc8\x4d\xcc\xcc\xd3\x48\x86\x28\xf0\xcc\x4b\x49\xad\xb0\x52\x08\xf5\xcc\x2b\x31\x34\xd3\xb4\x42\x35\x4f\x0f\xca\x52\xa8\xe6\xe2\x52\x50\x50\x50\xc8\x49\x2d\x51\x80\xea\x2b\x56\xb0\x45\x53\x9b\x9e\x5a\x02\xe5\x14\x6b\x68\x42\xd4\x17\xa5\x96\x94\x16\xe5\xc1\xb5\x44\x23\xdb\x19\xcb\xc5\x55\x0b\x08\x00\x00\xff\xff\xf7\xb0\x6f\x1a\xc4\x00\x00\x00" +var _quorumcertificateScriptsGet_clusterCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xca\xcc\x2d\xc8\x2f\x2a\x51\x50\x72\xcb\xc9\x2f\x77\xce\x29\x2d\x2e\x49\x2d\x0a\x74\x56\xe2\xe2\x4a\x4c\x4e\x4e\x2d\x2e\xd6\x48\xcc\xc9\xd1\x54\x48\x2b\xcd\x53\xc8\x4d\xcc\xcc\xd3\x48\x86\x28\xf0\xcc\x4b\x49\xad\xb0\x52\x08\xf5\xcc\x2b\x31\x34\xd3\xb4\x52\x40\xd1\xab\x07\x65\x29\x54\x73\x71\x29\x28\x28\x28\xe4\xa4\x96\x28\x40\xf5\x15\x2b\xd8\xa2\xa9\x4d\x4f\x2d\x81\x72\x8a\x35\x34\x21\xea\x8b\x52\x4b\x4a\x8b\xf2\xe0\x5a\xa2\x91\xed\x8c\xe5\xe2\xaa\x05\x04\x00\x00\xff\xff\x9b\xc2\x7d\xd5\xb1\x00\x00\x00" func quorumcertificateScriptsGet_clusterCdcBytes() ([]byte, error) { return bindataRead( @@ -5025,11 +5004,11 @@ func quorumcertificateScriptsGet_clusterCdc() (*asset, error) { } info := bindataFileInfo{name: "quorumCertificate/scripts/get_cluster.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x17, 0x25, 0x34, 0x4, 0xee, 0x6c, 0x4f, 0xfe, 0x9f, 0x3c, 0x45, 0xb8, 0x36, 0x94, 0x90, 0xe, 0xd1, 0xe0, 0x85, 0x2c, 0x17, 0x23, 0xb8, 0x1d, 0xda, 0x3a, 0xc0, 0x29, 0xde, 0x80, 0x86, 0x3d}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x95, 0x57, 0xbc, 0x53, 0xe, 0xa8, 0x2f, 0x69, 0x7b, 0x9, 0xb, 0x85, 0x0, 0x22, 0x11, 0xd3, 0xf3, 0x32, 0x72, 0x63, 0xc1, 0x87, 0x4a, 0xbb, 0x81, 0xc7, 0xdf, 0x99, 0xbb, 0xd3, 0xb5, 0xe7}} return a, nil } -var _quorumcertificateScriptsGet_cluster_completeCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x54\x8e\x3f\x4b\x43\x41\x10\xc4\xfb\xfd\x14\x63\x1a\xdf\x35\x09\x36\x16\x81\x34\x1e\x28\x29\x53\x58\x89\xc5\xf1\xdc\x17\x0f\xf6\x76\xc3\xed\x1e\x0a\xe2\x77\xb7\x48\x14\x53\xce\xf0\x9b\x3f\xb5\x9d\xac\x07\x1e\xc5\x3e\xb2\x0c\x0f\xee\x87\x8c\xa5\x5b\xc3\xea\xca\x5b\x11\x6d\x36\x78\xe2\x70\xc4\x3b\xc3\xa3\xc4\x70\xd8\x82\x82\xf9\xcc\xdc\x3a\x0e\x19\x47\x56\xee\x25\xaa\x29\x51\x99\x67\x76\x9f\x8a\x48\xc2\x32\x14\xad\x54\x9d\x2e\xf4\x5e\xdf\xf8\x73\x8b\xe7\xbd\xc6\xdd\x7d\xda\xe2\xc1\x4c\xf0\x45\x04\x00\xc2\xf1\x5b\xea\xd8\x5d\x7f\x5b\x1f\x39\x2e\xc2\xa7\x74\xe6\x3b\xc7\xe8\xfa\x17\x79\xf9\x3f\xf1\xba\xae\x9e\xad\x9d\x84\x83\xa7\x84\x9b\x1d\xb4\x0a\xd1\xf7\x4f\x00\x00\x00\xff\xff\xf4\x49\xb4\xa1\xf8\x00\x00\x00" +var _quorumcertificateScriptsGet_cluster_completeCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x54\xce\x31\x4b\x03\x41\x10\x05\xe0\x7e\x7e\xc5\x33\x8d\xbb\x4d\x82\x8d\x45\x20\x8d\x0b\x4a\xca\x14\x56\x62\xb1\x9c\x73\xe7\xc2\xdc\xec\xb1\x33\x8b\x82\xf8\xdf\x2d\xee\x14\x53\x0e\x7c\xf3\xde\x2b\xf3\x52\x9b\x63\xf7\x28\xf5\x23\x49\x37\xe7\x76\x49\x3b\xa2\xc3\x01\x4f\xec\x06\x7f\x67\x98\x67\xef\x86\x3a\x22\x63\x58\xcd\xad\xe1\x92\x30\xb1\x72\xcb\x5e\xaa\x12\xe5\x61\x60\xb3\x90\x45\x22\xc6\xae\x98\x73\xd1\xb0\xe9\xb3\xbe\xf1\xe7\x11\xcf\x67\xf5\xbb\xfb\x78\xc4\x43\xad\x82\x2f\x22\x00\x10\xf6\xdf\x50\xc3\x09\x57\x3b\xf6\x13\xfb\x76\x58\x88\xab\x6f\xec\xbd\xe9\xdf\xcb\xcb\xff\x8a\xd7\x7d\xb1\x54\xe7\x45\xd8\x39\x44\xdc\x9c\xa0\x45\x88\xbe\x7f\x02\x00\x00\xff\xff\xd1\xd0\xab\xa9\xe5\x00\x00\x00" func quorumcertificateScriptsGet_cluster_completeCdcBytes() ([]byte, error) { return bindataRead( @@ -5045,11 +5024,11 @@ func quorumcertificateScriptsGet_cluster_completeCdc() (*asset, error) { } info := bindataFileInfo{name: "quorumCertificate/scripts/get_cluster_complete.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x5e, 0x3, 0xb, 0xcc, 0xb6, 0x3, 0x6, 0x7, 0xb7, 0xb7, 0x52, 0x1, 0xe3, 0xa5, 0x66, 0x48, 0x6e, 0xc6, 0xb9, 0x38, 0xdc, 0x35, 0x47, 0x51, 0x62, 0x9c, 0x7b, 0x6b, 0xc4, 0x86, 0xff, 0x13}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x0, 0x3e, 0x9c, 0x1, 0xa4, 0xe7, 0x9, 0x5e, 0xcf, 0x9e, 0x69, 0x98, 0x6d, 0x6d, 0x93, 0x60, 0x35, 0x18, 0xc4, 0x60, 0xe0, 0xa4, 0x27, 0xc7, 0xf9, 0xe6, 0x2f, 0x58, 0xa8, 0x62, 0x50, 0xa5}} return a, nil } -var _quorumcertificateScriptsGet_cluster_node_weightsCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x54\x8d\xb1\xaa\x83\x40\x10\x45\xfb\xfd\x8a\x8b\x95\x36\xc2\x83\x87\x85\x90\x4a\x08\x58\x86\x10\x52\x84\x14\xa2\xa3\x59\x58\x67\xc3\xcc\x48\x02\xe2\xbf\xa7\x50\x42\x2c\xef\xe5\x1c\x8e\x1f\x9f\x51\x0c\xc7\x10\x5f\x55\x98\xd4\x48\x4e\x15\x7a\x89\x23\x92\xdd\x97\x38\xd7\xb4\x2d\xa9\xa6\x4d\x08\x19\xfa\x89\x31\x36\x9e\xd3\x76\x05\x6a\xee\xe8\x5d\xe2\x52\xb3\xfd\x15\x59\x89\xf9\x6c\xe2\x79\x58\x9f\xe2\x7f\xc1\xec\x1c\x00\x04\x32\x6c\x8a\xe2\xb0\xcf\xe6\x03\xd9\x36\x34\xcd\x56\x5e\xc8\x26\xe1\xaf\x72\xfb\xcd\xdd\x73\x8e\x1d\x5d\xc9\x0f\x0f\x53\xe7\x96\x4f\x00\x00\x00\xff\xff\x3d\x36\xdc\x4a\xcb\x00\x00\x00" +var _quorumcertificateScriptsGet_cluster_node_weightsCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x54\x8d\xb1\xaa\xc2\x40\x10\x45\xfb\xf9\x8a\x4b\xaa\xa4\x09\x3c\x78\xa4\x08\x58\x05\x84\x94\x22\x62\x21\x16\x21\x19\xe3\xc2\x66\x22\x3b\xb3\x28\x84\xfc\xbb\xc5\x06\xd1\xf2\x5e\xce\xe1\xb8\xe9\x31\x07\x43\xb6\xf7\xf3\xb3\xf1\x51\x8d\xc3\xa1\xc9\x88\xba\xbe\x67\xd5\xbc\xf3\xbe\xc0\x2d\x0a\xa6\xce\x49\xde\x27\xa0\x95\x81\x5f\x35\x4e\xad\xd8\x5f\x55\xd4\x58\x8e\x16\x9c\x8c\xe9\xa9\xfe\x57\x2c\x44\x00\xe0\xd9\xb0\x29\x8a\x1d\x7e\x12\xe5\xc8\xb6\x0d\xcd\x8b\xc4\x07\xb6\x18\xe4\xa3\x5c\xbe\x73\xd7\x52\xe6\x81\xcf\xec\xc6\xbb\x29\xd1\xfa\x0e\x00\x00\xff\xff\xd4\x86\x2e\x74\xb8\x00\x00\x00" func quorumcertificateScriptsGet_cluster_node_weightsCdcBytes() ([]byte, error) { return bindataRead( @@ -5065,11 +5044,11 @@ func quorumcertificateScriptsGet_cluster_node_weightsCdc() (*asset, error) { } info := bindataFileInfo{name: "quorumCertificate/scripts/get_cluster_node_weights.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x29, 0x1d, 0x52, 0x4, 0x6b, 0x83, 0x52, 0x76, 0x40, 0x43, 0xaf, 0xa, 0xe2, 0xe4, 0xd8, 0xcb, 0x79, 0x13, 0xea, 0xc6, 0xca, 0x2a, 0x11, 0x64, 0x1c, 0x9e, 0x29, 0xfc, 0x74, 0x8, 0xeb, 0x69}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x47, 0xcb, 0xf6, 0xa3, 0x97, 0x10, 0x84, 0xe1, 0xe2, 0xf7, 0x8f, 0xbf, 0xb, 0xe3, 0xa9, 0xa6, 0x2, 0x9d, 0xcc, 0x50, 0x62, 0xc4, 0x14, 0xaf, 0xc5, 0x11, 0x15, 0xad, 0x23, 0x8, 0xfc, 0x26}} return a, nil } -var _quorumcertificateScriptsGet_cluster_vote_thresholdCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xca\xcc\x2d\xc8\x2f\x2a\x51\x70\xcb\xc9\x2f\x77\xce\x29\x2d\x2e\x49\x2d\x0a\x74\x56\x48\x2b\xca\xcf\x55\x50\x42\x11\x53\xe2\xe2\x4a\x4c\x4e\x4e\x2d\x2e\xd6\x48\xcc\xc9\xd1\x54\x48\x2b\xcd\x53\xc8\x4d\xcc\xcc\xd3\x48\x86\x28\xf0\xcc\x4b\x49\xad\xb0\x52\x08\xf5\xcc\x2b\x31\x34\xd3\x84\x30\xcc\x4c\x14\xaa\xb9\xb8\x14\x14\x14\x14\x72\x52\x4b\x14\xa0\x0a\x8b\x15\x6c\x51\x2d\xd3\x4b\x4f\x2d\x81\x72\x8a\x35\x34\x21\xea\x8b\x52\x4b\x4a\x8b\xf2\xe0\x5a\xa2\x91\x2d\x89\xd5\x2b\xcb\x2f\x49\x0d\xc9\x28\x4a\x2d\xce\xc8\xcf\x49\x01\x69\xa9\x05\x04\x00\x00\xff\xff\xe3\x59\xc4\x5f\xc5\x00\x00\x00" +var _quorumcertificateScriptsGet_cluster_vote_thresholdCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xca\xcc\x2d\xc8\x2f\x2a\x51\x50\x72\xcb\xc9\x2f\x77\xce\x29\x2d\x2e\x49\x2d\x0a\x74\x56\xe2\xe2\x4a\x4c\x4e\x4e\x2d\x2e\xd6\x48\xcc\xc9\xd1\x54\x48\x2b\xcd\x53\xc8\x4d\xcc\xcc\xd3\x48\x86\x28\xf0\xcc\x4b\x49\xad\xb0\x52\x08\xf5\xcc\x2b\x31\x34\xd3\x84\x30\xcc\x4c\x14\xaa\xb9\xb8\x14\x14\x14\x14\x72\x52\x4b\x14\xa0\x0a\x8b\x15\x6c\x15\x50\x0c\xd6\x4b\x4f\x2d\x81\x72\x8a\x35\x34\x21\xea\x8b\x52\x4b\x4a\x8b\xf2\xe0\x5a\xa2\x91\x2d\x89\xd5\x2b\xcb\x2f\x49\x0d\xc9\x28\x4a\x2d\xce\xc8\xcf\x49\x01\x69\xa9\x05\x04\x00\x00\xff\xff\xe2\x66\x0f\x1b\xb2\x00\x00\x00" func quorumcertificateScriptsGet_cluster_vote_thresholdCdcBytes() ([]byte, error) { return bindataRead( @@ -5085,11 +5064,11 @@ func quorumcertificateScriptsGet_cluster_vote_thresholdCdc() (*asset, error) { } info := bindataFileInfo{name: "quorumCertificate/scripts/get_cluster_vote_threshold.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x90, 0x39, 0xfc, 0xde, 0xe2, 0xb0, 0x6e, 0xbb, 0x43, 0x4, 0x67, 0x78, 0x3e, 0x0, 0x52, 0x62, 0x27, 0xd5, 0x72, 0x9a, 0xcb, 0xd8, 0x3c, 0x8e, 0x11, 0xc6, 0xdb, 0x82, 0x38, 0x3f, 0xb5, 0xd1}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x40, 0x52, 0x2a, 0x78, 0xdc, 0x6d, 0x54, 0xbc, 0x1a, 0x59, 0xe, 0x19, 0xd7, 0xe, 0xac, 0x74, 0x11, 0x7a, 0x76, 0x10, 0xc7, 0xfa, 0xf5, 0xea, 0xd9, 0x55, 0xf3, 0xf1, 0x96, 0x6e, 0xff, 0x9b}} return a, nil } -var _quorumcertificateScriptsGet_cluster_votesCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x54\x8e\xbd\x4a\xc5\x40\x10\x85\xfb\x79\x8a\xc3\xad\x92\x26\x17\x1b\x8b\x0b\x56\x01\x21\xa5\x82\x36\x21\xc5\xb2\x99\xd5\x85\xcd\x6e\x98\x99\xf8\x83\xf8\xee\x12\x13\xe5\xa6\x9c\x9f\x73\xbe\x2f\x4e\x73\x11\xc3\x7d\x2a\xef\x6d\x5a\xd4\x58\x1e\x5a\x04\x29\x13\x4e\x87\xdd\x89\xe8\x7c\xc6\x23\xdb\x22\x59\xe1\x32\x9c\x88\xfb\x44\x09\x78\x2e\xc6\x8a\x50\x04\xf6\xca\xd0\x99\x7d\x0c\x91\x47\xf8\x2d\x4a\xe4\xbc\x67\xd5\xca\xa5\x54\x23\x2c\x19\x93\x8b\xb9\xda\xaf\x5d\x1e\xf9\xe3\x82\xa7\x2e\xdb\xcd\x6d\x7d\x41\x7f\x80\x36\x6b\xf7\x80\x2f\x22\x00\x48\x6c\x7f\xa5\x8a\xbb\xa3\x72\xf3\xc2\xb6\x0f\x5a\xd5\xdb\xbf\xfc\xca\xfe\x47\xfa\x6b\xe4\xd0\xbc\xad\xda\x44\xdf\x3f\x01\x00\x00\xff\xff\xc7\xaa\x11\x90\x01\x01\x00\x00" +var _quorumcertificateScriptsGet_cluster_votesCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x54\x8e\xbd\x6a\x85\x40\x10\x85\xfb\x79\x8a\x83\x95\x36\x4a\x9a\x14\x42\x2a\x21\x60\x99\x40\xd2\x88\xc5\xb2\xce\x26\x0b\xeb\xae\xec\x8c\xf9\x21\xe4\xdd\x83\xd1\x7b\xb9\x96\xc3\x9c\x73\xbe\xcf\xcf\x4b\xca\x8a\xe2\x31\xa4\xcf\x2e\xac\xa2\x9c\x9f\xba\x82\xa8\x69\xf0\xcc\xba\xe6\x28\x30\x11\x26\x67\xf3\x8d\xe4\xf0\x9a\x94\x05\x2e\x65\xe8\x3b\x43\x16\xb6\xde\x79\x9e\x60\xf7\x2a\x91\xb1\x96\x45\x4a\x13\x42\x05\xb7\x46\xcc\xc6\xc7\xf2\xf8\xf6\x71\xe2\xaf\x16\x2f\x7d\xd4\xbb\xfb\xaa\xc5\x70\x82\xd6\xdb\xf6\x88\x1f\x22\x00\x08\xac\x97\x51\xc1\x03\xce\xc9\x37\xd6\xe3\x90\xb2\xda\xf3\xf9\x5f\xf6\x5a\x19\x6e\x91\x63\xfd\xb1\x69\x13\xfd\xfe\x05\x00\x00\xff\xff\xbb\xac\x7d\x15\xee\x00\x00\x00" func quorumcertificateScriptsGet_cluster_votesCdcBytes() ([]byte, error) { return bindataRead( @@ -5105,11 +5084,11 @@ func quorumcertificateScriptsGet_cluster_votesCdc() (*asset, error) { } info := bindataFileInfo{name: "quorumCertificate/scripts/get_cluster_votes.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xe1, 0x5d, 0xff, 0x6e, 0xd7, 0xf9, 0x68, 0xe, 0xcb, 0x93, 0xff, 0xd6, 0xd2, 0xad, 0xc1, 0xc5, 0xa6, 0x42, 0x74, 0x84, 0x25, 0xb9, 0x41, 0x5, 0x9b, 0x72, 0x51, 0x1e, 0x7d, 0xec, 0x22, 0xbd}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x29, 0x48, 0xac, 0x1c, 0xe7, 0xe7, 0x8f, 0x5b, 0x8, 0x4a, 0xbb, 0x96, 0x53, 0x88, 0xbc, 0x37, 0xcd, 0xac, 0x25, 0x5a, 0xbe, 0xa5, 0x47, 0xa0, 0x26, 0x71, 0xd, 0xf8, 0xa9, 0x8b, 0x7d, 0x20}} return a, nil } -var _quorumcertificateScriptsGet_cluster_weightCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x54\x8d\x31\x0b\xc2\x30\x14\x84\xf7\xf7\x2b\x8e\x4e\xed\x52\x10\xa4\x83\xe0\x54\x10\x3a\x3a\x88\x83\x38\x84\xfa\x5a\x03\x2f\x89\x24\x2f\x28\x88\xff\xdd\x21\x45\xec\x76\x77\x7c\xc7\x67\xdd\x23\x44\xc5\x41\xc2\xb3\x97\x9c\x94\xe3\xb1\xc7\x14\x83\x43\xb5\xda\x2a\x22\x33\x8e\x9c\x52\x6d\x44\x1a\x4c\xd9\xc3\x19\xeb\xeb\xb1\x00\x83\xbf\xf1\x6b\x87\xd3\xe0\x75\xd3\x35\x25\x74\x5b\xbc\x89\x00\x40\x58\xb1\x80\x09\xfb\xb5\xac\x9d\x59\x97\x92\xea\xa6\xf0\x91\x35\x47\xff\xbb\x5c\xfe\x25\xd7\x56\x83\x1a\x39\xb3\x9d\xef\x4a\xf4\xf9\x06\x00\x00\xff\xff\xf1\x3a\x40\x1a\xc1\x00\x00\x00" +var _quorumcertificateScriptsGet_cluster_weightCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xca\xcc\x2d\xc8\x2f\x2a\x51\x50\x72\xcb\xc9\x2f\x77\xce\x29\x2d\x2e\x49\x2d\x0a\x74\x56\xe2\xe2\x4a\x4c\x4e\x4e\x2d\x2e\xd6\x48\xcc\xc9\xd1\x54\x48\x2b\xcd\x53\xc8\x4d\xcc\xcc\xd3\x48\x86\x28\xf0\xcc\x4b\x49\xad\xb0\x52\x08\xf5\xcc\x2b\x31\x34\xd3\x84\x30\xcc\x4c\x14\xaa\xb9\xb8\x14\x14\x14\x14\x72\x52\x4b\x14\xa0\x0a\x8b\x15\x6c\x15\x50\x0c\xd6\x4b\x4f\x2d\x81\x72\x8a\x35\x34\x21\xea\x8b\x52\x4b\x4a\x8b\xf2\xe0\x5a\xa2\x91\x2d\x89\xd5\x2b\xc9\x2f\x49\xcc\x09\x4f\xcd\x4c\xcf\x28\xe1\xe2\xaa\x05\x04\x00\x00\xff\xff\x64\x5c\x44\x55\xae\x00\x00\x00" func quorumcertificateScriptsGet_cluster_weightCdcBytes() ([]byte, error) { return bindataRead( @@ -5125,11 +5104,11 @@ func quorumcertificateScriptsGet_cluster_weightCdc() (*asset, error) { } info := bindataFileInfo{name: "quorumCertificate/scripts/get_cluster_weight.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x7c, 0x30, 0x57, 0xa9, 0x38, 0x97, 0xfa, 0xe9, 0x63, 0xc9, 0x3a, 0x59, 0xce, 0x31, 0x44, 0x6f, 0x2a, 0xc0, 0xf6, 0xab, 0x44, 0xe5, 0x12, 0x7c, 0x6a, 0xcb, 0x8b, 0xe8, 0x57, 0x7e, 0xce, 0x2d}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x8f, 0x9b, 0x18, 0xfe, 0x77, 0xec, 0xd4, 0xfd, 0xc4, 0x2, 0x62, 0xa0, 0x73, 0x97, 0x9a, 0xd1, 0xfb, 0x31, 0x4c, 0x8a, 0xe8, 0x6, 0xbb, 0xc2, 0x3, 0x6b, 0x40, 0xc1, 0x82, 0x94, 0x54, 0xc2}} return a, nil } -var _quorumcertificateScriptsGet_clustersCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x54\x8f\x31\x6b\xc3\x40\x0c\x85\x77\xfd\x8a\x47\x26\x7b\x49\xe8\xd2\x21\xd0\xc9\x50\xc8\x58\x4a\xa7\x90\x41\x5c\xe4\xfa\x40\x77\x67\x74\x32\x6e\x29\xfd\xef\xa5\xd8\x86\x78\x13\x92\x3e\xde\xf7\x62\x1a\x8b\x39\x5e\xb5\xcc\x9d\x4e\xd5\xc5\xde\x3a\xf4\x56\x12\x0e\xbb\xdd\x81\xe8\x74\xc2\x7b\xb0\x38\x3a\xbc\xc0\xc4\x27\xcb\xe0\x0c\x36\xe3\x6f\x94\x1e\x5d\x51\x95\xe0\xc5\xb0\x52\x15\x73\xf4\x01\xac\xfa\x7f\xf6\x41\xa2\x21\x89\xf3\x9d\x9d\x89\x38\x04\xa9\xb5\x61\xd5\x16\xfd\x94\x91\x38\xe6\x26\x2c\xe4\x25\xdf\xe5\xeb\x8c\x8f\x4b\xf6\xa7\xe7\xf6\x8c\xeb\xce\xe5\xb8\x4e\x37\xfc\x10\x01\x80\x8a\x23\x6c\x99\x2f\xfb\x32\xc7\x4f\xf1\xcd\xa7\x69\x97\xff\x55\x7e\x43\xae\x8f\xa9\x37\xa2\xdf\xbf\x00\x00\x00\xff\xff\xa6\xc7\x74\x36\x15\x01\x00\x00" +var _quorumcertificateScriptsGet_clustersCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x54\x8e\x31\x4b\xc4\x40\x10\x46\xfb\xf9\x15\x1f\x57\x25\x8d\x87\x8d\xc5\x81\x55\x40\xb8\x52\xc4\x2a\xa4\x18\x36\x13\xb3\x30\xd9\x0d\xb3\x13\xa2\x88\xff\x5d\x24\x09\x98\x6e\x60\xbe\xc7\x7b\x71\x9a\xb3\x39\x2e\x2f\x9a\xd7\x46\x97\xe2\x62\xaf\xcd\x85\xe8\x7a\xc5\x5b\xb0\x38\x3b\x3c\xc3\xc4\x17\x4b\xe0\x04\x36\xe3\x2f\xe4\x01\x4d\x56\x95\xe0\xd9\xb0\x53\x05\x6b\xf4\x11\xac\xfa\xf7\xf6\x51\xa2\x61\x12\xe7\x9e\x9d\x89\x38\x04\x29\xa5\x62\xd5\x1a\xc3\x92\x30\x71\x4c\x55\xd8\xc8\x7b\xea\xe5\xf3\x86\xf7\x7b\xf2\xc7\xa7\xfa\x86\xf6\xd4\xf2\xb0\x5f\x1d\xbe\x89\x00\x40\xc5\x11\x0e\xe7\x33\xce\xe3\x0f\xf1\xa3\xa7\xaa\xb7\xfd\x1e\x7f\x20\xed\x7f\x6b\x47\xf4\xf3\x1b\x00\x00\xff\xff\x58\x3c\x4c\x02\x02\x01\x00\x00" func quorumcertificateScriptsGet_clustersCdcBytes() ([]byte, error) { return bindataRead( @@ -5145,11 +5124,11 @@ func quorumcertificateScriptsGet_clustersCdc() (*asset, error) { } info := bindataFileInfo{name: "quorumCertificate/scripts/get_clusters.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xb0, 0xfa, 0xb0, 0xff, 0x20, 0xaf, 0xe0, 0x18, 0x68, 0x21, 0x71, 0xea, 0x8d, 0x67, 0x52, 0xa1, 0x54, 0x7b, 0xe3, 0x84, 0xef, 0xbd, 0x91, 0xcf, 0x60, 0x8, 0x86, 0xd8, 0xe, 0xed, 0xb7, 0xea}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x5e, 0x71, 0x27, 0x25, 0xfe, 0x9b, 0xc1, 0x91, 0xc2, 0x1f, 0xdc, 0xed, 0xb7, 0x6a, 0xf9, 0x15, 0x4b, 0xb4, 0xfc, 0x66, 0x31, 0xe5, 0x9c, 0xfc, 0x93, 0x7a, 0xc8, 0xac, 0x28, 0xa8, 0xd, 0x93}} return a, nil } -var _quorumcertificateScriptsGet_node_has_votedCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x91\x41\x8f\xd3\x30\x10\x85\xef\xfe\x15\x4f\x7b\x58\x35\xd2\xaa\xb9\xef\x91\x02\x62\x2f\x08\xba\x0b\xf7\xd9\x64\x52\x5b\x75\x66\x22\xcf\xa4\x11\x42\xfc\x77\xe4\xa4\x95\x28\x57\xdb\xf3\xe6\x7b\x9f\xd3\x38\x69\x71\x7c\xce\xba\x1c\xf2\x6c\xce\xe5\xfb\x01\x43\xd1\x11\x0f\x77\x67\x0f\x21\xb4\x2d\x8e\xec\x73\x11\x03\xe1\x5d\x35\x33\x09\x92\xf4\xa9\x23\x4f\x72\x42\x1a\x40\x10\xed\x19\x91\x0c\x36\xbf\x8f\xc9\x9d\x7b\x10\x2e\xea\x8c\x41\x0b\x3c\x26\x03\x4f\xda\xc5\x10\xa8\xeb\xd8\x6c\x47\x39\x37\x18\x66\xc1\x48\x49\x76\x75\xfc\xe5\xe3\x33\x5e\xbd\x24\x39\x35\xcf\xf8\xa0\x9a\xf1\x3b\x04\x00\x68\x5b\xbc\x0c\x58\x18\x54\x18\x49\xe0\x91\x61\x4e\xe7\xba\x9c\xe6\xce\x93\x0a\xa6\x48\xc6\xd8\x5d\x74\x45\x12\xf5\xfa\x70\x2a\x7a\x2a\x6c\xd6\x3c\xad\x33\x15\xc7\x6e\x89\x6b\xd7\x4c\xe6\x1b\xd7\x9a\x6d\x9e\x72\x86\xb9\x96\x8a\x2f\xfd\xda\xea\x0b\xd9\x4f\xad\x7d\x0a\x57\x65\x86\xb7\x32\xf3\x1e\xaf\x49\x3a\xc6\xc2\xb7\x3c\x95\xfc\x0b\x0b\x89\xc3\x15\x67\xd1\x05\x4b\x64\x8f\x5c\x2a\x78\xa4\xcb\xb6\xbe\xbf\xea\x60\x1c\x7e\x1c\x8f\x9f\xbe\xbe\x6d\xdb\x9f\xa0\x63\xf2\x4d\x53\x47\xc6\xfb\x35\xb5\xac\xd6\xef\xff\x68\x9f\xe4\xdb\xb5\x15\x1e\x1f\xff\xbb\xfb\x17\xf7\xaa\xb4\x09\xe1\xcf\xdf\x00\x00\x00\xff\xff\xa0\xa8\x11\xb6\xec\x01\x00\x00" +var _quorumcertificateScriptsGet_node_has_votedCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x91\x41\x6f\xd3\x40\x10\x85\xef\xfb\x2b\x9e\x7a\xa8\x62\xa9\x8a\xef\x3d\x12\x40\xf4\x82\x20\x2d\xdc\x27\xf6\x38\xbb\xca\x7a\xc6\xda\x19\xc7\x42\x88\xff\x8e\xd6\x4e\x24\xe8\xd9\x9e\xf7\xbe\xf7\x6d\x1a\x27\x2d\x8e\x87\xcf\x59\x97\x43\x9e\xcd\xb9\x7c\x3f\x3c\x84\xd0\xb6\x38\xb2\xcf\x45\x0c\x84\x93\x6a\x66\x12\x24\xe9\x53\x47\x9e\xe4\x8c\x34\x80\x20\xda\x33\x22\x19\x6c\x3e\x8d\xc9\x9d\x7b\x10\xae\xea\x8c\x41\x0b\x3c\x26\x03\x4f\xda\xc5\x10\xa8\xeb\xd8\x6c\x47\x39\x37\x18\x66\xc1\x48\x49\x76\xf5\xfc\xe5\xe3\x33\x5e\xbd\x24\x39\x37\xcf\xf8\xa0\x9a\xf1\x3b\x04\x00\x68\x5b\xbc\x0c\x58\x18\x54\x18\x49\xe0\x91\x61\x4e\x97\x5a\x4e\x73\xe7\x49\x05\x53\x24\x63\xec\xae\xba\x22\x89\x7a\xfd\x71\x2a\x7a\x2e\x6c\xd6\x3c\xad\x37\x15\xc7\xee\x89\x43\xd1\x11\x99\xcc\x37\xae\x35\xdb\x3c\xe5\x0c\x73\x2d\x15\x5f\xfa\x75\xd5\x17\xb2\x9f\x5a\xf7\x14\xae\x7e\x0c\x6f\x65\xe6\x3d\x5e\x93\x74\x8c\x85\xef\x79\x2a\xf9\x17\x16\x12\x87\x2b\x2e\xa2\x0b\x96\xc8\x1e\xb9\x54\xf0\x48\xd7\xad\xbe\xbf\xe9\x60\x1c\x7e\x1c\x8f\x9f\xbe\xbe\x6d\xed\x4f\xd0\x31\xf9\xa6\xa9\x23\xe3\xfd\x9a\x5a\x56\xeb\xf8\xef\x3d\xf6\x49\xbe\xdd\x56\xe1\xf1\xf1\xdd\xb7\x7f\x71\x6f\x4a\x9b\x10\xfe\xfc\x0d\x00\x00\xff\xff\x17\x9a\xbc\x28\xd9\x01\x00\x00" func quorumcertificateScriptsGet_node_has_votedCdcBytes() ([]byte, error) { return bindataRead( @@ -5165,11 +5144,11 @@ func quorumcertificateScriptsGet_node_has_votedCdc() (*asset, error) { } info := bindataFileInfo{name: "quorumCertificate/scripts/get_node_has_voted.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x70, 0xf8, 0x21, 0xe, 0xb3, 0x57, 0x9d, 0x37, 0xd, 0xfa, 0xd5, 0x9e, 0x93, 0xb5, 0xaf, 0xf1, 0x62, 0xd9, 0x2b, 0x82, 0xe9, 0x2c, 0x36, 0x3c, 0x6d, 0xc5, 0x18, 0x2b, 0xdd, 0x26, 0x8e, 0xf1}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xb, 0x41, 0xec, 0xc8, 0x0, 0xd6, 0x4f, 0x34, 0x97, 0xb6, 0x86, 0xc5, 0x47, 0x1c, 0x9f, 0x5b, 0x5d, 0xb8, 0xa3, 0x69, 0xd8, 0x22, 0x87, 0x57, 0x15, 0x7c, 0xd5, 0xae, 0x6f, 0x8b, 0x17, 0xce}} return a, nil } -var _quorumcertificateScriptsGet_node_weightCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x8f\x31\x4b\xc4\x40\x10\x85\xfb\xfd\x15\xef\xae\x4a\x40\x0e\x05\xb9\xe2\xe0\xaa\x88\x90\x52\x44\x2c\x42\x8a\x25\x99\xc4\x85\xcd\xac\xec\x4c\x50\x08\xf9\xef\x92\x6c\x10\x83\xd5\x6d\xb7\x33\xdf\x7b\x1f\xe3\x86\xcf\x10\x15\xcf\x3e\x7c\x15\x7e\x14\xa5\xf8\x52\xa0\x8b\x61\xc0\x71\x37\x3b\x1a\x63\x9b\x86\x44\x32\xeb\x7d\x8e\x6e\x64\x0c\xd6\x71\xd6\x24\xa0\xe4\x96\xbe\x2f\x78\x2b\x59\x1f\xce\x77\xe0\xd0\x52\xf9\x74\xc1\xab\x46\xc7\x7d\x9e\x16\xe7\x47\x4c\xc6\x00\x80\x27\xc5\x16\x14\x5c\xf7\xf2\x53\x4f\xba\x7d\x24\xcb\x13\xef\xba\x5f\xbc\xfa\x2b\xac\x4f\x8b\xe8\x9d\x5c\xff\xa1\x52\x25\x69\x8d\xc3\x15\xec\x3c\xa6\x35\xba\xbc\x48\x3a\x46\xbe\xa1\xe2\xb0\x46\x67\x90\x17\xfa\xdf\x73\x0f\x2b\xdb\x41\x89\x33\x66\xfe\x09\x00\x00\xff\xff\x50\x00\x3d\xc8\x47\x01\x00\x00" +var _quorumcertificateScriptsGet_node_weightCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x8f\x41\x4b\x86\x40\x10\x86\xef\xfb\x2b\xde\xef\x3b\x29\x84\x14\x84\x07\xc1\x93\x11\x78\x8c\x88\x0e\xe2\x61\xd1\xd1\x16\xd6\x31\x76\x46\x0a\xc4\xff\x1e\xba\x12\x45\xa7\xe6\x36\xcc\xf3\xbe\x0f\xe3\xa6\xf7\x39\x28\xae\x8f\x7e\xfe\xa8\xfc\x22\x4a\xe1\xa9\xba\x1a\x63\xbb\x8e\x44\x12\xeb\x7d\x8a\x61\x61\x4c\xd6\x71\xd2\x45\xa0\xe6\x9e\x3e\x0b\xbc\xd4\xac\x77\xf9\x0d\x78\xee\xa9\x7e\x28\xf0\xac\xc1\xf1\x98\xc6\x43\x7e\x8f\xd5\x18\x00\xf0\xa4\x38\x83\x82\x12\xbf\x44\xd9\x48\x7a\x2e\x92\xa4\x91\x77\xc3\x37\xde\xfc\x14\xb6\xd9\x2e\x7a\x25\x37\xbe\xa9\x34\x51\xda\xe2\x52\x82\x9d\xc7\x7a\x44\xf7\x09\xa4\x4b\xe0\x7f\x54\x5c\x8e\xe8\x06\xf2\x42\x7f\x7b\x6e\x61\xe5\x7c\x28\x72\xc6\x6c\x5f\x01\x00\x00\xff\xff\xb8\x0f\x7f\xe9\x34\x01\x00\x00" func quorumcertificateScriptsGet_node_weightCdcBytes() ([]byte, error) { return bindataRead( @@ -5185,11 +5164,11 @@ func quorumcertificateScriptsGet_node_weightCdc() (*asset, error) { } info := bindataFileInfo{name: "quorumCertificate/scripts/get_node_weight.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x9d, 0x93, 0x25, 0xfa, 0x54, 0x63, 0x59, 0xc9, 0xed, 0x7c, 0xb4, 0x5, 0x3, 0xd4, 0xe1, 0x46, 0x77, 0x8e, 0x2d, 0xec, 0x84, 0x5b, 0x67, 0x8, 0x2a, 0xe3, 0xdc, 0xaa, 0x1c, 0xfb, 0x6, 0xd4}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x95, 0x7d, 0xb5, 0x80, 0x29, 0x79, 0x70, 0x5b, 0xb1, 0xc3, 0x63, 0x6d, 0xe1, 0x74, 0x6a, 0x78, 0x22, 0x88, 0x94, 0xf2, 0x96, 0xd1, 0x77, 0x21, 0x21, 0x82, 0x5e, 0xfa, 0xcc, 0x8b, 0x99, 0x22}} return a, nil } -var _quorumcertificateScriptsGet_qc_enabledCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x54\xcc\x31\x0a\x42\x31\x0c\x06\xe0\x3d\xa7\xf8\x79\xd3\xeb\xe2\x01\x1c\x2d\x38\xeb\x11\x4a\x49\xa5\x90\x26\x92\xb4\x38\x88\x77\x77\xee\xfa\x0d\x5f\x1f\x6f\xf3\x89\xbb\xd8\x27\xcb\x8a\xc9\xfe\xcc\x68\x6e\x03\xc7\x66\x07\x51\xa9\x95\x23\xce\x22\x92\xd0\x96\x62\x94\xae\x67\xba\xe2\x66\x26\xf8\x12\x01\x80\xf3\x5c\xae\x7b\x77\xe9\xfa\x70\x7b\x39\x47\x10\xfd\xfe\x01\x00\x00\xff\xff\x53\x18\x41\x96\x71\x00\x00\x00" +var _quorumcertificateScriptsGet_qc_enabledCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xca\xcc\x2d\xc8\x2f\x2a\x51\x50\x72\xcb\xc9\x2f\x77\xce\x29\x2d\x2e\x49\x2d\x0a\x74\x56\xe2\xe2\x4a\x4c\x4e\x4e\x2d\x2e\xd6\x48\xcc\xc9\xd1\x54\x48\x2b\xcd\x53\xc8\x4d\xcc\xcc\xd3\xd0\xb4\x52\x70\xca\xcf\xcf\x51\xa8\xe6\xe2\x52\x50\x50\x50\x28\x4a\x2d\x29\x2d\xca\x53\x40\xd1\xaa\x97\x99\x17\x50\x94\x9f\x5e\x94\x5a\x5c\xcc\xc5\x55\x0b\x08\x00\x00\xff\xff\x7a\x63\x3a\xd3\x5e\x00\x00\x00" func quorumcertificateScriptsGet_qc_enabledCdcBytes() ([]byte, error) { return bindataRead( @@ -5205,11 +5184,11 @@ func quorumcertificateScriptsGet_qc_enabledCdc() (*asset, error) { } info := bindataFileInfo{name: "quorumCertificate/scripts/get_qc_enabled.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xe4, 0x1, 0xc8, 0x57, 0x3, 0x99, 0xe8, 0x3a, 0xeb, 0xa5, 0xac, 0x3b, 0x72, 0x25, 0x55, 0x34, 0xf7, 0x31, 0x44, 0x4b, 0xc6, 0x3, 0x7, 0x69, 0x63, 0x0, 0xea, 0xb, 0x6f, 0x71, 0x5, 0xba}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x80, 0x52, 0xa4, 0x1b, 0xc1, 0x1, 0x36, 0x1e, 0x4d, 0xbc, 0x7a, 0x9, 0x16, 0x60, 0x9f, 0x96, 0x9, 0xaa, 0x47, 0x57, 0xd7, 0x3f, 0x9e, 0xfa, 0xb8, 0x20, 0x95, 0xdb, 0x40, 0x1e, 0x33, 0x36}} return a, nil } -var _quorumcertificateScriptsGet_voter_is_registeredCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x54\x8e\xc1\x8a\x83\x40\x10\x44\xef\xfd\x15\x85\x27\xbd\xac\x77\x8f\xeb\xb2\xe0\x71\xdd\x2f\x98\x68\x8f\x34\x8c\xdd\xa1\x67\x34\x87\x90\x7f\x0f\x86\x10\xf0\x5a\xd4\xab\x57\xb2\x5e\xcd\x0b\x7e\x93\xdd\xfa\xb4\xe5\xc2\xfe\xd7\x23\xba\xad\xa8\x4e\x59\x45\xd4\xb6\x18\xb9\x6c\xae\x19\x01\x17\xb3\xc4\x41\x21\x3a\xcb\x14\x8a\xe8\x02\x89\x08\x50\x9b\x19\x92\xe1\xbc\xc8\x41\xf2\x8c\x68\x8e\xdd\x8e\x0a\x51\x98\x26\xce\xb9\x0e\x29\x35\x88\x9b\x62\x0d\xa2\xf5\xc1\x0c\x3f\x1d\xfe\x8b\x8b\x2e\x4d\x87\x6f\xb3\x84\x3b\x11\x00\xf8\x4b\x79\x3e\xf8\xb5\x5b\x61\x1f\xf2\xf8\x91\xbc\x37\x1a\xa2\xc7\x33\x00\x00\xff\xff\xc7\x79\x0f\x5e\xd2\x00\x00\x00" +var _quorumcertificateScriptsGet_voter_is_registeredCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x54\x8e\x31\x0e\x82\x40\x10\x45\xfb\x39\xc5\x0f\x15\x34\xd2\x53\x8a\x31\xa1\x14\x4f\xb0\xc2\x40\x26\x59\x66\xcc\xec\x82\x85\xf1\xee\x06\x63\x4c\xec\xff\xfb\xef\xc9\x72\x37\xcf\x28\xce\xd1\x1e\x6d\x5c\x53\x66\xbf\xb4\x05\x51\x5d\xa3\xe7\xbc\xba\x26\x04\xdc\xcc\x22\x07\x85\xe8\x28\x43\xc8\xa2\x33\x64\x42\x80\xda\xc8\x90\x04\xe7\x59\x76\x92\x47\x4c\xe6\xd8\x6c\x9f\x10\x85\x61\xe0\x94\xca\x10\x63\x85\x69\x55\x2c\x41\xb4\xdc\x99\xee\xd4\xe0\x9a\x5d\x74\xae\x1a\x1c\xcd\x22\x9e\x44\x00\xe0\x1f\x25\xfe\x62\x0e\x9b\x65\xf6\x2e\xf5\x3f\xc9\xf7\xa3\x22\x7a\xbd\x03\x00\x00\xff\xff\xd9\x05\xfd\xf0\xbf\x00\x00\x00" func quorumcertificateScriptsGet_voter_is_registeredCdcBytes() ([]byte, error) { return bindataRead( @@ -5225,11 +5204,11 @@ func quorumcertificateScriptsGet_voter_is_registeredCdc() (*asset, error) { } info := bindataFileInfo{name: "quorumCertificate/scripts/get_voter_is_registered.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xcc, 0xc6, 0x3d, 0x20, 0x48, 0xaf, 0x41, 0xc4, 0xfd, 0x17, 0xf1, 0x48, 0xb8, 0x5b, 0xd0, 0x4c, 0xa5, 0xf1, 0x23, 0x4e, 0x87, 0xf, 0xa5, 0xb1, 0x4d, 0x99, 0x1e, 0x1e, 0xfa, 0x87, 0x7f, 0x65}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x72, 0xfc, 0x66, 0x97, 0xda, 0x96, 0x44, 0x51, 0x28, 0x81, 0xbe, 0x85, 0x8a, 0xd0, 0x6d, 0x6c, 0x42, 0x87, 0xc, 0x79, 0x40, 0x31, 0x93, 0x23, 0x86, 0x69, 0xdc, 0x40, 0x2d, 0x2d, 0xd6, 0x75}} return a, nil } -var _quorumcertificateScriptsGet_voting_completedCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x54\xce\xa1\x6e\xc5\x30\x0c\x46\x61\xee\xa7\xf8\x55\xd4\x92\x95\x0f\xae\xd2\xf8\xf6\x06\x6e\xe2\xac\x96\x92\xb8\x4a\x9c\x0e\x4c\x7b\xf7\xab\x7b\x59\xe9\x21\xdf\xd1\x72\x5a\x73\x7c\x66\xfb\xdd\xf2\xe8\x2e\xed\x6b\x43\x6a\x56\x30\xdd\xda\x44\xb4\xae\xf8\x16\x1f\xad\x76\x30\x76\xb3\x2c\x5c\xa1\x35\x6a\x60\xd7\xfa\x03\x4d\x60\x54\x8b\x82\x83\x3b\xfa\xd8\x8b\xba\x4b\x04\xe3\x32\x17\x24\x6b\xf0\x43\x3b\xe4\xb4\x70\x10\x71\x08\xd2\xfb\xcc\x39\x2f\x48\xa3\xa2\xb0\xd6\x79\x79\xc7\x87\x59\xc6\x1f\x11\x00\xb4\x97\x77\xbf\x7b\xbb\xec\xc9\x6d\x56\xce\x2c\x2e\x71\x5e\x88\xfe\x1f\x01\x00\x00\xff\xff\xb1\xa0\xbe\x79\xc7\x00\x00\x00" +var _quorumcertificateScriptsGet_voting_completedCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x54\xce\x31\x8e\xc2\x30\x10\x05\xd0\x7e\x4e\xf1\x95\x2a\x69\x36\xfd\x96\x1b\x69\x7b\xb8\xc1\xc4\x9e\x90\x91\x6c\x4f\x64\x8f\x43\x81\xb8\x3b\x82\x8e\x13\xbc\xa7\xf9\xb0\xea\x18\xfe\x93\xdd\x97\xd4\x9b\x4b\xbd\x2c\x03\xd1\x3c\xe3\x2a\xde\x6b\x69\x60\xac\x66\x49\xb8\x40\x4b\xd4\xc0\xae\xe5\x06\xdd\xc0\x28\x16\x05\x3b\x37\xb4\xbe\x66\x75\x97\x08\xc6\x69\x2e\xd8\xac\xc2\x77\x6d\x90\xc3\xc2\x4e\xc4\x21\x48\x6b\x23\xa7\x34\x61\xeb\x05\x99\xb5\x8c\xd3\x2f\xfe\xcc\x12\x1e\x44\x00\x50\x3f\x1e\xbe\x26\x3f\xa7\xbd\xb9\xc5\xf2\x91\xc4\x25\x8e\x13\xd1\xf3\x15\x00\x00\xff\xff\x06\xf8\xc3\xd6\xb4\x00\x00\x00" func quorumcertificateScriptsGet_voting_completedCdcBytes() ([]byte, error) { return bindataRead( @@ -5245,11 +5224,11 @@ func quorumcertificateScriptsGet_voting_completedCdc() (*asset, error) { } info := bindataFileInfo{name: "quorumCertificate/scripts/get_voting_completed.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xfd, 0x87, 0x1d, 0x98, 0xc3, 0xe7, 0x56, 0x6d, 0x1d, 0xe6, 0x4a, 0xf0, 0xa5, 0xde, 0x33, 0xfa, 0x4b, 0xb0, 0x81, 0x1f, 0xaf, 0x72, 0xa7, 0xdf, 0x2f, 0xc2, 0xe0, 0xbd, 0x62, 0x6d, 0xfe, 0xa9}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x99, 0x5c, 0xab, 0x2a, 0xde, 0x14, 0x21, 0x5c, 0x32, 0xf1, 0x87, 0x5b, 0xab, 0x6d, 0x9c, 0x37, 0xf7, 0x8, 0x48, 0x66, 0x3f, 0x33, 0xc7, 0xf8, 0xd3, 0xc6, 0xc1, 0xff, 0xc3, 0xb, 0xfd, 0xea}} return a, nil } -var _quorumcertificateSubmit_voteCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x51\xc1\xaa\xdb\x30\x10\xbc\xeb\x2b\x06\x1f\x5e\x6d\x68\xed\xbb\x69\xfb\x78\x35\xf4\x56\x78\x69\x4a\xee\x8a\xbd\xb6\x45\x6c\xc9\x5d\xad\x9a\x96\x92\x7f\x2f\xb2\x9a\x10\x87\x27\x30\x78\x57\x33\xb3\xa3\x59\x33\x2f\x8e\x05\x5f\x27\x77\x6e\xa6\xe0\x85\x78\xd7\xa0\x67\x37\x23\xdb\xf4\x32\xa5\xaa\x0a\x2f\xb0\xae\x23\xfc\x72\x42\x8c\xe0\xc9\x43\x46\xe3\x21\xac\xad\xd7\xad\x18\x67\x21\x0e\x3e\x1c\x67\x23\xd0\xd8\x35\x2b\x54\x55\x55\x24\xbf\x6a\xd6\x33\x09\xb1\xaf\x63\x19\xbf\x78\xbb\x37\x83\xd5\x12\x98\x6a\xfc\x18\x09\xde\x0c\x96\x3a\xcc\xe4\xbd\x1e\x08\xc1\x1b\x3b\x40\x46\x5a\x27\xbf\xf3\xf0\xa2\x4f\xb1\x75\xa2\x3f\x57\x85\x6f\x09\x9b\xf8\x23\xfd\xfe\x40\xb6\x75\x1d\x75\xf0\xc2\x11\xea\xfa\x55\x80\xf5\xf9\x2a\xab\xd4\x9d\xe5\xfc\xc1\xc5\x7e\x65\xbd\xdf\x4a\xa7\x66\x81\xbf\x4a\x01\xc0\xc2\xb4\x68\xa6\x7c\x75\xcb\x35\x74\x90\x31\xff\xe2\x98\xdd\xf9\xa0\xa7\x40\x05\x9e\x5e\xda\xd6\x05\x2b\x91\x82\xff\x67\x22\x49\xd9\x7d\xa7\x1e\x9f\xd2\x53\xb9\xf4\xe2\x58\x0f\x54\x1e\x57\xfa\xc7\xa7\x4d\xee\xe5\x21\xe2\x3f\xe7\x71\x25\x35\xde\xb8\xda\x27\xf6\xab\x96\xb1\xb8\x0d\x8a\xe7\xf9\x19\x8b\xb6\xa6\xcd\xb3\xc6\x85\xa9\x83\x75\x82\x34\x02\x4c\x3d\x31\xd9\x96\xe2\xb6\x7e\xb6\xc9\x53\x56\xa8\x1b\xff\x6a\xb2\x8c\x3f\x8f\xf9\x6c\xca\x87\x98\xee\x8a\xe4\xe6\xa2\x2e\xff\x02\x00\x00\xff\xff\xf6\x6f\xe5\x6d\x63\x02\x00\x00" +var _quorumcertificateSubmit_voteCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x51\x51\xcb\x9b\x40\x10\x7c\xbf\x5f\x31\xf8\xf0\x55\xa1\xd5\x77\x69\xfb\x91\x0a\x7d\x2b\x24\x4d\xc9\xfb\x45\x57\x3d\xa2\x77\x76\x6f\xaf\x69\x29\xf9\xef\xe5\xbc\x26\x24\xe1\x5b\x10\xdc\xdd\x99\xd9\x71\x34\xf3\xe2\x58\x90\x7d\x9d\xdc\xb9\x99\x82\x17\xe2\x5d\x93\x29\x55\x55\xd8\xc0\xba\x8e\xf0\xcb\x09\x31\x82\x27\x0f\x19\x8d\x87\xb0\xb6\x5e\xb7\x62\x9c\x85\x38\xf8\x70\x9c\x8d\x40\x63\xd7\xac\x50\x55\x55\x91\xbc\xd5\xac\x67\x12\x62\x5f\xc7\x36\x3e\x71\xbb\x37\x83\xd5\x12\x98\x6a\xfc\x18\x09\xde\x0c\x96\x3a\xcc\xe4\xbd\x1e\x08\xc1\x1b\x3b\x40\x46\x5a\x2f\xbf\xf3\xf0\xa2\x4f\x71\x74\xa2\x3f\x57\x85\x6f\x09\x9b\xf8\x23\xfd\xfe\x40\xb6\x75\x1d\x75\xf0\xc2\x11\xea\xfa\x55\x80\xf5\xf9\x2a\xab\xd4\x9d\xe5\xfc\xc9\xc5\x7e\x65\xbd\x7f\x94\x4e\xc3\x02\x7f\x95\x02\x80\x85\x69\xd1\x4c\xf9\xea\x96\x6b\xe8\x20\x63\xfe\xc5\x31\xbb\xf3\x41\x4f\x81\x0a\xbc\x6c\xda\xd6\x05\x2b\x91\x82\xff\x35\x91\xa4\xec\xbe\x53\x8f\x4f\xe9\x53\xb9\xf4\xe2\x58\x0f\x54\x1e\x57\xfa\xc7\x97\x87\xdc\xcb\x43\xc4\x7f\xce\x7b\x76\x73\x8d\x37\x56\xfb\xc4\xde\x6a\x19\x8b\xdb\xa1\x58\xaf\xaf\x58\xb4\x35\x6d\x9e\x35\x2e\x4c\x1d\xac\x13\xa4\x13\x60\xea\x89\xc9\xb6\x14\xff\xd6\xcf\x36\x79\xca\x0a\x75\xe3\x5f\x4d\x96\xf1\xe5\x39\x9f\x87\xf6\x29\xa6\xbb\x26\xb9\xb9\xa8\xcb\xbf\x00\x00\x00\xff\xff\xae\x45\x26\xab\x50\x02\x00\x00" func quorumcertificateSubmit_voteCdcBytes() ([]byte, error) { return bindataRead( @@ -5265,7 +5244,7 @@ func quorumcertificateSubmit_voteCdc() (*asset, error) { } info := bindataFileInfo{name: "quorumCertificate/submit_vote.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x2e, 0xff, 0x17, 0x2e, 0x7e, 0x4e, 0xc0, 0xf1, 0x63, 0x79, 0x30, 0x6a, 0xd7, 0xc7, 0xad, 0xdf, 0x22, 0xad, 0x5f, 0xfd, 0xd, 0x41, 0xc7, 0x37, 0xea, 0xef, 0x44, 0x8b, 0x91, 0x62, 0xe4, 0x9e}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xf9, 0x88, 0x4, 0x4c, 0x2a, 0x83, 0x35, 0x78, 0x6e, 0x87, 0xd1, 0x43, 0xfb, 0x4c, 0x1, 0x57, 0x90, 0xf0, 0xe4, 0x1, 0xcd, 0x2b, 0xca, 0xac, 0x13, 0x16, 0xa2, 0x53, 0x18, 0x7f, 0xf3, 0x8d}} return a, nil } @@ -5369,7 +5348,7 @@ func randombeaconhistoryTransactionsSet_backfiller_max_entriesCdc() (*asset, err return a, nil } -var _stakingcollectionClose_stakeCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x52\xc1\x6e\xd4\x30\x10\xbd\xe7\x2b\x46\x3d\x54\x89\x54\xa5\x12\xdc\x56\xc0\x0a\x0a\x48\x3d\x20\x10\x0b\xdc\x67\x9d\xd9\xac\xc1\x99\x89\xc6\x93\x2e\x08\xf5\xdf\x91\xed\x26\x8b\x68\x90\xb8\xe0\x43\x12\x3f\xbf\xf1\x7b\xf3\x32\x7e\x18\x45\x0d\xde\x06\x39\xed\x0c\xbf\x79\xee\x6f\x24\x04\x72\xe6\x85\xe1\xa0\x32\xc0\xc5\xea\xd9\x45\x55\x5d\x5f\xc3\x4d\x90\x48\x11\x64\x32\x40\x88\x85\x03\xb2\xff\x4a\xce\xc0\x33\xd8\x91\x16\xd4\x2d\xa5\xa9\xf0\xd3\xd1\x47\xe8\x84\x22\xb0\x18\x28\x0d\x72\x47\x99\xae\xe4\x44\xbb\xa2\x9c\xf6\xbe\x23\x36\x6f\x3f\xc0\x70\x1f\xe8\x2a\xd5\xee\x27\x03\x6f\xa5\x7a\x20\x4c\x32\x68\x99\x8c\xce\xc9\xc4\x56\x00\x57\xbc\x79\x03\x87\x9c\x54\xe8\x8e\x34\x51\x28\x66\x14\x7b\xf4\x5c\x55\xa6\xc8\x11\xb3\xb1\x9a\xa5\xa3\xdb\xd7\x1b\xd8\x99\x7a\xee\xaf\xa0\xa3\x40\x3d\x9a\x68\x02\x3f\xdf\xb2\x3d\x7d\xb2\x6d\xe0\x67\x05\x00\x90\x1f\x81\x6c\x6e\xf0\x1c\xcd\x47\x3a\x6c\x00\x27\x3b\xd6\xab\xc9\xb5\xe7\xcf\xf7\x27\x26\x6d\xe0\x72\x9d\xf7\x08\xa9\xb2\xe6\xa8\x34\xa2\x52\xfd\xd0\xec\x83\xd4\x2b\x51\x95\xd3\x17\x0c\x13\x35\x70\xf9\xb2\x9c\xcd\x5e\xd3\x8a\x14\x0e\xed\x9a\x57\x78\x3e\xe7\xd6\x46\x13\xc5\x9e\xda\x7d\xbe\xec\xd9\xff\xe8\xe1\x45\x9d\x7e\xed\x66\x7d\xe0\x1e\xd3\x77\xc5\xd1\x07\xb4\x63\xb3\xb4\x92\xd6\x76\x0b\x23\xb2\x77\x7f\xf1\xd7\x93\x9d\x77\xef\x7c\x8c\x9e\xfb\x37\xaa\xa2\x35\xfb\xd0\x94\xab\xee\x4b\x9e\xf4\x9d\xdc\x64\xf4\x2f\x51\xb5\x79\xa6\x92\x1a\x2d\xb3\x52\xde\x7f\xcc\xca\x6f\x9b\x59\xeb\xbe\xfa\x15\x00\x00\xff\xff\x40\xb3\x19\xea\x6b\x03\x00\x00" +var _stakingcollectionClose_stakeCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x52\xc1\x6e\xd4\x40\x0c\xbd\xe7\x2b\xac\x1e\xaa\x44\xaa\x52\x09\x6e\x2b\x60\x05\x05\xa4\x1e\x10\x88\x05\xee\xde\x89\x37\x19\x98\xd8\x91\xc7\xe9\x82\x50\xff\x1d\xcd\x4c\x93\x45\xb0\x48\xbd\x30\x87\xdd\xf8\xe5\x79\xde\xf3\x8b\xfd\x38\x89\x1a\x5c\xbc\x0d\x72\xdc\x19\x7e\xf3\xdc\xdf\x48\x08\xe4\xcc\x0b\x5f\x54\xd5\xf5\x35\xdc\x04\x89\x14\x41\x66\x03\x84\x58\x38\x20\xfb\xaf\xe4\x0c\x3c\x83\x0d\xb4\xa2\x6e\x6d\x4d\x8d\x9f\x06\x1f\xa1\x13\x8a\xc0\x62\xa0\x34\xca\x1d\x65\xba\x92\x13\xed\xe0\xa0\x32\xe6\xda\x77\xc4\xe6\xed\x07\x18\xee\x03\x5d\xa5\xde\xfd\x6c\xe0\xad\x74\x8f\x84\x49\x06\x2d\x93\xd1\x39\x99\xd9\x0a\xe0\x8a\x37\x6f\xe0\x90\x93\x0a\xdd\x91\x26\x0a\xc5\x8c\x62\x8f\x9e\xab\xca\x14\x39\x62\x36\x56\xb3\x74\x74\xfb\x7a\x03\x3b\x53\xcf\xfd\x15\x74\x14\xa8\x47\x13\x4d\xe0\xe7\x5b\xb6\xa7\x4f\xb6\x0d\xfc\xac\x00\x00\xf2\x4f\x20\x5b\x06\x3c\x45\xf3\x91\x0e\x1b\xc0\xd9\x86\xfa\x6c\x72\xed\xe9\xf1\xfd\x91\x49\x1b\xb8\x3c\xcf\xfb\x0b\xa9\xb2\xe6\xa4\x34\xa1\x52\xfd\x30\xec\x83\xd4\x2b\x51\x95\xe3\x17\x0c\x33\x35\x70\xf9\xb2\xbc\x5b\xbc\xa6\x13\x29\x1c\xda\x73\x5e\xe1\xf9\x92\x5b\x1b\x4d\x14\x7b\x6a\xf7\xf9\xb2\x67\xff\x63\x86\x17\x75\xfa\xb4\x1b\x78\x24\x7d\x57\x1c\x7d\x40\x1b\x9a\x75\x94\x74\xb6\x5b\x98\x90\xbd\xfb\x87\xbf\x9e\xec\x54\xbd\xf3\x31\x7a\xee\xdf\xa8\x8a\xd6\xec\x43\x53\xae\xba\x2f\x79\xd2\x77\x72\xb3\xd1\x63\xa2\x6a\xf3\x4e\x25\x35\x5a\x77\xa5\xfc\xff\xb1\x2b\xbf\x15\x8b\xd6\x7d\xf5\x2b\x00\x00\xff\xff\xcb\xae\x43\x98\x50\x03\x00\x00" func stakingcollectionClose_stakeCdcBytes() ([]byte, error) { return bindataRead( @@ -5385,11 +5364,11 @@ func stakingcollectionClose_stakeCdc() (*asset, error) { } info := bindataFileInfo{name: "stakingCollection/close_stake.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xd3, 0x54, 0x47, 0x43, 0x69, 0xff, 0x8a, 0x89, 0xde, 0x70, 0x9c, 0x67, 0x36, 0x21, 0x2f, 0x67, 0x71, 0xf2, 0xb, 0xcf, 0x73, 0x23, 0x41, 0x32, 0x80, 0x99, 0x72, 0x4e, 0xe4, 0x51, 0x0, 0xc5}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xb4, 0x29, 0x11, 0xcf, 0x71, 0x95, 0x77, 0x3e, 0xd4, 0xf5, 0x6b, 0x7d, 0xc2, 0xed, 0xf7, 0x74, 0x13, 0x74, 0x8f, 0x8d, 0xa6, 0x19, 0xa8, 0xd4, 0x56, 0x5f, 0xde, 0x24, 0xcf, 0x14, 0xb5, 0x3c}} return a, nil } -var _stakingcollectionCreate_machine_accountCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x56\x61\x6f\x9b\x48\x10\xfd\x1c\x7e\xc5\x2b\x1f\x2a\x90\x2c\x92\x38\x6a\x75\x42\xe7\xab\x72\x6e\xaa\x54\x55\xee\xa2\xb3\xee\xa4\xfb\x54\x4d\x60\x0c\xab\xe0\x5d\xb4\xbb\xc4\xb5\x5a\xff\xf7\x13\x0b\xd8\x26\xe0\x9c\xa5\xb6\xfe\x80\x59\x98\x79\x33\xbc\xf7\x98\x45\xac\x4a\xa5\x2d\xe6\x7a\x53\x5a\xe5\xb5\xab\x0f\x85\x5a\x2f\x2c\x3d\x0a\x99\xcd\x55\x51\x70\x62\x85\x92\x58\x6a\xb5\x82\x3f\x7a\xcf\xf7\xbc\xf3\xf3\x73\xcc\x35\x93\x65\x03\xc2\x8a\x92\x5c\x48\x06\x25\x89\xaa\xa4\xc5\x52\x69\x10\xa4\x4a\x19\x36\x27\x0b\x61\x40\x85\x66\x4a\x37\x10\x12\x36\x67\x98\x06\x13\xc9\x0e\xd4\x41\x92\x4c\x41\x69\x6a\x50\x56\x0f\x85\x48\xf0\xc8\x1b\x03\xab\x5c\x8a\xe4\x75\x57\xc0\xf3\xac\x26\x69\xc8\x25\x06\x75\x9d\x8f\xef\x63\x2c\xac\x16\x32\x9b\xc0\xc3\xc1\xaf\x6d\xed\xba\x49\xfc\xc4\x9b\x53\xe3\x16\x22\x93\x64\x2b\xcd\xd7\x45\xa6\xb4\xb0\xf9\x2a\xc6\xdf\x1f\xa5\xfd\xe5\xff\x12\x6f\xc9\xe4\xcf\x73\x42\x7c\x75\x49\xee\x50\xb0\xed\x9e\x7f\xcf\xe9\x5f\xbc\x8c\x41\x95\xcd\x83\x51\xca\xa3\xfd\xe9\x9f\x6b\xc9\x3a\xc4\xeb\xf1\xb8\xc1\x15\xcf\xd5\x2c\x35\x97\xa4\x39\x68\x09\x6c\x4b\xfd\xae\xb4\x56\xeb\x7f\xa8\xa8\x38\xc4\xeb\xf6\x11\xba\x5e\xdb\x34\x7c\xf5\xce\xce\xce\x4e\xa0\x07\xb3\x19\x2e\xf1\xed\xdb\x29\x54\xd6\xb1\xd3\xb8\xc7\x63\xfd\xf3\xe7\x24\xa5\xb2\x48\x9c\xb3\x9e\xdb\x2a\xc6\x5d\x65\x2c\x4a\xad\x9e\x44\xca\x20\x98\x0e\x17\xb4\x03\xd6\xb4\xc6\x53\xfd\x40\x8d\xf3\x12\xa5\x35\x9b\x52\xc9\xd4\xf9\xc8\x1f\x94\x8c\x12\x25\x13\xb2\x81\xaf\x24\x43\x2d\x9d\xd3\xe8\x89\x44\x41\x0f\x05\x8f\x55\x30\xce\xdd\x35\xf9\xce\x9d\x91\x1f\x1e\xc7\xfc\x57\x55\x5d\xbb\x29\xfc\xb0\xbb\x7e\x02\x41\x91\x55\x8d\x4d\x83\xf0\x05\x7c\x3c\x54\xd6\x75\xac\xca\x5a\x6a\x03\xd2\x0c\x16\x36\x67\x8d\x4b\x04\x37\xf3\xf7\x8b\xeb\xcf\xf7\xd3\x37\x6f\x43\x28\x8d\x69\x77\xc5\x70\x52\x4e\xdf\xbc\x7d\xbc\x0c\xeb\xee\xc7\xd4\xed\x79\xf8\xb8\xb0\x83\xb0\xab\xef\xd6\x34\x27\x93\xff\x40\x39\x07\x8a\xf6\xf1\x7f\x86\x98\x3d\x52\x7e\x88\x8e\x8b\xdb\xeb\xe9\xe7\x4e\xc5\x2b\xb7\xbe\x72\xeb\x46\xbe\xad\xb7\x43\x36\x5c\x2c\xa3\xb1\xd9\x82\x59\xc7\x78\x64\xac\xd2\x94\x71\xf4\xe0\x5e\xfe\x5f\x7f\xc6\xcc\xf9\x2d\xa8\x77\x8f\x78\x7c\x67\x19\x86\x2f\x9a\x8e\xee\xc9\xe6\x7d\x92\xde\xbd\x43\x49\x52\x24\x47\xfa\xcb\xd8\xee\x57\x77\xc2\x18\x21\xb3\x1b\xad\x95\x0e\xa4\x28\xc2\x70\x4f\x8b\x58\xba\xa1\xdb\x97\x0a\xb3\xe3\x74\x45\x8d\x5b\xef\x7a\x09\x1f\x94\xbe\xf9\x22\x8c\x15\x32\xfb\x43\xa5\xbc\xdb\x77\x9a\xff\x09\x4a\xda\xb0\x8e\x3b\x9e\x0f\xc7\x28\xba\xa9\x2f\xb2\xda\x19\x98\x61\xf8\xc6\x07\x9a\x9a\x49\x1c\x9f\x32\x40\xc3\x57\xde\x00\x3d\x6f\x8d\x87\x19\x7a\x1e\x7c\x09\xb9\x17\x18\xbe\xea\x61\x0e\x0a\x34\x9b\xf2\x27\xde\x60\x86\xfb\xee\x3c\xa8\x07\x48\x1d\xb1\xbb\x3b\x52\x26\x4a\x39\x51\x29\xdf\xf2\x97\x20\x9c\x74\x09\x66\x64\x87\x6d\x19\xf2\x9a\x88\xf0\x85\x9d\x36\x72\x2f\x2c\xa5\x69\x70\x50\x78\x77\x3a\xd9\xb1\xd1\x02\x77\xcb\x09\xd6\x2c\xb2\xdc\xc6\xb8\xbc\xb8\xb8\x88\x2e\xf6\x25\xb6\xe0\xc2\xf0\x33\xd5\x1a\xfb\xf9\x73\x55\x15\x29\x0e\xc6\xd8\xf8\x37\x8f\xfb\x4c\x51\x29\x1f\x8c\x91\xad\xd7\x1c\xb7\xde\x7f\x01\x00\x00\xff\xff\x6c\x1d\x98\x34\x7c\x09\x00\x00" +var _stakingcollectionCreate_machine_accountCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x56\x61\x6f\x9b\x48\x10\xfd\x1c\x7e\xc5\x2b\x1f\x2a\x90\x2c\x92\x38\x6a\x75\x42\xe7\xab\x7c\x6e\xaa\x54\x55\xee\xa2\xb3\xee\xa4\xfb\x54\x8d\x61\x0c\xab\xe0\x5d\xb4\xbb\xc4\xb5\x5a\xff\xf7\x13\x0b\xd8\x26\xc6\x39\x4b\x6d\xf9\x80\x59\x3c\xf3\x66\x78\xef\x31\x8b\x58\x95\x4a\x5b\xcc\xf4\xa6\xb4\xca\x6b\x57\xfe\x87\x42\xad\xe7\x96\x1e\x85\xcc\x66\xaa\x28\x38\xb1\x42\x49\xdf\xf3\x2e\x2f\x2f\x31\xd3\x4c\x96\x0d\x08\x2b\x4a\x72\x21\x19\x94\x24\xaa\x92\x16\x4b\xa5\x41\x90\x2a\x65\xd8\x9c\x2c\x84\x01\x15\x9a\x29\xdd\x40\x48\xd8\x9c\x61\x1a\x4c\x24\x3b\x50\x07\x49\x32\x05\xa5\xa9\x41\x59\x2d\x0a\x91\xe0\x91\x37\x06\x56\xb9\x14\xc9\xeb\xae\x80\xe7\x59\x4d\xd2\x90\x4b\x0c\xea\x3a\x1f\xdf\xc7\x98\x5b\x2d\x64\x36\x82\x87\x83\xa3\x6d\x6d\xda\x24\x7e\xe2\xcd\xb9\x71\x73\x91\x49\xb2\x95\xe6\x69\x91\x29\x2d\x6c\xbe\x8a\xf1\xf7\x47\x69\x7f\xf9\xbf\xc4\x3b\x32\xf9\xf3\x9c\x10\x5f\x5d\x92\x3b\x15\x6c\xbb\xe7\xdf\x73\xfa\x17\x2f\x63\x50\x65\xf3\x60\x90\xf2\x68\x7f\xf9\xe7\x5a\xb2\x0e\xf1\x7a\x38\xee\xe8\x8e\xe7\x6a\x96\x9a\x4b\xd2\x1c\xb4\x04\xb6\xa5\x7e\x57\x5a\xab\xf5\x3f\x54\x54\x1c\xe2\x75\xfb\x08\x5d\xaf\x6d\x1a\xbe\x7a\x17\x17\x17\x67\xd0\x83\xc9\x04\xd7\xf8\xf6\xed\x1c\x2a\xeb\xd8\x71\xdc\xe3\xb1\x3e\xfc\x19\x49\xa9\x2c\x12\xe7\xac\xe7\xb6\x8a\x71\x5f\x19\x8b\x52\xab\x27\x91\x32\x08\xa6\xc3\x05\xed\x80\x35\xad\xf1\x54\x3f\x50\xe3\xbc\x44\x69\xcd\xa6\x54\x32\x75\x3e\xf2\x8f\x4a\x46\x89\x92\x09\xd9\xc0\x57\x92\xa1\x96\xce\x69\xf4\x44\xa2\xa0\x45\xc1\x43\x15\x8c\x73\x77\x4d\xbe\x73\x67\xe4\x87\xa7\x31\xff\x55\x55\xd7\x6e\x0a\x3f\xec\xee\x9f\x41\x50\x64\x55\x63\xd3\x20\x7c\x01\x1f\x8b\xca\xba\x8e\x55\x59\x4b\x6d\x40\x9a\xc1\xc2\xe6\xac\x71\x8d\xe0\x76\xf6\x7e\x3e\xfd\xfc\x30\x7e\xf3\x36\x84\xd2\x18\x77\x77\x0c\x27\xe5\xf8\xcd\xdb\xc7\xeb\xb0\xee\x7e\x48\xdd\x9e\x87\x4f\x0b\x7b\x14\x76\xf3\xdd\x9a\xe6\x64\xf2\x1f\x28\xe7\x91\xa2\x7d\xfc\x9f\x21\x66\x8f\x94\x1f\xa2\xe3\xfc\x6e\x3a\xfe\xdc\xa9\x78\xe3\xd6\x37\x6e\xdd\xc8\xb7\xf5\x76\xc8\x86\x8b\x65\x34\x34\x5b\x30\xe9\x18\x8f\x8c\x55\x9a\x32\x8e\x16\xee\xe5\xff\xf5\x67\xcc\x9c\xdf\x82\xa5\x56\xab\x18\x67\x86\xcf\x9b\x8e\x1e\xc8\xe6\x7d\x92\xde\xbd\x43\x49\x52\x24\x27\xfa\xcb\xd8\xee\x57\xf7\xc2\x18\x21\xb3\x5b\xad\x95\x0e\xa4\x28\xc2\x70\x4f\x8b\x58\xba\xa1\xdb\x97\x0a\x93\xd3\x74\x45\x8d\x5b\xef\x7b\x09\x1f\x94\xbe\xfd\x22\x8c\x15\x32\xfb\x43\xa5\xbc\xdb\x77\x9a\xdf\x11\x4a\xda\xb0\x8e\x3b\x9e\x0f\xc7\x28\xba\xa9\x2f\xb2\xda\x19\x98\xe0\xf8\x8d\x0f\x34\x35\x93\x38\x3e\x67\x80\x86\xaf\xbc\x23\xf4\xbc\x35\x1e\x26\xe8\x79\xf0\x25\xe4\x5e\x60\xf8\xaa\x87\x79\x54\xa0\xd9\x94\x3f\xf1\x06\x13\x3c\x74\xd7\x41\x3d\x40\xea\x88\xdd\xbf\x03\x65\xa2\x94\x13\x95\xf2\x1d\x7f\x09\xc2\x51\x97\x60\x06\x76\xd8\x96\x21\xaf\x89\x08\x5f\xd8\x69\x23\xf7\xc2\x52\x9a\x06\x07\x85\x77\x97\xa3\x1d\x1b\x2d\x70\xb7\x1c\x61\xcd\x22\xcb\x6d\x8c\xeb\xab\xab\xab\xe8\x6a\x5f\x62\x0b\x2e\x0c\x3f\x53\xad\xb1\x9f\x3f\x53\x55\x91\xe2\x60\x8c\x0d\x7f\xf3\xb8\xcf\x14\x95\xf2\xc1\x18\xd9\x7a\xcd\x79\xeb\xfd\x17\x00\x00\xff\xff\x16\x91\x3f\x95\x61\x09\x00\x00" func stakingcollectionCreate_machine_accountCdcBytes() ([]byte, error) { return bindataRead( @@ -5405,11 +5384,11 @@ func stakingcollectionCreate_machine_accountCdc() (*asset, error) { } info := bindataFileInfo{name: "stakingCollection/create_machine_account.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x71, 0x66, 0xfe, 0xd, 0xe0, 0xca, 0x47, 0x29, 0xa7, 0x41, 0xf0, 0xf3, 0xcc, 0x16, 0x77, 0x89, 0x6f, 0x61, 0x90, 0x55, 0x1f, 0xe7, 0xf1, 0x3f, 0x31, 0x53, 0xb, 0x8e, 0xfe, 0x42, 0xd2, 0x83}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xa9, 0xf9, 0xef, 0x20, 0xd6, 0x77, 0xc6, 0x19, 0xa0, 0xa8, 0x6d, 0xa6, 0x88, 0xa0, 0x6, 0xe6, 0xef, 0xa5, 0x5e, 0xb3, 0xbd, 0xc7, 0x8a, 0x32, 0x6c, 0x44, 0xe3, 0xd, 0xa6, 0x95, 0x64, 0xd7}} return a, nil } -var _stakingcollectionCreate_new_tokenholder_acctCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x56\x4b\x6f\xe3\x36\x10\xbe\xfb\x57\xcc\xe6\x10\x48\x80\x57\x06\x7a\x34\x92\x00\xa9\xd1\x17\xb2\x45\x03\x24\xbb\x3d\x2c\x72\x98\x88\x63\x8b\x35\x4d\x0a\x24\x65\xd7\x28\xf2\xdf\x0b\x3e\x2c\x91\xb6\x8c\xb8\x0f\x14\xa8\x2f\x16\xc9\x79\x7c\xf3\xcd\x83\xe4\x9b\x56\x69\x0b\x0b\xbd\x6f\xad\x9a\xc4\xd5\xf7\x42\xed\x9e\xd5\x9a\x24\x2c\xb5\xda\xc0\x55\xbf\xbe\xea\x25\x3a\xb9\xe2\xaf\x82\x32\xa9\x74\xaf\x97\xfc\xa4\xea\x35\x31\xbf\x67\xa2\x60\xba\x75\x95\xfa\x7c\xb2\xb8\xe6\x72\xb5\x50\x42\x50\x6d\xb9\x4a\xfd\x9f\x9c\x5d\x4d\x26\xb3\x19\x3c\x37\xdc\x80\xd5\x28\x0d\x06\x0d\x14\x42\xed\x0c\xd8\x86\xa0\x56\xd2\x6a\x27\xaf\x41\x2d\xfd\x8e\xf0\x9e\x01\xeb\x5a\x75\xd2\x3a\x7d\xab\xa0\xd6\x84\x96\x00\x41\xd2\x2e\x83\x5b\xf9\xbf\x1f\x95\x60\xce\xc2\xeb\x6f\x54\x5b\x40\xc9\xc0\x58\xa5\x09\xb8\x05\x2e\xa3\x56\x62\x10\x85\x51\x80\x8c\x71\xb9\x02\x04\x13\x50\x43\x3d\x84\x14\x0d\x59\xe5\x11\xa5\xda\x4e\xfd\x81\xa8\x75\x76\x37\x5c\x32\xb0\x0d\x5a\xb0\x2e\x42\xa6\xc8\x80\x54\xce\xe5\x16\x05\x67\x0e\xb0\x53\xa7\xdf\xb9\xb1\xce\x41\x0a\x35\x41\xf3\xac\x72\x0d\xb4\x87\xd3\x29\xec\x55\x07\x92\x88\x39\x28\xc4\x6d\x43\x1a\x18\x09\x8a\x96\x53\x83\x9a\x8c\xea\x74\x4d\xce\xa2\x72\xcb\xad\x5a\x93\x63\x1a\xd6\xb4\x8f\x59\x4d\x6d\x4f\x26\x49\x46\x8a\xb6\x7b\x15\xbc\x7e\xa0\xbd\x99\xc3\xd7\x50\x68\xd5\x03\xed\x3f\x71\x63\xbf\x93\x56\xef\x5f\x4a\xf8\x63\x02\x00\xd0\x6a\x6a\x51\x53\x61\xf8\x4a\x92\x9e\x03\x76\xb6\x29\xbe\x55\x5a\xab\xdd\x17\x14\x1d\x4d\xe1\xc9\x2a\x8d\x2b\x9a\xc2\x02\x5b\x7c\xe5\x82\x5b\x4e\xa6\x84\xeb\xfb\xe0\xd7\x19\xf2\x96\xdc\x6f\x36\x83\x45\xc8\xec\x11\xcf\x3e\x87\xc8\x18\x04\x60\x3e\x86\xaa\x57\x13\x64\x9d\x70\xb4\x08\xb7\x10\xbf\x8a\x16\xf7\x0e\x54\x00\x57\xf6\xf2\x4b\xa5\x9d\x05\x97\xb3\x21\xd0\x18\xd0\xe1\x37\xd8\xab\xbc\x33\x64\x6c\x60\x65\xee\xd4\xab\x7e\x39\x85\x06\x4d\x73\x2f\x56\x4a\x73\xdb\x6c\xc2\x69\xb6\x35\x85\x1d\xf1\x55\x63\xc3\x51\xf8\x1e\xf0\xbc\x65\x0c\xfc\x40\x76\xc8\xe6\xcf\x28\x71\x45\x7a\x20\x6f\x7f\x48\xdd\x71\x67\xe4\x74\xd8\x44\x79\xd0\x5d\x0c\xdd\x75\x1b\x59\xa9\xea\x24\x2d\x95\x09\xc9\xaa\x56\x64\x07\x59\x53\x2c\x95\x7e\x44\xdb\xcc\xf3\x56\x4b\x16\xd1\x53\xcc\xb5\x93\x2d\xbf\x7e\xf3\xf2\xe1\x02\x48\x70\xfb\x2e\xd6\x01\xe2\x1e\xd0\x7c\x48\xb8\xb8\xf1\xe5\x96\x0d\xb1\xea\x57\x6e\x1b\xa6\x71\x37\xcd\xc1\x7e\x96\x8e\xae\xb0\x28\xe1\xfa\x9d\x40\xee\xb2\x8c\x7c\x36\xa1\x20\x37\x31\x19\x09\x9e\xe3\x59\x94\xb4\xe0\x48\x42\x62\x6f\xde\x7c\xcc\xb1\x05\x0b\x89\x6a\x91\x95\x62\xc8\xf3\x3d\x63\x9a\x8c\x39\x54\xb3\x2b\x48\xb7\x9e\x66\xa2\x29\x95\xf3\x33\xc4\xf6\x0a\x65\x16\xe4\x13\x6e\xcf\x4f\x91\x91\xd1\xe7\x5b\xb2\x8f\x3d\xf6\xe5\xc0\xcc\x10\x7d\xd2\x49\x87\xf2\x32\xb8\xa5\x3c\xc6\x9b\x8f\x09\x41\xc7\x31\xcd\xcf\x8e\xf8\xa4\xe0\xc6\xc2\x3a\x22\x7e\x81\x2d\xdc\xa6\x78\xc6\x6a\x3f\xf3\x5d\x71\x63\x3a\xba\xb9\x3e\xe7\xff\xae\xb8\x00\x59\x39\x46\x45\xe6\xda\xb3\x67\x9a\xe2\x34\x97\x3d\xf0\x9c\x13\xb4\xa3\xbd\x18\x8d\xff\x24\x97\xea\xd1\x27\xe4\x98\x98\x91\x49\x9b\x02\xf1\x93\xd1\xe5\xd9\xfb\x86\x26\xde\x4d\x92\x41\x27\xe3\xb4\xd9\x62\x27\x8e\x66\x4d\x38\x89\x15\xf3\x2e\xbf\x91\xd2\xcb\x3b\xd7\xff\xfd\xd2\x92\x46\x77\x35\x9d\x34\xef\xdf\xcf\x86\xc3\xbe\xec\x9f\x4d\xff\x02\xf0\x12\xae\xfb\x67\x57\xf5\xc5\x11\x75\x57\xcc\xa2\xf6\xac\xf7\xe4\x0f\x06\x14\x23\x29\x09\xa3\x24\xbe\x9e\x20\x79\x5a\xb9\x4c\xb4\x9d\x8d\xef\x98\x03\xae\xde\x02\x5f\x66\xb9\xa8\xea\x86\xea\x75\x51\x9e\xbf\xd9\xce\xf7\x63\xe8\xc9\xf1\x17\x5e\x9c\x57\x27\xfb\xa7\x16\xdc\xef\x50\x39\x3e\xec\xf9\x40\xf8\x74\x54\x3a\x29\xfa\x79\x16\xcc\x89\x74\x79\x6a\xc0\x4d\x8a\x71\xc4\x27\x3b\x63\x83\x23\xf4\xc8\xe1\xeb\x0d\x48\x18\xfa\xdf\x72\x27\xb9\xf8\xef\x29\xcb\xe6\xcb\x63\x18\x6a\x80\x47\xf7\xa5\x7f\xe6\x7b\x16\xd8\xc8\x5b\x3b\x1f\x2d\xe6\x18\xc4\x45\x23\xfc\x30\xb5\x2f\x0c\xec\x2e\x27\xff\x1f\xd0\x91\x5c\x3d\x7f\x69\xd4\x8f\x85\x79\x3a\xf0\x2f\x04\x36\x3a\xf9\x43\x7a\xde\xfe\x0c\x00\x00\xff\xff\x03\x0e\x99\xe3\x3b\x0e\x00\x00" +var _stakingcollectionCreate_new_tokenholder_acctCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x56\x4b\x6f\xe3\x36\x10\xbe\xfb\x57\xcc\xe6\x10\x48\x80\x57\x06\x7a\x34\x92\x00\xa9\xd1\x17\xb2\x45\x03\x24\xbb\x3d\x2c\x72\x60\xc4\xb1\xc4\x9a\x26\x05\x92\xb2\x2b\x14\xf9\xef\x05\x1f\x92\x48\x59\x46\xdc\x07\x0a\xd4\x17\x8b\x14\x67\xe6\x9b\x6f\x66\x3e\x91\xed\x1b\xa9\x0c\x6c\x54\xd7\x18\xb9\x08\xab\xab\xef\xb9\x3c\x3e\xcb\x1d\x8a\xab\x71\xab\x15\x15\x7b\xe5\x38\xd9\xfe\x24\xcb\x1d\x52\xb7\xa9\xaf\x12\xfb\x27\x43\x76\x4c\x54\x1b\xc9\x39\x96\x86\x49\x71\xb5\x58\xac\x56\xf0\x5c\x33\x0d\x46\x11\xa1\x89\xdb\x05\xc2\xb9\x3c\x6a\x30\x35\x42\x29\x85\x51\xf6\xbc\x02\xb9\x75\x3b\xdc\xb9\x07\x52\x96\xb2\x15\xc6\xda\x1b\x09\xa5\x42\x62\x10\x08\x08\x3c\x42\x0c\xa0\x70\x7f\x3f\x4a\x4e\xad\x87\xd7\xdf\xb0\x34\x40\x04\x05\x6d\xa4\x42\x60\x06\x98\x08\x56\x91\x43\xc2\xb5\x04\x42\x29\x13\x15\x10\xd0\x1e\x35\x94\x03\xec\xde\x91\x91\x0e\x51\x6c\x6d\xcd\x1f\x10\x1b\xeb\x77\xcf\x04\x05\x53\x13\x03\xc6\x66\x48\x25\x6a\x10\xd2\x86\x3c\x10\xce\xa8\x05\x6c\xcd\xf1\x77\xa6\x8d\x0d\x10\x43\x8d\xd0\x3c\xcb\xd4\x82\x98\xfe\xed\x12\x3a\xd9\x82\x40\xa4\x16\x0a\x32\x53\xa3\x02\x8a\x1c\x83\xe7\xd8\xa1\x42\x2d\x5b\x55\xa2\xf5\x28\xed\xf2\x20\x77\x68\x99\x86\x1d\x76\x1a\xb6\x4a\xee\x13\xdf\x8b\x45\x54\x91\xac\x69\x5f\x39\x2b\x1f\xb0\xd3\x6b\xf8\xea\x3b\xa3\x78\xc0\xee\x13\xd3\xe6\x3b\x61\x54\xf7\x92\xc3\x1f\x0b\x00\x80\x46\x61\x43\x14\x66\x9a\x55\x02\xd5\x1a\x48\x6b\xea\xec\x5b\xa9\x94\x3c\x7e\x21\xbc\xc5\x25\x3c\x19\xa9\x48\x85\x4b\xd8\x90\x86\xbc\x32\xce\x0c\x43\x9d\xc3\xf5\xbd\x8f\x6b\x1d\x39\x4f\xf6\xb7\x5a\xc1\xc6\x57\x76\xc2\xb3\xab\x21\xa1\x14\x3c\x30\x97\x43\x31\x98\x71\x34\xf6\x70\xf0\x08\xb7\x10\x9e\xb2\x86\x74\x16\x94\x07\x97\x0f\xe7\xb7\x52\x59\x0f\xb6\x66\x63\xa2\x21\xa1\xfe\x37\xfa\x2b\x5c\x30\x42\xe9\xc8\xca\xda\x9a\x17\xc3\x72\x09\x35\xd1\xf5\x3d\xaf\xa4\x62\xa6\xde\xfb\xb7\xc9\xd6\x12\x8e\xc8\xaa\xda\xf8\x57\xfe\x79\xc4\xf3\x96\x30\xf0\x03\x9a\xb1\x9a\x3f\x13\x41\x2a\x54\x23\x79\x5d\x5f\xba\xe9\x64\xa4\x74\x98\xc8\x78\xb4\xdd\x8c\xd3\x75\x1b\x58\x29\xca\xa8\x2c\x85\xf6\xc5\x2a\x2a\x34\xe3\x59\x9d\x6d\xa5\x7a\x24\xa6\x5e\xa7\xa3\x16\x2d\x42\xa4\x50\x6b\x7b\x36\xff\xfa\xcd\xcb\x87\x0b\x20\xc1\xed\xbb\x58\x47\x88\x1d\x10\xfd\x21\xe2\xe2\xc6\xb5\x5b\xa2\x4b\xc5\xaf\xcc\xd4\x54\x91\xe3\x32\x05\xfb\x59\x58\xba\xfc\x22\x87\xeb\x77\x12\xb9\x4b\x2a\xf2\x59\xfb\x86\xdc\x87\x62\x44\x78\xa6\x5a\x14\x8d\xe0\x4c\x41\xc2\x6c\xde\x7c\x4c\xb1\x79\x0f\x91\x69\x96\xb4\xa2\xaf\xf3\x3d\xa5\x0a\xb5\xee\xbb\xd9\x36\xa4\x5d\x2f\x93\xa3\x31\x95\xeb\x33\xc4\x0e\x06\x79\x92\xe4\x13\x39\x9c\x57\x91\x19\xe9\x73\x23\x39\xe4\x1e\xe6\x72\x64\x66\xcc\x3e\x9a\xa4\xbe\xbd\x34\x39\x60\x9a\xe3\xcd\xc7\x88\xa0\x69\x4e\xeb\xb3\x12\x1f\x35\xdc\x5c\x5a\x13\xe2\x37\xa4\x81\xdb\x18\xcf\x5c\xef\x27\xb1\x0b\xa6\x75\x8b\x37\xd7\xe7\xe2\xdf\x65\x17\x20\xcb\xe7\xa8\x48\x42\x3b\xf6\x74\x9d\x9d\xd6\x72\x00\x9e\x72\x42\xcc\xec\x2c\x06\xe7\x3f\x89\xad\x7c\x74\x05\x99\x12\x33\xa3\xb4\x31\x10\xa7\x8c\xb6\xce\x2e\x36\xd4\xe1\xdb\x24\x28\xb4\x22\xa8\xcd\x81\xb4\x7c\xa2\x35\xfe\x4d\xe8\x98\x77\xf9\x0d\x94\x5e\x3e\xb9\xee\xef\x97\x06\x15\xb1\x9f\xa6\x93\xe1\xfd\xfb\xd5\xb0\xd8\xb7\xfd\x35\xe7\xdf\x00\x9e\xc3\xf5\x70\x6d\x2a\xbe\x58\xa2\xee\xb2\x55\xb0\x5e\x0d\x91\xdc\x8b\x11\xc5\x4c\x49\xbc\x94\x84\xdb\x13\x8c\xd7\x27\x57\x89\xa6\x35\xe1\x1e\xd3\xe3\x1a\x3c\xb0\x6d\x52\x8b\xa2\xac\xb1\xdc\x65\xf9\xf9\x2f\xdb\xf9\x79\xf4\x33\x09\xb3\xb7\xb8\xa0\x57\x27\xfb\xa7\x1e\xec\xaf\xef\x1c\x97\xf6\x7a\x24\x7c\x39\x7b\x3a\x6a\xfa\x75\x92\xcc\xc9\xe9\xfc\xd4\x81\x55\x8a\x79\xc4\x27\x3b\x73\xc2\xe1\x67\xa4\x7f\x7a\x03\xe4\x1a\xff\xb7\xdc\x09\xc6\xff\x7b\xca\x12\x7d\x79\xf4\xa2\x06\x64\xf2\xbd\x74\xd7\x7c\xc7\x02\x9d\xb9\x6b\xa7\xd2\xa2\xa7\x20\x2e\x92\xf0\x5e\xb5\x2f\x4c\xec\x2e\x25\xff\x1f\xd0\x11\x7d\x7a\xfe\x92\xd4\xcf\xa5\x79\x2a\xf8\x17\x02\x9b\x55\x7e\x5f\x9e\xb7\x3f\x03\x00\x00\xff\xff\x3d\xf6\xd9\x8c\xec\x0d\x00\x00" func stakingcollectionCreate_new_tokenholder_acctCdcBytes() ([]byte, error) { return bindataRead( @@ -5425,7 +5404,7 @@ func stakingcollectionCreate_new_tokenholder_acctCdc() (*asset, error) { } info := bindataFileInfo{name: "stakingCollection/create_new_tokenholder_acct.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xc7, 0xa3, 0xad, 0x9c, 0x1e, 0x2a, 0xd9, 0x8e, 0xe8, 0xd, 0x60, 0x33, 0xb5, 0x78, 0x8b, 0xb0, 0x85, 0x54, 0x2, 0x2c, 0xdc, 0xc4, 0xa8, 0xe4, 0xcd, 0x63, 0xe9, 0xaf, 0x85, 0x63, 0x2c, 0xa7}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x7f, 0x9a, 0x7, 0x20, 0xba, 0xc8, 0x63, 0x8c, 0xe7, 0x1, 0x5d, 0xc8, 0x10, 0x71, 0xe8, 0xe6, 0xff, 0xc6, 0xbc, 0x1c, 0x13, 0x9c, 0x15, 0x4f, 0x29, 0xdd, 0x5b, 0x7d, 0xe, 0x6a, 0xf9, 0x12}} return a, nil } @@ -5449,7 +5428,7 @@ func stakingcollectionDeploy_collection_contractCdc() (*asset, error) { return a, nil } -var _stakingcollectionRegister_delegatorCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x52\xc1\x6a\xe3\x40\x0c\xbd\xfb\x2b\x44\x0e\xc1\x86\xc5\xb9\x2c\x7b\x30\xbb\x1b\xda\xa6\x81\x1e\x4a\x4b\x42\x7b\x9f\x8e\x65\x47\x64\x3c\x32\x1a\x99\x04\x4a\xfe\xbd\xc4\xe3\xd4\x87\xb8\xd0\x4b\x75\xb0\x67\x46\xd2\xd3\x7b\xe2\x51\xd3\xb2\x28\xac\x1d\x1f\xb6\x6a\xf6\xe4\xeb\x3b\x76\x0e\xad\x12\x7b\xa8\x84\x1b\x98\x4d\xe6\x66\x49\xb2\x58\x2c\x60\x83\x35\x05\x45\x09\x60\xa0\x44\x87\xb5\x51\x16\x20\x0f\xba\x43\x08\xb1\x09\xec\x88\x28\x18\xb8\x13\x8b\x7d\x73\xc5\x12\xeb\x5a\xb4\x54\x11\x96\xe0\xb9\xc4\x87\x15\x18\x5f\xf6\x09\xd3\x70\xe7\x15\xb8\x02\xe5\x3d\xfa\x00\xca\x60\xb9\x69\x48\x93\x44\xc5\xf8\x60\x7a\xd4\x94\xca\x02\xb6\x2a\xe4\xeb\x5f\x43\x4f\x01\x2f\x6b\x3a\xfe\xf9\x9d\xc1\x7b\x02\x00\xd0\x7f\x1c\xea\x85\xd3\x28\x64\x83\x55\x01\xa6\xd3\x5d\x3a\xa9\x33\x1f\x8f\x4f\x07\x8f\x92\xc1\x7c\xba\xee\xea\x25\xe9\x67\xb6\x82\xad\x11\x4c\x8d\xb5\x91\x57\x3f\xea\x96\x45\xf8\xf0\x6a\x5c\x87\x19\xcc\x6f\x62\xee\xc2\xf5\x1c\x01\x5d\x95\x4f\x71\x85\x7f\x30\x40\xe5\x41\x59\x4c\x8d\xf9\x5b\x0f\xf6\xf7\x27\x34\xfc\x4f\xcf\x16\x28\xa6\xed\x71\x5d\xbe\x8d\x8c\x9e\x8d\xee\xb2\x4f\x29\xe7\x58\x2e\xa1\x35\x9e\xec\x17\xfc\x6a\xd4\xf1\xf6\x48\x21\x90\xaf\xef\x45\x58\x52\x4f\x2e\x8b\x50\xa7\xb8\x4f\x3c\xa2\xed\x14\xbf\xb3\xaa\x5c\x06\x73\xae\x2e\xc6\x4c\xa3\xbf\x0a\xa0\x72\x34\x4a\xfc\x67\x11\x6c\x18\x75\x4a\x3e\x02\x00\x00\xff\xff\xd7\x98\xa0\xcd\x18\x03\x00\x00" +var _stakingcollectionRegister_delegatorCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x52\x4d\x6b\xeb\x40\x0c\xbc\xfb\x57\x88\x1c\x82\x0d\x0f\xe7\xf2\x78\x07\xf3\xda\xd0\x36\x0d\xf4\x50\x5a\x12\xda\xfb\x76\x2d\x3b\x22\xeb\x95\xd1\xca\x24\x50\xf2\xdf\x4b\xbc\x4e\x7c\x68\x0a\xb9\x74\x0f\xfe\x58\x69\x46\x33\x62\xa8\x69\x59\x14\x26\x4b\xc7\xbb\xb5\x9a\x2d\xf9\xfa\x81\x9d\x43\xab\xc4\x7e\x92\x24\xb3\xd9\x0c\x56\x58\x53\x50\x94\x00\x06\x4a\x74\x58\x1b\x65\x01\xf2\xa0\x1b\x84\x10\x41\x60\xcf\x28\x10\x0c\xdc\x89\xc5\x1e\x5c\xb1\xc4\xbe\x16\x2d\x55\x84\x25\x78\x2e\xf1\x69\x01\xc6\x97\x7d\xc1\x34\xdc\x79\x05\xae\x40\x79\x8b\x3e\x80\x32\x58\x6e\x1a\xd2\x24\x51\x31\x3e\x98\x9e\x35\xa5\xb2\x80\xb5\x0a\xf9\xfa\xcf\x80\x29\xe0\x6d\x49\xfb\x7f\x7f\x33\xf8\x4c\x00\x00\xfa\x87\x43\x3d\x69\x1a\x8d\xac\xb0\x2a\xc0\x74\xba\x49\x2f\xfa\xcc\xc7\xcf\x97\x9d\x47\xc9\x60\x7a\xb9\xef\xdb\x4d\xd2\xcf\x6c\x05\x5b\x23\x98\x1a\x6b\xa3\xae\x7e\xd4\x3d\x8b\xf0\xee\xdd\xb8\x0e\x33\x98\xde\xc5\xda\x49\xeb\xf1\x04\x74\x55\x7e\x49\x2b\xdc\xc0\x40\x95\x07\x65\x31\x35\xe6\x1f\x3d\xd9\xff\xdf\xf0\x70\x9b\x56\xc2\x4d\x01\x57\xb6\xaf\xa3\xa2\x57\xa3\x9b\xec\x6c\xe5\x78\xe6\x73\x68\x8d\x27\xfb\x83\xbe\x1a\x75\xfc\x7b\xa6\x10\xc8\xd7\x8f\x22\x2c\xa9\x27\x97\x45\xaa\x43\xdc\x27\xee\xd1\x76\x8a\xd7\xac\x2a\x97\x21\x9c\x8b\x53\x30\xd3\x98\xaf\x02\xa8\x1c\x83\x12\xdf\x59\x24\x1b\x46\x1d\x92\xaf\x00\x00\x00\xff\xff\x7c\xa4\x34\x6c\xfd\x02\x00\x00" func stakingcollectionRegister_delegatorCdcBytes() ([]byte, error) { return bindataRead( @@ -5465,11 +5444,11 @@ func stakingcollectionRegister_delegatorCdc() (*asset, error) { } info := bindataFileInfo{name: "stakingCollection/register_delegator.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xfe, 0xb8, 0xe5, 0xa, 0xa0, 0x52, 0x6b, 0x3d, 0xfc, 0x3d, 0x3d, 0x3d, 0x40, 0x5c, 0x82, 0xc1, 0x16, 0xba, 0x5d, 0xff, 0xde, 0xbf, 0xa2, 0x4e, 0xae, 0xbf, 0xf4, 0xec, 0x24, 0xd5, 0xee, 0x33}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x20, 0xae, 0xe0, 0xd6, 0x42, 0x2c, 0xa4, 0xd0, 0x55, 0xb0, 0x3c, 0xf, 0xbf, 0x38, 0xb9, 0x48, 0x0, 0x53, 0x5c, 0x93, 0x3f, 0xcf, 0x5c, 0xc2, 0x9d, 0x3a, 0x49, 0x6d, 0x4a, 0x49, 0x48, 0xa4}} return a, nil } -var _stakingcollectionRegister_multiple_delegatorsCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x92\x4f\x8b\xd4\x40\x10\xc5\xef\xf9\x14\x8f\x3d\x2c\x09\x4a\x56\x41\x3c\x04\xd7\x45\x5d\x17\x3c\x88\xb2\x83\x5e\x96\x39\xb4\x49\x25\x53\x6c\xa7\x2b\x54\x57\x9c\x05\x99\xef\x2e\xf9\x37\xb3\xb2\xd1\x9b\x7d\x08\xe9\xea\xea\xd7\xef\x15\x3f\x6e\x3b\x51\xc3\x8d\x97\xfd\xc6\xdc\x3d\x87\xe6\x83\x78\x4f\xa5\xb1\x04\xd4\x2a\x2d\xce\x56\xcf\xce\x92\xe4\xe2\xe2\x02\xb7\xd4\x70\x34\xd2\x88\xb6\xf7\xc6\x9d\x27\x54\xe4\xa9\x71\x26\x1a\xc1\x01\xb6\x23\xc4\xe9\x32\xca\x93\xb2\x52\x94\x5e\x4b\x1a\x45\x6a\xd1\xa9\xaf\xa3\x92\x6b\xa6\x0a\x41\x2a\xfa\x74\x1d\xe1\x42\x05\xd7\x4a\x1f\x0c\x52\xc3\xe4\x9e\x42\x84\x09\x4a\x69\x5b\xb6\x24\x31\x75\x21\xba\x51\x32\xe5\x2a\x16\xb8\xdb\x98\x72\x68\xb6\xcf\xe7\x6b\x43\xe9\xdb\x0d\x3f\xbc\x7e\xb5\xcd\xf0\x2b\x01\x80\xf1\xe3\xc9\x16\x5b\xa7\x4c\xb7\x54\x17\x70\xbd\xed\xd2\xd5\xc8\xf9\xe9\xf7\xcb\x3e\x90\x66\x38\x5f\xef\x7b\x52\x49\xc6\x37\x3b\xa5\xce\x29\xa5\xae\x2c\x07\x6b\xf3\x53\xef\x45\x55\xf6\xdf\x9d\xef\x29\xc3\xf9\xbb\xe9\x6c\xf1\x3a\xac\x48\xbe\xce\xd7\xbc\xe2\x12\xb3\x54\x1e\x4d\xd4\x35\x94\xff\x18\xc5\xde\xfc\x8f\x0c\x6f\xd3\x81\x86\x62\x9d\x94\xa7\xed\x9b\xc9\xd1\x57\x67\xbb\xec\x18\x65\x58\x57\x57\xe8\x5c\xe0\xf2\x2f\xfe\x1a\xb2\xd3\xee\x33\xc7\xc8\xa1\xf9\xa8\x2a\x9a\x06\xf6\xd9\x24\x75\x98\xe6\x49\x0f\x54\xf6\x46\x8f\x46\xf5\xd3\x29\x18\x97\x78\x71\xac\x0c\x68\x71\x35\x80\xc8\x55\x7c\xd4\xf9\xcf\xc1\xe6\x3a\x53\x7d\xbd\xa0\x9c\x4e\x40\x16\xe0\x6a\x21\xab\x58\x08\xbb\xe3\x6d\x36\x72\xf5\x87\xf8\x60\x83\xf1\x0c\x2f\x8f\xd5\xc3\xec\xfd\x90\xfc\x0e\x00\x00\xff\xff\x68\x18\x79\x7f\x74\x03\x00\x00" +var _stakingcollectionRegister_multiple_delegatorsCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x92\x4f\x8b\xd4\x40\x10\xc5\xef\xf9\x14\x8f\x3d\x2c\x09\x4a\x46\x41\x3c\x04\xd7\x45\x5d\x17\x3c\x88\xb2\x83\x5e\x96\x39\xb4\x49\x25\x53\x6c\xa7\x2b\x54\x57\x9c\x05\x99\xef\x2e\xf9\x37\x33\xe2\x28\x5e\xec\x43\x48\x2a\x55\xaf\xdf\x2b\x7e\xdc\x76\xa2\x86\x8b\x5b\x2f\xbb\xb5\xb9\x07\x0e\xcd\x3b\xf1\x9e\x4a\x63\x09\x17\x49\xb2\x5a\xad\x70\x47\x0d\x47\x23\x8d\x68\x7b\x6f\xdc\x79\x42\x45\x9e\x1a\x67\xa2\x11\x1c\x60\x5b\x42\x9c\x86\x51\x1e\xa6\xa1\x14\xa5\xd7\x92\x46\x91\x5a\x74\xea\xeb\xa8\xe4\x9a\xa9\x42\x90\x8a\x3e\xdc\x44\xb8\x50\xc1\xb5\xd2\x07\x83\xd4\x30\x79\xa0\x10\x61\x82\x52\xda\x96\x2d\x49\x4c\x5d\x88\x6e\x94\x4c\xb9\x8a\x05\xee\xd7\xa6\x1c\x9a\xcd\xd3\x79\x6c\x28\x7d\xb9\xe5\xc7\x97\x2f\x36\x19\x7e\x24\x00\x30\x3e\x3c\xd9\x62\xeb\x98\xe9\x8e\xea\x02\xae\xb7\x6d\x7a\x36\x72\x7e\x7c\xfd\xb4\x0b\xa4\x19\x2e\xcf\xf7\xfd\x56\x49\xc6\x3b\x3b\xa5\xce\x29\xa5\xae\x2c\x07\x6b\xf3\x55\x6f\x45\x55\x76\x5f\x9d\xef\x29\xc3\xe5\x9b\xe9\xdf\xe2\x75\x38\x91\x7c\x9d\x9f\xf3\x8a\x2b\xcc\x52\x79\x34\x51\xd7\x50\xfe\x6d\x14\x7b\xf5\x3f\x32\xbc\x4e\x6b\x95\xb6\xc0\x3f\xb6\xaf\x27\x47\x9f\x9d\x6d\xb3\x43\x94\xe1\x5c\x5f\xa3\x73\x81\xcb\x3f\xf8\x6b\xc8\x8e\x5f\x1f\x39\x46\x0e\xcd\x7b\x55\xd1\x34\xb0\xcf\x26\xa9\xfd\xb4\x4f\x7a\xa4\xb2\x37\x3a\x59\xd5\x77\xa7\x60\x5c\xe1\xd9\xa1\x32\xa0\xc5\xd5\x00\x22\x57\xf1\xa4\xf3\xaf\x8b\xcd\x75\xa6\xfa\x66\x41\x39\x9d\x80\x2c\xc0\xd5\x42\x56\xb1\x10\x76\xcf\x9b\x6c\xe4\xea\x17\xf1\xc1\x06\xe3\x09\x9e\x1f\xaa\xfb\xd9\xfb\x3e\xf9\x19\x00\x00\xff\xff\x33\xb8\x88\xbd\x59\x03\x00\x00" func stakingcollectionRegister_multiple_delegatorsCdcBytes() ([]byte, error) { return bindataRead( @@ -5485,11 +5464,11 @@ func stakingcollectionRegister_multiple_delegatorsCdc() (*asset, error) { } info := bindataFileInfo{name: "stakingCollection/register_multiple_delegators.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x46, 0x2, 0x31, 0xce, 0x8, 0x7c, 0xcb, 0xc, 0xb7, 0xe8, 0xfb, 0x70, 0x30, 0xb3, 0xef, 0xd7, 0xb5, 0x37, 0xf8, 0xa6, 0xe, 0x3f, 0xe5, 0xa0, 0xee, 0x8b, 0xfa, 0x92, 0x5d, 0xd2, 0xc7, 0xf9}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xd4, 0x18, 0xe2, 0xb9, 0x47, 0x53, 0x8a, 0x80, 0x1d, 0x6a, 0x37, 0x45, 0x63, 0x7, 0xd0, 0xd4, 0xdf, 0xd2, 0xb9, 0xc5, 0xa7, 0x4f, 0x1c, 0x9f, 0xf9, 0xac, 0xfa, 0xdb, 0x26, 0x7e, 0x1b, 0x1e}} return a, nil } -var _stakingcollectionRegister_multiple_nodesCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x54\x4d\x6f\x9b\x40\x10\xbd\xf3\x2b\xa6\x3e\x44\xa0\x5a\x24\x95\xaa\xaa\x42\x75\xa3\x34\x4a\xa4\x2a\xfd\x52\xa2\xf6\x62\xf9\xb0\x61\x07\x18\x65\xd9\x45\xb3\xeb\xb8\x34\xc9\x7f\xaf\x16\xb0\x31\x01\x37\xa7\x72\xb0\xd8\x99\x37\x6f\x1f\x33\xf3\x4c\x65\x65\xd8\xc1\x39\xd7\x95\x33\x41\x77\xba\x54\x66\x73\xe3\xc4\x1d\xe9\xfc\xdc\x28\x85\xa9\x23\xa3\x21\x63\x53\xc2\x6c\x32\x37\x0b\x82\xe3\xe3\x63\xb8\xc6\x9c\xac\x43\xb6\x50\xae\x95\xa3\x4a\x21\x68\x23\xd1\x02\x69\x70\x05\x82\x6d\xeb\x20\xed\x49\x19\xad\x59\x73\x8a\x4d\x7d\x66\xb8\xc5\x55\x98\x52\x46\x28\x9b\x72\x20\x9d\x19\x2e\x85\xc7\x07\x81\x63\xa1\xad\x68\x8a\x43\x92\x36\x81\xe5\x8d\x63\xd2\xf9\x6a\x1e\xc0\xde\xc3\x46\xa1\x4f\xfe\xfc\xac\xdd\xfb\x67\x39\x8d\x6e\x63\xd8\x2b\x39\x93\x92\xd1\x5a\x3c\x48\xd3\x43\xaf\xb0\x3e\x88\xea\xbe\xeb\x5f\x10\x51\x9a\xb5\x76\x8d\xa2\x4b\xfa\xfd\xee\xed\xb3\x74\xb5\xbe\x55\x94\x76\x04\xcb\x76\x1a\xf1\x15\xd6\x5f\xc8\xba\x0b\xed\xb8\x5e\x9d\xae\x22\x78\x68\x6a\x9a\x1f\x85\x6e\x7b\x6d\x3f\x86\x6b\xcc\x12\x10\x6b\x57\x84\x93\x53\x8a\xfb\xd7\xef\x1b\x8d\x1c\xc1\xd1\x34\x6e\x14\x09\x9a\x3b\x2b\xc6\x4a\x30\x86\x22\x4d\xfd\xc7\x74\x57\x7d\x32\xcc\x66\xf3\x4b\xa8\x35\x46\x70\x74\xd6\xe6\xb6\x5a\x9b\xee\xa0\xca\xe2\x29\xad\xb0\x80\x8e\x2a\xb6\xce\xb0\xc8\x31\xbe\x6d\xc8\x3e\xfc\x8f\x6f\xf8\x18\xfa\x05\x4e\xa6\x97\x7b\x0c\xbf\x69\x15\xfd\x10\xae\x88\x06\xa3\x3a\x3d\x85\x4a\x68\x4a\x0f\xe8\xcb\xd1\xf5\xa7\xaf\x64\x2d\xe9\xfc\x82\xd9\x70\xa8\x49\x45\x51\xb0\xe3\xba\x17\x0c\x04\x0b\x38\xe9\x43\x7e\xff\x49\x7a\xb7\x90\xb4\x7b\x1d\xf4\x0f\x65\xcd\xcc\x4b\x91\x16\xa4\xb1\x6b\x33\x2c\x0e\x77\x37\xe6\xce\x8d\xdf\x8c\xc4\x70\xc0\xd5\xf0\xc9\x04\x48\xce\x47\x71\x6f\x9c\xa4\xb5\xcf\x92\x56\xe3\xfc\xc8\x3c\xc9\x94\x9f\x5e\x28\xbd\xc2\x3a\x79\xe6\xad\xc9\x8a\xde\x58\xc9\xbe\xc9\x26\xb1\xad\xc3\x92\xad\xd3\x26\x31\x95\xa8\x91\x93\xed\xd6\x45\x30\x00\x3c\x8c\x7b\x94\xed\x19\x73\x49\x2b\x58\x2c\x40\x93\x82\xc7\xc7\x61\xfc\x55\xac\x50\xe7\xae\xf0\xf9\x93\x09\x9e\xf6\x6a\xbf\x33\xb3\x73\xa1\xb5\x71\x50\xb1\xb9\x27\x89\xf0\x07\xd9\xc0\x1d\xd6\x76\xf7\xdf\xd7\x0d\x78\xab\x71\x16\x8d\xd8\x9e\x46\x11\x5f\x7b\x87\xb5\x5f\x9c\xa1\xae\x03\x5a\x86\x4b\x14\xfb\xfb\x63\x21\x65\xb8\x2b\x4e\x3c\x5d\xbc\x3b\xce\xa1\x10\xb6\x38\x53\xb9\x61\x72\x45\xd9\x66\x07\xa1\x39\x6c\x90\xf2\xc2\xb5\xa9\xf6\xfd\x25\xe5\xc3\x93\xb7\x02\xc1\x6b\x78\x13\x0c\xf3\x4f\xc1\x53\xf0\x37\x00\x00\xff\xff\x8d\x72\xb3\x22\xa5\x06\x00\x00" +var _stakingcollectionRegister_multiple_nodesCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x54\x4f\x6f\x9b\x4e\x10\xbd\xf3\x29\xe6\xe7\x43\x04\xfa\x59\x24\x95\xaa\xaa\x42\x75\xa3\x34\x4a\xa4\x2a\xfd\xa7\x44\xed\xc5\xf2\x61\xc3\x0e\x30\xca\xb2\x8b\x66\xd7\x71\x69\x92\xef\x5e\x2d\x60\x63\x02\x6e\x7a\x29\x07\x8b\x9d\x79\xef\xed\x63\x76\x9f\xa9\xac\x0c\x3b\x38\xe7\xba\x72\x26\xe8\x56\xb3\x4b\x65\x36\x37\x4e\xdc\x91\xce\xcf\x8d\x52\x98\x3a\x32\x7a\x16\x04\xc7\xc7\xc7\x70\x8d\x39\x59\x87\x6c\xa1\x5c\x2b\x47\x95\x42\xd0\x46\xa2\x05\xd2\xe0\x0a\x04\xdb\xf2\x20\xdd\x11\x81\xd1\x9a\x35\xa7\xd8\xf0\x33\xc3\x2d\xae\xc2\x94\x32\x42\xd9\xd0\x81\x74\x66\xb8\x14\x1e\x1f\x04\x8e\x85\xb6\xa2\x21\x87\x24\x6d\x02\xcb\x1b\xc7\xa4\xf3\xd5\x3c\x80\xbd\x87\x8d\x42\xdf\xfc\xfe\x51\xbb\xb7\xcf\x7a\x1a\xdd\xc6\xb0\x77\x72\x26\x25\xa3\xb5\x78\x50\xa6\x87\x5e\x61\x7d\x10\xd5\x7d\xd7\x9f\x20\xa2\x34\x6b\xed\x1a\x47\x97\xf4\xf3\xcd\xeb\x67\xed\x6a\x7d\xab\x28\xed\x04\x96\xed\xc8\xe3\x2b\xac\x3f\x91\x75\x17\xda\x71\xbd\x3a\x5d\x45\xf0\xd0\x70\x9a\x1f\x85\x6e\xbb\x6d\x7f\x0c\xd7\x98\x25\x20\xd6\xae\x08\x27\x4f\x29\xee\x5f\xbf\x6e\x34\x72\x04\x47\xd3\xb8\x51\x25\x68\xf6\xac\x18\x2b\xc1\x18\x8a\x34\xf5\x1f\xd3\x6d\xf5\xc1\x30\x9b\xcd\x0f\xa1\xd6\x18\xc1\xd1\x59\xdb\xdb\x7a\x6d\xa6\x83\x2a\x8b\xa7\xbc\xc2\x02\x3a\xa9\xd8\x3a\xc3\x22\xc7\xf8\xb6\x11\x7b\xf7\x2f\xbe\xe1\x7d\x98\xb1\x29\x13\xf8\x4b\xf8\x4d\xeb\xe8\x9b\x70\x45\x34\x38\xaa\xd3\x53\xa8\x84\xa6\xf4\x80\xbf\x1c\x5d\xbf\xfa\x4c\xd6\x92\xce\x2f\x98\x0d\x87\x9a\x54\x14\x05\x3b\xad\x7b\xc1\x40\xb0\x80\x93\xbe\xe4\xef\x3f\x49\x9f\x16\x92\x76\x6f\x82\xfe\xa1\xac\x39\xf3\x52\xa4\x05\x69\xec\xc6\x0c\x8b\xc3\xd3\x8d\xb9\x4b\xe3\x17\x23\x31\x1c\x68\x35\x7a\x32\x01\x92\xf3\x51\xdd\x07\x27\x69\xe3\xb3\xa4\xd5\xb8\x3f\x0a\x4f\x32\x95\xa7\x17\xa8\x57\x58\x27\xcf\xb2\x35\xc9\xe8\x83\x95\xec\x87\x6c\x12\xdb\x26\x2c\xd9\x26\x6d\x12\x53\x89\x1a\x39\xd9\xde\xba\x08\x06\x80\x87\xf1\x8c\xb2\xbd\x60\x2e\x69\x05\x8b\x05\x68\x52\xf0\xf8\x38\xac\xff\x17\x2b\xd4\xb9\x2b\x7c\xff\x64\x42\xa7\xdd\xda\xdf\x99\xd9\xb9\xd0\xda\x38\xa8\xd8\xdc\x93\x44\xf8\x85\x6c\xe0\x0e\x6b\xbb\xfb\xef\xeb\x0e\x78\xeb\x71\x16\x8d\xd4\x9e\x46\x15\xcf\xbd\xc3\xda\x5f\x9c\xa1\xaf\x03\x5e\x86\x97\x28\xf6\xfb\xc7\x42\xca\x70\x47\x4e\xbc\x5c\xbc\x5b\xce\xa1\x10\xb6\x38\x53\xb9\x61\x72\x45\xd9\x76\x07\xa5\x39\x6c\x90\xf2\xc2\xb5\xad\xf6\xfd\x25\xe7\xc3\x95\x8f\x02\xc1\xff\xf0\x2a\x18\xf6\x9f\x82\xa7\xe0\x77\x00\x00\x00\xff\xff\xc0\x72\x85\x12\x8a\x06\x00\x00" func stakingcollectionRegister_multiple_nodesCdcBytes() ([]byte, error) { return bindataRead( @@ -5505,11 +5484,11 @@ func stakingcollectionRegister_multiple_nodesCdc() (*asset, error) { } info := bindataFileInfo{name: "stakingCollection/register_multiple_nodes.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x47, 0xb7, 0xe8, 0x7e, 0xfb, 0x6e, 0x3f, 0xd7, 0xaf, 0xa1, 0x39, 0x8a, 0xdd, 0x2c, 0x5, 0x2c, 0x7e, 0xae, 0x41, 0xa6, 0xaf, 0x33, 0x8a, 0xb4, 0x29, 0x49, 0x92, 0xf0, 0xb4, 0xd1, 0xaf, 0xab}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xfe, 0x7a, 0xb5, 0x6b, 0xa2, 0x7a, 0xd5, 0x14, 0x97, 0xd7, 0x42, 0xc5, 0x16, 0x81, 0xce, 0xf8, 0xb2, 0x9b, 0x76, 0x52, 0xc3, 0x7, 0x16, 0x52, 0x30, 0x15, 0x18, 0xc5, 0x38, 0xd, 0x36, 0x80}} return a, nil } -var _stakingcollectionRegister_nodeCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x56\xcd\x6e\xdb\x46\x10\x3e\x9b\x4f\x31\xd1\x21\x20\x01\x83\xb6\xe5\xc6\x28\x88\xaa\x81\xea\x26\x70\x11\xa4\x35\x22\xa4\x40\x4f\xc1\x9a\x1c\x91\x0b\x53\x3b\xc4\xec\xd0\x8a\x91\xf8\xdd\x8b\x25\xb9\xa2\x19\x52\x8a\x0f\xb6\x0e\xd2\xfe\x7c\xf3\xfb\xcd\xce\x48\x6f\x2a\x62\x81\x4b\xbe\xaf\x84\x82\x6e\xf7\xbe\xa4\xed\x4a\xd4\xad\x36\xf9\x25\x95\x25\xa6\xa2\xc9\xc0\x9a\x69\x03\xb3\xc9\xbb\x59\x10\x9c\x9c\x9c\xc0\x27\xcc\xb5\x15\x64\x0b\x0a\x32\x2c\x31\x57\x42\x0c\xda\x80\x14\x08\xb6\x15\x82\xb4\xd7\xc8\x68\xa9\xe6\x14\x1b\xe1\x35\x71\x8b\xab\x30\xd5\x6b\x8d\x19\x18\xca\x10\xb4\x59\x13\x6f\x54\x83\x57\x26\x6b\x20\x6a\x43\xb5\x11\xa0\x35\x08\xdd\xa2\xb1\x20\x04\x29\x6d\x36\x5a\x82\x40\x58\x19\xab\x1a\xfd\xa1\xce\x12\x58\x09\x6b\x93\x1f\x07\xf0\xe8\xc3\x54\x62\x02\x9f\xff\x32\xf2\xeb\xf0\xc2\xa0\x6c\x89\x9d\x9b\xcb\x2c\x63\xb4\x76\x5a\xbe\x87\x7d\xc0\xfb\x69\x48\x17\xed\xde\xfb\x36\x84\x04\x3e\xbf\xd7\x5f\x2f\x7e\x19\xde\x6d\x54\x5a\x68\x83\xcb\x34\x75\x98\xc7\x2a\xe0\x30\x6e\xa5\x73\xa3\xa4\x66\x5c\x96\x39\xb1\x96\x62\xe3\xa3\xfc\x89\xe0\x95\xb2\xc5\x8f\x32\x11\x7c\x0b\x1a\xa9\x12\xc5\x87\xd3\x33\xfe\x09\xd7\x09\xa8\x5a\x8a\x70\xb2\x20\xe2\x7e\xf9\xcf\xd6\x20\x47\xf0\x7a\x1a\x37\x3a\x69\x6d\x56\x8c\x95\x62\x0c\x55\xeb\x62\x67\xea\x0f\x62\xa6\xed\xbf\xaa\xac\x31\x82\xd7\x9d\xfb\xce\x4f\x1f\x58\xc5\x08\xdf\x82\xa3\xa3\xa3\x27\xa4\x06\x16\x0b\x38\x83\xef\xdf\x9f\x92\x46\x87\x9d\x27\x83\x1c\xba\xcf\xec\x52\x19\x43\x02\xdc\xd5\x7d\x5b\xb1\x5b\x2d\x05\x54\x4c\x77\x3a\xc3\xcc\x6b\x87\x2e\x12\xb8\x75\x74\x7e\xac\xad\x78\x08\x28\xb0\xde\x20\xa8\x9d\x45\x56\x5b\xb8\x73\x91\x82\x14\x4a\x20\x25\x66\xb4\x15\x99\xac\xa9\xf6\xd9\xc8\x97\x38\x25\x93\x2a\x09\x67\x64\xb0\x79\x19\xee\x9d\xdc\x29\x5d\xaa\x9b\x12\xa7\x2c\xd8\xe6\xc5\x39\x56\x9c\x4f\x36\x9e\x45\xfb\x75\xfe\x47\x75\x1f\xd1\x2c\xf2\xe7\x4f\xc8\x5c\x2c\xd4\xd6\x6e\x18\x1d\xd0\x0f\x37\xb5\x34\x1e\x53\xe5\x6a\xc0\x82\x62\x04\xd4\x52\x20\xc3\x19\x84\xef\x2e\xff\x5c\x2d\xbf\x5c\xcf\xdf\x5c\x44\x40\x0c\x73\x7f\x62\x31\xad\xe6\x6f\x2e\x6e\xcf\x22\xe7\xfd\x14\xed\x83\xc2\xde\xcf\xf8\x08\x76\xfe\x72\x64\x17\xca\x16\xcf\xc8\xf3\x88\xea\xa1\xfe\x97\x60\x79\x90\xad\x67\x21\x78\x75\xb5\x9c\x7f\xf1\xf4\x9e\x37\xfb\xf3\x66\xdf\xf2\xfa\x10\xec\x34\x5b\x2c\xd7\xf1\x54\x37\x82\x85\xcf\x7a\x6c\x85\x58\xe5\x18\xdf\x34\xed\xe2\xb7\x97\xe8\x52\xbf\x87\x6e\x1a\x26\xd3\x93\x72\x0c\x5f\xb5\x1e\x5d\x2b\x29\x86\x49\x7a\xfb\x16\x2a\x65\x74\xba\xc7\xbf\x1c\xa5\xdf\x7d\xd4\xd6\x6a\x93\xbf\x63\x26\x0e\x8d\x2e\xa3\xa8\x4f\x8b\x5e\x37\x6d\x7a\x48\x15\x2c\xf6\xa7\x2b\xf6\x65\xfc\x37\x65\x18\x0e\x7c\x72\x53\x53\x67\x53\x13\xd3\x7d\xff\x74\x60\x8e\x8e\x0e\xce\xce\xc1\x76\xff\x08\xed\xd7\xd3\x63\xb4\xfd\x1d\xde\x55\xea\x1e\x39\xf1\x55\xb1\xbb\x7a\x3c\x2f\xc0\x8f\x37\x9d\xbb\x82\x86\x05\x8c\x3b\x58\xc8\xaa\x1d\x39\xc9\x53\x26\x45\xf4\x2a\x18\x69\x2f\xba\xf7\x02\x0b\x18\x3c\x9d\x43\x9a\x07\xc0\xe8\xd5\x40\xe7\xc8\x40\x55\xdf\x94\x3a\xfd\x80\xf7\xb0\x80\x6b\xbf\x0e\x5d\x43\x6c\xf2\xe0\x4f\x26\xcc\xc4\x19\xa6\x94\xe1\x15\x7e\x0d\xa3\x63\x2f\x60\x27\xfe\x46\x74\x19\x0a\x5a\x44\x74\xe0\xef\x44\xdc\xf4\x19\x95\x65\xe1\x23\xc3\xbb\xe5\xf1\x2e\x1b\x9d\x62\xbf\x3d\x86\x2d\xea\xbc\x90\x04\xce\x4e\x4f\x4f\xe3\xd3\xde\xc4\x43\xd0\x7e\x3f\x04\xff\x07\x00\x00\xff\xff\xa3\x57\x8d\xd9\xad\x0a\x00\x00" +var _stakingcollectionRegister_nodeCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x56\xcd\x6e\xdb\x46\x10\x3e\x9b\x4f\x31\xd1\x21\x20\x01\x83\xb6\xe5\xc6\x28\x88\xaa\x81\xea\x26\x70\x11\xa4\x35\x22\xa4\x40\x4f\xc1\x9a\x1c\x91\x0b\x53\x3b\xc4\xec\xd0\x8a\x91\xf8\xdd\x8b\x25\xb9\x92\x18\x52\x8a\x0e\xb6\x0e\xd2\xfe\x7c\xf3\xfb\xcd\xce\x48\xaf\x2a\x62\x81\x6b\x7e\xac\x84\x82\x6e\x37\x79\x5f\xd2\x7a\x21\xea\x5e\x9b\xfc\x9a\xca\x12\x53\xd1\x64\x26\x41\x70\x76\x76\x06\x9f\x30\xd7\x56\x90\x2d\x28\xc8\xb0\xc4\x5c\x09\x31\x68\x03\x52\x20\xd8\x56\x08\xd2\x8d\x14\x30\x5a\xaa\x39\xc5\x46\x78\x49\xdc\xe2\x2a\x4c\xf5\x52\x63\x06\x86\x32\x04\x6d\x96\xc4\x2b\xd5\xe0\x95\xc9\x1a\x88\x5a\x51\x6d\x04\x68\x09\x42\xf7\x68\x2c\x08\x41\x4a\xab\x95\x96\x20\x10\x56\xc6\xaa\x46\x7f\xa8\xb3\x04\x16\xc2\xda\xe4\xa7\x01\xec\x7c\x98\x4a\x4c\xe0\xf3\x5f\x46\x7e\xed\x5f\x18\x94\x35\xb1\x73\x73\x9e\x65\x8c\xd6\x8e\xcb\x6f\x61\x1f\xf0\x71\x1c\xd2\x45\xbb\xf7\xbe\x0d\x21\x81\xcf\xef\xf5\xd7\xab\x5f\xfa\x77\x2b\x95\x16\xda\xe0\x3c\x4d\x1d\x66\x57\x05\x1c\xc6\x2d\x74\x6e\x94\xd4\x8c\xf3\x32\x27\xd6\x52\xac\x7c\x94\x3f\x11\xbc\x51\xb6\xf8\x51\x26\x82\x6f\x41\x23\x55\xa2\xf8\x70\xb6\x8c\x7f\xc2\x65\x02\xaa\x96\x22\x1c\x2d\x88\x78\xbb\xfc\x67\x6d\x90\x23\x78\x3d\x8e\x1b\x9c\xb4\x36\x2b\xc6\x4a\x31\x86\xaa\x75\xb1\x33\xf5\x07\x31\xd3\xfa\x5f\x55\xd6\x18\xc1\xeb\xce\x7d\xe7\xa7\x0f\xac\x62\x84\x6f\xc1\xc9\xc9\xc9\x11\xa9\x81\xd9\x0c\x2e\xe0\xfb\xf7\x63\xd2\xe8\xb0\xd3\xa4\x97\x43\xf7\x99\x5c\x2b\x63\x48\x80\xbb\xba\x6f\x2b\x76\xad\xa5\x80\x8a\xe9\x41\x67\x98\x79\xed\xd0\x45\x02\xf7\x8e\xce\x8f\xb5\x15\x0f\x01\x05\xd6\x1b\x04\xb5\xb1\xc8\x6a\x0d\x0f\x2e\x52\x90\x42\x09\xa4\xc4\x8c\xb6\x22\x93\x35\xd5\x3e\x19\xf8\x12\xa7\x64\x52\x25\xe1\x84\x0c\x36\x2f\xc3\xbd\x93\x07\xa5\x4b\x75\x57\xe2\x98\x05\xdb\xbc\x38\xc7\x8a\xf3\xc9\xc6\x93\x68\xbf\xce\xff\xa8\xde\x46\x34\x89\xfc\xf9\x11\x99\x8b\x85\xda\xda\x0d\xa3\x03\xfa\xe1\xae\x96\xc6\x63\xaa\x5c\x0d\x58\x50\x8c\x80\x5a\x0a\x64\xb8\x80\xf0\xdd\xf5\x9f\x8b\xf9\x97\xdb\xe9\x9b\xab\x08\x88\x61\xea\x4f\x2c\xa6\xd5\xf4\xcd\xd5\xfd\x45\xe4\xbc\x1f\xa3\xbd\x57\xd8\xfb\x19\x1f\xc0\x2e\x5f\x8e\xec\x42\xd9\xe2\x19\x79\x1e\x50\xdd\xd7\xff\x12\x2c\xf7\xb2\xf5\x2c\x04\x2f\x6e\xe6\xd3\x2f\x9e\xde\xcb\x66\x7f\xd9\xec\x5b\x5e\x9f\x82\x8d\x66\x8b\xe5\x32\x1e\xeb\x46\x30\xf3\x59\x8f\xad\x10\xab\x1c\xe3\xbb\xa6\x5d\xfc\xf6\x12\x5d\xea\xf7\x70\xc9\xb4\x4a\xe0\x48\xf8\xa2\xf5\xe8\x56\x49\xd1\x4f\xd2\xdb\xb7\x50\x29\xa3\xd3\x3d\xfe\xe5\x28\xdb\xdd\x47\x6d\xad\x36\xf9\x3b\x66\xe2\xd0\xe8\x32\x8a\xb6\x69\xd1\xcb\xa6\x4d\xf7\xa9\x82\xd9\xfe\x74\xc5\xbe\x8c\xff\xa6\x0c\xc3\x9e\x4f\x6e\x6a\xea\x6c\x6c\x62\xba\xef\x9f\x0e\xcc\xc1\xd1\xc1\xd9\xd9\xdb\xee\x1f\xa1\xdb\xf5\xf8\x18\x6d\x7f\xfb\x77\x95\x7a\x44\x4e\x7c\x55\x6c\xae\x76\xe7\x05\xf8\xf1\xa6\x73\x57\xd0\x30\x83\x61\x07\x0b\x59\xb5\x23\x27\x39\x66\x52\x44\xaf\x82\x81\xf6\xa2\x7b\x2f\x30\x83\xde\xd3\x39\xa4\xb9\x07\x8c\x5e\xf5\x74\x0e\x0c\x54\xf5\x5d\xa9\xd3\x0f\xf8\x08\x33\xb8\xf5\xeb\xd0\x35\xc4\x26\x0f\xfe\x64\xc4\x4c\x9c\x61\x4a\x19\xde\xe0\xd7\x30\x3a\xf5\x02\x76\xe4\x6f\x44\x97\xa1\xa0\x45\x44\x07\xfe\x4e\xc4\x4d\x9f\x51\x59\x16\xee\x18\xde\x2c\x4f\x37\xd9\xe8\x14\xfb\xed\x29\xac\x51\xe7\x85\x24\x70\x71\x7e\x7e\x1e\x9f\x6f\x4d\x3c\x05\xed\xf7\x53\xf0\x7f\x00\x00\x00\xff\xff\x1b\x6e\x35\x40\x92\x0a\x00\x00" func stakingcollectionRegister_nodeCdcBytes() ([]byte, error) { return bindataRead( @@ -5525,11 +5504,11 @@ func stakingcollectionRegister_nodeCdc() (*asset, error) { } info := bindataFileInfo{name: "stakingCollection/register_node.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xad, 0x91, 0x5, 0x81, 0x49, 0x26, 0x23, 0xa0, 0x54, 0x16, 0xef, 0x87, 0xa0, 0x3, 0xe7, 0xe3, 0xcf, 0xe8, 0x58, 0x39, 0xf, 0x9e, 0x93, 0x20, 0x28, 0xc6, 0x2e, 0xc9, 0xf2, 0x56, 0x30, 0xc6}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xdd, 0x71, 0xaa, 0x9d, 0x5f, 0x75, 0xdc, 0x64, 0xa2, 0x22, 0x53, 0x51, 0xf5, 0xb4, 0xd7, 0xfd, 0xa8, 0x9c, 0xe0, 0x5, 0x37, 0xc7, 0x9d, 0x9f, 0x5b, 0xe6, 0x3e, 0x52, 0x48, 0x47, 0xe3, 0x7f}} return a, nil } -var _stakingcollectionRequest_unstakingCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x52\x4d\x4b\xc3\x40\x10\xbd\xe7\x57\x0c\x3d\x94\x04\x4a\x0a\x2a\x1e\x82\x5a\xfc\x2a\xf4\x20\x4a\x4b\xbd\xaf\xdb\x49\xba\xb8\xdd\x89\xb3\x13\x5a\x90\xfe\x77\x49\xb6\x69\xc4\x46\xf0\xe2\x1e\xb2\x99\xdd\x37\x6f\xde\xcc\x3e\xb3\x29\x89\x05\xa6\x96\xb6\x0b\x51\xef\xc6\x15\xf7\x64\x2d\x6a\x31\xe4\x20\x67\xda\xc0\xa0\xf7\x6e\x10\x45\xe3\xf1\x18\xe6\xf8\x51\xa1\x17\x0f\x95\xf3\x01\x02\x39\x31\xc8\x1a\xc1\x97\xa8\x4d\x6e\x70\x05\x8e\x56\x08\xc4\xb0\x42\x8b\x85\x12\x62\x30\x2e\x40\x0e\x29\xfa\x48\x1b\x45\xc2\xca\x79\xd5\x04\x71\x9d\x38\x7b\xc8\x60\x21\x6c\x5c\x31\xea\x08\xea\xc3\xe5\xcc\xc9\xf9\xd9\x64\x04\x6a\x43\x95\x93\x0c\x96\x53\xb3\xbb\xbc\x48\xe0\x33\x02\x00\x68\x3e\x16\xa5\x2d\xd2\x49\x9f\x63\x9e\x81\xaa\x64\x1d\xf7\x76\x96\x76\xbf\xcf\x5b\x87\x9c\xc0\xb0\x1f\x77\x72\x12\x35\x35\x4b\xc6\x52\x31\xc6\x4a\xeb\xa0\xab\x29\x75\x47\xcc\xb4\x7d\x55\xb6\xc2\x04\x86\xb7\xe1\xae\xd5\x5a\x2f\x8f\x36\x4f\xfb\xb4\xc2\x35\x1c\xa8\x52\x2f\xc4\xaa\xc0\xf4\xad\x21\xbb\xfa\x8f\x1e\x6e\xe2\xfa\xd1\xb3\x7e\x43\x9c\xc2\x17\x41\xd1\x8b\x92\x75\x72\x6c\xa5\x5e\x93\x09\x94\xca\x19\xfd\x8b\xbe\x02\xa5\x8b\x9e\x8c\xf7\xc6\x15\x8f\xcc\xc4\xb1\x33\x36\x09\x54\xfb\x30\x4f\xdc\xa1\xae\x04\xff\x32\xaa\x94\x83\x1d\x97\xad\x19\x8f\x0e\x0a\xfb\x0f\x07\x7d\x0b\x3a\x17\x85\xbd\x55\xb0\x8f\xbe\x02\x00\x00\xff\xff\xc2\xd1\x78\x19\x21\x03\x00\x00" +var _stakingcollectionRequest_unstakingCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x52\xcf\x6b\xeb\x30\x0c\xbe\xfb\xaf\x10\x3d\x94\x04\x4a\x0a\xef\x3d\xde\x21\x6c\x2b\xfb\x55\xe8\x61\x6c\xb4\x74\x77\xcf\x55\x52\x33\xd7\xca\x64\x85\x16\x46\xff\xf7\x91\xb8\x69\xc6\xd6\x41\x2f\xf3\x21\x8e\xe4\x4f\x9f\x3e\x89\xcf\x6e\x2a\x62\x81\xc1\xd4\xd1\x76\x21\xfa\xd5\xfa\xf2\x96\x9c\x43\x23\x96\xfc\x40\xa9\xf1\x78\x0c\x73\x7c\xab\x31\x48\x80\xda\x87\x08\x81\x82\x18\x64\x8d\x10\x2a\x34\xb6\xb0\xb8\x02\x4f\x2b\x04\x62\x58\xa1\xc3\x52\x0b\x31\x58\x1f\x21\x87\x12\x73\xa4\x55\x4a\x58\xfb\xa0\xdb\x20\x69\x0a\x67\x77\x39\x2c\x84\xad\x2f\x47\x3d\x41\x93\x5c\xce\xbc\xfc\xfd\x33\x19\x81\xde\x50\xed\x25\x87\xe5\xd4\xee\xfe\xff\x4b\xe1\x5d\x01\x00\xb4\x1f\x87\xd2\x35\xe9\xa5\xcf\xb1\xc8\x41\xd7\xb2\x4e\x4e\x4e\x96\xf5\xbf\x8f\x5b\x8f\x9c\xc2\xf0\x34\xee\x5b\x46\xb5\x3d\x2b\xc6\x4a\x33\x26\xda\x98\xa8\xab\x6d\x75\x43\xcc\xb4\x7d\xd6\xae\xc6\x14\x86\xd7\xf1\xad\xd3\xda\x9c\x80\xae\xc8\x4e\x69\x85\x4b\x38\x50\x65\x41\x88\x75\x89\xd9\x4b\x4b\x76\xf1\x1b\x33\x5c\x25\x05\xd3\x26\x87\x33\xe1\x8b\xa8\xe8\x49\xcb\x3a\x3d\x8e\xd2\x9c\xc9\x04\x2a\xed\xad\xf9\x41\x5f\x89\xd2\x47\x0f\x36\x04\xeb\xcb\x7b\x66\xe2\xc4\x5b\x97\x46\xaa\x7d\xdc\x27\xee\xd0\xd4\x82\xe7\xac\x2a\xe3\x68\xc7\x65\x67\xc6\xa3\x83\xe2\xfd\xc5\x41\x9f\x82\xde\x45\xf1\xee\x14\xec\xd5\x47\x00\x00\x00\xff\xff\xa5\x1b\x2c\x64\x06\x03\x00\x00" func stakingcollectionRequest_unstakingCdcBytes() ([]byte, error) { return bindataRead( @@ -5545,11 +5524,11 @@ func stakingcollectionRequest_unstakingCdc() (*asset, error) { } info := bindataFileInfo{name: "stakingCollection/request_unstaking.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xfd, 0x64, 0xdd, 0xc7, 0x6a, 0x3a, 0x9f, 0xf1, 0xd9, 0x10, 0xc8, 0x3c, 0x1d, 0x59, 0xbb, 0x43, 0xad, 0x7b, 0x16, 0x8c, 0xad, 0x80, 0x71, 0xe2, 0x68, 0x8, 0x79, 0xd6, 0xb8, 0x5e, 0x2c, 0x51}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x8f, 0x80, 0x37, 0xe5, 0x3b, 0x8a, 0x58, 0xca, 0x55, 0xee, 0xda, 0xdf, 0xfc, 0x6f, 0x13, 0x9d, 0x9c, 0xc3, 0x80, 0x3f, 0xb7, 0x55, 0xf8, 0xda, 0x79, 0xe3, 0xdf, 0xbf, 0xf8, 0xc3, 0x76, 0xc5}} return a, nil } -var _stakingcollectionRestake_all_stakersCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x53\x4d\x6f\xdb\x30\x0c\xbd\xeb\x57\x10\x39\x14\x36\x50\x38\xf7\x60\x59\xb1\x35\x1b\xd0\xc3\xb2\xa1\x2d\x76\x67\x6d\xda\x15\x22\x8b\x81\xc4\x20\x03\x8a\xfc\xf7\x41\x96\xe3\x8f\xc4\xde\x0e\x5b\x7d\x30\x6c\x91\x7c\x7c\x7c\x7c\xd2\xf5\x9e\x9d\xc0\x57\xc3\xc7\x27\xc1\x9d\xb6\xd5\x3d\x1b\x43\xb9\x68\xb6\x50\x3a\xae\x61\x31\x19\x5b\xa8\x41\xe5\xc3\xe6\x19\x5f\x0c\xb5\x49\x83\xb2\x71\x60\xa1\xd4\x72\xb9\x84\x7b\xae\x6b\x2d\x1e\x1c\x1d\xd1\x15\x54\x80\xf0\x8e\xac\x07\x61\xf0\x82\x3b\x82\x92\x1d\xa0\x31\x60\xb9\x20\x0f\x68\x0b\x28\xc8\x50\x85\xc2\xce\x83\xb6\x80\x90\x77\x3c\x94\x12\x87\xd6\x63\x24\xfc\xa6\x00\x00\x9a\x97\x21\x69\xe0\x46\xac\x1f\xa9\x5c\x01\x1e\xe4\x35\x99\x1c\x2a\xeb\x3f\xbf\x1f\x2d\xb9\x14\x6e\xa6\xf3\xae\x4e\x54\xd3\x73\xef\x68\x8f\x8e\x12\xcc\x73\x3e\x58\x69\x5b\x7d\x66\xe7\xf8\xf8\x13\xcd\x81\x52\xb8\xf9\x14\x63\x69\xcb\x35\x3c\x9e\x4c\x99\x4d\x71\x85\x35\xb4\x50\x99\x17\x76\x58\x51\xf6\xd2\x80\x7d\x78\x8f\x19\x3e\x26\x61\x71\xab\x69\x2f\x5c\xa7\x3f\x45\x46\x3f\x50\x5e\xd3\x6e\x94\xf0\xdc\xdd\xc1\x1e\xad\xce\x67\xf8\x55\x24\xfd\xdf\x37\xed\xbd\xb6\xd5\x17\xe7\xd8\x25\x56\x9b\x34\x42\x9d\xa2\x9e\xf4\x8b\xf2\x83\xd0\x40\xaa\xb0\xd5\x60\x8b\x87\x8d\x87\xf5\xbc\x70\xa1\xc9\x36\xa6\x25\xa9\xea\xaa\x83\xb1\x62\x75\xb0\xd1\x19\xe7\x6d\xc4\xbe\xeb\x60\x4b\x86\xf5\x84\xbd\xb3\x6d\x1b\x4d\x22\xc0\xaa\x05\x1a\x8b\x30\x4f\xad\xf1\xf8\x63\xeb\xfd\xe7\xc6\xfa\x17\x48\xb7\xbd\xdf\x9b\x43\x6d\x6e\x01\xeb\xe8\xa8\x33\xb5\x2c\x5e\x9a\x33\x4e\xdf\xfc\xa4\x46\x62\x0d\x6e\xce\x5f\xf4\xda\xf4\x3d\xaf\x44\xeb\x50\x82\x6e\x03\xc8\x6b\xe9\x7a\xe6\xb3\xfa\x6d\x86\x29\xdd\xe8\x5d\x61\xd6\x7d\x6d\xa7\xd4\x98\xc8\xbb\xd4\xfe\x3f\x2c\xe2\x9f\xd8\xf4\xdb\x1a\xa9\xf1\x87\x95\xc5\xf7\x49\xfd\x0e\x00\x00\xff\xff\xa7\x0a\xf7\xe7\x8e\x05\x00\x00" +var _stakingcollectionRestake_all_stakersCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x53\x4d\x8b\xdb\x30\x10\xbd\xeb\x57\x0c\x39\x2c\x36\x2c\xce\x3d\x34\x5d\xda\x4d\x0b\x7b\x68\x5a\x76\x97\xde\x67\xed\xb1\x57\x44\xd6\x04\x69\x42\x0a\x4b\xfe\x7b\xb1\xe5\xc8\x76\x62\xb7\x85\xb6\x3e\x18\x7d\x8c\xde\x7b\x7a\xf3\xa4\xeb\x3d\x3b\x81\xc5\x67\xc3\xc7\x27\xc1\x9d\xb6\xd5\x3d\x1b\x43\xb9\x68\xb6\x0b\x35\xdc\x7e\xd8\x3c\xe3\x8b\xa1\xae\x6a\xa1\xd4\x72\xb9\x84\x7b\xae\x6b\x2d\x1e\x1c\x1d\xd1\x15\x54\x80\xf0\x8e\xac\x07\x61\xf0\x82\x3b\x82\x92\x1d\xa0\x31\x60\xb9\x20\x0f\x68\x0b\x28\xc8\x50\x85\xc2\xce\x83\xb6\x80\x90\x47\x3e\xa5\xc4\xa1\xf5\xd8\x4e\xe0\x4d\x01\x00\xb4\x3f\x43\xd2\xc2\x8d\xd4\x3d\x52\xb9\x02\x3c\xc8\x6b\x32\x29\x3e\xeb\x87\x5f\x8f\x96\x5c\x0a\x37\xd3\x75\x57\x2b\xaa\xe5\xdc\x3b\xda\xa3\xa3\x04\xf3\x9c\x0f\x56\x3a\xaa\x8f\xec\x1c\x1f\xbf\xa3\x39\x50\x0a\x37\x1f\xc2\x5e\xda\x69\x6d\x3e\x4f\xa6\xcc\xa6\xb4\xc2\x1a\x3a\xa8\xcc\x0b\x3b\xac\x28\x7b\x69\xc1\xde\xfd\x8f\x3b\xbc\x4f\x4a\xc7\xf5\x0a\xfe\xb0\xfc\x29\x28\xfa\x86\xf2\x9a\xc6\xab\x34\xdf\xdd\x1d\xec\xd1\xea\x7c\x46\x5f\x45\xd2\xcf\xbe\x68\xef\xb5\xad\x3e\x39\xc7\x2e\xb1\xda\xa4\x01\xea\x14\xfc\xa4\x1f\x94\x1f\x84\x06\x56\x35\x5d\x6d\x62\xf1\xb0\xf1\xb0\x9e\x37\xae\x21\xd9\x86\xb2\x24\x55\xf1\x74\x13\xac\x70\xba\x89\xd1\x19\xe7\x6d\xa4\x3e\x32\xd8\x92\x61\x0d\xd7\x29\xce\xb6\xdd\x6e\x12\x00\x56\x1d\xd0\xd8\x84\x79\x69\x6d\xc6\x1f\xbb\xec\x3f\xb7\xd1\xbf\x40\xba\xed\xf3\xde\x2e\x6a\x73\x0b\x58\x87\x44\x9d\xa5\x65\xe1\xd1\x9c\x71\x7a\xf2\x93\x1a\x99\x35\x78\x39\xbf\xf1\x6b\xd3\x73\x5e\x99\x16\x51\x1a\xdf\x06\x90\xd7\xd6\xf5\xca\x67\xfd\xdb\x0c\x4b\xe2\xd5\xe3\xc1\x2c\x8e\xb6\x53\x6e\x4c\xd4\x5d\x7a\xff\x0f\x1a\xf1\x57\x6a\xfa\x6e\x8d\xdc\xf8\x45\xcb\xc2\xff\xa4\x7e\x06\x00\x00\xff\xff\x33\x95\x76\xb5\x5b\x05\x00\x00" func stakingcollectionRestake_all_stakersCdcBytes() ([]byte, error) { return bindataRead( @@ -5565,11 +5544,11 @@ func stakingcollectionRestake_all_stakersCdc() (*asset, error) { } info := bindataFileInfo{name: "stakingCollection/restake_all_stakers.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xec, 0xec, 0xe1, 0xff, 0x40, 0x25, 0xb, 0x4a, 0x72, 0x3d, 0x49, 0x47, 0xb8, 0x1d, 0x2a, 0x27, 0x12, 0x34, 0xed, 0x65, 0x30, 0xf3, 0xc3, 0x2e, 0xc, 0x3c, 0xf4, 0xdd, 0x49, 0xbc, 0xb4, 0xf1}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x4f, 0x2b, 0x40, 0xf1, 0x3, 0xe4, 0x77, 0x8a, 0x69, 0x25, 0xee, 0xd9, 0x18, 0x68, 0x6f, 0xd5, 0xea, 0x26, 0x5a, 0xf5, 0x34, 0xbb, 0x48, 0x76, 0x9c, 0xcb, 0x43, 0x4e, 0x5d, 0x31, 0x2b, 0x7d}} return a, nil } -var _stakingcollectionScriptsDoes_account_have_staking_collectionCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8e\x31\x4e\xc4\x40\x0c\x45\xfb\x39\xc5\xd7\x56\x9b\x86\xf4\xdb\x2d\x20\x44\xcf\x09\xac\x89\x03\x16\x33\x76\x34\xf6\x90\x02\x71\x77\x8a\x44\x4a\xb1\xe9\x9e\xf4\xbf\x9e\x9e\xd4\xc5\x5a\xe0\xad\xd8\xfa\x11\xf4\x2d\xfa\xf9\x62\xa5\x70\x0e\x31\xc5\xdc\xac\xe2\x72\xba\x5d\x52\x1a\xc7\x11\xaf\x1c\xdc\xaa\x28\x3b\x64\x06\x29\x28\x67\xeb\x1a\x10\x87\x73\xa0\x2f\x58\x25\xbe\x40\xd8\x0d\x38\x14\x29\x51\xce\xec\x7e\xa5\x52\x06\xcc\x5d\x51\x49\xf4\x4a\xd3\xd4\xd8\xfd\x86\xfb\x06\xc3\x0d\xcf\x66\x05\xbf\x09\x00\x1a\x47\x6f\x7a\xde\xfb\x34\x19\xfb\x7d\x0b\x78\xa7\x1f\x7e\x38\x1c\xee\x1d\x86\xf4\xf7\x1f\x00\x00\xff\xff\x4a\x63\x63\xb2\x01\x01\x00\x00" +var _stakingcollectionScriptsDoes_account_have_staking_collectionCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\xce\x31\x4e\x80\x40\x10\x85\xe1\x7e\x4f\xf1\x42\x05\x8d\xf4\x74\xa8\x31\xf6\x9e\x60\xb2\x0c\x3a\x71\x99\x21\x3b\xb3\x52\x18\xef\x6e\x01\x09\x85\x76\xaf\x78\xf9\xf2\xcb\xb6\x5b\x0d\x74\x2f\xc5\x8e\xb7\xa0\x4f\xd1\xf7\x27\x2b\x85\x73\x88\x69\x97\xd2\x38\x8e\x78\xe6\xe0\xba\x89\xb2\x43\x56\x90\x82\x72\xb6\xa6\x01\x71\x38\x07\xda\x8e\x43\xe2\x03\x84\x4b\xc0\x4d\xa4\x44\x39\xb3\x7b\x4f\xa5\x0c\x58\x9b\x62\x23\xd1\x9e\x96\xa5\xb2\xfb\x84\xf9\x1c\xc3\x84\x47\xb3\x82\xef\x04\x00\x95\xa3\x55\xc5\xbf\x4d\x0f\x8b\xb1\xcf\x67\xc0\x2b\x7d\xf1\x9f\xc3\x6d\x5f\x63\x48\x3f\xbf\x01\x00\x00\xff\xff\x73\x04\xde\xe9\xe6\x00\x00\x00" func stakingcollectionScriptsDoes_account_have_staking_collectionCdcBytes() ([]byte, error) { return bindataRead( @@ -5585,11 +5564,11 @@ func stakingcollectionScriptsDoes_account_have_staking_collectionCdc() (*asset, } info := bindataFileInfo{name: "stakingCollection/scripts/does_account_have_staking_collection.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x73, 0x34, 0x8c, 0xdd, 0x28, 0xf3, 0x71, 0x7c, 0x27, 0x34, 0x43, 0xc2, 0x6c, 0xde, 0x42, 0x3e, 0x68, 0x2d, 0xc2, 0x74, 0x34, 0x8e, 0x51, 0xaf, 0x77, 0xcc, 0xac, 0x1b, 0x8d, 0x90, 0x91, 0x7f}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x8b, 0x73, 0x69, 0x2b, 0xde, 0xd7, 0xdf, 0xa5, 0x73, 0x4, 0x26, 0x8a, 0x59, 0x50, 0x66, 0x5e, 0x80, 0xf2, 0x70, 0xf7, 0xfd, 0x40, 0x27, 0x88, 0xd8, 0x3, 0x7, 0xe9, 0xe0, 0x93, 0xc, 0xa}} return a, nil } -var _stakingcollectionScriptsGet_all_delegator_infoCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x90\x31\x4b\x03\x51\x10\x84\xfb\xf7\x2b\x86\xab\x72\x4d\xae\x4f\x17\x0c\x4a\x6a\xed\xc4\x62\xbd\xb7\xef\x7c\xb8\xf7\x56\x76\x37\x88\x88\xff\x5d\xd0\xd3\x24\x24\xdd\xb0\x33\xc3\x37\x6c\x9d\xdf\xd4\x02\xb7\xa2\xef\xf7\x41\xaf\xb5\x4d\x37\x2a\xc2\x63\x54\x6d\x28\xa6\x33\xba\xab\x5e\x97\x4e\x9a\xfb\xdd\x03\x3d\x0b\x2f\xa1\x93\xda\xb9\xd1\xa5\x34\x0c\x03\xee\x38\x1c\xd4\x40\x66\xf4\x01\x2d\x20\x11\xc4\x0b\x23\xb3\xf0\x44\xa1\x86\x99\x83\x32\x05\xa1\xa8\x1d\xcf\x0e\x0f\x35\xce\xa8\xed\x27\xef\x0b\x6f\xfc\x5f\x95\x12\x8d\x23\xbb\xaf\x48\xa4\x47\x39\x34\xcc\x54\xdb\x8a\x72\x36\x76\xdf\x60\xfb\x2b\xfa\x0d\x1e\x2f\xe7\xad\x77\x7f\xa0\x7d\x2b\xfa\x84\xcf\x04\x00\xc6\x71\xb0\x76\xfd\x41\xeb\x89\x63\x2b\x72\xd6\x3b\xc2\x16\xd1\xa7\xaf\xef\x00\x00\x00\xff\xff\x8b\x34\x8c\xda\x65\x01\x00\x00" +var _stakingcollectionScriptsGet_all_delegator_infoCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8f\xb1\x4e\xc3\x50\x0c\x45\xf7\xf7\x15\x57\x99\x9a\xa5\xd9\xbb\x55\x54\xa0\xce\xb0\x21\x06\x93\xe7\x84\x27\x1c\x1b\xd9\xae\x10\x42\xfc\x3b\x12\x2d\x14\x44\xb7\x2b\xfb\xd8\xc7\x6e\xcb\x8b\x79\xa2\xbb\x16\x7b\xbd\x4d\x7a\x6e\x3a\x5f\x99\x08\x8f\xd9\x4c\xbb\xf2\xbb\xbd\xdf\xdd\xd1\xa3\xf0\x89\xea\x4a\x19\x86\x01\x37\x9c\x01\x52\x90\x3b\xbd\xc1\x26\x90\x08\xf2\x89\x51\x59\x78\xa6\x34\xc7\xc2\x49\x95\x92\x30\x99\x9f\xcb\x81\x48\x73\xae\x68\xfa\xc5\xc7\x71\x2d\xc6\x1f\x7b\x29\x34\x8e\x1c\xb1\x22\x91\x1e\xd3\x41\xb1\x50\xd3\x15\xd5\xea\x1c\xb1\xc1\xf6\x18\xfa\x0d\xee\xff\x9f\xb7\xde\x7d\x8b\xf6\x3a\xd9\x03\xde\x0b\x00\x38\xe7\xc1\x15\x17\x9f\x5d\xcf\x9c\x5b\x91\x3f\x73\x67\xd9\x29\xf4\xe5\xe3\x33\x00\x00\xff\xff\x09\x41\xfe\xdd\x32\x01\x00\x00" func stakingcollectionScriptsGet_all_delegator_infoCdcBytes() ([]byte, error) { return bindataRead( @@ -5605,11 +5584,11 @@ func stakingcollectionScriptsGet_all_delegator_infoCdc() (*asset, error) { } info := bindataFileInfo{name: "stakingCollection/scripts/get_all_delegator_info.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x61, 0xbc, 0xe9, 0xa, 0xd, 0xd8, 0x3e, 0x8b, 0x75, 0x60, 0x29, 0xdf, 0x8, 0xba, 0x2, 0xf2, 0xbb, 0xe3, 0x73, 0x8b, 0xed, 0x4a, 0xcc, 0x91, 0x4b, 0xa5, 0x5f, 0x2c, 0xe8, 0x7e, 0xf4, 0x11}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x9, 0xeb, 0xfc, 0x27, 0x47, 0x1c, 0x8, 0xe3, 0x67, 0x7b, 0xa8, 0x85, 0x38, 0x15, 0xce, 0xf8, 0xba, 0x4b, 0xe9, 0xf9, 0x39, 0xd9, 0x5d, 0x12, 0x23, 0x93, 0x7c, 0xf5, 0x8a, 0x8e, 0x6c, 0xf3}} return a, nil } -var _stakingcollectionScriptsGet_all_node_infoCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x90\x31\x4b\x43\x41\x10\x84\xfb\xfb\x15\xc3\xab\xf2\x9a\xbc\x3e\x5d\x50\x94\x34\x36\xda\x89\xc5\xfa\x6e\x2f\x1e\xee\xed\xca\xde\x06\x11\xf1\xbf\x0b\xf1\xa9\x11\xd3\x0d\x3b\xf3\x31\xc3\xd6\xf6\x62\x1e\xb8\x12\x7b\xbd\x0d\x7a\xae\xba\xbf\x30\x11\x9e\xa3\x9a\xa2\xb8\x35\x0c\x67\xbd\x21\x9d\x90\xbb\xcb\x3b\x7a\x14\x5e\x42\x27\xd8\x5f\x63\x48\x69\x9a\x26\x5c\x73\x74\x90\x82\xdc\xe9\x0d\x56\x40\x22\x88\x27\x86\x5a\x66\x34\x0e\xca\x14\x84\x62\x7e\xbc\x74\xf4\x30\xe7\x8c\xaa\xc7\x54\x5f\x5a\xe6\x9f\x2d\x29\xd1\x3c\x73\xef\x2b\x12\x19\x51\x0e\x8a\x46\x55\x57\x94\xb3\x73\xef\x1b\x6c\xbf\xc4\xb8\xc1\xfd\xff\x51\xeb\x1b\xcb\xbc\xd3\x62\x0f\x78\x4f\x00\xe0\x1c\x07\xd7\xf3\x1f\x59\xef\x39\xb6\x22\xdf\xc8\x6f\xc5\x22\xc6\xf4\xf1\x19\x00\x00\xff\xff\xcd\xc4\xa0\x99\x51\x01\x00\x00" +var _stakingcollectionScriptsGet_all_node_infoCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8f\x3d\x4b\x43\x51\x0c\x86\xf7\xf3\x2b\x5e\xee\xd4\xbb\xf4\xee\xdd\x8a\xa2\x74\x71\xd1\x4d\x1c\xe2\x3d\x39\xf5\x60\x6e\x22\x49\x8a\x88\xf8\xdf\x85\xb6\x7e\x80\x6e\x2f\xc9\x93\x3c\x49\x5f\x5e\xcc\x13\xc3\x95\xd8\xeb\x6d\xd2\x73\xd7\xfd\x85\x89\xf0\x9c\xdd\x74\x28\xbf\xdb\xbb\xcb\x3b\x7a\x14\x3e\x53\x43\x29\xd3\x34\xe1\x9a\x33\x40\x0a\x72\xa7\x37\x58\x03\x89\x20\x9f\x18\x6a\x95\xb1\x70\x52\xa5\x24\x34\xf3\x63\x25\x10\x69\xce\x15\x5d\x8f\x54\x9c\x96\x61\xfe\x76\x96\x42\xf3\xcc\x11\x2b\x12\x19\xd1\x0e\x8a\x85\xba\xae\xa8\x56\xe7\x88\x0d\xb6\xa7\x30\x6e\x70\xff\xf7\xa8\xf5\x8d\x55\xde\x69\xb3\x07\xbc\x17\x00\x70\xce\x83\x2b\xfe\xfd\x6e\xbd\xe7\xdc\x8a\x7c\x8d\xfc\x28\xce\x61\x2c\x1f\x9f\x01\x00\x00\xff\xff\x9a\x44\x49\x66\x1e\x01\x00\x00" func stakingcollectionScriptsGet_all_node_infoCdcBytes() ([]byte, error) { return bindataRead( @@ -5625,11 +5604,11 @@ func stakingcollectionScriptsGet_all_node_infoCdc() (*asset, error) { } info := bindataFileInfo{name: "stakingCollection/scripts/get_all_node_info.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x11, 0x1b, 0xdc, 0xc0, 0x18, 0xba, 0x5a, 0xa1, 0x59, 0xc9, 0x67, 0x12, 0x85, 0xb0, 0xda, 0x24, 0xdd, 0x74, 0x94, 0xbd, 0xbb, 0xbe, 0x46, 0xdd, 0x56, 0x2c, 0x3f, 0x4d, 0x4e, 0x6a, 0xe8, 0x7b}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x3e, 0xd9, 0xa7, 0x68, 0x2b, 0x9, 0x20, 0x50, 0x45, 0xa4, 0xe2, 0x2, 0xca, 0x36, 0x86, 0xb0, 0x2f, 0x10, 0xf2, 0x46, 0xc, 0x38, 0x98, 0x50, 0xa7, 0xaf, 0xce, 0x75, 0x52, 0x87, 0x2a, 0xe4}} return a, nil } -var _stakingcollectionScriptsGet_delegator_idsCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8f\xbd\x6a\xc4\x40\x0c\x84\xfb\x7d\x8a\xe1\xaa\x73\x73\xee\xaf\x0b\x31\x01\xb7\x49\x19\x52\x88\x5d\xd9\x59\x22\xaf\x82\x24\x13\x42\xc8\xbb\x07\xec\xfc\x15\xee\x06\x06\xcd\xf7\xa9\x2e\xaf\x6a\x81\x3b\xd1\xb7\x87\xa0\x97\xda\xe6\x5b\x15\xe1\x1c\x55\x1b\x26\xd3\x05\xa7\xc3\xee\x94\x52\xdf\xf7\xb8\xe7\x58\xad\x39\xa8\x81\xcc\xe8\x1d\x3a\x81\x44\x10\xcf\x8c\xc2\xc2\x33\x85\x1a\xc6\xc1\xe1\xa1\xc6\x05\xb5\x6d\x9d\xef\x7b\xc8\xbf\x83\x29\x51\xce\xec\x7e\x26\x91\x0e\xd3\xda\xb0\x50\x6d\x67\x2a\xc5\xd8\xfd\x8a\x9b\x3d\x74\x57\x3c\x1e\x0a\x5d\x86\x1f\xdc\x38\xf8\x13\x3e\x12\x00\xd8\xa6\x77\xfc\xdd\x65\xe6\xf8\x7f\xf3\x87\xfa\x0e\x5d\xfa\xfc\x0a\x00\x00\xff\xff\x7b\xbc\xfe\x64\x1e\x01\x00\x00" +var _stakingcollectionScriptsGet_delegator_idsCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8e\x31\x4b\xc5\x40\x10\x84\xfb\xfb\x15\x43\xaa\xa4\x31\x7d\x3a\x31\x08\x69\xb5\x14\x8b\xe5\x6e\x13\x0f\x37\x77\xb2\xbb\x41\x44\xfc\xef\x42\xa2\xef\xbd\x22\xdd\xc0\x30\xf3\x7d\x79\xfd\xa8\xea\x68\x1e\xa5\x7e\x3e\x3b\xbd\xe7\xb2\x3c\x54\x11\x8e\x9e\x6b\x69\x42\xe8\xfb\x1e\x4f\xec\x9b\x16\x03\x15\x90\x2a\x7d\xa1\xce\x20\x11\xf8\x1b\x23\xb1\xf0\x42\x5e\x15\xd3\x68\x30\xaf\xca\x09\xb9\xec\x9d\x1d\x7f\x88\x97\xc3\x10\x28\x46\x36\x6b\x49\xa4\xc3\xbc\x15\xac\x94\x4b\x4b\x29\x29\x9b\x0d\xb8\x3f\x42\x37\xe0\xe5\x54\xe8\x6e\xfc\xc7\x4d\xa3\xbd\xe2\x3b\x00\x80\xee\x7a\x38\x1f\x2c\xec\xb7\x9b\x2b\xea\x2f\x74\xe1\xe7\x37\x00\x00\xff\xff\x05\xd1\xd6\xde\x03\x01\x00\x00" func stakingcollectionScriptsGet_delegator_idsCdcBytes() ([]byte, error) { return bindataRead( @@ -5645,11 +5624,11 @@ func stakingcollectionScriptsGet_delegator_idsCdc() (*asset, error) { } info := bindataFileInfo{name: "stakingCollection/scripts/get_delegator_ids.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x2c, 0x35, 0xab, 0x54, 0x9e, 0x17, 0xc5, 0x8d, 0xcb, 0x10, 0x21, 0xe1, 0x7c, 0x59, 0xcb, 0xec, 0x18, 0xbf, 0x66, 0xb7, 0x4f, 0x38, 0xc, 0x32, 0x7f, 0x8b, 0x9e, 0x82, 0x19, 0x52, 0xc, 0xbe}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x90, 0xc3, 0xca, 0x19, 0xb1, 0x61, 0x81, 0x6d, 0x13, 0x79, 0x34, 0xba, 0x60, 0x37, 0x18, 0xcf, 0x8d, 0xdd, 0x13, 0xe6, 0x80, 0x6, 0xcc, 0x82, 0xb7, 0xf6, 0xba, 0x67, 0x38, 0x3c, 0x43, 0xe0}} return a, nil } -var _stakingcollectionScriptsGet_does_stake_existCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x90\xc1\x6a\xf3\x30\x10\x84\xef\x7a\x8a\xc1\xa7\x18\xc2\x6f\xf8\x7b\xf3\xa5\xb4\x4d\x0b\x3e\x27\x7d\x00\x55\x5a\xb9\x4b\xd7\xda\x20\x29\xb4\x50\xfa\xee\xc5\xb1\xc1\xae\xc9\x49\xd2\xce\xce\x7c\x83\x78\x38\x6b\x2a\x78\x11\xfd\x3c\x16\xfb\xc1\xb1\x7f\x52\x11\x72\x85\x35\x22\x24\x1d\x50\xdd\xd4\x2a\xb3\x72\x76\x87\x93\x7d\x13\x9a\x97\x56\xb6\xbf\x42\x65\x4c\xd3\x34\x38\x91\x48\x06\x07\x94\x77\x42\x3e\x93\xe3\xc0\xe4\x11\xd5\x13\x34\xc1\x93\x50\x6f\x8b\x26\xd0\x17\xe7\x92\xc1\x71\xda\x9c\xd3\xdd\xd2\xef\x1a\x17\x34\x6d\x92\xac\xf7\x89\x72\x36\xc6\x3a\x47\x39\xef\xac\x48\x8d\x70\x89\x18\x2c\xc7\xdd\xac\xb6\x78\x98\x2e\xfb\x2b\xb9\x3b\xb4\x38\x96\xc4\xb1\xdf\x2f\x0d\xc6\xe1\x6b\x17\xcb\xdd\xff\xfb\xba\xc5\xa3\xaa\xe0\xdb\x00\x40\xa2\x72\x49\xf1\xf6\xaf\xfd\xf3\x4a\x79\x9c\xd2\xf3\xd8\x7f\xe1\xd9\x2d\x6f\x3a\x37\xbc\xd5\xa3\x36\x3f\xbf\x01\x00\x00\xff\xff\xa0\xc3\x2f\x2d\x9f\x01\x00\x00" +var _stakingcollectionScriptsGet_does_stake_existCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x90\x41\x4b\xc3\x40\x10\x85\xef\xfb\x2b\x1e\x39\x35\x50\x0c\xe8\x2d\x17\x51\xab\x90\x73\xeb\x0f\x58\xb3\x93\x38\x38\xdd\x29\x3b\x53\x14\xc4\xff\x2e\x69\x8a\x2d\xc1\xd3\xee\xbe\xf7\x78\xdf\x63\x79\x7f\xd0\xe2\xa8\x5e\x44\x3f\xb7\x1e\x3f\x38\x8f\x4f\x2a\x42\xbd\xb3\xe6\x2a\x5c\xdb\xdd\x66\x17\xdf\x84\xce\xa9\x2a\x84\xa6\x69\xb0\x23\x11\x03\x0f\xf0\x77\x82\x1d\xa8\xe7\x81\x29\x21\x6b\x22\x68\x41\x22\xa1\x31\xba\x16\xd0\x17\x9b\x1b\x38\xcf\xc9\xb9\x04\xfd\x1f\x0b\xa7\xba\x41\xcb\xa2\x29\xa6\x54\xc8\x2c\x84\xd8\xf7\x64\xb6\x8a\x22\x35\x86\x63\xc6\x3e\x72\x5e\x9d\xdd\x16\x0f\xf3\x65\x7d\x22\x77\x9b\x16\x5b\x2f\x9c\xc7\xf5\x65\xc1\x24\xbe\x76\xd9\xef\x6e\xef\xeb\x16\x8f\xaa\x82\xef\x00\x00\x85\xfc\x58\x32\xfe\xfd\x81\x9b\xa4\x64\x93\x4a\xcf\xd3\xfe\x0b\x2f\x2e\x79\xf3\xb9\xe0\x5d\x3d\xea\xf0\xf3\x1b\x00\x00\xff\xff\x4f\x57\x50\x7b\x6c\x01\x00\x00" func stakingcollectionScriptsGet_does_stake_existCdcBytes() ([]byte, error) { return bindataRead( @@ -5665,11 +5644,11 @@ func stakingcollectionScriptsGet_does_stake_existCdc() (*asset, error) { } info := bindataFileInfo{name: "stakingCollection/scripts/get_does_stake_exist.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x4, 0xb, 0x6f, 0x8c, 0x94, 0xdc, 0x94, 0x55, 0x5, 0x3d, 0xa0, 0x77, 0x92, 0x7, 0xba, 0x57, 0xbd, 0x9e, 0x52, 0x3f, 0x15, 0x13, 0x69, 0x71, 0x5, 0x3, 0xa5, 0x1c, 0x2a, 0xe6, 0xa2, 0xa4}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xe3, 0xc4, 0x71, 0x6f, 0xd, 0xe4, 0x19, 0x18, 0x76, 0xfc, 0x44, 0x9f, 0x86, 0x77, 0x12, 0xb2, 0xb0, 0xc3, 0xde, 0x22, 0x7f, 0x6, 0xc7, 0xa0, 0xba, 0x72, 0xbe, 0x38, 0x3, 0xae, 0xc8, 0xbc}} return a, nil } -var _stakingcollectionScriptsGet_locked_tokens_usedCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8f\xb1\x4e\xec\x40\x0c\x45\xfb\xf9\x8a\xab\xad\x92\xe6\xa5\x79\xa2\x48\x87\x90\x52\xd1\xb1\xfb\x01\xd6\x8c\x37\x3b\x8a\x63\xa3\xb1\xa3\x05\x21\xfe\x1d\x91\x05\xd1\x6c\x7d\xe4\xe3\x73\xeb\xfa\x6a\x2d\x30\x89\x5d\x5f\x82\x96\xaa\xf3\x93\x89\x70\x8e\x6a\x8a\x73\xb3\x15\x87\xbb\xec\x90\xd2\x30\x0c\x38\xb2\x88\xe3\x62\x57\xac\xa4\xef\x10\xcb\x0b\x17\x84\x2d\xac\x8e\xb8\x30\x28\x67\xdb\x34\x50\x1d\x9b\x57\x9d\xf7\xab\xc9\xda\x37\x6c\x0c\xbf\x79\x91\xff\x9e\xaa\x15\x76\x90\x16\x14\x16\x9e\x29\xac\x79\x4a\x94\x33\xbb\x77\x24\xd2\xe3\xbc\x29\x56\xaa\xda\xfd\xc8\x47\x3c\x96\xd2\xd8\xbd\x1f\x71\x9a\xea\xdb\xc3\x7f\x7c\x24\x00\x68\x1c\x5b\xd3\xfb\xe3\xfe\xcd\x1c\xcf\x7b\xee\x71\xaf\x3d\x39\x97\x8e\x6e\x9e\xf1\x37\xbb\x4f\x9f\x5f\x01\x00\x00\xff\xff\x7c\x03\x2f\x67\x21\x01\x00\x00" +var _stakingcollectionScriptsGet_locked_tokens_usedCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\xcf\xb1\x4e\xc3\x40\x0c\xc6\xf1\xfd\x9e\xe2\x53\xa7\x64\x21\x0b\x62\xc8\x86\x90\x32\xb1\xd1\x3e\x80\x75\x67\xd2\x53\x1c\x1b\x9d\x1d\x15\x84\x78\x77\x44\x0a\x4c\x9d\x2d\xff\xf4\xff\xea\xfa\x66\x2d\x70\x98\xc4\x2e\x2f\x41\x4b\xd5\xf9\xc9\x44\x38\x47\x35\x3d\xa4\x34\x0c\x03\x8e\x2c\xe2\x38\xdb\x05\x2b\xe9\x07\xc4\xf2\xc2\x05\x61\x0b\xab\x23\xce\x0c\xca\xd9\x36\x0d\x54\xc7\xe6\x55\xe7\xfd\x6b\xb2\xf6\x73\x6c\x0c\xbf\xba\xc8\xff\x30\xd4\x0a\x3b\x48\x0b\x0a\x0b\xcf\x14\xd6\x3c\x25\xca\x99\xdd\x3b\x12\xe9\xf1\xba\x29\x56\xaa\xda\xfd\xe2\x23\x1e\x4b\x69\xec\xde\x8f\x38\x4d\xf5\xfd\xe1\x1e\x9f\x09\x00\x1a\xc7\xd6\x14\x37\x07\xdc\xcd\x1c\xcf\x7b\xee\x71\xaf\x3d\x39\x97\x8e\xae\xce\xf8\x97\xdd\xa7\xaf\xef\x00\x00\x00\xff\xff\x8c\xfb\xa6\xdc\x06\x01\x00\x00" func stakingcollectionScriptsGet_locked_tokens_usedCdcBytes() ([]byte, error) { return bindataRead( @@ -5685,11 +5664,11 @@ func stakingcollectionScriptsGet_locked_tokens_usedCdc() (*asset, error) { } info := bindataFileInfo{name: "stakingCollection/scripts/get_locked_tokens_used.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x88, 0xc, 0xfb, 0x97, 0x66, 0x4b, 0x65, 0x92, 0x16, 0xae, 0xa2, 0x40, 0x46, 0xe3, 0xed, 0x54, 0x24, 0x26, 0x91, 0x9f, 0x43, 0x2, 0x56, 0xb6, 0x5e, 0x20, 0x64, 0xb9, 0x16, 0xd4, 0x6a, 0xd9}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x5c, 0x63, 0xe1, 0xaa, 0x1a, 0xe9, 0x5a, 0x4d, 0xa9, 0x73, 0xa5, 0x44, 0x10, 0x76, 0x47, 0xef, 0x1d, 0xef, 0x38, 0x6a, 0x82, 0x1a, 0xea, 0x22, 0xb2, 0x4, 0xca, 0x23, 0x43, 0x8, 0x19, 0x1e}} return a, nil } -var _stakingcollectionScriptsGet_machine_account_addressCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8f\xbb\x6a\xeb\x40\x10\x86\xfb\x7d\x8a\x1f\x37\x47\x82\x43\xd4\x0b\x4c\x30\x09\x09\x2e\x52\xb9\x0c\x29\x96\xd5\xac\x3c\x64\x35\x6b\x76\x46\xa4\x08\x7e\xf7\x60\x5d\x4c\x2e\xde\x72\xff\xdb\x37\x3c\x9c\x72\x31\x3c\xa5\xfc\x71\x30\xff\xce\xd2\x3f\xe4\x94\x28\x18\x67\x41\x2c\x79\xc0\xe6\xa6\xb6\x71\xae\x69\x1a\x3c\x93\x29\xec\x48\x18\x7c\x38\xb2\x10\x7c\x08\x79\x14\x83\xef\xba\x42\xaa\x88\xb9\xc0\x43\x4f\x14\x38\x72\x80\xe4\x8e\xa6\x20\x0b\xbc\xac\xee\x7f\x0a\x9d\x07\x10\xae\x0b\xce\xf9\x10\x48\xb5\xf2\x29\xd5\x88\xa3\x60\xf0\x2c\xd5\x12\x69\xb1\x9b\x17\xfe\x4f\x9d\xfb\xc7\x16\x07\x2b\x2c\x7d\x7d\x55\xee\xf1\xe9\x00\x20\x91\xad\x78\xbb\x39\xac\xd8\xde\xbe\xf8\xae\x27\x7b\xf9\x69\xad\x96\x4b\xda\x15\xb6\x76\x53\x2b\xc7\xa9\x78\xf9\xdc\x4b\xcc\xd8\xfe\x9e\x79\x9d\xd1\xde\x16\x90\xcb\x2b\x64\x63\x91\xef\xb1\xcb\xe6\x42\x5c\xd5\x93\xef\x0c\x4a\x4a\x7f\x43\xc2\x69\xd6\xdd\xd9\x7d\x05\x00\x00\xff\xff\x9e\xf8\xd0\x7c\xb8\x01\x00\x00" +var _stakingcollectionScriptsGet_machine_account_addressCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8f\x3f\x6b\xc3\x30\x10\xc5\x77\x7d\x8a\x47\x96\xda\x50\xea\xdd\x10\x4a\x68\x69\xc9\xd0\x29\x63\xe9\x20\xe4\xb3\x73\x54\x3e\x05\xdd\x99\x0e\x25\xdf\xbd\xc4\x96\x43\xff\x69\xd4\xdd\x7b\xbf\xdf\xf1\x78\x4a\xd9\xb0\x79\x8a\xe9\xe3\x60\xfe\x9d\x65\x78\x48\x31\x52\x30\x4e\xb2\x71\xae\x69\x1a\x3c\x93\x29\xec\x48\x18\x7d\x38\xb2\x10\x7c\x08\x69\x12\x83\xef\xba\x4c\xaa\xe8\x53\x86\x87\x9e\x28\x70\xcf\x01\x92\x3a\x9a\x83\x2c\xf0\xb2\x6e\xdf\x28\x74\x01\x20\x5c\x09\xce\xf9\x10\x48\xb5\xf2\x31\xd6\xe8\x27\xc1\xe8\x59\xaa\x12\x69\xb1\x5b\x08\xb7\x73\xe7\xfe\xb1\xc5\xc1\x32\xcb\x50\x5f\x27\xf7\xf8\x74\x00\x10\xc9\x56\xbd\xdd\x12\x56\x6c\xf1\xef\x55\x77\x03\xd9\xcb\xcf\xd5\xaa\x5c\xd2\xae\xb2\xb5\x9b\x5b\xb9\x9f\x8b\xcb\xe7\x5e\xfa\x84\xed\x6f\xcc\xeb\xa2\xf6\x56\x44\x2e\x2f\x93\x4d\x59\xbe\xc7\x2e\xcc\x62\x5c\xd5\xf3\xde\x19\x14\x95\xfe\x86\x84\xe3\x32\x77\x67\xf7\x15\x00\x00\xff\xff\x9a\xa7\x11\xf1\x9d\x01\x00\x00" func stakingcollectionScriptsGet_machine_account_addressCdcBytes() ([]byte, error) { return bindataRead( @@ -5705,11 +5684,11 @@ func stakingcollectionScriptsGet_machine_account_addressCdc() (*asset, error) { } info := bindataFileInfo{name: "stakingCollection/scripts/get_machine_account_address.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xb6, 0x37, 0x6c, 0xc0, 0xd6, 0xcf, 0x69, 0x48, 0xd, 0x1b, 0x78, 0xb0, 0x47, 0x86, 0x8c, 0x66, 0xc0, 0x20, 0x9d, 0x87, 0xc5, 0xac, 0x73, 0xe, 0xc2, 0xd4, 0xa, 0x90, 0x65, 0xf0, 0x84, 0xd5}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xcc, 0x2d, 0x25, 0x24, 0x4e, 0xad, 0x58, 0x32, 0xfc, 0x68, 0x4a, 0x5e, 0x67, 0x64, 0x25, 0xe1, 0x32, 0xbb, 0x19, 0xb6, 0x8c, 0xbc, 0xcb, 0x53, 0x72, 0x8, 0x8d, 0xd, 0xc0, 0xa0, 0x99, 0xbd}} return a, nil } -var _stakingcollectionScriptsGet_machine_accountsCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x8f\xb1\x6a\xc3\x40\x10\x44\xfb\xfb\x8a\xc1\x4d\xa4\x26\xea\xd5\x99\x40\x42\x8a\x54\xfe\x82\xe5\xb4\x27\x1f\xb9\xdb\x0d\xb7\x2b\x52\x18\xff\x7b\xc0\xa7\x04\x02\x76\x3d\xf3\x1e\x33\xb9\x7e\x69\x73\xbc\x16\xfd\x3e\x39\x7d\x66\x59\x5f\xb4\x14\x8e\x9e\x55\x90\x9a\x56\x1c\xee\x66\x87\x10\xa6\x69\xc2\x1b\xbb\x81\x4a\x81\x9f\x19\x95\xe2\x39\x0b\x83\x62\xd4\x4d\x1c\xb4\x2c\x8d\xcd\xd8\x90\xb4\x41\x74\x61\xbb\x41\x59\x6e\xf5\xbd\xf6\x64\xb0\x6e\x47\xfc\xd3\x87\x40\x31\xb2\xd9\x40\xa5\x8c\x48\x9b\xa0\x52\x96\x61\x47\x66\x1c\xbb\x7a\x9c\x71\x39\x79\xcb\xb2\xce\xf7\x2f\x3c\x7f\xf4\x4d\xc7\x0e\xbe\x4b\xd2\x2b\x2e\x01\x00\x1a\xfb\xd6\xe4\x01\xb6\xb2\xff\x27\x6d\xd8\xdf\xcc\xbf\xbb\xc7\x70\x0d\x3f\x01\x00\x00\xff\xff\x0c\xe4\x1e\xac\x3e\x01\x00\x00" +var _stakingcollectionScriptsGet_machine_accountsCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x8f\xb1\x4a\xc5\x40\x10\x45\xfb\xfd\x8a\xcb\x6b\x4c\x1a\xd3\x6f\xf7\x10\x14\x0b\xab\xf7\x05\xc3\x66\x92\xb7\xb8\x99\x91\x9d\x09\x16\x21\xff\x2e\x64\xa3\x20\x68\x7f\xcf\xe1\xdc\xbc\x7c\x68\x75\x5c\x9e\x8b\x7e\xde\x9c\xde\xb3\xcc\x4f\x5a\x0a\x27\xcf\x2a\x97\x10\x86\x61\xc0\x0b\xbb\x81\x4a\x81\xdf\x19\x0b\xa5\x7b\x16\x06\xa5\xa4\xab\x38\x68\x1c\x2b\x9b\xb1\x61\xd2\x0a\xd1\x91\xed\x80\xb2\x1c\xf3\x73\xf6\x60\xb0\x66\x47\xfa\xd1\x87\x40\x29\xb1\x59\x47\xa5\xf4\x98\x56\xc1\x42\x59\xba\x13\x89\xb8\x36\x75\x1f\xb1\xdd\xbc\x66\x99\x23\xfe\xcc\x7c\x7c\x6b\x4d\xd7\x06\xbe\xca\xa4\x3b\xb6\x00\x00\x95\x7d\xad\xf2\x0f\x36\xb3\xff\x26\xad\x3b\xdf\xc4\xef\xee\x3e\xec\xe1\x2b\x00\x00\xff\xff\x49\x1b\x2f\x12\x23\x01\x00\x00" func stakingcollectionScriptsGet_machine_accountsCdcBytes() ([]byte, error) { return bindataRead( @@ -5725,11 +5704,11 @@ func stakingcollectionScriptsGet_machine_accountsCdc() (*asset, error) { } info := bindataFileInfo{name: "stakingCollection/scripts/get_machine_accounts.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x4d, 0xfe, 0x63, 0x34, 0x4a, 0x68, 0xf3, 0x2f, 0xff, 0x43, 0xd0, 0xd2, 0xc7, 0x57, 0x2b, 0x2b, 0x9c, 0x1a, 0xd4, 0x96, 0xa0, 0x2e, 0xd8, 0x3a, 0x13, 0x78, 0x34, 0xf8, 0x39, 0x65, 0x45, 0x91}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x4a, 0xba, 0xc4, 0x81, 0xa2, 0xb4, 0x6c, 0x62, 0x83, 0xc6, 0x17, 0x97, 0xba, 0x55, 0xb8, 0xff, 0xfc, 0x25, 0x25, 0x43, 0x1b, 0x7e, 0x58, 0xfc, 0x59, 0xd6, 0x44, 0x59, 0x3d, 0xa3, 0x75, 0x60}} return a, nil } -var _stakingcollectionScriptsGet_node_idsCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8e\x31\x4b\xc4\x40\x10\x85\xfb\xfd\x15\x8f\xab\x2e\x8d\xe9\xaf\x13\x0f\x21\x8d\x85\x29\xc5\x62\xd8\x9d\xc4\xc5\xcd\x8c\xcc\x4c\x10\x11\xff\xbb\x90\x88\xd7\xa4\xfb\x78\x0f\xbe\xf7\xea\xf2\xa1\x16\x78\x6c\xfa\x39\x06\xbd\x57\x99\x1f\xb4\x35\xce\x51\x55\x30\x99\x2e\x38\x1d\x76\xa7\x94\xfa\xbe\xc7\x33\xc7\x6a\xe2\x20\x01\x99\xd1\x17\x74\x02\xb5\x86\x78\x63\x88\x16\xc6\x70\x75\x78\xa8\x71\x41\x95\x2d\xf6\x5d\x85\xfc\xef\x4a\x89\x72\x66\xf7\x33\xb5\xd6\x61\x5a\x05\x0b\x55\x39\x53\x29\xc6\xee\x17\xdc\xef\xd0\x5d\xf0\x32\x86\x55\x99\x5f\xf1\x9d\x00\xc0\xb6\xf5\xe3\xf3\x77\x33\xc7\x93\x16\x1e\xae\x7e\x33\xfd\x41\x97\x7e\x7e\x03\x00\x00\xff\xff\x44\x15\x32\xea\xf8\x00\x00\x00" +var _stakingcollectionScriptsGet_node_idsCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\xce\x31\x4b\xc6\x40\x0c\xc6\xf1\xfd\x3e\xc5\xc3\x3b\xbd\x5d\xec\xde\x4d\x2c\x42\x17\x07\x3b\x8a\x43\xb8\x4b\xeb\xe1\x35\x91\x24\x45\x44\xfc\xee\x42\x2b\xba\xb8\xfd\xc9\xf0\xcb\x53\xb7\x37\xb5\xc0\xe5\xbe\xe9\xfb\x1c\xf4\x5a\x65\xbd\xd3\xd6\x38\x47\x55\xb9\xa4\xd4\xf7\x3d\x1e\x39\x76\x13\x07\x09\xc8\x8c\x3e\xa0\x0b\xa8\x35\xc4\x0b\x43\xb4\x30\xa6\xd1\xe1\xa1\xc6\x05\x55\x8e\xb3\x9f\x14\xf2\xaf\x95\x12\xe5\xcc\xee\x57\x6a\xad\xc3\xb2\x0b\x36\xaa\x72\xa5\x52\x8c\xdd\x07\xdc\x9e\xd1\x0d\x78\x9a\xc3\xaa\xac\xcf\xf8\x4c\x00\x60\xc7\x77\xfc\x3b\xf0\x66\xe5\x78\xd0\xc2\xd3\xe8\x7f\xd2\x4f\x74\xe9\xeb\x3b\x00\x00\xff\xff\xb7\x92\xf1\xef\xdd\x00\x00\x00" func stakingcollectionScriptsGet_node_idsCdcBytes() ([]byte, error) { return bindataRead( @@ -5745,11 +5724,11 @@ func stakingcollectionScriptsGet_node_idsCdc() (*asset, error) { } info := bindataFileInfo{name: "stakingCollection/scripts/get_node_ids.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xc3, 0xee, 0x46, 0xe2, 0xae, 0x7, 0xfa, 0x85, 0xe4, 0x58, 0x3f, 0xf4, 0xc3, 0x68, 0x7, 0xe9, 0x24, 0x83, 0xe2, 0x7, 0x84, 0x8a, 0x19, 0x96, 0xe7, 0x17, 0x22, 0xf9, 0x37, 0x5e, 0x4c, 0xf9}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x41, 0x3f, 0x15, 0x64, 0x20, 0x3, 0xee, 0xa5, 0xd2, 0xf8, 0xd4, 0x32, 0xb7, 0x4, 0x30, 0x5d, 0x71, 0xa8, 0x6b, 0xf2, 0xdd, 0x70, 0xa4, 0x67, 0x94, 0xdb, 0xbb, 0xb9, 0x1a, 0x4d, 0x7d, 0x2d}} return a, nil } -var _stakingcollectionScriptsGet_unlocked_tokens_usedCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8f\x31\x6e\xc3\x30\x0c\x45\x77\x9d\xe2\x23\x93\xbd\xd4\x4b\xd1\xc1\x5b\x51\xc0\x17\x68\x7c\x00\x41\x62\x1c\xc1\x34\x59\x88\x14\xd2\xa2\xe8\xdd\x8b\x26\x29\xb2\x78\x7e\xe0\xe3\xfb\x65\xfb\xd0\xea\x98\x58\x2f\xef\x1e\xd7\x22\xcb\x9b\x32\x53\xf2\xa2\x82\x53\xd5\x0d\x87\x5d\x76\x08\x61\x18\x06\x1c\x89\xd9\x70\xd6\x0b\xb6\x28\x5f\x68\xc2\x9a\x56\xca\x70\x5d\x49\x0c\x7e\x26\xc4\x94\xb4\x89\xa3\x18\x9a\x15\x59\xae\x77\x93\xd6\x3f\x58\x09\x76\x33\x23\x3d\xde\x8a\x66\x32\x44\xc9\xc8\xc4\xb4\x44\xd7\x6a\x21\xc4\x94\xc8\xac\x8b\xcc\x3d\x4e\x4d\xb0\xc5\x22\xdd\x5d\x3e\xe2\x35\xe7\x4a\x66\xfd\x88\x79\x2a\x9f\x2f\xcf\xf8\x0e\x00\x50\xc9\x5b\x95\xfd\x79\x4f\x0b\xf9\x7c\x0f\x3e\x5e\x7b\x67\xa3\xdc\xc5\x9b\x69\xfc\x0f\xef\xc3\x4f\xf8\x0d\x00\x00\xff\xff\x31\xdc\x37\x2c\x26\x01\x00\x00" +var _stakingcollectionScriptsGet_unlocked_tokens_usedCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\xcf\xb1\x4e\xc3\x40\x0c\xc6\xf1\xfd\x9e\xe2\x53\xa7\x64\x21\x0b\x62\xc8\x86\x90\xf2\x02\x34\x0f\x60\xdd\x99\xf4\x14\xc7\x46\x67\x47\x05\x21\xde\x1d\xd1\x16\xa6\xce\x96\x7f\xfa\x7f\x75\x7b\xb7\x16\x38\x4c\x62\xe7\xd7\xa0\xb5\xea\xf2\x62\x22\x9c\xa3\x9a\x1e\x52\x1a\x86\x01\x47\x16\x71\x9c\xec\x8c\x8d\xf4\x13\xbb\x8a\xe5\x95\x0b\xc2\x56\x56\x47\x9c\x18\x94\xb3\xed\x1a\xa8\x8e\xdd\xab\x2e\x97\xbf\xc9\xda\xef\xb1\x31\xfc\x2a\x23\xff\xd3\x50\x2b\xec\x20\x2d\x28\x2c\xbc\x50\x58\xf3\x94\x28\x67\x76\xef\x48\xa4\xc7\xdb\xae\xd8\xa8\x6a\x77\xc3\x47\x3c\x97\xd2\xd8\xbd\x1f\x31\x4f\xf5\xe3\xe9\x11\x5f\x09\x00\x1a\xc7\xde\x14\x77\x27\x3c\x2c\x1c\xf3\x2d\xf8\x78\xe9\x9d\x9d\x4b\x47\x57\x69\xfc\x0b\xef\xd3\x77\xfa\x09\x00\x00\xff\xff\x58\xe5\x04\xce\x0b\x01\x00\x00" func stakingcollectionScriptsGet_unlocked_tokens_usedCdcBytes() ([]byte, error) { return bindataRead( @@ -5765,11 +5744,11 @@ func stakingcollectionScriptsGet_unlocked_tokens_usedCdc() (*asset, error) { } info := bindataFileInfo{name: "stakingCollection/scripts/get_unlocked_tokens_used.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x57, 0x6b, 0x4a, 0x39, 0xdc, 0x90, 0x32, 0xaf, 0x58, 0x89, 0x48, 0x1d, 0x77, 0x1, 0x5, 0x8f, 0xe8, 0xf2, 0xc2, 0x68, 0xf, 0x44, 0xda, 0x36, 0x67, 0x13, 0x46, 0xf, 0x2a, 0x1c, 0x6d, 0xb2}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x67, 0x19, 0x97, 0x5b, 0x31, 0x92, 0xc0, 0x15, 0xd4, 0xc9, 0x2d, 0x81, 0xd1, 0xd3, 0xf6, 0x86, 0x3c, 0x86, 0x80, 0xf, 0xb6, 0xab, 0x1a, 0xac, 0x87, 0x3e, 0x90, 0xcf, 0x81, 0x67, 0xf1, 0x8e}} return a, nil } -var _stakingcollectionSetup_staking_collectionCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xdc\x56\xdf\x4f\xfb\x36\x10\x7f\xcf\x5f\x71\xf4\x81\x25\x52\x9b\xbe\x57\x85\xef\xb6\x7e\x35\x0d\x69\x1a\x68\x20\xf6\x7c\x4d\x2e\x8d\x57\x63\x47\xb6\xd3\x08\x21\xfe\xf7\xc9\xce\x4f\x37\x29\x74\x30\x0d\x69\x7e\x20\xd4\xbe\x5f\x9f\xfb\xf8\xce\xc7\x9e\x0a\xa9\x0c\xfc\x52\x8a\x1d\xdb\x72\x7a\x90\x7b\x12\x90\x29\xf9\x04\x33\x6f\x6f\x16\xb4\x92\x5c\x56\x9e\x54\xfb\xdb\x93\xb8\xf9\xfe\x80\x5b\x4e\xf7\x06\xf7\x4c\xec\x06\xa2\xfe\x41\xa7\xf3\x9b\x4c\xf6\x94\x3a\x3b\xba\x91\x1e\x6e\x79\xb6\x1b\xdd\x8d\xe4\x9c\x12\xc3\xe4\x30\x92\xd1\xd9\x2c\x08\x96\xcb\x25\x3c\xe4\x4c\x83\x51\x28\x34\xd6\x2a\x9a\x8c\x86\xb2\x00\x14\x80\x49\x22\x4b\x61\xc0\x48\x28\x35\x01\x82\x6e\xa2\x4e\x3a\x2b\xce\xc6\x8d\x81\x8a\x71\x0e\x95\x54\x7b\x50\xb4\x43\x95\x72\xd2\x1a\x64\x06\x55\x4e\x26\x27\x05\x26\xa7\x67\xc8\xf1\x60\xad\x28\xda\x95\x1c\x55\x6b\x7e\x0e\x08\xa6\x92\x8b\xd6\x1b\x77\xf0\xc0\xd4\x90\x35\x99\xb2\x98\x3b\x37\x52\x75\x01\xc8\xed\x5f\x94\x18\x0d\xda\x48\x45\x29\x30\x61\x1d\x40\x29\x1a\xdd\xc6\x54\x10\x0c\x81\xbd\x04\x00\x00\x85\xa2\x02\x15\x85\x9a\xed\x04\xa9\x15\x60\x69\xf2\xf0\x67\xa9\x94\xac\x1e\x91\x97\x34\x87\x7b\x23\x15\xee\x68\x0e\x1b\x2c\x70\xcb\x38\x33\x8c\x74\x04\x97\x3f\xd5\x46\x23\x78\x09\x9c\x25\xbb\x2c\xf8\xcc\xfa\x56\x04\x4c\x8b\x1f\x0c\x20\x57\x84\xe9\xf3\x74\xb2\x5a\x35\x96\x41\xed\x3f\xd6\xb5\xb3\x78\xeb\x22\x58\x5f\x4e\x52\x15\x8f\x76\xae\x43\xcb\xec\x6a\x9a\xf5\xb1\x78\x03\xe9\x0e\x4d\x1e\xc1\xd5\x15\x08\xc6\x87\x28\x1a\x24\x1b\x45\x68\x08\x0a\xc5\x0e\xf6\x9b\x0c\xe0\x43\x26\x1d\x87\x35\x2b\x90\x4b\x9e\x92\x02\x14\x69\x9f\xf3\x03\x96\xdc\x78\x26\x39\xb5\x64\xfe\x5a\xcb\x5f\xb5\xa8\x87\xa6\xbb\x14\x30\xad\x4b\x5a\x3b\x3e\xbc\x02\x8b\xff\x64\x26\x4f\x15\x56\x73\xaf\x18\x62\xf7\xb9\x2d\x48\xa1\x85\x68\x19\x1a\x1f\xd7\x8e\xaf\xc3\x53\x27\xc3\xc4\x5c\x8c\x82\xcf\xba\x8a\xfe\x64\xe4\x11\x5c\x76\xdd\x20\x7e\xb4\x89\xba\x0e\x97\x8d\xf6\xb2\xf3\xe2\x0e\xa2\x8b\x53\xbc\x20\x08\xaa\xa0\x6d\x1c\x83\x22\xb7\x34\x14\xa5\x01\x66\x6c\x21\x34\x66\x3d\x23\x2c\xf3\x88\x88\x93\x9c\x92\x7d\x18\x35\x25\x31\x5c\x47\xd7\x52\xe3\x81\xc2\x91\x90\x5d\xeb\xc5\x89\xcb\x97\xb8\x68\x47\xfb\xd3\x56\xec\x6a\x6f\x90\x83\xbf\xea\x93\x3e\x3f\xa9\x61\x7a\x02\x57\x1e\xb0\x49\x8d\x68\xda\x90\x91\x1f\x29\x9f\x91\xa9\xc8\xdb\x79\x05\xe2\x9a\xfe\x17\x79\x15\x8c\x7f\x7d\x3a\x47\xb5\x70\x57\x6e\x39\xd3\x39\x60\xdf\x9e\x9e\xed\xfb\x64\x7b\x53\x9d\xa1\x74\xa2\xf1\xc6\xa3\xd2\xd6\xc7\x41\x6d\xb0\x38\xab\xca\xcf\xef\xd0\x23\x6c\x9f\x4c\x4f\xe4\x27\x63\x2a\xd4\xa2\xce\xce\xd8\xf5\x14\xdc\x31\x8f\x68\xce\xe6\xd0\xf1\x90\x4c\xc4\x38\x41\xdd\x72\x09\xf5\xf3\xe6\xde\xfe\x8c\x14\x89\x84\x5a\xd2\xde\x78\x25\x2d\x4f\xfd\xf6\x1f\x94\xf5\x04\xfd\xf7\xcf\xa6\x07\xf3\xdb\x37\x28\x50\xb0\x24\x9c\x6d\x64\xc9\x53\x10\xd2\xb4\x10\xc7\x78\x7a\xcc\xb3\xe8\xd4\xe4\x60\x9b\xbb\x4c\xeb\x6c\x90\x6a\xc6\x9b\x76\xac\xe9\xe6\xa4\xbe\xc9\xbf\x93\xb9\xb7\xe7\x0b\x7f\xd2\x8c\x7f\x97\xa9\xfb\xdf\xbe\x93\x7d\x7a\x4e\x0a\x79\xb3\xc4\x45\x3b\x4b\x1c\xd7\x97\x43\xb3\x5e\x1c\x87\xc1\x25\xa6\xeb\x1f\xff\xdd\x20\xfc\x77\xdb\xbb\x30\x31\xa6\xa9\x55\xba\x75\xf9\x0c\xd7\x0b\x1b\xd6\x1c\x9e\x30\xc9\x99\xa0\x66\xa0\xbb\x11\x99\x74\xed\xee\xd4\xe5\xf5\x79\x4a\x89\xd3\x0e\x8d\xfc\x02\x96\xbe\xb7\xae\xdf\xc8\x51\x27\x73\x1e\x4f\x3d\x9a\x7f\x48\xd6\x87\x63\x79\x87\xae\x4e\xa7\xe3\xac\x0b\x71\xc8\x4f\xfd\xf7\x35\xf8\x3b\x00\x00\xff\xff\x2f\x57\xf5\xcc\xa6\x0d\x00\x00" +var _stakingcollectionSetup_staking_collectionCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xdc\x56\x5d\x4f\xe3\x3a\x10\x7d\xcf\xaf\x18\xfa\xc0\x4d\xa4\x36\x7d\xaf\x0a\xdc\x7b\x8b\x56\x8b\xb4\x5a\xd0\x82\xd8\xe7\x69\x32\x69\xbc\x35\x76\x64\x3b\x8d\x10\xe2\xbf\xaf\xec\x7c\x37\x29\x74\x61\xb5\x48\xeb\x87\xa6\xb2\x3d\x1f\xe7\x1c\x8f\x3d\xec\x21\x93\xca\xc0\xe4\x53\x2e\x36\x6c\xcd\xe9\x4e\x6e\x49\x4c\xbc\x66\x9a\xcb\x62\x64\xea\xea\xf2\x0e\xd7\x9c\x6e\x0d\x6e\x99\xd8\xb4\x6b\x5f\x64\xb4\xa5\xd8\x19\xe8\xbe\x45\xb5\x75\x25\x39\xa7\xc8\x30\x29\x26\x9e\x37\x9f\xcf\xe1\x2e\x65\x1a\x8c\x42\xa1\xd1\x4d\x83\x26\xa3\x21\xcf\x00\x05\x60\x14\xc9\x5c\x18\x30\x12\x72\x4d\x80\xa0\x4b\x27\x10\x35\x5e\x9c\x8f\x2b\x03\x05\xe3\x1c\x0a\xa9\xb6\xa0\x68\x83\x2a\xe6\xa4\x35\xc8\x04\x8a\x94\x4c\x4a\x0a\x4c\x4a\x8f\x90\xe2\xce\x7a\x51\xb4\xc9\x39\xaa\xda\xfd\x14\x10\x4c\x21\x67\x75\x34\xee\x30\x80\x71\x20\x6c\x3a\x79\x36\x75\x61\xa4\x6a\x12\x90\xeb\x1f\x14\x19\x0d\xda\x48\x45\x31\x30\x61\x03\x40\x2e\x2a\xdb\xca\x95\xe7\x75\x81\x3d\x79\x00\x00\x99\xa2\x0c\x15\xf9\x9a\x6d\x04\xa9\x05\x60\x6e\x52\xff\x7f\xa9\x94\x2c\xee\x91\xe7\x34\x85\x5b\x23\x15\x6e\x68\x0a\x2b\xcc\x70\xcd\x38\x33\x8c\x74\x00\xa7\xff\x95\x4e\x03\x78\xf2\x9c\x27\x3b\x2c\xf8\xc4\xc6\x56\x04\x4c\x8b\x7f\x0c\x20\x57\x84\xf1\xe3\x38\x59\xb5\x19\x4b\xa0\x8c\x1f\xea\x32\x58\xb8\x76\x19\x2c\x4f\x47\xa5\x0a\x07\x33\xe7\x7e\xa2\xe4\xc3\x02\x8e\xdc\x5e\x41\xba\x41\x93\x06\x70\x76\x06\x82\xf1\x2e\x8a\x0a\xc9\x4a\x11\x1a\x82\x4c\xb1\x9d\xfd\x46\x1d\xf8\x90\x48\xa7\x61\xa9\x0a\xa4\x92\xc7\xa4\x00\x45\xdc\x72\xbe\xc3\x9c\x9b\x9e\x4b\x4e\xb5\x98\x9f\xcb\xfd\x67\x35\xea\xae\xeb\x86\x02\xa6\x75\x4e\x4b\xa7\x47\xaf\x18\xc2\xef\xcc\xa4\xb1\xc2\x62\x0a\xdd\xe3\x1d\xba\xcf\x75\x46\x0a\x2d\x44\xab\xd0\x70\xb9\x0c\x7c\xee\x1f\x5a\xe9\x12\x73\x32\x48\x3e\xa9\x8b\xef\xbd\x99\x07\x70\xda\x14\x72\x78\x6f\x89\x3a\xf7\xe7\x95\xf5\xbc\x89\xe2\x16\x82\x93\x43\xba\x20\x08\x2a\xa0\xd2\x16\x5a\x71\x9d\x0c\x59\x6e\x80\x19\x5b\x08\x95\xdb\x9e\x13\x96\xf4\x84\x08\xa3\x94\xa2\xad\x1f\x54\x25\xd1\x1d\x7b\xc7\x52\xe3\x8e\xfc\xc1\x26\x3b\x96\xb3\x03\x87\x2f\x72\xd9\x0e\xe6\xc7\xbd\xd8\x51\x9f\x20\x07\x7f\xd1\x92\x3e\x3d\x68\x61\x5a\x01\x17\x3d\x60\xa3\x16\xc1\xb8\x23\x23\xdf\x52\x3e\x03\x57\x41\x6f\xe6\x19\x88\x6b\xfa\x2b\x78\x15\x8c\x7f\x3c\x9d\x83\x5a\xb8\xc9\xd7\x9c\xe9\x14\xb0\xbd\x9e\x1e\xed\xfb\x64\xef\xa6\x92\xa1\x78\xe4\xe2\x0d\x07\xa5\xad\xf7\x93\x5a\x61\x76\x54\x95\x1f\x7f\x43\x0f\xb0\xbd\x93\x9e\xa0\x4f\xc6\x58\xaa\x59\xc9\xce\x30\xf4\x18\xdc\xa1\x8e\x68\x8e\xd6\xd0\xe9\x10\x8d\xe4\x38\x22\xdd\x7c\x0e\xe5\xf3\xe6\xde\xfe\x84\x14\x89\x88\x6a\xd1\x5e\x78\x25\xad\x4e\xed\xf4\x37\x4a\x5a\x81\xfe\xfc\xb3\xd9\x83\x79\x71\x01\x19\x0a\x16\xf9\x93\x95\xcc\x79\x0c\x42\x9a\x1a\xe2\x10\x4f\x8b\x79\x12\x1c\xea\x1c\xec\xe5\x2e\xe3\x92\x0d\x52\x55\x7b\x53\xb7\x35\x4d\x9f\xd4\x5e\xf2\xaf\x30\xf7\x72\x7f\xd1\x6f\x1e\xc3\xaf\x32\x76\xff\xed\x3b\xd9\xd2\x73\x70\x53\xaf\x97\x38\xa9\x7b\x89\xfd\xfa\x72\x68\x96\xb3\xfd\x34\xb8\xc4\x78\xf9\xef\xef\x4d\xa2\xff\x6e\xf7\x0e\x4c\x88\x71\x6c\x8d\xae\x1d\x9f\xfe\x72\x66\xd3\x9a\xc2\x03\x46\x29\x13\x54\x35\x74\x57\x22\x91\xee\xba\x3b\x74\x78\xfb\x3a\xc5\xc4\x69\x83\x46\x7e\x80\x4a\x97\x75\xe8\x17\x38\x6a\xf6\x1c\xa7\x53\x8b\xe6\x17\xc5\x7a\x73\x2e\xaf\xc8\xd5\xd8\x34\x9a\x35\x29\x76\xf5\x29\x7f\x9f\xbd\x9f\x01\x00\x00\xff\xff\x55\xca\xc8\x92\x3f\x0d\x00\x00" func stakingcollectionSetup_staking_collectionCdcBytes() ([]byte, error) { return bindataRead( @@ -5785,11 +5764,11 @@ func stakingcollectionSetup_staking_collectionCdc() (*asset, error) { } info := bindataFileInfo{name: "stakingCollection/setup_staking_collection.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xc6, 0x8f, 0xd5, 0x44, 0x8b, 0x79, 0x97, 0x70, 0x5e, 0x2a, 0xd, 0xcd, 0x70, 0xb3, 0x50, 0xdb, 0x48, 0xaa, 0x31, 0xa6, 0xeb, 0xb3, 0x2, 0xb6, 0xeb, 0xdf, 0xee, 0xac, 0xe2, 0x1e, 0xd1, 0x58}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x56, 0x91, 0xa6, 0x84, 0xcf, 0xd2, 0xf2, 0x9f, 0x32, 0xd6, 0x3a, 0xfa, 0xa9, 0x6f, 0xa4, 0xe, 0xd3, 0x54, 0x15, 0xc6, 0x5b, 0x81, 0x3c, 0x8, 0x3, 0xd, 0xb7, 0x56, 0xbc, 0x2b, 0x58, 0x22}} return a, nil } -var _stakingcollectionStake_new_tokensCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x92\x4f\x6f\xd3\x40\x10\xc5\xef\xfe\x14\x4f\x3d\x54\xb6\x14\x25\x12\x20\x0e\x11\x10\x41\xa1\x52\x0f\xfc\x11\x69\xb9\x6f\xed\xb1\xb3\xca\x7a\xc7\x9a\x1d\xe3\x20\xd4\xef\x8e\xbc\x4b\xe2\xaa\x31\x12\x97\xee\xc1\xeb\x9d\x1d\xff\xe6\xcd\xf8\xd9\xb6\x63\x51\x5c\x3b\x1e\xb6\x6a\xf6\xd6\x37\x57\xec\x1c\x95\x6a\xd9\xa3\x16\x6e\x71\x31\x7b\x77\x91\x65\xab\xd5\x0a\x57\xdc\xb6\x56\x03\x3c\x0d\x50\xde\x93\x0f\x50\x46\x50\xb3\x27\xd4\x2c\xd0\x1d\x21\x74\x54\xda\xda\x52\x05\xcf\x15\x81\x05\x15\x39\x6a\x8c\xb2\xc0\xfa\x94\x92\xf0\x28\x4f\xfc\x48\xbf\xdd\xd1\x91\x1a\xa5\x8c\xa9\x8e\xcb\x3d\x55\xf8\x69\x7a\xa7\x30\x42\xe8\x03\x55\xa8\xad\x04\x5d\xc0\xd6\xb0\x0a\x3a\xd8\xa0\x21\x12\x6a\x76\x8e\x07\xaa\x70\xff\x2b\x7e\xfd\x94\xd6\xfb\xc7\xbc\x2c\x53\x31\x3e\x98\xa8\x20\x1f\xd5\xde\x7c\x5c\x63\xab\x62\x7d\xb3\x98\x54\x8f\xc1\xbb\x1b\xaf\x2f\x5f\x6c\x16\x30\x2d\xf7\x5e\xd7\xb8\xbb\xb6\x87\xd7\xaf\x0a\xfc\xce\x00\x20\x3e\x1c\xe9\xb1\xb3\x69\x70\xdf\xa9\x5e\xc3\xf4\xba\xcb\x67\xe7\xba\x9c\x5e\xbf\x0e\x9e\xa4\xc0\xe5\x7c\xde\x59\x24\x8b\x35\x3b\xa1\xce\x08\xe5\xa6\x2c\x93\xae\x58\xea\x03\x8b\xf0\xf0\xc3\xb8\x9e\x0a\x5c\xbe\x4f\x77\x47\xad\xe3\x0a\xe4\xea\xe5\x9c\x56\xbc\xc5\x5f\xd4\x32\x28\x8b\x69\x68\x79\x1f\x61\x6f\x9e\xa3\x87\x77\xf9\xf8\x67\xd6\xf3\x76\x3c\x4f\xdf\x26\x45\xdf\x8c\xee\x8a\x53\x2b\xe3\xda\x6c\xd0\x19\x6f\xcb\x7f\xe8\x6b\x48\xa7\xd3\x67\x1b\x82\xf5\xcd\x27\x11\x96\xdc\x5b\x57\x24\xd4\x43\x9a\x27\x1d\xa8\xec\x95\xfe\x67\x54\x31\x48\x5f\x68\xb8\x8d\x26\x3b\xf9\x27\xed\x4f\xfc\xf3\xe8\x30\x79\x28\xed\xc7\xfa\x0f\xd9\x9f\x00\x00\x00\xff\xff\xdc\x5a\x9c\x30\x9d\x03\x00\x00" +var _stakingcollectionStake_new_tokensCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x92\x4f\x6f\xd3\x40\x10\xc5\xef\xfe\x14\x4f\x3d\x54\xb6\x14\x25\x12\x20\x0e\x11\x10\x41\xa1\x52\x0f\xfc\x11\x69\xb9\x6f\xed\xb1\xb3\xca\x7a\xc7\x9a\x1d\xe3\x20\xd4\xef\x8e\xbc\x8b\xe3\xaa\x04\x29\x97\xee\xc1\xeb\x1d\x8f\x7f\xf3\x66\xf6\xd9\xb6\x63\x51\x5c\x5c\x3b\x1e\xb6\x6a\xf6\xd6\x37\x57\xec\x1c\x95\x6a\xd9\x5f\x64\xd9\x6a\xb5\xc2\x15\xb7\xad\xd5\x00\x4f\x03\x94\xf7\xe4\x03\x94\x11\xd4\xec\x09\x35\x0b\x74\x47\x08\x1d\x95\xb6\xb6\x54\xc1\x73\x45\x60\x41\x45\x8e\x1a\xa3\x2c\xb0\x3e\xa5\x24\x3c\xca\x23\x3f\xd2\x6f\x77\x34\x51\x6b\xe1\x36\xa6\x3a\x2e\xf7\x54\xe1\xa7\xe9\x9d\xc2\x08\xa1\x0f\x54\xa1\xb6\x12\x74\x01\x5b\xc3\x2a\xe8\x60\x83\x86\x48\xa8\xd9\x39\x1e\xa8\xc2\xfd\xaf\xf8\xf7\x53\x5a\xef\x1f\xf3\xb2\x4c\xc5\xf8\x60\xa2\x82\x7c\x54\x7b\xf3\x71\x8d\xad\x8a\xf5\xcd\x62\x56\x3d\x06\xef\x6e\xbc\xbe\x7c\xb1\x59\xc0\xb4\xdc\x7b\x5d\xe3\xee\xda\x1e\x5e\xbf\x2a\xf0\x3b\x03\x80\xf8\x70\xa4\x53\x67\xf3\xe0\xbe\x53\xbd\x86\xe9\x75\x97\x9f\x9c\xeb\x72\x7e\xfd\x3a\x78\x92\x02\x97\xa7\xf3\xfe\x89\x64\xb1\x66\x27\xd4\x19\xa1\xdc\x94\x65\xd2\x15\x4b\x7d\x60\x11\x1e\x7e\x18\xd7\x53\x81\xcb\xf7\xe9\xdb\xa4\x75\x5c\x81\x5c\xbd\x3c\xa5\x15\x6f\xf1\x17\xb5\x0c\xca\x62\x1a\x5a\xde\x47\xd8\x9b\xe7\xe8\xe1\x5d\x3e\xde\xcc\x1a\x67\xa6\x6f\x93\xa2\x6f\x46\x77\xc5\xb1\x95\x71\x6d\x36\xe8\x8c\xb7\xe5\x7f\xf4\x35\xa4\xf3\xe9\xb3\x0d\xc1\xfa\xe6\x93\x08\x4b\xee\xad\x2b\x12\xea\x21\xcd\x93\x0e\x54\xf6\x4a\xe7\x8c\x2a\x06\xe9\x0b\x0d\xb7\xd1\x64\x47\xff\xa4\xfd\x89\x7f\x1e\x1d\x66\x0f\xa5\x7d\xaa\xff\x90\xfd\x09\x00\x00\xff\xff\x65\x22\x1e\xa8\x82\x03\x00\x00" func stakingcollectionStake_new_tokensCdcBytes() ([]byte, error) { return bindataRead( @@ -5805,11 +5784,11 @@ func stakingcollectionStake_new_tokensCdc() (*asset, error) { } info := bindataFileInfo{name: "stakingCollection/stake_new_tokens.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xf0, 0x29, 0xa1, 0x5b, 0xef, 0x75, 0xe2, 0xf9, 0x6f, 0x1c, 0xfb, 0x45, 0xaa, 0x65, 0xcd, 0x25, 0x9c, 0x92, 0x1, 0xac, 0x2f, 0xd8, 0xa3, 0x44, 0xf2, 0x4f, 0x43, 0x99, 0x4a, 0xbc, 0xb3, 0xf8}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xe5, 0x9e, 0x40, 0xa6, 0x24, 0x8e, 0x1b, 0xbd, 0xee, 0x8e, 0xe5, 0x27, 0x23, 0x7a, 0x14, 0x2b, 0x7d, 0x94, 0xce, 0x15, 0x69, 0xcf, 0xf4, 0xe, 0x9, 0x46, 0xa7, 0xcc, 0x1e, 0x92, 0x42, 0xc4}} return a, nil } -var _stakingcollectionStake_rewarded_tokensCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x52\x4f\x4b\xeb\x40\x10\xbf\xe7\x53\x0c\x3d\x94\x04\x4a\x0a\xef\x3d\xde\x21\xa8\x45\xab\x85\x1e\x44\x69\xad\xf7\x35\x99\xa4\x4b\x37\x3b\x61\x76\x42\x0a\xd2\xef\x2e\xc9\xb6\x8d\xd8\x08\x5e\xdc\x43\x36\x33\x3b\xfb\xfb\xb3\xfc\x74\x59\x11\x0b\x2c\x0c\x35\x6b\x51\x3b\x6d\x8b\x39\x19\x83\xa9\x68\xb2\x90\x33\x95\x30\x1a\x3c\x1b\x05\xc1\x74\x3a\x85\x39\x95\xa5\x16\x07\x8c\x8d\xe2\x0c\x33\x10\xda\xa1\x75\x20\x04\x4e\xd4\x0e\x21\x27\x06\xd9\x22\xb8\x0a\x53\x9d\x6b\xcc\xc0\x52\x86\x40\x0c\x19\x1a\x2c\x94\x10\x83\xb6\x7e\xc4\x73\x40\x7a\x26\x09\x02\x61\x65\x9d\xea\x8a\xb0\xbd\xb8\xbc\x4f\x60\x2d\xac\x6d\x31\xe9\x01\xda\xe6\x66\x69\xe5\xef\x9f\xd9\x04\x54\x49\xb5\x95\x04\x36\x0b\xbd\xff\xff\x2f\x82\xf7\x00\x00\xa0\xfb\x18\x94\x13\x49\x6f\x64\x85\x79\x02\xaa\x96\x6d\x38\xe8\x33\xee\x7f\x9f\x1a\x8b\x1c\xc1\x78\x78\xee\xa2\x13\x74\x9c\x15\x63\xa5\x18\x43\x95\xa6\x5e\x57\x47\x75\x47\xcc\xd4\xbc\x2a\x53\x63\x04\xe3\x5b\x7f\x76\xd2\xda\x2e\x87\x26\x8f\x87\xb4\xc2\x35\x1c\xa1\x62\x27\xc4\xaa\xc0\xf8\xad\x03\xbb\xfa\x0d\x0f\x37\x61\x1b\x81\x64\x38\x1e\x97\xe3\x6b\xaf\xe8\x59\xc9\x36\x3a\x5b\x69\xd7\x6c\x06\x95\xb2\x3a\xfd\x46\x5f\x81\xd2\x57\x8f\xda\x39\x6d\x8b\x07\x66\xe2\xd0\x6a\x13\x79\xa8\x83\x7f\x4f\xdc\x63\x5a\x0b\xfe\xe4\xa9\xba\x26\xae\x8e\xc9\x7c\xe9\x82\x79\x0e\x91\xdf\xbf\x84\xe8\x53\xd1\x07\xc9\xef\x27\x11\x87\xe0\x23\x00\x00\xff\xff\xd5\xea\x1c\x7e\x32\x03\x00\x00" +var _stakingcollectionStake_rewarded_tokensCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x52\xcd\x4a\xc3\x40\x10\xbe\xe7\x29\x86\x1e\x4a\x02\x25\x05\x15\x0f\x41\x2d\x5a\x2d\xf4\x20\x4a\x6b\xbd\xaf\xc9\x24\x5d\xba\xd9\x09\xb3\x13\x52\x90\xbe\xbb\x24\xdb\x36\xa2\x15\x7a\x71\x0f\xd9\xcc\x64\xf2\xfd\x0c\x9f\x2e\x2b\x62\x81\xc1\xcc\x50\xb3\x14\xb5\xd1\xb6\x98\x92\x31\x98\x8a\x26\x3b\x08\x82\xf1\x78\x0c\x53\x2a\x4b\x2d\x0e\x18\x1b\xc5\x19\x66\x20\xb4\x41\xeb\x40\x08\x9c\xa8\x0d\x42\x4e\x0c\xb2\x46\x70\x15\xa6\x3a\xd7\x98\x81\xa5\x0c\x81\x18\x32\x34\x58\x28\x21\x06\x6d\xfd\x88\xe7\x80\xf4\x48\x12\x04\xc2\xca\x3a\xd5\x15\x61\xfb\xe3\xfc\x31\x81\xa5\xb0\xb6\xc5\xa8\x07\x68\x9b\xab\xb9\x95\xcb\x8b\xc9\x08\x54\x49\xb5\x95\x04\x56\x33\xbd\xbd\xbe\x8a\xe0\x33\x00\x00\xe8\x1e\x06\xe5\x40\xd2\x1b\x59\x60\x9e\x80\xaa\x65\x1d\x9e\xf4\x19\xf7\xaf\x2f\x8d\x45\x8e\x60\x78\x7a\xee\x57\x27\xe8\x38\x2b\xc6\x4a\x31\x86\x2a\x4d\xbd\xae\x8e\xea\x81\x98\xa9\x79\x57\xa6\xc6\x08\x86\xf7\xfe\xdb\x41\x6b\x7b\x1c\x9a\x3c\x3e\xa5\x15\x6e\x61\x0f\x15\x3b\x21\x56\x05\xc6\x1f\x1d\xd8\xcd\x7f\x78\xb8\x0b\x73\xa6\x32\x81\x33\xc7\x97\x5e\xd1\xab\x92\x75\x74\xb4\xd2\x9e\xc9\x04\x2a\x65\x75\xfa\x87\xbe\x02\xa5\xaf\x9e\xb5\x73\xda\x16\x4f\xcc\xc4\xa1\xd5\x26\xf2\x50\x3b\xbf\x4f\xdc\x62\x5a\x0b\x9e\xb3\xaa\xae\x89\x8b\x7d\x32\xdf\xba\x60\x1e\x43\xe4\xef\x1f\x21\xfa\x56\xf4\x41\xf2\xf7\x41\xc4\x2e\xf8\x0a\x00\x00\xff\xff\xfd\x22\x2b\xf2\x17\x03\x00\x00" func stakingcollectionStake_rewarded_tokensCdcBytes() ([]byte, error) { return bindataRead( @@ -5825,11 +5804,11 @@ func stakingcollectionStake_rewarded_tokensCdc() (*asset, error) { } info := bindataFileInfo{name: "stakingCollection/stake_rewarded_tokens.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xae, 0x75, 0x5a, 0x3, 0x98, 0x98, 0xf1, 0xb2, 0x89, 0xdb, 0xd4, 0x68, 0xd5, 0xad, 0xec, 0x14, 0xad, 0x43, 0x6c, 0xd3, 0x4c, 0x24, 0x88, 0xbd, 0x4e, 0x20, 0x3c, 0x8a, 0xca, 0x70, 0x4, 0x5}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x84, 0xcb, 0xa6, 0xd6, 0x8b, 0x1b, 0x13, 0xf7, 0x1b, 0x68, 0xbc, 0xff, 0x62, 0xce, 0xba, 0x43, 0xef, 0xbd, 0xf2, 0xa0, 0x69, 0x9c, 0xe9, 0x98, 0xb4, 0xb3, 0x10, 0xdd, 0x21, 0x59, 0x8b, 0x99}} return a, nil } -var _stakingcollectionStake_unstaked_tokensCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x52\xcd\x6a\xe3\x30\x10\xbe\xfb\x29\x86\x1c\x82\x0d\xc1\x81\xdd\x65\x0f\x66\xb7\xa1\x4d\x1b\xc8\xa1\xb4\x34\x4d\xef\xaa\x3d\x76\x44\x64\x8d\x19\x8d\x49\xa0\xe4\xdd\x8b\xa5\x24\x2e\x8d\x0b\xbd\x54\x07\xcb\x33\x1a\x7d\x3f\xe2\xd3\x75\x43\x2c\xb0\x30\xb4\x5b\x89\xda\x6a\x5b\xcd\xc9\x18\xcc\x45\x93\x85\x92\xa9\x86\xd1\xe0\xd9\x28\x8a\xa6\xd3\x29\xcc\xa9\xae\xb5\x38\x68\xad\x13\xb5\xc5\x02\x84\xb6\x68\x1d\x08\x81\x6f\x40\x49\x0c\xb2\x41\x70\x0d\xe6\xba\xd4\x58\x80\xa5\x02\x81\x18\x0a\x34\x58\x29\x21\x06\x6d\xc3\x48\xe0\x80\xfc\x4c\x12\x45\xc2\xca\x3a\xe5\x8b\xb8\xbb\xb8\xbc\xcd\x60\x25\xac\x6d\x35\xe9\x01\xba\xe6\x7a\x69\xe5\xf7\xaf\xd9\x04\x54\x4d\xad\x95\x0c\xd6\x0b\xbd\xff\xfb\x27\x81\xb7\x08\x00\xc0\x7f\x0c\xca\x89\xa4\x37\xf2\x84\x65\x06\xaa\x95\x4d\x3c\xe8\x33\xed\x7f\x1f\x76\x16\x39\x81\xf1\xf0\xdc\x45\x27\xf2\x9c\x0d\x63\xa3\x18\x63\x95\xe7\x41\x97\xa7\xba\x21\x66\xda\xbd\x28\xd3\x62\x02\xe3\xeb\x70\x76\xd2\xda\x2d\x87\xa6\x4c\x87\xb4\xc2\x7f\x38\x42\xa5\x4e\x88\x55\x85\xe9\xab\x07\xfb\xf7\x13\x1e\xae\xe2\x2e\x02\xd9\x70\x3c\x2e\xc7\x57\x41\xd1\xa3\x92\x4d\x72\xb6\xd2\xad\xd9\x0c\x1a\x65\x75\xfe\x85\xbe\x0a\xa5\xaf\xee\xb5\x73\xda\x56\x77\xcc\xc4\xb1\xd5\x26\x09\x50\x87\xf0\x9e\xb8\xc7\xbc\x15\xfc\xce\x53\xf9\x26\xae\x8f\xc9\x7c\xf6\xc1\x3c\x87\x28\xec\x9f\x42\xf4\xa1\xe8\x83\x14\xf6\x93\x88\x43\xf4\x1e\x00\x00\xff\xff\xd7\xb6\x39\xaf\x32\x03\x00\x00" +var _stakingcollectionStake_unstaked_tokensCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x52\x4d\x4b\xf3\x40\x10\xbe\xe7\x57\x0c\x3d\x94\x04\x4a\x0a\xef\x2b\x1e\x82\x5a\xb4\x5a\xe8\x41\x14\x6b\xbd\xaf\xc9\x24\x5d\xba\xd9\x09\xb3\x13\x5a\x90\xfe\x77\xc9\x6e\xdb\x88\x56\xe8\xc5\x3d\x64\x33\x93\xc9\xf3\x31\x3c\xba\x6e\x88\x05\x06\x33\x43\x9b\x85\xa8\xb5\xb6\xd5\x94\x8c\xc1\x5c\x34\xd9\x41\x14\x8d\xc7\x63\x98\x52\x5d\x6b\x71\xd0\x5a\x27\x6a\x8d\x05\x08\xad\xd1\x3a\x10\x02\xdf\x80\x92\x18\x64\x85\xe0\x1a\xcc\x75\xa9\xb1\x00\x4b\x05\x02\x31\x14\x68\xb0\x52\x42\x0c\xda\x86\x91\xc0\x01\xf9\x91\x24\x8a\x84\x95\x75\xca\x17\x71\xf7\xe3\xfc\x3e\x83\x85\xb0\xb6\xd5\xa8\x07\xe8\x9a\xcb\xb9\x95\xff\xff\x26\x23\x50\x35\xb5\x56\x32\x58\xce\xf4\xf6\xf2\x22\x81\x8f\x08\x00\xc0\x3f\x0c\xca\x81\xa4\x37\xf2\x82\x65\x06\xaa\x95\x55\x7c\xd2\x67\xda\xbf\x3e\x6d\x2c\x72\x02\xc3\xd3\x73\x3f\x3a\x91\xe7\x6c\x18\x1b\xc5\x18\xab\x3c\x0f\xba\x3c\xd5\x1d\x31\xd3\xe6\x4d\x99\x16\x13\x18\xde\x86\x6f\x07\xad\xdd\x71\x68\xca\xf4\x94\x56\xb8\x86\x3d\x54\xea\x84\x58\x55\x98\xbe\x7b\xb0\xab\xbf\xf0\x70\x13\x97\x4c\x75\x06\x67\x8e\x2f\x82\xa2\x67\x25\xab\xe4\x68\xa5\x3b\x93\x09\x34\xca\xea\xfc\x17\x7d\x15\x4a\x5f\x3d\x6a\xe7\xb4\xad\x1e\x98\x89\x63\xab\x4d\x12\xa0\x76\x61\x9f\xb8\xc5\xbc\x15\x3c\x67\x55\xbe\x89\xcb\x7d\x32\x5f\x7d\x30\x8f\x21\x0a\xf7\xb7\x10\x7d\x29\xfa\x20\x85\xfb\x20\x62\x17\x7d\x06\x00\x00\xff\xff\xff\x7e\x0e\x23\x17\x03\x00\x00" func stakingcollectionStake_unstaked_tokensCdcBytes() ([]byte, error) { return bindataRead( @@ -5845,11 +5824,11 @@ func stakingcollectionStake_unstaked_tokensCdc() (*asset, error) { } info := bindataFileInfo{name: "stakingCollection/stake_unstaked_tokens.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xe8, 0xe9, 0x9d, 0x57, 0x5f, 0xa9, 0x50, 0xcc, 0x7d, 0xb1, 0x6d, 0xb2, 0xe4, 0x16, 0x7c, 0xfa, 0x8a, 0xea, 0x30, 0x0, 0x86, 0x8a, 0x57, 0x85, 0x48, 0x7a, 0x33, 0x63, 0xcd, 0x94, 0xc9, 0x93}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xa8, 0xc, 0xd3, 0x7f, 0x53, 0x9a, 0x80, 0xa5, 0xcc, 0xc3, 0x99, 0x46, 0x41, 0xbb, 0xb, 0xf3, 0x18, 0xd0, 0xf2, 0xe4, 0x57, 0x4, 0x4a, 0xb6, 0x2b, 0xae, 0x26, 0xa3, 0x40, 0x60, 0xe4, 0xa0}} return a, nil } -var _stakingcollectionTestDeposit_tokensCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x52\x41\xcf\xda\x30\x0c\xbd\xe7\x57\x58\x3d\xa0\xf6\x40\x7b\x99\x76\x40\x6c\x68\x43\xe2\x84\xb4\x69\x0c\x76\x0e\xad\x5b\x22\x42\x5c\x25\x8e\xd8\x34\xf1\xdf\xa7\x26\xa5\x6b\x47\xa5\x7d\xb9\x44\xb6\x9f\xed\xf7\x6c\xab\x5b\x4b\x96\x61\xa7\xe9\x7e\x60\x79\x55\xa6\xd9\x92\xd6\x58\xb2\x22\x03\xb5\xa5\x1b\x24\xb3\xb1\x44\x8c\x32\xbf\xd3\x15\xc7\xe8\x60\xff\x45\x78\xd3\xa8\xb3\xc6\x09\x6a\xec\x1b\x90\x7b\x2a\xaf\x58\x05\x9f\xeb\x81\x63\x57\x22\x44\x51\xc0\xd1\x61\x05\x64\xf4\x2f\xa8\xc9\x02\xa3\x63\x68\xbd\x6d\xc9\xa1\x03\xa6\xe8\xe0\x0b\x42\x85\x2d\x39\xc5\xc0\xb1\xad\x37\x51\x93\x32\x21\xea\xa2\x20\x28\x07\x45\x42\xb0\x95\xc6\xc9\x60\xa4\xf2\x46\xde\xf0\x0a\x8e\x3b\xf5\xf3\xfd\xbb\x0c\x7e\x0b\x01\x00\xd0\x5a\x6c\xa5\xc5\xd4\xa9\xc6\xa0\x5d\x81\xf4\x7c\x49\x3f\x93\xb5\x74\x3f\x49\xed\x31\x83\xc5\xa7\xb2\xec\x52\x87\x94\xee\x69\xe4\x51\xa7\x6f\x58\xc3\x07\x88\x25\x72\xc7\x64\x65\x83\xf9\x39\x14\x59\x2f\x66\xa7\x9d\xbf\x78\x3e\xa6\xdd\x7c\x56\xf3\x8b\x7b\x85\x1f\x62\x97\xaf\x92\x2f\xd9\xc0\xaa\x7b\x9b\x0d\xb4\xd2\xa8\x32\x4d\xb6\xe4\x75\x05\x86\x18\x22\x15\x90\x60\xb1\x46\x8b\xa6\xc4\x30\xd8\xd9\xa9\x25\xd9\x54\x65\xfd\x5c\xff\x7f\x45\x06\x54\x7e\x92\x5e\xf3\x53\x4c\xd1\xe3\x8a\xa1\x4a\x08\xbf\x99\xf1\x84\xef\x6e\xff\xe5\x07\x84\xfc\x7f\x39\x72\x3c\xb0\xf5\x72\xba\x93\xbc\x41\x8e\x87\x36\x6c\x3f\xfe\xd3\xfe\x83\x31\x4d\xee\xcf\xad\x2f\x10\xf5\xac\x97\xb1\x55\x2c\xf0\x10\x8f\x3f\x01\x00\x00\xff\xff\x52\x6b\x3e\x3e\x6e\x03\x00\x00" +var _stakingcollectionTestDeposit_tokensCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x52\x4d\x6f\xe2\x30\x10\xbd\xfb\x57\x8c\x72\x40\xc9\x81\xe4\xb2\xda\x03\x62\x17\xed\x22\x71\x42\x6a\x55\x0a\x3d\x9b\x64\x12\x2c\x8c\x27\xb2\xc7\xa2\x55\xc5\x7f\xaf\x62\x43\x44\x28\x52\xc9\x25\xf2\x9b\x79\x6f\xde\x7c\xa8\x43\x4b\x96\x21\x59\x68\x3a\xae\x58\xee\x95\x69\xe6\xa4\x35\x96\xac\xc8\x24\xe2\x3a\xfc\x4a\x7b\xbc\x86\xbc\x69\xd4\x56\xe3\x0d\xbc\xa4\x72\x8f\x55\x00\x5d\x22\x44\x51\xc0\xda\x61\x05\x64\xf4\x07\xd4\x64\x81\xd1\x31\xb4\xde\xb6\xe4\xd0\x01\x53\x04\x78\x87\x50\x61\x4b\x4e\x31\x70\xc7\x85\xda\x9b\xe0\x01\x94\x09\x51\x17\xcd\x41\xd9\xbb\x13\x82\xad\x34\x4e\x86\x47\x2a\x0f\xe4\x0d\x4f\x60\xbd\x50\xef\xbf\x7f\x65\xf0\x29\x04\x00\x40\x6b\xb1\x95\x16\x53\xa7\x1a\x83\x76\x02\xd2\xf3\x2e\xfd\x4f\xd6\xd2\x71\x23\xb5\xc7\x0c\x46\xff\xca\xb2\xa3\xf6\x94\xee\xd3\xc8\x57\x95\x5e\xb0\x86\x3f\x10\x25\x72\xc7\x64\x65\x83\xf9\x36\x88\x4c\x47\x77\x27\x97\x7f\x43\xfe\xa6\xb5\xa5\xc3\x04\x1e\x4c\x5f\xc5\x2a\xcf\x92\x77\x59\xef\xaa\xfb\x66\x33\x68\xa5\x51\x65\x9a\xcc\xc9\xeb\x0a\x0c\x31\x44\x2b\x20\xc1\x62\x8d\x16\x4d\x89\x61\xb0\x77\xa7\x96\x64\xc3\x2e\xeb\xcb\x66\x7f\x6c\x32\x64\xe5\x1b\xe9\x35\x5f\x9a\x29\xce\x79\x45\xaf\x12\xc2\x0f\x3b\x1e\xf8\x5d\x2c\x9f\xde\x20\xf0\x6f\x3d\x86\x8b\x70\x30\x1d\x0f\x77\x92\x37\xc8\xf1\xd0\xfa\xed\xc7\xff\xb0\x7e\xff\x18\x92\xcf\xe7\x76\x16\x88\xfd\x4c\xc7\xb1\x54\x14\x38\x89\xd3\x57\x00\x00\x00\xff\xff\xfc\x90\x8a\x39\x1f\x03\x00\x00" func stakingcollectionTestDeposit_tokensCdcBytes() ([]byte, error) { return bindataRead( @@ -5865,11 +5844,11 @@ func stakingcollectionTestDeposit_tokensCdc() (*asset, error) { } info := bindataFileInfo{name: "stakingCollection/test/deposit_tokens.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x93, 0x1a, 0x62, 0x8a, 0x48, 0xfd, 0x30, 0xb2, 0xc1, 0x16, 0x95, 0xa1, 0xe8, 0x77, 0x7, 0x2a, 0x1f, 0x1c, 0xc0, 0x97, 0x59, 0x38, 0x3f, 0xdd, 0xbc, 0x1d, 0xd1, 0x3b, 0xec, 0x3e, 0x6e, 0x53}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xce, 0x4e, 0x29, 0x2e, 0xd1, 0xb3, 0x78, 0xec, 0xcb, 0x2b, 0xd2, 0x5, 0x4e, 0x73, 0x75, 0x9a, 0x58, 0x91, 0xf0, 0xb1, 0x2c, 0x6e, 0x98, 0x3e, 0xe6, 0xd3, 0xf, 0x92, 0x72, 0x19, 0x73, 0x6f}} return a, nil } -var _stakingcollectionTestGet_tokensCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x51\xb1\x8e\xe2\x30\x10\xed\xfd\x15\xa3\x14\x28\x29\x2e\x34\xa7\x2b\x10\x77\xe8\x16\x89\x6a\x8b\xd5\xb2\x6c\x6f\x92\x49\xb0\x30\x9e\x68\x3c\x11\x8b\x56\xfc\xfb\x2a\x76\x14\x12\x11\x37\x96\x9f\xdf\xbc\x99\xf7\xc6\x5c\x1a\x62\x81\x9d\xa5\xeb\x5e\xf4\xd9\xb8\x7a\x4b\xd6\x62\x21\x86\x1c\x54\x4c\x17\x48\x66\xff\x12\x35\xaa\xfc\xa0\x33\x8e\xd9\xe1\xfd\x60\xb4\xae\x36\x47\x8b\x13\xd6\x18\x1b\x98\xaf\x54\x9c\xb1\x0c\x98\xef\x89\x63\x28\x51\x6a\xb9\x84\x83\xc7\x12\xc8\xd9\x1b\x54\xc4\x20\xe8\x05\x9a\x96\x1b\xf2\xe8\x41\x28\x02\x72\x42\xa8\x51\x40\x7a\xa9\xd6\x45\x43\xc6\x85\x2f\x1f\xdd\x40\x31\xd8\x51\x4a\x58\x3b\xaf\xc3\x23\xd5\x17\x6a\x9d\xac\xe0\xb0\x33\x5f\x7f\x7e\x67\xf0\xad\x14\x00\x40\xc3\xd8\x68\xc6\xd4\x9b\xda\x21\xaf\x40\xb7\x72\x4a\x5f\x88\x99\xae\x9f\xda\xb6\x98\xc1\xe2\x7f\x51\x74\xa5\x43\x49\x77\x2c\xca\xa8\xd3\x3b\x56\xf0\x17\xa2\x44\xee\x85\x58\xd7\x98\x1f\x83\xc8\x7a\x31\x1b\x75\xfe\x84\xfc\x4b\xbb\x70\x56\xf3\x5b\x7b\xa6\xef\x63\x97\x37\x2d\xa7\x6c\x98\xaa\x3b\x9b\x0d\x34\xda\x99\x22\x4d\xb6\xd4\xda\x12\x1c\x09\xc4\x51\x40\x03\x63\x85\x8c\xae\xc0\x90\xea\x6c\x6a\xc9\x54\x6e\xe2\xb8\x8f\x7e\xfd\x6b\xea\x3d\xaf\x51\xe2\x36\x87\x94\xe3\x9d\x3d\x02\x2b\xd1\x0b\xd3\xad\x97\x08\xf0\x5d\xdd\x15\xfc\x04\x00\x00\xff\xff\xc6\xbe\x85\xb6\xac\x02\x00\x00" +var _stakingcollectionTestGet_tokensCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x51\x31\x6f\xf2\x30\x10\xdd\xfd\x2b\x9e\x32\xa0\x64\xf8\xc2\xf2\xa9\x03\xa2\x45\x2d\x12\x53\x87\xaa\x94\xee\x26\xb9\x04\x0b\xe3\x8b\xec\x8b\x28\xaa\xf8\xef\x15\x36\x4a\xa1\x65\xe8\x2d\x96\xdf\xf9\xbd\x7b\xf7\x6c\x76\x1d\x7b\x41\xb6\xb0\xbc\x5f\x8a\xde\x1a\xd7\xce\xd9\x5a\xaa\xc4\xb0\xcb\xd4\x65\xfb\x8d\xb7\x74\x09\xf5\xae\x35\x6b\x4b\x3f\xe0\x67\xae\xb6\x54\x47\x30\x64\x4a\x8d\xc7\x58\x05\xaa\xc1\xce\x1e\xd0\xb0\x87\x50\x10\x74\xbd\xef\x38\x50\x80\x70\x02\x64\x43\x68\x49\x20\x91\x87\xa6\x77\xd1\x00\x8c\x8b\xad\x90\x9c\xa1\x1a\xac\x29\x25\x5e\xbb\xa0\xe3\x25\xd7\x3b\xee\x9d\x4c\xb0\x5a\x98\x8f\xbb\xff\x05\x3e\x95\x02\x80\xce\x53\xa7\x3d\xe5\xc1\xb4\x8e\xfc\x04\xba\x97\x4d\xfe\xc4\xde\xf3\xfe\x5d\xdb\x9e\x0a\x8c\x1e\xab\xea\x44\x1d\x28\xa7\xb2\x24\x17\x93\x5e\xa9\xc1\x3d\x92\x44\x19\x84\xbd\x6e\xa9\x5c\x47\x91\xe9\xe8\x66\x6c\xe5\x2f\xe4\x21\x6f\x3c\xef\x26\xf8\xe3\xf3\x65\x9a\xf2\xa2\x65\x53\x0c\xae\x4e\x35\x9b\xa1\xd3\xce\x54\x79\x36\xe7\xde\xd6\x70\x2c\x48\x56\xa0\xe1\xa9\x21\x4f\xae\xa2\x98\xea\xcd\xd4\xb2\x6b\xb9\xab\x8d\xcf\xd1\x4f\xff\x5d\xef\x5e\xb6\x24\xe9\x37\x87\x94\xd3\x59\x7c\x07\x56\x53\x10\xcf\x87\xb3\x44\x84\x8f\xea\xa8\xf0\x15\x00\x00\xff\xff\x44\x58\xf3\x8b\x5d\x02\x00\x00" func stakingcollectionTestGet_tokensCdcBytes() ([]byte, error) { return bindataRead( @@ -5885,11 +5864,11 @@ func stakingcollectionTestGet_tokensCdc() (*asset, error) { } info := bindataFileInfo{name: "stakingCollection/test/get_tokens.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x72, 0xf3, 0xa0, 0xb7, 0xa9, 0x28, 0x84, 0x63, 0xc9, 0x3a, 0x84, 0x43, 0x16, 0xd4, 0xe, 0x5a, 0x3e, 0xb0, 0x91, 0xa4, 0x25, 0x42, 0x1a, 0xf0, 0x7e, 0xf, 0x1d, 0x75, 0x1b, 0x64, 0xa1, 0xc4}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xf4, 0xcf, 0x24, 0x75, 0x19, 0xcf, 0x7b, 0xbc, 0xd0, 0xb6, 0x4a, 0xcd, 0x69, 0x53, 0x33, 0x89, 0xf6, 0x4f, 0x51, 0x64, 0xa5, 0x2e, 0xaf, 0x14, 0xee, 0x5a, 0x6c, 0x5c, 0xc0, 0xb3, 0xef, 0xbb}} return a, nil } -var _stakingcollectionTransfer_delegatorCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x55\x4f\x4f\xdc\x3e\x10\xbd\xef\xa7\x18\x38\xa0\x44\x82\x20\xfd\x7e\xb7\x15\x14\x51\xe8\x1f\x0e\x2d\x08\xda\xde\x67\xe3\x49\xe2\xd6\xeb\x89\xec\xd9\xa5\xb4\xe2\xbb\x57\x76\xfe\xec\x86\x84\x76\x55\xd1\x5c\x76\x13\x8f\xdf\xbc\x79\x6f\xc6\xd6\xcb\x9a\x9d\xc0\x5b\xc3\xf7\x77\x82\xdf\xb4\x2d\x2f\xd8\x18\xca\x45\xb3\x85\xc2\xf1\x12\xf6\x27\xd7\xf6\x67\xb3\xe3\x63\xf8\xe4\xd0\xfa\x82\x9c\x07\x84\x8f\xac\xe8\x92\x0c\x95\x28\xec\x80\x17\x5f\x29\x97\x06\x01\x2d\xe0\x4a\x2a\x76\xfa\x47\x0c\xcd\x73\x5e\x59\x09\xfb\xd1\x2a\x40\xa5\x3c\x48\x45\x4f\x00\x84\x01\x2d\x4b\x45\xae\xdb\xe0\xa1\x65\x01\x1b\x1a\x01\x44\x2b\xb2\xa2\x0b\x4d\x0a\x16\x0f\x11\x49\x18\xce\x95\x72\xe4\x7d\x36\x9b\x49\xe0\x88\x31\x3a\xb1\xac\xe8\xea\x72\x0e\x77\xe2\xb4\x2d\x0f\x41\x75\xe9\xc2\xc7\xcf\x57\x56\xfe\xff\xef\x10\x84\xe7\xdd\xf6\x14\x7e\xce\x00\x00\x0c\x35\xa5\x8c\x64\xb8\xa5\x62\x1e\x8b\x4b\x26\x55\xca\x36\x7f\xaf\xef\x2d\xb9\x14\x0e\xa6\xe3\x46\x5f\xfa\xb4\xc2\xa3\xb5\x0b\xac\xe7\xbb\x03\x45\xa4\xda\x51\x8d\x8e\x92\x56\xca\x96\xf3\x6b\x76\x8e\xef\xbf\xa0\x59\x51\x0a\x07\xe7\xcd\x5a\x57\x73\x78\x82\xc5\x15\x75\x06\x04\x5d\xa5\x75\x7c\xc2\xb1\xd6\x72\x61\x58\xae\xbc\x40\x85\x6b\x02\x84\x35\x1a\xad\x26\x9c\x03\x6d\x81\x9d\xa2\xe8\xb4\xa3\x9c\xf4\x9a\xc6\xa0\x59\x4f\x45\x17\x90\xec\x4d\xd7\xac\x98\x7c\x4b\xfe\x3d\xae\x69\x14\x90\x60\xe3\xe6\x1c\x84\xd3\xed\xf2\xa2\x32\x68\x75\xfe\x8c\x7b\x25\xc9\xe6\xed\x83\xf6\x5e\xdb\xf2\x8d\x73\xec\x92\x00\xd4\xc3\x3c\xce\xb6\x05\x7b\x47\x02\x08\x8e\x0a\x72\x64\xf3\xd8\x8c\xa1\xac\xed\x09\x98\x76\x3b\x3c\x9e\x4c\x91\x3d\xd7\x69\x70\xda\x39\x91\x79\x61\x87\x25\x65\x8b\xe8\xe0\xc9\xbf\xe8\xc0\x57\x49\xe0\x31\x9f\x3e\x1a\xc6\xe1\x77\x0d\xa3\x1b\x94\x2a\x1d\x08\x7c\x76\xf6\x97\x1a\x5b\x6d\xd2\x74\x24\x6d\xd0\xf2\x66\xb5\x30\x3a\x6f\x2d\x07\x2e\x1a\x81\x77\x6a\x52\xe1\x0c\x7a\xc8\x66\xbe\x3a\x9c\x53\x28\x49\xda\x97\x60\xf0\x20\x75\x33\x2a\x80\x90\x63\x8d\x0b\x6d\xb4\x3c\x74\xce\xd6\x91\x0d\x2c\x49\x2a\x56\x1e\x70\x8d\xda\xe0\xc2\x10\xb0\x8d\xeb\x6d\x73\x4f\xf9\x9e\x0d\x8d\x9f\x9e\x75\x38\xdd\x90\xcc\xfa\xf4\x9a\xfc\x40\xe6\xae\x15\x76\xb7\x77\xc7\xc0\x46\xec\x17\xf4\xb5\x9f\x9d\x76\x6e\xe8\x3b\xe5\x2b\xa1\xe1\xb1\x73\x4b\x4b\x9e\x3a\x10\x9a\x1b\xe5\x8f\x03\x95\x0d\x3c\xb6\x03\x84\x93\xa3\xdf\x8f\x59\xe6\x62\xee\x7e\x43\x7f\x6b\x34\xbf\x4f\x6e\x8d\xad\x97\x61\xc7\x5c\x52\xcd\x5e\xcb\xf4\xd5\xf6\x12\x7d\x91\xa1\x52\x3d\xe8\x75\x3c\x7c\x93\x93\xa3\x61\xb1\x7b\x9d\xd2\x8f\xbf\x02\x00\x00\xff\xff\x23\x54\x0f\x3b\xe9\x07\x00\x00" +var _stakingcollectionTransfer_delegatorCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x55\x4f\x4f\xdc\x3e\x10\xbd\xef\xa7\x18\x38\xa0\x44\x82\x20\xfd\x7e\xb7\x15\x14\x51\xe8\x1f\x0e\x2d\x08\xda\xde\x67\xe3\x49\xe2\xd6\xeb\x89\xec\xd9\xa5\xb4\xe2\xbb\x57\x76\xfe\xec\x86\x84\x76\x55\xd1\x5c\x76\x13\x8f\xdf\xbc\x79\x6f\xc6\xd6\xcb\x9a\x9d\xc0\xfe\x5b\xc3\xf7\x77\x82\xdf\xb4\x2d\x2f\xd8\x18\xca\x45\xb3\xdd\x9f\xcd\x8e\x8f\xe1\x93\x43\xeb\x0b\x72\x1e\x10\x3e\xb2\xa2\x4b\x32\x54\xa2\xb0\x03\x5e\x7c\xa5\x5c\xa0\x70\xbc\x04\xb4\x80\x2b\xa9\xd8\xe9\x1f\x31\x34\xcf\x79\x65\x25\xec\x47\xab\x00\x95\xf2\x20\x15\x3d\x01\x10\x06\xb4\x2c\x15\xb9\x6e\x83\x87\x96\x05\x6c\x68\x04\x10\xad\xc8\x8a\x2e\x34\x29\x58\x3c\x44\x24\x61\x38\x57\xca\x91\xf7\xd9\x6c\x26\x81\x23\xc6\xe8\xc4\xb2\xa2\xab\xcb\x39\xdc\x89\xd3\xb6\x3c\x04\xd5\xa5\x0b\x1f\x3f\x5f\x59\xf9\xff\xbf\x43\x10\x9e\x77\xdb\x53\xf8\x39\x03\x00\x30\xd4\x94\x32\x92\xe1\x96\x8a\x79\x2c\x2e\x99\x54\x29\xdb\xfc\xbd\xbe\xb7\xe4\x52\x38\x98\x8e\x1b\x7d\xe9\xd3\x0a\x8f\xd6\x2e\xb0\x9e\xef\x0e\x14\x91\x6a\x47\x35\x3a\x4a\x5a\x29\x5b\xce\xaf\xd9\x39\xbe\xff\x82\x66\x45\x29\x1c\x9c\x37\x6b\x5d\xcd\xe1\x09\x16\x57\xd4\x19\x10\x74\x95\xd6\xf1\x09\xc7\x5a\xcb\x85\x61\xb9\xf2\x02\x15\xae\x09\x10\xd6\x68\xb4\x9a\x70\x0e\xb4\x05\x76\x8a\xa2\xd3\x8e\x72\xd2\x6b\x1a\x83\x66\x3d\x15\x5d\x40\xb2\x37\x5d\xb3\x62\xf2\x2d\xf9\xf7\xb8\xa6\x51\x40\x82\x8d\x9b\x73\x10\x4e\xb7\xcb\x8b\xca\xa0\xd5\xf9\x33\xee\x95\x24\x9b\xb7\x0f\xda\x7b\x6d\xcb\x37\xce\xb1\x4b\x02\x50\x0f\xf3\x38\xdb\x16\xec\x1d\x09\x20\x38\x2a\xc8\x91\xcd\x63\x33\x86\xb2\xb6\x27\x60\xda\xed\xf0\x78\x32\x45\xf6\x5c\xa7\xc1\x69\xe7\x44\xe6\x85\x1d\x96\x94\x2d\xa2\x83\x27\xff\xa2\x03\x5f\x25\x81\xc7\x1c\x76\x0c\xbf\x6b\x18\xdd\xa0\x54\xe9\x40\xe0\xb3\xb3\xbf\xd4\xd8\x6a\x93\xa6\x23\x69\x83\x96\x37\xab\x85\xd1\x79\x6b\x39\x70\xd1\x08\xbc\x53\x93\x0a\x67\xd0\x43\x36\xf3\xd5\xe1\x9c\x42\x49\xd2\xbe\x04\x83\x07\xa9\x9b\x51\x01\x84\x1c\x6b\x5c\x68\xa3\xe5\xa1\x73\xb6\x8e\x6c\x60\x49\x52\xb1\xf2\x80\x6b\xd4\x06\x17\x86\x80\x6d\x5c\x6f\x9b\x7b\xca\xf7\x6c\x68\xfc\xf4\xac\xc3\xe9\x86\x64\xd6\xa7\xd7\xe4\x07\x32\x77\xad\xb0\xbb\xbd\x3b\x06\x36\x62\xbf\xa0\xaf\xfd\xec\xb4\x73\x43\xdf\x29\x5f\x09\x0d\x8f\x9d\x5b\x5a\xf2\xd4\x81\xd0\xdc\x28\x7f\x1c\xa8\x6c\xe0\xb1\x1d\x20\x9c\x1c\xfd\x7e\xcc\x32\x17\x73\xf7\x1b\xfa\x5b\xa3\xf9\x7d\x72\x6b\x6c\xbd\x0c\x3b\xe6\x92\x6a\xf6\x5a\xa6\xaf\xb6\x97\xe8\x8b\x0c\x95\xea\x41\xaf\xe3\xe1\x9b\x9c\x1c\x0d\x8b\xdd\xeb\x94\x7e\xfc\x15\x00\x00\xff\xff\xbb\xe4\xb4\xeb\xce\x07\x00\x00" func stakingcollectionTransfer_delegatorCdcBytes() ([]byte, error) { return bindataRead( @@ -5905,11 +5884,11 @@ func stakingcollectionTransfer_delegatorCdc() (*asset, error) { } info := bindataFileInfo{name: "stakingCollection/transfer_delegator.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x93, 0x16, 0x68, 0x5, 0x3d, 0xa5, 0xee, 0x16, 0xca, 0x4a, 0x65, 0x67, 0x33, 0x24, 0x8b, 0x1, 0x7f, 0x3, 0xd0, 0x68, 0xcb, 0xb8, 0x88, 0x36, 0x85, 0x30, 0xa8, 0xcd, 0x1f, 0xcf, 0x52, 0x77}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x5f, 0x1, 0xd0, 0xca, 0x5f, 0xe9, 0xf5, 0x2f, 0xe7, 0x99, 0xc1, 0xe3, 0xdd, 0x76, 0x2f, 0xf7, 0xc4, 0xf0, 0x44, 0x76, 0xbf, 0xeb, 0x1a, 0x6b, 0xed, 0x59, 0xca, 0x6, 0x27, 0xb3, 0x3c, 0xac}} return a, nil } -var _stakingcollectionTransfer_nodeCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x55\x5d\x4f\xdc\x4a\x0c\x7d\xdf\x5f\x61\xf2\xc0\x4d\x24\x08\xef\x2b\xf6\x22\x2e\xdc\xb6\x3c\x50\x10\x54\x7d\xa9\xfa\xe0\xcd\x38\xc9\x94\xec\x38\x9a\x71\x16\xd1\x8a\xff\x5e\x4d\x3e\x37\x24\x7c\xa8\xa2\xfb\xb4\x49\x3c\xc7\xc7\xe7\xd8\x63\xbd\x29\xd9\x0a\x7c\x28\xf8\xfe\x56\xf0\x4e\x9b\xec\x8c\x8b\x82\x12\xd1\x6c\x20\xb5\xbc\x81\x60\xf6\x5b\xb0\x58\x1c\x1d\xc1\x17\x8b\xc6\xa5\x64\x1d\x20\x7c\x66\x45\x3e\x8c\x2c\xf0\xfa\x07\x25\xd2\x1c\x47\x03\x58\x49\xce\x56\xff\xac\xe3\x92\x84\x2b\x23\xfe\x30\x1a\x05\xa8\x94\x03\xc9\x69\xf7\xb4\x30\xa0\x61\xc9\xc9\x76\xd1\x0e\xda\xfc\x30\x10\xf0\x08\x5a\x91\x11\x9d\x6a\x52\xb0\x7e\xa8\x61\x84\xe1\x54\x29\x4b\xce\xc5\x8b\x85\x78\x76\x58\x47\x87\x86\x15\x5d\x9c\x2f\xe1\x56\xac\x36\xd9\x01\x08\x2f\xbb\xc8\x08\x7e\x2d\x00\x00\x0a\x6a\x28\x4f\x6a\xbd\xa1\x74\x59\x17\x11\xce\x4a\x11\x0f\x7f\xaf\xee\x0d\xd9\x08\xf6\xe7\xe3\x26\x6f\xfa\xb4\xc2\x93\x6f\x67\x58\x2e\xdf\x0e\x54\x23\x95\x96\x4a\xb4\x14\xb6\xaa\xb5\x9c\xff\x63\x6b\xf9\xfe\x2b\x16\x15\x45\xb0\x7f\xda\x7c\xeb\x6a\xf6\x3f\xef\x63\x4e\x9d\xd6\x5e\x42\x69\x6d\x7d\xea\x4c\xeb\xab\x30\x6c\x2a\x27\x90\xe3\x96\x00\x61\x8b\x85\x56\x33\x0e\x81\x36\xc0\x56\x35\x8e\x5a\x4a\x48\x6f\xe9\x09\x62\xdc\x93\xd0\x29\x84\x7b\xf3\xd5\x2a\x26\xd7\xd2\xfe\x84\x5b\x9a\x04\x84\xd8\xf8\xb8\x04\xe1\x68\xb7\xb0\x5a\x13\x34\x3a\x79\xc6\xb7\x8c\x64\x78\xba\xd4\xce\x69\x93\xfd\x6f\x2d\xdb\xd0\x03\xf5\x30\x8f\x8b\x5d\xa9\x3e\x92\x00\x82\xa5\x94\x2c\x99\xa4\xee\x38\x5f\xd3\x6e\x8f\xcf\xfb\xec\x7f\x8e\x8a\x34\x7e\xae\xc7\x60\xd5\x79\x10\x3b\x61\x8b\x19\xc5\xeb\xda\xbb\xe3\xbf\xd1\x7b\xff\x86\x9e\xc7\x72\x7e\xf2\xa7\xe1\xb7\x0d\xa3\x6b\x94\x3c\x1a\x09\x7c\x72\xf2\x87\x1a\x1b\x5d\x44\xd1\x44\x5a\xaf\xe5\x75\xb5\x2e\x74\xd2\x5a\x0e\x9c\x36\x02\xbf\xde\x9e\xc2\x31\xf4\x78\xcd\x58\x75\x20\x2b\xc8\x48\xda\x07\xef\xee\x28\x6f\x33\x21\x80\x90\x60\x89\x6b\x5d\x68\x79\xe8\x6c\x2d\x6b\x2a\xb0\x21\xc9\x59\x39\xc0\x2d\xea\x02\xd7\x05\x01\x9b\xfa\x7b\xdb\xd6\x73\xa6\xc7\x63\xd7\xe7\x47\x1c\x56\x03\xc9\xb8\x4f\xaf\xc9\x8d\x34\xee\xfa\xe0\xed\xde\xbe\x31\xb0\x51\xfa\x1d\x4d\xad\x07\x67\xe4\xc1\x06\x93\x5c\x1b\x6a\x6b\xbc\x30\x29\xc3\xea\xe5\x39\xf0\xf0\x97\xa3\x53\x2e\x8c\xbe\x35\x17\xf8\xf7\x79\x9a\xc1\x19\x57\x85\x02\xc3\xe2\x7d\xee\x72\xf6\x3d\xa3\x7d\xd6\x7a\x1b\x79\xcf\x9c\xce\x0c\xd9\x7f\xfa\x5d\x04\x29\x37\xad\xe4\x53\xc0\xc5\x39\x04\xa3\x24\xbd\x09\x09\x9b\x04\xa5\xdd\x24\x51\xf7\x18\xc4\x70\x89\x77\x04\xae\xb2\xfe\x76\x43\x19\xa0\x72\x74\x90\xb0\x49\x75\x56\x59\x52\x80\x13\x5e\x41\xf4\x62\xa6\xc0\x6f\x48\x0f\xa2\x05\x2c\x65\xda\x09\x79\x1c\xdd\xb4\x9e\x6b\x2f\xdc\x64\xf0\x25\x78\x32\x50\x37\xb4\xe1\xc9\x9d\x3b\x08\xf1\xe2\x9d\x15\x8f\x5c\x34\xc3\xf1\xe3\xc3\x57\xec\xb3\x75\x56\x9f\xb0\xdf\xba\xad\x66\x23\x72\xe7\x54\xb2\xd3\x32\xb3\xfd\xdf\x63\xb0\x62\x54\xca\xa3\x5e\xd5\x2b\x2b\x3c\x3e\xdc\x29\x61\xef\x60\xa6\x2b\x97\x33\xef\x1a\x7b\x1e\x17\x8f\xbf\x03\x00\x00\xff\xff\x07\xba\x43\x9d\x26\x09\x00\x00" +var _stakingcollectionTransfer_nodeCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x55\x4d\x4f\xdb\x40\x10\xbd\xe7\x57\x0c\x3e\x50\x5b\x02\x73\x8f\x48\x11\x85\x7e\x70\xa0\x20\xa8\x7a\xa9\x7a\x98\x78\xc7\xf6\x16\x67\x27\xda\x1d\x07\xd1\x8a\xff\x5e\xad\x3f\x63\x6c\x20\xaa\x68\x4e\xb1\x3d\xfb\xe6\xcd\x7b\x33\x3b\x7a\xb5\x66\x2b\x10\x7c\x2a\xf8\xfe\x56\xf0\x4e\x9b\xec\x8c\x8b\x82\x12\xd1\x6c\x82\xd9\xec\xe8\x08\xbe\x59\x34\x2e\x25\xeb\x00\xe1\x2b\x2b\xf2\x61\x64\x81\x97\xbf\x28\x11\x48\x2d\xaf\x00\x0d\x60\x29\x39\x5b\xfd\xbb\x8a\x4b\x12\x2e\x8d\xf8\xc3\x68\x14\xa0\x52\x0e\x24\xa7\xed\xd3\xc2\x80\x86\x25\x27\xdb\x46\x3b\x68\xf2\x43\x4f\xc0\x23\x68\x45\x46\x74\xaa\x49\xc1\xf2\xa1\x82\x11\x86\x53\xa5\x2c\x39\x17\xcf\x66\xe2\xd9\x61\x15\x1d\x1a\x56\x74\x71\x3e\x87\x5b\xb1\xda\x64\x07\x20\x3c\x6f\x23\x23\xf8\x33\x03\x00\x28\xa8\xa6\x3c\xaa\xf5\x86\xd2\x79\x55\x44\x38\x29\x45\xdc\xff\xbd\xba\x37\x64\x23\xd8\x9f\x8e\x1b\xbd\xe9\xd2\x0a\x8f\xbe\x9d\xe1\x7a\xbe\x3b\x50\x85\xb4\xb6\xb4\x46\x4b\x61\xa3\x5a\xc3\xf9\x03\x5b\xcb\xf7\xdf\xb1\x28\x29\x82\xfd\xd3\xfa\x5b\x5b\xb3\xff\x79\x1f\x73\x6a\xb5\xf6\x12\x4a\x63\xeb\x53\x67\x1a\x5f\x85\x61\x55\x3a\x81\x1c\x37\x04\x08\x1b\x2c\xb4\x9a\x70\x08\xb4\x01\xb6\xaa\x76\xd4\x52\x42\x7a\x43\x4f\x10\xe3\x8e\x84\x4e\x21\xdc\x9b\xae\x56\x31\xb9\x86\xf6\x17\xdc\xd0\x28\x20\xc4\xda\xc7\x39\x08\x47\xdb\x85\x55\x9a\xa0\xd1\xc9\x33\xbe\x65\x24\xfd\xd3\xa5\x76\x4e\x9b\xec\xa3\xb5\x6c\x43\x0f\xd4\xc1\x3c\xce\xb6\xa5\xfa\x4c\x02\x08\x96\x52\xb2\x64\x92\xaa\xe3\x7c\x4d\xdb\x3d\x3e\xed\xb3\xff\x39\x2a\xd2\xf8\xb9\x1e\x83\x45\xeb\x41\xec\x84\x2d\x66\x14\x2f\x2b\xef\x8e\xff\x47\xef\xbd\x0f\x3d\x8f\x39\xec\x18\x7e\x5b\x33\xba\x46\xc9\xa3\x81\xc0\x27\x27\xff\xa8\xb1\xd1\x45\x14\x8d\xa4\xf5\x5a\x5e\x97\xcb\x42\x27\x8d\xe5\xc0\x69\x2d\xf0\xeb\xed\x29\x1c\x43\x87\x57\x8f\x55\x0b\xb2\x80\x8c\xa4\x79\xf0\xee\x0e\xf2\xd6\x13\x02\x08\x09\xae\x71\xa9\x0b\x2d\x0f\xad\xad\xeb\x8a\x0a\xac\x48\x72\x56\x0e\x70\x83\xba\xc0\x65\x41\xc0\xa6\xfa\xde\xb4\xf5\x94\xe9\xf1\xd0\xf5\xe9\x11\x87\x45\x4f\x32\xee\xd2\x6b\x72\x03\x8d\xdb\x3e\xd8\xdd\xdb\x1d\x03\x6b\xa5\xdf\xd0\xd4\x6a\x70\x06\x1e\xac\x30\xc9\xb5\xa1\xa6\xc6\x0b\x93\x32\x2c\x5e\x9e\x03\x0f\x7f\x39\x38\xe5\xc2\xe8\x47\x7d\x81\xff\x9c\xa6\x19\x9c\x71\x59\x28\x30\x2c\xde\xe7\x36\x67\xd7\x33\xda\x67\xad\xb6\x91\xf7\xcc\xe9\xcc\x90\x7d\xd7\xed\x22\x48\xb9\x6e\x25\x9f\x02\x2e\xce\x21\x18\x24\xe9\x4c\x48\xd8\x24\x28\xcd\x26\x89\xda\xc7\x20\x86\x4b\xbc\x23\x70\xa5\xf5\xb7\x1b\x4a\x0f\x95\xa3\x83\x84\x4d\xaa\xb3\xd2\x92\x02\x1c\xf1\x0a\xa2\x17\x33\x05\x7e\x43\x7a\x10\x2d\x60\x29\xd3\x4e\xc8\xe3\xe8\xba\xf5\x5c\x73\xe1\x26\xbd\x2f\xc1\x93\x81\xba\xa1\x15\x8f\xee\xdc\x5e\x88\x17\xef\xac\x78\xe0\xa2\xe9\x8f\x1f\x1f\xbe\x62\x9f\xad\xb2\xfa\x84\xdd\xd6\x6d\x34\x1b\x90\x3b\xa7\x35\x3b\x2d\x13\xdb\xff\x2d\x06\x2b\x46\xa5\x3c\xea\x55\xb5\xb2\xc2\xe3\xc3\xad\x12\xf6\x0e\x26\xba\x72\x3e\xf1\xae\xb6\xe7\x71\xf6\xf8\x37\x00\x00\xff\xff\x75\x5e\x42\x70\x0b\x09\x00\x00" func stakingcollectionTransfer_nodeCdcBytes() ([]byte, error) { return bindataRead( @@ -5925,11 +5904,11 @@ func stakingcollectionTransfer_nodeCdc() (*asset, error) { } info := bindataFileInfo{name: "stakingCollection/transfer_node.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x47, 0xef, 0x22, 0xe1, 0x55, 0xdc, 0x57, 0xd1, 0x75, 0x34, 0x7a, 0x46, 0x3a, 0x5, 0x6d, 0x60, 0x84, 0x71, 0xc1, 0x1b, 0xbc, 0x84, 0x3f, 0x5c, 0x55, 0x8f, 0x7a, 0xb6, 0x26, 0x7a, 0x12, 0x4e}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xcb, 0x77, 0xc3, 0xbd, 0x7, 0x48, 0x38, 0x45, 0x3b, 0xf5, 0xd2, 0xce, 0xe4, 0xfa, 0x8d, 0xe3, 0xf8, 0xe, 0x94, 0xd0, 0xb7, 0xad, 0xd7, 0x35, 0xf, 0x80, 0xfc, 0xe0, 0x24, 0x47, 0x51, 0x55}} return a, nil } -var _stakingcollectionUnstake_allCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x52\x4b\x6b\xf3\x40\x0c\xbc\xfb\x57\x0c\x39\x04\xfb\xe2\xdc\xc3\xf7\x35\xa4\x2f\x28\xa4\xb4\x24\xd0\xfb\x76\x23\x3b\x4b\x36\x2b\x57\x2b\x93\x42\xc9\x7f\x2f\xf6\xe6\x71\x88\x0b\xbd\x54\x07\xdb\xb2\xa4\x99\xd1\xc3\xed\x1a\x16\xc5\xa3\xe7\xfd\x4a\xcd\xd6\x85\xfa\x8e\xbd\x27\xab\x8e\x03\x2a\xe1\x1d\x46\x83\xb1\x51\x96\x4d\x26\x13\x2c\xe9\xa3\xa5\xa8\x11\xca\x68\x43\x54\xb3\x25\xcc\x17\x0b\x28\x6f\x29\x44\x54\x2c\xd0\x0d\x21\x36\x64\x5d\xe5\x68\x8d\xc0\x6b\x02\x0b\xd6\xe4\xa9\x36\xca\x02\x17\x52\x4a\x62\x80\x3d\x53\x64\x99\x8a\x09\xd1\xf4\x4e\xde\x15\x3e\xdd\x4f\xb1\x52\x71\xa1\x2e\xf0\x95\x01\x40\xff\xf0\xa4\xa7\xf2\x8b\xc0\x25\x55\x53\x98\x56\x37\xf9\xa0\xfe\xf2\xf2\xf9\xb2\x0f\x24\x05\xc6\xc3\x79\x57\x7f\xb2\x9e\xb3\x11\x6a\x8c\x50\x6e\xac\xe5\x36\xe8\x91\xea\x96\x45\x78\xff\x66\x7c\x4b\x05\xc6\xf3\x14\x3b\x69\xed\x2c\x92\xaf\xca\x21\xad\xf8\x8f\x23\x54\x19\x95\xc5\xd4\x54\xbe\xf7\x60\xff\xfe\xa2\x87\x9b\xbc\x5b\xed\x74\x78\xed\xd7\xe9\xab\xa4\xe8\xd5\xe8\xa6\x38\xb7\xd2\xd9\x6c\x86\xc6\x04\x67\x7f\xd0\x57\x93\x5e\xbc\x67\x17\xa3\x0b\xf5\x83\x08\x4b\x1e\x9c\x2f\x12\xd4\x21\xcd\x93\x3e\xc9\xb6\x4a\xbf\x19\x55\x79\x3c\xb4\xb9\xf7\xe7\xab\x48\xef\x13\xe2\x21\xfb\x0e\x00\x00\xff\xff\xe9\x4c\x75\x07\xd7\x02\x00\x00" +var _stakingcollectionUnstake_allCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x52\xcd\x6a\xf3\x30\x10\xbc\xeb\x29\x86\x1c\x82\x7d\x71\xee\xe1\xfb\x1a\xd2\x3f\x28\xa4\xb4\x24\xd0\xbb\xaa\xac\x1d\x11\x45\xeb\xae\xd6\xa4\x50\xf2\xee\x25\x56\x7e\x0e\x4d\x21\x97\xee\xc1\xd6\x4a\xb3\x33\xb3\xcb\xfa\x4d\xcb\xa2\x18\x3c\x06\xde\x2e\xd4\xae\x7d\x6c\xee\x38\x04\x72\xea\x39\x0e\x8c\x19\x8d\x46\x98\xd3\x47\x47\x49\x13\x94\xd1\xc5\xa4\x76\x4d\x98\xce\x66\x50\x5e\x53\x4c\xa8\x59\xa0\x2b\x42\x6a\xc9\xf9\xda\xd3\x12\x91\x97\x04\x16\x2c\x29\x50\x63\x95\x05\x3e\x66\x48\x56\x80\x3b\x49\x18\xa3\x62\x63\xb2\x7d\x52\xec\x0b\x9f\xee\xc7\x58\xa8\xf8\xd8\x94\xf8\x32\x00\xd0\x7f\x02\xe9\xb1\xfc\x6c\x70\x4e\xf5\x18\xb6\xd3\x55\x71\xd1\x7f\x75\x3e\xbe\x6c\x23\x49\x89\xe1\x65\xdc\x8f\x1b\xd3\x6b\xb6\x42\xad\x15\x2a\xac\x73\xdc\x45\x3d\x48\xdd\xb2\x08\x6f\xdf\x6c\xe8\xa8\xc4\x70\x9a\xdf\x8e\x5e\xf7\x91\x28\xd4\xd5\x25\xaf\xf8\x8f\x03\x55\x95\x94\xc5\x36\x54\xbd\xf7\x64\xff\xfe\xa2\x87\x9b\xa2\x16\xde\x8c\x71\x25\x7c\x91\x1d\xbd\x5a\x5d\x95\xa7\x56\xf6\x31\x99\xa0\xb5\xd1\xbb\x5f\xfc\x35\xa4\xe7\xec\xd9\xa7\xe4\x63\xf3\x20\xc2\x52\x44\x1f\xca\x4c\xb5\xcb\xf3\xa4\x4f\x72\x9d\xd2\x35\xa3\xaa\x0e\x8b\x36\x0d\xe1\xb4\x15\xf9\x7f\x64\xdc\x99\xef\x00\x00\x00\xff\xff\x1f\xd4\x15\x89\xbc\x02\x00\x00" func stakingcollectionUnstake_allCdcBytes() ([]byte, error) { return bindataRead( @@ -5945,11 +5924,11 @@ func stakingcollectionUnstake_allCdc() (*asset, error) { } info := bindataFileInfo{name: "stakingCollection/unstake_all.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x50, 0xc0, 0x6, 0x59, 0x7f, 0xf9, 0x38, 0x8f, 0xc8, 0x96, 0xee, 0xab, 0x4b, 0x7c, 0x23, 0xb4, 0x49, 0x99, 0x73, 0x98, 0x9, 0xfa, 0xf5, 0xe8, 0x47, 0x72, 0x3b, 0xce, 0xaa, 0x2a, 0x51, 0xc3}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x46, 0xcf, 0x4f, 0x34, 0xb1, 0xfc, 0xf3, 0x4d, 0x72, 0x9b, 0x1c, 0xe4, 0x76, 0x2d, 0x6f, 0x24, 0x2a, 0x3, 0x1b, 0x60, 0xca, 0xcf, 0x63, 0x72, 0x91, 0xcc, 0x20, 0xc7, 0xc6, 0x9, 0x47, 0x59}} return a, nil } -var _stakingcollectionUpdate_networking_addressCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x52\x4d\x6b\xe3\x40\x0c\xbd\xcf\xaf\x10\x39\x04\x1b\x16\xe7\x1e\x76\x37\x64\xb3\x2d\xf4\xd0\x0f\x1a\xe8\x5d\xb5\x65\x7b\xe8\x44\x32\x1a\x19\x17\x4a\xfe\x7b\xb1\x9d\x0f\xda\xb8\xd0\x4b\x75\xb0\x65\x49\x7e\x7a\x92\x9e\xdf\x35\xa2\x06\xd7\x41\xba\xad\xe1\x8b\xe7\x6a\x23\x21\x50\x6e\x5e\x18\x4a\x95\x1d\xcc\x26\x73\x33\xe7\x16\x8b\x05\x6c\x6a\xe4\x8a\x22\x58\x4d\xc0\x64\x9d\x68\x5f\x06\x58\x14\x4a\x31\x42\x29\x3a\xa4\x62\x43\xb9\x2f\x3d\x15\xc0\x52\x90\x73\xa6\xc8\x11\x07\xa0\xa4\x8f\xdc\xfc\x5f\xc2\xd6\xd4\x73\xf5\x0b\x98\xba\xf5\xf8\xfb\x31\x96\xc2\x9b\x03\x00\x18\x1e\x81\x0c\xe2\x67\x36\x8f\x54\x2e\x01\x5b\xab\x93\x49\xb2\xd9\xd9\xbd\xef\x98\x34\x85\xf9\x74\xdd\x45\xc4\x0d\x3d\x1b\xa5\x06\x95\x12\xcc\x73\x69\xd9\x0e\xad\xfe\x89\xaa\x74\x4f\x18\x5a\x4a\x61\xbe\x1e\x73\x47\xae\xbd\x45\x0a\x65\x36\xc5\x15\xfe\xc0\x01\x2a\x8b\x26\x8a\x15\x65\xcf\x03\xd8\xef\x9f\x98\xe1\x6f\xd2\xdf\x71\x39\x7d\xe3\xcb\xf2\xed\xc8\xe8\x01\xad\x4e\x4f\xa3\xf4\xb6\x5a\x41\x83\xec\xf3\x2f\xf8\x55\x64\xe7\xaf\x5b\x1f\xa3\xe7\xea\x4a\x55\x34\x61\x1f\xd2\x11\x6a\x3f\xee\x93\x5e\x29\x6f\x8d\xbe\xb3\xaa\xac\x6d\x0a\x34\xba\x3b\x69\xeb\xa0\x8d\x93\x6c\xc6\xf7\x47\xd9\x9c\xfd\x63\xdb\xbd\x7b\x0f\x00\x00\xff\xff\x15\xa3\x70\x9b\xe9\x02\x00\x00" +var _stakingcollectionUpdate_networking_addressCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x52\xcb\x6a\xeb\x40\x0c\xdd\xcf\x57\x88\x2c\x82\x0d\x17\x67\x1f\x6e\x1b\xd2\xb4\x85\x2e\xfa\xa0\x81\xee\x55\x5b\xb6\x87\x4e\x24\xa3\x91\x71\xa1\xe4\xdf\x8b\xed\x3c\x68\x9b\x42\x36\xd5\x62\x46\x23\x69\x8e\x8e\xc4\xf1\x9b\x46\xd4\x60\x72\x1b\xa4\x5b\x1b\xbe\x79\xae\x56\x12\x02\xe5\xe6\x85\x27\xce\xcd\x66\x33\x58\xd5\xc8\x15\x45\xb0\x9a\x80\xc9\x3a\xd1\xbe\x0c\xb0\x28\x94\x62\x84\x52\x74\x48\xc5\x86\x72\x5f\x7a\x2a\x80\xa5\x20\xe7\x4c\x91\x23\x0e\x40\x49\x1f\xb9\xbb\x9e\xc3\xda\xd4\x73\xf5\x0f\x98\xba\xe5\xf8\x7d\x1f\x4b\xe1\xc3\x01\x00\x0c\x47\x20\x83\xf8\x9d\xcd\x33\x95\x73\xc0\xd6\xea\xe4\x24\xd9\xec\xe8\x3e\x76\x4c\x9a\xc2\xf4\x74\xdd\x8f\x88\x1b\x7a\x36\x4a\x0d\x2a\x25\x98\xe7\xd2\xb2\xed\x5a\x5d\x89\xaa\x74\x2f\x18\x5a\x4a\x61\xba\x1c\x73\x7b\xae\xbd\x45\x0a\x65\x76\x8a\x2b\x5c\xc0\x0e\x2a\x8b\x26\x8a\x15\x65\xaf\x03\xd8\xff\xbf\x98\xe1\x32\x29\x55\x36\x73\x38\xb3\x7c\x3d\x32\x7a\x42\xab\xd3\xc3\x28\xbd\x2d\x16\xd0\x20\xfb\xfc\x17\x7e\x15\xd9\xf1\x75\xef\x63\xf4\x5c\xdd\xa8\x8a\x26\xec\x43\x3a\x42\x6d\xc7\x7d\xd2\x3b\xe5\xad\xd1\x39\xab\xca\xda\xa6\x40\xa3\x87\x83\xb6\x76\xda\x38\xc8\x66\xbc\xbf\xca\xe6\xe8\xef\xdb\x6e\xdd\x67\x00\x00\x00\xff\xff\x1b\x15\x77\x23\xce\x02\x00\x00" func stakingcollectionUpdate_networking_addressCdcBytes() ([]byte, error) { return bindataRead( @@ -5965,11 +5944,11 @@ func stakingcollectionUpdate_networking_addressCdc() (*asset, error) { } info := bindataFileInfo{name: "stakingCollection/update_networking_address.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x71, 0xda, 0xa2, 0x4a, 0x71, 0xac, 0xb7, 0x49, 0xa9, 0xef, 0xf6, 0x6f, 0xa6, 0x1b, 0xec, 0x13, 0x1c, 0xb9, 0xce, 0x20, 0xc6, 0x84, 0xbf, 0xee, 0x7f, 0x1, 0x0, 0x1, 0x2, 0x1f, 0xac, 0x8f}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x82, 0x6b, 0x65, 0xf3, 0xd0, 0x3c, 0xac, 0x51, 0xf2, 0x0, 0x52, 0x16, 0x3e, 0xdc, 0x80, 0xe, 0xc8, 0xd7, 0xc3, 0x1f, 0x71, 0x38, 0xae, 0x5a, 0x4c, 0xb5, 0xac, 0xb0, 0x9f, 0xda, 0xe6, 0xd5}} return a, nil } -var _stakingcollectionWithdraw_from_machine_accountCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x52\x4d\x8f\x9b\x30\x10\xbd\xf3\x2b\x46\x39\x44\x20\x55\xe4\x52\xf5\x80\xda\x46\xfd\x8a\xd4\x43\xd4\x2a\x69\x7b\x9f\x9a\x09\x58\x31\x1e\x3a\x1e\x4a\xaa\x2a\xff\x7d\x05\x0e\x89\xb4\x61\xa5\xbd\xac\x0f\x18\xf0\xcc\x9b\xf7\x9e\x9f\x6d\x5a\x16\x85\x8d\xe3\x7e\xaf\x78\xb4\xbe\xfa\xc4\xce\x91\x51\xcb\x1e\x0e\xc2\x0d\x2c\x66\xcf\x16\x49\xb2\x5a\xad\x60\x47\x7f\x3a\x0a\x0a\xca\xd0\x5b\xad\x4b\xc1\x1e\x94\x8f\xe4\x43\x6c\xd6\x9a\xa0\x41\x53\x5b\x4f\x80\xc6\x70\xe7\x75\xec\xfb\x51\xd3\x54\x87\x42\x80\x9d\x72\x83\x6a\x0d\x3a\xf7\x0f\x4a\x6a\x39\x58\xa5\x72\x80\x1d\x10\x3a\xef\xd8\x1c\xa9\x9c\x20\xe0\x2f\x76\x4e\x93\x44\x05\x7d\xc0\x91\x4f\xea\xb9\xa4\xaf\x9f\x0b\xd8\xab\x58\x5f\xbd\x02\x6c\x86\xca\x02\x7e\x6e\xec\xe9\xcd\xeb\x0c\xfe\x27\x00\x00\xe3\xc3\x91\x42\x78\x2c\x68\x47\x87\x62\xe0\x51\xa7\xb3\x7a\xf3\xdb\xeb\xb7\xde\x93\x64\xb0\x9c\xaf\xbb\xfb\x93\x8c\x33\x5b\xa1\x16\x85\xd2\x8b\x82\xcb\xa8\x8f\x2c\xc2\xfd\x2f\x74\x1d\x65\xb0\xfc\x10\xcf\x26\xae\xc3\x0a\xe4\x0e\xf9\x1c\x57\x78\x37\x99\x91\x07\x65\xc1\x8a\xf2\xdf\x23\xd8\xdb\x97\xd0\xf0\x3e\x1d\x6e\xb3\x98\x8f\xc9\x7d\xf9\x3e\x32\xfa\x8e\x5a\x67\x57\x29\xc3\x5a\xaf\xa1\x45\x6f\xcd\x13\xfc\x2a\xd2\xdb\xd7\xd6\x86\x60\x7d\xf5\x45\x84\x25\xf5\xd6\x65\x11\xea\x1c\xfd\xa4\x13\x99\x4e\xe9\x39\x56\xe5\x53\x32\x37\xc2\xcd\x36\x86\xf1\x62\xf5\x35\x35\x71\xbf\xa5\x26\xee\xd3\xc4\x73\xf2\x10\x00\x00\xff\xff\x99\x8e\x9c\x18\x27\x03\x00\x00" +var _stakingcollectionWithdraw_from_machine_accountCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x52\xcb\x6a\xe3\x40\x10\xbc\xeb\x2b\x1a\x1f\x8c\x04\x8b\x7c\x59\xf6\x20\x76\xd7\xec\x23\x86\x1c\x4c\x82\x9d\xe4\xde\x19\xb5\xa5\xc1\xa3\x69\xa5\xa7\x15\x39\x04\xff\x7b\x90\x64\xd9\x90\x38\xe0\x4b\xe6\xa0\xd1\xa3\x54\x5d\x55\x53\xb6\xaa\x59\x14\x26\x0b\xc7\xed\x5a\x71\x6b\x7d\xf1\x8f\x9d\x23\xa3\x96\xfd\x24\x8a\x66\xb3\x19\xac\xe8\xa9\xa1\xa0\xa0\x0c\xad\xd5\x32\x17\x6c\x41\x79\x4b\x3e\xc0\x46\xb8\x02\x2d\x09\x2a\x34\xa5\xf5\x04\x68\x0c\x37\x5e\xfb\xff\xee\x4a\x1a\x71\x28\x04\xd8\x28\x57\xa8\xd6\xa0\x73\x2f\x90\x53\xcd\xc1\x2a\xe5\x1d\x6d\xc7\xd0\x78\xc7\x66\x4b\xf9\x48\x01\xcf\xd8\x38\x8d\x22\x15\xf4\x01\x7b\x3d\xb1\xe7\x9c\xae\xff\x67\xb0\x56\xb1\xbe\xf8\x06\x58\x75\xc8\x0c\xee\x17\x76\xf7\xe3\x7b\x02\xaf\x11\x00\x40\x7f\x71\xa4\x10\xde\x1b\x5a\xd1\x26\xeb\x74\x94\xf1\x59\xbf\xe9\xe9\xf6\xa6\xf5\x24\x09\x4c\xcf\xe3\x3e\xbc\x89\xfa\x99\xb5\x50\x8d\x42\xf1\xc1\xc1\x61\xd4\x5f\x16\xe1\xf6\x01\x5d\x43\x09\x4c\xff\x0c\xdf\x46\xad\xdd\x0a\xe4\x36\xe9\x39\xad\xf0\x6b\x0c\x23\x0d\xca\x82\x05\xa5\x8f\x3d\xd9\xcf\xaf\xf0\xf0\x3b\xee\x4e\x33\x83\x0b\xe1\xeb\x41\xd1\x2d\x6a\x99\x1c\xad\x74\x6b\x3e\x87\x1a\xbd\x35\x9f\xe8\x2b\x48\x4f\x4f\x4b\x1b\x82\xf5\xc5\x95\x08\x4b\xec\xad\x4b\x06\xaa\xfd\x90\x27\xed\xc8\x34\x4a\x97\x44\x95\x8e\xcd\x5c\x08\x57\xcb\xa1\x8c\x87\xa8\x8f\xad\x19\xf6\x53\x6b\x86\x7d\x9c\xb8\x8f\xde\x02\x00\x00\xff\xff\xf7\x22\x8e\xb6\x0c\x03\x00\x00" func stakingcollectionWithdraw_from_machine_accountCdcBytes() ([]byte, error) { return bindataRead( @@ -5985,11 +5964,11 @@ func stakingcollectionWithdraw_from_machine_accountCdc() (*asset, error) { } info := bindataFileInfo{name: "stakingCollection/withdraw_from_machine_account.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xbd, 0xe4, 0x9d, 0x49, 0xaf, 0x7e, 0x6a, 0x20, 0xf7, 0x6d, 0x91, 0xc5, 0xba, 0xd4, 0xf5, 0x71, 0xc, 0xa5, 0xad, 0x7b, 0xfd, 0xd9, 0xfc, 0xb6, 0x81, 0xc8, 0x98, 0x6e, 0x3d, 0x3c, 0xd5, 0xf3}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x29, 0x60, 0xfa, 0xcf, 0x51, 0xab, 0x70, 0x1c, 0x8, 0x99, 0xd8, 0xbb, 0xf5, 0xb8, 0x9f, 0xf8, 0x38, 0x2f, 0x71, 0xb1, 0x30, 0x0, 0x3, 0x17, 0x8, 0x3d, 0x30, 0x28, 0xe8, 0x53, 0x3a, 0x4c}} return a, nil } -var _stakingcollectionWithdraw_rewarded_tokensCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x53\xcd\x6e\xd3\x40\x10\xbe\xfb\x29\x46\x3d\x54\xb1\x14\x39\x12\x20\x0e\x11\x10\x95\x9f\x4a\x3d\x20\x50\xd2\x72\x1f\xec\xb1\xbd\xca\x66\xc6\xcc\x8e\x71\x2b\xd4\x77\x47\x5e\xdb\x71\x45\x8d\xc4\x85\x3d\x78\xbd\xbb\xe3\xef\x67\xfc\xad\x3b\x35\xa2\x06\xd7\x5e\xba\x83\xe1\xd1\x71\xf5\x41\xbc\xa7\xdc\x9c\x30\x94\x2a\x27\xb8\x58\x3c\xbb\x48\x92\xcd\x66\x03\x7b\xfa\xd1\x52\x30\x30\x81\xce\x59\x5d\x28\x76\xa0\xd4\xa1\x16\x54\x80\xc9\x91\x38\x40\x29\x0a\x56\x13\x84\x86\x72\x57\x3a\x2a\x80\xa5\x20\x10\x85\x82\x3c\x55\x68\xa2\xe0\x78\x28\x19\x68\x20\x3f\xf3\x44\x96\xdb\x9a\x26\x30\x54\x02\x6c\x4d\x4e\x68\x2e\x47\xef\x1f\xa0\xa0\x46\x82\xb3\xc8\x17\x41\x5a\xf6\x92\x1f\xa9\x00\xcc\x73\x69\xd9\xe0\x27\xb6\xde\xa0\x74\x1a\x6c\x1d\xf1\xae\xb8\xe8\x2b\x19\x90\x1f\x60\x2c\x7e\x82\x3f\x23\x3a\x1e\x31\x97\x10\x93\xc4\x14\x39\x60\xd4\xb9\xea\x3d\xdd\x7c\xdc\xc2\xc1\xd4\x71\xb5\x9e\xbd\xf5\x9b\x77\x37\x6c\x2f\x5f\xec\xd6\x80\xa7\xfe\xfb\x2d\xdc\x5d\xbb\xfb\xd7\xaf\x52\xf8\x95\x00\x00\xc4\x87\x27\x9b\xfc\xcf\x6d\xde\x53\xb9\xed\xfd\xd6\xab\xc5\xbf\x90\xcd\xaf\x5f\x3a\x26\x4d\xe1\x72\xb9\xee\xd9\x4e\x12\x39\x1b\xa5\x06\x95\x56\xa3\xaf\x91\xea\xbd\xa8\x4a\xf7\x0d\x7d\x4b\x29\x5c\x5e\x0d\x67\x93\xd6\x7e\x04\xf2\x65\xb6\xa4\x15\xde\x4e\x2d\xca\x82\x89\x62\x45\xd9\xf7\x08\xf6\xe6\x7f\x78\x78\xb7\xea\x03\xba\x5d\x0e\xef\xf3\xf2\xc3\xa0\xe8\x2b\x5a\x9d\x9e\xad\xf4\x63\xb7\x83\x06\xd9\xe5\x7f\xd1\x57\x91\xcd\xab\xcf\x2e\x04\xc7\xd5\x27\x55\xd1\x15\x3b\x9f\x0e\x50\x8f\x43\x3f\xe9\x9e\xf2\xd6\xe8\x5f\x5a\x95\x4d\xf7\x65\x3f\x5e\x97\xdb\x18\xc0\x73\x8e\x86\xf9\x8f\x1c\x3d\x59\xcc\x59\x1a\xe6\x49\xc7\x63\xf2\x3b\x00\x00\xff\xff\x56\xdb\x41\xce\xd3\x03\x00\x00" +var _stakingcollectionWithdraw_rewarded_tokensCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x53\xcd\x6e\xd3\x40\x10\xbe\xfb\x29\x46\x3d\x54\xb6\x14\x39\x12\x20\x0e\x11\x10\x95\x9f\x4a\x3d\x20\x50\xd2\x72\x1f\xec\xb1\xbd\xca\x66\xc6\xcc\x8e\x71\x2b\xd4\x77\x47\x5e\xdb\x71\x05\x41\xea\x85\x3d\x78\xbd\xeb\xcf\xdf\xcf\xec\xac\x3b\xb6\xa2\x06\x17\xd7\x5e\xfa\xbd\xe1\xc1\x71\xfd\x41\xbc\xa7\xc2\x9c\xf0\x45\x92\xac\xd7\x6b\xd8\xd1\x8f\x8e\x82\x81\x09\xf4\xce\x9a\x52\xb1\x07\xa5\x1e\xb5\xa4\x12\x4c\x0e\xc4\x01\x2a\x51\xb0\x86\x20\xb4\x54\xb8\xca\x51\x09\x2c\x25\x81\x28\x94\xe4\xa9\x46\x13\x05\xc7\x23\x64\x94\x81\xe2\xa4\x13\x55\x6e\x1b\x9a\xc9\x50\x09\xb0\x33\x39\xa2\xb9\x02\xbd\x7f\x80\x92\x5a\x09\xce\xa2\x5e\x24\xe9\xd8\x4b\x71\xa0\x12\xb0\x28\xa4\x63\x83\x9f\xd8\x79\x83\xca\x69\xb0\x55\xe4\xbb\xe2\x72\x40\x32\x20\x3f\xc0\x04\x7e\xc2\xbf\x30\x3a\x9e\x38\xcf\x31\x26\x89\x29\x72\xc0\xe8\x33\x1d\x32\xdd\x7c\xdc\xc0\xde\xd4\x71\xbd\x5a\xb2\x0d\x9b\x77\x37\x6c\x2f\x5f\x6c\x57\x80\xc7\xe1\xff\x0d\xdc\x5d\xbb\xfb\xd7\xaf\x32\xf8\x95\x00\x00\xc4\x87\x27\x9b\xf3\x2f\x65\xde\x51\xb5\x19\xf2\x36\xe9\xd9\x53\xc8\x97\xd7\x2f\x3d\x93\x66\x70\x79\x1e\xf7\xd7\x4e\x12\x35\x5b\xa5\x16\x95\xd2\x29\xd7\x24\xf5\x5e\x54\xa5\xff\x86\xbe\xa3\x0c\x2e\xaf\xc6\x6f\xb3\xd7\x61\x04\xf2\x55\x7e\xce\x2b\xbc\x9d\x4b\x94\x07\x13\xc5\x9a\xf2\xef\x91\xec\xcd\xff\xc8\xf0\x2e\xad\x54\x8e\x1b\x78\x26\x7c\x3f\x3a\xfa\x8a\xd6\x64\xa7\x28\xc3\xd8\x6e\xa1\x45\x76\xc5\x3f\xfc\xd5\x64\xcb\xea\xb3\x0b\xc1\x71\xfd\x49\x55\x34\x65\xe7\xb3\x91\xea\x71\xac\x27\xdd\x53\xd1\x19\x3d\xa7\x54\xf9\x7c\x5f\x76\xd3\x75\xb9\x8d\x0d\x78\xea\xa3\x71\xfe\xa3\x8f\x9e\x2c\x96\x5e\x1a\xe7\xd9\xc7\x63\xf2\x3b\x00\x00\xff\xff\x99\x17\xf2\x4f\xb8\x03\x00\x00" func stakingcollectionWithdraw_rewarded_tokensCdcBytes() ([]byte, error) { return bindataRead( @@ -6005,11 +5984,11 @@ func stakingcollectionWithdraw_rewarded_tokensCdc() (*asset, error) { } info := bindataFileInfo{name: "stakingCollection/withdraw_rewarded_tokens.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xa6, 0x63, 0x8a, 0x1, 0x16, 0xdc, 0x1c, 0x8f, 0x1, 0x1b, 0x88, 0x6f, 0xa7, 0x3f, 0x2d, 0xed, 0x93, 0x82, 0x18, 0x77, 0x47, 0x3, 0x41, 0xd8, 0xf0, 0x11, 0xba, 0xc3, 0xb1, 0xce, 0x1c, 0xbd}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xf1, 0x8f, 0x89, 0x1b, 0xbb, 0xe2, 0x63, 0xfb, 0x74, 0xb5, 0xe3, 0x6a, 0x52, 0x0, 0x79, 0x2c, 0xf7, 0xdd, 0xea, 0xb8, 0x6a, 0x4e, 0xb7, 0x7a, 0x5b, 0x33, 0xba, 0xc1, 0xb5, 0xba, 0x9f, 0x66}} return a, nil } -var _stakingcollectionWithdraw_unstaked_tokensCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x53\x4b\x6b\xdc\x30\x10\xbe\xfb\x57\x0c\x39\x84\x35\x2c\x5e\x68\x4b\x0f\x4b\xdb\x25\x7d\x04\x72\x28\x2d\xd9\x6c\xef\xaa\x3d\xb6\x87\xd5\xce\xb8\xa3\x71\x9d\x50\xf2\xdf\x8b\xfc\x58\x87\xc6\x85\x5e\xaa\x83\x65\x49\xc3\xf7\x18\x7d\xa2\x53\x23\x6a\x70\xed\xa5\xdb\x9b\x3b\x12\x57\x1f\xc4\x7b\xcc\x8d\x84\xa1\x54\x39\xc1\xc5\xe2\xd9\x45\x92\x6c\x36\x1b\xb8\xc5\x1f\x2d\x06\x03\x13\xe8\xc8\xea\x42\x5d\x07\x2d\x07\x73\x47\x2c\xc0\xe4\x88\x1c\xa0\x14\x05\xab\x11\x42\x83\x39\x95\x84\x05\xb0\x14\x08\xa2\x50\xa0\xc7\xca\x99\x28\x10\x0f\x25\x03\x0d\xe4\x67\x9e\x9e\xe5\xae\xc6\x09\xcc\x29\x82\x6b\x4d\x4e\xce\x28\x77\xde\x3f\x40\x81\x8d\x04\xb2\x9e\xaf\x07\x69\xd9\x4b\x1e\xf9\x5d\x9e\x4b\xcb\x06\x3f\x5d\xeb\x0d\x4a\xd2\x60\xeb\x1e\xef\x8a\x8b\x58\xc9\xe0\xf8\x01\xc6\xe2\x27\xf8\x33\x22\xf1\x88\xb9\x88\x48\x25\x90\x01\x85\x58\xa1\x98\x24\xa6\x8e\x83\xeb\x65\xaf\xa2\xc5\x9b\x8f\x5b\xd8\x9b\x12\x57\xeb\xd9\x6a\xdc\x3c\xdc\xb0\xbd\x7c\xb1\x5b\x83\x3b\x45\xb8\x2d\x1c\xae\xe9\xfe\xf5\xab\x14\x7e\x25\x00\x00\xfd\xc7\xa3\x4d\xed\x98\xbb\x7e\x8b\xe5\x36\xda\xaf\x57\x8b\x97\x92\xcd\xbf\x5f\x3a\x46\x4d\xe1\x72\xb9\xee\xd9\x4e\xd2\x73\x36\x8a\x8d\x53\x5c\x8d\x36\x47\xaa\xf7\xa2\x2a\xdd\x37\xe7\x5b\x4c\xe1\xf2\x6a\x38\x9b\xb4\xc6\x11\xd0\x97\xd9\x92\x56\x78\x3b\x75\x2c\x0b\x26\xea\x2a\xcc\xbe\xf7\x60\x6f\xfe\x87\x87\x77\xab\x98\xd7\xed\x72\x96\x9f\x97\xef\x07\x45\x5f\x9d\xd5\xe9\xd9\x4a\x1c\xbb\x1d\x34\x8e\x29\xff\x8b\xbe\x0a\x6d\x5e\x7d\xa6\x10\x88\xab\x4f\xaa\xa2\x2b\x26\x9f\x0e\x50\x8f\x43\x3f\xf1\x1e\xf3\xd6\xf0\x5f\x5a\x95\x4d\xcf\xe7\x30\xbe\x9e\xbb\x3e\x8f\xe7\x1c\x0d\xf3\x1f\x39\x7a\xb2\x98\xb3\x34\xcc\x93\x8e\xc7\xe4\x77\x00\x00\x00\xff\xff\xdd\xfc\xae\x13\xe2\x03\x00\x00" +var _stakingcollectionWithdraw_unstaked_tokensCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x53\x4b\x6b\xdb\x40\x10\xbe\xeb\x57\x0c\x39\x04\x1b\x8c\x0c\x6d\xe9\xc1\xb4\x35\xe9\x23\x90\x43\x69\x89\xe3\xde\xa7\xd2\x48\x1a\xbc\x9e\x51\x67\x47\x55\x42\xc9\x7f\x2f\x7a\x59\xa1\x75\x21\x97\xee\x41\xab\x5d\x7d\x7c\x8f\xd1\x0c\x1f\x6b\x35\x87\x8b\xeb\xa0\xed\xce\xf1\xc0\x52\x7e\xd0\x10\x28\x73\x56\xb9\x48\x92\xf5\x7a\x0d\xb7\xf4\xa3\xa1\xe8\xe0\x0a\x2d\x7b\x95\x1b\xb6\xd0\x48\x74\x3c\x50\x0e\xae\x07\x92\x08\x85\x1a\x78\x45\x10\x6b\xca\xb8\x60\xca\x41\x34\x27\x50\x83\x9c\x02\x95\xe8\x6a\xc0\x32\x40\x06\x19\xc8\x4e\x3a\xbd\xca\x5d\x45\x13\x19\x1a\x01\x36\xae\x47\x74\xce\x30\x84\x07\xc8\xa9\xd6\xc8\xde\xeb\xf5\x24\x8d\x04\xcd\x3a\x7d\xcc\x32\x6d\xc4\xe1\x27\x36\xc1\xa1\x60\x8b\xbe\xea\xf9\xae\x24\xef\x90\x02\x28\x0f\x30\x82\x9f\xf0\xcf\x8c\x2c\x23\xe7\x59\x46\x2e\x80\x1d\x38\x76\x08\xa3\x24\x71\x43\x89\xd8\xdb\x5e\x74\x11\x6f\x3e\x6e\x60\xe7\xc6\x52\xae\xe6\xa8\xdd\xe5\xfe\x46\xfc\xe5\x8b\xed\x0a\xf0\xd8\xd1\x6d\x60\x7f\xcd\xf7\xaf\x5f\x2d\xe1\x57\x02\x00\xd0\x3f\x02\xf9\x54\x8e\xb9\xea\xb7\x54\x6c\xba\xf8\xd5\xe2\xec\x4f\x49\xe7\xd7\x2f\xad\x90\x2d\xe1\xf2\x3c\xee\xaf\x9b\xa4\xd7\xac\x8d\x6a\x34\x5a\x8c\x31\x47\xa9\xf7\x6a\xa6\xed\x37\x0c\x0d\x2d\xe1\xf2\x6a\xf8\x36\x79\xed\x56\xa4\x50\xa4\xe7\xbc\xc2\xdb\xa9\x62\x69\x74\x35\x2c\x29\xfd\xde\x93\xbd\xf9\x1f\x19\xde\x2d\x0a\xd3\xe3\x06\x9e\x09\xdf\x0d\x8e\xbe\xa2\x57\xcb\x53\x94\x6e\x6d\xb7\x50\xa3\x70\xf6\x0f\x7f\x25\xf9\x7c\xfa\xcc\x31\xb2\x94\x9f\xcc\xd4\x16\xc2\x61\x39\x50\x3d\x0e\xf5\xa4\x7b\xca\x1a\xa7\xe7\x94\x2a\x9d\xc6\x67\x3f\x4e\xcf\x5d\xdf\x8f\xa7\x3e\x1a\xf6\x3f\xfa\xe8\xc9\x61\xee\xa5\x61\x9f\x7c\x3c\x26\xbf\x03\x00\x00\xff\xff\xc1\xba\xde\xca\xc7\x03\x00\x00" func stakingcollectionWithdraw_unstaked_tokensCdcBytes() ([]byte, error) { return bindataRead( @@ -6025,11 +6004,11 @@ func stakingcollectionWithdraw_unstaked_tokensCdc() (*asset, error) { } info := bindataFileInfo{name: "stakingCollection/withdraw_unstaked_tokens.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x60, 0x41, 0xb0, 0x7d, 0xf, 0xc5, 0x4e, 0x3, 0x89, 0x2e, 0xfb, 0x1b, 0x4, 0x12, 0x64, 0x4d, 0x27, 0x8d, 0x3d, 0xd7, 0xfe, 0xb3, 0x4d, 0x7b, 0xb7, 0x45, 0x31, 0x15, 0xd8, 0x80, 0xb7, 0xdb}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x4, 0xb5, 0xce, 0x6e, 0xf2, 0x4c, 0x8d, 0x91, 0x62, 0x27, 0xf2, 0x59, 0x75, 0x6f, 0x6d, 0x91, 0xcc, 0x38, 0x23, 0x4b, 0x58, 0xb2, 0x9d, 0xfd, 0xcf, 0x75, 0x2a, 0x4e, 0x68, 0x77, 0xce, 0x1d}} return a, nil } -var _stakingproxyAdd_node_infoCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x91\x41\x6b\xc2\x40\x10\x85\xef\xf9\x15\x43\x0e\x92\x80\xe4\x5c\x42\xad\x58\x7b\xa8\x14\x5a\x41\xda\xfb\x98\x9d\xe8\xd2\xb8\xb3\x4c\x26\x58\x29\xfe\xf7\xb2\x46\x4d\x42\xba\x87\x90\x7d\x3b\x33\xfb\xed\x7b\xf6\xe0\x59\x14\x36\x8a\xdf\xd6\xed\xd6\xc2\x3f\x27\x28\x85\x0f\x10\xf7\xa5\x38\x8a\x54\xd0\xd5\x58\xa8\x65\x97\x58\x93\xc3\x46\xc5\xba\xdd\x14\x84\x2b\xca\xe1\x73\xe5\xf4\x61\x0a\x8e\xf4\xc8\x12\xda\x16\xc6\x08\xd5\x75\x57\xd7\x1d\xbd\xd1\xa9\x93\xeb\xf6\x96\x9e\x96\xc2\x6f\x14\x01\x00\x78\x21\x8f\x42\x09\x16\x05\x37\x4e\x73\xc0\x46\xf7\xc9\x33\x8b\xf0\xf1\x0b\xab\x86\x52\x98\x2c\xda\xb3\xd0\x03\xd7\x55\x91\x82\x0f\xd0\xaf\x5c\x19\x12\x98\xc1\x75\x40\x56\x2b\x0b\xee\x28\xdb\x5e\x46\x3c\x4e\xfa\x2f\xcc\xde\xd9\x50\x10\x48\xd6\x5d\xf3\x53\x12\xbc\xc8\x61\x54\xf9\xe1\x49\x50\x59\x96\xe8\x71\x6b\x2b\xab\xa7\x4d\x3b\x7c\x8d\xba\x4f\xef\x2c\x61\xcd\xe7\xe0\xd1\xd9\x22\x89\x97\xdc\x54\x06\x1c\x2b\xb4\x04\x20\x54\x92\x90\x2b\x08\x94\x6f\x4e\xb4\xec\xb0\xbf\xdc\x1f\xa7\xd1\xe0\x5d\x8e\x0d\xad\x5c\xc9\x30\x1b\x23\x05\x3d\xb9\x14\xbc\xe4\x60\xcd\x2d\x99\xf0\xfd\x37\x98\x91\x34\xca\x68\xb0\x1d\x46\xd5\xfd\xf7\x08\x7b\xae\x67\x68\xcc\x10\xca\x95\x9c\xdf\xf9\x5b\x87\xce\xd1\x39\xfa\x0b\x00\x00\xff\xff\x8d\x03\xa9\x86\x80\x02\x00\x00" +var _stakingproxyAdd_node_infoCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x91\xcf\x8a\xe2\x40\x10\xc6\xef\xfd\x14\x45\x0e\x92\x80\xe4\xbc\x84\x75\xc5\x75\x0f\x2b\x03\x33\x82\xcc\xdc\xcb\x74\x45\x9b\x89\x5d\x4d\xa5\x82\x23\x83\xef\x3e\xb4\x51\x93\x8c\xd3\x87\x90\xfe\xba\xfe\xfc\xaa\x3e\x77\x08\x2c\x0a\xc9\x46\xf1\xdd\xf9\xdd\x5a\xf8\xe3\x94\x18\xa3\x82\xbe\xc1\x52\x1d\xfb\xd4\xd9\x02\x36\x2a\xce\xef\xa6\x20\x5c\x53\x01\xaf\x2b\xaf\xbf\xa6\xe0\x49\x8f\x2c\x31\x6d\x61\xad\x50\xd3\xf4\x71\xfd\xd3\x13\x9d\x7a\xb9\xe9\xba\x0c\xb4\x0c\x3e\x8d\x01\x00\x08\x42\x01\x85\x52\x2c\x4b\x6e\xbd\x16\x80\xad\xee\xd3\xbf\x2c\xc2\xc7\x37\xac\x5b\xca\x60\xb2\xe8\xde\x62\x0e\x5c\x4f\x4d\x0a\x21\x42\xff\xe7\xda\x92\xc0\x0c\xae\x05\xf2\x46\x59\x70\x47\xf9\xf6\x52\xe2\xf7\x64\x38\x61\xfe\xcc\x96\xa2\x40\xb2\xee\x93\xff\xa4\x95\xf0\x21\x92\x7d\x8b\x7c\x09\x24\xa8\x2c\x4b\x0c\xb8\x75\xb5\xd3\xd3\xa6\x2b\xbe\x46\xdd\x67\x77\x96\x78\xe6\x73\x08\xe8\x5d\x99\x26\x4b\x6e\x6b\x0b\x9e\x15\x3a\x02\x10\xaa\x48\xc8\x97\x04\xca\xb7\x4d\x74\xec\xb0\xbf\xf4\x4f\x32\x33\x9a\xcb\xb3\xa5\x95\xaf\x18\x66\x8f\x48\x51\x4f\x2f\x01\xff\x0a\x70\xf6\xe6\x4c\xfc\xfe\x68\xcc\x83\xf4\xe0\xd1\xe8\x3a\xb6\xaa\xff\x1f\x10\x0e\xb6\x9e\xa3\xb5\x63\x28\x5f\x71\x71\xe7\xef\x36\x74\x36\x67\xf3\x15\x00\x00\xff\xff\xa3\x07\x0d\xbf\x6e\x02\x00\x00" func stakingproxyAdd_node_infoCdcBytes() ([]byte, error) { return bindataRead( @@ -6045,11 +6024,11 @@ func stakingproxyAdd_node_infoCdc() (*asset, error) { } info := bindataFileInfo{name: "stakingProxy/add_node_info.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x57, 0x4c, 0x70, 0x39, 0x70, 0x71, 0x9e, 0x6c, 0x1, 0xdf, 0x9c, 0x65, 0xbf, 0x4, 0xb9, 0xfd, 0xe4, 0x59, 0x8e, 0x5a, 0xcf, 0xd2, 0x23, 0xd, 0x25, 0x7, 0xa2, 0xd, 0xd3, 0xe, 0xb1, 0x72}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x76, 0x92, 0x11, 0xe0, 0x89, 0xa, 0xf9, 0x27, 0x8b, 0xc0, 0xa4, 0xe4, 0x31, 0x1a, 0x2d, 0x42, 0x2c, 0x96, 0x24, 0x30, 0xa, 0xda, 0x94, 0x9e, 0x69, 0x14, 0xb7, 0x61, 0x66, 0x1c, 0x7b, 0xac}} return a, nil } -var _stakingproxyGet_node_infoCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x90\x41\x4e\xf3\x30\x10\x85\xf7\x3e\xc5\xfb\xb3\xf8\x95\x48\x28\x07\xa8\x80\xaa\x2a\x0b\xd8\x40\x45\x4f\xe0\x3a\x93\x60\xe1\x7a\xac\xf1\x44\x50\x55\xbd\x3b\x4a\xad\x14\x50\x17\xcc\xc6\xf2\xcc\xbc\x37\x4f\x9f\xdf\x27\x16\xc5\x56\xed\xbb\x8f\xc3\x46\xf8\xf3\x80\x5e\x78\x8f\xea\x67\xab\x32\xc6\x3a\x47\x39\xd7\x36\x84\x06\xfd\x18\xb1\xb7\x3e\xd6\xd6\x39\x1e\xa3\x2e\xb0\xea\x3a\xa1\x9c\x6f\x10\xb9\xa3\xa7\x87\x05\xb6\x2a\x3e\x0e\xcd\xe2\x97\x73\xfb\x3c\x4d\x63\xcf\x38\x1a\x03\x00\x81\x14\x69\x9a\xbc\x52\x8f\x3b\x0c\xa4\xab\xe2\x38\x3b\x37\xe7\xb5\xa9\x5a\x67\x93\xdd\xf9\xe0\xd5\x53\x6e\x77\x2c\xc2\x1f\xb7\xff\xaf\xdc\xa7\x06\xc9\xf9\xff\xc8\xa1\x23\x39\xfe\xbd\xb2\x19\x77\xc1\xbb\xd3\x7d\x7d\x39\x36\xd5\x95\xee\x25\x91\x58\x65\x59\xcf\x41\x0e\x45\xb8\xb1\xfa\x76\x51\x7e\x07\x5e\x2e\x91\x6c\xf4\xae\xae\xd6\x3c\x86\x0e\x91\x15\x25\x36\xd2\x59\x07\xa1\x9e\x84\xa2\x23\x28\x23\x97\x73\x05\x47\xd5\x14\x3e\x42\x3a\x4a\xbc\x20\x6a\x07\xd2\x19\x61\x3d\x93\x2e\x6f\xf3\xcf\x9c\xcc\x57\x00\x00\x00\xff\xff\x07\xe6\x21\xd3\xcd\x01\x00\x00" +var _stakingproxyGet_node_infoCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x90\xcf\x4e\xc3\x30\x0c\xc6\xef\x79\x0a\xd3\x03\x6a\x25\xd4\x07\x98\x80\x69\x1a\x07\xb8\xc0\xc4\x9e\x20\x4b\xdd\x12\x91\xd9\x91\xe3\x0a\xa6\x69\xef\x8e\xd2\xa8\xdd\x61\x07\x7c\xc9\x1f\xfb\xfb\xfc\xe9\xe7\x8f\x91\x45\xa1\xda\xab\xfd\xf6\x34\xec\x84\x7f\x4f\x95\x31\xd6\x39\x4c\xa9\xb6\x21\x34\xd0\x8f\x04\x47\xeb\xa9\xb6\xce\xf1\x48\xba\x82\x4d\xd7\x09\xa6\xf4\x00\xc4\x1d\xbe\xbd\xac\x60\xaf\xe2\x69\x68\xf2\xe5\x6a\xd3\xbe\xe7\x2e\xf5\x0c\x67\x63\x00\x00\x02\x2a\xc4\xdc\xf9\xc4\x1e\x9e\x60\x40\xdd\x14\xc7\xd9\xb9\x99\xc6\x72\xb5\xce\x46\x7b\xf0\xc1\xab\xc7\xd4\x1e\x58\x84\x7f\x1e\xef\x6f\xdc\xf3\x07\xca\xf4\x7e\xe5\xd0\xa1\x9c\xff\x1f\xd9\x8d\x87\xe0\xdd\xe5\xb9\x5e\x96\xe5\xba\xd1\x7d\x44\x14\xab\x2c\xdb\x39\xc8\xa9\x08\x77\x56\xbf\x16\xe5\x35\xf0\x7a\x0d\xd1\x92\x77\x75\xb5\xe5\x31\x74\x40\xac\x50\x62\x43\x9c\x74\x20\xd8\xa3\x20\x39\x04\x65\x48\x65\x5d\xc1\x51\x35\x85\x8f\xa0\x8e\x42\x0b\xa2\x76\x40\x9d\x11\xd6\x33\xe9\x72\x36\x77\xe6\x62\xfe\x02\x00\x00\xff\xff\x75\xe3\xfa\x9a\xbb\x01\x00\x00" func stakingproxyGet_node_infoCdcBytes() ([]byte, error) { return bindataRead( @@ -6065,11 +6044,11 @@ func stakingproxyGet_node_infoCdc() (*asset, error) { } info := bindataFileInfo{name: "stakingProxy/get_node_info.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xe2, 0x3e, 0xd4, 0xe5, 0xc4, 0x95, 0x56, 0x6b, 0xfd, 0xc9, 0xe5, 0x64, 0xc, 0x1b, 0xe0, 0xbd, 0xff, 0x2b, 0x95, 0x9a, 0xaf, 0x4e, 0xdd, 0xf1, 0x3c, 0xf7, 0x3e, 0xc0, 0xfd, 0x96, 0x31, 0x6c}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xd9, 0xfb, 0xba, 0x54, 0xe8, 0xb2, 0x3a, 0xb1, 0x3f, 0x95, 0x1b, 0x79, 0x10, 0xc9, 0x83, 0xad, 0x94, 0x84, 0xc6, 0xb, 0xfc, 0x4f, 0x3e, 0x3d, 0x20, 0x78, 0xb5, 0x7c, 0x4a, 0x40, 0x2a, 0x63}} return a, nil } -var _stakingproxyRegister_nodeCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xa4\x93\x41\x8f\xd3\x30\x10\x85\xef\xf9\x15\xa3\x1c\x4a\x22\x55\x3e\x21\x0e\x11\x65\xb5\xec\x0a\x81\x84\x96\x8a\x02\x77\xd7\x9e\xa4\x56\x53\x4f\xe4\x4c\x44\x2b\xb4\xff\x1d\x39\x76\x52\xb7\x05\x84\xb4\xbe\x64\xd7\xe3\x79\xf3\xbd\x67\xd7\x1c\x3a\x72\x0c\x9f\x49\xed\x51\x7f\xa3\x3d\xda\x1e\x6a\x47\x07\xc8\xd3\xad\x3c\x8b\xe7\x36\x2c\xf7\xc6\x36\x6b\x47\xc7\x53\x3c\x97\x6e\xe5\x59\xc6\x4e\xda\x5e\x2a\x36\x64\x0b\xa9\xb5\xc3\xbe\xaf\xe0\x3e\xfc\xb1\x04\xa3\x2b\xd8\xb0\x33\xb6\x59\x82\x3c\xd0\x60\xb9\x82\xef\x1f\xcc\xf1\xcd\xeb\x12\x7e\x65\x19\x00\x40\x8b\x0c\x3b\x6a\x35\xba\xaf\x58\x57\x20\x07\xde\x15\x29\x8b\x18\x3f\x5f\x3a\x74\xd2\x0f\xe9\x4b\x58\xdc\x96\x3f\x8e\x02\x41\xb0\x73\xd8\x49\x87\x85\x54\x2a\x0c\x1c\x25\xdf\x93\x73\xf4\xf3\x87\x6c\x07\x2c\x61\x71\x1f\x6a\x1e\x02\xe2\xea\xb1\xad\xc5\x0c\x02\x2b\x88\xfd\xa2\x67\x72\xb2\x41\xb1\x1d\x15\xde\xbe\x04\xf0\x5d\xe1\x33\xac\xe0\x6f\xf5\x4d\x18\xb5\x96\xbc\x2b\x67\x30\xbf\xee\xee\xa0\x93\xd6\xa8\x22\x7f\xa0\xa1\xd5\x60\x89\x21\xf0\x80\xc3\x1a\x1d\x5a\x85\xc0\x04\x89\x56\x1e\x14\x9e\x43\x28\x78\x44\x35\x30\x26\x7e\x7d\xee\x96\x34\x06\x70\x8a\xa6\x1b\xe4\x98\xcd\x74\x9b\xa5\x50\xb2\x93\x5b\xd3\x1a\x36\xd8\x5f\x50\x4d\x91\x2c\xd2\x37\x21\x9e\x48\xa3\xdf\x40\x37\xfe\x3f\x39\xbf\xe8\xf4\xeb\xa6\x69\x22\x79\x98\xe6\x9d\xd6\xc3\xb6\x35\xca\xc7\x71\xd1\xfd\xdf\xd9\x78\x7f\x40\x51\x16\xba\x51\x0d\x66\x3b\xa7\xbc\xcc\x6e\xe2\xf8\x64\x6b\x82\xd5\x75\x32\xa2\x41\x7e\x8a\xd5\x62\x3c\xf6\x58\x81\xd1\xff\x04\xb1\xaf\xd8\xc7\x09\xc6\x2b\xd6\xe4\x82\xfc\xe3\x2a\x17\x8a\xac\x92\x5c\x18\x5d\x26\x00\x97\xef\x4f\x28\x87\x92\xf1\x9c\x65\x31\xc1\x55\x33\xe6\xf9\x27\x15\xbe\x7f\x70\x93\xdc\x03\xac\xae\x47\x84\x90\xa2\x7c\xd2\x7c\xed\x5d\x6a\x9d\xde\xd5\xec\x7f\xe2\x10\x46\x2f\xa1\xf3\xa5\xea\x7a\xe8\xf4\x06\x9f\xb3\xdf\x01\x00\x00\xff\xff\x1f\x55\xea\x18\x79\x04\x00\x00" +var _stakingproxyRegister_nodeCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xa4\x53\x5f\x8b\xd3\x40\x10\x7f\xcf\xa7\x18\xf2\x50\x13\x28\xfb\x24\x3e\x04\xeb\x71\xde\x21\x0a\x72\x16\xab\xbe\x6f\x77\x27\xe9\xd2\x74\x27\x4c\x26\xd8\x22\xf7\xdd\x65\xb3\x49\x9a\xb6\x2a\xc2\xed\xcb\x26\x3b\x99\xdf\xbf\x9d\xb8\x43\x43\x2c\x90\x7e\x26\xb3\x47\xfb\x8d\xf6\xe8\xdb\x34\x19\x4f\x37\xa2\xf7\xce\x57\x6b\xa6\xe3\x29\x4d\x12\x61\xed\x5b\x6d\xc4\x91\xcf\xb4\xb5\x8c\x6d\x5b\xc0\x7d\x7c\x58\x82\xb3\x05\x6c\x84\x9d\xaf\x96\xa0\x0f\xd4\x79\x29\xe0\xfb\x07\x77\x7c\xf3\x3a\x87\x5f\x49\x02\x00\x50\xa3\xc0\x8e\x6a\x8b\xfc\x15\xcb\x02\x74\x27\xbb\x6c\xce\xac\xfa\xed\x4b\x83\xac\x03\x49\x9b\xc3\xe2\xb6\xfc\xb1\x07\x88\x80\x0d\x63\xa3\x19\x33\x6d\x4c\x24\xec\x21\xdf\x13\x33\xfd\xfc\xa1\xeb\x0e\x73\x58\xdc\xc7\x5a\x10\x01\xc3\x6a\xb1\x2e\xd5\x24\x04\x56\x30\xf4\xab\x56\x88\x75\x85\x6a\xdb\x23\xbc\x7d\x89\xc0\x77\x59\xc9\x74\x28\xe0\x6f\xf5\x4d\xa4\x5a\x6b\xd9\xe5\x93\xb0\xb0\xee\xee\xa0\xd1\xde\x99\x2c\x7d\xa0\xae\xb6\xe0\x49\x20\xea\x01\xc6\x12\x19\xbd\x41\x10\x82\x19\x56\x1a\x11\x9e\x63\x28\x78\x44\xd3\x09\xce\xfc\x86\xdc\x3d\x59\x8c\xc2\x69\x30\x5d\xa1\x0c\xd9\x8c\xb7\x99\x2b\xa3\x1b\xbd\x75\xb5\x13\x87\xed\x85\xaa\x31\x92\xc5\x7c\x26\xd4\x13\x59\x0c\x07\xc8\xfd\xfb\xe8\xfc\xa2\x33\xac\x9b\xa6\x51\xc9\xc3\xc8\x77\x5a\x77\xdb\xda\x99\x10\xc7\x45\xf7\x7f\x67\x13\xfc\x01\x0d\xb0\xd0\xf4\x68\x30\xd9\x39\xa5\x79\x72\x13\xc7\x27\x5f\x12\xac\xae\x93\x51\x15\xca\xd3\x50\xcd\xfa\xcf\x1e\x0b\x70\xf6\x9f\x42\xfc\x2b\x09\x71\x82\x0b\x88\x25\x71\x84\x7f\x5c\xa5\xca\x90\x37\x5a\x32\x67\xf3\x99\x80\xcb\xf9\x53\x86\x51\x0b\x9e\xb3\xcc\x46\x71\xc5\x24\xf3\xfc\x4b\xc5\xfd\x0f\x6e\x66\xf7\x00\xab\x6b\x8a\x18\xd2\x00\x3f\x6b\xbe\xf6\xae\xad\x9d\xdf\xd5\xe4\x7f\xd4\xa1\x9c\x5d\x42\x13\x4a\xc5\x35\xe9\x38\x83\xcf\xc9\xef\x00\x00\x00\xff\xff\x6a\x97\xdc\x02\x55\x04\x00\x00" func stakingproxyRegister_nodeCdcBytes() ([]byte, error) { return bindataRead( @@ -6085,11 +6064,11 @@ func stakingproxyRegister_nodeCdc() (*asset, error) { } info := bindataFileInfo{name: "stakingProxy/register_node.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x6, 0x55, 0xf4, 0xb6, 0xef, 0xa5, 0x91, 0xdf, 0x85, 0xff, 0x8f, 0x28, 0xa1, 0x53, 0x69, 0x5a, 0x7e, 0x8e, 0x55, 0xcd, 0xa, 0xd5, 0xcc, 0x2c, 0x22, 0x93, 0xb6, 0xd1, 0xf4, 0x3, 0x6f, 0x61}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x66, 0xa4, 0xbc, 0x73, 0x6, 0x72, 0xd0, 0x95, 0x6c, 0xf9, 0x3e, 0xae, 0x36, 0xe2, 0x79, 0xad, 0x1c, 0xfa, 0x7c, 0xb4, 0x40, 0xcb, 0x29, 0x4b, 0xa6, 0x10, 0xe5, 0xee, 0xe9, 0xcd, 0x68, 0x4a}} return a, nil } -var _stakingproxyRemove_node_infoCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x8f\x4d\x6a\xc3\x30\x10\x85\xf7\x3a\xc5\x23\x8b\x60\x6f\x7c\x00\xd3\x16\xfa\xb3\x68\x36\xad\xc1\xd0\xfd\xc4\x9e\x38\xa2\xb2\x46\x4c\xc6\x6d\x43\xc9\xdd\x8b\xe2\x90\x1a\xa2\x8d\xe0\x49\xdf\x9b\x6f\xfc\x98\x44\x0d\xad\xd1\xa7\x8f\x43\xa3\xf2\x73\xc4\x4e\x65\xc4\x6a\x19\xad\x9c\x33\xa5\x78\xa0\xce\xbc\xc4\x22\x4a\xcf\x9b\x97\x1a\xad\xa9\x8f\x43\x89\x5f\xe7\x00\x20\x29\x27\x52\x2e\xa8\xeb\x64\x8a\x56\x83\x26\xdb\x17\x4f\xa2\x2a\xdf\x1f\x14\x26\x2e\xb1\x7e\x9c\xdf\x32\x83\xcb\x09\x6c\x48\x79\xca\xab\x84\x9e\x15\xf7\xb8\x14\x54\x07\x13\xa5\x81\xab\xed\xb9\xe2\x6e\xbd\x54\xaa\xde\xa4\xe7\x1c\xb0\x36\xff\xf0\x43\x91\xe5\x6b\xdc\xfc\x7c\x4f\xac\x64\xa2\xcf\x94\x68\xeb\x83\xb7\x63\x3b\x97\x37\x64\xfb\xd2\x5d\x65\x16\x22\x95\xf2\x28\x5f\x9c\xe9\x4d\xdc\xc9\x75\xeb\xf9\x2e\xcf\xc8\xc9\x9d\xdc\x5f\x00\x00\x00\xff\xff\x28\xae\xe7\x3e\x43\x01\x00\x00" +var _stakingproxyRemove_node_infoCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x8f\xcf\x6a\xc3\x30\x0c\x87\xef\x7e\x0a\xd1\x43\xb1\x2f\x7e\x80\xb2\x0d\xf6\xe7\xb0\x5e\xb6\x40\x60\x77\x35\x51\x53\x33\xc7\x32\xaa\xb2\xad\x8c\xbe\xfb\x70\x12\xb2\x50\x5f\x0c\x92\xbe\x9f\x3e\x85\x3e\xb3\x28\x6c\x6a\xc5\xcf\x90\xba\x4a\xf8\xe7\xb2\x31\x46\x05\xd3\x19\x1b\x0d\x9c\x6c\xe2\x96\xf6\x2f\x3b\xa8\x55\x42\xea\x1c\xfc\x1a\x03\x00\x90\x85\x32\x0a\x59\x6c\x1a\x1e\x92\xee\x00\x07\x3d\xd9\x27\x16\xe1\xef\x0f\x8c\x03\x39\xd8\x3e\x4e\xbd\xc2\xc0\xfc\x22\x29\xe4\xb2\xe5\x95\x63\x4b\x02\xf7\x30\x07\xf8\xb3\xb2\x60\x47\xfe\x30\x46\xdc\x6d\xd7\x4a\xfe\x8d\x5b\x2a\x05\x92\xea\x1f\x7e\xb0\x47\xe1\xbe\x98\xdd\x4c\xbe\x67\x12\x54\x96\x67\xcc\x78\x08\x31\xe8\xa5\x9e\xc2\x2b\xd4\x93\x33\x8b\xcc\x4a\xc4\x0b\xf5\xfc\x45\x85\xde\xa7\x23\x2f\x57\x4f\xbf\x1b\x91\xab\xb9\x9a\xbf\x00\x00\x00\xff\xff\x4a\x04\xc2\xe5\x31\x01\x00\x00" func stakingproxyRemove_node_infoCdcBytes() ([]byte, error) { return bindataRead( @@ -6105,11 +6084,11 @@ func stakingproxyRemove_node_infoCdc() (*asset, error) { } info := bindataFileInfo{name: "stakingProxy/remove_node_info.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x5b, 0xf7, 0x1c, 0x46, 0x86, 0x72, 0x41, 0x59, 0x9b, 0xed, 0x64, 0x8f, 0xb4, 0x13, 0xa6, 0x40, 0x7a, 0xf2, 0x9a, 0x14, 0x5d, 0xf4, 0x21, 0xb0, 0x2, 0xbb, 0x79, 0xc5, 0x68, 0xb4, 0xb7, 0xcc}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x10, 0x4f, 0x6b, 0x71, 0xdb, 0xc3, 0x6c, 0xc9, 0x11, 0x68, 0x8d, 0xf0, 0x96, 0xa3, 0xb6, 0xe0, 0xf2, 0xcb, 0xda, 0xc1, 0xa5, 0x40, 0xc8, 0x91, 0xf0, 0xae, 0x8d, 0x97, 0x82, 0xb7, 0xd4, 0x94}} return a, nil } -var _stakingproxyRemove_staking_proxyCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x8f\x4d\x6a\xc3\x30\x10\x85\xf7\x3a\xc5\x23\x8b\x60\x6f\x7c\x00\xd3\x16\xfa\xb3\x68\x37\xad\xc1\xd0\xfd\xc4\x9e\xda\xa2\xb6\x46\x4c\xc6\x6d\x43\xc9\xdd\x8b\xe2\x90\x0a\xa2\x8d\xe0\x49\xef\x9b\x6f\xfc\x1c\x45\x0d\xad\xd1\xa7\x0f\x43\xa3\xf2\x73\xc0\x87\xca\x8c\x4d\x1e\x6d\x9c\x33\xa5\xb0\xa7\xce\xbc\x84\x22\x48\xcf\x2f\x4f\x35\x5a\x53\x1f\x86\x12\xbf\xce\x01\x40\x54\x8e\xa4\x5c\x50\xd7\xc9\x12\xac\x06\x2d\x36\x16\x0f\xa2\x2a\xdf\xef\x34\x2d\x5c\x62\x7b\xbf\xbe\xa5\x0e\xce\x67\x62\x43\x4c\x53\x9e\x65\xea\x59\x71\x8b\x33\xa0\xda\x9b\x28\x0d\x5c\xed\x4e\x88\x9b\x6d\xae\x54\xbd\x4a\xcf\x29\x60\x6d\xfe\xcb\x77\x45\x92\xaf\x11\xe9\xea\xef\x5b\x64\x25\x13\x7d\xa4\x48\x3b\x3f\x79\x3b\xb4\x2b\xbe\x21\x1b\x6d\x2c\xdd\x45\x28\x93\xa9\x94\x67\xf9\xe2\x1c\x76\xd9\x7e\xbd\xcb\x53\xed\xe8\x8e\xee\x2f\x00\x00\xff\xff\x69\xc3\x7d\xed\x4b\x01\x00\x00" +var _stakingproxyRemove_staking_proxyCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x8f\x4b\x6a\xc4\x30\x0c\x86\xf7\x3e\x85\x98\xc5\x60\x6f\x7c\x80\xd0\x16\xfa\x58\xb4\x9b\x36\x10\xe8\x5e\x93\xa8\x89\xa9\x63\x19\x8d\xd2\x76\x28\xb9\x7b\xc9\x83\x34\x30\xde\x18\x24\xfd\x9f\x3e\x85\x3e\xb3\x28\x1c\x2a\xc5\xcf\x90\xda\x52\xf8\xe7\x72\x30\x46\x05\xd3\x19\x6b\x0d\x9c\x6c\xe2\x86\x5e\x9e\x0a\xa8\x54\x42\x6a\x1d\xfc\x1a\x03\x00\x90\x85\x32\x0a\x59\xac\x6b\x1e\x92\x16\x80\x83\x76\xf6\x81\x45\xf8\xfb\x1d\xe3\x40\x0e\x8e\xf7\x4b\x6f\xca\xc0\xfa\x22\x29\xe4\x69\xcb\x33\xc7\x86\x04\x6e\x61\x05\xf8\xb3\xb2\x60\x4b\xfe\x34\x23\x6e\x8e\x7b\x25\xff\xca\x0d\x4d\x05\x92\xf2\x3f\x7c\x67\x3f\x84\xfb\x02\x32\x5e\xcd\xbe\x65\x12\x54\x96\x47\xcc\x78\x0a\x31\xe8\xa5\x5a\xf0\x25\x6a\xa7\x9d\x33\x9b\xd0\x4e\xc6\x0b\xf5\xfc\x45\x7b\xd8\x76\xfd\xf2\xbb\x39\x36\x9a\xd1\xfc\x05\x00\x00\xff\xff\x42\x32\x2c\x35\x39\x01\x00\x00" func stakingproxyRemove_staking_proxyCdcBytes() ([]byte, error) { return bindataRead( @@ -6125,11 +6104,11 @@ func stakingproxyRemove_staking_proxyCdc() (*asset, error) { } info := bindataFileInfo{name: "stakingProxy/remove_staking_proxy.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xc8, 0xc0, 0x93, 0x87, 0x23, 0x74, 0x64, 0xa0, 0x10, 0x3f, 0xa9, 0x3b, 0xef, 0xb1, 0xde, 0xd5, 0xdb, 0x46, 0xc0, 0x26, 0x79, 0x83, 0x2d, 0x9b, 0x6, 0xd3, 0x1b, 0x19, 0x8, 0xcb, 0x3d, 0xa5}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xe3, 0x2b, 0x85, 0xd3, 0xc7, 0x2a, 0x2b, 0x0, 0xc8, 0x56, 0x40, 0x31, 0x18, 0xeb, 0x4d, 0xbc, 0x7e, 0x28, 0xcd, 0xbb, 0x13, 0x23, 0x35, 0x7f, 0x70, 0x8c, 0x47, 0x17, 0x30, 0xe9, 0x17, 0xfc}} return a, nil } -var _stakingproxyRequest_unstakingCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x51\x4d\x4b\xf3\x40\x10\xbe\xef\xaf\x98\x37\x87\xb2\x81\x97\x9c\xc4\x43\xb1\x16\xad\x88\x5e\xb4\x50\xea\x7d\x9a\x4c\x9b\xc5\x64\x67\x9d\x4c\xb0\x45\xfa\xdf\x25\xdd\xd8\xae\x38\x97\x81\x67\x76\x9e\x8f\x59\xd7\x06\x16\x85\x95\xe2\xbb\xf3\xbb\xa5\xf0\xfe\x00\x5b\xe1\x16\xb2\x14\xca\x8c\x51\x41\xdf\x61\xa9\x8e\xbd\xf5\x5c\xd1\xf3\xc3\x14\x56\x2a\xce\xef\xfe\x03\xb6\xdc\x7b\x9d\xc2\xfa\xd1\xed\xaf\xaf\x72\xf8\x32\x06\x00\x20\x08\x05\x14\xb2\x58\x96\x71\x8e\xbd\xd6\xf6\x9e\x45\xf8\xf3\x0d\x9b\x9e\x72\x98\xdc\xc5\xd9\xb0\x03\x63\x35\xa4\x10\x06\xd5\x27\x6e\x2a\x12\x98\xc1\x48\x50\x74\xca\x82\x3b\x2a\x36\x27\x8a\x9b\x49\x6a\xb1\x78\xe1\x8a\x06\x80\x64\x79\x59\xbe\xb5\x43\x98\x29\xfc\x79\xf9\x1a\x48\x50\x59\x16\x18\x70\xe3\x1a\xa7\x87\x55\x24\x5f\xa2\xd6\xf9\xd9\xcb\x50\xf3\x39\x04\xf4\xae\xb4\xd9\x82\xfb\xa6\x02\xcf\x0a\xd1\x01\x08\x6d\x49\xc8\x97\x04\xca\xd0\x45\x8d\xe8\x1d\xea\x93\x7e\x96\x9b\x5f\xb9\xba\xf4\xce\xb3\x34\xe6\x18\x2a\x35\x7a\xbe\x73\xec\xf9\xbf\x0b\x57\xca\x53\x08\x7d\xf4\xd4\xe9\xda\x8f\xa8\xfd\xf9\x8f\xd8\x63\x9a\xa3\x39\x9a\xef\x00\x00\x00\xff\xff\xda\xf0\xd0\xe7\xed\x01\x00\x00" +var _stakingproxyRequest_unstakingCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x91\x41\x4b\xfb\x40\x10\xc5\xef\xfb\x29\xe6\x9f\x43\xd9\xc0\x9f\x9c\xc4\x43\xb1\x16\xad\x88\x5e\xb4\x10\xea\x7d\x9a\x4c\x93\xc5\x64\x67\x9d\x4c\xb0\x45\xfa\xdd\x25\xdd\xd8\x46\xe7\x32\x30\x93\x79\xef\xf7\xb2\xae\x0d\x2c\x0a\x49\xae\xf8\xee\x7c\xb5\x16\xde\x1f\x12\x63\x54\xd0\x77\x58\xa8\x63\x6f\x3d\x97\xf4\xfc\x30\x87\x5c\xc5\xf9\xea\x3f\x60\xcb\xbd\xd7\x39\x6c\x1e\xdd\xfe\xfa\x2a\x85\x2f\x63\x00\x00\x82\x50\x40\x21\x8b\x45\x11\xf7\xd8\x6b\x6d\xef\x59\x84\x3f\xdf\xb0\xe9\x29\x85\xd9\x5d\xdc\x0d\x37\x30\x56\x43\x0a\x61\x70\x7d\xe2\xa6\x24\x81\x05\x8c\x02\x59\xa7\x2c\x58\x51\xb6\x3d\x49\xdc\xcc\xa6\x88\xd9\x0b\x97\x34\x0c\x48\xd6\x97\xe3\x5b\xbb\x13\x6e\x07\xd2\x3f\x5f\xbe\x06\x12\x54\x96\x15\x06\xdc\xba\xc6\xe9\x21\x8f\xe2\x6b\xd4\x3a\x3d\xb3\x0c\xb5\x5c\x42\x40\xef\x0a\x9b\xac\xb8\x6f\x4a\xf0\xac\x10\x09\x40\x68\x47\x42\xbe\x20\x50\x86\x2e\x7a\x44\x76\xa8\x4f\xfe\x49\x6a\x7e\xe5\xea\x26\x1c\xb0\x98\xc6\x1c\x43\x4d\x41\xcf\xff\x39\xf6\xf4\xdf\x45\x6b\xaa\x93\x09\x7d\xf4\xd4\xe9\xc6\x8f\x53\xfb\xf3\x1e\xb1\xc7\x34\x47\x73\x34\xdf\x01\x00\x00\xff\xff\x54\x81\xf0\x26\xdb\x01\x00\x00" func stakingproxyRequest_unstakingCdcBytes() ([]byte, error) { return bindataRead( @@ -6145,11 +6124,11 @@ func stakingproxyRequest_unstakingCdc() (*asset, error) { } info := bindataFileInfo{name: "stakingProxy/request_unstaking.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x27, 0xc, 0x98, 0xb7, 0xdd, 0xba, 0xf0, 0x75, 0xec, 0x3a, 0xf0, 0x5f, 0xf6, 0x67, 0x82, 0x46, 0xbc, 0x45, 0xee, 0xe4, 0x17, 0x24, 0x7e, 0x73, 0x20, 0xb3, 0x84, 0x9f, 0x3, 0x4c, 0x6e, 0xc2}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xa6, 0x8a, 0x5, 0xae, 0xef, 0x7d, 0x2d, 0x10, 0x94, 0x6c, 0x12, 0xc0, 0xcb, 0x4f, 0x1c, 0xb0, 0x60, 0xdd, 0x52, 0x47, 0x61, 0x79, 0x68, 0xf0, 0x39, 0x6c, 0x19, 0xcc, 0x72, 0x4e, 0xc0, 0x92}} return a, nil } -var _stakingproxySetup_node_accountCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x90\xc1\x6a\xc3\x30\x0c\x86\xef\x7e\x0a\xd1\x43\x71\x20\xcd\x03\x94\x6c\x30\x76\xd9\x69\x0b\x04\x76\x57\x5d\xad\x31\x4b\x6d\x23\x2b\x65\x65\xf4\xdd\x87\xd9\xf0\xec\x8e\xc1\xe6\x43\x0e\x8a\xf4\x7f\x9f\x64\x8f\xc1\xb3\xc0\x28\xf8\x6a\xdd\x61\x60\xff\x76\x86\x17\xf6\x47\x58\x95\xa5\x95\x52\xc2\xe8\x22\x1a\xb1\xde\xe9\x06\xde\x95\x02\x00\x08\x4c\x01\x99\xb4\xf3\x7b\x7a\x0a\xc4\x28\x9e\xb7\x80\x8b\x4c\x7a\xc4\x13\x3d\xe3\xbc\x50\x0b\xf7\x18\x70\x67\x67\x2b\x96\x62\x03\xeb\x3b\x63\xfc\xe2\x24\x85\xc0\xd7\x9b\x49\x20\x24\xd0\x83\x9f\xf7\xc4\xd0\x6f\x2a\xa3\xce\x30\xa1\xd0\xf0\xdd\xa1\x1b\x95\x87\x4b\x78\x17\xc5\x33\x1e\xa8\x8b\x78\x22\xdd\x6f\x8a\xd0\x16\xc4\x6f\xeb\xd8\xc7\x62\x32\x4b\x9e\xc7\xcf\x88\x01\x65\x2a\x28\x49\xd1\xd5\xfd\x70\x53\xb3\x4d\xb1\x67\x16\xb1\x31\x2e\xd4\xaf\x7f\x70\x53\x81\xb8\x58\xe9\x56\x67\x56\x7a\xff\x13\xcd\xa3\xbf\xdd\xa5\x72\x0b\xcb\x6e\xb6\x71\xaa\x81\x57\xcb\xb5\xd5\x4f\x94\x3f\x9d\x6e\x48\xc1\xe6\x4a\x28\x7d\x2f\xea\xa2\x3e\x02\x00\x00\xff\xff\x35\x26\xe1\xc1\x6b\x02\x00\x00" +var _stakingproxySetup_node_accountCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x90\xc1\x4a\x03\x31\x10\x86\xef\x79\x8a\xa1\x87\x92\xc2\x76\x1f\xa0\xac\x82\x78\xf1\xa4\x0b\x0b\xde\xa7\xe9\xd0\x0d\xae\x49\x98\x4c\x8a\x45\xfa\xee\x12\x94\x98\x54\x04\x9d\xc3\x1e\x36\x33\xff\xf7\xcd\xd8\xd7\xe0\x59\x60\x35\x09\xbe\x58\x77\x1c\xd9\xbf\x9d\x57\x4a\x09\xa3\x8b\x68\xc4\x7a\xa7\x37\xf0\xae\x14\x00\x40\x60\x0a\xc8\xa4\x9d\x3f\xd0\x53\x20\x46\xf1\xbc\x03\x4c\x32\xeb\x09\x4f\xf4\x8c\x4b\xa2\x0e\xee\x31\xe0\xde\x2e\x56\x2c\xc5\x0d\xac\xef\x8c\xf1\xc9\x49\x0e\x81\xaf\x5a\x48\x20\x64\xd0\x83\x5f\x0e\xc4\x30\x6c\xa1\xc6\xf7\x86\x09\x85\xc6\xef\x0e\xbd\x51\x65\xb8\x86\xf7\x51\x3c\xe3\x91\xfa\x88\x27\xd2\xc3\xb6\x0a\xed\x40\xfc\xae\x8d\x7d\xac\x26\x8b\xe4\x79\xfa\x8c\x18\x51\xe6\x8a\x92\x15\x5d\xdb\x0f\x37\x2d\xdb\x54\x7b\x16\x11\x1b\x63\xa2\x61\xfd\x83\x9b\x7f\x10\x57\x2b\xdd\xea\xc2\xca\xf5\x3f\xd1\x32\xfa\xdb\x5d\x1a\xb7\x90\xf6\x8b\x8d\x73\x0b\xbc\x5a\xae\x6b\x1e\x51\xfe\x74\xba\x31\x07\x9b\x2b\xa1\xfc\xbd\xa8\x8b\xfa\x08\x00\x00\xff\xff\xc5\xf6\x0c\x86\x59\x02\x00\x00" func stakingproxySetup_node_accountCdcBytes() ([]byte, error) { return bindataRead( @@ -6165,11 +6144,11 @@ func stakingproxySetup_node_accountCdc() (*asset, error) { } info := bindataFileInfo{name: "stakingProxy/setup_node_account.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x2f, 0x9a, 0xe3, 0x34, 0x75, 0x3a, 0xde, 0xe7, 0x18, 0x77, 0x38, 0x64, 0x59, 0x95, 0xee, 0xf8, 0x2d, 0xa4, 0x2a, 0x35, 0x96, 0xbf, 0x85, 0x5c, 0x95, 0x1a, 0x63, 0x1b, 0xba, 0xae, 0x8d, 0xd9}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xe2, 0x44, 0x10, 0x7f, 0x2, 0x92, 0x10, 0x91, 0x19, 0xae, 0xaa, 0x9c, 0x7c, 0xd, 0x2a, 0xfd, 0xe0, 0x9a, 0x56, 0x10, 0x95, 0x2a, 0x3a, 0x45, 0x16, 0xd5, 0x43, 0xc6, 0x13, 0x88, 0xcc, 0x3e}} return a, nil } -var _stakingproxyStake_new_tokensCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x51\xcf\x4e\x32\x41\x0c\xbf\xcf\x53\xf4\xdb\x03\x99\x4d\xbe\xec\xc9\x78\x20\x22\x51\x8c\xd1\x0b\x92\xa0\xde\xcb\x6e\x81\x09\xcb\x74\xd2\xed\x06\x88\xe1\xdd\xcd\x30\x08\x63\xec\xa5\x99\x76\xfa\xfb\xd3\xba\x6d\x60\x51\x98\x2b\x6e\x9c\x5f\xcd\x84\xf7\x07\x58\x0a\x6f\xa1\xc8\x4b\x85\x31\x2a\xe8\x3b\xac\xd5\xb1\xb7\x9e\x1b\x7a\x7d\x1a\xc2\x5c\xc5\xf9\xd5\x7f\xc0\x2d\xf7\x5e\x87\xf0\xf1\xec\xf6\xb7\x37\x25\x7c\x19\x03\x00\x10\x84\x02\x0a\x59\xac\xeb\xd4\xc7\x5e\xd7\xf6\x91\x45\x78\xf7\x89\x6d\x4f\x25\x0c\x1e\x52\x2f\xce\xc0\x39\x5a\x52\x08\x91\xf5\x85\xdb\x86\x04\x46\x70\x06\xa8\x3a\x65\xc1\x15\x55\x8b\x13\xc4\xdd\x20\x97\x58\x4d\xb9\xa1\x58\x20\x99\x5d\x87\xef\x6d\x34\x33\x84\x3f\x3f\xdf\x02\x09\x2a\xcb\x04\x03\x2e\x5c\xeb\xf4\x30\x4f\xe0\x33\xd4\x75\x79\xd1\x12\x63\x3c\x86\x80\xde\xd5\xb6\x98\x70\xdf\x36\xe0\x59\x21\x29\x00\xa1\x25\x09\xf9\x9a\x40\x19\xba\xc4\x91\xb4\xc3\xfa\xc4\x5f\x94\xe6\x97\xaf\x2e\xdf\xf3\x28\xb7\x79\x36\x95\x0b\xbd\xec\x39\xe5\xf2\xdf\x15\x2b\xc7\xa9\xe2\x83\xa6\xb4\x7b\xe7\x0d\xf9\xce\xfe\x5c\x23\xe5\xe4\xe5\x68\x8e\xe6\x3b\x00\x00\xff\xff\x4a\x7f\x70\x48\xeb\x01\x00\x00" +var _stakingproxyStake_new_tokensCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x91\x41\x6f\xfa\x30\x0c\xc5\xef\xf9\x14\xfe\xf7\x80\x52\xe9\xaf\x9e\xa6\x1d\xd0\x18\xda\x98\xa6\xed\xc2\x90\xd8\x76\x37\xad\x81\x88\x36\x8e\x5c\x57\x80\x26\xbe\xfb\x14\xd2\x41\x37\x5f\xac\xd6\xf1\x7b\xbf\x97\xb8\x26\xb0\x28\x64\x4b\xc5\x9d\xf3\x9b\x85\xf0\xe1\x98\x19\xa3\x82\xbe\xc5\x52\x1d\x7b\xeb\xb9\xa2\xd7\xa7\x31\x2c\x55\x9c\xdf\xfc\x07\x6c\xb8\xf3\x3a\x86\x8f\x67\x77\xb8\xbd\xc9\xe1\xcb\x18\x00\x80\x20\x14\x50\xc8\x62\x59\xa6\x39\x76\xba\xb5\x8f\x2c\xc2\xfb\x4f\xac\x3b\xca\x61\xf4\x90\x66\x71\x07\xfa\xaa\x49\x21\x44\xd7\x17\xae\x2b\x12\x98\x40\x2f\x50\xb4\xca\x82\x1b\x2a\x56\x67\x89\xbb\xd1\x10\xb1\x98\x73\x45\xf1\x07\xc9\xe2\xba\x7c\x6f\xd7\xc2\x4d\x24\xfd\x73\xf2\x2d\x90\xa0\xb2\xcc\x30\xe0\xca\xd5\x4e\x8f\xcb\x24\xbe\x40\xdd\xe6\x17\x96\x58\xd3\x29\x04\xf4\xae\xb4\xd9\x8c\xbb\xba\x02\xcf\x0a\x89\x00\x84\xd6\x24\xe4\x4b\x02\x65\x68\x93\x47\x62\x87\xed\xd9\x3f\xcb\xcd\xaf\x5c\xed\x80\x03\x26\xc3\x98\x7d\xa8\x21\xe8\xe5\x9e\x53\xcf\xff\x5d\xb5\x86\x3a\x45\xfc\xa0\x39\xed\xdf\x79\x47\xbe\xb5\x3f\xaf\x91\x7a\xca\x72\x32\x27\xf3\x1d\x00\x00\xff\xff\xe1\x21\x2f\x20\xd9\x01\x00\x00" func stakingproxyStake_new_tokensCdcBytes() ([]byte, error) { return bindataRead( @@ -6185,11 +6164,11 @@ func stakingproxyStake_new_tokensCdc() (*asset, error) { } info := bindataFileInfo{name: "stakingProxy/stake_new_tokens.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xb6, 0xfa, 0xc3, 0x3c, 0x9f, 0xf3, 0x8a, 0x9a, 0xdc, 0x74, 0xf7, 0x2b, 0x88, 0xd7, 0x95, 0xad, 0x57, 0x4c, 0x88, 0xe3, 0xa3, 0x8b, 0x57, 0x16, 0x99, 0xaa, 0xf0, 0x72, 0xcb, 0x5b, 0x7a, 0x23}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x1d, 0x3c, 0x5b, 0xce, 0x60, 0x9b, 0x98, 0xaf, 0x78, 0xf4, 0x3a, 0x99, 0xd8, 0xb, 0x87, 0x5a, 0xc8, 0x72, 0x39, 0xe, 0xdf, 0x15, 0xc5, 0xe8, 0x85, 0x56, 0x80, 0xb, 0xb3, 0xcf, 0x6, 0x54}} return a, nil } -var _stakingproxyStake_unstaked_tokensCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x51\xcd\x4e\x02\x41\x0c\xbe\xcf\x53\xd4\x3d\x90\xd9\xc4\xec\xc9\x78\x20\x22\x51\x8c\xd1\x8b\x92\x20\xde\xcb\x6e\x81\x09\xcb\x74\xd2\xed\x46\x88\xe1\xdd\xcd\x30\x08\x63\xec\xe5\xcb\xb6\xdb\xef\xa7\xe3\xb6\x81\x45\x61\xa6\xb8\x71\x7e\x35\x15\xde\xed\x61\x29\xbc\x85\x22\x6f\x15\xc6\xa8\xa0\xef\xb0\x56\xc7\xde\x7a\x6e\xe8\xf5\x69\x08\x33\x15\xe7\x57\xd7\x80\x5b\xee\xbd\x0e\x61\xfe\xec\x76\xb7\x37\x25\x7c\x1b\x03\x00\x10\x84\x02\x0a\x59\xac\xeb\x34\xc7\x5e\xd7\xf6\x91\x45\xf8\xeb\x13\xdb\x9e\x4a\x18\x3c\xa4\x59\xdc\x81\x53\xb5\xa4\x10\xa2\xea\x0b\xb7\x0d\x09\x8c\xe0\x44\x50\x75\xca\x82\x2b\xaa\x16\x47\x8a\xbb\x41\x6e\xb1\x7a\xe3\x86\x62\x83\x64\x7a\x59\xbe\xb7\x31\xcc\x10\xfe\xfd\xf9\x1e\x48\x50\x59\x26\x18\x70\xe1\x5a\xa7\xfb\x59\x22\x9f\xa2\xae\xcb\xb3\x97\x58\xe3\x31\x04\xf4\xae\xb6\xc5\x84\xfb\xb6\x01\xcf\x0a\xc9\x01\x08\x2d\x49\xc8\xd7\x04\xca\xd0\x25\x8d\xe4\x1d\xd6\x47\xfd\xa2\x34\x7f\x72\x75\xf9\x9d\x47\x79\xcc\x53\xa8\xdc\xe8\xf9\xce\x09\xcb\xab\x0b\x57\xce\x53\xc5\x0f\x9a\xfb\x23\x34\x1f\xbc\x21\xdf\xd9\xdf\x27\x49\x98\x02\x1d\xcc\xc1\xfc\x04\x00\x00\xff\xff\x6e\x84\xf8\xb2\xf0\x01\x00\x00" +var _stakingproxyStake_unstaked_tokensCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x91\x41\x4f\xc3\x30\x0c\x85\xef\xf9\x15\xa6\x87\x29\x95\x50\x4f\x88\xc3\xc4\x98\x60\x08\xc1\x05\x26\x8d\x71\xf7\x5a\x6f\x8b\xd6\xc5\x91\xeb\x8a\x4d\x68\xff\x1d\xa5\x29\x5b\xc1\x17\xab\x75\xfc\xde\xf7\x12\xb7\x0f\x2c\x0a\xd9\x42\x71\xe7\xfc\x66\x2e\x7c\x38\x66\xc6\xa8\xa0\x6f\xb0\x54\xc7\xde\x7a\xae\xe8\xf5\x69\x0c\x0b\x15\xe7\x37\xd7\x80\x7b\x6e\xbd\x8e\x61\xf9\xec\x0e\xb7\x37\x39\x7c\x1b\x03\x00\x10\x84\x02\x0a\x59\x2c\xcb\x34\xc7\x56\xb7\xf6\x91\x45\xf8\xeb\x13\xeb\x96\x72\x18\x3d\xa4\x59\xdc\x81\xbe\x6a\x52\x08\xd1\xf5\x85\xeb\x8a\x04\x26\xd0\x0b\x14\x8d\xb2\xe0\x86\x8a\x55\x27\x71\x37\x1a\x22\x16\x6f\x5c\x51\xfc\x41\x32\xbf\x2c\xdf\xdb\xb5\xf0\x3e\x92\xfe\x3b\xf9\x1e\x48\x50\x59\x66\x18\x70\xe5\x6a\xa7\xc7\x45\x12\x9f\xa3\x6e\xf3\x33\x4b\xac\xe9\x14\x02\x7a\x57\xda\x6c\xc6\x6d\x5d\x81\x67\x85\x44\x00\x42\x6b\x12\xf2\x25\x81\x32\x34\xc9\x23\xb1\xc3\xb6\xf3\xcf\x72\xf3\x27\x57\x33\xe0\x80\xc9\x30\x66\x1f\x6a\x08\x7a\xbe\xe7\xd4\xf3\xab\x8b\xd6\x50\xa7\x88\x1f\xb4\xf4\x5d\xab\x3e\x78\x47\xbe\xb1\xbf\x4f\x92\x7a\x0a\x74\x32\x27\xf3\x13\x00\x00\xff\xff\x5a\xda\x19\x54\xde\x01\x00\x00" func stakingproxyStake_unstaked_tokensCdcBytes() ([]byte, error) { return bindataRead( @@ -6205,11 +6184,11 @@ func stakingproxyStake_unstaked_tokensCdc() (*asset, error) { } info := bindataFileInfo{name: "stakingProxy/stake_unstaked_tokens.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xb4, 0x53, 0x74, 0x5, 0xf2, 0x15, 0x8f, 0x8f, 0x44, 0xd1, 0xb7, 0x61, 0x2e, 0x6d, 0xbc, 0x17, 0x94, 0x6b, 0xb1, 0x72, 0x8e, 0xed, 0xab, 0x61, 0x43, 0x74, 0x96, 0x45, 0x94, 0xd4, 0xa8, 0xce}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x38, 0x14, 0x36, 0xad, 0x8a, 0xa1, 0x49, 0x2d, 0xf6, 0x80, 0xe8, 0x98, 0xc9, 0xe4, 0xd, 0x1d, 0xb6, 0xfe, 0xd7, 0xbd, 0x6c, 0x2e, 0x88, 0x7a, 0x28, 0x55, 0x87, 0xe5, 0x90, 0xb1, 0xe7, 0x42}} return a, nil } -var _stakingproxyUnstake_allCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x90\xc1\x6e\xfa\x30\x0c\xc6\xef\x79\x0a\xff\x7b\x40\xe9\xa5\x0f\x80\xfe\x0c\x31\x76\xd8\x2e\x1b\x12\xd2\xee\xa6\x35\x6d\xb4\x10\x47\xae\xab\x0d\x4d\xbc\xfb\x14\x52\x41\xa6\xf9\x12\xc5\x89\xbf\xef\xf7\xd9\x9d\x22\x8b\xc2\x5e\xf1\xc3\x85\x7e\x27\xfc\x75\x86\xa3\xf0\x09\xaa\xb2\x55\x19\xa3\x82\x61\xc4\x56\x1d\x07\x1b\xb8\xa3\x97\xa7\x25\xec\x55\x5c\xe8\x6b\xf8\x36\x06\x00\x20\x0a\x45\x14\xb2\xd8\xb6\x3c\x05\x5d\x02\x4e\x3a\xd8\x47\x16\xe1\xcf\x77\xf4\x13\xd5\xb0\xd8\xe4\xb7\x34\x03\x73\x79\x52\x88\xc9\xe5\x99\x7d\x47\x02\x2b\x98\x05\x9a\x51\x59\xb0\xa7\xe6\x70\x95\xf8\xbf\x28\x91\x9a\x57\xee\x28\x35\x48\x76\xf7\xe1\x07\x9b\xe0\x97\xf0\xe7\xe7\x5b\x24\x41\x65\xd9\x62\xc4\x83\xf3\x4e\xcf\xfb\x2c\xbe\x43\x1d\xea\x1b\x4b\xaa\xf5\x1a\x22\x06\xd7\xda\x6a\xcb\x93\xef\x20\xb0\x42\x26\x00\xa1\x23\x09\x85\x96\x40\x19\xc6\xec\x91\xd9\x61\xb8\xfa\x57\xb5\xf9\x95\x6b\x2c\xf7\xba\x2a\x63\xce\xa1\x4a\xd0\xdb\x5e\xf3\x59\xff\xbb\x6b\x95\x3a\xcd\x14\xd2\x95\x36\xde\xdb\x4c\x7e\x31\x17\xf3\x13\x00\x00\xff\xff\xdd\x2c\x7a\xf3\xc9\x01\x00\x00" +var _stakingproxyUnstake_allCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x90\xbd\x6e\xeb\x30\x0c\x46\x77\x3d\x05\xaf\x87\x40\x5e\xfc\x00\xc1\x4d\x83\x34\x1d\xda\xa5\x35\x60\xa0\x3b\x63\x33\xb6\x50\x45\x14\x68\x1a\x6d\x50\xe4\xdd\x0b\x45\x46\xe2\x96\x8b\xa0\x1f\x1e\x9e\x4f\xee\x14\x59\x14\x8a\x46\xf1\xc3\x85\xbe\x16\xfe\x3a\x17\xc6\xa8\x60\x18\xb1\x55\xc7\xc1\x06\xee\xe8\xe5\x69\x0d\x8d\x8a\x0b\x7d\x09\xdf\xc6\x00\x00\x44\xa1\x88\x42\x16\xdb\x96\xa7\xa0\x6b\xc0\x49\x07\xfb\xc8\x22\xfc\xf9\x8e\x7e\xa2\x12\x56\xbb\x7c\x97\x7a\x60\x2e\x4f\x0a\x31\x4d\x79\x66\xdf\x91\xc0\x06\x66\x40\x35\x2a\x0b\xf6\x54\x1d\xae\x88\xff\xab\xa5\x52\xf5\xca\x1d\xa5\x03\x92\xfa\xde\xfc\x60\x8f\xc2\xa7\x64\xf6\xe7\xe5\x5b\x24\x41\x65\xd9\x63\xc4\x83\xf3\x4e\xcf\x4d\x86\xd7\xa8\x43\x79\x73\x49\xb5\xdd\x42\xc4\xe0\x5a\x5b\xec\x79\xf2\x1d\x04\x56\xc8\x06\x20\x74\x24\xa1\xd0\x12\x28\xc3\x98\x67\x64\x77\x18\xae\xf3\x8b\xd2\xfc\xca\x35\x2e\x3c\x60\xb3\x8c\x39\x87\x5a\x8a\xde\xfe\x35\xaf\xe5\xbf\x3b\x6b\xc9\xa9\xa6\x90\xb6\xb4\xf3\xde\x66\xf3\x8b\xb9\x98\x9f\x00\x00\x00\xff\xff\xfd\x3d\x93\x39\xb7\x01\x00\x00" func stakingproxyUnstake_allCdcBytes() ([]byte, error) { return bindataRead( @@ -6225,11 +6204,11 @@ func stakingproxyUnstake_allCdc() (*asset, error) { } info := bindataFileInfo{name: "stakingProxy/unstake_all.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x22, 0x90, 0x5b, 0x1f, 0x96, 0x97, 0xc4, 0x6a, 0x9, 0x69, 0x0, 0xc3, 0xb0, 0x20, 0x88, 0x83, 0xe, 0xb1, 0xf7, 0x4e, 0x33, 0xd9, 0x1b, 0x7, 0xc3, 0xad, 0xf5, 0xd0, 0x72, 0x2b, 0xc8, 0xf1}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x62, 0x96, 0x30, 0xc6, 0xca, 0x90, 0x65, 0xb9, 0x3d, 0x5f, 0xe6, 0xd6, 0x29, 0x91, 0x24, 0x5e, 0x3c, 0xcc, 0x8a, 0xbd, 0x3, 0x7a, 0x92, 0x39, 0xe1, 0x4d, 0x7c, 0x9d, 0x46, 0xb8, 0x60, 0x69}} return a, nil } -var _stakingproxyWithdraw_rewardsCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x91\x41\x4f\xf3\x30\x0c\x86\xef\xf9\x15\xfe\x7a\x98\x5a\xe9\x53\x4f\x88\xc3\xc4\x98\x60\x08\xc1\x05\x26\x06\xdc\xbd\xc6\x5b\xa3\x75\x71\xe4\xba\xea\x26\xb4\xff\x8e\xba\x8c\x2d\x08\x5f\x2c\xd9\xf1\xeb\xf7\x71\xdc\x36\xb0\x28\x2c\x14\x37\xce\xaf\xe7\xc2\xbb\x3d\xac\x84\xb7\x90\xa5\xa5\xcc\x18\x15\xf4\x2d\x56\xea\xd8\xe7\x9e\x2d\x3d\x3f\x8c\x61\xa1\xe2\xfc\xfa\x3f\xe0\x96\x3b\xaf\x63\xf8\x78\x74\xbb\xeb\xab\x02\xbe\x8c\x01\x00\x08\x42\x01\x85\x72\xac\xaa\xd8\xc7\x4e\xeb\xfc\x9e\x45\xb8\xff\xc4\xa6\xa3\x02\x46\x77\xb1\x37\xcc\xc0\x29\x1a\x52\x08\xc3\xd6\x27\x6e\x2c\x09\x4c\xe0\x24\x50\xb6\xca\x82\x6b\x2a\x97\x47\x89\x9b\x51\x6a\xb1\x7c\x61\x4b\x43\x81\x64\x7e\x19\xbe\xcd\x07\x98\x31\xfc\x79\xf9\x1a\x48\x50\x59\x66\x18\x70\xe9\x1a\xa7\xfb\x45\x14\x9f\xa3\xd6\xc5\xd9\xcb\x10\xd3\x29\x04\xf4\xae\xca\xb3\x19\x77\x8d\x05\xcf\x0a\xd1\x01\x08\xad\x48\xc8\x57\x04\xca\xd0\xc6\x1d\xd1\x3b\xd4\xc7\xfd\x59\x61\x7e\x71\xb5\xe9\x9d\x27\x29\xe6\x09\x2a\x35\x7a\xbe\x73\xcc\xc5\xbf\x8b\x56\xaa\x53\xf6\x4e\x6b\x2b\xd8\xbf\x51\x8f\x62\xc9\xbe\xf3\x86\x7c\x9b\xff\xfc\x4a\xcc\x91\xe9\x60\x0e\xe6\x3b\x00\x00\xff\xff\x44\x7a\x9d\x16\xf3\x01\x00\x00" +var _stakingproxyWithdraw_rewardsCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x91\x41\x4f\xfb\x30\x0c\xc5\xef\xf9\x14\xfe\xf7\x30\xa5\xd2\x5f\x3d\x21\x0e\x13\x63\x82\x21\x04\x17\x98\x18\x70\xf7\x1a\x6f\x8d\xd6\xc5\x91\xeb\xaa\x9b\xd0\xbe\x3b\xea\x32\xb6\x82\x2f\x96\xe2\xf8\xbd\xdf\x4b\xfc\x36\xb2\x28\x64\x0b\xc5\x8d\x0f\xeb\xb9\xf0\x6e\x9f\x19\xa3\x82\xa1\xc1\x52\x3d\x07\x1b\xd8\xd1\xf3\xc3\x18\x16\x2a\x3e\xac\xff\x03\x6e\xb9\x0d\x3a\x86\x8f\x47\xbf\xbb\xbe\xca\xe1\xcb\x18\x00\x80\x28\x14\x51\xc8\x62\x59\xa6\x39\xb6\x5a\xd9\x7b\x16\xe1\xee\x13\xeb\x96\x72\x18\xdd\xa5\x59\xbf\x03\xa7\xaa\x49\x21\xf6\xae\x4f\x5c\x3b\x12\x98\xc0\x49\xa0\x68\x94\x05\xd7\x54\x2c\x8f\x12\x37\xa3\x21\x62\xf1\xc2\x8e\xfa\x03\x92\xf9\x65\xf9\xd6\xae\x84\xb7\x3d\xe9\x9f\x9b\xaf\x91\x04\x95\x65\x86\x11\x97\xbe\xf6\xba\x5f\x24\xf1\x39\x6a\x95\x9f\x59\xfa\x9a\x4e\x21\x62\xf0\xa5\xcd\x66\xdc\xd6\x0e\x02\x2b\x24\x02\x10\x5a\x91\x50\x28\x09\x94\xa1\x49\x1e\x89\x1d\xaa\xa3\x7f\x96\x9b\x5f\xb9\x9a\x01\x07\x4c\x86\x31\x4f\xa1\x86\xa0\xe7\x77\x4e\x3d\xff\x77\xd1\x1a\xea\x14\x9d\xd7\xca\x09\x76\x6f\xd4\xa1\x38\x72\xef\xbc\xa1\xd0\xd8\x9f\x5f\x49\x3d\x65\x3a\x98\x83\xf9\x0e\x00\x00\xff\xff\xda\x95\xca\xc6\xe1\x01\x00\x00" func stakingproxyWithdraw_rewardsCdcBytes() ([]byte, error) { return bindataRead( @@ -6245,11 +6224,11 @@ func stakingproxyWithdraw_rewardsCdc() (*asset, error) { } info := bindataFileInfo{name: "stakingProxy/withdraw_rewards.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xac, 0x67, 0xcd, 0x39, 0x60, 0x24, 0xa6, 0xba, 0xe0, 0x8a, 0xb5, 0x4e, 0x33, 0x37, 0x28, 0xc9, 0xc3, 0xda, 0x33, 0x76, 0x7b, 0xa, 0x4e, 0xd6, 0x9e, 0xc7, 0x9b, 0x7e, 0x8e, 0x7b, 0x77, 0x87}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x9b, 0xc2, 0x65, 0x4, 0x4b, 0x32, 0x89, 0xcb, 0x67, 0x7d, 0xb8, 0x23, 0x76, 0xfa, 0x20, 0xb4, 0xeb, 0xb2, 0x9d, 0x58, 0xa3, 0x1, 0xeb, 0x37, 0xf3, 0x4a, 0x35, 0xa3, 0xb7, 0xf, 0x97, 0x9a}} return a, nil } -var _stakingproxyWithdraw_unstakedCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x51\x4d\x6b\xf2\x40\x10\xbe\xef\xaf\x98\x37\x07\x49\xe0\x25\xa7\xd2\x83\xd4\x4a\x6b\x29\xed\xa5\x15\xac\xbd\x8f\xc9\x68\x16\xe3\xce\x32\x99\xa0\x52\xfc\xef\x65\xdd\x54\xb7\x74\x2e\x03\xcf\xec\x3c\x1f\xb3\x76\xe7\x59\x14\x16\x8a\x5b\xeb\x36\x73\xe1\xc3\x11\xd6\xc2\x3b\xc8\x52\x28\x33\x46\x05\x5d\x87\x95\x5a\x76\xb9\xe3\x9a\x5e\x9f\xc6\xb0\x50\xb1\x6e\xf3\x1f\x70\xc7\xbd\xd3\x31\x2c\x9f\xed\xe1\xf6\xa6\x80\x2f\x63\x00\x00\xbc\x90\x47\xa1\x1c\xab\x2a\xce\xb1\xd7\x26\x7f\x64\x11\xde\x7f\x62\xdb\x53\x01\xa3\x87\x38\x0b\x3b\x30\x54\x4b\x0a\x3e\xa8\xbe\x70\x5b\x93\xc0\x04\x06\x82\xb2\x53\x16\xdc\x50\xb9\x3a\x53\xdc\x8d\x52\x8b\xe5\x1b\xd7\x14\x00\x92\xf9\x75\xf9\x3e\x0f\x61\xc6\xf0\xe7\xe5\xbb\x27\x41\x65\x99\xa1\xc7\x95\x6d\xad\x1e\x17\x91\x7c\x8e\xda\x14\x17\x2f\xa1\xa6\x53\xf0\xe8\x6c\x95\x67\x33\xee\xdb\x1a\x1c\x2b\x44\x07\x20\xb4\x26\x21\x57\x11\x28\x43\x17\x35\xa2\x77\x68\xce\xfa\x59\x61\x7e\xe5\xea\xd2\x3b\x4f\xd2\x98\x43\xa8\xd4\xe8\xe5\xce\xb1\x17\xff\xae\x5c\x29\x4f\xb9\xb7\xda\xd4\x82\xfb\xa5\x0b\x30\xd5\x1f\xbc\x25\xd7\xe5\x3f\xbf\x12\x7b\xcc\x74\x32\x27\xf3\x1d\x00\x00\xff\xff\x6b\x4e\x2d\x38\xf3\x01\x00\x00" +var _stakingproxyWithdraw_unstakedCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x91\x41\x4f\xfa\x40\x10\xc5\xef\xfb\x29\xe6\xdf\x03\x69\x93\x7f\x7a\x32\x1e\x88\x48\x14\x63\xf4\xa2\x24\x88\xf7\xa1\x3b\xd0\x0d\x65\x67\x33\x9d\x06\x88\xe1\xbb\x9b\x65\x2b\x54\xe7\x32\xc9\x4c\xe7\xbd\xdf\xeb\xba\x5d\x60\x51\xc8\x16\x8a\x5b\xe7\x37\x73\xe1\xc3\x31\x33\x46\x05\x7d\x8b\x95\x3a\xf6\xb9\x67\x4b\xaf\x4f\x63\x58\xa8\x38\xbf\xf9\x0f\xb8\xe3\xce\xeb\x18\x96\xcf\xee\x70\x7b\x53\xc0\x97\x31\x00\x00\x41\x28\xa0\x50\x8e\x55\x95\xf6\xd8\x69\x9d\x3f\xb2\x08\xef\x3f\xb1\xe9\xa8\x80\xd1\x43\xda\xc5\x1b\xe8\xab\x21\x85\x10\x5d\x5f\xb8\xb1\x24\x30\x81\x5e\xa0\x6c\x95\x05\x37\x54\xae\xce\x12\x77\xa3\x21\x62\xf9\xc6\x96\xe2\x80\x64\x7e\x3d\xbe\xcf\xd7\xc2\xbb\x48\xfa\xe7\xcb\xf7\x40\x82\xca\x32\xc3\x80\x2b\xd7\x38\x3d\x2e\x92\xf8\x1c\xb5\x2e\x2e\x2c\xb1\xa6\x53\x08\xe8\x5d\x95\x67\x33\xee\x1a\x0b\x9e\x15\x12\x01\x08\xad\x49\xc8\x57\x04\xca\xd0\x26\x8f\xc4\x0e\xf5\xd9\x3f\x2b\xcc\xaf\x5c\xed\x80\x03\x26\xc3\x98\x7d\xa8\x21\xe8\xe5\x3f\xa7\x5e\xfc\xbb\x6a\x0d\x75\xca\xbd\xd3\xda\x0a\xee\x97\x3e\x8e\xc9\x7e\xf0\x96\x7c\x9b\xff\xbc\x4a\xea\x29\xd3\xc9\x9c\xcc\x77\x00\x00\x00\xff\xff\xf5\xa1\x7a\xe8\xe1\x01\x00\x00" func stakingproxyWithdraw_unstakedCdcBytes() ([]byte, error) { return bindataRead( @@ -6265,11 +6244,11 @@ func stakingproxyWithdraw_unstakedCdc() (*asset, error) { } info := bindataFileInfo{name: "stakingProxy/withdraw_unstaked.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xb2, 0x72, 0x63, 0xb9, 0x44, 0x4, 0x84, 0x7a, 0xbd, 0x19, 0x88, 0x23, 0x78, 0x77, 0xb6, 0xf0, 0xfe, 0x8a, 0x5c, 0xf2, 0x6f, 0xa2, 0xf, 0xda, 0xdb, 0xb1, 0x89, 0x1c, 0x19, 0xb5, 0x56, 0x95}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xc0, 0x82, 0x41, 0xe4, 0xfe, 0x45, 0x4c, 0x73, 0x85, 0xcb, 0xc4, 0x27, 0x77, 0x7c, 0x74, 0x2b, 0xee, 0x45, 0x1e, 0x51, 0x47, 0xa7, 0x99, 0x9c, 0xd3, 0x2f, 0xba, 0xab, 0xf9, 0x8, 0xdf, 0x1}} return a, nil } -var _storagefeesAdminSet_parametersCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x92\x4f\x6b\xdb\x40\x10\xc5\xef\xfa\x14\x2f\x3e\x04\x19\x8a\x74\x29\x3d\x98\xa6\x26\x29\xe8\xd4\xd0\x92\xfe\x3b\x4f\xd6\x23\x6b\x8b\xb4\x2b\x66\x47\x75\x4a\xd1\x77\x2f\xab\x3f\xae\x12\xd7\xa6\x7b\x90\x40\x7a\xef\xcd\x6f\x66\xd6\x36\xad\x17\x45\x51\xfb\xc3\x67\xf5\x42\x7b\x2e\x98\x03\x4a\xf1\x0d\x56\x2f\xbe\xae\x92\x24\xcf\xf1\xa5\xb2\x01\x2a\xe4\x02\x19\xb5\xde\xc1\x54\xe4\xf6\x1c\xa0\x15\xa3\xac\xfd\x01\x61\xb4\xa0\x8c\x49\x2d\x09\x35\xac\x2c\x21\x59\x98\xd2\x49\x73\xf7\x4b\x39\x7c\x62\x79\xe0\xc0\xf2\x93\x77\xc5\x87\x8f\xdf\x37\xf8\x5a\xd8\xa7\x37\xaf\xb7\xaf\xd0\x58\x67\x9b\xae\x99\x18\x46\x11\x45\xff\x51\xb3\xc6\xef\x04\x00\x86\x47\xcd\x0a\xda\x35\xd6\x3d\x70\xb9\xc1\xf5\x0b\xfc\xec\x36\xfe\xb2\x41\x85\xd4\x4b\x32\x38\x5a\xe1\x96\x84\x53\x32\x46\x37\xa0\x4e\xab\xf4\xce\x8b\xf8\xc3\x37\xaa\x3b\x5e\xe3\xfa\xd6\x18\xdf\x39\x9d\xcb\xc4\x93\xe7\x78\x1c\x34\x20\x08\x97\x2c\xec\x0c\x43\xfd\x30\x80\xa1\x3c\xfc\xe3\x0f\x36\x7a\x74\x04\xae\xcb\x6c\x06\xc3\x0d\x62\xb5\x6c\x9a\x40\x36\x66\xbd\xbd\x4c\xfb\x2e\x8d\x1b\xd9\x20\x9f\x5c\xf3\x3b\x2a\x07\xe1\xfa\x58\x2c\x9e\xed\x16\x2d\x39\x6b\xd2\xd5\x7b\xdf\xd5\x3b\x38\xaf\x33\xf3\x33\xe2\x67\x9b\x1a\x00\x57\x63\x50\x3f\x8e\x87\x9f\xd8\x74\xca\x8b\xe6\x6d\x89\x0b\xab\xc3\xd5\x0d\x9c\xad\x17\xfa\x93\xf6\xb3\xc0\x3a\xb5\x79\xcf\x7b\xfa\x57\xca\xa5\xcb\x71\xf5\xb7\xd1\x7e\x09\x75\xf6\xa6\xfc\x27\xd2\xfd\x39\x7f\x7a\x36\xf9\x04\xa5\x4f\xfa\x3f\x01\x00\x00\xff\xff\x05\xa9\x75\x7a\x4f\x03\x00\x00" +var _storagefeesAdminSet_parametersCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x92\x4f\x6f\xd3\x40\x10\xc5\xef\xfe\x14\xaf\x3e\x54\x8e\x84\xec\x0b\xe2\x60\x51\xa2\x16\xc9\x27\x2a\x50\xf9\x77\x9e\x6e\xc6\xf1\x22\x7b\xd7\x9a\x1d\x93\x22\xe4\xef\x8e\xfc\x2f\xb8\x84\x44\xdd\x83\x7d\xd8\xf7\x66\x7e\x6f\x76\x6c\xd3\x7a\x51\xc4\x45\xed\x0f\x9f\xd5\x0b\xed\xb9\x60\x0e\x71\x14\x65\x19\xbe\x54\x36\x40\x85\x5c\x20\xa3\xd6\x3b\x98\x8a\xdc\x9e\x03\xb4\x62\x94\xb5\x3f\x20\x4c\x16\x94\xcc\x01\x2d\x09\x35\xac\x2c\x21\x5a\x99\x92\x59\x73\xf7\x4b\x39\x7c\x62\x79\xe0\xc0\xf2\x93\x77\xc5\x87\x8f\xdf\x73\x7c\x2d\xec\xd3\x9b\xd7\xdb\x57\x68\xac\xb3\x4d\xd7\xcc\x0c\x93\x88\x06\xff\x51\xb3\xc1\xef\x08\x00\xc6\x4f\xcd\x0a\xda\x35\xd6\x3d\x70\x99\xe3\xfa\x1f\xfc\xf4\x76\xb8\xb2\x41\x85\xd4\x4b\x34\x3a\x5a\xe1\x96\x84\x13\x32\x46\x73\x50\xa7\x55\x72\xe7\x45\xfc\xe1\x1b\xd5\x1d\x6f\x70\x7d\x6b\x8c\xef\x9c\x2e\x6d\x86\x93\x65\x78\x1c\x35\x20\x08\x97\x2c\xec\x0c\x43\xfd\x38\x80\xb1\x3d\xfc\xe3\x0f\x36\x7a\x74\x04\xae\xcb\x74\x01\xc3\x0d\x86\x6e\xe9\x3c\x81\x74\xaa\xf5\xf6\x32\xed\xbb\xa4\x14\xdf\xe4\xc8\x66\xd7\xf2\x1f\x94\xa3\x70\x73\x6c\x36\x9c\xed\x16\x2d\x39\x6b\x92\xf8\xbd\xef\xea\x1d\x9c\xd7\x85\xf9\x19\xf1\xb3\x97\x1a\x01\xe3\xa9\x50\x3f\x8d\x87\x9f\xd8\x74\xca\xab\xf0\xb6\xc4\x85\xa7\xc3\xd5\x0d\x9c\xad\x57\xfa\x93\xf8\x69\x60\x9d\x63\xde\xf3\x9e\xfe\x57\xe5\xd2\x72\x5c\xfd\x0d\xda\xaf\xa1\xce\x6e\xca\x0b\x91\xee\xcf\xf9\x93\xb3\x95\x4f\x50\xfa\xa8\xff\x13\x00\x00\xff\xff\xe0\x7c\x71\xda\x3a\x03\x00\x00" func storagefeesAdminSet_parametersCdcBytes() ([]byte, error) { return bindataRead( @@ -6285,11 +6264,11 @@ func storagefeesAdminSet_parametersCdc() (*asset, error) { } info := bindataFileInfo{name: "storageFees/admin/set_parameters.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x6e, 0xd9, 0x32, 0xf5, 0x38, 0x90, 0x33, 0x23, 0xa, 0xeb, 0x8b, 0x76, 0xae, 0x50, 0x25, 0x2e, 0x3c, 0x95, 0x89, 0x31, 0x1, 0xd0, 0xa6, 0x9b, 0x56, 0x9b, 0x20, 0xe1, 0x48, 0x5e, 0xa9, 0x5c}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xdf, 0xe8, 0x1b, 0x9f, 0x89, 0x7a, 0x3b, 0xa6, 0xce, 0x9a, 0xd0, 0x63, 0x44, 0x1f, 0x35, 0xce, 0x77, 0xd4, 0xc7, 0x4c, 0x3d, 0xb7, 0xca, 0xa4, 0xfd, 0x90, 0x10, 0xee, 0x46, 0x2f, 0x73, 0x95}} return a, nil } -var _storagefeesScriptsGet_account_available_balanceCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x8d\x31\x0e\xc2\x30\x0c\x45\xf7\x9c\xe2\xab\x53\xbb\x30\x21\x86\x6e\x65\xe8\x05\x80\x03\x98\xd4\x45\x11\xae\x8d\x9c\x04\x90\x10\x77\x67\x61\xca\xf6\xf4\x86\xf7\xd2\xf6\x30\x2f\x98\xc5\x5e\xa7\x62\x4e\x37\x9e\x99\x33\x56\xb7\x0d\x5d\x63\xbb\x10\x28\x46\xce\xb9\x27\x91\x01\x6b\x55\x6c\x94\xb4\xa7\x18\xad\x6a\x99\x96\xc5\x39\xe7\x11\x7f\x18\x46\x5c\xe6\xf4\x3e\xec\xf1\x09\x00\xe0\x5c\xaa\x6b\xbb\xda\x2d\xbc\x52\x95\x72\xb6\x3b\xeb\xf4\xa4\x24\x74\x15\x3e\x92\x90\x46\x6e\xd2\x43\xf8\x86\xf0\x0b\x00\x00\xff\xff\xee\x68\x60\x24\xb2\x00\x00\x00" +var _storagefeesScriptsGet_account_available_balanceCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xcc\x3d\x0e\xc2\x30\x0c\x06\xd0\xdd\xa7\xf8\xd4\xa9\x59\x98\x10\x43\xb7\x32\xe4\x02\xc0\x01\x4c\xe2\xa2\x08\xd7\x41\xf9\x01\x24\xc4\xdd\x59\x98\xba\xbd\xe9\xa5\xf5\x91\x4b\xc3\xe0\x35\xbf\x4e\x2d\x17\xbe\x89\x17\xa9\x03\x11\x87\x20\xb5\x8e\xac\xea\xb0\x74\xc3\xca\xc9\x46\x0e\x21\x77\x6b\x73\x8c\x45\x6a\x9d\xf0\x87\x9b\x70\xf1\xe9\x7d\xd8\xe3\x43\x00\x50\xa4\xf5\x62\xd8\xa4\xbb\x28\x0b\x77\x6d\xe7\x7c\x17\x9b\x9f\x9c\x94\xaf\x2a\x47\x56\xb6\x20\x9b\xda\xd1\x97\xe8\x17\x00\x00\xff\xff\x5f\x98\x4c\x6d\x9d\x00\x00\x00" func storagefeesScriptsGet_account_available_balanceCdcBytes() ([]byte, error) { return bindataRead( @@ -6305,11 +6284,11 @@ func storagefeesScriptsGet_account_available_balanceCdc() (*asset, error) { } info := bindataFileInfo{name: "storageFees/scripts/get_account_available_balance.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x32, 0x50, 0xda, 0x76, 0x6e, 0x91, 0xb, 0x23, 0x25, 0x39, 0x44, 0xac, 0xdf, 0x2c, 0xbb, 0xea, 0x83, 0xa1, 0xba, 0xc6, 0x85, 0x46, 0x4d, 0xac, 0x95, 0xe4, 0x42, 0xdd, 0x66, 0xb6, 0x86, 0xba}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x64, 0x7, 0x68, 0x22, 0xba, 0xcd, 0xd, 0x55, 0xab, 0x2b, 0x72, 0x36, 0x5, 0xe7, 0x2c, 0xf7, 0x7c, 0x5, 0xaa, 0xa3, 0x1e, 0xaf, 0x5b, 0xdc, 0x78, 0xe8, 0xb3, 0x9e, 0x7, 0x7d, 0x45, 0x3d}} return a, nil } -var _storagefeesScriptsGet_accounts_capacity_for_transaction_storage_checkCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x8e\xc1\x6a\xc3\x30\x10\x44\xef\xfa\x8a\x21\x27\x1b\x4c\x4f\xa5\x07\xdd\x42\x40\x3f\xd0\xf4\x14\x72\x58\x94\x4d\x2a\x6a\x49\x66\x57\xa6\x0e\xa5\xff\x5e\x12\x0b\x63\x5c\x5d\x34\x3c\x86\xd9\x17\xe2\x90\xa5\xc0\xf5\xf9\xfb\xbd\x64\xa1\x1b\x3b\x66\xc5\x55\x72\xc4\x6e\x43\x77\xc6\x90\xf7\xac\xda\x50\xdf\xb7\xb8\x8e\x09\x91\x42\x6a\xc8\xfb\x3c\xa6\xb2\xbf\x5c\x84\x55\x59\x2d\x4e\x35\x9f\x3b\x0c\x74\x67\xb1\xa8\xa0\x43\xa4\xe9\x38\x3d\xd6\x2c\x3e\x5c\x98\xde\x5e\x5b\x8b\xd3\x9c\xce\xf8\x31\x00\x20\x5c\x46\x49\x5b\xa7\x97\x1b\x97\xfd\x7c\x49\x0f\x34\x90\x0f\xe5\xee\xb2\x1c\x85\x92\x92\x2f\x21\xa7\x5a\x3e\x7c\xb2\xff\x6a\x9e\x4b\x8f\xf7\xdf\x6e\x4b\x3a\x2c\xe5\x6a\xfb\xfc\x56\x78\x25\xbd\xc4\xd6\xfc\xfe\x05\x00\x00\xff\xff\x33\xc0\x69\x3d\x3d\x01\x00\x00" +var _storagefeesScriptsGet_accounts_capacity_for_transaction_storage_checkCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x8e\xc1\x6a\xc3\x30\x10\x44\xef\xfa\x8a\x21\x27\x1b\x4c\x4f\xa5\x07\xdd\x42\x40\x3f\xd0\xf4\x14\x72\x58\x94\x6d\x2a\x6a\x4b\x66\x57\xa6\x0e\xa5\xff\x5e\x6c\x0b\x63\x9c\xbd\xec\x30\x0c\x33\x2f\x74\x7d\x92\x8c\x83\x6b\xd3\xcf\x7b\x4e\x42\x77\x76\xcc\x7a\x30\x86\xbc\x67\xd5\x8a\xda\xb6\xc6\xe7\x10\xd1\x51\x88\x15\x79\x9f\x86\x98\x8f\xb7\x9b\xb0\x2a\xab\xc5\xa5\xe8\x6b\x83\x9e\x1e\x2c\x16\xc5\x68\xd0\xd1\x78\x1e\xa7\x36\x8b\x0f\x17\xc6\xb7\xd7\xda\xe2\xb2\xa8\x2b\x7e\x0d\x00\x08\xe7\x41\x22\x76\xeb\x2f\x77\xce\xc7\x65\x49\x4f\xd4\x93\x0f\xf9\xe1\x92\x9c\x85\xa2\x92\xcf\x21\xc5\x12\x3e\x7d\xb1\xff\xae\xe6\xa6\xe9\x9e\xe9\xf6\x4e\x83\x35\x5c\x68\xe7\xb7\xb1\x37\xd0\xab\xac\xcd\xdf\x7f\x00\x00\x00\xff\xff\x7a\x7a\x50\xf5\x28\x01\x00\x00" func storagefeesScriptsGet_accounts_capacity_for_transaction_storage_checkCdcBytes() ([]byte, error) { return bindataRead( @@ -6325,11 +6304,11 @@ func storagefeesScriptsGet_accounts_capacity_for_transaction_storage_checkCdc() } info := bindataFileInfo{name: "storageFees/scripts/get_accounts_capacity_for_transaction_storage_check.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x9b, 0xdf, 0x5, 0xd2, 0x29, 0xa8, 0x2a, 0x4b, 0xa1, 0xae, 0xb3, 0x56, 0xc, 0xa9, 0x35, 0x83, 0xaa, 0xa7, 0x33, 0x53, 0x3b, 0xa3, 0x19, 0x1b, 0x71, 0x36, 0xbc, 0x97, 0x1, 0x9, 0x48, 0xcc}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x10, 0x1a, 0x35, 0xa3, 0x3c, 0x53, 0x73, 0x21, 0x3a, 0x21, 0xec, 0xfd, 0x15, 0x7d, 0x7e, 0xf7, 0xc1, 0x1a, 0x4d, 0x5a, 0x7c, 0x7a, 0x8e, 0xae, 0x36, 0xfe, 0x89, 0x11, 0xc8, 0xc2, 0x35, 0x8e}} return a, nil } -var _storagefeesScriptsGet_storage_capacityCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xcd\xbd\xaa\xc2\x40\x10\xc5\xf1\x7e\x9e\xe2\x90\x2a\x69\x6e\x75\xb1\x48\x17\x84\xbc\x80\xf8\x00\xc3\x64\x22\x0b\xfb\x11\x66\x67\x51\x11\xdf\xdd\x42\xab\xed\x0e\xa7\xf8\xfd\x43\x3a\x8a\x39\xd6\x58\xee\x17\x2f\xc6\x37\x5d\x55\x2b\x76\x2b\x09\x43\xf7\x0e\x44\x2c\xa2\xb5\x8e\x1c\xe3\x84\xbd\x65\x24\x0e\x79\x64\x91\xd2\xb2\x2f\xdb\x66\x5a\xeb\x8c\xdf\x98\x66\x5c\xd7\xf0\x38\xfd\xe3\x45\x00\x60\xea\xcd\x72\x9f\xfa\x13\x8e\xd2\x22\xbb\x2e\x5f\xe6\xcc\x07\x4b\xf0\x67\xc7\x4e\xf4\x26\xfa\x04\x00\x00\xff\xff\x8c\x0d\x5c\xd9\xae\x00\x00\x00" +var _storagefeesScriptsGet_storage_capacityCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xcc\xb1\x0a\xc2\x30\x10\x06\xe0\xfd\x9e\xe2\xa7\x53\xb3\x38\x89\x43\xb7\x22\xe4\x05\xc4\x07\x38\xae\xa7\x04\xd2\xa4\xe4\x2e\xa8\x88\xef\xee\xa0\x53\xb7\x6f\xfa\xd2\xba\xd5\xe6\x18\x62\xae\x8f\x8b\xd7\xc6\x77\x8d\xaa\x36\x10\xb1\x88\x9a\x8d\x9c\x73\xc0\xad\x17\xac\x9c\xca\xc8\x22\xb5\x17\x9f\x97\xa5\xa9\xd9\x84\x3f\xc2\x84\x6b\x4c\xcf\xd3\x11\x6f\x02\x80\xa6\xde\x5b\xc1\x2e\x3d\x08\x67\xe9\x99\x5d\xe7\x5f\x73\xe6\x8d\x25\xf9\x6b\xd7\x06\xfa\x10\x7d\x03\x00\x00\xff\xff\x03\x6e\x17\xfe\x99\x00\x00\x00" func storagefeesScriptsGet_storage_capacityCdcBytes() ([]byte, error) { return bindataRead( @@ -6345,11 +6324,11 @@ func storagefeesScriptsGet_storage_capacityCdc() (*asset, error) { } info := bindataFileInfo{name: "storageFees/scripts/get_storage_capacity.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x63, 0xd2, 0xf3, 0x9f, 0xea, 0xbb, 0x73, 0x3a, 0x51, 0xc8, 0xd, 0x5e, 0xc2, 0x63, 0x95, 0xa, 0x55, 0x31, 0x8e, 0x32, 0xbd, 0x2f, 0x88, 0xfe, 0xca, 0x12, 0x76, 0xa7, 0x3d, 0x7f, 0x40, 0xa7}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xf7, 0xda, 0x37, 0x59, 0xf1, 0x65, 0x27, 0xf5, 0x2d, 0x9, 0x2a, 0xb, 0x40, 0xce, 0xb, 0xff, 0xef, 0xf3, 0x2a, 0x24, 0x58, 0x53, 0xdd, 0x98, 0x2d, 0xc3, 0xa3, 0x39, 0xee, 0xdf, 0xac, 0xba}} return a, nil } -var _storagefeesScriptsGet_storage_fee_conversionCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xca\xcc\x2d\xc8\x2f\x2a\x51\x70\xcb\xc9\x2f\x0f\x2e\xc9\x2f\x4a\x4c\x4f\x75\x4b\x4d\x2d\x56\x48\x2b\xca\xcf\x55\x50\x42\x13\x55\xe2\xe2\x4a\x4c\x4e\x4e\x2d\x2e\xd6\x48\xcc\xc9\xd1\x54\x48\x2b\xcd\x53\xc8\x4d\xcc\xcc\xd3\xd0\xb4\x52\x08\x75\xcb\xac\x30\x33\x51\xa8\xe6\x52\x50\x50\x50\x28\x4a\x2d\x29\x2d\xca\x43\x37\x53\xaf\x18\xc2\xf6\x4d\x4d\x4f\x74\xaa\x2c\x49\x2d\x0e\x48\x2d\x0a\x4a\x2d\x4e\x2d\x2a\x4b\x4d\x71\xf3\xf1\x0f\xe7\xaa\xe5\xe2\x02\x04\x00\x00\xff\xff\x0f\x9e\x44\xff\x8e\x00\x00\x00" +var _storagefeesScriptsGet_storage_fee_conversionCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xca\xcc\x2d\xc8\x2f\x2a\x51\x50\x72\xcb\xc9\x2f\x0f\x2e\xc9\x2f\x4a\x4c\x4f\x75\x4b\x4d\x2d\x56\xe2\xe2\x4a\x4c\x4e\x4e\x2d\x2e\xd6\x48\xcc\xc9\xd1\x54\x48\x2b\xcd\x53\xc8\x4d\xcc\xcc\xd3\xd0\xb4\x52\x08\x75\xcb\xac\x30\x33\x51\xa8\xe6\x52\x50\x50\x50\x28\x4a\x2d\x29\x2d\xca\x53\x40\xd3\xad\x57\x0c\x61\xfb\xa6\xa6\x27\x3a\x55\x96\xa4\x16\x07\xa4\x16\x05\xa5\x16\xa7\x16\x95\xa5\xa6\xb8\xf9\xf8\x87\x73\xd5\x72\x71\x01\x02\x00\x00\xff\xff\xa4\x12\x0d\xae\x79\x00\x00\x00" func storagefeesScriptsGet_storage_fee_conversionCdcBytes() ([]byte, error) { return bindataRead( @@ -6365,11 +6344,11 @@ func storagefeesScriptsGet_storage_fee_conversionCdc() (*asset, error) { } info := bindataFileInfo{name: "storageFees/scripts/get_storage_fee_conversion.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x71, 0x5c, 0x5d, 0x1, 0xde, 0x2a, 0xe5, 0x96, 0x6b, 0x2b, 0x70, 0x3a, 0x9c, 0xae, 0x50, 0x36, 0x4a, 0xea, 0xf2, 0xef, 0x3d, 0xdd, 0xf7, 0xa2, 0x20, 0x5c, 0x52, 0xf6, 0xb7, 0x93, 0x56, 0xb2}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x3, 0xf5, 0xd3, 0x0, 0x6b, 0x29, 0x6b, 0xbb, 0x48, 0x88, 0x6f, 0xb2, 0x5e, 0xa9, 0xbc, 0x55, 0x92, 0x2, 0x8e, 0xa1, 0x9f, 0xd5, 0xa4, 0x9b, 0x83, 0xf9, 0x95, 0xf8, 0xc6, 0x1a, 0x75, 0xa2}} return a, nil } -var _storagefeesScriptsGet_storage_fee_minCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xcc\x31\x0a\x02\x41\x0c\x05\xd0\x3e\xa7\xf8\x6c\xb5\xdb\x58\x89\x85\x07\x98\x03\x28\x1e\x20\x2c\x59\x09\x4c\x12\xc9\xcc\xa8\x20\xde\xdd\xc6\x6a\xdb\x57\x3c\xb5\x47\x64\x47\xa9\xf1\xba\xf6\x48\xbe\x4b\x11\x69\xd8\x32\x0c\xd3\x4e\x27\x22\x5e\x57\x69\x6d\xe6\x5a\x17\x6c\xc3\x61\xac\x3e\x2f\x67\xdc\x8a\xbe\x4f\x47\x7c\x08\x00\x52\xfa\x48\xdf\x9f\x07\x53\x57\x1b\xf6\xa7\x8b\x34\xc9\x27\x77\x0d\xa7\x2f\xd1\x2f\x00\x00\xff\xff\x10\x6e\x9d\x6a\x88\x00\x00\x00" +var _storagefeesScriptsGet_storage_fee_minCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xcb\x31\x0a\x42\x31\x0c\x06\xe0\x3d\xa7\xf8\x79\xd3\x7b\x8b\x93\x38\x78\x80\x1e\x40\xf1\x00\xa1\x44\x09\x34\xa9\xa4\xa9\x0a\xe2\xdd\x5d\x9c\x5c\x3f\xf8\xd4\xee\x3d\x12\x4b\x69\xfd\x79\xce\x1e\x7c\x93\x22\x32\x16\x22\xae\x55\xc6\x58\xb9\xb5\x0d\xd7\xe9\x30\x56\x5f\xb7\x23\x2e\x45\x5f\x87\x3d\xde\x04\x00\x21\x39\xc3\xf1\xb7\x77\xa6\xae\x36\xed\x47\x27\x19\x12\x0f\x4e\xed\x4e\x1f\xa2\x6f\x00\x00\x00\xff\xff\xe9\x30\xd0\xba\x73\x00\x00\x00" func storagefeesScriptsGet_storage_fee_minCdcBytes() ([]byte, error) { return bindataRead( @@ -6385,7 +6364,7 @@ func storagefeesScriptsGet_storage_fee_minCdc() (*asset, error) { } info := bindataFileInfo{name: "storageFees/scripts/get_storage_fee_min.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x65, 0x59, 0xec, 0xe1, 0xe, 0xc5, 0x8d, 0x9f, 0xd9, 0x60, 0xe4, 0x4e, 0xd0, 0x48, 0x59, 0xf0, 0xe1, 0x96, 0xc1, 0xc, 0xa, 0xd6, 0x95, 0x97, 0xa3, 0x50, 0x4c, 0xd1, 0x1d, 0x13, 0x3f, 0x1a}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x6f, 0x9e, 0x4, 0xfc, 0x6d, 0x2, 0x79, 0x83, 0x35, 0xcc, 0xc2, 0xc4, 0xa1, 0x62, 0x28, 0x1e, 0x32, 0xbc, 0xaf, 0x43, 0x31, 0x50, 0x3d, 0xef, 0xda, 0x6, 0xfa, 0x5f, 0xc8, 0x44, 0x9f, 0xb1}} return a, nil } @@ -6518,7 +6497,6 @@ var _bindata = map[string]func() (*asset, error){ "dkg/scripts/get_node_has_submitted.cdc": dkgScriptsGet_node_has_submittedCdc, "dkg/scripts/get_node_is_claimed.cdc": dkgScriptsGet_node_is_claimedCdc, "dkg/scripts/get_node_is_registered.cdc": dkgScriptsGet_node_is_registeredCdc, - "dkg/scripts/get_submissions_count.cdc": dkgScriptsGet_submissions_countCdc, "dkg/scripts/get_thresholds.cdc": dkgScriptsGet_thresholdsCdc, "dkg/scripts/get_whiteboard_messages.cdc": dkgScriptsGet_whiteboard_messagesCdc, "dkg/send_empty_final_submission.cdc": dkgSend_empty_final_submissionCdc, @@ -6877,7 +6855,6 @@ var _bintree = &bintree{nil, map[string]*bintree{ "get_node_has_submitted.cdc": {dkgScriptsGet_node_has_submittedCdc, map[string]*bintree{}}, "get_node_is_claimed.cdc": {dkgScriptsGet_node_is_claimedCdc, map[string]*bintree{}}, "get_node_is_registered.cdc": {dkgScriptsGet_node_is_registeredCdc, map[string]*bintree{}}, - "get_submissions_count.cdc": {dkgScriptsGet_submissions_countCdc, map[string]*bintree{}}, "get_thresholds.cdc": {dkgScriptsGet_thresholdsCdc, map[string]*bintree{}}, "get_whiteboard_messages.cdc": {dkgScriptsGet_whiteboard_messagesCdc, map[string]*bintree{}}, }}, diff --git a/lib/go/templates/templates.go b/lib/go/templates/templates.go index 83596e882..ccc9eacac 100644 --- a/lib/go/templates/templates.go +++ b/lib/go/templates/templates.go @@ -78,11 +78,13 @@ func withHexPrefix(address string) string { } func ReplaceAddress(code, placeholder, replacement string) string { + placeholderWithoutQuotes := placeholder[1 : len(placeholder)-1] + if len(replacement) > 0 { code = strings.ReplaceAll( code, placeholder, - withHexPrefix(replacement), + placeholderWithoutQuotes+" from "+withHexPrefix(replacement), ) } return code diff --git a/transactions/FlowServiceAccount/add_account_creator.cdc b/transactions/FlowServiceAccount/add_account_creator.cdc index 1af735b67..de8a4eea0 100644 --- a/transactions/FlowServiceAccount/add_account_creator.cdc +++ b/transactions/FlowServiceAccount/add_account_creator.cdc @@ -1,4 +1,4 @@ -import FlowServiceAccount from "FlowServiceAccount" +import "FlowServiceAccount" // This transaction adds a new account crerator transaction(accountCreator: Address) { diff --git a/transactions/FlowServiceAccount/remove_account_creator.cdc b/transactions/FlowServiceAccount/remove_account_creator.cdc index 9d88a7013..daf2d842a 100644 --- a/transactions/FlowServiceAccount/remove_account_creator.cdc +++ b/transactions/FlowServiceAccount/remove_account_creator.cdc @@ -1,4 +1,4 @@ -import FlowServiceAccount from "FlowServiceAccount" +import "FlowServiceAccount" // This transaction removes an account creator transaction(accountCreator: Address) { diff --git a/transactions/FlowServiceAccount/scripts/get_account_creators.cdc b/transactions/FlowServiceAccount/scripts/get_account_creators.cdc index 447c1e4d9..67cde844b 100644 --- a/transactions/FlowServiceAccount/scripts/get_account_creators.cdc +++ b/transactions/FlowServiceAccount/scripts/get_account_creators.cdc @@ -1,4 +1,4 @@ -import FlowServiceAccount from "FlowServiceAccount" +import "FlowServiceAccount" access(all) fun main(): [Address] { return FlowServiceAccount.getAccountCreators() diff --git a/transactions/FlowServiceAccount/scripts/get_account_fee.cdc b/transactions/FlowServiceAccount/scripts/get_account_fee.cdc index 3dce9a175..6d0b6a830 100644 --- a/transactions/FlowServiceAccount/scripts/get_account_fee.cdc +++ b/transactions/FlowServiceAccount/scripts/get_account_fee.cdc @@ -1,4 +1,4 @@ -import FlowServiceAccount from "FlowServiceAccount" +import "FlowServiceAccount" access(all) fun main(): UFix64 { return FlowServiceAccount.accountCreationFee diff --git a/transactions/FlowServiceAccount/scripts/get_execution_effort_weights.cdc b/transactions/FlowServiceAccount/scripts/get_execution_effort_weights.cdc index 0cdadd3c4..5fc1ee89c 100644 --- a/transactions/FlowServiceAccount/scripts/get_execution_effort_weights.cdc +++ b/transactions/FlowServiceAccount/scripts/get_execution_effort_weights.cdc @@ -1,4 +1,4 @@ -import FlowServiceAccount from "FlowServiceAccount" +import "FlowServiceAccount" access(all) fun main(): {UInt64: UInt64} { return FlowServiceAccount.getExecutionEffortWeights() diff --git a/transactions/FlowServiceAccount/scripts/get_execution_memory_limit.cdc b/transactions/FlowServiceAccount/scripts/get_execution_memory_limit.cdc index f9040cb73..fc4094915 100644 --- a/transactions/FlowServiceAccount/scripts/get_execution_memory_limit.cdc +++ b/transactions/FlowServiceAccount/scripts/get_execution_memory_limit.cdc @@ -1,4 +1,4 @@ -import FlowServiceAccount from "FlowServiceAccount" +import "FlowServiceAccount" access(all) fun main(): UInt64 { return FlowServiceAccount.getExecutionMemoryLimit() diff --git a/transactions/FlowServiceAccount/scripts/get_execution_memory_weights.cdc b/transactions/FlowServiceAccount/scripts/get_execution_memory_weights.cdc index 2f5eddac7..32e0f2e39 100644 --- a/transactions/FlowServiceAccount/scripts/get_execution_memory_weights.cdc +++ b/transactions/FlowServiceAccount/scripts/get_execution_memory_weights.cdc @@ -1,4 +1,4 @@ -import FlowServiceAccount from "FlowServiceAccount" +import "FlowServiceAccount" access(all) fun main(): {UInt64: UInt64} { return FlowServiceAccount.getExecutionMemoryWeights() diff --git a/transactions/FlowServiceAccount/scripts/get_fees_balance.cdc b/transactions/FlowServiceAccount/scripts/get_fees_balance.cdc index fb62ff351..87afd16ba 100644 --- a/transactions/FlowServiceAccount/scripts/get_fees_balance.cdc +++ b/transactions/FlowServiceAccount/scripts/get_fees_balance.cdc @@ -1,4 +1,4 @@ -import FlowFees from "FlowFees" +import "FlowFees" access(all) fun main(): UFix64 { return FlowFees.getFeeBalance() diff --git a/transactions/FlowServiceAccount/scripts/get_is_account_creation_restricted.cdc b/transactions/FlowServiceAccount/scripts/get_is_account_creation_restricted.cdc index 3c8d761f7..a21bf0d1b 100644 --- a/transactions/FlowServiceAccount/scripts/get_is_account_creation_restricted.cdc +++ b/transactions/FlowServiceAccount/scripts/get_is_account_creation_restricted.cdc @@ -1,4 +1,4 @@ -import FlowServiceAccount from "FlowServiceAccount" +import "FlowServiceAccount" access(all) fun main(): Bool { return FlowServiceAccount.isAccountCreationRestricted() diff --git a/transactions/FlowServiceAccount/scripts/get_is_account_creator.cdc b/transactions/FlowServiceAccount/scripts/get_is_account_creator.cdc index 57f2d7618..15256131f 100644 --- a/transactions/FlowServiceAccount/scripts/get_is_account_creator.cdc +++ b/transactions/FlowServiceAccount/scripts/get_is_account_creator.cdc @@ -1,4 +1,4 @@ -import FlowServiceAccount from "FlowServiceAccount" +import "FlowServiceAccount" access(all) fun main(address: Address): Bool { return FlowServiceAccount.isAccountCreator(address) diff --git a/transactions/FlowServiceAccount/scripts/get_tx_fee_parameters.cdc b/transactions/FlowServiceAccount/scripts/get_tx_fee_parameters.cdc index de46d2f35..20aeba307 100644 --- a/transactions/FlowServiceAccount/scripts/get_tx_fee_parameters.cdc +++ b/transactions/FlowServiceAccount/scripts/get_tx_fee_parameters.cdc @@ -1,4 +1,4 @@ -import FlowFees from "FlowFees" +import "FlowFees" access(all) fun main(): FlowFees.FeeParameters { return FlowFees.getFeeParameters() diff --git a/transactions/FlowServiceAccount/scripts/verify_payer_balance_for_tx_execution.cdc b/transactions/FlowServiceAccount/scripts/verify_payer_balance_for_tx_execution.cdc index 1594cc8b6..219e17635 100644 --- a/transactions/FlowServiceAccount/scripts/verify_payer_balance_for_tx_execution.cdc +++ b/transactions/FlowServiceAccount/scripts/verify_payer_balance_for_tx_execution.cdc @@ -1,4 +1,4 @@ -import FlowFees from "FlowFees" +import "FlowFees" access(all) fun main(payerAcct: Address, inclusionEffort: UFix64, maxExecutionEffort: UFix64): FlowFees.VerifyPayerBalanceResult { let authAcct = getAuthAccount(payerAcct) diff --git a/transactions/FlowServiceAccount/set_is_account_creation_restricted.cdc b/transactions/FlowServiceAccount/set_is_account_creation_restricted.cdc index 579bb718e..5e8cbbc7b 100644 --- a/transactions/FlowServiceAccount/set_is_account_creation_restricted.cdc +++ b/transactions/FlowServiceAccount/set_is_account_creation_restricted.cdc @@ -1,4 +1,4 @@ -import FlowServiceAccount from "FlowServiceAccount" +import "FlowServiceAccount" // This transaction changes `is account ceration restricted` value transaction(restricted: Bool) { diff --git a/transactions/FlowServiceAccount/set_tx_fee_surge_factor.cdc b/transactions/FlowServiceAccount/set_tx_fee_surge_factor.cdc index 64b379d9a..205e0573d 100644 --- a/transactions/FlowServiceAccount/set_tx_fee_surge_factor.cdc +++ b/transactions/FlowServiceAccount/set_tx_fee_surge_factor.cdc @@ -1,4 +1,4 @@ -import FlowFees from "FlowFees" +import "FlowFees" // This transaction sets the FlowFees parameters transaction(surgeFactor: UFix64) { diff --git a/transactions/dkg/admin/force_stop_dkg.cdc b/transactions/dkg/admin/force_stop_dkg.cdc index 6b722a45a..5c826726a 100644 --- a/transactions/dkg/admin/force_stop_dkg.cdc +++ b/transactions/dkg/admin/force_stop_dkg.cdc @@ -1,4 +1,4 @@ -import FlowDKG from "FlowDKG" +import "FlowDKG" transaction { diff --git a/transactions/dkg/admin/publish_admin.cdc b/transactions/dkg/admin/publish_admin.cdc index 389f9d371..f8c4fc94e 100644 --- a/transactions/dkg/admin/publish_admin.cdc +++ b/transactions/dkg/admin/publish_admin.cdc @@ -1,4 +1,4 @@ -import FlowDKG from "FlowDKG" +import "FlowDKG" // This transaction is only for testing! transaction { diff --git a/transactions/dkg/admin/set_safe_threshold.cdc b/transactions/dkg/admin/set_safe_threshold.cdc index c7ef80405..87f63eff2 100644 --- a/transactions/dkg/admin/set_safe_threshold.cdc +++ b/transactions/dkg/admin/set_safe_threshold.cdc @@ -1,4 +1,4 @@ -import FlowDKG from "FlowDKG" +import "FlowDKG" transaction(newThresholdPercentage: UFix64?) { diff --git a/transactions/dkg/admin/start_dkg.cdc b/transactions/dkg/admin/start_dkg.cdc index f5d4d656e..7f76537ce 100644 --- a/transactions/dkg/admin/start_dkg.cdc +++ b/transactions/dkg/admin/start_dkg.cdc @@ -1,4 +1,4 @@ -import FlowDKG from "FlowDKG" +import "FlowDKG" transaction(nodeIDs: [String]) { diff --git a/transactions/dkg/admin/stop_dkg.cdc b/transactions/dkg/admin/stop_dkg.cdc index 2eb82e1ff..5e0d9ce98 100644 --- a/transactions/dkg/admin/stop_dkg.cdc +++ b/transactions/dkg/admin/stop_dkg.cdc @@ -1,4 +1,4 @@ -import FlowDKG from "FlowDKG" +import "FlowDKG" transaction { diff --git a/transactions/dkg/create_participant.cdc b/transactions/dkg/create_participant.cdc index 7593aa9d0..f09d65dbc 100644 --- a/transactions/dkg/create_participant.cdc +++ b/transactions/dkg/create_participant.cdc @@ -1,4 +1,4 @@ -import FlowDKG from "FlowDKG" +import "FlowDKG" // TODO: only used for testing diff --git a/transactions/dkg/scripts/get_consensus_nodes.cdc b/transactions/dkg/scripts/get_consensus_nodes.cdc index 7b25937cb..c73c7905e 100644 --- a/transactions/dkg/scripts/get_consensus_nodes.cdc +++ b/transactions/dkg/scripts/get_consensus_nodes.cdc @@ -1,4 +1,4 @@ -import FlowDKG from "FlowDKG" +import "FlowDKG" access(all) fun main(): [String] { return FlowDKG.getConsensusNodeIDs() diff --git a/transactions/dkg/scripts/get_dkg_canonical_final_submission.cdc b/transactions/dkg/scripts/get_dkg_canonical_final_submission.cdc index a1bfd1e79..334bc3a25 100644 --- a/transactions/dkg/scripts/get_dkg_canonical_final_submission.cdc +++ b/transactions/dkg/scripts/get_dkg_canonical_final_submission.cdc @@ -1,4 +1,4 @@ -import FlowDKG from "FlowDKG" +import "FlowDKG" access(all) fun main(): FlowDKG.ResultSubmission? { return FlowDKG.dkgCompleted() diff --git a/transactions/dkg/scripts/get_dkg_completed.cdc b/transactions/dkg/scripts/get_dkg_completed.cdc index bae8f5cb3..c18556795 100644 --- a/transactions/dkg/scripts/get_dkg_completed.cdc +++ b/transactions/dkg/scripts/get_dkg_completed.cdc @@ -1,4 +1,4 @@ -import FlowDKG from "FlowDKG" +import "FlowDKG" access(all) fun main(): Bool { return FlowDKG.dkgCompleted() != nil diff --git a/transactions/dkg/scripts/get_dkg_enabled.cdc b/transactions/dkg/scripts/get_dkg_enabled.cdc index 34ece9fb3..0d6273a8e 100644 --- a/transactions/dkg/scripts/get_dkg_enabled.cdc +++ b/transactions/dkg/scripts/get_dkg_enabled.cdc @@ -1,4 +1,4 @@ -import FlowDKG from "FlowDKG" +import "FlowDKG" access(all) fun main(): Bool { return FlowDKG.dkgEnabled diff --git a/transactions/dkg/scripts/get_final_submissions.cdc b/transactions/dkg/scripts/get_final_submissions.cdc index 4c094741b..48ed2448e 100644 --- a/transactions/dkg/scripts/get_final_submissions.cdc +++ b/transactions/dkg/scripts/get_final_submissions.cdc @@ -1,4 +1,4 @@ -import FlowDKG from "FlowDKG" +import "FlowDKG" access(all) fun main(): [FlowDKG.ResultSubmission] { return FlowDKG.getFinalSubmissions() diff --git a/transactions/dkg/scripts/get_latest_whiteboard_messages.cdc b/transactions/dkg/scripts/get_latest_whiteboard_messages.cdc index 3a12ed752..eed950cf9 100644 --- a/transactions/dkg/scripts/get_latest_whiteboard_messages.cdc +++ b/transactions/dkg/scripts/get_latest_whiteboard_messages.cdc @@ -1,4 +1,4 @@ -import FlowDKG from "FlowDKG" +import "FlowDKG" access(all) fun main(fromIndex: Int): [FlowDKG.Message] { let messages = FlowDKG.getWhiteBoardMessages() diff --git a/transactions/dkg/scripts/get_node_final_submission.cdc b/transactions/dkg/scripts/get_node_final_submission.cdc index 0ee238928..148c2f01d 100644 --- a/transactions/dkg/scripts/get_node_final_submission.cdc +++ b/transactions/dkg/scripts/get_node_final_submission.cdc @@ -1,4 +1,4 @@ -import FlowDKG from "FlowDKG" +import "FlowDKG" access(all) fun main(nodeID: String): FlowDKG.ResultSubmission { return FlowDKG.getNodeFinalSubmission(nodeID)! diff --git a/transactions/dkg/scripts/get_node_has_submitted.cdc b/transactions/dkg/scripts/get_node_has_submitted.cdc index 9a5b93989..3d8b9e2b6 100644 --- a/transactions/dkg/scripts/get_node_has_submitted.cdc +++ b/transactions/dkg/scripts/get_node_has_submitted.cdc @@ -1,4 +1,4 @@ -import FlowDKG from "FlowDKG" +import "FlowDKG" access(all) fun main(nodeID: String): Bool { return FlowDKG.nodeHasSubmitted(nodeID) diff --git a/transactions/dkg/scripts/get_node_is_claimed.cdc b/transactions/dkg/scripts/get_node_is_claimed.cdc index 0466ae00d..0662381ba 100644 --- a/transactions/dkg/scripts/get_node_is_claimed.cdc +++ b/transactions/dkg/scripts/get_node_is_claimed.cdc @@ -1,4 +1,4 @@ -import FlowDKG from "FlowDKG" +import "FlowDKG" access(all) fun main(nodeID: String): Bool { if FlowDKG.participantIsClaimed(nodeID) != nil { diff --git a/transactions/dkg/scripts/get_node_is_registered.cdc b/transactions/dkg/scripts/get_node_is_registered.cdc index 58b66bf51..9ab04a652 100644 --- a/transactions/dkg/scripts/get_node_is_registered.cdc +++ b/transactions/dkg/scripts/get_node_is_registered.cdc @@ -1,4 +1,4 @@ -import FlowDKG from "FlowDKG" +import "FlowDKG" access(all) fun main(nodeID: String): Bool { return FlowDKG.participantIsRegistered(nodeID) diff --git a/transactions/dkg/scripts/get_submissions_count.cdc b/transactions/dkg/scripts/get_submissions_count.cdc deleted file mode 100644 index e5b90a50e..000000000 --- a/transactions/dkg/scripts/get_submissions_count.cdc +++ /dev/null @@ -1,5 +0,0 @@ -import FlowDKG from "FlowDKG" - -access(all) fun main(): {Int: UInt64} { - return FlowDKG.getFinalSubmissionCount() -} diff --git a/transactions/dkg/scripts/get_thresholds.cdc b/transactions/dkg/scripts/get_thresholds.cdc index dfb10dbeb..60e5e17b4 100644 --- a/transactions/dkg/scripts/get_thresholds.cdc +++ b/transactions/dkg/scripts/get_thresholds.cdc @@ -1,4 +1,4 @@ -import FlowDKG from "FlowDKG" +import "FlowDKG" access(all) struct Thresholds { access(all) let native: UInt64 diff --git a/transactions/dkg/scripts/get_whiteboard_messages.cdc b/transactions/dkg/scripts/get_whiteboard_messages.cdc index 04c5ec0bd..07ca3722e 100644 --- a/transactions/dkg/scripts/get_whiteboard_messages.cdc +++ b/transactions/dkg/scripts/get_whiteboard_messages.cdc @@ -1,4 +1,4 @@ -import FlowDKG from "FlowDKG" +import "FlowDKG" access(all) fun main(): [FlowDKG.Message] { return FlowDKG.getWhiteBoardMessages() diff --git a/transactions/dkg/send_final_submission.cdc b/transactions/dkg/send_final_submission.cdc index 34a2d137b..d77f00485 100644 --- a/transactions/dkg/send_final_submission.cdc +++ b/transactions/dkg/send_final_submission.cdc @@ -1,4 +1,4 @@ -import FlowDKG from "FlowDKG" +import "FlowDKG" // Used by DKG participants to submit their final submission for the current DKG instance. // This transaction is used when the participant locally passed the DKG process. diff --git a/transactions/dkg/send_whiteboard_message.cdc b/transactions/dkg/send_whiteboard_message.cdc index 00f05a2e2..0776ef614 100644 --- a/transactions/dkg/send_whiteboard_message.cdc +++ b/transactions/dkg/send_whiteboard_message.cdc @@ -1,4 +1,4 @@ -import FlowDKG from "FlowDKG" +import "FlowDKG" transaction(content: String) { diff --git a/transactions/epoch/admin/advance_view.cdc b/transactions/epoch/admin/advance_view.cdc index f3f43ca6b..180682d30 100644 --- a/transactions/epoch/admin/advance_view.cdc +++ b/transactions/epoch/admin/advance_view.cdc @@ -1,5 +1,4 @@ -import FlowEpoch from "FlowEpoch" -import FlowIDTableStaking from "FlowIDTableStaking" +import "FlowEpoch" transaction(phase: String) { prepare(signer: auth(BorrowValue) &Account) { diff --git a/transactions/epoch/admin/calculate_rewards.cdc b/transactions/epoch/admin/calculate_rewards.cdc index e3cf37017..afd90fc51 100644 --- a/transactions/epoch/admin/calculate_rewards.cdc +++ b/transactions/epoch/admin/calculate_rewards.cdc @@ -1,5 +1,5 @@ -import FlowEpoch from "FlowEpoch" -import FlowIDTableStaking from "FlowIDTableStaking" +import "FlowEpoch" +import "FlowIDTableStaking" transaction() { prepare(signer: auth(BorrowValue) &Account) { diff --git a/transactions/epoch/admin/deploy_epoch.cdc b/transactions/epoch/admin/deploy_epoch.cdc index ee4369693..47f2b3127 100644 --- a/transactions/epoch/admin/deploy_epoch.cdc +++ b/transactions/epoch/admin/deploy_epoch.cdc @@ -1,4 +1,4 @@ -import FlowClusterQC from "FlowClusterQC" +import "FlowClusterQC" transaction(name: String, code: [UInt8], diff --git a/transactions/epoch/admin/pay_rewards.cdc b/transactions/epoch/admin/pay_rewards.cdc index db921c10d..280bf23e6 100644 --- a/transactions/epoch/admin/pay_rewards.cdc +++ b/transactions/epoch/admin/pay_rewards.cdc @@ -1,5 +1,5 @@ -import FlowEpoch from "FlowEpoch" -import FlowIDTableStaking from "FlowIDTableStaking" +import "FlowEpoch" +import "FlowIDTableStaking" /// Pays the rewards for the previous epoch /// If the rewards have already been paid, the payment will not happen diff --git a/transactions/epoch/admin/reset_epoch.cdc b/transactions/epoch/admin/reset_epoch.cdc index 2dfa217d4..f5ab2be39 100644 --- a/transactions/epoch/admin/reset_epoch.cdc +++ b/transactions/epoch/admin/reset_epoch.cdc @@ -1,5 +1,5 @@ -import FlowEpoch from "FlowEpoch" -import FlowIDTableStaking from "FlowIDTableStaking" +import "FlowEpoch" +import "FlowIDTableStaking" // The resetEpoch transaction ends the current epoch in the FlowEpoch smart contract // and begins a new epoch with the given configuration. The new epoch always has diff --git a/transactions/epoch/admin/set_automatic_rewards.cdc b/transactions/epoch/admin/set_automatic_rewards.cdc index a3634eb0d..0608b5942 100644 --- a/transactions/epoch/admin/set_automatic_rewards.cdc +++ b/transactions/epoch/admin/set_automatic_rewards.cdc @@ -1,4 +1,4 @@ -import FlowEpoch from "FlowEpoch" +import "FlowEpoch" transaction(automaticRewardsEnabled: Bool) { prepare(signer: auth(BorrowValue) &Account) { diff --git a/transactions/epoch/admin/update_clusters.cdc b/transactions/epoch/admin/update_clusters.cdc index 2d221ba6b..bb1bfaa22 100644 --- a/transactions/epoch/admin/update_clusters.cdc +++ b/transactions/epoch/admin/update_clusters.cdc @@ -1,4 +1,4 @@ -import FlowEpoch from "FlowEpoch" +import "FlowEpoch" transaction(newNumClusters: UInt16) { prepare(signer: auth(BorrowValue) &Account) { diff --git a/transactions/epoch/admin/update_dkg_phase_views.cdc b/transactions/epoch/admin/update_dkg_phase_views.cdc index ac7b585ce..ca4610846 100644 --- a/transactions/epoch/admin/update_dkg_phase_views.cdc +++ b/transactions/epoch/admin/update_dkg_phase_views.cdc @@ -1,4 +1,4 @@ -import FlowEpoch from "FlowEpoch" +import "FlowEpoch" transaction(newPhaseViews: UInt64) { prepare(signer: auth(BorrowValue) &Account) { diff --git a/transactions/epoch/admin/update_epoch_config.cdc b/transactions/epoch/admin/update_epoch_config.cdc index 1b7d08400..01c877b73 100644 --- a/transactions/epoch/admin/update_epoch_config.cdc +++ b/transactions/epoch/admin/update_epoch_config.cdc @@ -1,4 +1,4 @@ -import FlowEpoch from "FlowEpoch" +import "FlowEpoch" transaction(dkgPhaseLen: UInt64, stakingLen: UInt64, epochLen: UInt64) { prepare(signer: auth(BorrowValue) &Account) { diff --git a/transactions/epoch/admin/update_epoch_timing_config.cdc b/transactions/epoch/admin/update_epoch_timing_config.cdc index 345d21000..e1aa5dd68 100644 --- a/transactions/epoch/admin/update_epoch_timing_config.cdc +++ b/transactions/epoch/admin/update_epoch_timing_config.cdc @@ -1,4 +1,4 @@ -import FlowEpoch from "FlowEpoch" +import "FlowEpoch" transaction(duration: UInt64, refCounter: UInt64, refTimestamp: UInt64) { prepare(signer: auth(BorrowValue) &Account) { diff --git a/transactions/epoch/admin/update_epoch_views.cdc b/transactions/epoch/admin/update_epoch_views.cdc index ea55243b6..e55aaab2e 100644 --- a/transactions/epoch/admin/update_epoch_views.cdc +++ b/transactions/epoch/admin/update_epoch_views.cdc @@ -1,4 +1,4 @@ -import FlowEpoch from "FlowEpoch" +import "FlowEpoch" transaction(newAuctionViews: UInt64) { prepare(signer: auth(BorrowValue) &Account) { diff --git a/transactions/epoch/admin/update_reward.cdc b/transactions/epoch/admin/update_reward.cdc index aba2a5a5c..17bca493f 100644 --- a/transactions/epoch/admin/update_reward.cdc +++ b/transactions/epoch/admin/update_reward.cdc @@ -1,4 +1,4 @@ -import FlowEpoch from "FlowEpoch" +import "FlowEpoch" transaction(newRewardAPY: UFix64) { prepare(signer: auth(BorrowValue) &Account) { diff --git a/transactions/epoch/admin/update_staking_views.cdc b/transactions/epoch/admin/update_staking_views.cdc index 0a15aa0ec..7657d0846 100644 --- a/transactions/epoch/admin/update_staking_views.cdc +++ b/transactions/epoch/admin/update_staking_views.cdc @@ -1,4 +1,4 @@ -import FlowEpoch from "FlowEpoch" +import "FlowEpoch" transaction(newStakingViews: UInt64) { prepare(signer: auth(BorrowValue) &Account) { diff --git a/transactions/epoch/node/register_dkg_participant.cdc b/transactions/epoch/node/register_dkg_participant.cdc index 8f40ffc5b..efca6c7e9 100644 --- a/transactions/epoch/node/register_dkg_participant.cdc +++ b/transactions/epoch/node/register_dkg_participant.cdc @@ -1,6 +1,6 @@ -import FlowEpoch from "FlowEpoch" -import FlowIDTableStaking from "FlowIDTableStaking" -import FlowDKG from "FlowDKG" +import "FlowEpoch" +import "FlowIDTableStaking" +import "FlowDKG" transaction() { diff --git a/transactions/epoch/node/register_node.cdc b/transactions/epoch/node/register_node.cdc index 2a931c301..1f5b821a5 100644 --- a/transactions/epoch/node/register_node.cdc +++ b/transactions/epoch/node/register_node.cdc @@ -1,10 +1,10 @@ import Crypto -import FlowIDTableStaking from "FlowIDTableStaking" -import FlowToken from "FlowToken" -import FlowClusterQC from "FlowClusterQC" -import FlowDKG from "FlowDKG" -import FlowEpoch from "FlowEpoch" -import FungibleToken from "FungibleToken" +import "FlowIDTableStaking" +import "FlowToken" +import "FlowClusterQC" +import "FlowDKG" +import "FlowEpoch" +import "FungibleToken" // This transaction creates a new node struct object // Then, if the node is a collector node, creates a new account and adds a QC object to it diff --git a/transactions/epoch/node/register_qc_voter.cdc b/transactions/epoch/node/register_qc_voter.cdc index 44e406a42..6f51a0894 100644 --- a/transactions/epoch/node/register_qc_voter.cdc +++ b/transactions/epoch/node/register_qc_voter.cdc @@ -1,6 +1,6 @@ -import FlowEpoch from "FlowEpoch" -import FlowIDTableStaking from "FlowIDTableStaking" -import FlowClusterQC from "FlowClusterQC" +import "FlowEpoch" +import "FlowIDTableStaking" +import "FlowClusterQC" transaction() { diff --git a/transactions/epoch/scripts/get_bonus_tokens.cdc b/transactions/epoch/scripts/get_bonus_tokens.cdc index 9ce98cea8..cc1f52740 100644 --- a/transactions/epoch/scripts/get_bonus_tokens.cdc +++ b/transactions/epoch/scripts/get_bonus_tokens.cdc @@ -1,4 +1,4 @@ -import FlowEpoch from "FlowEpoch" +import "FlowEpoch" access(all) fun main(): UFix64 { return FlowEpoch.getBonusTokens() diff --git a/transactions/epoch/scripts/get_config_metadata.cdc b/transactions/epoch/scripts/get_config_metadata.cdc index 14633312a..17661367e 100644 --- a/transactions/epoch/scripts/get_config_metadata.cdc +++ b/transactions/epoch/scripts/get_config_metadata.cdc @@ -1,4 +1,4 @@ -import FlowEpoch from "FlowEpoch" +import "FlowEpoch" access(all) fun main(): FlowEpoch.Config { return FlowEpoch.getConfigMetadata() diff --git a/transactions/epoch/scripts/get_create_clusters.cdc b/transactions/epoch/scripts/get_create_clusters.cdc index 94618fa75..ca1c368c1 100644 --- a/transactions/epoch/scripts/get_create_clusters.cdc +++ b/transactions/epoch/scripts/get_create_clusters.cdc @@ -1,5 +1,5 @@ -import FlowEpoch from "FlowEpoch" -import FlowClusterQC from "FlowClusterQC" +import "FlowEpoch" +import "FlowClusterQC" access(all) fun main(array: [String]): [FlowClusterQC.Cluster] { return FlowEpoch.createCollectorClusters(nodeIDs: array) diff --git a/transactions/epoch/scripts/get_epoch_counter.cdc b/transactions/epoch/scripts/get_epoch_counter.cdc index a7f47824a..028de0abd 100644 --- a/transactions/epoch/scripts/get_epoch_counter.cdc +++ b/transactions/epoch/scripts/get_epoch_counter.cdc @@ -1,4 +1,4 @@ -import FlowEpoch from "FlowEpoch" +import "FlowEpoch" access(all) fun main(): UInt64 { return FlowEpoch.currentEpochCounter diff --git a/transactions/epoch/scripts/get_epoch_metadata.cdc b/transactions/epoch/scripts/get_epoch_metadata.cdc index e082a89c0..74d574e71 100644 --- a/transactions/epoch/scripts/get_epoch_metadata.cdc +++ b/transactions/epoch/scripts/get_epoch_metadata.cdc @@ -1,4 +1,4 @@ -import FlowEpoch from "FlowEpoch" +import "FlowEpoch" access(all) fun main(epochCounter: UInt64): FlowEpoch.EpochMetadata { return FlowEpoch.getEpochMetadata(epochCounter)! diff --git a/transactions/epoch/scripts/get_epoch_phase.cdc b/transactions/epoch/scripts/get_epoch_phase.cdc index c452cfd62..79685a47a 100644 --- a/transactions/epoch/scripts/get_epoch_phase.cdc +++ b/transactions/epoch/scripts/get_epoch_phase.cdc @@ -1,4 +1,4 @@ -import FlowEpoch from "FlowEpoch" +import "FlowEpoch" access(all) fun main(): UInt8 { return FlowEpoch.currentEpochPhase.rawValue diff --git a/transactions/epoch/scripts/get_epoch_timing_config.cdc b/transactions/epoch/scripts/get_epoch_timing_config.cdc index 9920efb26..0cda3a496 100644 --- a/transactions/epoch/scripts/get_epoch_timing_config.cdc +++ b/transactions/epoch/scripts/get_epoch_timing_config.cdc @@ -1,4 +1,4 @@ -import FlowEpoch from "FlowEpoch" +import "FlowEpoch" access(all) fun main(): FlowEpoch.EpochTimingConfig { return FlowEpoch.getEpochTimingConfig() diff --git a/transactions/epoch/scripts/get_proposed_counter.cdc b/transactions/epoch/scripts/get_proposed_counter.cdc index 05d3ef301..3486a441a 100644 --- a/transactions/epoch/scripts/get_proposed_counter.cdc +++ b/transactions/epoch/scripts/get_proposed_counter.cdc @@ -1,4 +1,4 @@ -import FlowEpoch from "FlowEpoch" +import "FlowEpoch" access(all) fun main(): UInt64 { return FlowEpoch.proposedEpochCounter() diff --git a/transactions/epoch/scripts/get_randomize.cdc b/transactions/epoch/scripts/get_randomize.cdc index dd92d5c5c..025e7c1b6 100644 --- a/transactions/epoch/scripts/get_randomize.cdc +++ b/transactions/epoch/scripts/get_randomize.cdc @@ -1,4 +1,4 @@ -import FlowEpoch from "FlowEpoch" +import "FlowEpoch" access(all) fun main(array: [String]): [String] { return FlowEpoch.randomize(array) diff --git a/transactions/epoch/scripts/get_target_end_time_for_epoch.cdc b/transactions/epoch/scripts/get_target_end_time_for_epoch.cdc index 0f69177e2..6f741cfa3 100644 --- a/transactions/epoch/scripts/get_target_end_time_for_epoch.cdc +++ b/transactions/epoch/scripts/get_target_end_time_for_epoch.cdc @@ -1,4 +1,4 @@ -import FlowEpoch from "FlowEpoch" +import "FlowEpoch" access(all) fun main(targetEpoch: UInt64): UInt64 { pre { diff --git a/transactions/idTableStaking/admin/add_approved_and_limits.cdc b/transactions/idTableStaking/admin/add_approved_and_limits.cdc index a9928e858..73b7b1e55 100644 --- a/transactions/idTableStaking/admin/add_approved_and_limits.cdc +++ b/transactions/idTableStaking/admin/add_approved_and_limits.cdc @@ -1,4 +1,4 @@ -import FlowIDTableStaking from "FlowIDTableStaking" +import "FlowIDTableStaking" /// This transaction adds node IDs to the list of approved nodes in /// the ID table. diff --git a/transactions/idTableStaking/admin/add_approved_nodes.cdc b/transactions/idTableStaking/admin/add_approved_nodes.cdc index ebecfb7f9..29d07585b 100644 --- a/transactions/idTableStaking/admin/add_approved_nodes.cdc +++ b/transactions/idTableStaking/admin/add_approved_nodes.cdc @@ -1,4 +1,4 @@ -import FlowIDTableStaking from "FlowIDTableStaking" +import "FlowIDTableStaking" // This transaction adds node IDs to the list of approved nodes in // the ID table. diff --git a/transactions/idTableStaking/admin/capability_end_epoch.cdc b/transactions/idTableStaking/admin/capability_end_epoch.cdc index 8996e50c7..4e81871eb 100644 --- a/transactions/idTableStaking/admin/capability_end_epoch.cdc +++ b/transactions/idTableStaking/admin/capability_end_epoch.cdc @@ -1,4 +1,4 @@ -import FlowIDTableStaking from "FlowIDTableStaking" +import "FlowIDTableStaking" // This transaction uses a staking admin capability // to pay rewards, end the staking auction, and end the epoch. diff --git a/transactions/idTableStaking/admin/change_candidate_limits.cdc b/transactions/idTableStaking/admin/change_candidate_limits.cdc index 28463bc56..5c746d5af 100644 --- a/transactions/idTableStaking/admin/change_candidate_limits.cdc +++ b/transactions/idTableStaking/admin/change_candidate_limits.cdc @@ -1,4 +1,4 @@ -import FlowIDTableStaking from "FlowIDTableStaking" +import "FlowIDTableStaking" /// This transaction changes the limit of new nodes that can be candidates /// for the next epoch diff --git a/transactions/idTableStaking/admin/change_cut.cdc b/transactions/idTableStaking/admin/change_cut.cdc index e626b4d0b..e23b6714e 100644 --- a/transactions/idTableStaking/admin/change_cut.cdc +++ b/transactions/idTableStaking/admin/change_cut.cdc @@ -1,4 +1,4 @@ -import FlowIDTableStaking from "FlowIDTableStaking" +import "FlowIDTableStaking" // This transaction changes the flow token reward cut that nodes take from delegators diff --git a/transactions/idTableStaking/admin/change_del_minimums.cdc b/transactions/idTableStaking/admin/change_del_minimums.cdc index 18b502ae0..4322528a2 100644 --- a/transactions/idTableStaking/admin/change_del_minimums.cdc +++ b/transactions/idTableStaking/admin/change_del_minimums.cdc @@ -1,4 +1,4 @@ -import FlowIDTableStaking from "FlowIDTableStaking" +import "FlowIDTableStaking" // This transaction changes the flow token reward cut that nodes take from delegators diff --git a/transactions/idTableStaking/admin/change_minimums.cdc b/transactions/idTableStaking/admin/change_minimums.cdc index bd12f44de..868b081ed 100644 --- a/transactions/idTableStaking/admin/change_minimums.cdc +++ b/transactions/idTableStaking/admin/change_minimums.cdc @@ -1,4 +1,4 @@ -import FlowIDTableStaking from "FlowIDTableStaking" +import "FlowIDTableStaking" // This transaction changes the staking minumums for node operators diff --git a/transactions/idTableStaking/admin/change_payout.cdc b/transactions/idTableStaking/admin/change_payout.cdc index e0a3f7972..d87cdc32f 100644 --- a/transactions/idTableStaking/admin/change_payout.cdc +++ b/transactions/idTableStaking/admin/change_payout.cdc @@ -1,4 +1,4 @@ -import FlowIDTableStaking from "FlowIDTableStaking" +import "FlowIDTableStaking" // This transaction changes the flow token weekly payout diff --git a/transactions/idTableStaking/admin/end_epoch.cdc b/transactions/idTableStaking/admin/end_epoch.cdc index b99913fc1..205235b7e 100644 --- a/transactions/idTableStaking/admin/end_epoch.cdc +++ b/transactions/idTableStaking/admin/end_epoch.cdc @@ -1,4 +1,4 @@ -import FlowIDTableStaking from "FlowIDTableStaking" +import "FlowIDTableStaking" // This transaction effectively ends the epoch and starts a new one. // diff --git a/transactions/idTableStaking/admin/end_epoch_change_payout.cdc b/transactions/idTableStaking/admin/end_epoch_change_payout.cdc index 807adf880..100d8aabd 100644 --- a/transactions/idTableStaking/admin/end_epoch_change_payout.cdc +++ b/transactions/idTableStaking/admin/end_epoch_change_payout.cdc @@ -1,4 +1,4 @@ -import FlowIDTableStaking from "FlowIDTableStaking" +import "FlowIDTableStaking" // This transaction effectively ends the epoch and starts a new one. // diff --git a/transactions/idTableStaking/admin/end_staking.cdc b/transactions/idTableStaking/admin/end_staking.cdc index 06181e372..8d40822e3 100644 --- a/transactions/idTableStaking/admin/end_staking.cdc +++ b/transactions/idTableStaking/admin/end_staking.cdc @@ -1,4 +1,4 @@ -import FlowIDTableStaking from "FlowIDTableStaking" +import "FlowIDTableStaking" // This transaction ends the staking auction, which refunds nodes // with insufficient stake diff --git a/transactions/idTableStaking/admin/move_tokens.cdc b/transactions/idTableStaking/admin/move_tokens.cdc index ae437dbdd..810c437b7 100644 --- a/transactions/idTableStaking/admin/move_tokens.cdc +++ b/transactions/idTableStaking/admin/move_tokens.cdc @@ -1,4 +1,4 @@ -import FlowIDTableStaking from "FlowIDTableStaking" +import "FlowIDTableStaking" // This transaction moves tokens between buckets diff --git a/transactions/idTableStaking/admin/pay_rewards.cdc b/transactions/idTableStaking/admin/pay_rewards.cdc index 247b47b36..61df2e196 100644 --- a/transactions/idTableStaking/admin/pay_rewards.cdc +++ b/transactions/idTableStaking/admin/pay_rewards.cdc @@ -1,4 +1,4 @@ -import FlowIDTableStaking from "FlowIDTableStaking" +import "FlowIDTableStaking" // This transaction pays rewards to all the staked nodes diff --git a/transactions/idTableStaking/admin/remove_approved_nodes.cdc b/transactions/idTableStaking/admin/remove_approved_nodes.cdc index 8f2cda47a..51a21ec32 100644 --- a/transactions/idTableStaking/admin/remove_approved_nodes.cdc +++ b/transactions/idTableStaking/admin/remove_approved_nodes.cdc @@ -1,4 +1,4 @@ -import FlowIDTableStaking from "FlowIDTableStaking" +import "FlowIDTableStaking" // This transaction removes node IDs from the list of approved nodes in // the ID table. diff --git a/transactions/idTableStaking/admin/remove_invalid_nodes.cdc b/transactions/idTableStaking/admin/remove_invalid_nodes.cdc index 3975f0640..ced4b8edb 100644 --- a/transactions/idTableStaking/admin/remove_invalid_nodes.cdc +++ b/transactions/idTableStaking/admin/remove_invalid_nodes.cdc @@ -1,4 +1,4 @@ -import FlowIDTableStaking from "FlowIDTableStaking" +import "FlowIDTableStaking" // This transaction ends the staking auction, which refunds nodes // with insufficient stake diff --git a/transactions/idTableStaking/admin/remove_node.cdc b/transactions/idTableStaking/admin/remove_node.cdc index a1f7b411e..2fab21b99 100644 --- a/transactions/idTableStaking/admin/remove_node.cdc +++ b/transactions/idTableStaking/admin/remove_node.cdc @@ -1,4 +1,4 @@ -import FlowIDTableStaking from "FlowIDTableStaking" +import "FlowIDTableStaking" // This transaction removes an existing node from the identity table diff --git a/transactions/idTableStaking/admin/scale_rewards_test.cdc b/transactions/idTableStaking/admin/scale_rewards_test.cdc index 122efd65e..efb7ad922 100644 --- a/transactions/idTableStaking/admin/scale_rewards_test.cdc +++ b/transactions/idTableStaking/admin/scale_rewards_test.cdc @@ -1,4 +1,4 @@ -import FlowIDTableStaking from "FlowIDTableStaking" +import "FlowIDTableStaking" transaction { diff --git a/transactions/idTableStaking/admin/set_approved_nodes.cdc b/transactions/idTableStaking/admin/set_approved_nodes.cdc index dda935dce..8eaa5a20a 100644 --- a/transactions/idTableStaking/admin/set_approved_nodes.cdc +++ b/transactions/idTableStaking/admin/set_approved_nodes.cdc @@ -1,4 +1,4 @@ -import FlowIDTableStaking from "FlowIDTableStaking" +import "FlowIDTableStaking" // This transaction sets the list of approved nodes in the ID table diff --git a/transactions/idTableStaking/admin/set_claimed.cdc b/transactions/idTableStaking/admin/set_claimed.cdc index 7a1477a08..44f9d2f05 100644 --- a/transactions/idTableStaking/admin/set_claimed.cdc +++ b/transactions/idTableStaking/admin/set_claimed.cdc @@ -1,4 +1,4 @@ -import FlowIDTableStaking from "FlowIDTableStaking" +import "FlowIDTableStaking" // This transaction pays rewards to all the staked nodes diff --git a/transactions/idTableStaking/admin/set_node_weight.cdc b/transactions/idTableStaking/admin/set_node_weight.cdc index 67f07641d..aed3632c9 100644 --- a/transactions/idTableStaking/admin/set_node_weight.cdc +++ b/transactions/idTableStaking/admin/set_node_weight.cdc @@ -1,4 +1,4 @@ -import FlowIDTableStaking from "FlowIDTableStaking" +import "FlowIDTableStaking" // This transaction sets the initialWeight of an existing node transaction(id: String, weight: UInt64) { diff --git a/transactions/idTableStaking/admin/set_non_operational.cdc b/transactions/idTableStaking/admin/set_non_operational.cdc index 96073c925..0b4231eef 100644 --- a/transactions/idTableStaking/admin/set_non_operational.cdc +++ b/transactions/idTableStaking/admin/set_non_operational.cdc @@ -1,4 +1,4 @@ -import FlowIDTableStaking from "FlowIDTableStaking" +import "FlowIDTableStaking" // This transaction sets the list of nodes who are non operational // and whose rewards will be withheld diff --git a/transactions/idTableStaking/admin/set_open_access_node_slots.cdc b/transactions/idTableStaking/admin/set_open_access_node_slots.cdc index 21665adf6..eba487e78 100644 --- a/transactions/idTableStaking/admin/set_open_access_node_slots.cdc +++ b/transactions/idTableStaking/admin/set_open_access_node_slots.cdc @@ -1,4 +1,4 @@ -import FlowIDTableStaking from "FlowIDTableStaking" +import "FlowIDTableStaking" /// This transaction sets the open node slots for access nodes /// Open node slots are the number of slots that are open diff --git a/transactions/idTableStaking/admin/set_slot_limits.cdc b/transactions/idTableStaking/admin/set_slot_limits.cdc index d7aaaeee5..60dea6481 100644 --- a/transactions/idTableStaking/admin/set_slot_limits.cdc +++ b/transactions/idTableStaking/admin/set_slot_limits.cdc @@ -1,4 +1,4 @@ -import FlowIDTableStaking from "FlowIDTableStaking" +import "FlowIDTableStaking" /// This transaction sets the slot limits for each node type diff --git a/transactions/idTableStaking/admin/start_staking.cdc b/transactions/idTableStaking/admin/start_staking.cdc index 939af9040..43bbed3a9 100644 --- a/transactions/idTableStaking/admin/start_staking.cdc +++ b/transactions/idTableStaking/admin/start_staking.cdc @@ -1,4 +1,4 @@ -import FlowIDTableStaking from "FlowIDTableStaking" +import "FlowIDTableStaking" // This transaction pays rewards to all the staked nodes diff --git a/transactions/idTableStaking/admin/transfer_admin.cdc b/transactions/idTableStaking/admin/transfer_admin.cdc index 307bb7615..dae9df829 100644 --- a/transactions/idTableStaking/admin/transfer_admin.cdc +++ b/transactions/idTableStaking/admin/transfer_admin.cdc @@ -1,4 +1,4 @@ -import FlowIDTableStaking from "FlowIDTableStaking" +import "FlowIDTableStaking" transaction { prepare(owner: auth(Capabilities) &Account, receiver: auth(Storage) &Account) { diff --git a/transactions/idTableStaking/admin/transfer_fees_admin.cdc b/transactions/idTableStaking/admin/transfer_fees_admin.cdc index b1f4fbb49..a8ade9c23 100644 --- a/transactions/idTableStaking/admin/transfer_fees_admin.cdc +++ b/transactions/idTableStaking/admin/transfer_fees_admin.cdc @@ -1,4 +1,4 @@ -import FlowFees from "FlowFees" +import "FlowFees" transaction { diff --git a/transactions/idTableStaking/admin/transfer_minter_deploy.cdc b/transactions/idTableStaking/admin/transfer_minter_deploy.cdc index 6e44ca074..663e66ac9 100644 --- a/transactions/idTableStaking/admin/transfer_minter_deploy.cdc +++ b/transactions/idTableStaking/admin/transfer_minter_deploy.cdc @@ -1,5 +1,5 @@ import Crypto -import FlowToken from "FlowToken" +import "FlowToken" transaction(publicKeys: [Crypto.KeyListEntry], contractName: String, code: String, rewardAmount: UFix64, rewardCut: UFix64, candidateNodeLimits: [UInt64]) { diff --git a/transactions/idTableStaking/admin/upgrade_set_claimed.cdc b/transactions/idTableStaking/admin/upgrade_set_claimed.cdc index bf9f5e573..7f0ef817f 100644 --- a/transactions/idTableStaking/admin/upgrade_set_claimed.cdc +++ b/transactions/idTableStaking/admin/upgrade_set_claimed.cdc @@ -1,4 +1,4 @@ -import FlowIDTableStaking from "FlowIDTableStaking" +import "FlowIDTableStaking" // This transaction pays rewards to all the staked nodes diff --git a/transactions/idTableStaking/delegation/del_request_unstaking.cdc b/transactions/idTableStaking/delegation/del_request_unstaking.cdc index 0c8b329b8..9ab8857c7 100644 --- a/transactions/idTableStaking/delegation/del_request_unstaking.cdc +++ b/transactions/idTableStaking/delegation/del_request_unstaking.cdc @@ -1,4 +1,4 @@ -import FlowIDTableStaking from "FlowIDTableStaking" +import "FlowIDTableStaking" transaction(amount: UFix64) { diff --git a/transactions/idTableStaking/delegation/del_stake_new_tokens.cdc b/transactions/idTableStaking/delegation/del_stake_new_tokens.cdc index 53a3615a7..f40ff8aeb 100644 --- a/transactions/idTableStaking/delegation/del_stake_new_tokens.cdc +++ b/transactions/idTableStaking/delegation/del_stake_new_tokens.cdc @@ -1,6 +1,6 @@ -import FlowIDTableStaking from "FlowIDTableStaking" -import FlowToken from "FlowToken" -import FungibleToken from "FungibleToken" +import "FlowIDTableStaking" +import "FlowToken" +import "FungibleToken" transaction(amount: UFix64) { diff --git a/transactions/idTableStaking/delegation/del_stake_rewarded.cdc b/transactions/idTableStaking/delegation/del_stake_rewarded.cdc index 908790c08..86e2e522c 100644 --- a/transactions/idTableStaking/delegation/del_stake_rewarded.cdc +++ b/transactions/idTableStaking/delegation/del_stake_rewarded.cdc @@ -1,4 +1,4 @@ -import FlowIDTableStaking from "FlowIDTableStaking" +import "FlowIDTableStaking" transaction(amount: UFix64) { diff --git a/transactions/idTableStaking/delegation/del_stake_unstaked.cdc b/transactions/idTableStaking/delegation/del_stake_unstaked.cdc index f43d176e0..88c3ba32e 100644 --- a/transactions/idTableStaking/delegation/del_stake_unstaked.cdc +++ b/transactions/idTableStaking/delegation/del_stake_unstaked.cdc @@ -1,4 +1,4 @@ -import FlowIDTableStaking from "FlowIDTableStaking" +import "FlowIDTableStaking" transaction(amount: UFix64) { diff --git a/transactions/idTableStaking/delegation/del_withdraw_reward_tokens.cdc b/transactions/idTableStaking/delegation/del_withdraw_reward_tokens.cdc index 3cb11472f..3e76b4e74 100644 --- a/transactions/idTableStaking/delegation/del_withdraw_reward_tokens.cdc +++ b/transactions/idTableStaking/delegation/del_withdraw_reward_tokens.cdc @@ -1,5 +1,5 @@ -import FlowIDTableStaking from "FlowIDTableStaking" -import FlowToken from "FlowToken" +import "FlowIDTableStaking" +import "FlowToken" transaction(amount: UFix64) { diff --git a/transactions/idTableStaking/delegation/del_withdraw_unstaked_tokens.cdc b/transactions/idTableStaking/delegation/del_withdraw_unstaked_tokens.cdc index 186b5b02f..5256213d1 100644 --- a/transactions/idTableStaking/delegation/del_withdraw_unstaked_tokens.cdc +++ b/transactions/idTableStaking/delegation/del_withdraw_unstaked_tokens.cdc @@ -1,5 +1,5 @@ -import FlowIDTableStaking from "FlowIDTableStaking" -import FlowToken from "FlowToken" +import "FlowIDTableStaking" +import "FlowToken" transaction(amount: UFix64) { diff --git a/transactions/idTableStaking/delegation/get_delegator_committed.cdc b/transactions/idTableStaking/delegation/get_delegator_committed.cdc index 5763cdc7e..f1745c2fd 100644 --- a/transactions/idTableStaking/delegation/get_delegator_committed.cdc +++ b/transactions/idTableStaking/delegation/get_delegator_committed.cdc @@ -1,4 +1,4 @@ -import FlowIDTableStaking from "FlowIDTableStaking" +import "FlowIDTableStaking" // This script returns the balance of committed tokens of a delegator diff --git a/transactions/idTableStaking/delegation/get_delegator_info.cdc b/transactions/idTableStaking/delegation/get_delegator_info.cdc index 0a90bada0..ef3974e81 100644 --- a/transactions/idTableStaking/delegation/get_delegator_info.cdc +++ b/transactions/idTableStaking/delegation/get_delegator_info.cdc @@ -1,4 +1,4 @@ -import FlowIDTableStaking from "FlowIDTableStaking" +import "FlowIDTableStaking" // This script returns all the info associated with a delegator diff --git a/transactions/idTableStaking/delegation/get_delegator_info_from_address.cdc b/transactions/idTableStaking/delegation/get_delegator_info_from_address.cdc index 05a98f576..2272f5436 100644 --- a/transactions/idTableStaking/delegation/get_delegator_info_from_address.cdc +++ b/transactions/idTableStaking/delegation/get_delegator_info_from_address.cdc @@ -1,4 +1,4 @@ -import FlowIDTableStaking from "FlowIDTableStaking" +import "FlowIDTableStaking" // This script gets all the info about a delegator and returns it diff --git a/transactions/idTableStaking/delegation/get_delegator_request.cdc b/transactions/idTableStaking/delegation/get_delegator_request.cdc index d3ae4c063..7af0c2aca 100644 --- a/transactions/idTableStaking/delegation/get_delegator_request.cdc +++ b/transactions/idTableStaking/delegation/get_delegator_request.cdc @@ -1,4 +1,4 @@ -import FlowIDTableStaking from "FlowIDTableStaking" +import "FlowIDTableStaking" // This script returns the requested unstaking balance of a delegator diff --git a/transactions/idTableStaking/delegation/get_delegator_rewarded.cdc b/transactions/idTableStaking/delegation/get_delegator_rewarded.cdc index 6540898e1..ccd58a95f 100644 --- a/transactions/idTableStaking/delegation/get_delegator_rewarded.cdc +++ b/transactions/idTableStaking/delegation/get_delegator_rewarded.cdc @@ -1,4 +1,4 @@ -import FlowIDTableStaking from "FlowIDTableStaking" +import "FlowIDTableStaking" // This script returns the balance of rewarded tokens of a delegator diff --git a/transactions/idTableStaking/delegation/get_delegator_staked.cdc b/transactions/idTableStaking/delegation/get_delegator_staked.cdc index 5970879f2..0528b3ee0 100644 --- a/transactions/idTableStaking/delegation/get_delegator_staked.cdc +++ b/transactions/idTableStaking/delegation/get_delegator_staked.cdc @@ -1,4 +1,4 @@ -import FlowIDTableStaking from "FlowIDTableStaking" +import "FlowIDTableStaking" // This script returns the balance of staked tokens of a delegator diff --git a/transactions/idTableStaking/delegation/get_delegator_unstaked.cdc b/transactions/idTableStaking/delegation/get_delegator_unstaked.cdc index 49282c902..909b80a5c 100644 --- a/transactions/idTableStaking/delegation/get_delegator_unstaked.cdc +++ b/transactions/idTableStaking/delegation/get_delegator_unstaked.cdc @@ -1,4 +1,4 @@ -import FlowIDTableStaking from "FlowIDTableStaking" +import "FlowIDTableStaking" // This script returns the balance of unlocked tokens of a delegator diff --git a/transactions/idTableStaking/delegation/get_delegator_unstaking.cdc b/transactions/idTableStaking/delegation/get_delegator_unstaking.cdc index 7fe1ad5c3..5f86b888e 100644 --- a/transactions/idTableStaking/delegation/get_delegator_unstaking.cdc +++ b/transactions/idTableStaking/delegation/get_delegator_unstaking.cdc @@ -1,4 +1,4 @@ -import FlowIDTableStaking from "FlowIDTableStaking" +import "FlowIDTableStaking" // This script returns the balance of unstaking tokens of a delegator diff --git a/transactions/idTableStaking/delegation/get_delegator_unstaking_request.cdc b/transactions/idTableStaking/delegation/get_delegator_unstaking_request.cdc index d7d563f18..767ad88fc 100644 --- a/transactions/idTableStaking/delegation/get_delegator_unstaking_request.cdc +++ b/transactions/idTableStaking/delegation/get_delegator_unstaking_request.cdc @@ -1,4 +1,4 @@ -import FlowIDTableStaking from "FlowIDTableStaking" +import "FlowIDTableStaking" // This script returns the balance of unstaking tokens of a delegator diff --git a/transactions/idTableStaking/delegation/register_delegator.cdc b/transactions/idTableStaking/delegation/register_delegator.cdc index 2bf96b299..e77f36203 100644 --- a/transactions/idTableStaking/delegation/register_delegator.cdc +++ b/transactions/idTableStaking/delegation/register_delegator.cdc @@ -1,6 +1,6 @@ -import FlowIDTableStaking from "FlowIDTableStaking" -import FlowToken from "FlowToken" -import FungibleToken from "FungibleToken" +import "FlowIDTableStaking" +import "FlowToken" +import "FungibleToken" transaction(nodeID: String, amount: UFix64) { diff --git a/transactions/idTableStaking/delegation/register_many_delegators.cdc b/transactions/idTableStaking/delegation/register_many_delegators.cdc index 412c4c6c1..e9694db49 100644 --- a/transactions/idTableStaking/delegation/register_many_delegators.cdc +++ b/transactions/idTableStaking/delegation/register_many_delegators.cdc @@ -1,5 +1,5 @@ -import FlowIDTableStaking from "FlowIDTableStaking" -import FlowToken from "FlowToken" +import "FlowIDTableStaking" +import "FlowToken" transaction(nodeIDs: [String], paths: [StoragePath]) { diff --git a/transactions/idTableStaking/node/register_many_nodes.cdc b/transactions/idTableStaking/node/register_many_nodes.cdc index 8a5b12ce3..cbcee5af3 100644 --- a/transactions/idTableStaking/node/register_many_nodes.cdc +++ b/transactions/idTableStaking/node/register_many_nodes.cdc @@ -1,6 +1,6 @@ -import FlowIDTableStaking from "FlowIDTableStaking" -import FlowToken from "FlowToken" -import FungibleToken from "FungibleToken" +import "FlowIDTableStaking" +import "FlowToken" +import "FungibleToken" transaction( ids: [String], diff --git a/transactions/idTableStaking/node/register_node.cdc b/transactions/idTableStaking/node/register_node.cdc index 7b1ff0909..0b238420f 100644 --- a/transactions/idTableStaking/node/register_node.cdc +++ b/transactions/idTableStaking/node/register_node.cdc @@ -1,6 +1,6 @@ -import FlowIDTableStaking from "FlowIDTableStaking" -import FlowToken from "FlowToken" -import FungibleToken from "FungibleToken" +import "FlowIDTableStaking" +import "FlowToken" +import "FungibleToken" // This transaction creates a new node struct object // and updates the proposed Identity Table diff --git a/transactions/idTableStaking/node/request_unstake.cdc b/transactions/idTableStaking/node/request_unstake.cdc index efb7e7e26..a65b42a89 100644 --- a/transactions/idTableStaking/node/request_unstake.cdc +++ b/transactions/idTableStaking/node/request_unstake.cdc @@ -1,4 +1,4 @@ -import FlowIDTableStaking from "FlowIDTableStaking" +import "FlowIDTableStaking" transaction(amount: UFix64) { diff --git a/transactions/idTableStaking/node/stake_new_tokens.cdc b/transactions/idTableStaking/node/stake_new_tokens.cdc index 26c85abd7..c5af49397 100644 --- a/transactions/idTableStaking/node/stake_new_tokens.cdc +++ b/transactions/idTableStaking/node/stake_new_tokens.cdc @@ -1,6 +1,6 @@ -import FlowIDTableStaking from "FlowIDTableStaking" -import FlowToken from "FlowToken" -import FungibleToken from "FungibleToken" +import "FlowIDTableStaking" +import "FlowToken" +import "FungibleToken" transaction(amount: UFix64) { diff --git a/transactions/idTableStaking/node/stake_rewarded_tokens.cdc b/transactions/idTableStaking/node/stake_rewarded_tokens.cdc index d9dacb5ea..cc9ca72ea 100644 --- a/transactions/idTableStaking/node/stake_rewarded_tokens.cdc +++ b/transactions/idTableStaking/node/stake_rewarded_tokens.cdc @@ -1,4 +1,4 @@ -import FlowIDTableStaking from "FlowIDTableStaking" +import "FlowIDTableStaking" transaction(amount: UFix64) { diff --git a/transactions/idTableStaking/node/stake_unstaked_tokens.cdc b/transactions/idTableStaking/node/stake_unstaked_tokens.cdc index 9bb5e3dfb..8d30c1745 100644 --- a/transactions/idTableStaking/node/stake_unstaked_tokens.cdc +++ b/transactions/idTableStaking/node/stake_unstaked_tokens.cdc @@ -1,4 +1,4 @@ -import FlowIDTableStaking from "FlowIDTableStaking" +import "FlowIDTableStaking" transaction(amount: UFix64) { diff --git a/transactions/idTableStaking/node/unstake_all.cdc b/transactions/idTableStaking/node/unstake_all.cdc index ed2fa7371..f8ba35ce1 100644 --- a/transactions/idTableStaking/node/unstake_all.cdc +++ b/transactions/idTableStaking/node/unstake_all.cdc @@ -1,4 +1,4 @@ -import FlowIDTableStaking from "FlowIDTableStaking" +import "FlowIDTableStaking" transaction { diff --git a/transactions/idTableStaking/node/update_networking_address.cdc b/transactions/idTableStaking/node/update_networking_address.cdc index b45dec141..d83aed178 100644 --- a/transactions/idTableStaking/node/update_networking_address.cdc +++ b/transactions/idTableStaking/node/update_networking_address.cdc @@ -1,4 +1,4 @@ -import FlowIDTableStaking from "FlowIDTableStaking" +import "FlowIDTableStaking" transaction(newAddress: String) { diff --git a/transactions/idTableStaking/node/withdraw_reward_tokens.cdc b/transactions/idTableStaking/node/withdraw_reward_tokens.cdc index 5b3ba44ce..ff983a680 100644 --- a/transactions/idTableStaking/node/withdraw_reward_tokens.cdc +++ b/transactions/idTableStaking/node/withdraw_reward_tokens.cdc @@ -1,5 +1,5 @@ -import FlowIDTableStaking from "FlowIDTableStaking" -import FlowToken from "FlowToken" +import "FlowIDTableStaking" +import "FlowToken" transaction(amount: UFix64) { diff --git a/transactions/idTableStaking/node/withdraw_unstaked_tokens.cdc b/transactions/idTableStaking/node/withdraw_unstaked_tokens.cdc index 6b9f819bd..210b4d28b 100644 --- a/transactions/idTableStaking/node/withdraw_unstaked_tokens.cdc +++ b/transactions/idTableStaking/node/withdraw_unstaked_tokens.cdc @@ -1,5 +1,5 @@ -import FlowIDTableStaking from "FlowIDTableStaking" -import FlowToken from "FlowToken" +import "FlowIDTableStaking" +import "FlowToken" transaction(amount: UFix64) { diff --git a/transactions/idTableStaking/scripts/get_approved_but_not_staked_nodes.cdc b/transactions/idTableStaking/scripts/get_approved_but_not_staked_nodes.cdc index e8991dca6..18b6734df 100644 --- a/transactions/idTableStaking/scripts/get_approved_but_not_staked_nodes.cdc +++ b/transactions/idTableStaking/scripts/get_approved_but_not_staked_nodes.cdc @@ -1,4 +1,4 @@ -import FlowIDTableStaking from "FlowIDTableStaking" +import "FlowIDTableStaking" // This script returns the list of nodes that are on the approved list but do not currently have tokens staked above the minimum requirement. access(all) fun main(): [String] { diff --git a/transactions/idTableStaking/scripts/get_approved_nodes.cdc b/transactions/idTableStaking/scripts/get_approved_nodes.cdc index 7246c9679..a60e4e0f9 100644 --- a/transactions/idTableStaking/scripts/get_approved_nodes.cdc +++ b/transactions/idTableStaking/scripts/get_approved_nodes.cdc @@ -1,4 +1,4 @@ -import FlowIDTableStaking from "FlowIDTableStaking" +import "FlowIDTableStaking" // This script returns the current approved list diff --git a/transactions/idTableStaking/scripts/get_candidate_limits.cdc b/transactions/idTableStaking/scripts/get_candidate_limits.cdc index 66365a799..9b6f37f2d 100644 --- a/transactions/idTableStaking/scripts/get_candidate_limits.cdc +++ b/transactions/idTableStaking/scripts/get_candidate_limits.cdc @@ -1,4 +1,4 @@ -import FlowIDTableStaking from "FlowIDTableStaking" +import "FlowIDTableStaking" // This script returns the limits for candidate nodes for each role access(all) fun main(): {UInt8: UInt64} { diff --git a/transactions/idTableStaking/scripts/get_candidate_nodes.cdc b/transactions/idTableStaking/scripts/get_candidate_nodes.cdc index 9aa86118d..6a2ce01cb 100644 --- a/transactions/idTableStaking/scripts/get_candidate_nodes.cdc +++ b/transactions/idTableStaking/scripts/get_candidate_nodes.cdc @@ -1,4 +1,4 @@ -import FlowIDTableStaking from "FlowIDTableStaking" +import "FlowIDTableStaking" // This script returns the list of candidate nodes // for the upcoming epoch diff --git a/transactions/idTableStaking/scripts/get_current_table.cdc b/transactions/idTableStaking/scripts/get_current_table.cdc index 7db3c0491..2f9faa7d5 100644 --- a/transactions/idTableStaking/scripts/get_current_table.cdc +++ b/transactions/idTableStaking/scripts/get_current_table.cdc @@ -1,4 +1,4 @@ -import FlowIDTableStaking from "FlowIDTableStaking" +import "FlowIDTableStaking" // This script returns the current identity table length diff --git a/transactions/idTableStaking/scripts/get_cut_percentage.cdc b/transactions/idTableStaking/scripts/get_cut_percentage.cdc index 98c525a0d..51daa52f5 100644 --- a/transactions/idTableStaking/scripts/get_cut_percentage.cdc +++ b/transactions/idTableStaking/scripts/get_cut_percentage.cdc @@ -1,4 +1,4 @@ -import FlowIDTableStaking from "FlowIDTableStaking" +import "FlowIDTableStaking" // This script returns the balance of staked tokens of a node diff --git a/transactions/idTableStaking/scripts/get_del_stake_requirements.cdc b/transactions/idTableStaking/scripts/get_del_stake_requirements.cdc index 57a0ad8d8..2b897015c 100644 --- a/transactions/idTableStaking/scripts/get_del_stake_requirements.cdc +++ b/transactions/idTableStaking/scripts/get_del_stake_requirements.cdc @@ -1,4 +1,4 @@ -import FlowIDTableStaking from "FlowIDTableStaking" +import "FlowIDTableStaking" // This script returns the minimum stake requirement for delegators diff --git a/transactions/idTableStaking/scripts/get_delegators_below_min.cdc b/transactions/idTableStaking/scripts/get_delegators_below_min.cdc index 605a57bb2..41734a3dc 100644 --- a/transactions/idTableStaking/scripts/get_delegators_below_min.cdc +++ b/transactions/idTableStaking/scripts/get_delegators_below_min.cdc @@ -1,4 +1,4 @@ -import FlowIDTableStaking from "FlowIDTableStaking" +import "FlowIDTableStaking" // This script finds all of a node's delegators who are staked above zero // but below the minimum of 50 FLOW and returns information about them diff --git a/transactions/idTableStaking/scripts/get_moves_pending.cdc b/transactions/idTableStaking/scripts/get_moves_pending.cdc index a0caea101..d486b6902 100644 --- a/transactions/idTableStaking/scripts/get_moves_pending.cdc +++ b/transactions/idTableStaking/scripts/get_moves_pending.cdc @@ -1,4 +1,4 @@ -import FlowIDTableStaking from "FlowIDTableStaking" +import "FlowIDTableStaking" // This script returns the current moves pending list diff --git a/transactions/idTableStaking/scripts/get_node_committed_tokens.cdc b/transactions/idTableStaking/scripts/get_node_committed_tokens.cdc index e2ef0d423..2ad7528e4 100644 --- a/transactions/idTableStaking/scripts/get_node_committed_tokens.cdc +++ b/transactions/idTableStaking/scripts/get_node_committed_tokens.cdc @@ -1,4 +1,4 @@ -import FlowIDTableStaking from "FlowIDTableStaking" +import "FlowIDTableStaking" // This script returns the balance of staked tokens of a node diff --git a/transactions/idTableStaking/scripts/get_node_info.cdc b/transactions/idTableStaking/scripts/get_node_info.cdc index 868f2ec4c..0ec01b77b 100644 --- a/transactions/idTableStaking/scripts/get_node_info.cdc +++ b/transactions/idTableStaking/scripts/get_node_info.cdc @@ -1,4 +1,4 @@ -import FlowIDTableStaking from "FlowIDTableStaking" +import "FlowIDTableStaking" // This script gets all the info about a node and returns it diff --git a/transactions/idTableStaking/scripts/get_node_info_from_address.cdc b/transactions/idTableStaking/scripts/get_node_info_from_address.cdc index a06714dca..a52ca94b1 100644 --- a/transactions/idTableStaking/scripts/get_node_info_from_address.cdc +++ b/transactions/idTableStaking/scripts/get_node_info_from_address.cdc @@ -1,4 +1,4 @@ -import FlowIDTableStaking from "FlowIDTableStaking" +import "FlowIDTableStaking" // This script gets all the info about a node and returns it diff --git a/transactions/idTableStaking/scripts/get_node_initial_weight.cdc b/transactions/idTableStaking/scripts/get_node_initial_weight.cdc index 48cee2c9c..df720d94b 100644 --- a/transactions/idTableStaking/scripts/get_node_initial_weight.cdc +++ b/transactions/idTableStaking/scripts/get_node_initial_weight.cdc @@ -1,4 +1,4 @@ -import FlowIDTableStaking from "FlowIDTableStaking" +import "FlowIDTableStaking" // This script returns the initial weight of a node diff --git a/transactions/idTableStaking/scripts/get_node_networking_addr.cdc b/transactions/idTableStaking/scripts/get_node_networking_addr.cdc index 48796fd62..80a8c36e4 100644 --- a/transactions/idTableStaking/scripts/get_node_networking_addr.cdc +++ b/transactions/idTableStaking/scripts/get_node_networking_addr.cdc @@ -1,4 +1,4 @@ -import FlowIDTableStaking from "FlowIDTableStaking" +import "FlowIDTableStaking" // This script returns the networking Address of a node diff --git a/transactions/idTableStaking/scripts/get_node_networking_key.cdc b/transactions/idTableStaking/scripts/get_node_networking_key.cdc index eb734f30b..c1262f8c7 100644 --- a/transactions/idTableStaking/scripts/get_node_networking_key.cdc +++ b/transactions/idTableStaking/scripts/get_node_networking_key.cdc @@ -1,4 +1,4 @@ -import FlowIDTableStaking from "FlowIDTableStaking" +import "FlowIDTableStaking" // This script returns the networking key of a node diff --git a/transactions/idTableStaking/scripts/get_node_rewarded_tokens.cdc b/transactions/idTableStaking/scripts/get_node_rewarded_tokens.cdc index 00a69d488..f27ebc584 100644 --- a/transactions/idTableStaking/scripts/get_node_rewarded_tokens.cdc +++ b/transactions/idTableStaking/scripts/get_node_rewarded_tokens.cdc @@ -1,4 +1,4 @@ -import FlowIDTableStaking from "FlowIDTableStaking" +import "FlowIDTableStaking" // This script returns the balance of rewarded tokens of a node diff --git a/transactions/idTableStaking/scripts/get_node_role.cdc b/transactions/idTableStaking/scripts/get_node_role.cdc index d72850a3c..79b93a40f 100644 --- a/transactions/idTableStaking/scripts/get_node_role.cdc +++ b/transactions/idTableStaking/scripts/get_node_role.cdc @@ -1,4 +1,4 @@ -import FlowIDTableStaking from "FlowIDTableStaking" +import "FlowIDTableStaking" // This script returns the role of a node diff --git a/transactions/idTableStaking/scripts/get_node_staked_tokens.cdc b/transactions/idTableStaking/scripts/get_node_staked_tokens.cdc index 35cfd733c..c0d84d2e5 100644 --- a/transactions/idTableStaking/scripts/get_node_staked_tokens.cdc +++ b/transactions/idTableStaking/scripts/get_node_staked_tokens.cdc @@ -1,4 +1,4 @@ -import FlowIDTableStaking from "FlowIDTableStaking" +import "FlowIDTableStaking" // This script returns the balance of staked tokens of a node diff --git a/transactions/idTableStaking/scripts/get_node_staking_key.cdc b/transactions/idTableStaking/scripts/get_node_staking_key.cdc index ab6d95453..c5dfbe9bc 100644 --- a/transactions/idTableStaking/scripts/get_node_staking_key.cdc +++ b/transactions/idTableStaking/scripts/get_node_staking_key.cdc @@ -1,4 +1,4 @@ -import FlowIDTableStaking from "FlowIDTableStaking" +import "FlowIDTableStaking" // This script returns the staking Key of a node diff --git a/transactions/idTableStaking/scripts/get_node_total_commitment.cdc b/transactions/idTableStaking/scripts/get_node_total_commitment.cdc index a64d655d7..939bc3e67 100644 --- a/transactions/idTableStaking/scripts/get_node_total_commitment.cdc +++ b/transactions/idTableStaking/scripts/get_node_total_commitment.cdc @@ -1,4 +1,4 @@ -import FlowIDTableStaking from "FlowIDTableStaking" +import "FlowIDTableStaking" // This script returns the balance of staked tokens of a node diff --git a/transactions/idTableStaking/scripts/get_node_total_commitment_without_delegators.cdc b/transactions/idTableStaking/scripts/get_node_total_commitment_without_delegators.cdc index 48d9d0f02..7526c3695 100644 --- a/transactions/idTableStaking/scripts/get_node_total_commitment_without_delegators.cdc +++ b/transactions/idTableStaking/scripts/get_node_total_commitment_without_delegators.cdc @@ -1,4 +1,4 @@ -import FlowIDTableStaking from "FlowIDTableStaking" +import "FlowIDTableStaking" // This script returns the balance of staked tokens of a node diff --git a/transactions/idTableStaking/scripts/get_node_type_ratio.cdc b/transactions/idTableStaking/scripts/get_node_type_ratio.cdc index f94921368..0102576fb 100644 --- a/transactions/idTableStaking/scripts/get_node_type_ratio.cdc +++ b/transactions/idTableStaking/scripts/get_node_type_ratio.cdc @@ -1,4 +1,4 @@ -import FlowIDTableStaking from "FlowIDTableStaking" +import "FlowIDTableStaking" // This script returns the balance of staked tokens of a node diff --git a/transactions/idTableStaking/scripts/get_node_unstaked_tokens.cdc b/transactions/idTableStaking/scripts/get_node_unstaked_tokens.cdc index 00504a939..fd0885450 100644 --- a/transactions/idTableStaking/scripts/get_node_unstaked_tokens.cdc +++ b/transactions/idTableStaking/scripts/get_node_unstaked_tokens.cdc @@ -1,4 +1,4 @@ -import FlowIDTableStaking from "FlowIDTableStaking" +import "FlowIDTableStaking" // This script returns the balance of unstaked tokens of a node diff --git a/transactions/idTableStaking/scripts/get_node_unstaking_request.cdc b/transactions/idTableStaking/scripts/get_node_unstaking_request.cdc index 17bfc589a..03e360b14 100644 --- a/transactions/idTableStaking/scripts/get_node_unstaking_request.cdc +++ b/transactions/idTableStaking/scripts/get_node_unstaking_request.cdc @@ -1,4 +1,4 @@ -import FlowIDTableStaking from "FlowIDTableStaking" +import "FlowIDTableStaking" // This script returns the requested unstaking amount for a node diff --git a/transactions/idTableStaking/scripts/get_node_unstaking_tokens.cdc b/transactions/idTableStaking/scripts/get_node_unstaking_tokens.cdc index 95b48a97b..e5bad8a45 100644 --- a/transactions/idTableStaking/scripts/get_node_unstaking_tokens.cdc +++ b/transactions/idTableStaking/scripts/get_node_unstaking_tokens.cdc @@ -1,4 +1,4 @@ -import FlowIDTableStaking from "FlowIDTableStaking" +import "FlowIDTableStaking" // This script returns the balance of unstaking tokens of a node diff --git a/transactions/idTableStaking/scripts/get_non_operational.cdc b/transactions/idTableStaking/scripts/get_non_operational.cdc index ffbd878b5..33f9d9df5 100644 --- a/transactions/idTableStaking/scripts/get_non_operational.cdc +++ b/transactions/idTableStaking/scripts/get_non_operational.cdc @@ -1,4 +1,4 @@ -import FlowIDTableStaking from "FlowIDTableStaking" +import "FlowIDTableStaking" // This script returns the list of non-operational nodes diff --git a/transactions/idTableStaking/scripts/get_proposed_table.cdc b/transactions/idTableStaking/scripts/get_proposed_table.cdc index eca51c87a..7239de029 100644 --- a/transactions/idTableStaking/scripts/get_proposed_table.cdc +++ b/transactions/idTableStaking/scripts/get_proposed_table.cdc @@ -1,4 +1,4 @@ -import FlowIDTableStaking from "FlowIDTableStaking" +import "FlowIDTableStaking" // This script returns the current identity table length diff --git a/transactions/idTableStaking/scripts/get_role_counts.cdc b/transactions/idTableStaking/scripts/get_role_counts.cdc index b99367017..a1891971a 100644 --- a/transactions/idTableStaking/scripts/get_role_counts.cdc +++ b/transactions/idTableStaking/scripts/get_role_counts.cdc @@ -1,4 +1,4 @@ -import FlowIDTableStaking from "FlowIDTableStaking" +import "FlowIDTableStaking" // This script returns the slot limits for node roles diff --git a/transactions/idTableStaking/scripts/get_slot_limits.cdc b/transactions/idTableStaking/scripts/get_slot_limits.cdc index 0b1db2816..95dd85d86 100644 --- a/transactions/idTableStaking/scripts/get_slot_limits.cdc +++ b/transactions/idTableStaking/scripts/get_slot_limits.cdc @@ -1,4 +1,4 @@ -import FlowIDTableStaking from "FlowIDTableStaking" +import "FlowIDTableStaking" // This script returns the slot limits for node roles diff --git a/transactions/idTableStaking/scripts/get_stake_requirements.cdc b/transactions/idTableStaking/scripts/get_stake_requirements.cdc index 22cec3920..37fbbe7bc 100644 --- a/transactions/idTableStaking/scripts/get_stake_requirements.cdc +++ b/transactions/idTableStaking/scripts/get_stake_requirements.cdc @@ -1,4 +1,4 @@ -import FlowIDTableStaking from "FlowIDTableStaking" +import "FlowIDTableStaking" // This script returns the balance of staked tokens of a node diff --git a/transactions/idTableStaking/scripts/get_table.cdc b/transactions/idTableStaking/scripts/get_table.cdc index a15e29cb3..3eaac0f47 100644 --- a/transactions/idTableStaking/scripts/get_table.cdc +++ b/transactions/idTableStaking/scripts/get_table.cdc @@ -1,4 +1,4 @@ -import FlowIDTableStaking from "FlowIDTableStaking" +import "FlowIDTableStaking" // This script returns the current identity table length diff --git a/transactions/idTableStaking/scripts/get_total_staked.cdc b/transactions/idTableStaking/scripts/get_total_staked.cdc index 15771afa3..2d776434a 100644 --- a/transactions/idTableStaking/scripts/get_total_staked.cdc +++ b/transactions/idTableStaking/scripts/get_total_staked.cdc @@ -1,4 +1,4 @@ -import FlowIDTableStaking from "FlowIDTableStaking" +import "FlowIDTableStaking" access(all) fun main(): UFix64 { let stakedTokens = FlowIDTableStaking.getTotalTokensStakedByNodeType() diff --git a/transactions/idTableStaking/scripts/get_total_staked_by_type.cdc b/transactions/idTableStaking/scripts/get_total_staked_by_type.cdc index 1d7918b89..835b68a75 100644 --- a/transactions/idTableStaking/scripts/get_total_staked_by_type.cdc +++ b/transactions/idTableStaking/scripts/get_total_staked_by_type.cdc @@ -1,4 +1,4 @@ -import FlowIDTableStaking from "FlowIDTableStaking" +import "FlowIDTableStaking" // This script returns the balance of staked tokens of a node diff --git a/transactions/idTableStaking/scripts/get_weekly_payout.cdc b/transactions/idTableStaking/scripts/get_weekly_payout.cdc index 64dcde07b..c427aeae5 100644 --- a/transactions/idTableStaking/scripts/get_weekly_payout.cdc +++ b/transactions/idTableStaking/scripts/get_weekly_payout.cdc @@ -1,4 +1,4 @@ -import FlowIDTableStaking from "FlowIDTableStaking" +import "FlowIDTableStaking" // This script returns the balance of staked tokens of a node diff --git a/transactions/lockedTokens/admin/admin_create_shared_accounts.cdc b/transactions/lockedTokens/admin/admin_create_shared_accounts.cdc index e283dc75c..0f68b5631 100644 --- a/transactions/lockedTokens/admin/admin_create_shared_accounts.cdc +++ b/transactions/lockedTokens/admin/admin_create_shared_accounts.cdc @@ -1,7 +1,7 @@ import Crypto -import FlowToken from "FlowToken" -import FungibleToken from "FungibleToken" -import LockedTokens from "LockedTokens" +import "FlowToken" +import "FungibleToken" +import "LockedTokens" /// Transaction that the main token admin would sign /// to create a shared account and an unlocked diff --git a/transactions/lockedTokens/admin/admin_deposit_account_creator.cdc b/transactions/lockedTokens/admin/admin_deposit_account_creator.cdc index b7389ffe7..aad5752fa 100644 --- a/transactions/lockedTokens/admin/admin_deposit_account_creator.cdc +++ b/transactions/lockedTokens/admin/admin_deposit_account_creator.cdc @@ -1,4 +1,4 @@ -import LockedTokens from "LockedTokens" +import "LockedTokens" /// token admin signs this transaction to deposit a capability /// into a custody provider's account that allows them to add diff --git a/transactions/lockedTokens/admin/admin_remove_delegator.cdc b/transactions/lockedTokens/admin/admin_remove_delegator.cdc index 038062b7d..0b2dcc877 100644 --- a/transactions/lockedTokens/admin/admin_remove_delegator.cdc +++ b/transactions/lockedTokens/admin/admin_remove_delegator.cdc @@ -1,5 +1,5 @@ -import FlowIDTableStaking from "FlowIDTableStaking" -import LockedTokens from "LockedTokens" +import "FlowIDTableStaking" +import "LockedTokens" transaction { diff --git a/transactions/lockedTokens/admin/check_main_registration.cdc b/transactions/lockedTokens/admin/check_main_registration.cdc index 52c83f731..96b179514 100644 --- a/transactions/lockedTokens/admin/check_main_registration.cdc +++ b/transactions/lockedTokens/admin/check_main_registration.cdc @@ -1,7 +1,7 @@ -import FungibleToken from "FungibleToken" -import FlowToken from "FlowToken" +import "FungibleToken" +import "FlowToken" -import LockedTokens from "LockedTokens" +import "LockedTokens" transaction(mainAccount: Address) { diff --git a/transactions/lockedTokens/admin/check_shared_registration.cdc b/transactions/lockedTokens/admin/check_shared_registration.cdc index 735bc5831..8ab667096 100644 --- a/transactions/lockedTokens/admin/check_shared_registration.cdc +++ b/transactions/lockedTokens/admin/check_shared_registration.cdc @@ -1,7 +1,7 @@ -import FungibleToken from "FungibleToken" -import FlowToken from "FlowToken" +import "FungibleToken" +import "FlowToken" -import LockedTokens from "LockedTokens" +import "LockedTokens" transaction(lockedAccount: Address) { diff --git a/transactions/lockedTokens/admin/custody_create_account_with_lease_account.cdc b/transactions/lockedTokens/admin/custody_create_account_with_lease_account.cdc index e7b409920..94de431b3 100644 --- a/transactions/lockedTokens/admin/custody_create_account_with_lease_account.cdc +++ b/transactions/lockedTokens/admin/custody_create_account_with_lease_account.cdc @@ -1,7 +1,7 @@ import Crypto -import FlowToken from "FlowToken" -import FungibleToken from "FungibleToken" -import LockedTokens from "LockedTokens" +import "FlowToken" +import "FungibleToken" +import "LockedTokens" /// Transaction that a custody provider would sign /// to create a shared account and an unlocked diff --git a/transactions/lockedTokens/admin/custody_create_only_lease_account.cdc b/transactions/lockedTokens/admin/custody_create_only_lease_account.cdc index b2cac52cf..95f9f437a 100644 --- a/transactions/lockedTokens/admin/custody_create_only_lease_account.cdc +++ b/transactions/lockedTokens/admin/custody_create_only_lease_account.cdc @@ -1,7 +1,7 @@ import Crypto -import FlowToken from "FlowToken" -import FungibleToken from "FungibleToken" -import LockedTokens from "LockedTokens" +import "FlowToken" +import "FungibleToken" +import "LockedTokens" /// Transaction that a custody provider would sign /// to create a shared account for a user who already diff --git a/transactions/lockedTokens/admin/custody_create_only_shared_account.cdc b/transactions/lockedTokens/admin/custody_create_only_shared_account.cdc index 5d9a69f31..49b5a4b2f 100644 --- a/transactions/lockedTokens/admin/custody_create_only_shared_account.cdc +++ b/transactions/lockedTokens/admin/custody_create_only_shared_account.cdc @@ -1,7 +1,7 @@ import Crypto -import FlowToken from "FlowToken" -import FungibleToken from "FungibleToken" -import LockedTokens from "LockedTokens" +import "FlowToken" +import "FungibleToken" +import "LockedTokens" /// Transaction that a custody provider would sign /// to create a shared account for a user who already diff --git a/transactions/lockedTokens/admin/custody_create_shared_accounts.cdc b/transactions/lockedTokens/admin/custody_create_shared_accounts.cdc index f82975231..e9c0d6f12 100644 --- a/transactions/lockedTokens/admin/custody_create_shared_accounts.cdc +++ b/transactions/lockedTokens/admin/custody_create_shared_accounts.cdc @@ -1,7 +1,7 @@ import Crypto -import FlowToken from "FlowToken" -import FungibleToken from "FungibleToken" -import LockedTokens from "LockedTokens" +import "FlowToken" +import "FungibleToken" +import "LockedTokens" /// Transaction that a custody provider would sign /// to create a shared account and an unlocked diff --git a/transactions/lockedTokens/admin/custody_setup_account_creator.cdc b/transactions/lockedTokens/admin/custody_setup_account_creator.cdc index b939161b9..8d7d43408 100644 --- a/transactions/lockedTokens/admin/custody_setup_account_creator.cdc +++ b/transactions/lockedTokens/admin/custody_setup_account_creator.cdc @@ -1,4 +1,4 @@ -import LockedTokens from "LockedTokens" +import "LockedTokens" transaction { diff --git a/transactions/lockedTokens/admin/deposit_locked_tokens.cdc b/transactions/lockedTokens/admin/deposit_locked_tokens.cdc index 603159189..72cd85dac 100644 --- a/transactions/lockedTokens/admin/deposit_locked_tokens.cdc +++ b/transactions/lockedTokens/admin/deposit_locked_tokens.cdc @@ -1,7 +1,7 @@ -import FungibleToken from "FungibleToken" -import FlowToken from "FlowToken" +import "FungibleToken" +import "FlowToken" -import LockedTokens from "LockedTokens" +import "LockedTokens" transaction(to: Address, amount: UFix64) { diff --git a/transactions/lockedTokens/admin/unlock_tokens.cdc b/transactions/lockedTokens/admin/unlock_tokens.cdc index baa2ea14d..bf551ef29 100644 --- a/transactions/lockedTokens/admin/unlock_tokens.cdc +++ b/transactions/lockedTokens/admin/unlock_tokens.cdc @@ -1,4 +1,4 @@ -import LockedTokens from "LockedTokens" +import "LockedTokens" transaction(targetAccount: Address, delta: UFix64) { diff --git a/transactions/lockedTokens/admin/unlock_tokens_for_multiple_accounts.cdc b/transactions/lockedTokens/admin/unlock_tokens_for_multiple_accounts.cdc index df9bde423..610f13e32 100644 --- a/transactions/lockedTokens/admin/unlock_tokens_for_multiple_accounts.cdc +++ b/transactions/lockedTokens/admin/unlock_tokens_for_multiple_accounts.cdc @@ -1,4 +1,4 @@ -import LockedTokens from "LockedTokens" +import "LockedTokens" // This transaction uses the locked tokens admin // to set the unlock limit for multiple accounts diff --git a/transactions/lockedTokens/delegator/delegate_new_tokens.cdc b/transactions/lockedTokens/delegator/delegate_new_tokens.cdc index f6810bbe1..a93d2af63 100644 --- a/transactions/lockedTokens/delegator/delegate_new_tokens.cdc +++ b/transactions/lockedTokens/delegator/delegate_new_tokens.cdc @@ -1,6 +1,6 @@ -import FlowToken from "FlowToken" -import FungibleToken from "FungibleToken" -import LockedTokens from "LockedTokens" +import "FlowToken" +import "FungibleToken" +import "LockedTokens" transaction(amount: UFix64) { diff --git a/transactions/lockedTokens/delegator/delegate_rewarded_tokens.cdc b/transactions/lockedTokens/delegator/delegate_rewarded_tokens.cdc index cadf5843d..8b75fd120 100644 --- a/transactions/lockedTokens/delegator/delegate_rewarded_tokens.cdc +++ b/transactions/lockedTokens/delegator/delegate_rewarded_tokens.cdc @@ -1,5 +1,5 @@ -import LockedTokens from "LockedTokens" -import FungibleToken from "FungibleToken" +import "LockedTokens" +import "FungibleToken" transaction(amount: UFix64) { let nodeDelegatorProxy: LockedTokens.LockedNodeDelegatorProxy diff --git a/transactions/lockedTokens/delegator/delegate_unstaked_tokens.cdc b/transactions/lockedTokens/delegator/delegate_unstaked_tokens.cdc index 28ced55d0..69b5f6d03 100644 --- a/transactions/lockedTokens/delegator/delegate_unstaked_tokens.cdc +++ b/transactions/lockedTokens/delegator/delegate_unstaked_tokens.cdc @@ -1,5 +1,5 @@ -import LockedTokens from "LockedTokens" -import FungibleToken from "FungibleToken" +import "LockedTokens" +import "FungibleToken" transaction(amount: UFix64) { let nodeDelegatorProxy: LockedTokens.LockedNodeDelegatorProxy diff --git a/transactions/lockedTokens/delegator/get_delegator_id.cdc b/transactions/lockedTokens/delegator/get_delegator_id.cdc index 2cc5e01ac..8035518d5 100644 --- a/transactions/lockedTokens/delegator/get_delegator_id.cdc +++ b/transactions/lockedTokens/delegator/get_delegator_id.cdc @@ -1,4 +1,4 @@ -import LockedTokens from "LockedTokens" +import "LockedTokens" access(all) fun main(account: Address): UInt32 { diff --git a/transactions/lockedTokens/delegator/get_delegator_info.cdc b/transactions/lockedTokens/delegator/get_delegator_info.cdc index 5e9cd6bba..e2a5757cf 100644 --- a/transactions/lockedTokens/delegator/get_delegator_info.cdc +++ b/transactions/lockedTokens/delegator/get_delegator_info.cdc @@ -1,5 +1,5 @@ -import FlowIDTableStaking from "FlowIDTableStaking" -import LockedTokens from "LockedTokens" +import "FlowIDTableStaking" +import "LockedTokens" // Returns an array of DelegatorInfo objects that the account controls // in its normal account and shared account diff --git a/transactions/lockedTokens/delegator/get_delegator_node_id.cdc b/transactions/lockedTokens/delegator/get_delegator_node_id.cdc index 938f59743..6bf527872 100644 --- a/transactions/lockedTokens/delegator/get_delegator_node_id.cdc +++ b/transactions/lockedTokens/delegator/get_delegator_node_id.cdc @@ -1,4 +1,4 @@ -import LockedTokens from "LockedTokens" +import "LockedTokens" access(all) fun main(account: Address): String { diff --git a/transactions/lockedTokens/delegator/register_delegator.cdc b/transactions/lockedTokens/delegator/register_delegator.cdc index 48cd0da81..c6b0de1a9 100644 --- a/transactions/lockedTokens/delegator/register_delegator.cdc +++ b/transactions/lockedTokens/delegator/register_delegator.cdc @@ -1,7 +1,7 @@ -import FlowToken from "FlowToken" -import LockedTokens from "LockedTokens" -import FlowIDTableStaking from "FlowIDTableStaking" -import FungibleToken from "FungibleToken" +import "FlowToken" +import "LockedTokens" +import "FlowIDTableStaking" +import "FungibleToken" transaction(id: String, amount: UFix64) { diff --git a/transactions/lockedTokens/delegator/request_unstaking.cdc b/transactions/lockedTokens/delegator/request_unstaking.cdc index 42aa9fc44..19e7b3f79 100644 --- a/transactions/lockedTokens/delegator/request_unstaking.cdc +++ b/transactions/lockedTokens/delegator/request_unstaking.cdc @@ -1,5 +1,5 @@ -import LockedTokens from "LockedTokens" -import FungibleToken from "FungibleToken" +import "LockedTokens" +import "FungibleToken" transaction(amount: UFix64) { let nodeDelegatorProxy: LockedTokens.LockedNodeDelegatorProxy diff --git a/transactions/lockedTokens/delegator/withdraw_rewarded_tokens.cdc b/transactions/lockedTokens/delegator/withdraw_rewarded_tokens.cdc index 25831a4d7..2d2d04776 100644 --- a/transactions/lockedTokens/delegator/withdraw_rewarded_tokens.cdc +++ b/transactions/lockedTokens/delegator/withdraw_rewarded_tokens.cdc @@ -1,6 +1,6 @@ -import LockedTokens from "LockedTokens" -import FlowToken from "FlowToken" -import FungibleToken from "FungibleToken" +import "LockedTokens" +import "FlowToken" +import "FungibleToken" transaction(amount: UFix64) { diff --git a/transactions/lockedTokens/delegator/withdraw_rewarded_tokens_locked.cdc b/transactions/lockedTokens/delegator/withdraw_rewarded_tokens_locked.cdc index 08c0b4321..f9bcc4b02 100644 --- a/transactions/lockedTokens/delegator/withdraw_rewarded_tokens_locked.cdc +++ b/transactions/lockedTokens/delegator/withdraw_rewarded_tokens_locked.cdc @@ -1,5 +1,5 @@ -import LockedTokens from "LockedTokens" -import FungibleToken from "FungibleToken" +import "LockedTokens" +import "FungibleToken" transaction(amount: UFix64) { let nodeDelegatorProxy: LockedTokens.LockedNodeDelegatorProxy diff --git a/transactions/lockedTokens/delegator/withdraw_unstaked_tokens.cdc b/transactions/lockedTokens/delegator/withdraw_unstaked_tokens.cdc index c58b3c807..6ea394e20 100644 --- a/transactions/lockedTokens/delegator/withdraw_unstaked_tokens.cdc +++ b/transactions/lockedTokens/delegator/withdraw_unstaked_tokens.cdc @@ -1,5 +1,5 @@ -import LockedTokens from "LockedTokens" -import FungibleToken from "FungibleToken" +import "LockedTokens" +import "FungibleToken" transaction(amount: UFix64) { let nodeDelegatorProxy: LockedTokens.LockedNodeDelegatorProxy diff --git a/transactions/lockedTokens/staker/get_node_id.cdc b/transactions/lockedTokens/staker/get_node_id.cdc index eb5235b04..d19a2a547 100644 --- a/transactions/lockedTokens/staker/get_node_id.cdc +++ b/transactions/lockedTokens/staker/get_node_id.cdc @@ -1,4 +1,4 @@ -import LockedTokens from "LockedTokens" +import "LockedTokens" access(all) fun main(account: Address): String { diff --git a/transactions/lockedTokens/staker/get_staker_info.cdc b/transactions/lockedTokens/staker/get_staker_info.cdc index d9b289da8..3404aa157 100644 --- a/transactions/lockedTokens/staker/get_staker_info.cdc +++ b/transactions/lockedTokens/staker/get_staker_info.cdc @@ -1,5 +1,5 @@ -import FlowIDTableStaking from "FlowIDTableStaking" -import LockedTokens from "LockedTokens" +import "FlowIDTableStaking" +import "LockedTokens" // Returns an array of NodeInfo objects that the account controls // in its normal account and shared account diff --git a/transactions/lockedTokens/staker/register_node.cdc b/transactions/lockedTokens/staker/register_node.cdc index 5aeb2cb5f..224254cdc 100644 --- a/transactions/lockedTokens/staker/register_node.cdc +++ b/transactions/lockedTokens/staker/register_node.cdc @@ -1,7 +1,7 @@ -import FlowToken from "FlowToken" -import FungibleToken from "FungibleToken" -import LockedTokens from "LockedTokens" -import StakingProxy from "StakingProxy" +import "FlowToken" +import "FungibleToken" +import "LockedTokens" +import "StakingProxy" transaction(id: String, role: UInt8, networkingAddress: String, networkingKey: String, stakingKey: String, amount: UFix64) { diff --git a/transactions/lockedTokens/staker/request_unstaking.cdc b/transactions/lockedTokens/staker/request_unstaking.cdc index d3b8cc317..aa1b0f2a3 100644 --- a/transactions/lockedTokens/staker/request_unstaking.cdc +++ b/transactions/lockedTokens/staker/request_unstaking.cdc @@ -1,6 +1,6 @@ -import LockedTokens from "LockedTokens" -import StakingProxy from "StakingProxy" -import FungibleToken from "FungibleToken" +import "LockedTokens" +import "StakingProxy" +import "FungibleToken" transaction(amount: UFix64) { diff --git a/transactions/lockedTokens/staker/stake_new_tokens.cdc b/transactions/lockedTokens/staker/stake_new_tokens.cdc index 5b83deaeb..93780c2c7 100644 --- a/transactions/lockedTokens/staker/stake_new_tokens.cdc +++ b/transactions/lockedTokens/staker/stake_new_tokens.cdc @@ -1,7 +1,7 @@ -import FlowToken from "FlowToken" -import FungibleToken from "FungibleToken" -import LockedTokens from "LockedTokens" -import StakingProxy from "StakingProxy" +import "FlowToken" +import "FungibleToken" +import "LockedTokens" +import "StakingProxy" transaction(amount: UFix64) { diff --git a/transactions/lockedTokens/staker/stake_rewarded_tokens.cdc b/transactions/lockedTokens/staker/stake_rewarded_tokens.cdc index cd3f69c70..71dbe7363 100644 --- a/transactions/lockedTokens/staker/stake_rewarded_tokens.cdc +++ b/transactions/lockedTokens/staker/stake_rewarded_tokens.cdc @@ -1,6 +1,6 @@ -import LockedTokens from "LockedTokens" -import StakingProxy from "StakingProxy" -import FungibleToken from "FungibleToken" +import "LockedTokens" +import "StakingProxy" +import "FungibleToken" transaction(amount: UFix64) { diff --git a/transactions/lockedTokens/staker/stake_unstaked_tokens.cdc b/transactions/lockedTokens/staker/stake_unstaked_tokens.cdc index 4a0c0959a..1ed742804 100644 --- a/transactions/lockedTokens/staker/stake_unstaked_tokens.cdc +++ b/transactions/lockedTokens/staker/stake_unstaked_tokens.cdc @@ -1,6 +1,6 @@ -import LockedTokens from "LockedTokens" -import StakingProxy from "StakingProxy" -import FungibleToken from "FungibleToken" +import "LockedTokens" +import "StakingProxy" +import "FungibleToken" transaction(amount: UFix64) { diff --git a/transactions/lockedTokens/staker/unstake_all.cdc b/transactions/lockedTokens/staker/unstake_all.cdc index 1ebe5104b..393b6ad6f 100644 --- a/transactions/lockedTokens/staker/unstake_all.cdc +++ b/transactions/lockedTokens/staker/unstake_all.cdc @@ -1,5 +1,5 @@ -import LockedTokens from "LockedTokens" -import FungibleToken from "FungibleToken" +import "LockedTokens" +import "FungibleToken" transaction() { diff --git a/transactions/lockedTokens/staker/update_networking_address.cdc b/transactions/lockedTokens/staker/update_networking_address.cdc index a8d591818..d83f86d02 100644 --- a/transactions/lockedTokens/staker/update_networking_address.cdc +++ b/transactions/lockedTokens/staker/update_networking_address.cdc @@ -1,5 +1,5 @@ -import LockedTokens from "LockedTokens" -import FungibleToken from "FungibleToken" +import "LockedTokens" +import "FungibleToken" transaction(newAddress: String) { diff --git a/transactions/lockedTokens/staker/withdraw_rewarded_tokens.cdc b/transactions/lockedTokens/staker/withdraw_rewarded_tokens.cdc index a1eab9540..55acc6045 100644 --- a/transactions/lockedTokens/staker/withdraw_rewarded_tokens.cdc +++ b/transactions/lockedTokens/staker/withdraw_rewarded_tokens.cdc @@ -1,6 +1,6 @@ -import LockedTokens from "LockedTokens" -import FlowToken from "FlowToken" -import FungibleToken from "FungibleToken" +import "LockedTokens" +import "FlowToken" +import "FungibleToken" transaction(amount: UFix64) { diff --git a/transactions/lockedTokens/staker/withdraw_rewarded_tokens_locked.cdc b/transactions/lockedTokens/staker/withdraw_rewarded_tokens_locked.cdc index 43396dae5..45cc71f58 100644 --- a/transactions/lockedTokens/staker/withdraw_rewarded_tokens_locked.cdc +++ b/transactions/lockedTokens/staker/withdraw_rewarded_tokens_locked.cdc @@ -1,5 +1,5 @@ -import LockedTokens from "LockedTokens" -import FungibleToken from "FungibleToken" +import "LockedTokens" +import "FungibleToken" transaction(amount: UFix64) { diff --git a/transactions/lockedTokens/staker/withdraw_unstaked_tokens.cdc b/transactions/lockedTokens/staker/withdraw_unstaked_tokens.cdc index d74fb6d5b..8f937675e 100644 --- a/transactions/lockedTokens/staker/withdraw_unstaked_tokens.cdc +++ b/transactions/lockedTokens/staker/withdraw_unstaked_tokens.cdc @@ -1,5 +1,5 @@ -import LockedTokens from "LockedTokens" -import FungibleToken from "FungibleToken" +import "LockedTokens" +import "FungibleToken" transaction(amount: UFix64) { diff --git a/transactions/lockedTokens/user/deposit_tokens.cdc b/transactions/lockedTokens/user/deposit_tokens.cdc index 643b0b230..ad33598ed 100644 --- a/transactions/lockedTokens/user/deposit_tokens.cdc +++ b/transactions/lockedTokens/user/deposit_tokens.cdc @@ -1,6 +1,6 @@ -import FungibleToken from "FungibleToken" -import FlowToken from "FlowToken" -import LockedTokens from "LockedTokens" +import "FungibleToken" +import "FlowToken" +import "LockedTokens" transaction(amount: UFix64) { diff --git a/transactions/lockedTokens/user/get_locked_account_address.cdc b/transactions/lockedTokens/user/get_locked_account_address.cdc index 11c2c3ca2..66187c97d 100644 --- a/transactions/lockedTokens/user/get_locked_account_address.cdc +++ b/transactions/lockedTokens/user/get_locked_account_address.cdc @@ -1,4 +1,4 @@ -import LockedTokens from "LockedTokens" +import "LockedTokens" access(all) fun main(account: Address): Address { diff --git a/transactions/lockedTokens/user/get_locked_account_balance.cdc b/transactions/lockedTokens/user/get_locked_account_balance.cdc index 319d27175..56d026689 100644 --- a/transactions/lockedTokens/user/get_locked_account_balance.cdc +++ b/transactions/lockedTokens/user/get_locked_account_balance.cdc @@ -1,4 +1,4 @@ -import LockedTokens from "LockedTokens" +import "LockedTokens" access(all) fun main(account: Address): UFix64 { diff --git a/transactions/lockedTokens/user/get_multiple_unlock_limits.cdc b/transactions/lockedTokens/user/get_multiple_unlock_limits.cdc index 9b0492123..6c22d2a74 100644 --- a/transactions/lockedTokens/user/get_multiple_unlock_limits.cdc +++ b/transactions/lockedTokens/user/get_multiple_unlock_limits.cdc @@ -1,4 +1,4 @@ -import LockedTokens from "LockedTokens" +import "LockedTokens" access(all) fun main(accounts: [Address]): [UFix64] { diff --git a/transactions/lockedTokens/user/get_total_balance.cdc b/transactions/lockedTokens/user/get_total_balance.cdc index 9927c0d20..adff12f8f 100644 --- a/transactions/lockedTokens/user/get_total_balance.cdc +++ b/transactions/lockedTokens/user/get_total_balance.cdc @@ -1,7 +1,7 @@ -import FungibleToken from "FungibleToken" -import FlowToken from "FlowToken" -import FlowIDTableStaking from "FlowIDTableStaking" -import LockedTokens from "LockedTokens" +import "FungibleToken" +import "FlowToken" +import "FlowIDTableStaking" +import "LockedTokens" // This script gets the TOTAL number of FLOW an account owns, across unlocked, locked, and staking. diff --git a/transactions/lockedTokens/user/get_unlock_limit.cdc b/transactions/lockedTokens/user/get_unlock_limit.cdc index 057aafce7..08117de69 100644 --- a/transactions/lockedTokens/user/get_unlock_limit.cdc +++ b/transactions/lockedTokens/user/get_unlock_limit.cdc @@ -1,4 +1,4 @@ -import LockedTokens from "LockedTokens" +import "LockedTokens" access(all) fun main(account: Address): UFix64 { diff --git a/transactions/lockedTokens/user/withdraw_tokens.cdc b/transactions/lockedTokens/user/withdraw_tokens.cdc index 0f19e3dd7..5c07e5d97 100644 --- a/transactions/lockedTokens/user/withdraw_tokens.cdc +++ b/transactions/lockedTokens/user/withdraw_tokens.cdc @@ -1,6 +1,6 @@ -import FungibleToken from "FungibleToken" -import FlowToken from "FlowToken" -import LockedTokens from "LockedTokens" +import "FungibleToken" +import "FlowToken" +import "LockedTokens" transaction(amount: UFix64) { diff --git a/transactions/nodeVersionBeacon/admin/change_version_freeze_period.cdc b/transactions/nodeVersionBeacon/admin/change_version_freeze_period.cdc index b21fd6de3..97e833167 100644 --- a/transactions/nodeVersionBeacon/admin/change_version_freeze_period.cdc +++ b/transactions/nodeVersionBeacon/admin/change_version_freeze_period.cdc @@ -1,4 +1,4 @@ -import NodeVersionBeacon from "NodeVersionBeacon" +import "NodeVersionBeacon" /// Transaction that allows NodeVersionAdmin to change /// the defined versionUpdateBuffer diff --git a/transactions/nodeVersionBeacon/admin/delete_version_boundary.cdc b/transactions/nodeVersionBeacon/admin/delete_version_boundary.cdc index 736a1e65b..a0d5a0e0b 100644 --- a/transactions/nodeVersionBeacon/admin/delete_version_boundary.cdc +++ b/transactions/nodeVersionBeacon/admin/delete_version_boundary.cdc @@ -1,4 +1,4 @@ -import NodeVersionBeacon from "NodeVersionBeacon" +import "NodeVersionBeacon" /// Transaction that allows NodeVersionAdmin to delete the /// version boundary mapping in the versionTable at the specified diff --git a/transactions/nodeVersionBeacon/admin/heartbeat.cdc b/transactions/nodeVersionBeacon/admin/heartbeat.cdc index 9df60a1e5..6f3b3c414 100644 --- a/transactions/nodeVersionBeacon/admin/heartbeat.cdc +++ b/transactions/nodeVersionBeacon/admin/heartbeat.cdc @@ -1,4 +1,4 @@ -import NodeVersionBeacon from "NodeVersionBeacon" +import "NodeVersionBeacon" // Calls the method that emits the table with the incoming versions transaction() { diff --git a/transactions/nodeVersionBeacon/admin/set_version_boundary.cdc b/transactions/nodeVersionBeacon/admin/set_version_boundary.cdc index ddaeaa4e6..cc6a46dc0 100644 --- a/transactions/nodeVersionBeacon/admin/set_version_boundary.cdc +++ b/transactions/nodeVersionBeacon/admin/set_version_boundary.cdc @@ -1,4 +1,4 @@ -import NodeVersionBeacon from "NodeVersionBeacon" +import "NodeVersionBeacon" /// Transaction that allows NodeVersionAdmin to add a new version to the /// version table defining a version boundary at the targetBlockHeight diff --git a/transactions/nodeVersionBeacon/scripts/get_current_node_version.cdc b/transactions/nodeVersionBeacon/scripts/get_current_node_version.cdc index 50502bf60..62208c7f3 100644 --- a/transactions/nodeVersionBeacon/scripts/get_current_node_version.cdc +++ b/transactions/nodeVersionBeacon/scripts/get_current_node_version.cdc @@ -1,4 +1,4 @@ -import NodeVersionBeacon from "NodeVersionBeacon" +import "NodeVersionBeacon" /// Gets the current version defined in the contract's versionTable access(all) fun main(): NodeVersionBeacon.Semver { diff --git a/transactions/nodeVersionBeacon/scripts/get_current_node_version_as_string.cdc b/transactions/nodeVersionBeacon/scripts/get_current_node_version_as_string.cdc index b184b5574..01e28b03a 100644 --- a/transactions/nodeVersionBeacon/scripts/get_current_node_version_as_string.cdc +++ b/transactions/nodeVersionBeacon/scripts/get_current_node_version_as_string.cdc @@ -1,4 +1,4 @@ -import NodeVersionBeacon from "NodeVersionBeacon" +import "NodeVersionBeacon" /// Gets the current version defined in the versionTable /// as a String. diff --git a/transactions/nodeVersionBeacon/scripts/get_next_version_boundary.cdc b/transactions/nodeVersionBeacon/scripts/get_next_version_boundary.cdc index 7d3a7b307..ddf6bbaeb 100644 --- a/transactions/nodeVersionBeacon/scripts/get_next_version_boundary.cdc +++ b/transactions/nodeVersionBeacon/scripts/get_next_version_boundary.cdc @@ -1,4 +1,4 @@ -import NodeVersionBeacon from "NodeVersionBeacon" +import "NodeVersionBeacon" /// Retrieves the next version boundary or nil /// if there is no upcoming version boundary defined diff --git a/transactions/nodeVersionBeacon/scripts/get_next_version_update_sequence.cdc b/transactions/nodeVersionBeacon/scripts/get_next_version_update_sequence.cdc index b4fcba23c..7a5a305bd 100644 --- a/transactions/nodeVersionBeacon/scripts/get_next_version_update_sequence.cdc +++ b/transactions/nodeVersionBeacon/scripts/get_next_version_update_sequence.cdc @@ -1,4 +1,4 @@ -import NodeVersionBeacon from "NodeVersionBeacon" +import "NodeVersionBeacon" /// Gets the next sequence number for the table updated event access(all) fun main(): UInt64 { diff --git a/transactions/nodeVersionBeacon/scripts/get_version_boundaries.cdc b/transactions/nodeVersionBeacon/scripts/get_version_boundaries.cdc index 9d552a2c7..13b3102e4 100644 --- a/transactions/nodeVersionBeacon/scripts/get_version_boundaries.cdc +++ b/transactions/nodeVersionBeacon/scripts/get_version_boundaries.cdc @@ -1,4 +1,4 @@ -import NodeVersionBeacon from "NodeVersionBeacon" +import "NodeVersionBeacon" /// Returns the versionBoundaries page for the given page and perPage. access(all) fun main(page: Int, perPage: Int): NodeVersionBeacon.VersionBoundaryPage { diff --git a/transactions/nodeVersionBeacon/scripts/get_version_boundary_freeze_period.cdc b/transactions/nodeVersionBeacon/scripts/get_version_boundary_freeze_period.cdc index cd507daae..96ab639be 100644 --- a/transactions/nodeVersionBeacon/scripts/get_version_boundary_freeze_period.cdc +++ b/transactions/nodeVersionBeacon/scripts/get_version_boundary_freeze_period.cdc @@ -1,4 +1,4 @@ -import NodeVersionBeacon from "NodeVersionBeacon" +import "NodeVersionBeacon" /// Returns the versionBoundaryFreezePeriod which defines the minimum number of blocks /// that must pass between updating a version and its defined block height diff --git a/transactions/quorumCertificate/admin/publish_voter.cdc b/transactions/quorumCertificate/admin/publish_voter.cdc index 8faed23e5..bc92db4a3 100644 --- a/transactions/quorumCertificate/admin/publish_voter.cdc +++ b/transactions/quorumCertificate/admin/publish_voter.cdc @@ -1,4 +1,4 @@ -import FlowClusterQC from "FlowClusterQC" +import "FlowClusterQC" // Test transaction for the QC admin to publish a reference // that allows accounts to register for QC voting diff --git a/transactions/quorumCertificate/admin/start_voting.cdc b/transactions/quorumCertificate/admin/start_voting.cdc index 85ef13a2e..bd9a13778 100644 --- a/transactions/quorumCertificate/admin/start_voting.cdc +++ b/transactions/quorumCertificate/admin/start_voting.cdc @@ -1,4 +1,4 @@ -import FlowClusterQC from "FlowClusterQC" +import "FlowClusterQC" // Test transaction for the QC admin to start the QC voting period // with a array of collector node clusters diff --git a/transactions/quorumCertificate/admin/stop_voting.cdc b/transactions/quorumCertificate/admin/stop_voting.cdc index d78af711d..2d63830c7 100644 --- a/transactions/quorumCertificate/admin/stop_voting.cdc +++ b/transactions/quorumCertificate/admin/stop_voting.cdc @@ -1,4 +1,4 @@ -import FlowClusterQC from "FlowClusterQC" +import "FlowClusterQC" // Test transaction for the QC contract to stop the voting period diff --git a/transactions/quorumCertificate/create_voter.cdc b/transactions/quorumCertificate/create_voter.cdc index 2b831b68e..9286e515d 100644 --- a/transactions/quorumCertificate/create_voter.cdc +++ b/transactions/quorumCertificate/create_voter.cdc @@ -1,4 +1,4 @@ -import FlowClusterQC from "FlowClusterQC" +import "FlowClusterQC" // Test Transaction for a node to request a QC Voter Object from the contract // Will be updated to use the epoch contract when that is completed diff --git a/transactions/quorumCertificate/scripts/generate_quorum_certificate.cdc b/transactions/quorumCertificate/scripts/generate_quorum_certificate.cdc index 724f82a5d..c0c414d4a 100644 --- a/transactions/quorumCertificate/scripts/generate_quorum_certificate.cdc +++ b/transactions/quorumCertificate/scripts/generate_quorum_certificate.cdc @@ -1,4 +1,4 @@ -import FlowClusterQC from "FlowClusterQC" +import "FlowClusterQC" // Gets the status of a cluster's QC generation diff --git a/transactions/quorumCertificate/scripts/get_cluster.cdc b/transactions/quorumCertificate/scripts/get_cluster.cdc index e59d58acf..9271d0c2d 100644 --- a/transactions/quorumCertificate/scripts/get_cluster.cdc +++ b/transactions/quorumCertificate/scripts/get_cluster.cdc @@ -1,4 +1,4 @@ -import FlowClusterQC from "FlowClusterQC" +import "FlowClusterQC" access(all) fun main(clusterIndex: UInt16): FlowClusterQC.Cluster { diff --git a/transactions/quorumCertificate/scripts/get_cluster_complete.cdc b/transactions/quorumCertificate/scripts/get_cluster_complete.cdc index 08ec6ceda..d16dc96e4 100644 --- a/transactions/quorumCertificate/scripts/get_cluster_complete.cdc +++ b/transactions/quorumCertificate/scripts/get_cluster_complete.cdc @@ -1,4 +1,4 @@ -import FlowClusterQC from "FlowClusterQC" +import "FlowClusterQC" // Gets the status of a cluster's QC generation diff --git a/transactions/quorumCertificate/scripts/get_cluster_node_weights.cdc b/transactions/quorumCertificate/scripts/get_cluster_node_weights.cdc index 953677f7d..d9bce94ad 100644 --- a/transactions/quorumCertificate/scripts/get_cluster_node_weights.cdc +++ b/transactions/quorumCertificate/scripts/get_cluster_node_weights.cdc @@ -1,4 +1,4 @@ -import FlowClusterQC from "FlowClusterQC" +import "FlowClusterQC" access(all) fun main(clusterIndex: UInt16): {String: UInt64} { diff --git a/transactions/quorumCertificate/scripts/get_cluster_vote_threshold.cdc b/transactions/quorumCertificate/scripts/get_cluster_vote_threshold.cdc index 2c6217589..44e17532d 100644 --- a/transactions/quorumCertificate/scripts/get_cluster_vote_threshold.cdc +++ b/transactions/quorumCertificate/scripts/get_cluster_vote_threshold.cdc @@ -1,4 +1,4 @@ -import FlowClusterQC from "FlowClusterQC" +import "FlowClusterQC" access(all) fun main(clusterIndex: UInt16): UInt64 { diff --git a/transactions/quorumCertificate/scripts/get_cluster_votes.cdc b/transactions/quorumCertificate/scripts/get_cluster_votes.cdc index c97caa4cd..ef6797294 100644 --- a/transactions/quorumCertificate/scripts/get_cluster_votes.cdc +++ b/transactions/quorumCertificate/scripts/get_cluster_votes.cdc @@ -1,4 +1,4 @@ -import FlowClusterQC from "FlowClusterQC" +import "FlowClusterQC" // Returns an array of Votes for the specified cluster diff --git a/transactions/quorumCertificate/scripts/get_cluster_weight.cdc b/transactions/quorumCertificate/scripts/get_cluster_weight.cdc index 6801446db..86ace6cee 100644 --- a/transactions/quorumCertificate/scripts/get_cluster_weight.cdc +++ b/transactions/quorumCertificate/scripts/get_cluster_weight.cdc @@ -1,4 +1,4 @@ -import FlowClusterQC from "FlowClusterQC" +import "FlowClusterQC" access(all) fun main(clusterIndex: UInt16): UInt64 { diff --git a/transactions/quorumCertificate/scripts/get_clusters.cdc b/transactions/quorumCertificate/scripts/get_clusters.cdc index 0f23231b7..8f21118d4 100644 --- a/transactions/quorumCertificate/scripts/get_clusters.cdc +++ b/transactions/quorumCertificate/scripts/get_clusters.cdc @@ -1,4 +1,4 @@ -import FlowClusterQC from "FlowClusterQC" +import "FlowClusterQC" // Script to return an array of Collector Clusters with all of their metadata diff --git a/transactions/quorumCertificate/scripts/get_node_has_voted.cdc b/transactions/quorumCertificate/scripts/get_node_has_voted.cdc index 0b5f682c5..c02a7d7ea 100644 --- a/transactions/quorumCertificate/scripts/get_node_has_voted.cdc +++ b/transactions/quorumCertificate/scripts/get_node_has_voted.cdc @@ -1,4 +1,4 @@ -import FlowClusterQC from "FlowClusterQC" +import "FlowClusterQC" // Returns a boolean indicating if a node has submitted a vote for this epoch diff --git a/transactions/quorumCertificate/scripts/get_node_weight.cdc b/transactions/quorumCertificate/scripts/get_node_weight.cdc index bfc470470..c3faa1c32 100644 --- a/transactions/quorumCertificate/scripts/get_node_weight.cdc +++ b/transactions/quorumCertificate/scripts/get_node_weight.cdc @@ -1,4 +1,4 @@ -import FlowClusterQC from "FlowClusterQC" +import "FlowClusterQC" access(all) fun main(clusterIndex: UInt16, nodeID: String): UInt64 { diff --git a/transactions/quorumCertificate/scripts/get_qc_enabled.cdc b/transactions/quorumCertificate/scripts/get_qc_enabled.cdc index 6f8cb12e9..03ae16ccb 100644 --- a/transactions/quorumCertificate/scripts/get_qc_enabled.cdc +++ b/transactions/quorumCertificate/scripts/get_qc_enabled.cdc @@ -1,4 +1,4 @@ -import FlowClusterQC from "FlowClusterQC" +import "FlowClusterQC" access(all) fun main(): Bool { diff --git a/transactions/quorumCertificate/scripts/get_voter_is_registered.cdc b/transactions/quorumCertificate/scripts/get_voter_is_registered.cdc index d7ccab504..4bf1415cc 100644 --- a/transactions/quorumCertificate/scripts/get_voter_is_registered.cdc +++ b/transactions/quorumCertificate/scripts/get_voter_is_registered.cdc @@ -1,4 +1,4 @@ -import FlowClusterQC from "FlowClusterQC" +import "FlowClusterQC" // Returns a boolean indicating if a node is registered for voting diff --git a/transactions/quorumCertificate/scripts/get_voting_completed.cdc b/transactions/quorumCertificate/scripts/get_voting_completed.cdc index e5aa5e279..27b2e395b 100644 --- a/transactions/quorumCertificate/scripts/get_voting_completed.cdc +++ b/transactions/quorumCertificate/scripts/get_voting_completed.cdc @@ -1,4 +1,4 @@ -import FlowClusterQC from "FlowClusterQC" +import "FlowClusterQC" // Returns a boolean indicating if a node has submitted a vote for this epoch diff --git a/transactions/quorumCertificate/submit_vote.cdc b/transactions/quorumCertificate/submit_vote.cdc index c45cecc78..e4d08fb66 100644 --- a/transactions/quorumCertificate/submit_vote.cdc +++ b/transactions/quorumCertificate/submit_vote.cdc @@ -1,4 +1,4 @@ -import FlowClusterQC from "FlowClusterQC" +import "FlowClusterQC" // A node voter uses this transaction to submit a QC vote // diff --git a/transactions/stakingCollection/close_stake.cdc b/transactions/stakingCollection/close_stake.cdc index e40e55b2b..bfb18bbde 100644 --- a/transactions/stakingCollection/close_stake.cdc +++ b/transactions/stakingCollection/close_stake.cdc @@ -1,4 +1,4 @@ -import FlowStakingCollection from "FlowStakingCollection" +import "FlowStakingCollection" // Closes out a staking object in the staking collection // This does not remove the record from the identity table, diff --git a/transactions/stakingCollection/create_machine_account.cdc b/transactions/stakingCollection/create_machine_account.cdc index 7158201d0..f87c982ed 100644 --- a/transactions/stakingCollection/create_machine_account.cdc +++ b/transactions/stakingCollection/create_machine_account.cdc @@ -1,5 +1,5 @@ import Crypto -import FlowStakingCollection from "FlowStakingCollection" +import "FlowStakingCollection" /// Creates a machine account for a node that is already in the staking collection /// and adds public keys to the new account diff --git a/transactions/stakingCollection/create_new_tokenholder_acct.cdc b/transactions/stakingCollection/create_new_tokenholder_acct.cdc index 3f04d196a..8674adaed 100644 --- a/transactions/stakingCollection/create_new_tokenholder_acct.cdc +++ b/transactions/stakingCollection/create_new_tokenholder_acct.cdc @@ -1,8 +1,8 @@ import Crypto -import FlowToken from "FlowToken" -import FungibleToken from "FungibleToken" -import LockedTokens from "LockedTokens" -import FlowStakingCollection from "FlowStakingCollection" +import "FlowToken" +import "FungibleToken" +import "LockedTokens" +import "FlowStakingCollection" // This transaction allows the controller of the locked account // to create a new LockedTokens.TokenHolder object and store it in a new account diff --git a/transactions/stakingCollection/register_delegator.cdc b/transactions/stakingCollection/register_delegator.cdc index e1e518527..b153411a2 100644 --- a/transactions/stakingCollection/register_delegator.cdc +++ b/transactions/stakingCollection/register_delegator.cdc @@ -1,4 +1,4 @@ -import FlowStakingCollection from "FlowStakingCollection" +import "FlowStakingCollection" /// Registers a delegator in the staking collection resource /// for the specified nodeID and the amount of tokens to commit diff --git a/transactions/stakingCollection/register_multiple_delegators.cdc b/transactions/stakingCollection/register_multiple_delegators.cdc index 0e1dc5c2b..3155b2e47 100644 --- a/transactions/stakingCollection/register_multiple_delegators.cdc +++ b/transactions/stakingCollection/register_multiple_delegators.cdc @@ -1,4 +1,4 @@ -import FlowStakingCollection from "FlowStakingCollection" +import "FlowStakingCollection" /// Registers multiple delegators in the staking collection resource /// for the specified nodeIDs and amount of tokens to commit diff --git a/transactions/stakingCollection/register_multiple_nodes.cdc b/transactions/stakingCollection/register_multiple_nodes.cdc index e7b713d63..80af4b02f 100644 --- a/transactions/stakingCollection/register_multiple_nodes.cdc +++ b/transactions/stakingCollection/register_multiple_nodes.cdc @@ -1,5 +1,5 @@ import Crypto -import FlowStakingCollection from "FlowStakingCollection" +import "FlowStakingCollection" /// Registers multiple nodes in the staking collection resource /// for the specified node information diff --git a/transactions/stakingCollection/register_node.cdc b/transactions/stakingCollection/register_node.cdc index cbb1a8d51..b5280704b 100644 --- a/transactions/stakingCollection/register_node.cdc +++ b/transactions/stakingCollection/register_node.cdc @@ -1,5 +1,5 @@ import Crypto -import FlowStakingCollection from "FlowStakingCollection" +import "FlowStakingCollection" /// Registers a delegator in the staking collection resource /// for the specified node information and the amount of tokens to commit diff --git a/transactions/stakingCollection/request_unstaking.cdc b/transactions/stakingCollection/request_unstaking.cdc index 5f0346ccd..f8e234670 100644 --- a/transactions/stakingCollection/request_unstaking.cdc +++ b/transactions/stakingCollection/request_unstaking.cdc @@ -1,4 +1,4 @@ -import FlowStakingCollection from "FlowStakingCollection" +import "FlowStakingCollection" /// Requests unstaking for the specified node or delegator in the staking collection diff --git a/transactions/stakingCollection/restake_all_stakers.cdc b/transactions/stakingCollection/restake_all_stakers.cdc index 47787aafb..a49637550 100644 --- a/transactions/stakingCollection/restake_all_stakers.cdc +++ b/transactions/stakingCollection/restake_all_stakers.cdc @@ -1,5 +1,5 @@ -import FlowStakingCollection from "FlowStakingCollection" -import FlowIDTableStaking from "FlowIDTableStaking" +import "FlowStakingCollection" +import "FlowIDTableStaking" /// Commits rewarded tokens to stake for all nodes and delegators in a collection diff --git a/transactions/stakingCollection/scripts/does_account_have_staking_collection.cdc b/transactions/stakingCollection/scripts/does_account_have_staking_collection.cdc index f91fde338..636144135 100644 --- a/transactions/stakingCollection/scripts/does_account_have_staking_collection.cdc +++ b/transactions/stakingCollection/scripts/does_account_have_staking_collection.cdc @@ -1,4 +1,4 @@ -import FlowStakingCollection from "FlowStakingCollection" +import "FlowStakingCollection" /// Determines if an account is set up with a Staking Collection diff --git a/transactions/stakingCollection/scripts/get_all_delegator_info.cdc b/transactions/stakingCollection/scripts/get_all_delegator_info.cdc index ae450d691..0f231944d 100644 --- a/transactions/stakingCollection/scripts/get_all_delegator_info.cdc +++ b/transactions/stakingCollection/scripts/get_all_delegator_info.cdc @@ -1,5 +1,5 @@ -import FlowStakingCollection from "FlowStakingCollection" -import FlowIDTableStaking from "FlowIDTableStaking" +import "FlowStakingCollection" +import "FlowIDTableStaking" /// Gets an array of all the delegator metadata for delegators stored in the staking collection diff --git a/transactions/stakingCollection/scripts/get_all_node_info.cdc b/transactions/stakingCollection/scripts/get_all_node_info.cdc index 1640ef590..ee8e387f0 100644 --- a/transactions/stakingCollection/scripts/get_all_node_info.cdc +++ b/transactions/stakingCollection/scripts/get_all_node_info.cdc @@ -1,5 +1,5 @@ -import FlowStakingCollection from "FlowStakingCollection" -import FlowIDTableStaking from "FlowIDTableStaking" +import "FlowStakingCollection" +import "FlowIDTableStaking" /// Gets an array of all the node metadata for nodes stored in the staking collection diff --git a/transactions/stakingCollection/scripts/get_delegator_ids.cdc b/transactions/stakingCollection/scripts/get_delegator_ids.cdc index 9392b6264..6b7f9be88 100644 --- a/transactions/stakingCollection/scripts/get_delegator_ids.cdc +++ b/transactions/stakingCollection/scripts/get_delegator_ids.cdc @@ -1,4 +1,4 @@ -import FlowStakingCollection from "FlowStakingCollection" +import "FlowStakingCollection" /// Returns an array of all the delegator IDs stored in the staking collection diff --git a/transactions/stakingCollection/scripts/get_does_stake_exist.cdc b/transactions/stakingCollection/scripts/get_does_stake_exist.cdc index 6ac46288b..0fad0dc02 100644 --- a/transactions/stakingCollection/scripts/get_does_stake_exist.cdc +++ b/transactions/stakingCollection/scripts/get_does_stake_exist.cdc @@ -1,5 +1,5 @@ -import FlowStakingCollection from "FlowStakingCollection" -import FlowIDTableStaking from "FlowIDTableStaking" +import "FlowStakingCollection" +import "FlowIDTableStaking" /// Tells if the specified node or delegator exists in the staking collection /// for the specified address diff --git a/transactions/stakingCollection/scripts/get_locked_tokens_used.cdc b/transactions/stakingCollection/scripts/get_locked_tokens_used.cdc index cbd4aaf11..bd039bf0c 100644 --- a/transactions/stakingCollection/scripts/get_locked_tokens_used.cdc +++ b/transactions/stakingCollection/scripts/get_locked_tokens_used.cdc @@ -1,4 +1,4 @@ -import FlowStakingCollection from "FlowStakingCollection" +import "FlowStakingCollection" /// Tells how many locked tokens the account is using /// For there staking collection nodes and delegators diff --git a/transactions/stakingCollection/scripts/get_machine_account_address.cdc b/transactions/stakingCollection/scripts/get_machine_account_address.cdc index c9d8695fc..463adc857 100644 --- a/transactions/stakingCollection/scripts/get_machine_account_address.cdc +++ b/transactions/stakingCollection/scripts/get_machine_account_address.cdc @@ -1,4 +1,4 @@ -import FlowStakingCollection from "FlowStakingCollection" +import "FlowStakingCollection" /// Gets the machine account address for a specific node /// in an account's staking collection diff --git a/transactions/stakingCollection/scripts/get_machine_accounts.cdc b/transactions/stakingCollection/scripts/get_machine_accounts.cdc index 9d10a91a2..08939810d 100644 --- a/transactions/stakingCollection/scripts/get_machine_accounts.cdc +++ b/transactions/stakingCollection/scripts/get_machine_accounts.cdc @@ -1,4 +1,4 @@ -import FlowStakingCollection from "FlowStakingCollection" +import "FlowStakingCollection" /// Gets all the machine account addresses for nodes /// in the account's staking collection diff --git a/transactions/stakingCollection/scripts/get_node_ids.cdc b/transactions/stakingCollection/scripts/get_node_ids.cdc index 407ee70a4..9201e75e1 100644 --- a/transactions/stakingCollection/scripts/get_node_ids.cdc +++ b/transactions/stakingCollection/scripts/get_node_ids.cdc @@ -1,4 +1,4 @@ -import FlowStakingCollection from "FlowStakingCollection" +import "FlowStakingCollection" /// Returns an array of all the node IDs stored in the staking collection diff --git a/transactions/stakingCollection/scripts/get_unlocked_tokens_used.cdc b/transactions/stakingCollection/scripts/get_unlocked_tokens_used.cdc index 8fdb918d1..70213409c 100644 --- a/transactions/stakingCollection/scripts/get_unlocked_tokens_used.cdc +++ b/transactions/stakingCollection/scripts/get_unlocked_tokens_used.cdc @@ -1,4 +1,4 @@ -import FlowStakingCollection from "FlowStakingCollection" +import "FlowStakingCollection" /// Tells how many unlocked tokens the account is using /// For there staking collection nodes and delegators diff --git a/transactions/stakingCollection/setup_staking_collection.cdc b/transactions/stakingCollection/setup_staking_collection.cdc index fd48f7395..5f8d32383 100644 --- a/transactions/stakingCollection/setup_staking_collection.cdc +++ b/transactions/stakingCollection/setup_staking_collection.cdc @@ -1,8 +1,8 @@ -import FungibleToken from "FungibleToken" -import FlowToken from "FlowToken" -import FlowIDTableStaking from "FlowIDTableStaking" -import LockedTokens from "LockedTokens" -import FlowStakingCollection from "FlowStakingCollection" +import "FungibleToken" +import "FlowToken" +import "FlowIDTableStaking" +import "LockedTokens" +import "FlowStakingCollection" /// This transaction sets up an account to use a staking collection /// It will work regardless of whether they have a regular account, a two-account locked tokens setup, diff --git a/transactions/stakingCollection/stake_new_tokens.cdc b/transactions/stakingCollection/stake_new_tokens.cdc index 6e6dd5e47..f4c717cd9 100644 --- a/transactions/stakingCollection/stake_new_tokens.cdc +++ b/transactions/stakingCollection/stake_new_tokens.cdc @@ -1,4 +1,4 @@ -import FlowStakingCollection from "FlowStakingCollection" +import "FlowStakingCollection" /// Commits new tokens to stake for the specified node or delegator in the staking collection /// The tokens from the locked vault are used first, if it exists diff --git a/transactions/stakingCollection/stake_rewarded_tokens.cdc b/transactions/stakingCollection/stake_rewarded_tokens.cdc index 69c7363de..83e920963 100644 --- a/transactions/stakingCollection/stake_rewarded_tokens.cdc +++ b/transactions/stakingCollection/stake_rewarded_tokens.cdc @@ -1,4 +1,4 @@ -import FlowStakingCollection from "FlowStakingCollection" +import "FlowStakingCollection" /// Commits rewarded tokens to stake for the specified node or delegator in the staking collection diff --git a/transactions/stakingCollection/stake_unstaked_tokens.cdc b/transactions/stakingCollection/stake_unstaked_tokens.cdc index e4f9787c1..c43356912 100644 --- a/transactions/stakingCollection/stake_unstaked_tokens.cdc +++ b/transactions/stakingCollection/stake_unstaked_tokens.cdc @@ -1,4 +1,4 @@ -import FlowStakingCollection from "FlowStakingCollection" +import "FlowStakingCollection" /// Commits unstaked tokens to stake for the specified node or delegator in the staking collection diff --git a/transactions/stakingCollection/test/deposit_tokens.cdc b/transactions/stakingCollection/test/deposit_tokens.cdc index 228de87f4..76a89d512 100644 --- a/transactions/stakingCollection/test/deposit_tokens.cdc +++ b/transactions/stakingCollection/test/deposit_tokens.cdc @@ -1,7 +1,7 @@ -import FlowStakingCollection from "FlowStakingCollection" -import FlowToken from "FlowToken" -import FungibleToken from "FungibleToken" -import LockedTokens from "LockedTokens" +import "FlowStakingCollection" +import "FlowToken" +import "FungibleToken" +import "LockedTokens" // Used only for test purposes to test the deposit token function in the staking collection diff --git a/transactions/stakingCollection/test/get_tokens.cdc b/transactions/stakingCollection/test/get_tokens.cdc index 6f0ca3947..cae6d6548 100644 --- a/transactions/stakingCollection/test/get_tokens.cdc +++ b/transactions/stakingCollection/test/get_tokens.cdc @@ -1,7 +1,7 @@ -import FlowStakingCollection from "FlowStakingCollection" -import FlowToken from "FlowToken" -import FungibleToken from "FungibleToken" -import LockedTokens from "LockedTokens" +import "FlowStakingCollection" +import "FlowToken" +import "FungibleToken" +import "LockedTokens" // Used only for test purposes to test the get tokens function in the staking collection diff --git a/transactions/stakingCollection/transfer_delegator.cdc b/transactions/stakingCollection/transfer_delegator.cdc index 8f266b93b..2826550d9 100644 --- a/transactions/stakingCollection/transfer_delegator.cdc +++ b/transactions/stakingCollection/transfer_delegator.cdc @@ -1,4 +1,4 @@ -import FlowStakingCollection from "FlowStakingCollection" +import "FlowStakingCollection" // Transfers a NodeDelegator object from an authorizers account // and adds the NodeDelegator to another accounts Staking Collection diff --git a/transactions/stakingCollection/transfer_node.cdc b/transactions/stakingCollection/transfer_node.cdc index da9e24cb8..732887443 100644 --- a/transactions/stakingCollection/transfer_node.cdc +++ b/transactions/stakingCollection/transfer_node.cdc @@ -1,4 +1,4 @@ -import FlowStakingCollection from "FlowStakingCollection" +import "FlowStakingCollection" // Transfers a NodeStaker object from an authorizers account // and adds the NodeStaker to another accounts Staking Collection diff --git a/transactions/stakingCollection/unstake_all.cdc b/transactions/stakingCollection/unstake_all.cdc index d5ef4375e..cf27d63b3 100644 --- a/transactions/stakingCollection/unstake_all.cdc +++ b/transactions/stakingCollection/unstake_all.cdc @@ -1,4 +1,4 @@ -import FlowStakingCollection from "FlowStakingCollection" +import "FlowStakingCollection" /// Requests to unstake ALL tokens for the specified node or delegator in the staking collection diff --git a/transactions/stakingCollection/update_networking_address.cdc b/transactions/stakingCollection/update_networking_address.cdc index 50904ff5e..5c17c946a 100644 --- a/transactions/stakingCollection/update_networking_address.cdc +++ b/transactions/stakingCollection/update_networking_address.cdc @@ -1,4 +1,4 @@ -import FlowStakingCollection from "FlowStakingCollection" +import "FlowStakingCollection" /// Changes the networking address for the specified node diff --git a/transactions/stakingCollection/withdraw_from_machine_account.cdc b/transactions/stakingCollection/withdraw_from_machine_account.cdc index 51084e7de..b4a050e04 100644 --- a/transactions/stakingCollection/withdraw_from_machine_account.cdc +++ b/transactions/stakingCollection/withdraw_from_machine_account.cdc @@ -1,4 +1,4 @@ -import FlowStakingCollection from "FlowStakingCollection" +import "FlowStakingCollection" /// Request to withdraw tokens from the machine account /// The tokens are automatically deposited to the unlocked account vault diff --git a/transactions/stakingCollection/withdraw_rewarded_tokens.cdc b/transactions/stakingCollection/withdraw_rewarded_tokens.cdc index 9569389c5..3785c5789 100644 --- a/transactions/stakingCollection/withdraw_rewarded_tokens.cdc +++ b/transactions/stakingCollection/withdraw_rewarded_tokens.cdc @@ -1,4 +1,4 @@ -import FlowStakingCollection from "FlowStakingCollection" +import "FlowStakingCollection" /// Request to withdraw rewarded tokens for the specified node or delegator in the staking collection /// The tokens are automatically deposited to the unlocked account vault first, diff --git a/transactions/stakingCollection/withdraw_unstaked_tokens.cdc b/transactions/stakingCollection/withdraw_unstaked_tokens.cdc index ef77b3ab8..9ac2830a0 100644 --- a/transactions/stakingCollection/withdraw_unstaked_tokens.cdc +++ b/transactions/stakingCollection/withdraw_unstaked_tokens.cdc @@ -1,4 +1,4 @@ -import FlowStakingCollection from "FlowStakingCollection" +import "FlowStakingCollection" /// Request to withdraw unstaked tokens for the specified node or delegator in the staking collection /// The tokens are automatically deposited to the unlocked account vault first, diff --git a/transactions/stakingProxy/add_node_info.cdc b/transactions/stakingProxy/add_node_info.cdc index 36ac84364..c84d6bf57 100644 --- a/transactions/stakingProxy/add_node_info.cdc +++ b/transactions/stakingProxy/add_node_info.cdc @@ -1,4 +1,4 @@ -import StakingProxy from "StakingProxy" +import "StakingProxy" transaction(id: String, role: UInt8, networkingAddress: String, networkingKey: String, stakingKey: String) { diff --git a/transactions/stakingProxy/get_node_info.cdc b/transactions/stakingProxy/get_node_info.cdc index 572ef0949..cd9a483b8 100644 --- a/transactions/stakingProxy/get_node_info.cdc +++ b/transactions/stakingProxy/get_node_info.cdc @@ -1,4 +1,4 @@ -import StakingProxy from "StakingProxy" +import "StakingProxy" access(all) fun main(account: Address, nodeID: String): StakingProxy.NodeInfo { diff --git a/transactions/stakingProxy/register_node.cdc b/transactions/stakingProxy/register_node.cdc index 0bc9029d4..9289b3a10 100644 --- a/transactions/stakingProxy/register_node.cdc +++ b/transactions/stakingProxy/register_node.cdc @@ -1,5 +1,5 @@ -import LockedTokens from "LockedTokens" -import StakingProxy from "StakingProxy" +import "LockedTokens" +import "StakingProxy" transaction(address: Address, id: String, amount: UFix64) { diff --git a/transactions/stakingProxy/remove_node_info.cdc b/transactions/stakingProxy/remove_node_info.cdc index 6909e90b9..51cfbfe84 100644 --- a/transactions/stakingProxy/remove_node_info.cdc +++ b/transactions/stakingProxy/remove_node_info.cdc @@ -1,4 +1,4 @@ -import StakingProxy from "StakingProxy" +import "StakingProxy" transaction(nodeID: String) { diff --git a/transactions/stakingProxy/remove_staking_proxy.cdc b/transactions/stakingProxy/remove_staking_proxy.cdc index a14fc3c0f..caaf5b6f9 100644 --- a/transactions/stakingProxy/remove_staking_proxy.cdc +++ b/transactions/stakingProxy/remove_staking_proxy.cdc @@ -1,4 +1,4 @@ -import StakingProxy from "StakingProxy" +import "StakingProxy" transaction(nodeID: String) { diff --git a/transactions/stakingProxy/request_unstaking.cdc b/transactions/stakingProxy/request_unstaking.cdc index b9e79e706..831250195 100644 --- a/transactions/stakingProxy/request_unstaking.cdc +++ b/transactions/stakingProxy/request_unstaking.cdc @@ -1,4 +1,4 @@ -import StakingProxy from "StakingProxy" +import "StakingProxy" transaction(nodeID: String, amount: UFix64) { diff --git a/transactions/stakingProxy/setup_node_account.cdc b/transactions/stakingProxy/setup_node_account.cdc index fc1f3aba4..ba47df161 100644 --- a/transactions/stakingProxy/setup_node_account.cdc +++ b/transactions/stakingProxy/setup_node_account.cdc @@ -1,4 +1,4 @@ -import StakingProxy from "StakingProxy" +import "StakingProxy" transaction() { diff --git a/transactions/stakingProxy/stake_new_tokens.cdc b/transactions/stakingProxy/stake_new_tokens.cdc index a8edb1a0b..48c1023fc 100644 --- a/transactions/stakingProxy/stake_new_tokens.cdc +++ b/transactions/stakingProxy/stake_new_tokens.cdc @@ -1,4 +1,4 @@ -import StakingProxy from "StakingProxy" +import "StakingProxy" transaction(nodeID: String, amount: UFix64) { diff --git a/transactions/stakingProxy/stake_unstaked_tokens.cdc b/transactions/stakingProxy/stake_unstaked_tokens.cdc index 9d92056b1..661d24ea6 100644 --- a/transactions/stakingProxy/stake_unstaked_tokens.cdc +++ b/transactions/stakingProxy/stake_unstaked_tokens.cdc @@ -1,4 +1,4 @@ -import StakingProxy from "StakingProxy" +import "StakingProxy" transaction(nodeID: String, amount: UFix64) { diff --git a/transactions/stakingProxy/unstake_all.cdc b/transactions/stakingProxy/unstake_all.cdc index f0602f41c..8f1eb3e72 100644 --- a/transactions/stakingProxy/unstake_all.cdc +++ b/transactions/stakingProxy/unstake_all.cdc @@ -1,4 +1,4 @@ -import StakingProxy from "StakingProxy" +import "StakingProxy" transaction(nodeID: String) { diff --git a/transactions/stakingProxy/withdraw_rewards.cdc b/transactions/stakingProxy/withdraw_rewards.cdc index 35d2c9a70..57703880b 100644 --- a/transactions/stakingProxy/withdraw_rewards.cdc +++ b/transactions/stakingProxy/withdraw_rewards.cdc @@ -1,4 +1,4 @@ -import StakingProxy from "StakingProxy" +import "StakingProxy" transaction(nodeID: String, amount: UFix64) { diff --git a/transactions/stakingProxy/withdraw_unstaked.cdc b/transactions/stakingProxy/withdraw_unstaked.cdc index a6de37d50..769b57b7f 100644 --- a/transactions/stakingProxy/withdraw_unstaked.cdc +++ b/transactions/stakingProxy/withdraw_unstaked.cdc @@ -1,4 +1,4 @@ -import StakingProxy from "StakingProxy" +import "StakingProxy" transaction(nodeID: String, amount: UFix64) { diff --git a/transactions/storageFees/admin/set_parameters.cdc b/transactions/storageFees/admin/set_parameters.cdc index 3f3121128..5effe8018 100644 --- a/transactions/storageFees/admin/set_parameters.cdc +++ b/transactions/storageFees/admin/set_parameters.cdc @@ -1,4 +1,4 @@ -import FlowStorageFees from "FlowStorageFees" +import "FlowStorageFees" // This transaction changes the flow storage fees parameters transaction(storageBytesPerReservedFLOW: UFix64?, minimumStorageReservation: UFix64?) { diff --git a/transactions/storageFees/scripts/get_account_available_balance.cdc b/transactions/storageFees/scripts/get_account_available_balance.cdc index b0ef94001..3f315d19b 100644 --- a/transactions/storageFees/scripts/get_account_available_balance.cdc +++ b/transactions/storageFees/scripts/get_account_available_balance.cdc @@ -1,4 +1,4 @@ -import FlowStorageFees from "FlowStorageFees" +import "FlowStorageFees" access(all) fun main(accountAddress: Address): UFix64 { return FlowStorageFees.defaultTokenAvailableBalance(accountAddress) diff --git a/transactions/storageFees/scripts/get_accounts_capacity_for_transaction_storage_check.cdc b/transactions/storageFees/scripts/get_accounts_capacity_for_transaction_storage_check.cdc index d659ef91b..8020231c7 100644 --- a/transactions/storageFees/scripts/get_accounts_capacity_for_transaction_storage_check.cdc +++ b/transactions/storageFees/scripts/get_accounts_capacity_for_transaction_storage_check.cdc @@ -1,4 +1,4 @@ -import FlowStorageFees from "FlowStorageFees" +import "FlowStorageFees" access(all) fun main(accountAddresses: [Address], payer: Address, maxTxFees: UFix64): [UFix64] { return FlowStorageFees.getAccountsCapacityForTransactionStorageCheck( diff --git a/transactions/storageFees/scripts/get_storage_capacity.cdc b/transactions/storageFees/scripts/get_storage_capacity.cdc index 7119ac364..e3e67a24e 100644 --- a/transactions/storageFees/scripts/get_storage_capacity.cdc +++ b/transactions/storageFees/scripts/get_storage_capacity.cdc @@ -1,4 +1,4 @@ -import FlowStorageFees from "FlowStorageFees" +import "FlowStorageFees" access(all) fun main(accountAddress: Address): UFix64 { return FlowStorageFees.calculateAccountCapacity(accountAddress) diff --git a/transactions/storageFees/scripts/get_storage_fee_conversion.cdc b/transactions/storageFees/scripts/get_storage_fee_conversion.cdc index 4e37d751e..10d978a8a 100644 --- a/transactions/storageFees/scripts/get_storage_fee_conversion.cdc +++ b/transactions/storageFees/scripts/get_storage_fee_conversion.cdc @@ -1,4 +1,4 @@ -import FlowStorageFees from "FlowStorageFees" +import "FlowStorageFees" access(all) fun main(): UFix64 { return FlowStorageFees.storageMegaBytesPerReservedFLOW diff --git a/transactions/storageFees/scripts/get_storage_fee_min.cdc b/transactions/storageFees/scripts/get_storage_fee_min.cdc index 8899119cc..6eced01d1 100644 --- a/transactions/storageFees/scripts/get_storage_fee_min.cdc +++ b/transactions/storageFees/scripts/get_storage_fee_min.cdc @@ -1,4 +1,4 @@ -import FlowStorageFees from "FlowStorageFees" +import "FlowStorageFees" access(all) fun main(): UFix64 { return FlowStorageFees.minimumStorageReservation From 8cb21b1780564375150989eda39aa0cdd695ee1f Mon Sep 17 00:00:00 2001 From: Josh Hannan Date: Tue, 11 Feb 2025 15:25:23 -0600 Subject: [PATCH 2/8] update dependencies --- lib/go/contracts/go.mod | 4 ++-- lib/go/contracts/go.sum | 4 ++-- lib/go/test/go.mod | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/go/contracts/go.mod b/lib/go/contracts/go.mod index bfbd874f7..886787b2e 100644 --- a/lib/go/contracts/go.mod +++ b/lib/go/contracts/go.mod @@ -6,7 +6,7 @@ toolchain go1.22.4 require ( github.com/kevinburke/go-bindata v3.24.0+incompatible - github.com/onflow/flow-core-contracts/lib/go/templates v1.4.1-0.20250121150329-3add9787ef8b + github.com/onflow/flow-core-contracts/lib/go/templates v1.5.1-0.20250211211929-30b3506dd97c github.com/onflow/flow-ft/lib/go/contracts v1.0.1 github.com/onflow/flow-nft/lib/go/contracts v1.2.2 github.com/stretchr/testify v1.9.0 @@ -77,4 +77,4 @@ require ( retract ( v1.2.4 // contains retraction only v1.2.3 // accidentally published with out-of-order tag -) \ No newline at end of file +) diff --git a/lib/go/contracts/go.sum b/lib/go/contracts/go.sum index f80bd1f45..4b49680a3 100644 --- a/lib/go/contracts/go.sum +++ b/lib/go/contracts/go.sum @@ -221,8 +221,8 @@ github.com/onflow/cadence v1.0.0-preview.51 h1:L+toCS2Sw9bsExc2PxeNMmAK96fn2LdTO github.com/onflow/cadence v1.0.0-preview.51/go.mod h1:7wvvecnAZtYOspLOS3Lh+FuAmMeSrXhAWiycC3kQ1UU= github.com/onflow/crypto v0.25.1 h1:0txy2PKPMM873JbpxQNbJmuOJtD56bfs48RQfm0ts5A= github.com/onflow/crypto v0.25.1/go.mod h1:C8FbaX0x8y+FxWjbkHy0Q4EASCDR9bSPWZqlpCLYyVI= -github.com/onflow/flow-core-contracts/lib/go/templates v1.4.1-0.20250121150329-3add9787ef8b h1:MkopKmomIfTd6HxlXygcF0SDEen/RxTfR9ihjiGsak4= -github.com/onflow/flow-core-contracts/lib/go/templates v1.4.1-0.20250121150329-3add9787ef8b/go.mod h1:pN768Al/wLRlf3bwugv9TyxniqJxMu4sxnX9eQJam64= +github.com/onflow/flow-core-contracts/lib/go/templates v1.5.1-0.20250211211929-30b3506dd97c h1:1Iwpl5klCysrDxRXJhQWzzvACWQlvxYXoza5tjhy6VQ= +github.com/onflow/flow-core-contracts/lib/go/templates v1.5.1-0.20250211211929-30b3506dd97c/go.mod h1:pN768Al/wLRlf3bwugv9TyxniqJxMu4sxnX9eQJam64= github.com/onflow/flow-ft/lib/go/contracts v1.0.1 h1:Ts5ob+CoCY2EjEd0W6vdLJ7hLL3SsEftzXG2JlmSe24= github.com/onflow/flow-ft/lib/go/contracts v1.0.1/go.mod h1:PwsL8fC81cjnUnTfmyL/HOIyHnyaw/JA474Wfj2tl6A= github.com/onflow/flow-ft/lib/go/templates v1.0.1 h1:FDYKAiGowABtoMNusLuRCILIZDtVqJ/5tYI4VkF5zfM= diff --git a/lib/go/test/go.mod b/lib/go/test/go.mod index aa36bfadd..cc2d55dc2 100644 --- a/lib/go/test/go.mod +++ b/lib/go/test/go.mod @@ -213,7 +213,7 @@ require ( // replaced by module version in this repo - disregard pinned version github.com/onflow/flow-core-contracts/lib/go/contracts v1.4.0 // replaced by module version in this repo - disregard pinned version - github.com/onflow/flow-core-contracts/lib/go/templates v1.4.1-0.20250121150329-3add9787ef8b + github.com/onflow/flow-core-contracts/lib/go/templates v1.5.1-0.20250211211929-30b3506dd97c ) replace github.com/onflow/flow-core-contracts/lib/go/contracts => ../contracts From 77c2cbce97744766527eb652bf23fdd78cbf9019 Mon Sep 17 00:00:00 2001 From: Josh Hannan Date: Wed, 12 Feb 2025 10:12:27 -0600 Subject: [PATCH 3/8] flesh out contract getter tests --- lib/go/contracts/contracts.go | 8 +- lib/go/contracts/contracts_test.go | 191 +++++++++++++++++++++-------- 2 files changed, 141 insertions(+), 58 deletions(-) diff --git a/lib/go/contracts/contracts.go b/lib/go/contracts/contracts.go index e1656f1ce..bf1e45dc2 100644 --- a/lib/go/contracts/contracts.go +++ b/lib/go/contracts/contracts.go @@ -294,6 +294,10 @@ func FlowContractAudits() []byte { return assets.MustAsset(flowContractAuditsFilename) } +func Crypto() []byte { + return assets.MustAsset(cryptoFilename) +} + /******************** Test contracts *********************/ // TESTFlowIDTableStaking returns the TestFlowIDTableStaking contract @@ -360,7 +364,3 @@ func TestFlowFees(fungibleTokenAddress, flowTokenAddress, storageFeesAddress str return []byte(code) } - -func Crypto() []byte { - return assets.MustAsset(cryptoFilename) -} diff --git a/lib/go/contracts/contracts_test.go b/lib/go/contracts/contracts_test.go index 3e9d783fb..634eea2e6 100644 --- a/lib/go/contracts/contracts_test.go +++ b/lib/go/contracts/contracts_test.go @@ -14,6 +14,43 @@ const ( fakeAddr = "0x0A" ) +// Sets all the env addresses to the fakeAddr so they will all be used +// to replace import placeholders in the tests +func SetAllAddresses(env *templates.Environment) { + env.FungibleTokenAddress = fakeAddr + env.EVMAddress = fakeAddr + env.ViewResolverAddress = fakeAddr + env.BurnerAddress = fakeAddr + env.NonFungibleTokenAddress = fakeAddr + env.MetadataViewsAddress = fakeAddr + env.CryptoAddress = fakeAddr + env.FlowFeesAddress = fakeAddr + env.FlowTokenAddress = fakeAddr + env.FungibleTokenMetadataViewsAddress = fakeAddr + env.StorageFeesAddress = fakeAddr + env.FungibleTokenSwitchboardAddress = fakeAddr + env.FlowTokenAddress = fakeAddr + env.IDTableAddress = fakeAddr + env.LockedTokensAddress = fakeAddr + env.StakingProxyAddress = fakeAddr + env.QuorumCertificateAddress = fakeAddr + env.DkgAddress = fakeAddr + env.EpochAddress = fakeAddr + env.StakingCollectionAddress = fakeAddr + env.FlowExecutionParametersAddress = fakeAddr + env.ServiceAccountAddress = fakeAddr + env.NodeVersionBeaconAddress = fakeAddr + env.RandomBeaconHistoryAddress = fakeAddr +} + +// Tests that a specific contract path should succeed when retrieving it +// and verifies that all the import placeholders have been replaced +func GetCadenceContractShouldSucceed(t *testing.T, contract string) { + assert.NotNil(t, contract) + assert.NotContains(t, string(contract), "import \"") + assert.NotContains(t, string(contract), "import 0x") +} + func TestFlowTokenContract(t *testing.T) { env := templates.Environment{ FungibleTokenAddress: fakeAddr, @@ -22,83 +59,129 @@ func TestFlowTokenContract(t *testing.T) { ViewResolverAddress: fakeAddr, BurnerAddress: fakeAddr, } - contract := contracts.FlowToken(env) - assert.NotContains(t, string(contract), "import \"") - assert.NotContains(t, string(contract), "import 0x") - assert.Contains(t, string(contract), "import FungibleToken from 0x") - assert.Contains(t, string(contract), "import FungibleTokenMetadataViews from 0x") - assert.Contains(t, string(contract), "import MetadataViews from 0x") - assert.NotNil(t, contract) + contract := string(contracts.FlowToken(env)) + GetCadenceContractShouldSucceed(t, contract) + assert.Contains(t, contract, "import FungibleToken from 0x") + assert.Contains(t, contract, "import FungibleTokenMetadataViews from 0x") + assert.Contains(t, contract, "import MetadataViews from 0x") } func TestFlowFeesContract(t *testing.T) { - env := templates.Environment{ - FungibleTokenAddress: fakeAddr, - FlowTokenAddress: fakeAddr, - StorageFeesAddress: fakeAddr, - } - contract := contracts.FlowFees(env) - assert.NotNil(t, contract) + env := templates.Environment{} + SetAllAddresses(&env) + contract := string(contracts.FlowFees(env)) + GetCadenceContractShouldSucceed(t, contract) + assert.Contains(t, contract, "import FungibleToken from 0x") + assert.Contains(t, contract, "import FlowToken from 0x") + assert.Contains(t, contract, "import FlowStorageFees from 0x") } func TestStorageFeesContract(t *testing.T) { - env := templates.Environment{ - FungibleTokenAddress: fakeAddr, - FlowTokenAddress: fakeAddr, - } - contract := contracts.FlowStorageFees(env) - assert.NotNil(t, contract) + env := templates.Environment{} + SetAllAddresses(&env) + contract := string(contracts.FlowStorageFees(env)) + GetCadenceContractShouldSucceed(t, contract) + assert.Contains(t, contract, "import FungibleToken from 0x") + assert.Contains(t, contract, "import FlowToken from 0x") } func TestFlowServiceAccountContract(t *testing.T) { - env := templates.Environment{ - FungibleTokenAddress: fakeAddr, - FlowTokenAddress: fakeAddr, - StorageFeesAddress: fakeAddr, - FlowFeesAddress: fakeAddr, - } - contract := contracts.FlowServiceAccount(env) - assert.NotNil(t, contract) + env := templates.Environment{} + SetAllAddresses(&env) + contract := string(contracts.FlowServiceAccount(env)) + GetCadenceContractShouldSucceed(t, contract) + assert.Contains(t, contract, "import FungibleToken from 0x") + assert.Contains(t, contract, "import FlowToken from 0x") + assert.Contains(t, contract, "import FlowStorageFees from 0x") + assert.Contains(t, contract, "import FlowFees from 0x") + assert.Contains(t, contract, "import FlowExecutionParameters from 0x") } func TestFlowIdentityTableContract(t *testing.T) { - env := templates.Environment{ - FungibleTokenAddress: fakeAddr, - FlowTokenAddress: fakeAddr, - BurnerAddress: fakeAddr, - FlowFeesAddress: fakeAddr, - } - contract := contracts.FlowIDTableStaking(env) - assert.NotNil(t, contract) + env := templates.Environment{} + SetAllAddresses(&env) + contract := string(contracts.FlowIDTableStaking(env)) + GetCadenceContractShouldSucceed(t, contract) + assert.Contains(t, contract, "import FungibleToken from 0x") + assert.Contains(t, contract, "import FlowToken from 0x") + assert.Contains(t, contract, "import Burner from 0x") + assert.Contains(t, contract, "import FlowFees from 0x") } func TestFlowQCContract(t *testing.T) { - contract := contracts.FlowQC() - assert.NotNil(t, contract) + contract := string(contracts.FlowQC()) + GetCadenceContractShouldSucceed(t, contract) +} + +func TestFlowDKG(t *testing.T) { + contract := string(contracts.FlowDKG()) + GetCadenceContractShouldSucceed(t, contract) +} + +func TestFlowEpoch(t *testing.T) { + env := templates.Environment{} + SetAllAddresses(&env) + contract := string(contracts.FlowEpoch(env)) + GetCadenceContractShouldSucceed(t, contract) + assert.Contains(t, contract, "import FungibleToken from 0x") + assert.Contains(t, contract, "import FlowToken from 0x") + assert.Contains(t, contract, "import FlowIDTableStaking from 0x") + assert.Contains(t, contract, "import FlowClusterQC from 0x") + assert.Contains(t, contract, "import FlowDKG from 0x") + assert.Contains(t, contract, "import FlowFees from 0x") +} + +func TestStakingProxy(t *testing.T) { + contract := string(contracts.FlowStakingProxy()) + GetCadenceContractShouldSucceed(t, contract) +} + +func TestLockedTokens(t *testing.T) { + env := templates.Environment{} + SetAllAddresses(&env) + contract := string(contracts.FlowLockedTokens(env)) + GetCadenceContractShouldSucceed(t, contract) + assert.Contains(t, contract, "import FungibleToken from 0x") + assert.Contains(t, contract, "import FlowToken from 0x") + assert.Contains(t, contract, "import FlowIDTableStaking from 0x") + assert.Contains(t, contract, "import FlowStorageFees from 0x") + assert.Contains(t, contract, "import StakingProxy from 0x") } func TestStakingCollection(t *testing.T) { - env := templates.Environment{ - FungibleTokenAddress: fakeAddr, - FlowTokenAddress: fakeAddr, - StorageFeesAddress: fakeAddr, - IDTableAddress: fakeAddr, - LockedTokensAddress: fakeAddr, - QuorumCertificateAddress: fakeAddr, - DkgAddress: fakeAddr, - EpochAddress: fakeAddr, - } - contract := contracts.FlowStakingCollection(env) - assert.NotNil(t, contract) + env := templates.Environment{} + SetAllAddresses(&env) + contract := string(contracts.FlowStakingCollection(env)) + GetCadenceContractShouldSucceed(t, contract) + assert.Contains(t, contract, "import FungibleToken from 0x") + assert.Contains(t, contract, "import FlowToken from 0x") + assert.Contains(t, contract, "import FlowIDTableStaking from 0x") + assert.Contains(t, contract, "import FlowClusterQC from 0x") + assert.Contains(t, contract, "import FlowDKG from 0x") + assert.Contains(t, contract, "import FlowEpoch from 0x") + assert.Contains(t, contract, "import FlowStorageFees from 0x") + assert.Contains(t, contract, "import Burner from 0x") + assert.Contains(t, contract, "import LockedTokens from 0x") } func TestNodeVersionBeacon(t *testing.T) { - contract := contracts.NodeVersionBeacon() - assert.NotNil(t, contract) + contract := string(contracts.NodeVersionBeacon()) + GetCadenceContractShouldSucceed(t, contract) } func TestCrypto(t *testing.T) { - contract := contracts.Crypto() + contract := string(contracts.Crypto()) + GetCadenceContractShouldSucceed(t, contract) +} - assert.NotNil(t, contract) +func TestFlowExecutionParameters(t *testing.T) { + env := templates.Environment{} + SetAllAddresses(&env) + contract := string(contracts.FlowExecutionParameters(env)) + GetCadenceContractShouldSucceed(t, contract) +} + +func TestRandomBeaconHistory(t *testing.T) { + contract := string(contracts.RandomBeaconHistory()) + GetCadenceContractShouldSucceed(t, contract) } From 0f1e4c9083c6eca83e2a091f8bf8f7d8c9ad8dd1 Mon Sep 17 00:00:00 2001 From: Josh Hannan Date: Wed, 12 Feb 2025 11:07:09 -0600 Subject: [PATCH 4/8] update nft version --- lib/go/contracts/go.mod | 2 +- lib/go/contracts/go.sum | 2 ++ lib/go/test/go.mod | 2 +- lib/go/test/go.sum | 4 ++-- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/lib/go/contracts/go.mod b/lib/go/contracts/go.mod index 886787b2e..00125058a 100644 --- a/lib/go/contracts/go.mod +++ b/lib/go/contracts/go.mod @@ -8,7 +8,7 @@ require ( github.com/kevinburke/go-bindata v3.24.0+incompatible github.com/onflow/flow-core-contracts/lib/go/templates v1.5.1-0.20250211211929-30b3506dd97c github.com/onflow/flow-ft/lib/go/contracts v1.0.1 - github.com/onflow/flow-nft/lib/go/contracts v1.2.2 + github.com/onflow/flow-nft/lib/go/contracts v1.2.3-0.20250212001645-6970cef66408 github.com/stretchr/testify v1.9.0 ) diff --git a/lib/go/contracts/go.sum b/lib/go/contracts/go.sum index 4b49680a3..c0f2f3858 100644 --- a/lib/go/contracts/go.sum +++ b/lib/go/contracts/go.sum @@ -231,6 +231,8 @@ github.com/onflow/flow-go-sdk v1.0.0-preview.54 h1:5GjCkyIyvE9KolOUUPTkGdEiV/8qO github.com/onflow/flow-go-sdk v1.0.0-preview.54/go.mod h1:u9oFiS25TpnU1EW62PQlq22jzkwBAj4VEiiCBM6nhHo= github.com/onflow/flow-nft/lib/go/contracts v1.2.2 h1:XFERNVUDGbZ4ViZjt7P1cGD80mO1PzUJYPfdhXFsGbQ= github.com/onflow/flow-nft/lib/go/contracts v1.2.2/go.mod h1:eZ9VMMNfCq0ho6kV25xJn1kXeCfxnkhj3MwF3ed08gY= +github.com/onflow/flow-nft/lib/go/contracts v1.2.3-0.20250212001645-6970cef66408 h1:+p7ksrxM0ynqRa+DhS47WlzNOWaBxd8YAiVAw8N6Dpc= +github.com/onflow/flow-nft/lib/go/contracts v1.2.3-0.20250212001645-6970cef66408/go.mod h1:eZ9VMMNfCq0ho6kV25xJn1kXeCfxnkhj3MwF3ed08gY= github.com/onflow/flow-nft/lib/go/templates v1.2.1 h1:SAALMZPDw9Eb9p5kSLnmnFxjyig1MLiT4JUlLp0/bSE= github.com/onflow/flow-nft/lib/go/templates v1.2.1/go.mod h1:W6hOWU0xltPqNpv9gQX8Pj8Jtf0OmRxc1XX2V0kzJaI= github.com/onflow/flow/protobuf/go/flow v0.4.3 h1:gdY7Ftto8dtU+0wI+6ZgW4oE+z0DSDUMIDwVx8mqae8= diff --git a/lib/go/test/go.mod b/lib/go/test/go.mod index cc2d55dc2..fb0f8c868 100644 --- a/lib/go/test/go.mod +++ b/lib/go/test/go.mod @@ -129,7 +129,7 @@ require ( github.com/onflow/bridged-usdc/lib/go/contracts v1.0.0 // indirect github.com/onflow/flow-ft/lib/go/contracts v1.0.1 // indirect github.com/onflow/flow-ft/lib/go/templates v1.0.1 // indirect - github.com/onflow/flow-nft/lib/go/contracts v1.2.2 // indirect + github.com/onflow/flow-nft/lib/go/contracts v1.2.3-0.20250212001645-6970cef66408 // indirect github.com/onflow/flow-nft/lib/go/templates v1.2.1 // indirect github.com/onflow/flow/protobuf/go/flow v0.4.7 // indirect github.com/onflow/go-ethereum v1.14.7 // indirect diff --git a/lib/go/test/go.sum b/lib/go/test/go.sum index 4127c564f..e7085bb46 100644 --- a/lib/go/test/go.sum +++ b/lib/go/test/go.sum @@ -582,8 +582,8 @@ github.com/onflow/flow-go v0.38.0-util.0.20250130182921-c8d283b60d12 h1:RUmzt0En github.com/onflow/flow-go v0.38.0-util.0.20250130182921-c8d283b60d12/go.mod h1:bXxLlDLhyMj05TGYWFJdKTZdySShJMT0eqgommYq48w= github.com/onflow/flow-go-sdk v1.3.1 h1:2YdTL/R1/DjMYYmyKgArTeQ93GKvLlfCeCpMVH7b8q4= github.com/onflow/flow-go-sdk v1.3.1/go.mod h1:0rMuCLShdX9F4pLBCPhlMGCFu8gu9SfiXT/Lc9qAi24= -github.com/onflow/flow-nft/lib/go/contracts v1.2.2 h1:XFERNVUDGbZ4ViZjt7P1cGD80mO1PzUJYPfdhXFsGbQ= -github.com/onflow/flow-nft/lib/go/contracts v1.2.2/go.mod h1:eZ9VMMNfCq0ho6kV25xJn1kXeCfxnkhj3MwF3ed08gY= +github.com/onflow/flow-nft/lib/go/contracts v1.2.3-0.20250212001645-6970cef66408 h1:+p7ksrxM0ynqRa+DhS47WlzNOWaBxd8YAiVAw8N6Dpc= +github.com/onflow/flow-nft/lib/go/contracts v1.2.3-0.20250212001645-6970cef66408/go.mod h1:eZ9VMMNfCq0ho6kV25xJn1kXeCfxnkhj3MwF3ed08gY= github.com/onflow/flow-nft/lib/go/templates v1.2.1 h1:SAALMZPDw9Eb9p5kSLnmnFxjyig1MLiT4JUlLp0/bSE= github.com/onflow/flow-nft/lib/go/templates v1.2.1/go.mod h1:W6hOWU0xltPqNpv9gQX8Pj8Jtf0OmRxc1XX2V0kzJaI= github.com/onflow/flow/protobuf/go/flow v0.4.7 h1:iP6DFx4wZ3ETORsyeqzHu7neFT3d1CXF6wdK+AOOjmc= From 8e91ea21785f6ba3faf29ed1096f3ae1c1585c66 Mon Sep 17 00:00:00 2001 From: Josh Hannan Date: Wed, 12 Feb 2025 14:06:12 -0600 Subject: [PATCH 5/8] update to tagged nft version and add cross VM views getter --- lib/go/contracts/contracts.go | 4 ++++ lib/go/contracts/go.mod | 2 +- lib/go/contracts/go.sum | 2 ++ lib/go/test/go.mod | 2 +- lib/go/test/go.sum | 4 ++-- 5 files changed, 10 insertions(+), 4 deletions(-) diff --git a/lib/go/contracts/contracts.go b/lib/go/contracts/contracts.go index bf1e45dc2..3d5560a8f 100644 --- a/lib/go/contracts/contracts.go +++ b/lib/go/contracts/contracts.go @@ -111,6 +111,10 @@ func MetadataViews(env templates.Environment) []byte { return nftcontracts.MetadataViews(env.FungibleTokenAddress, env.NonFungibleTokenAddress, env.ViewResolverAddress) } +func CrossVMMetadataViews(env templates.Environment) []byte { + return nftcontracts.CrossVMMetadataViews(env.ViewResolverAddress, env.EVMAddress) +} + // FlowToken returns the FlowToken contract. // // The returned contract will import the FungibleToken contract from the specified address. diff --git a/lib/go/contracts/go.mod b/lib/go/contracts/go.mod index 00125058a..d8fd37f87 100644 --- a/lib/go/contracts/go.mod +++ b/lib/go/contracts/go.mod @@ -8,7 +8,7 @@ require ( github.com/kevinburke/go-bindata v3.24.0+incompatible github.com/onflow/flow-core-contracts/lib/go/templates v1.5.1-0.20250211211929-30b3506dd97c github.com/onflow/flow-ft/lib/go/contracts v1.0.1 - github.com/onflow/flow-nft/lib/go/contracts v1.2.3-0.20250212001645-6970cef66408 + github.com/onflow/flow-nft/lib/go/contracts v1.2.3 github.com/stretchr/testify v1.9.0 ) diff --git a/lib/go/contracts/go.sum b/lib/go/contracts/go.sum index c0f2f3858..9f794285e 100644 --- a/lib/go/contracts/go.sum +++ b/lib/go/contracts/go.sum @@ -233,6 +233,8 @@ github.com/onflow/flow-nft/lib/go/contracts v1.2.2 h1:XFERNVUDGbZ4ViZjt7P1cGD80m github.com/onflow/flow-nft/lib/go/contracts v1.2.2/go.mod h1:eZ9VMMNfCq0ho6kV25xJn1kXeCfxnkhj3MwF3ed08gY= github.com/onflow/flow-nft/lib/go/contracts v1.2.3-0.20250212001645-6970cef66408 h1:+p7ksrxM0ynqRa+DhS47WlzNOWaBxd8YAiVAw8N6Dpc= github.com/onflow/flow-nft/lib/go/contracts v1.2.3-0.20250212001645-6970cef66408/go.mod h1:eZ9VMMNfCq0ho6kV25xJn1kXeCfxnkhj3MwF3ed08gY= +github.com/onflow/flow-nft/lib/go/contracts v1.2.3 h1:4ju20g1xgDKWBT63rOj5f/Sa4Lc+naCSWT4p31x9yQk= +github.com/onflow/flow-nft/lib/go/contracts v1.2.3/go.mod h1:eZ9VMMNfCq0ho6kV25xJn1kXeCfxnkhj3MwF3ed08gY= github.com/onflow/flow-nft/lib/go/templates v1.2.1 h1:SAALMZPDw9Eb9p5kSLnmnFxjyig1MLiT4JUlLp0/bSE= github.com/onflow/flow-nft/lib/go/templates v1.2.1/go.mod h1:W6hOWU0xltPqNpv9gQX8Pj8Jtf0OmRxc1XX2V0kzJaI= github.com/onflow/flow/protobuf/go/flow v0.4.3 h1:gdY7Ftto8dtU+0wI+6ZgW4oE+z0DSDUMIDwVx8mqae8= diff --git a/lib/go/test/go.mod b/lib/go/test/go.mod index fb0f8c868..b4d1ba757 100644 --- a/lib/go/test/go.mod +++ b/lib/go/test/go.mod @@ -129,7 +129,7 @@ require ( github.com/onflow/bridged-usdc/lib/go/contracts v1.0.0 // indirect github.com/onflow/flow-ft/lib/go/contracts v1.0.1 // indirect github.com/onflow/flow-ft/lib/go/templates v1.0.1 // indirect - github.com/onflow/flow-nft/lib/go/contracts v1.2.3-0.20250212001645-6970cef66408 // indirect + github.com/onflow/flow-nft/lib/go/contracts v1.2.3 // indirect github.com/onflow/flow-nft/lib/go/templates v1.2.1 // indirect github.com/onflow/flow/protobuf/go/flow v0.4.7 // indirect github.com/onflow/go-ethereum v1.14.7 // indirect diff --git a/lib/go/test/go.sum b/lib/go/test/go.sum index e7085bb46..12c48d021 100644 --- a/lib/go/test/go.sum +++ b/lib/go/test/go.sum @@ -582,8 +582,8 @@ github.com/onflow/flow-go v0.38.0-util.0.20250130182921-c8d283b60d12 h1:RUmzt0En github.com/onflow/flow-go v0.38.0-util.0.20250130182921-c8d283b60d12/go.mod h1:bXxLlDLhyMj05TGYWFJdKTZdySShJMT0eqgommYq48w= github.com/onflow/flow-go-sdk v1.3.1 h1:2YdTL/R1/DjMYYmyKgArTeQ93GKvLlfCeCpMVH7b8q4= github.com/onflow/flow-go-sdk v1.3.1/go.mod h1:0rMuCLShdX9F4pLBCPhlMGCFu8gu9SfiXT/Lc9qAi24= -github.com/onflow/flow-nft/lib/go/contracts v1.2.3-0.20250212001645-6970cef66408 h1:+p7ksrxM0ynqRa+DhS47WlzNOWaBxd8YAiVAw8N6Dpc= -github.com/onflow/flow-nft/lib/go/contracts v1.2.3-0.20250212001645-6970cef66408/go.mod h1:eZ9VMMNfCq0ho6kV25xJn1kXeCfxnkhj3MwF3ed08gY= +github.com/onflow/flow-nft/lib/go/contracts v1.2.3 h1:4ju20g1xgDKWBT63rOj5f/Sa4Lc+naCSWT4p31x9yQk= +github.com/onflow/flow-nft/lib/go/contracts v1.2.3/go.mod h1:eZ9VMMNfCq0ho6kV25xJn1kXeCfxnkhj3MwF3ed08gY= github.com/onflow/flow-nft/lib/go/templates v1.2.1 h1:SAALMZPDw9Eb9p5kSLnmnFxjyig1MLiT4JUlLp0/bSE= github.com/onflow/flow-nft/lib/go/templates v1.2.1/go.mod h1:W6hOWU0xltPqNpv9gQX8Pj8Jtf0OmRxc1XX2V0kzJaI= github.com/onflow/flow/protobuf/go/flow v0.4.7 h1:iP6DFx4wZ3ETORsyeqzHu7neFT3d1CXF6wdK+AOOjmc= From 62a174d53561f34302efd24778c0b14180c6eb60 Mon Sep 17 00:00:00 2001 From: Josh Hannan Date: Fri, 14 Feb 2025 11:57:22 -0600 Subject: [PATCH 6/8] update to tagged versions --- lib/go/contracts/go.mod | 2 +- lib/go/contracts/go.sum | 8 ++------ lib/go/test/go.mod | 4 ++-- 3 files changed, 5 insertions(+), 9 deletions(-) diff --git a/lib/go/contracts/go.mod b/lib/go/contracts/go.mod index d8fd37f87..65e8d8776 100644 --- a/lib/go/contracts/go.mod +++ b/lib/go/contracts/go.mod @@ -6,7 +6,7 @@ toolchain go1.22.4 require ( github.com/kevinburke/go-bindata v3.24.0+incompatible - github.com/onflow/flow-core-contracts/lib/go/templates v1.5.1-0.20250211211929-30b3506dd97c + github.com/onflow/flow-core-contracts/lib/go/templates v1.5.1-preview github.com/onflow/flow-ft/lib/go/contracts v1.0.1 github.com/onflow/flow-nft/lib/go/contracts v1.2.3 github.com/stretchr/testify v1.9.0 diff --git a/lib/go/contracts/go.sum b/lib/go/contracts/go.sum index 9f794285e..6bf5a3d87 100644 --- a/lib/go/contracts/go.sum +++ b/lib/go/contracts/go.sum @@ -221,18 +221,14 @@ github.com/onflow/cadence v1.0.0-preview.51 h1:L+toCS2Sw9bsExc2PxeNMmAK96fn2LdTO github.com/onflow/cadence v1.0.0-preview.51/go.mod h1:7wvvecnAZtYOspLOS3Lh+FuAmMeSrXhAWiycC3kQ1UU= github.com/onflow/crypto v0.25.1 h1:0txy2PKPMM873JbpxQNbJmuOJtD56bfs48RQfm0ts5A= github.com/onflow/crypto v0.25.1/go.mod h1:C8FbaX0x8y+FxWjbkHy0Q4EASCDR9bSPWZqlpCLYyVI= -github.com/onflow/flow-core-contracts/lib/go/templates v1.5.1-0.20250211211929-30b3506dd97c h1:1Iwpl5klCysrDxRXJhQWzzvACWQlvxYXoza5tjhy6VQ= -github.com/onflow/flow-core-contracts/lib/go/templates v1.5.1-0.20250211211929-30b3506dd97c/go.mod h1:pN768Al/wLRlf3bwugv9TyxniqJxMu4sxnX9eQJam64= +github.com/onflow/flow-core-contracts/lib/go/templates v1.5.1-preview h1:C0PraQFfwpav4nJAf/RPE9BJyYD6lUMvt+cJyiMDeis= +github.com/onflow/flow-core-contracts/lib/go/templates v1.5.1-preview/go.mod h1:pN768Al/wLRlf3bwugv9TyxniqJxMu4sxnX9eQJam64= github.com/onflow/flow-ft/lib/go/contracts v1.0.1 h1:Ts5ob+CoCY2EjEd0W6vdLJ7hLL3SsEftzXG2JlmSe24= github.com/onflow/flow-ft/lib/go/contracts v1.0.1/go.mod h1:PwsL8fC81cjnUnTfmyL/HOIyHnyaw/JA474Wfj2tl6A= github.com/onflow/flow-ft/lib/go/templates v1.0.1 h1:FDYKAiGowABtoMNusLuRCILIZDtVqJ/5tYI4VkF5zfM= github.com/onflow/flow-ft/lib/go/templates v1.0.1/go.mod h1:uQ8XFqmMK2jxyBSVrmyuwdWjTEb+6zGjRYotfDJ5pAE= github.com/onflow/flow-go-sdk v1.0.0-preview.54 h1:5GjCkyIyvE9KolOUUPTkGdEiV/8qOe1MGnLHOLBmthA= github.com/onflow/flow-go-sdk v1.0.0-preview.54/go.mod h1:u9oFiS25TpnU1EW62PQlq22jzkwBAj4VEiiCBM6nhHo= -github.com/onflow/flow-nft/lib/go/contracts v1.2.2 h1:XFERNVUDGbZ4ViZjt7P1cGD80mO1PzUJYPfdhXFsGbQ= -github.com/onflow/flow-nft/lib/go/contracts v1.2.2/go.mod h1:eZ9VMMNfCq0ho6kV25xJn1kXeCfxnkhj3MwF3ed08gY= -github.com/onflow/flow-nft/lib/go/contracts v1.2.3-0.20250212001645-6970cef66408 h1:+p7ksrxM0ynqRa+DhS47WlzNOWaBxd8YAiVAw8N6Dpc= -github.com/onflow/flow-nft/lib/go/contracts v1.2.3-0.20250212001645-6970cef66408/go.mod h1:eZ9VMMNfCq0ho6kV25xJn1kXeCfxnkhj3MwF3ed08gY= github.com/onflow/flow-nft/lib/go/contracts v1.2.3 h1:4ju20g1xgDKWBT63rOj5f/Sa4Lc+naCSWT4p31x9yQk= github.com/onflow/flow-nft/lib/go/contracts v1.2.3/go.mod h1:eZ9VMMNfCq0ho6kV25xJn1kXeCfxnkhj3MwF3ed08gY= github.com/onflow/flow-nft/lib/go/templates v1.2.1 h1:SAALMZPDw9Eb9p5kSLnmnFxjyig1MLiT4JUlLp0/bSE= diff --git a/lib/go/test/go.mod b/lib/go/test/go.mod index b4d1ba757..ea75f9175 100644 --- a/lib/go/test/go.mod +++ b/lib/go/test/go.mod @@ -211,9 +211,9 @@ require ( require ( // replaced by module version in this repo - disregard pinned version - github.com/onflow/flow-core-contracts/lib/go/contracts v1.4.0 + github.com/onflow/flow-core-contracts/lib/go/contracts v1.5.1-preview // replaced by module version in this repo - disregard pinned version - github.com/onflow/flow-core-contracts/lib/go/templates v1.5.1-0.20250211211929-30b3506dd97c + github.com/onflow/flow-core-contracts/lib/go/templates v1.5.1-preview ) replace github.com/onflow/flow-core-contracts/lib/go/contracts => ../contracts From 16e09f97bb7e23f326610b602c831e080f816cb9 Mon Sep 17 00:00:00 2001 From: Josh Hannan Date: Fri, 14 Feb 2025 14:23:40 -0600 Subject: [PATCH 7/8] update package to replace both formats to get tests passing --- lib/go/contracts/contracts.go | 51 +++++++++++++++-------------------- lib/go/templates/templates.go | 18 +++++++++---- 2 files changed, 35 insertions(+), 34 deletions(-) diff --git a/lib/go/contracts/contracts.go b/lib/go/contracts/contracts.go index 3d5560a8f..d917bc15e 100644 --- a/lib/go/contracts/contracts.go +++ b/lib/go/contracts/contracts.go @@ -193,12 +193,11 @@ func FlowServiceAccount(env templates.Environment) []byte { code := assets.MustAssetString(flowServiceAccountFilename) if env.FlowExecutionParametersAddress == "" { - // Remove the import of FlowExecutionParameters code = strings.ReplaceAll( code, - "import FlowExecutionParameters from \"FlowExecutionParameters\"", - "//import FlowExecutionParameters from \"FlowExecutionParameters\"", + "import \"FlowExecutionParameters\"", + "//import \"FlowExecutionParameters\"", ) // Replace the metering getter functions @@ -328,16 +327,20 @@ func TESTFlowStakingCollection( ) []byte { code := assets.MustAssetString(flowStakingCollectionFilename) - code = strings.ReplaceAll(code, placeholderFungibleTokenAddress, withHexPrefix(fungibleTokenAddress)) - code = strings.ReplaceAll(code, placeholderBurnerAddress, withHexPrefix(storageFeesAddress)) - code = strings.ReplaceAll(code, placeholderFlowTokenAddress, withHexPrefix(flowTokenAddress)) - code = strings.ReplaceAll(code, placeholderIDTableAddress, withHexPrefix(idTableAddress)) - code = strings.ReplaceAll(code, placeholderStakingProxyAddress, withHexPrefix(stakingProxyAddress)) - code = strings.ReplaceAll(code, placeholderLockedTokensAddress, withHexPrefix(lockedTokensAddress)) - code = strings.ReplaceAll(code, placeholderStorageFeesAddress, withHexPrefix(storageFeesAddress)) - code = strings.ReplaceAll(code, placeholderQCAddr, withHexPrefix(qcAddress)) - code = strings.ReplaceAll(code, placeholderDKGAddr, withHexPrefix(dkgAddress)) - code = strings.ReplaceAll(code, placeholderEpochAddr, withHexPrefix(epochAddress)) + env := templates.Environment{ + FungibleTokenAddress: fungibleTokenAddress, + FlowTokenAddress: flowTokenAddress, + IDTableAddress: idTableAddress, + StakingProxyAddress: stakingProxyAddress, + LockedTokensAddress: lockedTokensAddress, + StorageFeesAddress: storageFeesAddress, + QuorumCertificateAddress: qcAddress, + DkgAddress: dkgAddress, + EpochAddress: epochAddress, + BurnerAddress: storageFeesAddress, + } + + code = templates.ReplaceAddresses(code, env) code = strings.ReplaceAll(code, "access(self) fun getTokens", "access(all) fun getTokens") code = strings.ReplaceAll(code, "access(self) fun depositTokens", "access(all) fun depositTokens") @@ -348,23 +351,13 @@ func TESTFlowStakingCollection( func TestFlowFees(fungibleTokenAddress, flowTokenAddress, storageFeesAddress string) []byte { code := assets.MustAssetString(flowFeesFilename) - code = strings.ReplaceAll( - code, - placeholderFungibleTokenAddress, - withHexPrefix(fungibleTokenAddress), - ) - - code = strings.ReplaceAll( - code, - placeholderFlowTokenAddress, - withHexPrefix(flowTokenAddress), - ) + env := templates.Environment{ + FungibleTokenAddress: fungibleTokenAddress, + FlowTokenAddress: flowTokenAddress, + StorageFeesAddress: storageFeesAddress, + } - code = strings.ReplaceAll( - code, - placeholderStorageFeesAddress, - withHexPrefix(storageFeesAddress), - ) + code = templates.ReplaceAddresses(code, env) return []byte(code) } diff --git a/lib/go/templates/templates.go b/lib/go/templates/templates.go index ccc9eacac..fa8f9efe7 100644 --- a/lib/go/templates/templates.go +++ b/lib/go/templates/templates.go @@ -81,11 +81,19 @@ func ReplaceAddress(code, placeholder, replacement string) string { placeholderWithoutQuotes := placeholder[1 : len(placeholder)-1] if len(replacement) > 0 { - code = strings.ReplaceAll( - code, - placeholder, - placeholderWithoutQuotes+" from "+withHexPrefix(replacement), - ) + if strings.Contains(code, placeholderWithoutQuotes+" from "+placeholder) { + code = strings.ReplaceAll( + code, + placeholder, + withHexPrefix(replacement), + ) + } else { + code = strings.ReplaceAll( + code, + placeholder, + placeholderWithoutQuotes+" from "+withHexPrefix(replacement), + ) + } } return code } From 5a4acb8609f9e897150f17fb45e5139dbd4b6351 Mon Sep 17 00:00:00 2001 From: Josh Hannan Date: Tue, 18 Feb 2025 10:18:26 -0600 Subject: [PATCH 8/8] rebase and update new transasctions --- lib/go/templates/internal/assets/assets.go | 30 +++++++++---------- .../FlowServiceAccount/deposit_fees.cdc | 6 ++-- .../set_tx_fee_parameters.cdc | 2 +- .../dkg/send_empty_final_submission.cdc | 2 +- transactions/epoch/admin/recover_epoch.cdc | 6 ++-- .../admin/set_protocol_state_version.cdc | 2 +- 6 files changed, 24 insertions(+), 24 deletions(-) diff --git a/lib/go/templates/internal/assets/assets.go b/lib/go/templates/internal/assets/assets.go index 23998ff7f..74d3fdc45 100644 --- a/lib/go/templates/internal/assets/assets.go +++ b/lib/go/templates/internal/assets/assets.go @@ -1,7 +1,7 @@ // Code generated by go-bindata. DO NOT EDIT. // sources: // FlowServiceAccount/add_account_creator.cdc (564B) -// FlowServiceAccount/deposit_fees.cdc (871B) +// FlowServiceAccount/deposit_fees.cdc (823B) // FlowServiceAccount/remove_account_creator.cdc (566B) // FlowServiceAccount/scripts/get_account_creators.cdc (117B) // FlowServiceAccount/scripts/get_account_fee.cdc (112B) @@ -17,7 +17,7 @@ // FlowServiceAccount/set_execution_memory_limit.cdc (287B) // FlowServiceAccount/set_execution_memory_weights.cdc (315B) // FlowServiceAccount/set_is_account_creation_restricted.cdc (585B) -// FlowServiceAccount/set_tx_fee_parameters.cdc (622B) +// FlowServiceAccount/set_tx_fee_parameters.cdc (608B) // FlowServiceAccount/set_tx_fee_surge_factor.cdc (467B) // accounts/add_key.cdc (1.407kB) // accounts/create_new_account.cdc (1.248kB) @@ -40,7 +40,7 @@ // dkg/scripts/get_node_is_registered.cdc (115B) // dkg/scripts/get_thresholds.cdc (432B) // dkg/scripts/get_whiteboard_messages.cdc (107B) -// dkg/send_empty_final_submission.cdc (1.048kB) +// dkg/send_empty_final_submission.cdc (1.035kB) // dkg/send_final_submission.cdc (1.059kB) // dkg/send_whiteboard_message.cdc (399B) // epoch/admin/advance_view.cdc (600B) @@ -48,7 +48,7 @@ // epoch/admin/deploy_epoch.cdc (1.173kB) // epoch/admin/deploy_qc_dkg.cdc (310B) // epoch/admin/pay_rewards.cdc (458B) -// epoch/admin/recover_epoch.cdc (3.766kB) +// epoch/admin/recover_epoch.cdc (3.708kB) // epoch/admin/reset_epoch.cdc (1.627kB) // epoch/admin/set_automatic_rewards.cdc (361B) // epoch/admin/set_bonus_tokens.cdc (624B) @@ -218,7 +218,7 @@ // nodeVersionBeacon/admin/change_version_freeze_period.cdc (780B) // nodeVersionBeacon/admin/delete_version_boundary.cdc (805B) // nodeVersionBeacon/admin/heartbeat.cdc (605B) -// nodeVersionBeacon/admin/set_protocol_state_version.cdc (1.058kB) +// nodeVersionBeacon/admin/set_protocol_state_version.cdc (1.035kB) // nodeVersionBeacon/admin/set_version_boundary.cdc (1.397kB) // nodeVersionBeacon/scripts/get_current_node_version.cdc (214B) // nodeVersionBeacon/scripts/get_current_node_version_as_string.cdc (241B) @@ -388,7 +388,7 @@ func flowserviceaccountAdd_account_creatorCdc() (*asset, error) { return a, nil } -var _flowserviceaccountDeposit_feesCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x92\x4f\x8f\x94\x40\x10\xc5\xcf\xcb\xa7\x78\x72\x58\xe1\xb0\x70\x31\x1e\x26\xa3\xeb\xbf\x8c\x77\xb3\xae\xe7\x1e\x28\xa0\x23\xd3\x45\xaa\x0b\x59\x33\xd9\xef\x6e\x68\x68\x5c\xe2\xc1\x13\xa1\xfa\xd5\xab\x5f\xfd\xb1\x97\x81\x45\x71\x1a\x5d\x6b\xcf\x3d\x3d\xf0\x4f\x72\x68\x84\x2f\x48\x77\xb1\x34\x89\xca\x9e\xa7\x9d\x2a\xfe\xef\x14\x27\x22\xff\x42\x30\xff\xa6\x49\x52\x96\xf8\x42\x03\x7b\xab\xd0\x39\xc5\x43\x19\xda\xd1\xdf\x94\x47\x33\xf6\x3a\xeb\xd8\xf5\xbf\xd1\xb0\x40\xc9\xab\x75\x6d\x92\xa8\x18\xe7\x4d\xa5\x96\x5d\x66\x2e\x3c\x3a\x3d\xe0\xfb\xc9\x3e\xbd\x7d\x93\xe3\x9a\x24\x00\x50\x96\x78\xe8\x68\x31\x81\x90\xe7\x51\x2a\x82\x76\x46\xd1\x71\x5f\xfb\x50\x2b\x56\x9e\xa3\x46\x08\x67\xb2\xae\x45\x70\x6f\x48\x84\xea\x60\xd5\x93\xc2\x93\xd3\xe0\x75\xc0\x87\xeb\x6e\x1a\x45\x08\x3f\x2f\x55\x07\xa1\xc1\x08\x65\xde\xb6\x8e\xe4\x00\x33\x6a\x97\x7d\x62\x11\x9e\x1e\x4d\x3f\x52\x8e\xdb\x8f\x55\x35\x03\x6f\xa0\x2b\xec\x57\x52\x18\x08\x35\x24\xe4\x66\xd2\x65\x1a\x8b\xd1\x6b\x0f\xaf\x2c\x54\xe3\x57\x18\x4a\xcc\x9b\xc9\x42\xe4\x1b\x35\x78\xb7\x8a\x8b\x59\x6a\x5a\x2a\xce\xa1\xee\x31\x30\xec\x91\x7f\x58\xed\x6a\x31\x53\x8e\xdb\x6d\x67\x4b\x1f\xef\xb3\x79\x53\x07\x94\xab\x49\xd9\xc4\xf7\xf0\x9c\x27\x37\x37\x37\xf7\xf7\x18\x8c\xb3\x55\x96\x7e\xe6\xb1\xaf\xe1\x58\xb1\xd4\xfa\x97\x9f\xa7\x05\x3f\x64\xbf\x4a\xf3\x5d\xcf\x11\x23\xee\x21\x1c\xc9\xff\xbb\xf6\xd4\x37\xc5\xb6\x10\x1c\xef\xb6\x19\x14\xd3\xea\xb8\x5d\xc5\xf2\xcd\x43\xee\xba\x23\x7a\xa2\x6a\x54\xc2\xf5\x25\xca\x76\x8b\x1d\x21\x9a\xb8\xc8\x65\xdd\xfe\x32\xf7\x38\x31\x5c\xd4\x8b\xc7\x3a\xc1\xe3\xdd\x9e\x33\x32\x3c\xff\x09\x00\x00\xff\xff\xbb\x16\x8b\x19\x67\x03\x00\x00" +var _flowserviceaccountDeposit_feesCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x92\x3d\x8f\x9c\x4c\x10\x84\xe3\xe5\x57\xd4\x4b\x70\x2f\x04\x07\x89\xe5\x60\xb5\xf6\xf9\x4b\xeb\xdc\x3a\x9f\xe3\x59\x68\x60\x64\x76\x1a\xf5\x34\xe6\xac\xd5\xfd\x77\x8b\x81\x41\x46\x76\xe0\x08\xa9\xe8\xa9\x7a\xfa\xc3\x5e\x07\x16\x45\x7a\x1e\x5d\x6b\x2f\x3d\x3d\xf2\x77\x72\x69\xb2\xc9\x3d\x4f\x7f\x91\xce\x44\x3e\x4d\x92\xb2\xc4\x27\x1a\xd8\x5b\x85\xce\x45\x1e\xca\xd0\x8e\x10\x6b\xf0\x64\xc6\x5e\xe7\x3a\x76\xfd\x4f\x34\x2c\x50\xf2\x6a\x5d\x9b\x24\x2a\xc6\x79\x53\xa9\x65\x97\x99\x2b\x8f\x4e\x8f\xf8\x7a\xb6\xcf\xaf\x5f\xe5\xb8\x25\x09\x00\x94\x25\x1e\x3b\x5a\x4c\x20\xe4\x79\x94\x8a\xa0\x9d\x51\x74\xdc\xd7\x3e\x64\xc5\xe4\x59\x35\x42\xb8\x90\x75\x2d\x82\x7b\x43\x22\x54\x07\xab\x9e\x14\x9e\x9c\x06\xaf\x23\xde\xdd\x76\x0d\x17\x41\x7e\x59\x52\x07\xa1\xc1\x08\x65\xde\xb6\x8e\xe4\x08\x33\x6a\x97\x7d\x60\x11\x9e\x9e\x4c\x3f\x52\x8e\xbb\xf7\x55\x35\x03\x6f\xa0\x2b\xec\x67\x52\x18\x08\x35\x24\xe4\x66\xd2\x65\x1a\x8b\xd1\xff\x1e\x5e\x59\xa8\xc6\x8f\x30\x94\xf8\x6e\x26\x0b\xca\x17\x6a\xf0\x66\x2d\x2e\xe6\x52\xd3\x52\x71\x09\xb9\xa7\xc0\xb0\x47\xfe\x66\xb5\xab\xc5\x4c\x39\xee\xb6\x2d\x2d\x7d\xbc\xcd\x1a\xe1\xeb\x11\xe5\x6a\x52\x36\xf1\x7f\xf8\x9d\x27\x87\xc3\xe1\xe1\x01\x83\x71\xb6\xca\xd2\x8f\x3c\xf6\x35\x1c\x2b\x96\xac\x3f\xf9\x79\x5a\xf0\xc3\xeb\xff\xd2\x7c\xd7\x73\xc4\x88\x7b\x98\xa3\xff\xa1\x6b\x4f\x7d\x53\x6c\x0b\xc1\xe9\x7e\x9b\x41\x31\xad\x8e\xdb\x55\x2c\xdf\x3c\xbc\x5d\x77\x44\xcf\x54\x8d\x4a\xb8\xfd\x8e\xb2\xdd\x62\x47\x88\x26\x2e\x72\x59\xb7\xbf\xcc\x3d\x4e\x94\x8b\x7a\xf1\x58\x27\x78\xba\xdf\x73\x46\x86\x97\x5f\x01\x00\x00\xff\xff\xfb\xdb\x1b\x5b\x37\x03\x00\x00" func flowserviceaccountDeposit_feesCdcBytes() ([]byte, error) { return bindataRead( @@ -404,7 +404,7 @@ func flowserviceaccountDeposit_feesCdc() (*asset, error) { } info := bindataFileInfo{name: "FlowServiceAccount/deposit_fees.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x7d, 0x52, 0x74, 0xf2, 0x10, 0x54, 0xe7, 0x92, 0xfb, 0xd8, 0xeb, 0x33, 0x4f, 0x97, 0x24, 0x5, 0xe9, 0x43, 0xe, 0x3e, 0x92, 0xa, 0xbe, 0x33, 0xf9, 0xca, 0x6b, 0xe9, 0xf5, 0xb4, 0x56, 0x9}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x2f, 0x3f, 0xf7, 0xe, 0xc7, 0x3a, 0xea, 0x6b, 0xbb, 0xb, 0xfd, 0x70, 0x4c, 0x25, 0x66, 0x71, 0xb4, 0x8d, 0xc8, 0x52, 0xa8, 0x8b, 0x26, 0xe1, 0x12, 0xaa, 0x6a, 0x22, 0x4c, 0x50, 0xf5, 0x1e}} return a, nil } @@ -708,7 +708,7 @@ func flowserviceaccountSet_is_account_creation_restrictedCdc() (*asset, error) { return a, nil } -var _flowserviceaccountSet_tx_fee_parametersCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\x91\xcf\x6a\xf3\x30\x10\xc4\xcf\xd2\x53\x2c\x3e\x04\x1b\x3e\xec\xcb\x47\x0f\xa6\x6d\x48\x4b\x7d\xee\xa1\xe9\x5d\x51\xd7\x89\xc0\xd6\x9a\xdd\x15\x09\x94\xbc\x7b\x89\xf3\xb7\xe0\xf4\xa8\xd9\xd5\x6f\x86\x9d\xd0\x0f\xc4\x0a\x4d\x47\xdb\x06\x51\xa0\x65\xea\x21\x3b\x3f\x33\x6b\xab\x0a\x3e\x36\x41\x40\xd9\x45\x71\x5e\x03\x45\x10\x54\x01\xdd\xe0\xf5\xdb\xe0\xd8\xf5\xa8\xc8\x62\x6f\x16\x73\x49\xbc\xc6\xc6\x79\x25\xae\x61\xd9\x84\xdd\xc3\xff\x7f\x10\xa2\xef\x92\x04\x8a\x6f\x6d\x4b\xac\xaf\x24\x7a\x1d\xe2\x0e\x7d\xd2\xc9\x61\x01\xdf\xd6\x74\xa8\xd0\x9e\x5c\x17\xde\x53\x8a\xba\xf8\xea\x43\xac\x61\x76\x0e\x53\x8e\x42\x10\x65\xa7\xc4\xd6\x9a\x81\x71\x70\x8c\xb9\x84\x75\x44\xae\xc1\x25\xdd\xe4\x2f\xc4\x4c\xdb\x4f\xd7\x25\x2c\x60\x76\x42\x8d\x16\x46\xb0\x6b\xcb\x29\x13\x78\x82\x23\xa3\x14\x25\x76\x6b\x2c\x57\x23\xe5\xf1\x8e\xf7\x73\x7e\x38\x67\x0d\xd5\x69\xbd\xba\x40\x0f\x5b\x85\x35\xc6\xcc\xe7\x30\xb8\x18\x7c\x9e\x2d\xa3\x5b\x75\x08\x4a\x70\x84\x02\x63\x8b\x8c\xd1\x8f\x9a\xbb\xe5\x02\xa3\x50\x62\x8f\x59\x61\xcd\xde\x9a\xe3\xd1\xf0\xef\xf0\xa5\xa0\x36\x88\xef\x97\xa6\x7e\xb7\x73\xf3\xb8\x53\xd1\x84\x78\xa7\xaf\x09\x71\x0c\xba\xff\x09\x00\x00\xff\xff\x3f\x59\x3d\x32\x6e\x02\x00\x00" +var _flowserviceaccountSet_tx_fee_parametersCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\x91\xcf\x6a\xf3\x30\x10\xc4\xcf\xd2\x53\x2c\x3e\x04\x1b\x3e\xec\xcb\x47\x0f\xa6\x6d\x48\x4b\x7d\xee\xa1\xe9\x5d\x51\xd7\x89\xc0\xd6\x9a\xdd\x15\x09\x94\xbc\x7b\xa9\xf3\xa7\x29\xd8\x3d\x6a\x76\xf8\xcd\xa0\x09\xfd\x40\xac\x90\x35\x1d\xed\x1b\x44\xc9\xac\xad\x2a\x78\xdb\x05\x01\x65\x17\xc5\x79\x0d\x14\x41\x50\x05\x74\x87\x70\xf1\xc1\xe0\xd8\xf5\xa8\xc8\x62\x6f\x8c\xb9\x24\xde\x62\xe3\xbc\x12\xd7\xb0\x6e\xc2\xe1\xee\xff\x3f\x08\xd1\x77\x49\x02\xc5\x97\xb6\x25\xd6\x67\x12\xfd\x39\xe2\x01\x7d\xd2\xc9\x63\x01\x9f\xd6\x74\xa8\xd0\x9e\x53\x57\xde\x53\x8a\xba\xfa\xe8\x43\xac\x61\x71\x29\x53\x8e\x42\x10\x65\xa7\xc4\xd6\x9a\x81\x71\x70\x8c\xb9\x84\x6d\x44\xae\xc1\x25\xdd\xe5\x4f\xc4\x4c\xfb\x77\xd7\x25\x2c\x60\x71\x46\x8d\x11\x46\xb0\x6b\xcb\xa9\x10\x78\x80\x13\xa3\x14\x25\x76\x5b\x2c\x37\x23\xe5\x7e\x26\xfb\x31\x6f\x99\xfa\x1a\xaa\xb3\xbd\xba\x42\xbf\x5d\x85\x35\xc6\x2c\x97\x30\xb8\x18\x7c\x9e\xad\xa3\xdb\x74\x08\x4a\x70\x82\x02\x63\x8b\x8c\xd1\x8f\x9a\xbb\xe5\x02\xa3\x50\x62\x8f\x59\x61\xcd\xd1\x9a\xd3\xa7\xe1\xdf\xe5\x4b\x41\x6d\x10\x5f\xaf\x4b\xfd\x5e\xe7\xe6\x31\x33\xd1\x84\x38\xb3\xd7\x84\x38\x16\x3d\x7e\x05\x00\x00\xff\xff\xe7\x6e\x14\x31\x60\x02\x00\x00" func flowserviceaccountSet_tx_fee_parametersCdcBytes() ([]byte, error) { return bindataRead( @@ -724,7 +724,7 @@ func flowserviceaccountSet_tx_fee_parametersCdc() (*asset, error) { } info := bindataFileInfo{name: "FlowServiceAccount/set_tx_fee_parameters.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x7, 0x44, 0xba, 0x8b, 0xc3, 0xc9, 0x40, 0xba, 0x19, 0x23, 0xf3, 0x15, 0x57, 0xbc, 0x3a, 0x15, 0xd5, 0x73, 0xa0, 0x4, 0xae, 0x10, 0xc7, 0x3c, 0x8d, 0x23, 0xf0, 0xe3, 0xef, 0x69, 0x6c, 0xa2}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x1b, 0x17, 0x63, 0x8f, 0x29, 0xc7, 0x93, 0x1e, 0xd8, 0xa7, 0x9a, 0xfa, 0x3d, 0xe3, 0xfd, 0x30, 0xf2, 0x9f, 0x63, 0x3c, 0x54, 0x43, 0x53, 0xd2, 0x51, 0x2a, 0x66, 0x4b, 0x4a, 0x17, 0xed, 0x3c}} return a, nil } @@ -1168,7 +1168,7 @@ func dkgScriptsGet_whiteboard_messagesCdc() (*asset, error) { return a, nil } -var _dkgSend_empty_final_submissionCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\x93\xcf\x6e\xdb\x30\x0c\xc6\xef\x79\x0a\xc2\x87\xc2\x01\x3a\xf5\x1e\xac\x2b\xf6\x07\xdd\xa1\x18\x50\xac\xdd\xae\x85\x22\xd3\x36\x31\x85\x12\x28\x0a\x5d\x36\xf4\xdd\x07\xc9\x6e\xe2\x0c\x5b\x74\x23\x69\x7d\xfc\x89\xfc\x4c\xbb\x18\x44\xe1\xd6\x87\xe7\x4f\x77\x9f\xa1\x97\xb0\x83\x66\x8e\x9a\xd5\xea\xea\x0a\xbe\x25\xec\x60\xbb\x87\x52\x8e\x56\x94\x1c\x45\xcb\x9a\x40\x03\xa4\xbc\xdd\x91\x82\x8e\x48\x02\x3d\xb1\xf5\x53\x2a\x25\x0a\x0c\x7d\x90\x52\x02\x97\x45\x90\xb5\x2a\x10\x27\xb5\xec\xd0\x14\xe9\xc7\x91\x12\xa8\x58\x4e\xd6\x69\xb9\x41\x09\x72\x69\xf7\x3c\x22\xd7\xab\x8b\x86\xe0\x83\xb3\xde\xef\xa1\xb7\xe4\xb1\xab\xe5\xca\x24\xc1\x61\x4a\x97\x60\xb9\x03\x2b\x58\x84\x05\x5d\x90\x8e\x78\x00\x2d\x2d\xb6\xfb\x99\x54\x4b\xca\x32\xe0\x2e\xea\x1e\x04\x53\xf6\x6a\xe0\x36\x08\x70\xe0\x37\x53\xf6\xf8\x80\x74\x59\x68\xa0\x49\xc8\xdd\x53\x7d\xdd\xd3\xb1\xd8\x98\xd5\x82\xbc\x5d\xc3\xef\xd5\x0a\x00\xc0\xa3\x42\xf7\x63\xb8\x3f\x82\x6f\xe0\x62\x1e\xa8\x59\x64\x0f\x1f\x1f\x25\x37\xaf\x6b\x30\x5f\x2b\xd9\xc3\xa1\x32\x49\x47\xc1\x68\x05\xdb\x44\x03\xa3\x6c\xc0\x66\x1d\xdb\x0f\x41\x24\x3c\x7f\xb7\x3e\xe3\x1a\x2e\xde\x3b\x17\x32\x6b\xa1\x81\xf9\x24\xf4\xbd\x39\x25\x82\x6b\x98\x34\x4c\xd2\x20\x76\x40\xb3\xad\x2a\x6f\xff\x05\xfa\xae\x2d\xa6\x38\xb2\x2d\x4a\x0f\xd3\xed\x7b\xab\xe3\xfa\xd0\xaf\x9c\x9b\x1b\x88\x96\xc9\xb5\xcd\x47\xcb\x1c\x14\x26\xfd\xba\xaf\x25\x87\x60\x8f\x82\xec\x70\x32\x5e\xb4\x3a\x42\x73\xa2\xf4\x7a\x8c\x0b\xec\xac\xb6\xe7\x29\x8c\x86\x07\x15\xe2\xa1\x5d\xaf\xcf\xca\x34\x06\x1e\x47\x9c\xa7\x00\x8c\xd8\x55\x3f\x23\xa7\x2c\x38\xfb\xd9\x4e\xb3\x2c\xa6\x24\x26\x25\xeb\xe9\x57\xf1\x26\xe9\x78\x30\xdf\xe9\x63\x52\xc8\xe2\xd0\x34\x8b\xe6\x75\xfa\x8b\x7f\xe2\xfa\xbf\x3b\x6e\x07\x09\x39\xde\xe7\xed\x1d\xee\x37\xc0\xe4\x2f\x21\xd6\x20\xcd\x11\x75\x5f\x6c\x8c\xc4\x43\x8d\xa7\x16\x2f\x93\x33\xf0\x27\xba\xac\x78\x7e\xeb\xa6\xf8\xf8\xb6\xd8\x78\xd1\xf4\x2f\xbe\x57\xd5\x97\x3f\x01\x00\x00\xff\xff\x5a\xf1\x5c\x3a\x18\x04\x00\x00" +var _dkgSend_empty_final_submissionCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\x93\x41\x8f\xd3\x30\x10\x85\xef\xfd\x15\xa3\x1c\x56\xa9\x54\xbc\xf7\x8a\x65\x05\xac\xba\x87\x0a\xa9\xa2\x0b\xd7\x95\xeb\x4c\x12\x0b\x77\x6c\x8d\xc7\x2a\x05\xed\x7f\x47\x76\xd2\x36\x45\x50\xdf\x3c\x13\xbf\xf7\x79\xfc\x62\xf7\xc1\xb3\x40\xb5\x72\xfe\xf0\xb4\x7e\xae\x66\xb3\xfb\x7b\xf8\x16\xb1\x81\xdd\x11\x9e\xd6\xcf\x10\x34\x8b\x35\x36\x68\x92\x08\xe2\x21\xa6\xdd\xde\x0a\x48\x8f\x96\xa1\xb5\xa4\xdd\x50\x8a\xd1\x7a\x82\xd6\x73\x6e\x81\x49\xcc\x48\x52\x14\x2c\x45\xd1\x64\x50\x65\xe9\x97\xde\x46\x10\xd6\x14\xb5\x91\x7c\xc2\x46\x48\xd9\xee\xd0\x23\x95\xa3\x13\x43\x70\xde\x68\xe7\x8e\xd0\x6a\xeb\xb0\x29\xed\xc2\xc4\xde\x60\x8c\x0b\xd0\xd4\x80\x66\xcc\xc2\x8c\xc6\x73\x63\xa9\x03\xc9\x16\xbb\xe3\x48\x2a\xb9\xa4\x09\x70\x1f\xe4\x08\x8c\x31\x39\x51\xb0\xf2\x0c\xe4\xe9\xdd\x50\xbd\x5c\x20\x2e\x32\x0d\x54\x11\xa9\x79\x2d\xb7\x7b\xbd\x34\x2b\x35\x9b\x90\xd7\x73\xf8\x3d\x9b\x01\x00\x38\x14\x68\x7e\x74\x9b\x0b\xf8\x12\xee\xc6\x81\xaa\x49\xf5\xfc\xf1\x45\x72\x09\xa7\xef\xbe\x16\xb2\xed\xb9\x33\x48\x07\xc6\xa0\x19\xeb\x68\x3b\x42\x5e\x82\x4e\xd2\xd7\x9f\x3c\xb3\x3f\x7c\xd7\x2e\xe1\x1c\xee\x3e\x1a\xe3\x13\x49\xa6\x81\x71\x45\x74\xad\xba\x26\x82\x07\x18\x34\x54\x14\xcf\xba\x43\xb5\x2b\x2a\xef\xff\x05\xfa\xa1\x6e\xd9\xef\x2f\x6c\x93\xd6\x76\x38\xbd\xd1\xd2\xcf\xcf\x7e\x79\x3d\x3e\x42\xd0\x64\x4d\x5d\x7d\xd6\x44\x5e\x60\xd0\x2f\xef\x35\xe5\x60\x6c\x91\x91\x0c\x42\xf6\x80\xa0\xa5\x87\xea\x4a\xe9\xb4\x94\xf1\x64\xb4\xd4\xb7\x29\x94\xf8\xad\xb0\xa5\xae\x9e\xcf\x6f\xca\x54\x0a\x5e\x7a\x1c\xa7\x00\x84\xd8\x94\x3c\x23\xc5\xc4\x38\xe6\x59\x0f\xb3\xcc\xa1\xb4\x64\xc5\x6a\x67\x7f\xe5\x6c\x5a\xe9\xcf\xe1\xbb\xbe\x4c\xf4\x89\x0d\xaa\x6a\x62\x5e\xa6\x3f\xf9\x27\x1e\xfe\xfb\xc6\x75\xc7\x3e\x85\x4d\xda\xad\xf1\xb8\x04\xb2\x6e\x01\xa1\x6c\xe2\xb8\xb3\xcd\x17\x1d\x82\xa5\xae\xec\x07\x8b\xb7\x21\x19\xf8\x13\x4d\x12\xbc\xfd\xea\x2a\xe7\x78\x95\x63\x3c\x31\xfd\x8b\xef\xa4\xfa\xf6\x27\x00\x00\xff\xff\x2e\x3b\x14\x84\x0b\x04\x00\x00" func dkgSend_empty_final_submissionCdcBytes() ([]byte, error) { return bindataRead( @@ -1184,7 +1184,7 @@ func dkgSend_empty_final_submissionCdc() (*asset, error) { } info := bindataFileInfo{name: "dkg/send_empty_final_submission.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x62, 0xae, 0xf7, 0x31, 0xe, 0x2c, 0xf4, 0x8c, 0xe7, 0xd8, 0x99, 0xdd, 0xfd, 0x6, 0xd, 0xb0, 0x1d, 0x47, 0x23, 0x75, 0x10, 0xc4, 0x72, 0x20, 0x10, 0xe6, 0xac, 0x93, 0x1c, 0x43, 0x31, 0x88}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x6a, 0x4f, 0x25, 0xc3, 0x9d, 0x77, 0x2f, 0xe2, 0x2a, 0x27, 0x53, 0x76, 0xd3, 0xb0, 0x74, 0x0, 0x90, 0x81, 0xc3, 0x77, 0xc1, 0x10, 0x48, 0x22, 0x75, 0xfd, 0x65, 0x35, 0xc, 0xe7, 0x5c, 0x62}} return a, nil } @@ -1328,7 +1328,7 @@ func epochAdminPay_rewardsCdc() (*asset, error) { return a, nil } -var _epochAdminRecover_epochCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x56\x4d\x6f\xe3\x36\x13\xbe\xfb\x57\xcc\x9b\xc3\x42\xc6\x9b\x28\x28\x50\xf4\xa0\x36\x5d\x78\x9d\xa4\x30\x16\xf9\xd8\x26\x9b\x4b\x90\x03\x4d\x8d\x2d\x22\x12\x47\x20\x47\x51\x8c\x20\xff\xbd\x20\x29\xcb\x92\x25\xa7\xbd\x14\xbd\xac\x0f\x86\x28\x3d\xf3\xcc\x07\x39\xcf\x50\x15\x25\x19\x86\xcb\x9c\xea\x8b\x92\x64\x06\x2b\x43\x05\x1c\xb5\xeb\xa3\x49\x07\xb1\x38\xbf\x17\xcb\x1c\xef\x58\x3c\x2b\xbd\xee\x40\xfb\x1f\x7a\x36\xf3\xbc\xb2\x8c\xe6\xdb\xbc\x03\x6f\xdf\x1d\x4d\x26\xa7\xa7\x70\x9f\x21\x18\x94\xf4\x82\x26\xc4\xc0\x46\x68\x2b\x24\x2b\xd2\x20\x0d\x0a\x46\x0b\x42\xa7\x60\x59\x18\xb6\x20\x40\x63\x0d\xe8\xa1\x4a\x03\x67\xd8\x89\xdf\x16\xc2\x30\x48\xd2\x6c\x84\x64\x47\x5f\x67\x4a\x66\x50\xab\x3c\x07\x29\x2a\x8b\xde\x40\x23\xd7\x64\x9e\x01\x5f\x15\x43\xb0\xbc\x14\x79\xbe\x14\xf2\x19\xae\x28\x45\x78\xbc\xb8\xbc\x7a\x8a\x7d\x6c\x7f\x76\x63\xb3\x68\x5e\x94\x44\xc0\x17\xd4\x81\xde\x11\x2f\x11\x4a\x43\x12\xad\xc5\x14\x96\x1b\xef\x42\x92\xb6\xa8\x6d\x65\x41\x52\x51\x28\x66\xc4\xe3\x6e\x30\x22\x4d\x41\x31\x30\x79\xf4\xad\x21\x26\x49\x39\xdc\xb1\x60\x8c\x27\xa7\xa7\xa1\x34\xca\xf6\xca\x61\x33\xaa\xf2\x14\x48\xe7\x1b\xe7\xb4\x72\xfe\x6a\xc5\x99\xe7\xa0\x8a\xcb\x8a\x81\x56\x7e\xb5\x24\x62\xcb\x46\x94\x50\xb1\xca\x15\x6f\x12\xc7\x08\x7e\xd5\x54\x0f\x57\xc5\x49\x53\xf9\x13\x7e\x3d\x11\x66\x6d\x1b\xc7\xd7\x37\xf7\x17\x09\x58\x64\x76\x3b\x5d\x69\x2b\x56\x38\xcb\x73\xaa\x6f\x5e\xd0\xd4\x46\x31\xfa\xc0\x4d\x85\x4d\x32\xee\xdb\xde\x56\x6c\x37\xc1\x21\x69\x67\xe6\x4a\x53\x19\x83\x9a\xc1\x79\x0a\x91\xb4\x39\xb8\xad\x95\xa4\x57\x6a\x5d\x19\xe1\x52\x3e\x06\x15\xf2\x69\x02\xdd\x78\xf2\x39\x55\x9a\xd1\x40\x21\x58\x66\x68\x21\x22\xce\xd0\xd4\xca\x36\xf1\x94\x42\x2b\x39\x8d\xdb\x1a\xae\x2a\x1d\x0a\x88\xaf\xca\xb2\x75\x21\x35\x7c\xe1\x5c\x96\xc4\xa8\x59\x89\x1c\x8c\x90\x7e\xef\x52\xe5\xf0\x16\x38\x13\x1c\x0e\x4e\x0a\x02\x4a\xa3\xc8\x6c\x4d\xe7\x21\x8d\xe1\xa1\x65\x82\x95\x50\xf9\xaf\xce\x3d\x3b\xf7\xbe\x3c\x16\xa8\x44\x23\x98\x4c\xe3\x9f\xcd\xa6\x97\x59\x38\x43\x69\x65\xf0\xb8\x2d\x98\x2b\xbf\xc3\x04\xc7\x8e\xd5\xc5\xc1\x8c\x45\xc9\xf1\xa4\xe3\x34\x1a\xab\x4f\x02\xdf\x17\x9a\x7f\xf9\xf9\x78\x02\x9d\x9f\xef\xa3\x07\x85\xf5\xc1\xcf\xae\x8d\x2f\x74\x7a\x18\x83\x1f\x7d\x64\x61\xd6\xc8\xe7\xcd\x06\x7e\x84\xb9\xd0\xe9\xbd\x2a\x70\x1c\x22\x83\x4c\xcc\xac\x55\x6b\x5d\xa0\x66\x9b\xc0\xe3\xe3\x1d\x1b\xa5\xd7\x4f\x4f\xa3\xd8\x6f\xf3\x07\x62\x3c\x17\x2c\x12\x78\xec\x49\x4d\x3c\xdf\x47\xec\x31\xa4\xcf\xeb\xdb\x6a\xf9\x15\x37\xce\x4b\xe3\x64\x80\xf8\xc3\x50\x55\x7e\xc5\x4d\x02\x01\x31\x00\x2c\xd2\x2b\x51\x96\x4a\xaf\x13\x78\x0b\x90\x04\x16\x9a\xdf\xfb\x40\x4d\x29\x2e\xce\x0f\x3a\x1a\x6b\xb7\x04\xbe\x10\xe5\x53\x78\x9b\x78\x68\x69\xb0\x14\x06\x23\x57\x1a\xb7\xcd\xa2\xe2\x2c\xfa\x42\xc6\x50\xfd\x20\xf2\x0a\xa7\xf0\x69\x26\xa5\x3b\x04\xce\x64\x4b\x9c\x23\x87\x7e\x9b\xa5\x85\xd2\x70\x06\xc1\x3c\xb6\x4c\x46\xac\x31\x5e\x7a\x82\xdf\x3e\xb5\x3d\x1c\x7b\xe0\xef\x91\xeb\x91\x64\xd7\xda\xb1\x70\xaf\xef\x82\xd5\xad\xe0\x6c\xda\x8b\xff\xf3\xe7\xd0\x7f\xd1\xd1\xdc\xab\x95\x26\x86\x40\xdd\x74\xbb\x37\x6f\x06\x42\x2c\x49\x4b\xc1\xd1\x61\xf2\x98\x29\x94\x29\x9a\x4e\xa7\x93\x5e\x32\xa5\xa1\x92\x2c\xa6\x3d\x4d\x38\xeb\x04\x3a\x06\x88\x76\xd1\xaa\xd5\xb8\xac\x9c\x9d\x8d\x53\xbf\xf5\xf2\x74\xe2\xb2\x29\x95\x14\x4e\x6f\x38\x4b\xb6\x93\x22\x70\x39\x71\xb6\x2d\x4d\x93\xb9\x6c\x88\xa2\xff\xff\x14\xf2\x6f\xa4\xb0\x5f\xc0\xdd\x1e\xc5\x4d\x78\xd7\x18\x12\x8a\x7a\x38\xf7\x1b\x6f\xfb\xb1\xb7\xc7\x03\xdb\x8e\x10\xb4\x8f\xa3\xa8\x9e\x1e\xf4\xd7\x43\x7c\xab\x0d\x78\x08\xb1\x2f\x10\xfd\xf5\x21\x7c\x2b\x16\xbd\xe5\x10\x3d\xa6\x1b\xc3\x77\x07\xed\xba\x1a\x32\x78\x35\xb4\xea\xea\xc6\xee\x79\x14\xb7\x53\x8f\xce\x62\x14\xd9\x91\x91\xee\x6a\x88\x6d\x95\xa4\x79\xe8\x01\x76\x87\xea\x1d\x30\xb7\x38\x3c\xbe\x33\xfe\xe0\xfc\x2a\xdb\x9b\x42\x7e\x72\xfa\x07\xdf\x59\xb0\xcf\x35\x9f\x7d\xbf\x5f\xdc\x5c\x27\x61\xe0\xfa\x89\x69\x21\x15\x2c\x20\x27\x6b\xdd\xad\xc8\x60\x99\x0b\xb9\x9d\x68\x2d\xdf\xf6\x36\x10\x3a\xa4\x40\x16\xde\xaa\xbd\x12\x28\x5d\x56\x61\x64\x73\x77\x94\xc7\x83\x5e\xfc\x0f\x07\xfd\x5e\x28\xff\xea\xd0\xef\xfa\x52\x2b\xf8\xdf\xe8\xed\xec\x6d\x70\x54\xb6\x92\x2c\xb4\xd3\xe3\xdd\x85\xac\xbf\xaf\xbe\xec\x54\xf1\xf8\x9d\xcf\x22\x6f\xef\x7d\x47\x7d\xc9\x7a\xff\x1b\x01\xeb\x96\xf0\x87\x88\xfd\x10\xb1\xee\xef\x9f\x8a\xd8\x24\xfc\xbf\x4f\xfe\x0a\x00\x00\xff\xff\x24\x91\xfc\x95\xb6\x0e\x00\x00" +var _epochAdminRecover_epochCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x56\x4d\x6f\xe3\x36\x13\xbe\xfb\x57\xcc\xeb\xc3\x42\xc6\x9b\x55\x50\xa0\xe8\x41\x6d\xba\xf0\x3a\xd9\xc2\x58\xe4\x63\x9b\x6c\x2e\x41\x0e\x34\x35\xb6\x88\x48\x1c\x81\x1c\x45\x31\x82\xfc\xf7\x82\xa4\x2c\x4b\x96\x9c\xf6\x52\xf4\xb2\x3e\x18\xa2\xf4\xcc\x33\x1f\xe4\x3c\x43\x55\x94\x64\x18\xa6\x5f\x72\xaa\x2f\x4a\x92\xd9\x74\xd2\x7d\xb5\x3c\xbf\x13\xab\x1c\x6f\x59\x3c\x29\xbd\xe9\x7f\x5b\xe4\x95\x65\x34\xdf\x16\xd3\xc9\xe4\xf4\x14\xee\x32\x04\x83\x92\x9e\xd1\x78\x22\x60\x23\xb4\x15\x92\x15\x69\x90\x06\x05\xa3\x05\xa1\x53\xb0\x2c\x0c\x5b\x10\xa0\xb1\x06\xf4\x50\xa5\x81\x33\x84\x36\x08\xb0\x85\x30\x0c\x92\x34\x1b\x21\xd9\xd1\xd7\x99\x92\x19\xd4\x2a\xcf\x41\x8a\xca\xa2\x37\xd0\xc8\x35\x99\x27\xc0\x17\xc5\x10\x2c\xbf\x88\x3c\x5f\x09\xf9\x04\x97\x94\x22\x3c\x5c\x7c\xb9\x7c\x8c\x7d\x6c\x7f\x76\x63\xb3\x68\x9e\x95\x44\xc0\x67\xd4\x81\xde\x11\xaf\x10\x4a\x43\x12\xad\xc5\x14\x56\x5b\xef\x42\x92\xb6\xa8\x6d\x65\x41\x52\x51\x28\x66\xc4\x93\x6e\x30\x22\x4d\x41\x31\x30\x79\xf4\x8d\x21\x26\x49\x39\xdc\xb2\x60\x8c\x27\xa7\xa7\xa1\x34\xca\xf6\xca\x61\x33\xaa\xf2\x14\x48\xe7\x5b\xe7\xb4\x72\xfe\x6a\xc5\x99\xe7\xa0\x8a\xcb\x8a\x81\xd6\x7e\xb5\x22\x62\xcb\x46\x94\x50\xb1\xca\x15\x6f\x13\xc7\x08\x7e\xd5\x54\x0f\xd7\xc5\xc7\xa6\xf2\x1f\xf9\xe5\xa3\x30\x1b\xdb\x38\xbe\xba\xbe\xbb\x48\xc0\x22\xb3\xd2\x1b\xa8\xb4\x15\x6b\x9c\xe7\x39\xd5\xd7\xcf\x68\x6a\xa3\x18\x7d\xe0\xa6\xc2\x26\x19\xf7\xed\x60\x2b\x76\x9b\xe0\x90\xb4\x37\x73\xa5\xa9\x8c\x41\xcd\xe0\x3c\x85\x48\xda\x1c\xdc\xd6\x4a\xd2\x6b\xb5\xa9\x8c\x70\x29\x9f\x80\x0a\xf9\x34\x81\x6e\x3d\xf9\x82\x2a\xcd\x68\xa0\x10\x2c\x33\xb4\x10\x11\x67\x68\x6a\x65\x9b\x78\x4a\xa1\x95\x9c\xc5\x6d\x0d\xd7\x95\x0e\x05\xc4\x17\x65\xd9\xba\x90\x1a\x3e\x58\x1b\x2a\xa0\x24\x46\xcd\x4a\xe4\x60\x84\xf4\x7b\x97\x2a\x87\xb7\xc0\x99\xe0\x70\x70\x52\x10\x50\x1a\x45\x66\x67\xba\x08\x69\x0c\x0f\x2d\x13\xac\x85\xca\x7f\x75\xee\xd9\xb9\xf7\xe5\xb1\x40\x25\x1a\xc1\x64\x1a\xff\x6c\xb6\xbd\xcc\xc2\x19\x4a\x2b\x83\x27\x6d\xc1\x5c\xf9\x1d\x26\x38\x76\xac\x2e\x0e\x66\x2c\x4a\x8e\x27\x1d\xa7\xd1\x58\x7d\x12\xf8\xbe\xd4\xfc\xcb\xcf\x27\x13\xe8\xfc\x7c\x1f\xdd\x2b\xac\x8f\x7e\x76\x3d\x7b\xa1\xd3\xe3\x18\x7c\xef\x23\x0b\xb3\x41\x3e\x6f\x36\xf0\x3d\xcc\x85\x4e\xef\x54\x81\xe3\x10\x19\x64\x62\x6e\xad\xda\xe8\x02\x35\xdb\x04\x1e\x1e\x6e\xd9\x28\xbd\x79\x7c\x1c\xc5\x7e\x5b\xdc\x13\xe3\xb9\x60\x91\xc0\x43\x4f\x6a\xe2\xc5\x21\xe2\x80\x21\x7d\xda\xdc\x54\xab\xaf\xb8\x75\x5e\x1a\x27\x03\xc4\x1f\x86\xaa\xf2\x2b\x6e\x13\x08\x88\x01\x60\x99\x5e\x8a\xb2\x54\x7a\x93\xc0\x6b\x80\x24\xb0\xd4\xfc\xd6\x07\x6a\x4a\x71\x79\x7e\xd4\xd1\x58\xbb\x25\xf0\x99\x28\x9f\xc1\xeb\xc4\x43\x4b\x83\xa5\x30\x18\xb9\xd2\xb8\x6d\x16\x15\x67\xd1\x67\x32\x86\xea\x7b\x91\x57\x38\x83\x0f\x73\x29\xdd\x21\x70\x26\x3b\xe2\x1c\x39\xf4\xdb\x3c\x2d\x94\x86\x33\x08\xe6\xb1\x65\x32\x62\x83\xf1\xca\x13\xfc\xf6\xa1\xed\xe1\xd8\x03\x7f\x8f\x5c\x8f\x24\xfb\xd6\x8e\x85\x7b\x7d\x1b\xac\x6e\x04\x67\xb3\x5e\xfc\x9f\x3e\x85\xfe\x8b\xa6\x0b\xaf\x56\x9a\x18\x02\x75\xd3\xed\xde\x3c\x34\xde\x34\x96\xa4\xa5\xe0\xe8\x38\x79\xcc\x14\xca\x14\xcd\x66\xb3\x49\x2f\x99\xd2\x50\x49\x16\xd3\x9e\x26\x9c\x75\x02\x1d\x03\x44\xfb\x68\xd5\x7a\x5c\x56\xce\xce\xc6\xa9\x5f\x7b\x79\x3a\x71\xd9\x96\x4a\x0a\xa7\x37\x9c\x25\xbb\x49\x11\xb8\x9c\x38\xdb\x96\xa6\xc9\x5c\x36\x44\xd1\xff\x7f\x0a\xf9\x37\x52\xd8\x2f\xe0\x7e\x8f\xe2\x26\xbc\x2b\x0c\x09\x45\x3d\x9c\xfb\x8d\xb7\xfd\xd8\xdb\x93\x81\x6d\x47\x08\xda\xc7\x51\x54\x4f\x0f\xfa\xeb\x21\xbe\xd5\x06\x3c\x86\x38\x14\x88\xfe\xfa\x18\xbe\x15\x8b\xde\x72\x88\x1e\xd3\x8d\xe1\xbb\xa3\x76\x5d\x0d\x19\xbc\x1a\x5a\x75\x75\x63\xff\x3c\x8a\xdb\xab\x47\x67\x31\x8a\xec\xc8\x48\x77\x35\xc4\xb6\x4a\xd2\x3c\xf4\x00\xfb\x43\xf5\x06\x98\x5b\x1c\x1e\xdf\x39\xbf\x73\x7e\x95\xed\x4d\x21\x3f\x39\xfd\x83\xef\x2c\x38\xe4\x5a\xcc\xbf\xdf\x2d\xaf\xaf\x92\x30\x70\xfd\xc4\xb4\x90\x0a\x16\x90\x93\xb5\xee\x56\x64\xb0\xcc\x85\xdc\x4d\xb4\x96\x6f\x77\x1b\x08\x1d\x52\x20\x0b\x6f\xd5\x5e\x09\x94\x2e\xab\x30\xb2\xb9\x3b\xca\xe3\x41\x2f\xfe\x87\x83\xfe\x20\x94\x7f\x75\xe8\x77\x7d\xa9\x35\xfc\x6f\xf4\x76\xf6\x3a\x38\x2a\x3b\x49\x16\xda\xe9\xf1\xfe\x42\xd6\xdf\x57\x5f\x76\xaa\x78\xfc\xce\x67\x91\x77\xf7\xbe\x69\x5f\xb2\xde\xfe\x46\xc0\xba\x25\xfc\x21\x62\x3f\x44\xac\xfb\xfb\xa7\x22\x36\x09\xff\x6f\x93\xbf\x02\x00\x00\xff\xff\xc9\x94\x18\xca\x7c\x0e\x00\x00" func epochAdminRecover_epochCdcBytes() ([]byte, error) { return bindataRead( @@ -1344,7 +1344,7 @@ func epochAdminRecover_epochCdc() (*asset, error) { } info := bindataFileInfo{name: "epoch/admin/recover_epoch.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0x86, 0x57, 0x47, 0xd3, 0xa3, 0x9b, 0x43, 0xc3, 0xa3, 0x92, 0x9d, 0xfd, 0x68, 0x8b, 0x2f, 0xf9, 0xd5, 0xe6, 0xfc, 0x5, 0x59, 0xde, 0xe3, 0x75, 0xee, 0x2c, 0xcc, 0xe3, 0x3f, 0x77, 0xbc, 0xae}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xe6, 0x79, 0x6d, 0xe3, 0xf2, 0x6a, 0xf, 0xc, 0xd0, 0x1d, 0x46, 0x9, 0x88, 0x36, 0x1d, 0x41, 0x2b, 0x1a, 0xca, 0xd3, 0x36, 0xa2, 0x8, 0xbf, 0x3c, 0x38, 0xf5, 0x45, 0x5b, 0xe5, 0x1b, 0xc6}} return a, nil } @@ -4728,7 +4728,7 @@ func nodeversionbeaconAdminHeartbeatCdc() (*asset, error) { return a, nil } -var _nodeversionbeaconAdminSet_protocol_state_versionCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x53\xc1\x6e\xd3\x40\x14\xbc\xe7\x2b\x46\x39\x94\x54\xb4\xce\x05\x71\x88\x0a\x55\xc3\x89\x0b\xaa\x5a\xda\x73\x5e\x77\xc7\xf1\x0a\x7b\xd7\xda\x7d\x8e\xa9\x50\xaf\x88\xef\xe4\x4b\xd0\xda\x0e\x4d\x09\xbd\xd9\x6f\x67\x67\xe6\xcd\x7b\xeb\x9a\x36\x44\xc5\x97\x60\x79\xcf\x98\x5c\xf0\x6b\x8a\x09\x1e\x65\x0c\x0d\xe6\x47\xf5\xf9\x6c\xb6\x5c\x2e\xf1\x35\x8a\x4f\x62\xd4\x05\x0f\xad\x44\x21\x75\x1d\xfa\x74\xc8\x73\x65\x1b\xe7\xa1\x01\xa9\xa5\x71\xe5\x23\x04\x9e\x3d\xda\x18\x34\x98\x50\x23\xa9\x28\xb1\x1b\xc1\xc5\xc8\x5a\x71\xc0\x4c\x45\xf4\xae\xae\xf1\x40\x13\x1a\x22\x8b\xed\x08\x51\xec\x1c\x7b\x6c\xc6\xff\x7b\xc7\x7e\x03\x57\xae\x86\xfb\x38\xcf\xd7\xaf\x27\x85\xc9\x07\x5c\x42\xf0\xc4\x36\x52\x94\x31\xdb\xcd\x9e\x09\xd3\xc5\x48\xaf\xcf\x8e\x26\xd9\x3d\x55\xc6\x24\xc6\x9d\x33\x04\x77\x19\xe9\x52\x06\x1b\xa6\x44\x0b\xf1\x16\xd2\xb6\xb5\xa3\xcd\x5d\x66\xf4\x3f\xbd\xf5\x4e\x2b\xe7\x21\x78\xa8\x83\xf9\x86\xcd\x7a\x83\x91\x1b\x48\x9d\xa9\xc6\xe0\x36\xeb\x62\x68\xe8\x2d\x7e\xff\xfa\x89\x0b\x1c\xf4\x75\x86\x32\x44\xc8\x5f\xda\x73\xcb\xd2\x79\x5a\x24\x29\xa9\x8f\xd0\x2a\x32\x55\xa1\xb6\xf9\xea\x98\xe0\xed\xa1\xdf\x04\x1f\x14\x0d\xa9\xce\x6f\xb3\xc1\x44\x98\xe0\xad\xcb\x63\x4b\x90\x48\x58\x97\x8c\x44\x4b\x5b\xcc\x66\xfa\x3c\xd3\xc5\x71\x8c\x2b\xdc\x7d\xf6\xfa\xfe\xdd\xd9\x81\xc3\x7d\xed\x14\x3f\x66\x33\xa0\xa6\x42\xf2\xd4\x6f\x58\xae\x70\x72\xb4\x3b\xc5\xb0\x12\x19\xd9\x46\xb6\x12\xb9\x10\x63\x74\x05\xe9\xb4\x5a\xac\x43\x8c\xa1\xbf\x97\xba\xe3\x29\x4e\xae\x8c\x09\x9d\xd7\x4c\x9c\xe3\x5a\x2e\x31\x9e\x43\x10\x59\x32\xd2\x1b\xee\x53\x3f\xda\x39\xd7\xb4\x35\x1b\xfa\xa1\xed\xc8\x14\xba\x68\x38\xf0\x24\xd6\x65\xb1\xb7\x88\x0f\xc8\xfa\x45\xd2\x10\x65\xcb\xe2\x61\x50\xb8\x78\xcd\xf7\xc7\x45\x7e\x12\xab\xe3\xa7\x32\x1e\xdf\x8e\x2c\xd7\xa2\xd5\xe9\xa0\x05\x5c\x5e\xa2\x15\xef\xcc\x62\xfe\x29\x74\xb5\xf5\x6f\x14\xa3\xc6\x6b\x1c\xb8\x99\xcc\xce\x33\xc5\x53\x4e\x8a\xdf\x69\x3a\xe5\x94\xc3\x0b\xff\x05\x1b\xa7\xfb\x29\xdd\xe6\x8d\x9b\x28\xef\xda\x6d\x14\xcb\xff\x0e\xf1\xb8\xf6\x72\xa0\xcf\xdf\xa3\x85\xa7\xd9\x9f\x00\x00\x00\xff\xff\x40\xf1\xc5\x3f\x22\x04\x00\x00" +var _nodeversionbeaconAdminSet_protocol_state_versionCdc = "\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x52\xc1\x6e\xd3\x40\x14\xbc\xe7\x2b\x46\x39\x94\x54\xb4\xce\x05\x71\x88\x0a\x55\xc3\x89\x0b\xaa\x5a\xda\x73\x5e\x77\xc7\xf1\x0a\x7b\xd7\xda\x7d\x8e\xa9\x50\xaf\x88\xef\xe4\x4b\xd0\xda\x0e\x4d\x09\xbd\xd9\xbb\xb3\x33\xf3\x66\x9e\x6b\xda\x10\x15\xf3\x2f\xc1\xf2\x9e\x31\xb9\xe0\xd7\x14\x13\xfc\x7c\x36\x5b\x2e\x97\xf8\x1a\xc5\x27\x31\xea\x82\x87\x56\xa2\x90\xba\x0e\x7d\xc2\x01\xfe\xca\x36\xce\x43\x03\x52\x4b\xe3\xca\x47\x08\x3c\x7b\xb4\x31\x68\x30\xa1\x46\x52\x51\x62\x37\x82\x8b\x91\xb5\xe2\x80\x99\x0e\xd1\xbb\xba\xc6\x03\x4d\x68\x88\x2c\xb6\x23\x44\xb1\x73\xec\xb1\x19\xff\xef\x1d\xfb\x0d\x5c\xb9\x1a\xde\xe3\x3c\x3f\xbf\x9e\x14\x26\x1f\x70\x09\xc1\x13\xdb\x48\x51\xc6\x6c\x37\x7b\x26\x4c\x17\x23\xbd\x3e\x3b\x9a\x64\xf7\x54\x19\x93\x18\x77\xce\x10\xdc\x65\xa4\x4b\x19\x6c\x98\x12\x2d\xc4\x5b\x48\xdb\xd6\x8e\x36\x4f\x99\xd1\xff\xcc\xd6\x3b\xad\x9c\x87\xe0\xa1\x0e\xe6\x1b\x36\xeb\x0d\x46\x6e\x20\x75\xa6\x1a\x83\xdb\xac\x8b\x61\xa0\xb7\xf8\xfd\xeb\x27\x2e\x70\x30\xd7\x19\xca\x10\x21\x7f\x69\xcf\x2d\x4b\xe7\x69\x91\xa4\xa4\x3e\x42\xab\xc8\x54\x85\xda\xe6\xa7\x63\x82\xb7\x87\x7e\x13\x7c\x50\x34\xa4\x3a\xbf\xcd\x06\x13\x61\x82\xb7\x2e\xd7\x96\x20\x91\xb0\x2e\x19\x89\x96\xb6\x98\xcd\xf4\xb9\xd3\xc5\x71\x8c\x2b\xdc\x7d\xf6\xfa\xfe\xdd\xd9\x81\xc3\xfd\xd9\x29\x7e\xcc\x66\x40\x4d\x85\xe4\xd6\x6f\x58\xae\x70\x72\xb4\x3b\xc5\xb0\x12\x19\xd9\x46\xb6\x12\xb9\x10\x63\x74\x05\xe9\xb4\x5a\xac\x43\x8c\xa1\xbf\x97\xba\xe3\x29\x4e\xae\x8c\x09\x9d\xd7\x4c\x9c\xe3\x5a\x2e\x31\xde\x43\x10\x59\x32\xd2\x1b\xee\x53\x3f\xda\x39\xd7\xb4\x35\x1b\xfa\x61\xec\xc8\x14\xba\x68\x38\xf0\x24\xd6\x65\xb1\xb7\x88\x0f\xc8\xfa\x45\xd2\x10\x65\xcb\xe2\x61\x50\xb8\x78\xcd\xf7\xc7\x45\x19\x43\xb3\xc2\x2b\xd7\xb7\x23\xcb\xb5\x68\x75\x3a\x68\x01\x97\x97\x68\xc5\x3b\xb3\x98\x7f\x0a\x5d\x6d\xfd\x1b\xc5\xa8\xf1\x1a\x07\x6e\x26\xb3\xf3\x4c\xf1\x94\x93\xe2\x77\x9a\x4e\x39\xe5\xf0\xc2\x7f\xc1\xc6\xe9\xbe\xa5\xdb\xbc\x71\x13\xe5\x5d\xbb\x8d\x62\xf9\xdf\x12\x8f\xcf\x5e\x16\xfa\xfc\x3d\x5a\x78\x9a\xfd\x09\x00\x00\xff\xff\x7f\x43\xd1\x10\x0b\x04\x00\x00" func nodeversionbeaconAdminSet_protocol_state_versionCdcBytes() ([]byte, error) { return bindataRead( @@ -4744,7 +4744,7 @@ func nodeversionbeaconAdminSet_protocol_state_versionCdc() (*asset, error) { } info := bindataFileInfo{name: "nodeVersionBeacon/admin/set_protocol_state_version.cdc", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xf9, 0xc, 0x41, 0x29, 0x42, 0xb7, 0x7a, 0xc6, 0x4f, 0xe9, 0x78, 0x49, 0xe3, 0xe6, 0x47, 0x33, 0xd9, 0x2f, 0x29, 0x34, 0x3c, 0x15, 0x35, 0xc5, 0x17, 0xb6, 0xb8, 0x2f, 0xee, 0x22, 0x38, 0x1f}} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xb8, 0x2d, 0x41, 0x1b, 0x4e, 0xe1, 0x2e, 0xea, 0x77, 0x9e, 0xbb, 0x8c, 0x9a, 0x94, 0x86, 0xfa, 0xf1, 0x39, 0x57, 0xbc, 0xbf, 0xa2, 0x1f, 0x94, 0x64, 0x9d, 0x18, 0xdf, 0x8c, 0xf, 0x8d, 0xf9}} return a, nil } diff --git a/transactions/FlowServiceAccount/deposit_fees.cdc b/transactions/FlowServiceAccount/deposit_fees.cdc index ac0d6e3d8..342b1a9a4 100644 --- a/transactions/FlowServiceAccount/deposit_fees.cdc +++ b/transactions/FlowServiceAccount/deposit_fees.cdc @@ -1,6 +1,6 @@ -import FungibleToken from "FungibleToken" -import FlowToken from "FlowToken" -import FlowFees from "FlowFees" +import "FungibleToken" +import "FlowToken" +import "FlowFees" // Deposit tokens to the FlowFees Vault // only for testing diff --git a/transactions/FlowServiceAccount/set_tx_fee_parameters.cdc b/transactions/FlowServiceAccount/set_tx_fee_parameters.cdc index 7e5a361fb..d4e0e0a8c 100644 --- a/transactions/FlowServiceAccount/set_tx_fee_parameters.cdc +++ b/transactions/FlowServiceAccount/set_tx_fee_parameters.cdc @@ -1,4 +1,4 @@ -import FlowFees from "FlowFees" +import "FlowFees" // This transaction sets the FlowFees parameters transaction(surgeFactor: UFix64, inclusionEffortCost: UFix64, executionEffortCost: UFix64) { diff --git a/transactions/dkg/send_empty_final_submission.cdc b/transactions/dkg/send_empty_final_submission.cdc index 38c67433e..fb7799409 100644 --- a/transactions/dkg/send_empty_final_submission.cdc +++ b/transactions/dkg/send_empty_final_submission.cdc @@ -1,4 +1,4 @@ -import FlowDKG from "FlowDKG" +import "FlowDKG" // Used by DKG participants to submit their final submission for the current DKG instance. // This transaction is used when the participant locally failed the DKG process, and are diff --git a/transactions/epoch/admin/recover_epoch.cdc b/transactions/epoch/admin/recover_epoch.cdc index 80e2a14e1..cc61c8ac0 100644 --- a/transactions/epoch/admin/recover_epoch.cdc +++ b/transactions/epoch/admin/recover_epoch.cdc @@ -1,6 +1,6 @@ -import FlowEpoch from "FlowEpoch" -import FlowIDTableStaking from "FlowIDTableStaking" -import FlowClusterQC from "FlowClusterQC" +import "FlowEpoch" +import "FlowIDTableStaking" +import "FlowClusterQC" // The recoverEpoch transaction creates and starts a new epoch in the FlowEpoch smart contract // which will cause the network exit Epoch Fallback Mode [EFM]. The RecoverEpoch service event diff --git a/transactions/nodeVersionBeacon/admin/set_protocol_state_version.cdc b/transactions/nodeVersionBeacon/admin/set_protocol_state_version.cdc index 9379a8e2e..fa5917867 100644 --- a/transactions/nodeVersionBeacon/admin/set_protocol_state_version.cdc +++ b/transactions/nodeVersionBeacon/admin/set_protocol_state_version.cdc @@ -1,4 +1,4 @@ -import NodeVersionBeacon from "NodeVersionBeacon" +import "NodeVersionBeacon" /// Transaction that allows NodeVersionAdmin to specify a new protocol state version. /// The new version will become active at view `activeView` if: